• 0 Posts
  • 60 Comments
Joined 1 year ago
cake
Cake day: July 26th, 2023

help-circle


  • dafo@lemmy.worldtoMicroblog Memes@lemmy.worldWho is this for?
    link
    fedilink
    English
    arrow-up
    3
    ·
    edit-2
    6 days ago

    Or maybe your expectations are off. Volvos have always been very safe cars. In my 2008 and 2015 Volvos the head rests are “uncomfortable” and immobile. But I, and others who are shorter, can adjust the seat so that it saves my neck in case of an crash. They’re not there to be comfortable, they’re there to save you.

    Edit: fixed “your my express expectations”




  • I’ve not been too keen on copilot, then we got it at work so I tried it. For my previous position working in an ancient java project which knows no rhyme or reason, a codebase which belongs in hell’s fires, it was mostly useless.

    I switched to a modern web developer position where we do a lot of data manipulation and massage it into common types to visualise in charts and tables, there it excels. A lot of what we do uses the same datasets and are then aggregated into one of a set of common types, so copilot often “understands” what I intend and gives great 5-10 line suggestions.

    These last 3 weeks I’ve had the massive task of separating our data processing into separate files to finally add unit tests. Doing the refactoring was easy with IntelliJ, copilot quickly wrote tests as with 100% coverage which allowed me to find a good number of undiscovered bugs.









  • Today I sat down at the computer around 8:30, had lunch around 10:55 - 12:00, then at 13:00 - 14:30 I went for a walk with my wife and 6 month old son to feed ducks which he absolutely loved, and I stopped working at 16:10. Adding all that together should equal to… I don’t care. The company who bought us and ruined everything had a 1.5 hrs townhall yesterday with 880 attendees, equating to some €30k lost in man power.




  • dafo@lemmy.worldtoLinux@lemmy.mlLinux Directory Structure - FHS
    link
    fedilink
    arrow-up
    11
    arrow-down
    1
    ·
    edit-2
    2 months ago

    It’s not wrong, but it feels a bit like some tech articles you’ll see which are obviously just created to fluff up a CV. I wouldn’t say avyttring here is flat out wrong, just kinda… lacking.

    But yeah, /boot holds “system boot loader files”, sure, but that’s a bit vague. It should contain your kernel and initramcpio and IIRC Grub also had its config here. That’s pretty much it. I would’ve rather said /boot contains the kernel.

    “device files” it’s so vague that it’s almost wrong IMO. At first glaze I would’ve thought that it means drivers rather than, say, “interfaces to devices”