Expert developer, Buddhist

  • 0 Posts
  • 14 Comments
Joined 1Y ago
cake
Cake day: Jun 21, 2023

help-circle
rss

I’m pretty sure that government software always blows because they think software can be written according to a fixed schedule and budget

It’s tempting to think it’s like building a house, and if you have the blueprints & wood, it’ll just be fast and easy. Everything will go on schedule

But no, in software, the “wood” is always shape shifting, the land you’re building on is shape shifting, some dude in Romania is tryna break in, and the blueprints forgot that you also need plumbing and electric lines


My local coffee shop recently gave me 15$ off just as a loyalty promo



Git provides subtree (and submodules) which enable this with some planning


Uh obviously still git, which is used as a centralized repo 99% of the time. Why does this post read like it’s AI generated?


I think it’s super based. All these clowns talking about open source while using Discord and GitHub (yes, that’s me included). You want to submit a bug report to Git itself? Well, you gotta send a bug report to the mailing list. Then some guy will be like “oh shit can you fix it also?” and I’m like “haha no” so the dude submits a fix himselg within 4 hours, and obtains the raging hard boner of internet developer clout

Great system, pgp keys are actually useful. And everyone knows you have to be at least an 8/10 in handsomeness to be running an IRC server. Also, Matrix is trash, I’m serious, modern IRC is cool



Well, I’m pretty pissed, and it feels like Google, probably the biggest Internet company, has really gone insane. I mean, a web company stops selling domains? Why? It makes total sense with their Cloud offerings and other stuff like managed Gmail/apps

Anyway I have like a dozen domains there so I’m just going to hang in for the rollover and hopefully I don’t need to do anything. Ultimately, I use this stuff like 2ce a year so it doesn’t really matter who holds the domains for me


Yeah it’s been obvious and foreseeable that normal admins won’t have the bandwidth to handle takedown requests and cp spam attacks. Sadly the only stable state I see for the fediverse is relying on centralized content hosts that can handle those problems. Well, maybe until AI can do it


Yaaay I love running node.js as my backend even though nobody thinks it’s efficient


I manage like 200 servers in Google cloud k8s but I don’t think I’d do that for home use. The core purpose is to manage multiple servers and assign processes between them, auto scaling, cluster internal network - running docker containers for single instance apps for personal use doesn’t require this kind of complexity

My NAS software has a docker thing just built into it. I can upload or specify a package and it just runs it on the local hardware. If you have a Linux shell, I guess all you really have to do is run dockerd to start the daemon, make sure your network config allows connections, and upload your docker containers to it for running


I’m a Joplin contributor and if you think the android app is halfway decent, that’s a win ahahaha. The desktop apps are what makes it a superstar though, with all the plugins and community. The mobile apps have been slowly modernizing but it’s real basic


It’s just like 4x longer for no real reason. The language just isn’t that hard, and I feel like they were cashing in on publishing a million new editions. C hasn’t changed much

Also, random plug for Go, which feels about as simple as C but tackles modern problems better (concurrency, amazing garbage collection, servers, world class tooling). Any C developer will feel comfortable with Go super quickly


Imo the most legit thing to do is to read an old copy of “the c programming language” which is a guide written by the authors of C. The early editions were under 100 pages, super clear to understand, and you’ll feel connected with the mentality of the creators. C is a simple and elegant language, much less complex than most modern ones