Is he saying “your wallet”?
- 1 Post
- 1.34K Comments
tyler@programming.devto
No Stupid Questions@lemmy.world•What differentiates Lemmy, Kbin, Mbin, and PieFed?
3·1 day agoSo you set up a nice strawman with assembly and fortran there (which would never be used for a web server) instead of suggesting a realistic option like C# or the JVM, both of which have much larger communities of people that actually know what they’re doing.
You’d get just as many contributions in Java or Kotlin and the quality would be higher as well.
The decisions at the start of the project have the most influence on the project, more so than anything ever will later down the line.
tyler@programming.devto
Ask Lemmy@lemmy.world•What would it take for you to switch to Linux?
3·1 day agoYeah I understand that. I just recently switched and just never even started my windows partition since. Makes it real easy to tell what’s important in my life.
tyler@programming.devto
Ask Lemmy@lemmy.world•What would it take for you to switch to Linux?
3·1 day agoWell the first is already true and the second is never gonna happen.
tyler@programming.devto
Ask Lemmy@lemmy.world•What would it take for you to switch to Linux?
2·1 day agoYou can also run all the office stuff in WinBoat. Only Office is pretty close to ms office as well, but is missing some really important stuff that really pissed my wife off.
tyler@programming.devto
Ask Lemmy@lemmy.world•What would it take for you to switch to Linux?
3·1 day agoAdobe products can run on wine now. As of a few weeks ago. I still need to test it more in depth, but they started at least!
tyler@programming.devto
Ask Lemmy@lemmy.world•What would it take for you to switch to Linux?
3·1 day agoHave you just tried a VM? Or WinBoat (which is just a VM). You don’t have to use wine for everything windows related. Sometimes you can just use a VM.
tyler@programming.devto
Ask Lemmy@lemmy.world•What would it take for you to switch to Linux?
3·1 day agoWhat games aren’t supported that you play?
tyler@programming.devto
Ask Lemmy@lemmy.world•What would it take for you to switch to Linux?
6·1 day agoIf the current situation hasn’t gotten you to switch then you’re not gonna switch in 2032. You’ll probably just have some other excuses.
writing lines has never been the bottleneck, that’s only something a junior would say. The bottleneck is always requirements: changing, understanding them, making sure you don’t miss test cases before writing any code.
tyler@programming.devto
No Stupid Questions@lemmy.world•What differentiates Lemmy, Kbin, Mbin, and PieFed?
19·2 days agoPiefed is also written in python. No clue why you would do that when you know that you’re going to be dealing with a massive amount of network traffic, more so than most server infra. Lemmy already struggles with certain amount of traffic and that’s written in rust.
Takes a special kind of person to write federated software and they all seemingly make really really strange decisions when doing so.
I thought it said “nerd space” not “third space” and I was like what’s that??!!
My wife and I complain about shows constantly (I’m talking about the shows and movies we like!), pausing to point out every little thing, and I’m in absolutely no way a movie critic, in fact I hate most shows that critics like. If I was to watch a show where I hated every character I would be pausing every five seconds (this isn’t hyperbole, I’m being serious it would be every five seconds) to complain more and more. The show isn’t enjoyable when there’s literally zero reason to like anyone in it.
I never make it to that point, because if there’s only one redeemable quality of each character there’s literally no reason to watch the show at all. I want entertainment, not to be reminded of how shit people are.
I don’t know what your sentence means.
tyler@programming.devto
World News@lemmy.world•Porn ban: Australians must prove they are over 18 to access adult content under new lawsEnglish
501·3 days agoParents already have the tools to block this at the network layer, including in mobile OSes. There’s no need to add age verification at all to anything. The parents control their kids devices, so don’t give them a device they can access this stuff on.
These tools have existed for literal decades at this point. Anyone trying to add something now is just trying to make it easier for the government to spy on you.
Same, why do people like watching shows where you hate everyone? There’s no one to sympathize with!
I hate watching shows where you’re supposed to hate everyone. BB is one of those shows. Like how is that entertainment?



like @Corbin@programming.dev said, except I don’t see why I’d use this instead of .http files. They’re pretty much exactly what you’ve done here, but an actual standard on reusable text files for postman like calls.
They’re literally just files that follow the RFC 9110: HTTP Semantics so they’ll never be out of date, there’s no need to keep them in sync with anything, you can keep them directly alongside your codebase, even alongside whatever api endpoints you’re testing.
You can even use plugins that make it more interactive like this one (I’ve never used that product so I’m not saying it’s good, just that stuff like this exists)