• 0 Posts
  • 90 Comments
Joined 2 years ago
cake
Cake day: October 1st, 2023

help-circle


  • /dev/md127 is probably a raid 1 from a previous installation. Assuming you don’t need the data on it, you can either delete or ignore it.

    I’m not familiar with this exact installer, but I have installed Debian a bunch before. Judging by what I’m seeing here, you probably need to do a bit of manual labor. I’m guessing you first create partition tables (usually gpt), then raid partitions, then combine them into a raid, and maybe then put lvm on top of that again, and finally a filesystem. If you’re planning to go the lvm route you probably want to create a smaller raid on the start of the disk for /boot (250-500MB should suffice) separate from the lvm, because last I checked you can’t boot from an lvm volume.


  • Most teams I’ve been in would do a time boxed task (sometimes referred to as a spike) in those cases. Basically, you get a task with maybe 3 or 5 story points, and the goal is to either complete it or find out what it takes to do so. Then you make follow-up tasks for the next sprint. It’s worked pretty well for me in those cases with a lot of uncertainty.







  • Also triggering to anyone upset by ICE murdering people in the streets. I’ve never been scammed, but the idea of my emails automatically announcing support for the gestapo stirred up some feelings in me.

    … which is why it’s an excellent phishing email, hats off to them. I’d be way more likely to rush to the link in this case than if I received a standard “your account is being locked” phish.







  • Sorry to hear about your kid, and I hope they get better! I don’t watch TV or play video games either, but right now my wife and kids consume the bulk of my free time. Not that it would matter, I’d never get to your release frequency if I was single either.

    I’m more of a “refactor it 90 times before I deem it worthy and then spend some more time failing to come up with a name” kind of guy. I’m pretty good at working with legacy codebases, though, so most of my OSS contributions are patches to existing projects. That’s also easier to cram into my schedule.





  • Which newbies need to know that? You already said you don’t, why do the other newbies need it?

    I’ve been using Linux on the desktop for 20 years, and managed a whole farm of them professionally on several occasions. While I know the difference between /bin, /usr/bin and /sbin and why it’s like that, it’s hardly something I really need to think about unless I’m building a software package, something a newbie user would never do.