YOU HAVE NO CHANCE TO SURVIVE MAKE YOUR TIME
- 0 Posts
- 35 Comments
There’s a lot to cover here but I’ll try to touch on each point:
The key requirement is fast memory that can be addressed by your GPU, and ideally a lot of it - hence the insane cost of this hardware right now.
Remember that you need space for the model’s weights (think of this as its ‘knowledge base’) and the context window, which is basically the data needed for the LLM to keep track of your current conversation with it (effectively its short term memory).
With smaller pools of VRAM (8-16gb) you will have to compromise and either have a more capable model that will lose context quickly and start hallucinating, or a less capable model that can maintain a session for a bit longer but overall less ‘smart’.
For software - there are a couple of options for running the LLM itself, Llama.cpp is one of the more popular tools and is the one that I use. It has a web UI with the usual chat interface, and also exposes an API that you can plug other tools (e.g. opencode) into, depending on your use case.
In terms of hardware recommendations, at 20GB+ of VRAM you do have a bit more headroom compared to more consumer grade GPUs, but to be honest the most cost effective way to get a shitload of VRAM is likely not with a dedicated GPU but actually using a system based around a recent APU.
I got a Minisforum MS-S1 last year for exactly this purpose. It is based on AMD’s Strix Halo platform which it has in common with the Framework Desktop and a couple of other similar devices.
It has 128gb of unified RAM which can be divided between the GPU and CPU however you like, so plenty of capacity for even fairly chunky models. It also uses a tiny amount of power compared to a more traditional system with a dedicated GPU, while also giving really reasonable performance for most AI workloads, more than enough for use in a homelab.
For cloud rental - doable, but pricing is a factor, and of course this will not actually be running locally.
Usability - manage your expectations, but overall for a lot of use cases and of course depending on the model that you are running and the resources you throw at it, it can be comparable with especially older iterations of ChatGPT, Gemini etc.
But remember, you are not a Google or an Anthropic and do not have an infinite pool of compute to throw at your model, nor do you have access to the specific models they are using.
I’m not sure if this is triggering either thalassophobia or submechanophobia but either way thanks I hate it
Rookeh@startrek.websiteto
Technology@lemmy.world•Google Starts Scanning All Your Photos As New Update Goes LiveEnglish
9·2 months agoSame, I set it up a few years ago and both me and my partner have been using it since then with no issues at all, it’s completely replaced Google Photos for us.
We’ve also set up immich-frame and repurposed an old Google Nest hub to use as a digital photo frame.
He is the manifestation of the ‘I made this’ meme. Among other things.
Rookeh@startrek.websiteto
Fuck AI@lemmy.world•Windows 12 Reportedly Set for Release This Year as a Fully Modular, Subscription-Based, AI-Focused OS
2·3 months agoMoved everything to Linux last year, so far I have no reason to consider going back. Unfortunately I’ll still likely end up using this slop at work.
Rookeh@startrek.websiteto
Technology@lemmy.world•"Microslop" trends in backlash to Microsoft's AI obsessionEnglish
3·5 months agoYou are assuming that they have a personality to begin with.
Rookeh@startrek.websiteto
Programming@programming.dev•Microsoft wants to replace its entire C and C++ codebase, perhaps by 2030 - Plans move to Rust, with help from AI
16·6 months agoI have witnessed companies make this exact mistake before - they have a legacy system written in $LanguageA that they either cannot find developers to maintain, believe is badly written, or does not support some new feature they want to implement (or some combination of the three) - and decide to solve this by taking the existing codebase and porting/transpiling it to $LanguageB (which is more modern, performant, is easy to hire developers for, etc) - without actually rewriting or rearchitecting anything.
What they are actually doing is substituting one kind of tech debt for another. The existing code that was poorly written and/or not well understood is now just bad code written in a different language. Fixing bugs or implementing new features now takes just as long, if not longer to account for the idiosyncrasies of how the code was ported.
And now this is being done by AI with even less oversight than usual? Recipe for a maintenance disaster.
Rookeh@startrek.websiteto
Ask Lemmy@lemmy.world•What the heck is this stain by my window?
14·9 months agoAs others have said, 100% a leak.
I would advise to stand on a chair or stepladder underneath the ceiling and check to see if it is still level. If you see an obvious deformation around the stain, this will be being caused by water pooling on top of the ceiling plasterboard. In which case, once the leak is sorted, you will likely need to drain the pooled water, cut out the damaged section, replace it, then replaster and repaint.
We had exactly the same issue in our last house. It was in a difficult to see spot hidden behind our kitchen cabinets. We only realised the severity of the issue when the ceiling boards gave way and fell on my head.
Rookeh@startrek.websiteto
Technology@lemmy.world•Computer Science, a popular college major, has one of the highest unemployment ratesEnglish
8·10 months agoThere are only two industries that call their customers ‘users’…
Assuming your Fiesta produces < 100g/km CO2, looks like you’ll now be paying £20/year (as it was manufactured before 2017, different rules apply) - could be worse!
Not quite. Even existing EVs (with some exceptions for older vehicles) will be charged the new basic VED rate of £195 when they are next due to renew (which could be in up to a year’s time).
What EV purchasers were trying to avoid was the expensive vehicle supplementary tax of £425/year for cars with a list price of over £40k, which EVs purchased/registered since the start of April are no longer exempt from.
As the vast majority of new EVs on the market fall into that price bracket (including all Teslas except the base tier Model 3), suddenly the yearly tax for most new EV purchases jumps from £195 to £620/year.
2017: covfefe
2025: cvefefe
Rookeh@startrek.websiteto
Selfhosted@lemmy.world•How to secure Jellyfin hosted over the internet?English
3·1 year agoRight now none of the native clients support SSO. It is a frequently requested feature but, unfortunately, it doesn’t look like it will be implemented any time soon. As with many OSS projects it is probably a case of “you want it, you build it” - but nobody has actually stepped up.
Rookeh@startrek.websiteto
Selfhosted@lemmy.world•How to secure Jellyfin hosted over the internet?English
29·1 year agoFor web access, stick it behind a reverse proxy and use something like Authentik/Authelia/SSO provider of your choice to secure it.
For full access including native clients, set up a VPN.
Rookeh@startrek.websiteto
Technology@lemmy.world•Bluesky made more money selling T-shirts mocking Mark Zuckerberg in one day than it has in two years of selling custom domainsEnglish
361·1 year agoOh fuck me, HOW in like 25 years did I not get that pun?!
I think you may have Europe confused with Japan.
Rookeh@startrek.websiteto
Selfhosted@lemmy.world•Self hosted solution for phone photo backupEnglish
2·1 year agoAs a developer myself I’m not sure if I would trust any application to safely handle a configuration that has become invalid due to a breaking change, especially not an app that is still under active development! Better safe than sorry.
Rookeh@startrek.websiteto
Selfhosted@lemmy.world•Self hosted solution for phone photo backupEnglish
19·1 year agoImmich has completely replaced Google Photos for me, love it!
My only bugbear is that it is updated very frequently (what a nice problem to have!) which in my case requires a manual once-over of my docker-compose file every time in case there are breaking changes.






Apart from the times that the US applied export controls to encryption software.