Live data from Hacker News

I put a datacenter GPU in my gaming PC

blog.tymscar.com

111–120 of 199 posts

Re: I put a datacenter GPU in my gaming PC

#111

Earlier quoted context omitted.

Where do you think llms learned to write that way?

You can also look at past posts by the same author (before LLM usage proliferated) if you’re curious. The project is still very cool, but it’s a little less enjoyable to read when everything sounds the same. It would be just as annoying for people to manually write in a corporate/marketing style, because humanity is what makes the small web interesting. https://blog.tymscar.com/posts/privategithubcicd/

I’m glad I’ve started this blog before the AI wave so I can prove people I’m just weird at writing.

It grinds my gears how so many people just talk about my writing style instead of the content.

Re: I put a datacenter GPU in my gaming PC

#112

Based on the title I was really hoping to see how this was used for gaming, but they just ran an LLM on it

They said in the beginning that it doesn't even have a video out, so you cannot do gaming.

I'm actually surprised there hasn't been a dedicated effort to support display offload to, say, the CPU's iGPU.

I'm sure manufacturers would love saving a dollar per card, and OEMs would appreciate eliminating the support calls from "I just bought a new $2500 gaming PC and no video" because they plugged the monitor into the iGPU instead of dGPU.

Re: I put a datacenter GPU in my gaming PC

#113
> The way it works is that a vision encoder (similar to what ChatGPT and Claude use) takes image pixels and translates them into the LLM’s token embedding space. The model does not “see” the image the way a human does. Instead, the vision encoder compresses the image into a sequence of vectors that live in the same mathematical space as text tokens. The LLM then processes those vectors as if they were just another sequence of tokens.

Could you also do this for music and specifically sound synthesis? It would be awesome to vibe synthesize sounds and then see the VSTi parameters surrounding it.

Re: I put a datacenter GPU in my gaming PC

#114

Based on the title I was really hoping to see how this was used for gaming, but they just ran an LLM on it

They said in the beginning that it doesn't even have a video out, so you cannot do gaming.

Never a problem. RemoteFX does (did) everything you'd want. Make your OS, log in remotely through an accelerated client. The real problem is Microsoft did something around Windows Server 2008 R2 that killed performance (literally halved it) for RemoteFX. You're only now reobtaining the virtualized video performance we used to have back in 2008.

Re: I put a datacenter GPU in my gaming PC

#115

Earlier quoted context omitted.

Where do you think llms learned to write that way?

> Where do you think llms learned to write that way? Not from individual human content, that's for sure - maybe MLM marketing copy? Sleazy 4AM ads? I mean, every time this response comes up, I keep asking the person to point at something written prior to 2022 that gets 80%+ on the LLM detectors, and yet no one can find anything. Maybe you, postalrat, can find something written in this style that was published prior t…

I have written the blog post. I know empirically that I have used 0% AI while writing it. I also know LLM detectors are total BS and they don't really work. I have tried a couple on this exact blog post, and QuillBot, for example, gave me 0% AI detected on it.

I have then used a blog post of mine from 2021. QuillBot gave me 8%...

The King James version of the Bible came out at almost 100% AI generated a while ago. It was the HN front page.

Stop thinking that if someone writes in a way that is fun or looks like what you would think an AI writes, then it is AI generated. Loads of the time it is, but sometimes it's not, and it really hurts those like me.

Re: I put a datacenter GPU in my gaming PC

#116

Earlier quoted context omitted.

You can also look at past posts by the same author (before LLM usage proliferated) if you’re curious. The project is still very cool, but it’s a little less enjoyable to read when everything sounds the same. It would be just as annoying for people to manually write in a corporate/marketing style, because humanity is what makes the small web interesting. https://blog.tymscar.com/posts/privategithubcicd/

I’m glad I’ve started this blog before the AI wave so I can prove people I’m just weird at writing. It grinds my gears how so many people just talk about my writing style instead of the content.

> I’m glad I’ve started this blog before the AI wave so I can prove people I’m just weird at writing.

Your previous blog posts didn't trigger any LLM detector (go on - check for yourself).

Re: I put a datacenter GPU in my gaming PC

#117

Earlier quoted context omitted.

It’s not about preserving a unique writing style. When I see LLM writing my brain automatically discards the content of the writing. To me, seeing LLM writing is equivalent to going to a high-end restaurant and getting served on generic paper plates. Sure, the food looks perfectly fine and there is, in theory, nothing wrong with a paper plate. Once you see that paper plate, however, you will question how nice that es…

I skim a lot. I skimmed this article and appreciated the author documenting their process. I am indifferent to LLM or human writing for technical content. I suspect I skimmed most of the LLM parts, but judging writing quality was not why I read this post, I read it because I was curious about how useful the GPU is, and if I could replicate the author's work. Some carefully written prose wouldn't have helped me do tha…

This is mostly how I feel about it. If anything, the weird llm jitters served almost like punctuation markers. Still, I get why it riles some people up.

Re: I put a datacenter GPU in my gaming PC

#118

Earlier quoted context omitted.

I’m glad I’ve started this blog before the AI wave so I can prove people I’m just weird at writing. It grinds my gears how so many people just talk about my writing style instead of the content.

> I’m glad I’ve started this blog before the AI wave so I can prove people I’m just weird at writing. Your previous blog posts didn't trigger any LLM detector (go on - check for yourself).

Neither does this one. I replied in another thread. It comes out as 0% and the one from 2021 comes out as 8%. LLM detectors are all BS

Re: I put a datacenter GPU in my gaming PC

#119
post #25

Impressive work. But the problem is not the 30 tok/s which is fine for agentic coding and chat. It's prefill; slow prefill kills agentic workloads dead. If you have 100,000 tokens at ~150tok/s per the OP, you're looking at: You have: 100000 / (150/s) You want: hms 11 min + 6.6666667 sec Which is quite a wait indeed.

[dead]

Re: I put a datacenter GPU in my gaming PC

#120

I also recently decided to buy a datacenter GPU and slap it into a system. Some notes from my experience that the author doesn't mention in their article: Decommissioned NVIDIA V100s and AMD MI50s are fairly cheap, $200 for 16gb and $400-500 for 32gb, for local experimentation. They are also very old. There's an enthusiast community keeping these two cards alive and working with current platforms and models. Nitpick,…

Did you consider the R9700 or B70 when you went for the MI100? If so, what made you choose the MI100?

I've been playing with picking up a card in this class but haven't been able to justify it when running the Qwen3.6 MOE model on a 6800xt is tolerable for the type of projects I've been willing to point local AI at.

Post reply on HN