SoleInvictus

joined 2 years ago
MODERATOR OF
[–] SoleInvictus@lemmy.blahaj.zone 3 points 7 hours ago* (last edited 7 hours ago)

Median, not average, so much better at showing this situation than mean but it's still not great. I agree that it should be broken up, but the difficulty is how you define the grouping will have a significant impact on the results, especially in early and later years.

I'd prefer median by age graphed by age. Average by any grouping will skew heavily if there is a lot of variance, and I absolutely expect there is in the US. A box-and-whisker plot could also be ideal here, but you still have the grouping problem.

[–] SoleInvictus@lemmy.blahaj.zone 3 points 13 hours ago (1 children)

I had no idea! I worked IT in the early 2000s and I absolutely hated Dell computers. Nothing broke faster and more often than the Dell desktops.

[–] SoleInvictus@lemmy.blahaj.zone 7 points 16 hours ago (1 children)

Seriously, it takes courage and real strength to show weakness, especially in a crowd when the focus is on you.

[–] SoleInvictus@lemmy.blahaj.zone 6 points 16 hours ago (3 children)

Maybe we need a small, private company to come along and start making good consumer hardware.

I've always wanted to start a business like this. "Generic Brand" household goods. Not fancy, just solidly functional base models but with modular upgradability. Wish you bought the WiFi capable washer? Buy the module for $30. Everything would be fully user serviceable and upgradable (within reason), so parts sales ensure sustained income once market saturation is reached.

[–] SoleInvictus@lemmy.blahaj.zone 10 points 16 hours ago

I saw your quote and thought it can't be real. It's parody, right?

Nope, it's in the article. It's real. Fucking hell.

[–] SoleInvictus@lemmy.blahaj.zone 10 points 1 day ago (2 children)

Fuck it, I'll run for mayor of my city. Help me build a platform. I'll start.

  1. Left as fuck.
  2. Evidence-based governance - no more "vibes-based" politics.
  3. A cat for every home and a chicken for every yard.
  4. Inflatable costume subsidy for low-income protestors.
  5. ...?

I can't help but feel it's intentional. So many people are waiting for someone to step up and lead, but it's almost like the Democrats are avoiding effective leadership.

I'm still on the "controlled opposition" train. When my politically challenged ass can point out major flaws in campaign strategy for an organization with millions upon millions of dollars of funding, it makes one start to wonder.

[–] SoleInvictus@lemmy.blahaj.zone 11 points 2 days ago (3 children)

I need to start faking computer illiteracy or at least downplaying my level of literacy. Employers notice how quickly I get computer-related tasks done, but then they expect that as my norm while my coworkers are struggling to use any device without a touch screen.

The last new hire I trained was in his mid-twenties and lacked basic tech literacy outside of the iPhone. I asked him to write up a quick protocol using a template I sent him. He typed the text of the Outlook file preview into notepad and went from there. I was baffled.

[–] SoleInvictus@lemmy.blahaj.zone 7 points 3 days ago* (last edited 3 days ago)

As a microbiologist, 3 cm is like the next county over. The particle physicist gets to add a few orders of magnitude to that.

You make a really good point, thank you.

Honest question because I just don't know - would those same financial and temporal costs (mentioned in another comment) still be as high in a functional, fair system?

[–] SoleInvictus@lemmy.blahaj.zone 15 points 3 days ago* (last edited 3 days ago) (10 children)

Do it 1970s style. You own a home but pay less than half of what you do now. The extra savings go toward home maintenance and lifestyle improvement. You gain equity over time and actually get something for what you paid instead of lining someone else's pockets.

Plus most people have no combat training. I can handle aggressive drivers no problem. If masked thugs rush me with drawn weapons, I will very effectively shit myself at best, run hard at worst

 

Edit: holy shit, I did it! The install media is booting off a little SSD partition! It was ultimately quite simple. Will update with instructions once done, for posterity.

Edit 2: I did it...and you can too! Here's what I did to install Linux from a disk partition on a gen 1 Surface Go with no functioning USB ports. I don't know if it's the ideal process, but it worked for me. Suggestions for refinements are gratefully accepted.

Prep Step: Make enough room for your partition and empty space for Linux by shrinking your Windows system partition. I made a 6 GB partition and left 30 GB free for Linux. If diskmgmt is being an asshole about it, turn off your page file and hibernate, then reboot to clear both files. Windows is now struggling along with a ~22 GB partition, 4 GB of free space, all visual enhancements turned off, and no page file. Tough shit, Windows: you exist to install Linux now.

Hot tip: you may have rebooted Windows a bajillion times already. If you're logged into a microsoft account, those jackanapes will lock your system down for two hours for excessive booting. It happened to me twice. Just select "forgot my password/pin", reset it, and you should get back in. Fuck you, Bill Gates!

  1. Download the install ISO for your desired Linux (or whatever, you're an adult) distro.
  2. Create a FAT32 partition with enough size for the contents of your install media.
    2.1 Optional: Name it something silly to blow off steam.
  3. Copy contents of ISO to new partition.
  4. Turn off secure boot in UEFI settngs since Grub2Win is NOT "secure" in the eyes of UEFI.
  5. Download and install Grub2Win.
  6. In Grub2Win, click "view partition list". Save the UUID of the partition you made for the install files for later use. It'll say it's not a legitimate EFI. Just ignore it - you don't need its validation.
  7. Click "Manage Boot Menu", then add a boot entry. I selected the template for Linux Mint, the distro I was installing, and used the example code to start. Don't save it yet, you need to fill in more info.
  8. Examine the boot.cfg file present in the distro install media for required parameters, then find the location of the linux kernel (vmlinuz) and initial ramdisk image (often initrd.lz or initrd.img) files. I literally just copied the "linux /casper/vmlinuz..." line to get my parameters.
  9. Update your code in the boot entry. Here's what mine ended up looking like:
set rootuuid=9889-99F1
getpartition  uuid  $rootuuid  root
g2wsetprefix
linux   /casper/vmlinuz    root=UUID=$rootuuid persistent boot=casper username=mint hostname=mint iso-scan/filename=${iso_path} quiet splash --
initrd  /casper/initrd.lz
if [ $? -ne 0 ] ; then g2werror Linux load error ; fi
  1. Save the boot entry. Reboot your system, then select your shiny new boot entry. Linux should start. Be patient, it's slow AF. Select the installation shortcut to get started. Everything proceeded smoothly for me.
    Note: I left my Windows install as ANY perturbations to UEFI settings end up with it reverting to the Windows boot manager, which points at the Windows install only. If I didn't have Windows to run Grub2Win, I'd be out of luck.
  2. After installation, I found the boot manager went back to the default Windows one and updating through Grub2Win did exactly nothing. I ended up uninstalling, then reinstalling Grub2Win, then it was fixed. Mostly. It still didn't have a Linux boot entry.
  3. Manually add your Linux boot entry. Similar to the install media, you need to tack on some paramaters. Here's what I ended up with, with the UUID being that of the new Linux install partition:
set rootuuid=4d23295b-03db-49d4-858b-e7403d983269
getpartition  uuid  $rootuuid  root
g2wsetprefix
echo Boot disk address is  $root
echo The boot mode is      Partition UUID
linux   $pathprefix/vmlinuz    root=UUID=$rootuuid    verbose
initrd  $pathprefix/initrd.img
if [ $? -ne 0 ] ; then g2werror Linux load error ; fi

And that should do it! Secure boot remains off as Win2Grub's EFI isn't signed by Microsoft, so turning it back on will revert the system to the Windows boot manager. Just to tie things up: Fuck you, Bill Gates!

Hope that helps, and good luck!

Original:
This is a weird one. My partner was gifted a Surface Go model 1824 (gen 1) by their best friend, who unexpectedly died a couple of weeks back. It's nearing the Windows 10 end of support date, so my plan was to install Mint, but there's a hitch: the only goddamned USB port on the system is shot. It's the USB controller, which I've given up on trying to fix as it looks like a hardware issue.

I still want to install Linux because this thing now has super sentimental value. I've freed up 16 gb on the SSD, so I have some space to work with. There's a micro SD slot that still functions, but the stupid system doesn't support booting from it (although a Reddit post suggested you can still do so if you set it up in Grub, which I don't know how to do properly at all). The only thing I can think of is installing something on a partition or partitions that acts as install media, but I have no idea how to do that.

Ive tried using Grub2Win's ISOboot function with the Mint install ISO and I can get it to start, but it stalls out waiting ad nauseum for DHCP. I think it thinks it's a PXE install. Maybe my parameters are set wrong? Actual PXE is a no-go because no network adapter. I tried intently staring at the Mint ISO, then staring at the tablet; no data was transferred, but I did develop a headache.

I'm so, so stumped. Any ideas, anyone?___**-

40
submitted 5 months ago* (last edited 5 months ago) by SoleInvictus@lemmy.blahaj.zone to c/adhd@lemmy.world
 

Hey everyone, I'm hoping to get some advice for my partner.

She and I both have ADHD. She consistently has great difficulty communicating clearly and neither of us is sure what to do about it. Where an ideal narrative could be mapped in a straight line, hers would look like a series of loops, whorls, and jagged deviations as she frequently repeats herself, relays events out of order, changes topics inappropriately and without warning, omits entire parts of sentences, etc.

I love her so much so it pains me to say that it's bad. It's really, really bad, and I see how it frustrates her. It's interfering with our relationship as it makes even low stakes conversations agonizing and higher stakes topics often impossible. It holds her back in her personal and professional life. I used to have the same issue, but what helped me isn't really applicable for her.

Does anyone have any resources, ADHD specific or not, that might help her get started in basic, effective communication? She's such a wonderful, intelligent person, and I just want to help her succeed in being able to share that with others.

 

I've been going through some of my late father's possessions and found a stash of VIC-20 cassettes. Some are more well known games, while others are more niche, possibly made by local programmers. Like Pet Frog. I can't find that one anywhere! Those I'll definitely extract and upload to archive.org.

What I'm not sure about is some of the utility software. For example, I have cassettes for programmable character set and game graphics editor, loan/mortgage calculator, home inventory, personal finance, VIC typewriter (word processor), space math, biorhythm compatibility, etc.

Are these worth extracting and uploading?

 

Hey all! The primary issue is in the title - Dolphin doesn't play nice w/ files on my home server. I'm able to view, copy, move, or delete them just fine via SMB, but Dolphin acts as if there is no associated software for any file type. Nemo works without issue, but I prefer Dolphin's customization and feature set.

Any idea what could be wrong? I'm a big Linux newb, so I'm still figuring this all out.

 
 

I just had three "very special" Craigslist experiences in a row and wondered what everyone else deals with when selling things online.

 

Manul

 

Manul 1-9.

 

cross-posted from: https://sub.wetshaving.social/post/2498731

Deadlines

 

cross-posted from: https://lemm.ee/post/60653809

me_irl

 

cross-posted from: https://mander.xyz/post/25795394

LIVE!

 

cross-posted from: https://slrpnk.net/post/17732397

Rule

view more: next ›