I had to deal with large JavaScript codebases targeting IE8 back in the day and probably would’ve slapped anyone back then who suggested using JavaScript for everything. I have to say, though, that faster runtimes like v8 and TypeScript have done wonders, and TypeScript nowadays is actually one of my favorite languages.
- 1 Post
- 33 Comments
melfie@lemy.lolto Technology@lemmy.world•AI Coding Is Massively Overhyped, Report FindsEnglish15·2 days agoThis article sums up a Stanford study of AI and developer productivity. TL;DR - net productivity boost is a modest 15-20%, or as low as negative to 10% in complex, brownfield codebases. This tracks with my own experience as a dev.
https://www.linkedin.com/pulse/does-ai-actually-boost-developer-productivity-striking-çelebi-tcp8f
melfie@lemy.lolto Not The Onion@lemmy.world•Alex Jones sports Hitler mustache in shocking broadcast: 'It had a wild effect on women' English1·7 days agoAgreed, not sure why the mustache is the focus. For instance, Oliver Hardy is a famous comedian with an iconic toothbrush mustache. Charlie Chaplin as well. I guess if you’re going to sport a toothbrush mustache, get yourself a black derby and never, ever take it off. Pretty sure Jones doesn’t own a derby, though.
melfie@lemy.lolto Technology@lemmy.world•Amazon is making it impossible to remove the DRM from Kindle BooksEnglish6·8 days agoIt’s a weird concept that you buy a device and then have to find an exploit that hasn’t been patched in order to do what you like with it as though you’re a hacker trying to breach someone else’s system, but it’s actually your own system you’re trying to breach.
melfie@lemy.lolto Selfhosted@lemmy.world•Those who are hosting on bare metal: What is stopping you from using Containers or VM's? What are you self hosting?English5·9 days agoI use k3s and enjoy benefits like the following over bare metal:
- Configuration as code where my whole setup is version controlled in git
- Containers and avoiding dependency hell
- Built-in reverse proxy with the Traefik ingress controller. Combined with DNS in my OpenWRT router, all of my self hosted apps can be accessed via appname.lan (e.g., jellyfin.lan, forgejo.lan)
- Declarative network policies with Calico, mainly to make sure nothing phones home
- Managing secrets securely in git with Bitnami Sealed Secrets
- Liveness probes that automatically “turn it off and on again” when something goes wrong
These are just some of the benefits just for one server. Add more and the benefits increase.
Edit:
Sorry, I realize this post is asking why go bare metal, not why k3s and containers are great. 😬
melfie@lemy.lolto Technology@lemmy.world•Google just broke *all* third-party YT clients, including yt-dlp; a full JS implementation is now required.English4·9 days agoPay surveillance capitalists to track you, except with a verified real identity? I’ll pass, thanks, and will stick to directly supporting creators I care about.
melfie@lemy.lolto Technology@lemmy.world•Google just broke *all* third-party YT clients, including yt-dlp; a full JS implementation is now required.English5·9 days agoYeah, I think Netflix has like a few thousand movies and a couple thousand TV shows, and some of us here have similarly sized Jellyfin libraries. On the other hand, YouTube has billions of videos. It seems DRM would be a significantly more difficult and costly problem for YouTube.
melfie@lemy.lolto Technology@lemmy.world•Meta’s Ray-Ban Display Glasses And The New GlassholesEnglish132·10 days agoWorst part with Meta Quest is it seems you have to sign up as a dev and give them a credit card in order to sideload (a.k.a., install stuff on the device you purchased). So, you can shell out hundreds for one of their devices and the device and all your data are belong to Meta. I assume it’s the same deal with these glasses. Zuck off, Zuck.🖕
melfie@lemy.lolto Technology@lemmy.world•Meta’s Ray-Ban Display Glasses And The New GlassholesEnglish202·11 days agoAgreed, I’d totally buy a Meta Quest as well if they didn’t zuck up all their devices with spyware that can’t be removed.
melfie@lemy.lolto Technology@lemmy.world•Meta’s Mark Zuckerberg unveils new smart glasses powered by AIEnglish5·11 days agoJust when you thought Ring cameras raised grave privacy concerns for the public, introducing face-mounted cameras and microphones streaming straight into Zuck’s data centers. Good thing it’s shit and probably won’t sell that well, I guess.
melfie@lemy.lolto Programmer Humor@programming.dev•ThePrimeTime reviews Zuck's AI glasses demo8·12 days agoShow your support for surveillance capitalism and get yourself a face-mounted camera and microphone.
Well, reading the replies to this post, it became clear to me that the title is provocative, but isn’t accurate. Sure, nerds don’t like ads and generally are annoyed by inflated and unsubstantiated claims, but it’s inaccurate to say that marketing doesn’t work on nerds. Many people who read the title obviously recognized this and came here to set the record straight, hence my reference to Cunnungham’s Law. I’m sure others who originally agreed with the title came around to a different understanding like I did after reading the comments and reflecting. “Hey, maybe I’m not immune to marketing after all.”
Overall, I feel like I’ve been called out on my bullshit in this post and am wiser as a result. Hope others had the same learning experience. Maybe I’m a jagoff as well for being so openly reflective about it.
As OP, I have to admit this post unintentionally leverages Cunningham’s Law as its main marketing tactic, as do many other popular posts on Lemmy. Post something that might sound correct on the surface, but is demonstrably false, and you will get hundreds of nerds clicking on it saying, “that’s bullshit; let me set this fucker straight!” 🤣
I ran it on a RPi4 years ago, but it didn’t perform well enough. It performs fine on an old laptop, but not so much in a Pi from my experience. Can’t speak to the RPi5, though.
Yeah, a study with actual data would beat an opinion piece for sure.
melfie@lemy.lolto Technology@lemmy.world•The right to anonymity is powerful, and America is destroying itEnglish6·14 days agoSo the corporate sites will be more difficult to access and the sites that pirate the same content will be business as usual. Since teens always ask for their parents’ credit cards to buy embarrassing content legitimately instead of pirating them anonymously, these laws will absolutely stop underage viewing.
The Steam Deck is a perfect example of why the title of this post is nonsense. Ha, I added this post early in the morning yesterday and have been facepalming over the dumb title I wrote ever since.
deleted by creator
There are unfortunately still useful things that only work on Windows, which is why I still begrudgingly dual boot. I like the idea of ReactOS, but development is slow-going and it’s still only alpha quality at the moment.
Having a synced copy elsewhere is not an adequate backup and snapshots are pretty important. I recently had RAM go bad and my most recent backups had corrupt data, but having previous snapshots saved the day.