For servers, I usually choose the distro with a version with the EOL scheduled furthest into the future. Usually that means Ubuntu (Server) LTS.
- 1 Post
- 169 Comments
sobchak@programming.devto
linuxmemes@lemmy.world•What do you mean it's not $139.00 for an OS?
6·4 days agoIn the case of Linux, especially the ones without a business built around them (e.g. Debian), they’re more like mutual aid. They’re not looking to sell it or exfiltrate your data in the future, after the “beta.”
sobchak@programming.devto
Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ@lemmy.dbzer0.com•All take, no giveEnglish
1·5 days agoI’ve been using an this image for a while: https://hub.docker.com/r/dyonr/qbittorrentvpn/
sobchak@programming.devto
Technology@lemmy.world•Nvidia CEO pushes back against report that his company's $100B OpenAI investment has stalledEnglish
2·7 days agoI think it’s still got a lot of gas. Investors still seem to be hyped about AI (e.g. the game stock downturn after Genie was announced), and that’s all that matters. Tesla has held a nonsensical value pretty much for its entire existence. Furthermore a lot of the money going into the market is passive (401ks going straight into very top-heavy index funds), propping the largest companies up.
sobchak@programming.devto
Technology@lemmy.world•Nvidia CEO pushes back against report that his company's $100B OpenAI investment has stalledEnglish
6·7 days agoThey’re firing people living HCOL countries, and hiring in LCOL countries, using AI as cover.
sobchak@programming.devto
Technology@lemmy.world•Satya Nadella insists people are using Microsoft’s Copilot AI a lotEnglish
4·8 days agoSeems they are often ideological capitalists or fascists and get a kick out of shaping the world into their vision.
sobchak@programming.devto
Programming@programming.dev•How useful are functional programming languages?
2·10 days agoI have not personally worked on large projects using functional languages. I know they are popular in finance/trading.
sobchak@programming.devto
Programming@programming.dev•The Sovereign Tech Fund invests in Scala
3·11 days agoBeen a while since I’ve used Scala, but I remember Scala being much more focused on functional programming than Kotlin.
Some of it is a function of media. Media typically doesn’t cover when non-white people get murdered. Some of it is the media reflecting the racism of its viewers. Some of it is being caught on video and leaving less room for doubt (and the media deciding to show the videos). There’s also been protests and action being taken by normal citizens before these white people got killed (these white people were killed doing it, after all).
sobchak@programming.devto
Technology@lemmy.world•RAM Prices Got You Down? Try DDR3. Seriously!English
3·13 days agoEvery game I’ve tried works fine. Including resource hungry games like Cyberpunk 2077. It’s my understanding that games are typically light on the CPU because they typically also try to target consoles which don’t have very good CPUs. It is noticeably slower at some (highly parallelize-able) tasks, but is fine for any game I’ve tried. The CPU is probably roughly equivalent to the CPU in a Steam Deck.
sobchak@programming.devto
Technology@lemmy.world•RAM Prices Got You Down? Try DDR3. Seriously!English
4·13 days agoI’ve got a PC with an i7-4770k, 32GB of RAM, and RTX 3090 that plays games just fine (and does runs local LLMs just fine too).
sobchak@programming.devto
Technology@lemmy.world•Microsoft CEO warns that we must 'do something useful' with AI or they'll lose 'social permission' to burn electricity on itEnglish
2·17 days agoDunno if that’s true or not. Generally, much more compute is used in inference than training, since you only train once, then use that model for millions of queries or whatever. However, some of these AI companies may be training many models constantly to one-up each-other and pump their stock; dunno. The “thinking” model paradigm is also transferring a lot more compute to inference. IIRC OpenAI spent $300k of compute just for inference to complete a single benchmark a few months ago (and found that, like training, exponentially increasing amounts of compute are needed for small gains in performance).
sobchak@programming.devto
Technology@lemmy.world•Data centers will consume 70 percent of memory chips made in 2026 - supply shortfall will cause the chip shortage to spread to other segments | Tom's HardwareEnglish
1·20 days agoIt’s possible someone would make it usable. A long time ago, I bought a laptop CPU that was soldered onto a board so it would go into a normal desktop socket. Guessing there was a glut of laptop CPUs at the time.
sobchak@programming.devto
Technology@lemmy.world•What if the Internet Goes Down? - 15 Jan, 7PM CETEnglish
4·24 days agoIn my area, some people put small solar nodes on top of high buildings (office, university, and apartment). The node on my roof can directly communicate with one of these nodes ~20km away. Pretty crazy tor something that can run indefinitely on a 18650 battery and small solar panel. I’ve heard some people just place “guerilla nodes” to extend coverage.
sobchak@programming.devto
Lemmy Shitpost@lemmy.world•Definitely the safest source for advice
4·25 days agoI always thought it was pleasant. Kinda like MXE. Have to be careful to get the ones with no other active ingredients though.
sobchak@programming.devto
Technology@lemmy.world•Going to a Protest? Don't Bring Your Phone Without Doing This FirstEnglish
3·26 days agoYeah, I’m guessing it’s so if you “hide” the network, it will still connect to it. Anyone can scan these advertisements, then go to wigle.net and likely get a good idea of where you live/work.
sobchak@programming.devto
Technology@lemmy.world•Going to a Protest? Don't Bring Your Phone Without Doing This FirstEnglish
14·27 days agoModern phones rotate random MAC addresses. For WiFi, capturing SSID probes can be enough to track somebody though (some phones also have some mitigation for that too, like not probing for an SSID after it hasn’t been seen for some amount of time). Even when turned off, many phones, including iPhones, turn into BLE beacons similar to AirTags, which can be used to track you.
sobchak@programming.devto
Technology@lemmy.world•AI insiders seek to poison the data that feeds themEnglish
2·27 days agoI once saw an old lecture where the guy working on Yahoo spam filters noticed that spammers would create accounts to mark their own spam messages as not spam (in an attempt to trick the spam filters; I guess a kind of a Sybil attack), and because the way the SPAM filtering models were created and used, it made the SPAM filtering more effective. It’s possible that wider variety of “poisoned” data can actually help improve models.
sobchak@programming.devto
Selfhosted@lemmy.world•Stop using MySQL in 2026, it is not true open sourceEnglish
31·27 days agoPostgres is basically an open source version of Oracle DB. Much more featureful than MySQL. I believe Oracle bought MySQL just to kill it.


It’s been a while since I messed with home automation, but ESPHome was amazing to program ESP microcontrollers (i.e. you most likely wouldn’t have to write any code). You can use ESPHome devices with both Home Assistant and Openhab (using MQTT, IIRC). The last I checked, it was easier to program your own functionality in OpenHAB than Home Assistant.