• 5 Posts
  • 155 Comments
Joined 3 years ago
cake
Cake day: July 7th, 2023

help-circle



  • Eager Eagle@lemmy.worldtoLinux@lemmy.mlBan Windows at schools
    link
    fedilink
    English
    arrow-up
    7
    arrow-down
    1
    ·
    edit-2
    17 days ago

    They don’t need to teach “windows” or “excel”. Working with an “operating system” and a “spreadsheet” is the real value. One can quickly pick up any equivalent technogy as they need to. There’s no good reason to stick to the company that happens to have a monopoly at the time. In fact, it’s better for society that they don’t.

    As for photoshop or any media editing program, I’ve never learned that in school anyway. That was just not a thing in any school around where I grew up. Maybe I missed out, but I’d say that elementary and high school curriculums are already pretty busy to focus too much on that kind of work. IME teenagers usually get into that kind of software at their own time and interest. I was into video editing and 3d modeling, but that was never in the curriculum.


  • Unpopular opinion, but most of that is duplicated information that makes sense to be duplicated because I’m not a machine that can scan the whole page and instantly get what I need.

    Top right are action buttons, fork and stars on the center right let you see who else starred and forked the repo.

    License information just makes sense to be in a repo summary, and it just happens that most license files are at the root and visible in the file tree.

    I don’t see the top level stuff, you probably see that because you’re not authenticated, so github tries to “sell” itself for you.

    I agree “releases” should be at the top though (it used to, and I use GitHub refined to bring it back), but having the latest one at a glance is nice and saved me a click many times.


  • No point in messing with swappiness settings, trust me. You want to address the reason this happens in the first place, not disable or reduce swap.

    I’ve had a nearly identical scenario at work. The reason? A data verification process that went through 100s of thousands of files to run their checksums and check integrity. This was working as intended, but the system alerts were firing because of that high buffer/cache utilization. So check which processes have highest IO and you might find the answer. Swap is just a side effect.







  • Only if you don’t care about your own cognitive decline

    That sounds like Socrates’ argument that writing would weaken people’s memories.

    And absolutely, people will probably forget the syntax by heart if they don’t type it as frequently. Personally, knowing syntax is not very valuable to me, as it’s just a means to an end. And whether that leads to cognitive decline or not, is really up to who’s using the tool.

    Saying it leads to cognitive decline is saying you can’t use an LLM and have critical thinking, which I can’t agree with.









  • GitHub is good enough to people keep using it. With the exception of the AI-induced downtimes last month, other platforms have as many problems as GH does, but GH gets the bad rep because it’s the one everyone uses and has an opinion about.

    Despite old problems that still annoy me, they actually have an impressive and unmatched set of features too, so one can’t move away without some compromise. For the most part, you might find Forgejo/Codeberg and others to meet your needs, but it’s going to take a long time to match GitHub’s maturity in some things like code search.