• 0 Posts
  • 31 Comments
Joined 1 year ago
cake
Cake day: June 9th, 2023

help-circle
  • LLMs have a very predictable and consistent approach to grammar, punctuation, style and general cadence which is easily identifiable when compared to human written content. It’s kind of a watermark but it’s one the creators are aware of and are seeking to remove. That means if you want to use LLMs as a writing aid of any sort and want it to read somewhat naturally, you’ll have to either get it to generate bullet points and expand on them yourself, or get it to generate the content then rewrite it word for word in a style you’d write it in.





  • I just find the saving mechanism frustrating to use compared to vim’s as an entry level user, and now as a mid-skilled user I dislike how featureless nano is - when I was first learning how to use the terminal I hated having to edit anything as I was pretty much force-fed nano with no alternative provided, but on finding vim and remembering literally 3 things (:w, :q and i) everything became so much easier, but I definitely do have an extra bitter taste left about not being told about something much easier to use which irked me when I saw someone preaching how amazing nano is

    I also really don’t get the hate for vim when remembering 3 things gives you as much/more functionality as nano and is a starting point for so much more functionality - intuitive doesn’t mean featureless and don’t try and pretend nano’s shortcuts are the same as 99% of other editors (text or otherwise), in fact they’re totally different, making it less intuitive



  • It’s not so much a circlejerk as much as a knowledge that KDE plasma is the most approachable DE with the most polished first experience for the majority of new users

    The reason it gets interpreted as Gnome bad is that both Plasma and Gnome both mainly target users who want something that just works out of the box and doesn’t have a steep learning curve, however KDE have managed to keep up better with what new users want in recent years while Gnome has fallen into a semi-trap of doing what their current/older users want. That doesn’t mean it’s a bad distro, frankly it’s great for their current users, however it does little for newer users who may not find it as intuitive as other DEs, therefore making it a worse default DE for “off-the-shelf” distros targeting new Linux users.

    At the end of the day though, it is about personal choice, and nobody’s saying i3 isn’t better for powerusers or that LXDE doesn’t run faster, but if you have the knowledge that you want to install one of those or the many other DEs available, then you can just find the iso/distro/package with that DE and install it rather than just clicking the all-in-one-guaranteed-to-work-lts download button on the distro’s homepage


  • The syntax is certainly easier than Java

    And VisualBasic’s syntax is easier than COBOL, but this isn’t a competition to make the least offensive heap of putrid garbage, so why does it matter?

    Python works just fine for basic scripts, frankly it’s amazing for it, but oop and functional programming is so incredibly obviously badly shoehorned in that huge swathes needs scrapping and version 4 releasing






  • Who’s suggesting that people are using if statements for arithmetic?

    The only time that you can feasibly replace an if statement with arithmetic is if it’s a boolean, but frankly that’s an edge case… Also if you’re not writing in rust or c or whatever then don’t worry as the interpreter will run a huge amount of branches for every line of code (which is what all your nested ifs, switches, gotos, returns etc. will compile down to anyway)






  • It makes sense for Microsoft to support Linux though…

    They tried their hardest to kill Linux under Steve Ballmer but now they’re moving (or in reality have moved) to a model where Xbox and cloud are their main income-generating industries. The former is unrelated to Windows/Linux and the latter is frankly more dependant on Linux than it is on Windows - Microsoft have been supportive of Linux through Azure for years now and it doesn’t exactly make sense for them to be developing two different operating systems, so it’s not far fetched to imagine they’ll drop DOS NT as a backend for windows entirely in the future and move to a Linux backend, with Windows just being a closed source DM with tracking etc added on.

    This covers embrace & extend, but I don’t think the extinguish part makes sense - sure they may add features the FOSS community disagree with, but at worst we’re in a similar position to where we are now with things being released separately for Linux and Windows