

deleted by creator
deleted by creator
I almost forgot it existed. It was a slight improvement, but with a whole bunch of new problems (most notable race conditions which were never fixed) and it was made obsolete by systemd.
It was a good evolutionary step only used by Ubuntu iirc. It was better at that time than the previous init system, but not more than that and it never found wide adaption.
I used Linux (and some Unix) before systemd was a thing and init scripts are jank. So much boilerplate and that was before things like proper isolation existed and other more modern features.
I don’t understand why anyone would want that back.
A replacement of systemd with something else would be fine, but please no more init scripts and pointless run levels.
None of the tools are really made for the most trivial use cases though. Although it doesn’t take much effort to set everything up in a simple project I would probably also skip most of it. But this discussion about tiny one off projects is kinda pointless as you don’t have many of the problems to solve anyway.
I implemented a reddit frontend (kiosk mode) a while back using only vanilla JS for fun, because a previous implementation by someone else broke. There was not really a point though as it wasn’t even simpler than using the proper tools. It was just for the hell of it, but nowhere close to a “real” project.
And the simple answer is no. You can remove a layer here and there, but this is what the modern dev environment looks like.
I mean sure you can implement all that yourself and carry all the extra cognitive load, but it is not productive to even skip babel or so. There is no point, but the challenge.
Of course it is a bit more complicated to pick the right tools and you don’t have to use everything, but that’s a whole different discussion.
You always have linter steps, testing etc and a competent developer should be able to deal with all that. Of course you don’t start with all this with new students, but I don’t think that is what this post is about.
Why though? I think I am missing the point, but I don’t see the problem with having a build step in your projects. Especially for frontend it is not just JavaScript, but things like Sass/SCSS to consider etc.
I was about to write the same thing. Really the object thing is the whole reason to use ORMs.
Using plain SQL is a compatibility and migration nightmare in medium and bigger sized projects. If anything using plain SQL is just bad software design at least in an OOP context.
I would probably prefer having a headphone jack. I am using wireless buds though. The problem with them is the price. While you can get decent wired earbuds for around $100 or even slightly less you have to pay at least $300 for decent wireless ones. Seriously I tried a few, but they all sounded like absolute garbage. It’s probably a cheap DAC in all of them combined with even less available space due to batteries and other electronics.
Another downside is that you can only use them for like 5 hours at a time. It is fine most of the time, but on long train rides I hit the limitation a few times.
Overall I am happy with the wireless ones, they are convenient, but it is really expensive to replace them and you have fewer choices, so having wired headsets as an option would be great.
I never tried wireless Bluetooth interfaces though and I suspect they might be better than the inbuilt jack of phones which would make them obsolete in my opinion.
I didn’t know it is a book. I liked the movie though.
I should probably add it to my list then!
Because the sun is also a depleting source of energy. I question the definition of renewable that’s all.
I would have never considered nuclear energy being renewable, but I guess a similar argument could be made.
It’s an interesting take. I guess the sun is not renewable either.
Is any practically infinite (in human scales) source of energy called renewable? I am hearing this for the first time.
How is nuclear renewable?
I am in hospital and bored out of my mind. I keep scrolling and scrolling and…
Unfortunately they are very in your face unless you fully submit to their view. They belittle your efforts if it is anything but outright revolution, cheer on horrible regimes and deny genocides. Very US centric point of view.
Of course it is not all of them, but that’s what you will experience very soon if you interact with them, because it is a radicalized echo chamber let loose.
Our instance actually managed to get defederated from them though. Although it wasn’t handled well from either side they seriously only dish out, but can’t take a hit. I won’t say that nothing of value was lost, because there were a few moderate users and of course some interesting content might be lost, but overall my lemmy experience got better without them.
Actually I did below! You are absolutely correct.
Which actually breaks the code if you don’t have sw configured to the same width as used by the code.
If anything that proves my point.
Just copy some code over into a not properly configured vim.
People seem to forget that not everything is a fully configured development environment working locally on your laptop which attempts to fix the issues introduced by that design decision.
deleted by creator