This action will delete this post on this instance and on all federated instances, and it cannot be undone. Are you certain you want to delete this post?
This action will delete this post on this instance and on all federated instances, and it cannot be undone. Are you certain you want to delete this post?
This action will block this actor and hide all of their past and future posts. Are you certain you want to block this actor?
This action will block this object. Are you certain you want to block this object?
Words | https://f5n.org |
---|---|
Code | https://github.com/winks |
Fediverse (DE) | https://chaos.social/@wink |
I just implemented tags in my static site generator in *squints* 7 lines of code.
Now the "overview of pages sorted by tags" will probably be dozens, but still.
One of my favourite (and oh so simple) hacker tricks is to abuse JSON support in APIs and pass TRUE instead of the actual API key. If the code does loose comparison, you don't need the key! 😎 😈 🍿
https://securinglaravel.com/p/security-tip-type-juggling #PHP #Laravel
wait for it
Images? Pixelfed.
Books? Bookwyrm.
Text? Anything, really.
Why is there nothing dedicated to playlists or mixtapes?
Maybe because you don't want to embed the media, only the meta data and link to YouTube/SoundCloud/Spotify. Yeah, of course you can embed a single track via a link but that doesn't cut it.
twitch streamer with 7 viewers: hey guys!! i bought this expensive microphone so you can hear me play minecraft in dolby atmos surround sound
long-distance train manager (speaking into a potato): please listen to the following announcements to find out how you’re going to get home
On this date in 1993, the IETF published RFC1519 and obsoleted classful addressing.
If anyone talks about Class C addresses, or even A, B, D, or E, their knowledge is thirty years obsolete and they can be safely ignored.¹ #sysadmin
¹ Unless they're discussing history.
Forget hoodies on the Senate floor, I want to see them all wear jumpsuits like NASCAR drivers with all the corporations and billionaires that bought them plastered on their suits.
One day I’ll write a book „how to build scalable system for the 95%“.
You’ll be able to summarize it with
- pick any mainstream language
- deploy on one server
- deploy Postgres on another server
- double the number of server for redundancy
So many systems I’ve seen lately could run off in memory SQLite and a replication to a CSV file.
Yet there’s a relational database, a document database, a key value store and four services deployed on k8s for all 100MB data and 2000 customers.