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

help-circle




  • nakal@kbin.socialtoLinux@lemmy.ml*Permanently Deleted*
    link
    fedilink
    arrow-up
    9
    ·
    edit-2
    9 months ago

    (My opinion) No, you aren’t paranoid. I’m thinking a bit like you, but I also consider probabilities. You need to download the checksums from the official website and the ISO from mirrors. Two different sources would need to be hacked. This is where I say, it’s hard and secondly someone would notice that hack very quickly.

    Signing the ISO or the checksums with a well-known signature is still important. I verify it, if a signature available. It’s just a couple of seconds and doesn’t cost anything.





  • Of course, it’s better to use some frameworks for logging, especially because these verbose statements are often needed for assertions while unit testing the code. But it’s still equivalent to printf.

    I use debugger sometimes. I actually like to load core dumps to take a look at the stack trace. But I usually don’t really need debugger interactively because when some error appears, I usually already have an idea what happened. And lots of embedded code needs timing in milliseconds, so debuggers won’t help.




  • I don’t know what you mean with Adobe. It’s a company not an application. Adobe Reader sucks and I don’t need Adobe Pro, because I am able to use LaTeX.

    Why I need a real distribution instead of a naked operating system like Windows is that it comes with ten thousands of preconfigured packages.

    Then the system is transparent. I know what it does and can analyze it easily. When something doesn’t work, I am able to find the cause. This is essential for me.

    I don’t need any shady antinvirus that hooks into the kernel, making the computer overall insecure. I generally trust the OpenSource community more than I trust Microsoft.

    I also don’t like ads on my system, except I subscribed to them. I pay for software and give devs money to keep projects running. But I don’t want to see unrelated ads.






  • nakal@kbin.socialtoLinux@lemmy.mlSystemD
    link
    fedilink
    arrow-up
    11
    arrow-down
    10
    ·
    edit-2
    10 months ago

    SysV init is crap, but so is systemd as init process. One example is that an admin needs to know why the system does not boot properly. In this case the kernel messages help. systemd is not helping here.

    I’ve currently one problem that I need to solve, but I need 2 people, one to make a video, the other to press Ctrl+Alt+Del to capture an error message that appears for 0,1s after sending the key sequence, when my PC does not boot. This is crap! Why the hell it does not boot occasionally, I have no idea and I’ve been an Linux/Unix admin for 25 years now. Why I cannot find it? Of course because systemd doesn’t even log it!

    This is brand new when systemd appeared. I loved to see the kernel messages to full extent…