@poledance TRICK TUESDAY: Climb - Aerial Invert - Martini - Jasmine - Crane - Brass Monkey - Eros <3 Always feelin’ the love during @vertically_inverted_alex ‘s Monday tricks combos class @ @vertical_movement_pole !! #dancer #poledancer #poledancers #poledancing #poledance #tricks #tricktuesday #pdintermediate #pdintermediatetricks #pdinverts #pdaerialinvert #pdmartini #pdcrane #pdshouldermount #brassmonkey #pdbrassmonkey #pdtrick #pdtricks #pdstaticpole #staticpole #poledancebrassmonkey #pderos #foryourpage #fyp #foryoupage #fypage #pdadvanced #static #pdstatictricks
One of the reason I like static websites is because of the low overhead on the server.
Also you don't have to back up the website because it's already on your computer. Just backup your computer.
And because of this static websites are very portable and can even be run on free hosts. Just be sure to use your own domain so when the free host goes squirelly you can move.
Blogs, audio, video, full websites all have static host solutions.
If you're a web designer or developer, this might be just what you need! I've created a website showcasing the most beautiful and inspiring web designs. Check it out here: https://thecolophon.com/
GitHub - splitbrain/meh: Meh... another comment system https://github.com/splitbrain/meh #alternative #integration #OpenSource #comments #mastodon #node.js #website #GitHub #sqlite #static #blog #PHP
@poledance TRICK TUESDAY: Successful Bow & arrow on my own (don't mind the fall lol!) but falling is a chance to learn, right? #dancer #poledancer #poledancers #poledance #poledancing #poledance #mistakes #postyourmistakes #mistake #trick #pdtricks #pdtrick #pdstaticpole #staticpole #static #pdstatic #pdstatictrick #pdstatictricks #pdbowandarrow #pdintermediate #pdadvanced #poledanceintermediate #poledanceadvanced #tricks #tricktuesday #poletok #foryourpage #fyp #foryoupage #fypage
A couple of years back I wrote a blog post about linking my static blog posts to Mastodon threads so that the threads can serve as blog comments.
I realise I never pinned that post to my profile, and I have since deleted the Mastodon thread, so I'm sharing it again. I'm pinning it this time!
Alternatively, you can put #writefreely AND another webservice for your images behind #Ngnix. Lets say `wf.yourdomain` and `images.yourdomain`
DirtSWS is a little #single #binary #webserver that does nothing but host #static #html and files, with a simple single-file remote upload capability. Here's a sample site: https://static.awadwatt.com/index.html
If we could only find a way to take the effort every programmer on earth is putting into making yet another static site generator and put it towards something useful……
#humor #programmer #static
MPEG Glitch
An edit of real glitch effects that I got from screencapping a webm that was glitching out and enhancing the image in GIMP.
Is #static #electricity really random?
Research from @swaitukaitis's team @ISTAustria reveals that a material’s contact history determines how it transfers charge—challenging an old assumption.
New insight for energy harvesting & materials science!
http://europa.eu/!4ckhbV
---
https://nitter.privacydev.net/ERC_Research/status/1892505082593476906#m
Migration von WordPress zu Hugo
Der Umzug einer dynamischen WordPress-Site auf eine statische Hugo-Site ist nicht ohne. Jens beschreibt, wie es ihm dabei ergangen ist.
I've been using Nikola - https://getnikola.com/ for my two blogs for the last few years, and I'm finding the mechanics cumbersome.
I thought it was just a matter of acclamating, but it's not. It's been quite a while and quite a number of posts, and it's not getting any easier.
My needs are so minimal, I'm thinking I should maybe look into moving to another static site generator.
Hugo is what all the cool kids are using, but when I look at it I get intimidated by the whole go module based theme thing and ... Uck. I just need something utterly DUMB ASS simple.
Does anyone use something like this that they like? Am I over-inflating Hugo's complexity?
The truth is I was a pretty happy Wordpress user back in the day, but I was an idjit and ran my site poorly so it got knocked over by a script kiddie.
New Artist announced for Alcatraz Metal Festival 2025
Static-X
Added top 5 songs to the playlist Alcatraz Metal Festival 2025
Listen now on YouTube Music: https://www.youtube.com/playlist?list=PLB5UNN-XlHr0qyFD1W3X4B-JCokWBZdh0
#Alcatraz_Metal_Festival_2025 #Static-X #fyre_festivals #livemusic #youtube #music #2025 #musicfestivals
A Guide to Implementing ActivityPub in a Static Site (or Any Website) - Part 8 is out!
Follow the site here @blog or check the article here: https://maho.dev/2025/01/a-guide-to-implementing-activitypub-in-a-static-site-or-any-website-part-8/
#fediverse #activitypub #static-sites #hugo #azure #mastodon #web-development #social-web #webfinger #http #azure #azurefunctions
https://khalidabuhakmeh.com/unit-tests-for-legacy-systems-with-dotnet-6 - in #dotNET, use a compiler directive to #mock #static classes:
```
#if MOCK_TIME
global using DateTimeOffset = StubDateTimeOffset;
#else
global using DateTimeOffset = System.DateTimeOffset;
#endif
```
Sweet technique @khalidabuhakmeh.