God, it’s like teachers trying to copy a link from their file browser. Well, bless them for trying.
God, it’s like teachers trying to copy a link from their file browser. Well, bless them for trying.
They seem so directionless lately, and by god is AI the wrong horse to bet on for their users.
I should check out LibreWolf…
OpenOffice was a really solid Microsoft Office rival, and FOSS to boot. Made by Sun Microsystems, of course, and then ruined by Oracle (of course).
Thankfully LibreOffice was forked from it and is still going strong as a very capable suite of document tools. And OpenOffice is basically dead, womp womp.
Jellyfin ftw
Funnily enough, Libre Office is another great example of this, being forked from Open Office (and also way better).
I’ve had very few issues with whitespace in my decade or so of using python, especially since git and IDEs do a lot to standardize it. I’m a Python simp, tho
Honestly, I’ve been using type hints very heavily since they became a thing. I just use IDE completion too much to do without them.
Jesus…
I guess the question is, what happens to the kernel when all the people who learned on C are gone? The majority of even the brightest new devs aren’t going to cut their teeth on C, and will feel the same resistance to learning a new language when they think that there are diminishing returns to be had compared to what’s new and modern and, most importantly, familiar.
I honestly get the hostility, the fast pace of technology has left a lot of older devs being seen as undesirable because the don’t know the new stuff, even if their fundamental understanding of low level languages could be a huge asset. Their knowledge of C is vast and valuable, and they’re working on a project that thrives because of it. To have new people come to the project and say “Yeah, we could do this without having to worry about all that stuff” feels like throwing away a lot of the skill they’ve built. I’m not sure what the solution is, I really don’t think there are enough new C developers in the world to keep the project going strong into the future though. Maybe a fork is just the way to go; time will tell which is more sustainable.
Permissive licenses mean faster and more widespread adoption, it’s up to project maintainers if the tradeoff is worth it. Ideally a company would realize that an open source part of their project probably isn’t radically going to affect their revenue stream, but you don’t just have to convince devs, you have to convince the suits and lawyers, and they will tell you to just build your own rather than give up any precious IP.
I have all my monitors at maybe 10-20% brightness and still use dark mode for everything. It’s the way of the cave dweller.
The most heinous thing is lack of required sick time. And who is it that’s least likely to get paid sick time? Customer service, of course, the ones coughing and sneezing all over your clothes and food.
Just make sure you actually do get a payout, had a friend screwed over by that recently.
Honestly I’ve been getting more into baseball as I’ve gotten older. Just easy to chill out with.
Being a Python simp, I find GDscript just different enough to nag. There’s a lot of QoL stuff they don’t have and aren’t (currently) looking to add in order to keep the language simple. Honestly has me looking to use C# instead.
Being a Python simp, I find GDscript just different enough to nag. There’s a lot of QoL stuff they don’t have and aren’t (currently) looking to add in order to keep the language simple. Honestly has me looking to use C# instead.
Honestly C# has grown on me quite a bit. Shakes off some of the bloat of Java and linq is pretty handy. God knows if I can’t tell you what the distinction is between C# and .NET Core and whatever the hell ASP is.
Python is slower than compiled languages, it’s true, but it’s still very fast. Bottlenecks are more likely to come from external connections to the frontend, other APIs, and database than from the server codebase itself.