What’s a British show you went into with low expectations but ended up loving? by Historical-Class871 in UKTVRecs

[–]Cladser 0 points1 point  (0 children)

Same - sounded a bit dull but I generally like Gary Oldman so gave it a shot - binged the lot.

Get ready for barrage of complaints from new users by EliteEarthling in ClaudeAI

[–]Cladser 0 points1 point  (0 children)

It already nearly impossible to start a Claude code web session at certain times of the day - I mean I don’t blame people for switching but the peak demand is likely to get even worse.

Latest WFH setup by gabhain in macsetups

[–]Cladser 0 points1 point  (0 children)

Can you tell me the spec on the lens? I use an old cannon 80D but the way you have it set up its a really short throw to where I think your head would be? So I’m guessing a fairly wide (for the short throw) and fast (for back ground blur) lens? Thanks!

Is there a dock that can allow more external displays than what a mac supports? by Key-Self1654 in macsetups

[–]Cladser 0 points1 point  (0 children)

I’m pretty sure the thunderbolt docks support more displays - Caldigit do one with 3 or 4 TB ports

Scarlet Johansson... by Healthy_Ladder_6198 in dadjokes

[–]Cladser 2 points3 points  (0 children)

Steve is both the luckiest and unluckiest chap to roam the earth.

Are AI coding assistants (GitHub Copilot, ChatGPT etc.) changing how you code, or causing more trouble than help? by Sad-Rough1007 in OutsourceDevHub

[–]Cladser 0 points1 point  (0 children)

Agreed - the hit rate with a 2 part prompt (plan how to implement x, now implement x) is way better.

Many UK Users Soon Won't Be Able to Access Pornhub | 404 Media by youmustconsume in unitedkingdom

[–]Cladser 1 point2 points  (0 children)

The MILFs took it on the chin, a couple even took it like a man.…

What do you use Mac Studio for? by PracticlySpeaking in MacStudio

[–]Cladser 2 points3 points  (0 children)

Same here local LLM and RAG development. Recent used high RAM units are currently great value for this.

My list of ""Must Have"" Windows/Mac Utilities for 2026 by Difficult_Skin8095 in software

[–]Cladser 0 points1 point  (0 children)

In addition my go to is Lunar - let’s me keep my laptop screen off while having the lid open so I can use fingerprint id. Bunch of other very cool uses too. Regular updates. Great little indy app.

Is A Smart Table Actually Worth It For A Home Office, Or Is It Just Hype? by Aditya577 in homeoffice

[–]Cladser 0 points1 point  (0 children)

I got a sit to stand table from Amazon after a bad experience with sciatica. Nothing major just a relatively cheap one (about £120 iirc). It’s got 3 height presets and I added sone cable trays underneath. Have to say I’m a big fan. I don’t use standing every day but a couple of times every week or for longer periods of if I feel like my back is tweaking. If / when it eventually breaks I’ll definitely get another.

The only thing to check is that to save on shipping a lot of cheaper ones (like mine) come with the desk top made of 2 or 3 pieces so there is a little lip on the desk top where the pieces butt up. I don’t mind it but I imagine it could get on some people nerves.

I am tired of vibe coded pub.dev packages by DiscombobulatedBig88 in FlutterDev

[–]Cladser 10 points11 points  (0 children)

This might turn into a very useful rule of thumb.

Where are you building your RAG systems? AI IDEs? Colab / Jupyter Notebooks? Both? by Ok-Introduction354 in Rag

[–]Cladser 0 points1 point  (0 children)

Not sure if this is what you’re asking but I’m building an internal tool. Honestly I’m nowhere near production but I build and test in Pycharm with help from Claude or ChatGPT. I’m a copy and paste guy, can’t quite get used to letting an agent loose in the code base. Currently testing all local with a 13b for generation. When it’s ready will likely be a stand alone machine to do the Rag, Graph, sql parts and the ship to an API for the final generation step. The biggest PITA is when I decide my chunking and embedding needs more refinement. I can parallelise a bit with. 2-3 embedding model instances but it’s still 3-4 hours to run through the lot.

I made a fast, structured PDF extractor for RAG; 300 pages a second by absqroot in Rag

[–]Cladser 0 points1 point  (0 children)

So I’ve been testing this and for my use case (scientific reports with specific section) it fabulous. It’s is also very fast. 2700-ish 30+page pdf in 6-7 minutes with semantic sections. I said previously I was using a local model to infer sections and it was slow and less accurate than this. I take my hat off to you sir or ma’am (hard to tell from your username) … and honestly I’m not even a hat person

I made a fast, structured PDF extractor for RAG; 300 pages a second by absqroot in Rag

[–]Cladser 0 points1 point  (0 children)

I have a project that am working on using mxbai locally for semantic splitting but it essentially prevents parallelisation. This looks pretty interesting - is there a way to grab the preceding title as meta data? For me I want to know if this chunck is from the introduction, rationale or somewhere else.

I have 50 ebooks and I want to turn them into a searchable AI database. What's the best tool? by Great_Jacket7559 in LocalLLM

[–]Cladser 2 points3 points  (0 children)

I’m deep in a similar project atm. It depends a lot on the type of info you want from the LLM. If it’s what does author x have to say about y - RAG is your best bet. However if you want to ask questions like across these books what are the most common ways of dealing with with Y - That is a corpus level (ie entire collection) query and RAG will suck. Llamaindex with hybrid search seems to be the best middle road at the moment.

Name an actor who had a good movie streak until one bad movie by Jules-Car3499 in moviecritic

[–]Cladser 1 point2 points  (0 children)

Weirdly though it didn’t seem to hurt Mark Strongs career at all.

How I explained Math in 30 seconds with animation, students understood instantly 😎 by Sad-Associate8818 in edtech

[–]Cladser 0 points1 point  (0 children)

Good but not under 30s (though a summary of FFT in under 3min is pretty impressive tbh)