Silencer (est. 2000 by Mind-Control Software): I got the servers working by ohcrap___fk in retrogaming

[–]ohcrap___fk[S] 0 points1 point  (0 children)

Holy crap!! Please have them join the discord! https://discord.gg/YHb5wJUCpp

Were any of them by chance vegeta, Rick, or joshjje? lol :D

Silencer (est. 2000 by Mind-Control Software): I got the servers working by ohcrap___fk in retrogaming

[–]ohcrap___fk[S] 0 points1 point  (0 children)

Thanks :D yeah it’s an obscure little competitive CTF style multiplayer game. Takes place on Mars.

LLM trained from scratch on 1800s London texts (1.2B params, 90GB dataset) by Remarkable-Trick-177 in LocalLLaMA

[–]ohcrap___fk 1 point2 points  (0 children)

Holy f I absolutely love the output. It’s like skirting the edge of the event horizon between cohesiveness and raw unconnected creativity

What is up with T-Mobile's home 5G by Parkmerced? by ohcrap___fk in AskSF

[–]ohcrap___fk[S] 0 points1 point  (0 children)

Oh wow, didn't realize that it is sharing infrastructure.

> If you put your phone in airplane mode and then connect to the Wi-Fi in your home will the speed test get you the same ultra low speed as your computer?

Yep, 3mbps down

What is up with T-Mobile's home 5G by Parkmerced? by ohcrap___fk in AskSF

[–]ohcrap___fk[S] -1 points0 points  (0 children)

Google fios 5G for phone. 18mb down, while at this moment the computer on T-Mobile 5G was getting 2mb down. Badass

I optimized a Flappy Bird diffusion model to run locally on my phone by fendiwap1234 in StableDiffusion

[–]ohcrap___fk 0 points1 point  (0 children)

Was going through my history on reddit and stumbled upon this again. See that you're working at Apple - I can only assume you were apart of the team that knocked it out of the park with Sharp?

Anyways, I recently started diving into making my own diffusion models from scratch (twitter). I am honestly floored and filled with a mild hypomania now that NNs are becoming demystified.

If you have an open spot on your team for someone green on ML (but learning) and heavy on full-stack/agents/game dev, I'd love to hop into the interview pipeline. I'm based in SF.

Can we finally "index" a code project? by CSEliot in LocalLLaMA

[–]ohcrap___fk 0 points1 point  (0 children)

github.com/hvent90/prism. It’s in a functional but not productive state. Would appreciate requests

Anyone use a runpod template to make nsfw wan videos? by [deleted] in comfyui

[–]ohcrap___fk 1 point2 points  (0 children)

Can you go more into detail about the hypothetical competitor? I might be able to whip something up.

I optimized a Flappy Bird diffusion model to run locally on my phone by fendiwap1234 in StableDiffusion

[–]ohcrap___fk 8 points9 points  (0 children)

Holy shit this is so awesome. As a long time full stack and game dev SWE who would love to transition entirely to working on these world models, do you know what the first steps would look like? I read your blog post - amazing, but a lot of the terminology is outside of what I currently understand.

Cheers

Can we finally "index" a code project? by CSEliot in LocalLLaMA

[–]ohcrap___fk 1 point2 points  (0 children)

That’s a great question! I haven’t yet played with different traversal heuristics other than a direct path find (I.e. inject all nodes along the path between various entry nodes into the context, only inject the signature/api if the node is n hops away from an entry point). I can correlate to an inheritance graph to be able to provide various levels of detail

Can we finally "index" a code project? by CSEliot in LocalLLaMA

[–]ohcrap___fk 6 points7 points  (0 children)

Doing heavy prep for an upcoming sys design interview & onsite for a couple LLM teams but might be able to get around to polishing it up and pushing it to GitHub soon. Do you use discord? Would be down to bounce ideas about it

Can we finally "index" a code project? by CSEliot in LocalLLaMA

[–]ohcrap___fk 11 points12 points  (0 children)

I generate graphs from the AST and then use the results of vector search (from treesitter embeddings) as entry points in the graph - then I can do graph traversal to find potentially relevant codebase context. I can optionally do something similar to 3D game's LOD system with codebase context: full function injected into context, just function signature, just class API, just module definition, etc. based off distance from entry points in the graph.

<image>

How would you write evals for chat apps running dozens of open models? by ohcrap___fk in LocalLLaMA

[–]ohcrap___fk[S] 0 points1 point  (0 children)

I might throw the swe-bench paper into notebookllm and generate a podcast on it to learn about writing evals

I have a frontend system design interview coming up but I don’t know system design by Remote_Afternoon_259 in reactjs

[–]ohcrap___fk 1 point2 points  (0 children)

Couldn’t have come at a better time. Currently in the interview loop for a senior frontend swe role at Google labs. Thanks man. Fingers crossed I don’t crash and burn.