That is strange.
Jo Miran
- 11 Posts
- 239 Comments
I have been on this Linux jam since 1996 with a CD copy of Red Hat that came with a magazine (Byte, maybe?). In 2018 I made the jump to Debian based distros specifically because I got tired of the surprises. Now my lab runs LMDE. The only thing more stable and boring is Debian Stable itself.
Like you said, I want to focus on my projects, not have the OS be my project.
Jo Miran@lemmy.mlto
Technology@lemmy.world•AI companies are now destroying warehouses full of rare booksEnglish
6·11 days agoAnd they are providing the OCR’d text free of charge to the masses, right? Right?
Nice. Could you recreate my mess using it? We all carry bad habits and inneficiencies, so I’m down to learn a cleaner, more efficient way.
find dir1 – find something within directory “dir1”
-type f – specifies that what you are looking fir is a file
-name ‘crunk’ – the file name is ‘crunk’
-exec bash -c – for the results, execute bash command
The command executed is move (mv)
‘mv “$0” “${0/crunk/chunk}”’ {} ; – move from crunk to chunk
Let’s see, and please do not execute this “as is” since I am pulling this out of my butt. Assuming directory name is “dir1”, the file to be renamed is “crunk”, and the new name is “chunk”, then… (I assumed bash)
find dir1 -type f -name 'crunk' -exec bash -c 'mv "$0" "${0/crunk/chunk}"' {} \;
Jo Miran@lemmy.mlto
Europe@feddit.org•Trump says U.S. troop levels in Europe will depend on Greenland, IranEnglish
21·1 month agoA: The EU should definitely have its own military, capable of defending its own borders without the need of external help.
B: Fuck the orange buffoon who has single handedly damaged the US beyond repair. Even if the US ejects the fascists and prosecutes all corrupt politicians and billionaires who partook in pilfering the country, it will never reach the heights it enjoyed before.
Jo Miran@lemmy.mlto
Technology@lemmy.world•Mark Zuckerberg sure sounds eager to get young people hooked on online gamblingEnglish
14·1 month agoLoot boxes and gatcha games:

Jo Miran@lemmy.mlto
Technology@lemmy.world•Commodore 64's New Flip Phone Skips Android for Linux-Based Sailfish OSEnglish
8·2 months agoI could go $299 at the absolute ceiling, but $499 is truly bonkers.
Jo Miran@lemmy.mlto
Technology@lemmy.world•Fox Is Buying Roku in $22 Billion DealEnglish
6·2 months ago- Install a PiHole.
- Create a guest wifi (most current routers allow you to do this)
- Configure PiHole as DNS server on guest WiFi DHCP
- Add all IoT devices including Roku and SmartTVs to guest WiFi
Jo Miran@lemmy.mlto
Technology@lemmy.world•Mayor Zohran Mamdani is going live on Twitch in new streaming series 'Talk with the People'English
142·3 months ago“Chat, the billionaires are acting super sus while hungry New Yorkers are in need of a carry. So let’s flip the script. Spend your Bezos bucks here and you’ll help the needy. Let’s goooo!!!”
Jo Miran@lemmy.mlto
Technology@lemmy.world•Stepping Away from Streaming with the Snowsky Echo Digital Audio PlayerEnglish
2·3 months agoIdeally, higher quality audio circuitry.
Jo Miran@lemmy.mlto
Linux@lemmy.ml•daniel stenberg: The AI slop security reporting is basically extinct [in curl]... [bugs] are found with AI tools and normally high quality bug reports.
81·4 months agoInfosec professional for almost 30 years here. I can confirm that the latest iterations of AI models are finding high quality bugs and vulnerabilities in the code we work with. If Daniel has access to Mythos, I suspect his experience would be even more shocking.
The problem I have is that the AI tools can find bugs faster than they can be patched, which is eventually going to prompt companies to use AI to patch bugs found by AI. Before long, no living being will be able to make heads or tails out of the code we run. Just my 2¢.
Jo Miran@lemmy.mlto
Technology@lemmy.world•OpenAI acquires popular tech talk show for ‘low hundreds of millions’English
391·4 months ago65k YouTube subs and they paid hundreds of millions?!?
Jo Miran@lemmy.mlto
Europe@feddit.org•Google, Cloudflare, Cisco Lose Pirate Site DNS Blocking Appeal in FranceEnglish
4·4 months agoSo fucking stupid










I am pretty sure I started with either Halloween or Mother’s Day because Red Hat Linux for Dummies came with Red Hat 2.1 which I am pretty sure came out in 96 or 97. I know Red Hat 6 was released in 1999, because I was neck deep in Y2K work at the time I installed it on my Compaq laptop.