Email or username:

Password:

Forgot your password?
1,576 posts total
Alex Gleason
Only with zod is it easy to validate something like maxSendable >= minSendable right in the parser itself. Praise zod!
Alex Gleason
Been going back and forth on how I want to write JavaScript. And I'm enjoying writing static classes with all static methods because there's no naming clashes and you can reuse the interface. Kind of like Elixir modules.
Alex Gleason
Deletes destroying performance of your server? Neat trick:

revoke delete on objects from pleroma;
revoke delete on activities from pleroma;

Until someone complains, then:

grant delete on objects to pleroma;
grant delete on activities to pleroma;
Deletes destroying performance of your server? Neat trick:

revoke delete on objects from pleroma;
revoke delete on activities from pleroma;
Alex Gleason
GM. It's storming outside and I have nosebleed, and I think I'm about to predict the future.
Alex Gleason
I'm sorry to inform you that your wife got deprecated.
翠星石
@alex Yet another man is faced with the consequences of proprietary software.
Alex Gleason
This time Democrats are going to actually steal the election, but no one will believe it.
Alex Gleason
Perfect cache interface? Is this intrinsically what it wants to be?
Alex Gleason
I found this epic pirate ship playground. Or perhaps Noah's ark? Not sure.
Alex Gleason
Hey are you Syrian? Because you're Dumbasscus.
Alex Gleason
Gamefreak: can't make a functional game

Indie devs: open world Pokemon with guns https://store.steampowered.com/app/1623730/Palworld/
Alex Gleason
One of the basics of computers is understanding that like half of all file formats are just zip files with a particular structure. You might be surprised at how many formats you can rename to ".zip" and open it up.
Go Up