Alt account of @WFH@lemmy.world, used to interact in places where federation is still spotty on .world.

  • 2 Posts
  • 55 Comments
Joined 1 year ago
cake
Cake day: July 4th, 2023

help-circle

  • Very good choice going with Debian. It is simple, clean, can be as minimal or as “bloated” as you wish, and once you’ve worked out the kinks it will happily run for years without maintenance (except updates of course).

    There’s a steep learning curve because as a user you’re expected to configure stuff yourself (although defaults are most of the time very sensible), but if you’re willing and able to truly learn Linux and the terminal and you’re familiar with your hardware, it’s one of the best platforms out there.







  • And that’s why we’re moving away from coding games where I work. Bad people try to cheat, good people can panic and shit the bed.

    When I do interviews, I’m more interested in the candidate’s relevant experience, what kind of issues they faced, how they were solved, if they think they could have done things differently, and how they think. Code itself is irrelevant unless I can review a sprint’s worth of PRs.

    When I ask more technical questions, I never ask for code but for an explanation on how they would tackle the problem. For example, I often ask about finding a simple solution to get all data relevant to a certain date in two, simple, historized tables. If you know window functions, it’s trivial. If you don’t, your solution will be slow and dirty and painful. But as most devs don’t know about window functions anyway, it lets me see how they approach the issue and if they understand what parts should have a trivial solution to make it simple.


  • Here in the EU there are a few companies selling rebranded Tongfang or Clevo barebones without an OS. Some are Linux-oriented like Tuxedo, Slimbook or LaptopmetLinux, some are general-purpose or gaming oriented like Schenker/XMG.

    Slimbook Elemental 14 start at around 600€, Tuxedo Aura 14 starts at around 840€ for what looks to be the same SKU but a bit more storage.

    Where are you located and what’s your budget ? It might help point you in the right direction.


  • Luck has nothing to do with it. Daddy’s apartheid emerald mines money and megalomania got him there. He didn’t invent anything, he’s just a glorified investor. All of ‘his’ successful companies are other, smarter people’s ideas he ‘stole’ by forcing them to make him ‘co-creator’ as a requirement to invest his cash.

    It’s all about pushing a narrative. If he did it the ‘normal way’, he would probably be seen as a decent VC, known in some business circles but in the shadow from a general audience perspective. By making himself the ‘co-creator’, he deperately tries to makes us think he’s the genius he believes he is, and gain the power and influence that come with it.

    There are positions in all these companies where people are working roud the clock to prevent him from fucking everything up. And sometimes, even they can’t prevent idiotic bullshit like the Cybertruck. Tesla and SpaceX work because they actively spend a massive amount of energy to work against his moronic ideas. Twitter is the best example of what happens when he’s given free rein.






  • WFH@lemm.eetoLinux@lemmy.mlUsing Linux for the first time
    link
    fedilink
    English
    arrow-up
    14
    ·
    edit-2
    7 months ago

    May I ask why you, as a beginner, specifically chose one of those distros instead of more “mainstream” ones?

    Puppy Linux’s main use-case is to be a live ISO, that doesn’t need to be installed to run. It doesn’t mean it’s not a good idea to install it, but I think if you want to use an Ubuntu derivative, there are better options for a beginner like Pop or Mint that would let you install a lightweight desktop environment like XFCE, LXDE, LXQt and so on.

    Alpine Linux is specifically designed to avoid all the core system tools that are pretty much universal on most other distros like glibc, systemd or GNU tools and libraries, which will make your life hell as a beginner if you need to troubleshoot anything as most “universal” documentation like the Arch wiki would be at best partially relevant, at worst useless.


  • WFH@lemm.eetolinuxmemes@lemmy.worldRHEL 10 Leaked
    link
    fedilink
    English
    arrow-up
    3
    ·
    7 months ago

    Hey, we are all freeloaders here. How many of us can say they’ve contributed to every single component of the stack we use everyday to get our cat memes? Like GRUB, the kernel, systemd/whatever you prefer, Mesa, X.Org/Wayland, your DE of choice, Firefox?

    We can even make a profit by using these tools :D





  • I have updated Debian across 4 major releases without issues. I have daily updates on Fedora without issues. I had to do maintenance probably monthly on Manjaro.

    Arch doesn’t do things for you, therefore Manjaro doesn’t do things for you. This means you are the one who needs to do the maintenance and upgrade config files and such. It is interesting, it is formative, but it is not for beginners who might get the impression that Linux needs constant maintenance and breaks often.