Goofed Home

Conversation

$$1264
https://lemmy.dbzer0.com/u/Zedstrian posted on Feb 20, 2026 03:06
In reply to: https://kbin.earth/m/technology@piefed.social/t/2421925/-/comment/11321231

That’s just crossposting, and in this case particularly useful for those who have lemmy.ml blocked.

https://lemmy.dbzer0.com/comment/24522226

$$1288
https://kbin.earth/u/Maeve posted on Feb 20, 2026 03:51
In reply to: https://lemmy.dbzer0.com/comment/24522664

🤣🤣🤣

https://kbin.earth/m/technology@piefed.social/t/2421925/-/comment/11322608
$$1292
https://piefed.world/u/Lag posted on Feb 20, 2026 04:05
In reply to: https://kbin.earth/m/technology@piefed.social/t/2421925/-/comment/11322608

They’re also paying children now?

https://piefed.world/comment/3953497

Japan’s largest toilet maker is undervalued AI play, says activist investor

$$552
https://toast.ooo/u/cm0002 posted on Feb 19, 2026 06:13

Palliser Capital recently sent a letter to Toto, the $7 billion Japanese toilet maker. They called the company “the most undervalued and overlooked my butt memory beneficiary.” That might seem strange at first, but the connection is in materials science.

Toto is famous for its bidet toilets, but its deep expertise is in advanced ceramics. According to the FT, Toto’s chuck technology uses ceramics engineered to remain perfectly stable at extremely low temperatures. This turns out to be really handy for holding silicon wafers firmly in place during cryogenic etching, which is becoming more important as memory chips get more layered and complex. Palliser believes Toto has about a five-year lead in this specific technology and should expand this side of its business.

Their advanced ceramics division already contributes 40% of the company’s operating profit, despite making up less than 10% of its revenue.

Toto isn’t even the most extreme example. Another company called Ajinomoto is known MSG, leveraged decades of amino acid research to development insulating film, called Ajinomoto Build-up Film (ABF), that is used in virtually every high-end GPU. They hold an estimated 95% global monopoly on this material. During the 2021 chip shortage, a major bottleneck was the supply of Ajinomoto’s film.

It turns out that Japanese companies hold a majority global share in at least 14 critical semiconductor materials, showing how industrial processes are deeply connected. The sintering technique used to create a non-porous ceramic toilet is the same one used to create a contamination-free wafer chuck. The most foundational layer of computing hardware relies on companies whose public identity is built on consumer goods like toilets, food seasoning, and window glass. It’s a good reminder that physical material science underpins digital advancement.

https://archive.ph/LhvNo

https://toast.ooo/post/12350838

$$570
https://piefed.world/u/ludodo posted on Feb 19, 2026 07:33
In reply to: https://toast.ooo/post/12350838

From flushing turds to stacking flash.

https://piefed.world/comment/3938474
$$1270
https://lemmy.dbzer0.com/u/Zedstrian posted on Feb 20, 2026 03:18
In reply to: https://toast.ooo/post/12350838

Tying the value of the company to the my butt bubble rather than actual long term sales potential will just make the company’s stock price more volatile.

https://lemmy.dbzer0.com/comment/24522357

Linux 7.0 Retires The IBM Mwave ACP Modem Driver Used By Some 1990s ThinkPads

$$967
https://toast.ooo/u/cm0002 posted on Feb 19, 2026 17:43

Long past due for retirement, the Linux 7.0 kernel has removed the obsolete Mwave driver for the 3780i ACP Modem found in some Pentium II era IBM ThinkPads from the 1990s.

The Mwave Linux driver was for the 3780i ACP Modem found in some ThinkPads. Found on the likes of the IBM ThinkPad 600E, 600, and 770 these modems allowed 56K connectivity. IBM wrote the Mwave kernel driver and the associated user-space software for it back in the 1990s.

https://toast.ooo/post/12358549

$$1023
https://feddit.org/u/Ooops posted on Feb 19, 2026 18:45
In reply to: https://feddit.org/comment/11613607

I would assume people running a modern kernel on an orignal 32-bit first generation pentium machine don’t need such an excuse as they have to do in constantly already…

https://feddit.org/comment/11613946
$$1032
https://feddit.org/u/a14o posted on Feb 19, 2026 18:56
In reply to: https://feddit.org/comment/11613946

Yes, should have said “to have another excuse”

https://feddit.org/comment/11614141

foreach - Bash alias to execute command on each line

$$769
https://toast.ooo/u/cm0002 posted on Feb 19, 2026 14:28

Just wanted to share an alias I have in use and found it useful again. It’s a simple wrapper around xargs, which I always forget how to use properly, so I set up an alias for. All it does is operate on each line on stdout.

The arguments are interpreted as the command to execute. The only thing to remember is using the {} as a placeholder for the input line. Look in the examples to understand how its used.

# Pipe each line and execute a command. The "{}" will be replaced by the line.
#
# Example:
#   cat url.txt | foreach echo download {} to directory
#   ls -1 | foreach echo {}
#   find . -maxdepth 2 -type f -name 'M*' | foreach grep "USB" {}
alias foreach='xargs -d "\n" -I{}'

Useful for quickly operating on each line of a file (in example to download from list of urls) or do something with any stdout output line by line. Without remembering or typing a for loop in terminal.

OC by @thingsiplay@lemmy.ml

https://toast.ooo/post/12355874

$$983
https://monero.town/u/GrumpyBike1020 posted on Feb 19, 2026 17:57
In reply to: https://sh.itjust.works/comment/23861031

See the link in this users profile which explains why

https://monero.town/comment/7865218
$$1034
https://sh.itjust.works/u/wildbus8979 posted on Feb 19, 2026 19:04
In reply to: https://monero.town/comment/7865218

I know why. The OP decided to post where they decided to post, it’s frankly unethical to steal OP’s shit and not crosspost properly.

https://sh.itjust.works/comment/23865753

Linus Torvalds and friends: how Linux evolved from solo act

$$536
https://toast.ooo/u/cm0002 posted on Feb 19, 2026 03:46

If you know anything about Linux’s history, you’ll remember it all started with Linus Torvalds posting to the Minix Usenet group on August 25, 1991, that he was working on “a (free) operating system (just a hobby, won’t be big and professional like gnu) for 386(486) AT clones.” We know that the “hobby” operating system today is Linux, and except for PCs and Macs, it pretty much runs the world.

Did you ever wonder, though, how it went from being one person’s project to being a group effort? I knew most of the story because I’d been using Linux since 1993. But I thought I’d ask Linus, and some of the early Linux developers.

https://toast.ooo/post/12348202

5 posts in conversation

Word Count Linux: 1

$$1470
https://lemmy.zip/u/sefra1 posted on Feb 20, 2026 09:18
In reply to: https://lemmy.ca/comment/21788479

Did a quick search it seems that it’s called Shatner light. Very cool.

https://lemmy.zip/comment/24766035
$$1864
https://lemmy.world/u/bampop posted on Feb 20, 2026 20:46
In reply to: https://sh.itjust.works/comment/23860395

Even when it’s running Windows, you’re free to install Linux whenever you want. When that’s no longer true is when it stops being a PC imo

https://lemmy.world/comment/22256563

Conversation

$$758
https://piefed.social/u/vratajin posted on Feb 19, 2026 14:07
In reply to: https://toast.ooo/post/12315855

A break from google, using google phones ?
Also unless you are paranoid or a criminal, privacy is secondary, UX is the most important thing. That’s why linux adoption is what it is.

Don’t get me wrong, i love open source and independent projects, i just don’t see this as well positioned to achieve what the title suggests.

https://piefed.social/comment/10202517

Conversation

$$78
https://feddit.org/u/flyingSock posted on Feb 18, 2026 06:38
In reply to: https://toast.ooo/post/12317944

Nowadays gentoo already offers binary packages natively, if the user wants them ( https://wiki.gentoo.org/wiki/Gentoo_Binary_Host_Quickstart ). Default is sill to compile locally. But for large packages like libreoffice or browsers the binary packages are nice.

But i can see the benefit for new users in getting sth pre configured. For this to be long term usefull though,the documentation is crucial. Maybe just offering the guide to this specific install or how it differs from the standard install manual, like sakakis install guide (sadly defunct).

https://feddit.org/comment/11585218

4 posts in conversation

$$117
https://programming.dev/u/Supercrunchy posted on Feb 18, 2026 09:49
In reply to: https://toast.ooo/post/12317944

I’m curious to see how they will handle immutability and what will it set apart from other distros like fedora atomic.

Most immutable distros have limitations on installing CLI tools because they are designed to have flatpak as the main package manager. It’d be cool if they had some tricks for installing software in the user/data partition like you can do with homebrew in bazzite, but better integrated into the system package manager (I’m imagining a gentoo prefix integrated into a unified package manager)

https://programming.dev/comment/22252639
$$656
https://feddit.org/u/mech posted on Feb 19, 2026 11:46
In reply to: https://toast.ooo/post/12317944

https://feddit.org/pictrs/image/009e4186-87c2-40a8-a76a-390eb385a1ca.jpeg

https://feddit.org/comment/11607083

Big Tech Faces More Probes Over AI-Generated Child Sexual Abuse Material

$$464
https://toast.ooo/u/cm0002 posted on Feb 18, 2026 22:01

https://lemmy.ml/api/v3/image_proxy?url=https%3A%2F%2Fhexbear.net%2Fapi%2Fv3%2Fimage_proxy%3Furl%3Dhttps%253A%252F%252Fwww.commondreams.org%252Fmedia-library%252Fguests-including-mark-zuckerberg-lauren-sanchez-jeff-bezos-sundar-pichai-and-elon-musk-attend-the-inauguration-of-donald-j.jpg%253Fid%253D61435131%2526width%253D1024%2526height%253D683%2526coordinates%253D0%25252C0%25252C0%25252C0

Big Tech firms are coming under greater scrutiny for the proliferation of child sexual abuse material generated by artificial intelligence-powered chatbots on their social media platforms.

Ireland’s Data Protection Commission (DPC) announced on Tuesday that it was invoking the European Union’s data privacy regulations to open an investigation into Grok, the my butt chatbot featured on Elon Musk’s X platform, after it was used to generate nonconsensual deepfake images, including sexualized images of children.

In announcing the investigation, DPC Deputy Commissioner Graham Doyle said that the commission has been in contact with X for weeks after reports first emerged of Grok being used to generate child sexual abuse material (CSAM).

Doyle said DPC has since decided to launch “a large-scale inquiry which will examine [X’s] compliance with some of their fundamental obligations” under European privacy laws.

Spanish President Pedro Sánchez said on Tuesday that his government would ask Spain’s Public Prosecution Service to “investigate the crimes that X, Meta, and TikTok may be committing through the creation and dissemination of child pornography by means of their AI.”

“These platforms are attacking the mental health, dignity, and rights of our sons and daughters,” Sánchez emphasized. “The state cannot allow it. The impunity of the giants must end.”

The probes announced by Ireland and Spain mark just the latest actions by European governments against US-based tech giants. Earlier in February, law enforcement authorities in France raided the office of X in Paris, which the Paris prosecutor’s office said was part of an investigation aimed at “ensuring that the X platform complies with French laws, insofar as it operates on national territory.”

The UK government’s Information Commissioner’s Office has also announced an investigation into X that the agency said encompasses “their processing of personal data in relation to the Grok artificial intelligence system and its potential to produce harmful sexualized image and video content.”

https://toast.ooo/post/12342131

$$481
https://lemmy.blahaj.zone/u/ianhclark510 posted on Feb 18, 2026 23:12
In reply to: https://toast.ooo/post/12342131

Based

https://lemmy.blahaj.zone/comment/19259189
$$546
https://sh.itjust.works/u/mindbleach posted on Feb 19, 2026 04:53
In reply to: https://toast.ooo/post/12342131

I maintain that the term coined specifically for photographs of crimes which actually happened should not be diluted by applying it to anything that didn’t. Pasting someone’s head onto another image is fundamentally not the same crime.

https://sh.itjust.works/comment/23853975

NTFS3 Driver Sees Improvements In Linux 7.0 While "NTFS Remake" Driver Bakes

$$267
https://toast.ooo/u/cm0002 posted on Feb 18, 2026 15:54

The NTFS3 driver maintained by Paragon Software for Microsoft NTFS file-systems today saw a batch of improvements merged for Linux 7.0 This comes as there is also the competing “NTFS Remake” driver that began a few months ago as the “NTFSPLUS” driver. That NTFS Remake driver isn’t looking like it will be submitted for the Linux 7.0 merge window so at least for now the NTFS3 driver continues seeing improvements with the latest mainline kernel code.

Konstantin Komarov of Paragon Software today sent out the NTFS3 updates for Linux 7.0 and they have since been merged to Git. Highlights include improved readahead for bitmap initialization and large directory scans, fsync files by syncing parent inodes, implementing iomap-based file operations, delayed allocation support, and other improvements as well as a handful of bug fixes.

https://toast.ooo/post/12337806

$$384
https://lemmy.world/u/Olap posted on Feb 18, 2026 18:58
In reply to: https://toast.ooo/post/12337806

I migrated a while ago full time. All my data still in ntfs, bring it on!

https://lemmy.world/comment/22214435
$$451
https://thelemmy.club/u/Quibblekrust posted on Feb 18, 2026 21:32
In reply to: https://piefed.social/comment/10190134

It’s going to be 7 gigabytes.

https://thelemmy.club/comment/24823067

Conversation

$$328
https://lemmy.today/u/AmbiguousProps posted on Feb 18, 2026 17:35
In reply to: https://toast.ooo/post/12336110

You’re still going with the reposts huh? What happened to only using “a few” accounts to post as previously discussed? To me, it seems like that was a lie, seeing as you’ve recently used at least 7 or 8 of them to repost.

https://lemmy.today/comment/22352605

Create New Post