bulwark
@bulwark@lemmy.world
- Comment on China solves 'century-old problem' with new analog chip that is 1,000 times faster than high-end Nvidia GPUs 2 days ago:
Vinyl record, analog tube amplifiers, a good part of speakers 🤌
Honestly though digital compression now is so good it probably sounds the same.
- Comment on China solves 'century-old problem' with new analog chip that is 1,000 times faster than high-end Nvidia GPUs 2 days ago:
That’s a good point. The model weights could be voltage levels instead of digital representations. Lots of audio tech uses analog for better fidelity.I also read that there’s a startup using particle beams for lithography. Exciting times.
- Comment on May or may not be based on some comments I've read 2 weeks ago:
Whelp, guess I’m color blind, and my only message is 9.
- Comment on May or may not be based on some comments I've read 2 weeks ago:
My only message is Image
- Comment on Only you can prevent forest fires 2 weeks ago:
Unless you’re the dude that started the Palisade fires, that dude can fuck off.
- Comment on 3 weeks ago:
Congrats on the setup. Is that proxmox I see in the background?
- Comment on important 3 weeks ago:
Well I hope “Mary” brought enough drugs for everyone.
- Comment on IRS to furlough nearly half its workforce due to government shutdown 3 weeks ago:
I feel like you could make the case that for every day the government is shut down, you could deduct 1/364 of your taxable income. I’m no bird lawyer, though.
- Comment on 4 weeks ago:
+1 for FreshRSS, I’ve only been using it for about six months but I’m constantly tweaking my config just because I like to play around with it.
- Comment on You only know if you're bad at something after a lot of practice and hard work 5 weeks ago:
Who’s got 1 thumb and is bad at taming alligators?
- Comment on Jeebuz Rode A Velocirapture 5 weeks ago:
I doubt it’s that high. They surveyed 1000 people over a decade ago to extrapolate that:
The poll surveyed 1000 adult Americans between June 15 and June 17, 2015, apparently on-line; the margin of error reported was plus/minus 4.4%. Further details of the polling methodology are not readily apparent.
- Comment on Trapeze artists 5 weeks ago:
This is my nightmare. I would immediately self-immolate.
- Comment on Hotdog, egg, and pickle bunt aspic 5 weeks ago:
This is a violation of the Geneva Convention. 🤢
- Comment on rise my minions, RISE 5 weeks ago:
I also got a bag of ladybugs this summer to control aphids on my cherry tree, but they didn’t stick around. Idk if I applied them too late or the birds got them but we didn’t get any cherries because of the aphids. I’m going to try again next year with more bags of them and earlier in the season.
- Comment on Rust 1 month ago:
100% of people who breathe this die.
- Comment on In court filing, Google concedes the open web is in “rapid decline” 1 month ago:
Google is cannibalizing themselves. No surprise the ads don’t generate the revenue they used to when they took away the reason to view them in the first place.
- Comment on sudo-rs Is Now The Default sudo Of Ubuntu 25.10 1 month ago:
I was curious how this stacks up against the standard sudo. This is from their GitHub:
!Differences from original sudo sudo-rs supports less functionality than sudo. Some of this is by design. In most cases you will get a clear error if you try something that is not supported (e.g. use a configuration flag or command line option that is not implemented).!<
- Comment on Thank G*d I grew up in the 90s. Everything is woke now. Smh my head 1 month ago:
Idk, I think it’s lupus.
- Comment on That's an impressive drop. Any ideas why? 2 months ago:
I came to the same conclusion. I don’t doubt that sex is on the decline but whatever data this “Family Studies” collected to graph this is dubious at best. I think I saw a sample size of 2,000, but knowing this has some religious angle, they probably polled at church or something and are only interested in the procreation of the “right” people.
- Comment on Pentagon Warns Microsoft: Company’s Use of China-Based Engineers Was a “Breach of Trust” 2 months ago:
Totally agree, but at this point Microsoft is so ingrained in the US federal government that it’s practically a branch of it.
- Comment on Mastodon says it doesn't 'have the means' to comply with age verification laws 2 months ago:
That sounds like a very functional and rational solution to the problem of age verification. But age verification isn’t the ultimate goal, it’s mass surveillance, which your solution doesn’t work for.
- Comment on Chevy has a hot new model! 2 months ago:
Lol, thanks for reminding me to make an auto apt tomorrow.
- Comment on how do you slice it?? 2 months ago:
I let one cut and the other gets to pick first.
- Comment on Chevy has a hot new model! 2 months ago:
Ya know my 2014 Chevy Cruze may be a shit box, but at least I don’t need a subscription to drive it. Plus it has physical buttons.
- Comment on Looking for an RSS aggregator/summarizer/maybe-LLM thing 2 months ago:
I’ve been really happy with fresh-rssFresh-RSS. Someone else on here put me onto about 6 months ago and it’s changed how I consume news.
I find the most time consuming part was/is curating my feed but with tools like RSS-Brige I can really get fine grain control on what makes it through.
On your LLM summarizer question, yes they have several plug-ins. I’ve recently started piping the whole feed into Gemini and telling it to pick the top 5 and summarize. But I do that in bash.
- Comment on Dedicated music server or all-in-one media server? 2 months ago:
I build smart playlists for Navidrome with Symfonium on Android or Feishen on desktop, then export to server to get them into Navidrome. I also have been playing around with local AI generating smart playlists with mixed success. The file structure is very simple.
- Comment on If you got in a time machine 2 months ago:
Viruses, as far as the eye can see.
- Comment on incoming pickles 2 months ago:
Jimmy John’s Pickle Bandits strike again!
- Comment on [deleted] 2 months ago:
I’ve never heard of h2c but it seems useful. I use docker swarm with a few nodes. But for internal communication all the containers can communicate with each other using docker’s built-in DNS.
I run Traefik in front of Caddy for a few different applications including Nextcloud.
- Comment on [deleted] 2 months ago:
I also use Traefik, and once you have it set up it’s really great. Getting it set up is a different story. My advice would be to follow the install guide as closely as you can and don’t start adding to it until it’s stable.
You don’t need to own a domain to use a reverse proxy by the way, you just need to configure your router to recognize whatever domain you choose and route it to the container.
Lately, I’ve been playing around with Tailscale and you don’t even need a domain or open ports to connect to your containers from outside your local network.