• 0 Posts
  • 39 Comments
Joined 2 years ago
cake
Cake day: April 3rd, 2024

help-circle




  • If you want a bunch of stuff that’s not in core or extra and you don’t want to intensely babysit the AUR, you could try Chaotic-AUR. It hosts prebuilt packages for a bunch of AUR packages which are actively maintained by the Chaotic team.

    I consider it to be more secure than the AUR proper since they actually care for their packages and review nontrivial changes. For instance, the recent takeover attacks didn’t hit Chaotic-AUR builds since the changed packages didn’t make it past the review.

    It’s still an unofficial third-party repository and closer to the AUR than to extra but I consider it a major step up.






  • I recently helped evaluate it for company use. My test considered of vibecoding an App that takes a Pipewire screencast and does some basic image processing on each frame. In C#, which doesn’t have great options for talking to Pipewire. I did several runs with various iterations of Claude.

    On the upside, it had few problems navigating DBus to negotiate a screencast handle. So that’s one annoying API out of the way.

    On the downside, all attempts at taking to libpipewire through P/Invoke failed, usually because Claude hallucinated parts of the API or set constants to incorrect values. I only got a working program when I allowed the use of a prerelease Pipewire NuGet package.

    The generated code was of acceptable quality but I wouldn’t allow it into a codebase without a refactor. The code has zero consistency and one time the whole solution didn’t have any namespaces. The fact that the LLM writes and rewrites the code during a single prompt means that you can get mild spaghetti as an initial state.

    Honestly, I can see it for something like rapid prototyping or implementing basic scaffolding for an annoying API. But damn is Claude bad at detail work.



  • Jesus_666@lemmy.worldtoFuck AI@lemmy.worldWhy is that?
    link
    fedilink
    arrow-up
    7
    arrow-down
    1
    ·
    3 months ago

    The problem is not that you lose that theoretical job, it’s that they have one. Mind you, it’s also a problem if they don’t have one. In this socio-theoretical framework anything immigrants do or not do is a problem.

    Companies, meanwhile, are only at fault for anything if they’re foreign and not multinational corporations.








  • So while times are hard right now for home PC users, I’d expect there to be period in the near future of oversupply and cheap components.

    From where? Data center equipment isn’t really suitable for the home. A used SXM module on an adapter might give you reasonably affordable compute but is completely useless for graphics. Data center memory is often HBM, which you can’t just transplant into your home PC. Getting an EDSFF SSD into your PC might work with an adapter but it’s also going to take up a lot of space.

    Plus, there have been cases in the past of companies buying up and destroying the inventory of closing data centers specifically so it doesn’t end up on the market to compete with current products. That might very well repeat.

    When the bubble bursts I expect to see a semi-decent supply of high-end hardware for specific use cases. If you have a space for a rack with noisy fans and a 3000 W power draw you’ll be able to build a kick-ass AI inference rig for like 2000 bucks. Or a really fast file server. But I don’t think there’s going to be much in it for people who just want 60 FPS in current games and an SSD those games fit onto. That’ll take another couple years.

    I think it’ll be 2030 at the earliest until we see actually interesting consumer hardware from the usual companies. Maybe China will swoop in and deliver something worthwhile in the meantime but I’m not holding my breath.