[-] SoleInvictus@lemmy.blahaj.zone 6 points 5 hours ago

It's actually used a lot in food, along with other agricultural waste materials. You'll find it listed in ingredients as cellulose. It's processed to hell and indigestible, so it doesn't really do much nutritionally beyond adding a bit of dietary fiber.

[-] SoleInvictus@lemmy.blahaj.zone 1 points 9 hours ago

I truly am terrible: terribly educational!

/Dad joke

I absolutely love the the hydraulic analogy, and my advancing age and the 'tism compels me to share a story.

I was a science major and worked as a tutor through college. Intermediate physics was required for all science degrees, so basic electrical theory consistently came up.

What I love about the analogy is it's actually not perfectly analogous, but the differences become obvious once the initial concepts are understood, then those differences help students figure it all out. Its imperfection is actually what makes it perfect, and my nerdy side just loves that kind of stuff.

The students that argued with me the most about how it was a shit analogy were my favorite because they'd so frequently knock it out of the park come exam time. It was like the academic equivalent of hate fucking.

Horny is biology, which is chemistry, which is physics. You triple scienced.

[-] SoleInvictus@lemmy.blahaj.zone 12 points 5 days ago

I originally studied environmental microbiology, can confirm.

[-] SoleInvictus@lemmy.blahaj.zone 89 points 6 months ago

There are SO MANY bananas, but most people have only eaten the Cavendish. Awhile back, I got a box of assorted bananas from a farm that specializes in growing unusual fruit. I ate about twenty pounds of bananas in three weeks. So many fucking nanners spread across my entire kitchen countertop for weeks, ripening in stages.

My life has been a lie. Yours too. We've all been hoodwinked. We are getting fucked, and not in the good way, because Cavendish is a straight up garbage fruit. There are tiny tart toothsome Thai bananas, chunky Cuban, alluring Apple, beauteous burro, pleasurably plump Pisang, orally outstanding orinoco, mouthwatering Mysore, and the gustatorily magnificent Gros Michel, the OG mass production bananer, which was replaced by Cavendish in a mycological midlife crisis (I'm drunk and if I was a dinosaur, I'd be a tiny tenacious thesaurus tenuisi). Plus more. So many more. Fucking. Bananas.

They all taste like bananas, but each is a little different, some more than others, but they all had more taste that those Cavendish fuckers. So get fucked Chiquita, Dole, and Del Monte. My banana bread sucks because of y'all.

4
submitted 7 months ago* (last edited 7 months ago) by SoleInvictus@lemmy.blahaj.zone to c/linux@lemmy.ml

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?___**-

2
submitted 8 months ago* (last edited 8 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.

27

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.

17

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

9
How I (barely) got through college (sub.wetshaving.social)

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

Deadlines

205

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

me_irl

1
submitted 1 year ago* (last edited 1 year ago) by SoleInvictus@lemmy.blahaj.zone to c/communism@lemmy.ml

Hi everyone, I know this isn't 100% on topic but this seemed like the closest fit. You all tend to be more generally knowledgeable than the average Lemming. Feel free to remove if it's too off topic.

In the last few years, I watched what I believe was a YouTube video on South Korean misinformation about North Korea. It discussed defectors, the conditioning they receive after defecting, and celebrity defectors. I recall it also interviewed some North Koreans living in South Korea.

Does anyone know the video I'm thinking of?

[-] SoleInvictus@lemmy.blahaj.zone 97 points 1 year ago* (last edited 1 year ago)

Tinfoil hat time: with the police looking increasingly incompetent with no suspect or leads, the first person apprehended who vaguely resembles the shooter is provided with a free ghost gun, fake ID, and manifesto. It's all just too "slam dunk" perfect for me to not question it.

583
submitted 2 years ago* (last edited 2 years ago) by SoleInvictus@lemmy.blahaj.zone to c/lemmyshitpost@lemmy.world

I couldn't find a more appropriate place to post this. It's a bar in Reykjavik. Cool place, would recommend.

6
submitted 2 years ago* (last edited 2 years ago) by SoleInvictus@lemmy.blahaj.zone to c/mildlyinfuriating@lemmy.world

Seriously people, use the fucking fan. It clears away odors and covers up the sounds of your dropping a deuce. If you want to stew in your shit smell and revel in the music of your magical poop plops, do so in the comfort of your own home. If you're a guest and the bathroom has a fan, turn it on. We don't want to share.

[-] SoleInvictus@lemmy.blahaj.zone 105 points 2 years ago

Archive link: https://archive.ph/zRsPM

I'll save you a few minutes: this "never Trumper" Republican flipped to pro-Trump because he thinks his positive reinforcement might temper some of Trump's bad behavior. I wish I was kidding.

[-] SoleInvictus@lemmy.blahaj.zone 106 points 2 years ago

I know it'll never happen, I hope she wins and the court awards her one round each in the ring with each of these assholes.

131
submitted 2 years ago* (last edited 2 years ago) by SoleInvictus@lemmy.blahaj.zone to c/youshouldknow@lemmy.world

"I live in a right-to-work state, so my employer can shitcan me for any reason".

-Linus K. Lemming

Sorry friends, that's at-will employment, *and you still can't be terminated for any reasons that are protected by law, but we're not here to discuss that. Right-to-work laws mean one thing: that non-union employees cannot be required to contribute to the cost of union representation.

The Taft-Hartley Act of 1947 prohibits "closed shops", where union membership is a condition of employment; however, union represented positions can still be required to contribute to the cost of that representation. Right-to-work laws prohibit that requirement, allowing employees in union represented positions who choose not to join the union to also choose whether or not they contribute to the union's costs, i.e., if they pay dues or not.

I see this mistake frequently and thought folks might want to know the correct information so they don't unintentionally perpetuate it.

Edit: updated to include link to info about at-will employment.

24

cross-posted from: https://lemmy.blahaj.zone/post/12310804

Halp! Calibrating touchscreen on Panasonic CF-30

Hey all! I've been having an issue I can't figure out. Suddenly, I realized I'm in the heart of Linux users! I can ask here! I'm a total noob, so please be gentle.

I installed Xubuntu and got everything but the touchscreen working properly. The touchscreen works but the cursor is consistently off a bit, with the least error in the center of the screen and increasing as it moves to the sides. I've tried running xinput_calibrator but it doesn't help. I attempted to run libinput.calibrate-touchscreen but keep getting a "is a Wayland compositor running?" error message.

Any suggestions?

7

Hey all! I've been having an issue I can't figure out. Suddenly, I realized I'm in the heart of Linux users! I can ask here! I'm a total noob, so please be gentle.

I installed Xubuntu and got everything but the touchscreen working properly. The touchscreen works but the cursor is consistently off a bit, with the least error in the center of the screen and increasing as it moves to the sides. I've tried running xinput_calibrator but it doesn't help. I attempted to run libinput.calibrate-touchscreen but keep getting a "is a Wayland compositor running?" error message.

Any suggestions?

[-] SoleInvictus@lemmy.blahaj.zone 90 points 2 years ago* (last edited 2 years ago)

Wait, this isn't satire?

Edit: I commented too soon. It's satire.

[-] SoleInvictus@lemmy.blahaj.zone 93 points 2 years ago

Fact check: the woman turned 100 in 2023. The oldest rhododendron was 48, having been planted in 1975. The story is amazing on its own, no need to fabricate a more fantastic one.

https://abc11.com/rhododendrons-100-year-old-birthday-nc-woman-gloria-stenger/13738762/

view more: next ›

SoleInvictus

joined 2 years ago
MODERATOR OF