Just uninstall all social media apps
- 1 Post
- 65 Comments
tonyn@lemmy.mlto Linux@lemmy.ml•Just wanted to show off the lowest end hardware I ever ran Linux on15·4 months agoI remember when 128MB RAM sticks were $400
tonyn@lemmy.mlto Linux@lemmy.ml•Just wanted to show off the lowest end hardware I ever ran Linux on8·4 months agoGet off my lawn
tonyn@lemmy.mlto Selfhosted@lemmy.world•Plex now want to SELL your personal dataEnglish6·5 months agoNeed a jellyfin PS5 app
tonyn@lemmy.mlto Technology@lemmy.world•The World's First Mass-Produced Flying Car Is Here and It Costs $1 MillionEnglish71·5 months agoIt’s cheaper than a private jet and there are LOADS of them buzzing around polluting the skies.
tonyn@lemmy.mlto Technology@lemmy.world•The World's First Mass-Produced Flying Car Is Here and It Costs $1 MillionEnglish304·5 months agoA million doesn’t get you what it used to, and you’d be shocked at how many quiet millionaires there are out there.
tonyn@lemmy.mlto Technology@lemmy.world•Kids are short-circuiting their school-issued Chromebooks for TikTok cloutEnglish4·5 months agoNet Cred
tonyn@lemmy.mlto Gaming@beehaw.org•Developer of 'non-consensual sex' game withdraws it from Steam after bans in the UK, Canada, and Australia14·6 months agoAre you good with the games that involve killing other people against their consent?
tonyn@lemmy.mlto Linux@lemmy.ml•Is there a way to connect multiple desktops and treat them as one system?2·7 months agoI know the Windows vs Linux thing is like beating a dead horse, but I use both, and the Linux machine never gets slow like Windows does. Windows does so much crap in the background that you and I don’t need want or care about, and Linux just does what it’s told when it’s told. Give it a try if you’re feeling adventurous.
tonyn@lemmy.mlto Linux@lemmy.ml•Is there a way to connect multiple desktops and treat them as one system?7·7 months agoNow software bloat has caught up to the gains we’ve made in hardware and we’re back to it taking 15 seconds to load a word processor.
I’m sure it’s all just courteous white hat pen testing
I am in the same exact boat. The PS5 is the media machine for us upstairs. I would switch to jellyfin if there was a PS5 client. Glad I’m not alone on this.
Does anyone know of other text-to-3d models out there that are free and open source? I have a heck of a 3d printing hobby, and would love to generate some 3d models from prompts, clean them up, and then 3d print them.
tonyn@lemmy.mlto Technology@lemmy.world•Shift to AI spells end of an era for speed cameras in EstoniaEnglish7·7 months agoI’m guessing they’re using AI to identify and remember vehicles, read license plates, etc. surely they’re not using it for subtraction and division.
tonyn@lemmy.mlto Technology@lemmy.world•Elon Musk just offered to buy OpenAI for $97.4 billionEnglish313·8 months agoOpenAI’s Yahoo! moment. In a decade it’ll be worthless.
tonyn@lemmy.mlto Technology@lemmy.world•Chinese EV leader BYD to offer ‘God’s Eye’ self-driving system on all modelsEnglish11·8 months agoIf it’s God’s eye and Jesus’s wheel, then who does this shift stick belong to?
tonyn@lemmy.mlto Linux@lemmy.ml•What's a unique customization on your Linux machine you think no one else has?7·9 months agoHonestly I print out anything my little kiddo does at school on his Chromebook, and some stuff has black backgrounds. I got tired of wasting toner so I made a script that would print a negative screenshot if it’s a dark image. One keystroke and I get what I want
tonyn@lemmy.mlto Selfhosted@lemmy.world•Copied from another community: "Hoarder (the name) is being stolen from me"English514·9 months agoIf someone started a blog site called “Tumbler” or a gay dating app called “Grinder” you could totally understand the conflict, couldn’t you. Listen, I went through this. I started a site whose name had a word that was similar to a famous trademark, and got a very similar cease and desist letter. I chose to change the name, and be candid about it, and I’ve been successful with it ever since. Just my $0.02, but I’d choose a new name you like and then register and trademark it like I did.
tonyn@lemmy.mlto Linux@lemmy.ml•What's a unique customization on your Linux machine you think no one else has?401·9 months agoWhen I press Super + PrtSc, a bash script performs the following:
Takes a screenshot of the entire desktop (import -window root) and saves it as ~/screenshot.png…
Analyzes the screenshot to calculate the “mean brightness” value of the image. It converts the image to grayscale and determines the average pixel brightness (a value between 0 and 1, where 0 is black and 1 is white).
Checks if the image is dark by comparing the mean brightness to a threshold of 0.2. If the mean brightness is less than 0.2 (i.e., the image is very dark), it applies a negative filter to the image (convert -negate), effectively inverting the colors (black becomes white and vice versa).
Sends the image to a printer (lp command) named MF741C-743C for printing.
If I were an AI guessing your age based on this comment… I would estimate your age to be somewhere in the 25-35 range.