At first I thought that it was a for-fun pet project, which is fair enough, but it has a dedicated website and a discord server… HUH???
- 2 Posts
- 17 Comments
So it’s like
make
but without incremental builds? Then how is it functionally different from a folder with a bunch of shell scripts in it?
This is a good practice tho. The HTTP code describes the status of the HTTP operation. Did the server handle it? No? Was the url not found? Did it time out? Was the payload too large? And the JSON describes the result of the backend operation. So 200 OK with
error: true
means that your HTTP request was all good, but the actual operation bugged out for whatever reason. If you try to indicate errors in the backend with a HTTP error code, you quickly get confused about which codes can happen for what reason.
renzev@lemmy.worldto Programmer Humor@programming.dev•iJustInventedSomethingEveryDevNeeds31·5 months agoWhen I said that Microsoft has a lot to learn from Linux, Ubuntu Server is not what I had in mind 😂
renzev@lemmy.worldto Programmer Humor@programming.dev•The government doesn't use SQLEnglish3·5 months agoTIL about the legislation, thanks!
thanks for the writeup, makes sense!
Login credentials don’t even need to be encrypted if you say no fraud before you log in, and cross your fingers
Don’t forget to unset the evil bit as well!
renzev@lemmy.worldto Programmer Humor@programming.dev•The government doesn't use SQLEnglish214·5 months agobtw do you know why it was decided to treat the r-word as an ableist slur? And why didn’t they also make “idiot” a slur, since it has basically the same etymology? Is this a lemmy-specific thing? I’ve never seen anyone use or interpret the r-word as a slur outside of lemmy
At least in my country, google is going balls-to-the-walls mode with the chrome psyop. Like every third ad on youtube is an ad for chrome. And if you’re a little older, you’ll remember their countless other ad campaigns that propelled chrome into the mainstream. The only reason so many people use chrome is because they’re brainwashed into it.
renzev@lemmy.worldto Fediverse@lemmy.world•Open source alternatives to Instagram, TikTok, and WhatsApp raise funds on Kickstarter | TechCrunchEnglish5·6 months agoI tried using it with a friend, and it completely nuked my phone’s battery, while my friend’s phone silently killed it (likely for using too much battery). I understand that truly privacy-respecting messengers will always use slightly more power than apps that use the google notification thing, but simplex is just a complete power hog beyond any reasonable limit. Hopefully they fix it at some point, it seems like a pretty solid messenger otherwise, and their approach to privacy and anonymity is unparalleled, at least in theory.
renzev@lemmy.worldOPto Selfhosted@lemmy.world•Anyone else here self-hosting on absolutely shit hardware?English2·6 months agoLooks like it works! Congrats!
Or, get this, a PWA.
renzev@lemmy.worldOPto Selfhosted@lemmy.world•Anyone else here self-hosting on absolutely shit hardware?English2·6 months agoNot sure if any of that is helpful for your case but I recommend trying something if you’ve got spare hardware, and see how it goes on dummy data, then blow it away try something else.
This is good advice, thanks! Pretty much what I’m doing right now. Already tried it with IPFS, and found that it didn’t meet my needs. Currently setting up a tahoe-lafs grid to see how it works. Will try out ceph after this.
renzev@lemmy.worldOPto Selfhosted@lemmy.world•Anyone else here self-hosting on absolutely shit hardware?English4·6 months agoHow is ceph working out for you btw? I’m looking into distributed storage solutions rn. My usecase is to have a single unified filesystem/index, but to store the contents of the files on different machines, possibly with redundancy. In particular, I want to be able to upload some files to the cluster and be able to see them (the directory structure and filenames) even when the underlying machine storing their content goes offline. Is that a valid usecase for ceph?
renzev@lemmy.worldOPto Selfhosted@lemmy.world•Anyone else here self-hosting on absolutely shit hardware?English6·6 months agoYep. Intel atom D525
I mean yeah like you can be a pedant about it but all in all its a statement that makes sense. Apps on both android and ios are very sandboxed, even if you go out of your way to install malware there’s very limited damage it can do, barring zerodays in the sandboxing itself.