dan

joined 2 years ago
[–] dan@upvote.au 2 points 1 week ago (2 children)

Automatic updates for bug fixes (e.g. 1.0.0 to 1.0.1) are usually fine - it's major and minor updates that are scarier. I've never used Watchtower so I'm not sure if it has an option to only allow bugfixes.

[–] dan@upvote.au 12 points 2 weeks ago* (last edited 2 weeks ago) (5 children)

Maybe there's a surge in demand because people are hoarding the petrol in Jerrycans, similar to how people were hoarding toilet paper during COVID. Something I still don't quite understand - the whole world is going into lockdown and some people's primary concern was gathering enough toilet paper to last a lifetime?

[–] dan@upvote.au 2 points 3 weeks ago (1 children)

Where is the website template from? I've seen the exact same one before.

[–] dan@upvote.au 2 points 3 weeks ago (3 children)

You can run your own AI locally if you have powerful enough equipment, so that you're not dependent on paying a monthly fee to a provider. Smaller quantized models work fine on consumer-grade GPUs with 16GB RAM.

The major issue with AI providers like Anthropic and OpenAI at the moment is that they're all subsidizing the price. Once they start charging what it actually costs, I think some of the hype will die off.

[–] dan@upvote.au 9 points 3 weeks ago* (last edited 3 weeks ago) (7 children)

I definitely agree with you!

I'm using AI a little bit myself, but I'm an experienced developer and fully understand the code it's writing (and review all of it manually). I use it for tedious things, where I could do it myself but it'd take much longer. I don't let AI write commit messages or PR descriptions for me.

At work, I reject AI slop PRs, but it's becoming harder since AI can submit so much more code than humans can, and there's people that are less stringent about code quality than I am. A lot of the issues affecting open-source projects are affecting proprietary code too. Amazon recently had to slow down with AI and get senior devs to review AI-written code because it was causing stability issues.

[–] dan@upvote.au 9 points 3 weeks ago* (last edited 3 weeks ago)

... did you read the same article as everyone else? I can't tell if you're joking or not.

[–] dan@upvote.au 5 points 3 weeks ago

I think the blurb was posted by the submitter (@vegetaaaaaaa@lemmy.world) rather than being a part of the link.

[–] dan@upvote.au 17 points 3 weeks ago (9 children)

If your AI is making PRs without you, that's even worse.

This is happening a lot more these days, with OpenClaw and its copycats. I'm seeing it at work too - bots submitting merge requests overnight based on items in their owners' todo lists.

[–] dan@upvote.au 22 points 1 month ago (1 children)

Wow, this is an unusually long, high quality article from NBC news. I didn't realise they have a great investigative unit.

[–] dan@upvote.au 1 points 1 month ago

for example maybe AV1 takes even more off,

I know this was just an example, but Intel 11th gen and newer has hardware acceleration for AV1.

GPUs have their place, but they significantly increase power consumption, which is an issue in areas with high power prices.

[–] dan@upvote.au 2 points 1 month ago

If you want to self-host email or websites, I'd use a VPS for those use cases. For websites, a $30/year VPS would be more than sufficient. You can try host at home, but hosting those things from a residential IP doesn't always work well.

[–] dan@upvote.au 1 points 1 month ago (2 children)

QuickSync is more than sufficient for most users. It can handle several concurrent 4K transcode. It's also not that common to have to transcode, unless you stream your media content when away from home a lot, and have poor upload speed.

If going Intel, there's different models of Intel iGPU, so I'd go for the lowest-end GPU that has the higher end iGPU. My home server is a few years old and has an Intel Core i5 13500. The difference between the 13400 and 13500 looks small on paper, but the 13400 only has UHD Graphics 730 while the 13500 had UHD Graphics 770 which can handle double the number of concurrent transcodes.

Intel iGPUs also support SR-IOV which lets you share one iGPU across multiple VMs. For example, if you have a Plex server on the host Linux system, and Blue Iris in a Windows Server VM, and both need to use hardware transcoding.

I've heard AMD's onboard graphics are pretty good these days, but I haven't tried AMD CPUs on a server.

view more: ‹ prev next ›