Hacker News

Subscribe to Hacker News feed
Hacker News RSS
Updated: 23 min 22 sec ago

Fuck.com (1997)

Mon, 07/13/2026 - 5:23am
Categories: Hacker News

Imprisoned in My Own Mind

Mon, 07/13/2026 - 5:22am
Categories: Hacker News

Show HN: Mock Chats – Make viral chat-story videos

Mon, 07/13/2026 - 5:20am

A good friend of mine kept needing videos with fake chat messages in them to promote his startup. The kind of thing where you record a phone screen and messages come in one by one or you create in inauthentic version through video production. Painful and slow.

So I built a tool that does it for you. You write the conversation, pick the platform, and it generates the video!

Comments URL: https://news.ycombinator.com/item?id=48889926

Points: 2

# Comments: 0

Categories: Hacker News

Commodore Amiga 500 Artwork

Mon, 07/13/2026 - 5:18am
Categories: Hacker News

Show HN: Vakh, a social platform for all things

Mon, 07/13/2026 - 5:16am

Article URL: https://vakh.com/

Comments URL: https://news.ycombinator.com/item?id=48889885

Points: 1

# Comments: 0

Categories: Hacker News

Show HN: Turn meeting recordings into searchable transcripts. All local

Mon, 07/13/2026 - 5:16am

Whisper file-based transcribing.

Speaker-detection.

Searchable transcripts.

All local.

Comments URL: https://news.ycombinator.com/item?id=48889881

Points: 2

# Comments: 0

Categories: Hacker News

Dancing with the Gods (1995)

Mon, 07/13/2026 - 5:08am
Categories: Hacker News

Nokia DCT3 Emulator

Mon, 07/13/2026 - 5:05am
Categories: Hacker News

Show HN: GGUFun, play snake and a simple maze on Ollama using hand crafted GGUFs

Mon, 07/13/2026 - 5:03am

A couple weeks ago I was wondering if I could build a GGUF model file that, when run on ollama, would deterministically answer with the same exact sentence (not simply using a system prompt).

That was surprisingly easy to implement, leveraging mostly the unembedder, so I started exploring GGUFs.

First I built a simple GGUF that could compute the position of a point in a limited grid, using 4 directional tokens as input. All weights are "hand crafted", no training involved. Of course, being ollama stateless, it needs to compute everything from scratch each time from the whole conversation.

Then (with the help of coding agents) I used it as the base to build a "complete" game of snake: it can only play 57 turns (it can be fixed though) and the position of food is computed using a hash, without checking if the new position is under the snake. But it works.

Since the obvious evolution would be to run Doom on ollama, I at least got a first person roaming demo working, where the frontend only knows about the input it gives, the map comes from the GGUF.

Even if it's completely useless, it has been fun to look into how this can be done, given the obvious limitations.

Both can be played at https://ggufun.grokked.it

Comments URL: https://news.ycombinator.com/item?id=48889775

Points: 1

# Comments: 0

Categories: Hacker News

How LLMs Work, from Scratch

Mon, 07/13/2026 - 4:33am
Categories: Hacker News

Pages