Skip Navigation

Posts
92
Comments
1832
Joined
2 yr. ago

  • I’d love to some of the Bazzite users migrate to Bluefin or Aurora.

    Why?

  • 50/50

  • When do you need a newer or older version of Bash to target? I mean usually this is not a thing to concern about.

  • Sure, I would understand it if its longer text.

  • While I agree its not adding anything, I don't get why one gets upset about titlecase for blog post titles. I mean its not like something making it less readable or less indexable or anything like that. So why even ask to stop doing it? Or does it do any harm I'm not aware off (even if its for readable reasons in your opinion). I personally prefer normal case for titles as well, but that is just a preference of mine, not because I see any benefit in doing so.

  • I was there too doing lot of generalized functions that do everything. And I always hated the code. I am just hobby commandline guy, but even that is horrifying code. Doing this in complex code bases with real world impact is just bad.

  • Trying to abstract everything away in multiple layers of classes and function calls, just to avoid to write a 2 lines of code twice is the biggest evil in programming. Well probably not the biggest, but a huge problem in my opinion. Adding unnecessary complexity due to being clever is evil.

  • I want to say, it takes a while to learn many stuff in Linux. You didn't learn everything of Windows in one video or blog post either. And in Linux, its even "worse", as it is open ended with many operating systems and replaceable parts. That means its by design more to learn than on Windows. I'm just setting expectations. "Learning Linux" is not a single event or product you learn, and you hopefully never stop learning.

    1. Maybe start at high level "What is Linux?".
    2. Go into "The Linux Filesystem".
    3. Learn about "Linux Philosophy and Shell Tools".
    4. That should lead you into scripting with "Bash".

    That should give you a bit of background and basics to start with. Just search these terms and start learning and experimenting. Plan years into learning...

  • If you are concerned about a program you installed spying on you, then why do you use that program? If it can access a personal directory in Mozilla, what does it stop from accessing all the other files on your system?

  • This question is probably as old as Linux itself. While many (me included) do not like Ubuntu anymore, I still think its a good operating system for newcomers to Linux. Not at last because of the community it has. Ubuntu is only by those dislike who are long enough in this game. There are also different variants with different user interfaces and such (like Kubuntu).

  • You can make such statements only, if you know how many cheaters are there. And if you know there are 2% cheaters, why didn't you ban them?

  • I do not agree. While it was not an official statement, he still works at Valve. So his opinion is connected to Valve. We should not ignore that. He is not ANY developer. The only thing is, I should have made that more clear in my initial reply, but I think its not really needed because we know the context he is a developer on his own private account. But I would not ignore that.

  • So we should ignore that he works at Valve?

  • It's a Valve employee.

  • Yes, we should celebrate transparency. Even if every game includes Ai in development in some shape or form, its good to know what exactly was done. In some cases its even a little less harmless or even acceptable (like generating meaningless terrain) than in other cases.

  • It's not seen often that Valve reacts to public comments.

  • Why not use an ad blocker and not rely on a single search engine this way?

  • This title is a bit funny. :D You had me in the first halve, not gonna lie.

  • Technology @beehaw.org

    The Clankers Are Having Children Now... by SomeOrdinaryGamers - Oct 26, 2025 (Video, 13:10 min)

    inv.nadeko.net /watch
  • Rust @programming.dev

    This Week In rust-analyzer Changelog #299 - Oct 27, 2025 (including next trait solver)

    rust-analyzer.github.io /thisweek/2025/10/27/changelog-299.html
  • Technology @beehaw.org

    YouTube AI Filter Is Making My Videos Dangerous To Watch by Anton Petrov - Oct 26, 2025 (Video, 6:09 min)

    inv.nadeko.net /watch
  • Technology @beehaw.org

    The Worst Bug In Games Is Now Gone Forever by Two Minute Papers

    inv.nadeko.net /watch
  • Gaming @beehaw.org

    Steam Next Fest - October 2025 Edition: Intro Video Outtakes by Steam

    inv.nadeko.net /watch
  • Rust @programming.dev

    Is crate fnmatch-regex2 a scam?

    crates.io /search
  • Rust @programming.dev

    This Week in Rust 620 (08 OCT 2025)

    this-week-in-rust.org /blog/2025/10/08/this-week-in-rust-620/
  • Science @beehaw.org

    Space Is Way Scarier Than You Think by Joe Scott - Oct 6, 2025 [19:22 min] Video

    inv.nadeko.net /watch
  • Memes @lemmy.ml

    Tupactopus

  • Technology @beehaw.org

    An AI Just Attempted Murder... Allegedly... by SomeOrdinaryGamers [21:15 min] Video

    inv.nadeko.net /watch
  • Linux Gaming @lemmy.ml

    Steam Hardware & Software Survey (Linux, September 2025)

  • Linux @lemmy.ml

    Do not update single packages on Archlinux, but

  • Linux @lemmy.ml

    MALIBAL Has Returned Again!! by Brodie Robertson from Sep 30, 2025 (Video)

    inv.nadeko.net /watch
  • Science @beehaw.org

    I never understood why spacetime needs a minus sign…until now! by FloatHeadPhysics [30:18 min] Video

    inv.nadeko.net /watch
  • Gaming @lemmy.ml

    Download Eden a Switch emulator as long as you can

  • Programming @programming.dev

    Can't decide if end user index access should be 0 or 1 based and if END index should be inclusive

  • Free and Open Source Software @beehaw.org

    GPU Screen Recorder for Linux / Wayland as Flatpak

    flathub.org /apps/com.dec05eba.gpu_screen_recorder
  • Linux @lemmy.ml

    Bash v5.3 Released! New features and syntax in the latest version of the Bash Shell. by You Suck at Programming on YouTube

  • Technology @beehaw.org

    How do Transistors Work? How are Transistors Assembled Inside a CPU? - Branch Education at YouTube on June 21, 2025

  • Programming @programming.dev

    Python question: How to convert list to sort with multiple keys?