Greg
@Greg@lemmy.ca
- Comment on Does Anyone Else get the thing where an otherwise nice-tasting cheese randomly tastes of vomit, or have I just been really unlucky and eaten a lot of mouldy/rotten cheese in my time? 2 weeks ago:
It’s the same flavour (from butyric acid) in both. It just depends on what your brain chooses to associate that smell with that determines the taste. So your brain is just switching between the two. Maybe look at the cheese packet when you’re eating it to see if you can help your brain get the right answer
- Comment on Is it impolite to crosspost someone else's post to another community on Lemmy without saying anything? 3 weeks ago:
“You should always credit the source.
-kboos1”
-[deleted]
- Submitted 3 weeks ago to [deleted] | 12 comments
- Comment on I am an American. I used to be proud of my country. Now it feels like a turd circling the drain. Is there anything going on behind the scene that America is actually doing good in? 3 weeks ago:
The US has some amazing musicians
- Comment on [deleted] 3 weeks ago:
Native English speak (Australian) and I didn’t get full marks when I did my Canadian permit residency English test. That’s all I speak and apparently not well.
- Comment on Hisense TVs force owners to watch intrusive ads when switching inputs, visiting the home screen, or even changing channels — practice infuriates consumers, brand denies wrongdoing 4 weeks ago:
Plot twist: this article is an ad for 3rd party streaming boxes
- Comment on Communities for Scandinavians!! 5 weeks ago:
Nor way!!
- Comment on Thousands of authors publish ‘empty’ book in protest over AI using their work 5 weeks ago:
I’ll finally be able to finish a book!
- Comment on [deleted] 5 weeks ago:
Zoom out, it’s way to early to call it
- Comment on What brings you peace in your life? 1 month ago:
This photo could be achieved with a telescopic lens
- Comment on Researchers have found the cause of hallucinations in LLMs, H-Neurons: On the Existence, Impact, and Origin of Hallucination-Associated Neurons in LLMs 1 month ago:
Hchicdfvhk!
- Comment on LemmyNSFW and Saidit are dead. Which Platform is next? 1 month ago:
Maybe the maintainer of LemmyNSFW actually meant a different NSFW acronym like “No Shoes For Whales” and was confused about the content they were hosting
- Comment on My phone, iPad, and laptop finally all use the same USB-C charger. The galaxy is at peace. 1 month ago:
Clearly you work for the “big toe stub” industry
- Comment on My phone, iPad, and laptop finally all use the same USB-C charger. The galaxy is at peace. 1 month ago:
How can they benefit from innovation that has been stifled?
If the innovation is a more efficient way to your toe
- Comment on My phone, iPad, and laptop finally all use the same USB-C charger. The galaxy is at peace. 1 month ago:
I’m still waiting for my EV to charge with USB-C
- Comment on It should be a strict rule 1 month ago:
Maybe people are just playing golf on city streets now 🤷♂️
- Comment on Too young to understand what this is? 1 month ago:
That’s a woman
- Submitted 1 month ago to [deleted] | 50 comments
- Comment on I don't actually read the news. I surmise the news based on memes that begin popping up for which I have no context. 1 month ago:
What did you think had happened when Lenny when full beam meme?
- Comment on Why does google decide to log people out of all their google accounts all at once with no warning? 2 months ago:
I don’t have this issue. It sounds like Larry Page and Sergey Brin just don’t like you
- Comment on YSK that Dark Chocolate is healthier than White Chocolate 2 months ago:
Not if you’re a dog. Stop assuming I’m not a dog!
- Comment on 'I'll believe it when I see it': Windows 11 users are cynical about Microsoft's promises to fix the OS and stop pushing AI 2 months ago:
Windows 11 felt like a downgrade before all the AI bs. Microsoft values me more as an advertising opportunity than a customer.
- Comment on There is *shower*thoughts, but is there a "snowstorm thoughts" for when you have random nostalgia moments about the past? Particularly about a past snow storm in your childhood, like the SNOW DAYS 2 months ago:
Snowstalgia
- Comment on The old icons were better 2 months ago:
lol, the phone app was called dialler because at the time it didn’t make sense to have a phone app called phone.
- Comment on The Greeks actually won 2 months ago:
I get the joke but some folks won’t get it. OP should explain the joke for those folks who missed it
- Comment on There aren't any ancient ruins with crazy traps and riddles 2 months ago:
Do you work for big-ancient-temples? It sounds like you’re just setting me up so that I end up in a pit of snakes or buried in lava.
- Comment on You definitely didn't want her to pick you up 2 months ago:
- Comment on (TW) Phishing mail in 2026 2 months ago:
That’s actually really clever. Triggering an anger response with an urgency to act will reduce the victim’s critical thinking and make the phishing attack more likely to succeed.
- Comment on Japan’s Birth Rate Set to Break Even the Bleakest Forecasts 3 months ago:
Wow, we’re lucky this whole AI thing will fix everything if we just give some tech bros a few more trillion dollars
- Comment on ChatGPT fried my drive!? 3 months ago:
How do you have the SAS drive connected to your Mint 22 box (what exact adapter/controller)? Is it going through a real SAS HBA (LSI/Broadcom-style, IT/HBA mode), or through a RAID controller / USB-SAS bridge / “virtual” adapter?
Reason I’m asking: there are basically two connection paths:
- True HBA/passthrough: Linux gets direct SCSI access (you’ll see a /dev/sgX for the disk) and you can usually low-level reformat it back to 512-byte logical blocks (e.g., from 520/528).
- RAID/USB/translation layer: the controller hides or emulates the SCSI commands, so tools like sg_format often can’t issue the low-level format needed to switch the sector size. That might be why the disk is visible in the disks app but not in gparted.
Given the screen shots I believe it’s the later. Can someone smarter than me confirm?