Hacker News

Subscribe to Hacker News feed
Hacker News RSS
Updated: 6 min 45 sec ago

26,000 Days [video]

Sun, 05/19/2024 - 8:44am

Article URL: https://vimeo.com/925195981

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

Points: 1

# Comments: 0

Categories: Hacker News

Stand-Up Solution's Joke-Telling AI

Sun, 05/19/2024 - 8:44am
Categories: Hacker News

The Platonic Representation Hypothesis

Sun, 05/19/2024 - 8:16am

Article URL: https://phillipi.github.io/prh/

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

Points: 2

# Comments: 0

Categories: Hacker News

Article Tagging implemented in Emacs Lisp

Sun, 05/19/2024 - 8:01am
Categories: Hacker News

Show HN: Digital player board for Terraforming Mars

Sun, 05/19/2024 - 8:00am

My cousin and I love the Terraforming Mars board game. But we'd often get overly excited and knock our pieces off of our boards, losing track of our progress. So I digitised it. It comes with a few cool features like resource conversions (e.g. converting plants to greenery), production phase, offline, mobile-friendly and keeps track of the history using the browser history itself. Sharing this here in case there are any other TM fans that could also find some use in this :)

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

Points: 2

# Comments: 0

Categories: Hacker News

Show HN: Emoji picker game for kids and dev hack for rendering large emoji lists

Sun, 05/19/2024 - 8:00am

A few months ago, my daughter Lala wanted to "play emoji". She had previously sent one too many emoji messages to randos on my phone so I made her this game, named by her of course. It's really just a giant emoji picker but in a way it's taught her how to move the cursor, click, scroll and clear her selection so I thought I'd share it. From a dev perspective, I did learn something cool in the process too, rendering a large list of emojis is really tricky! A little hack I learnt was to force hardware acceleration with this nice little one liner: transform: 'translateZ(0)'. Anyway, I hope a few HN dad's find this useful so just putting it out there :)

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

Points: 1

# Comments: 0

Categories: Hacker News

Show HN: Browser extension to generate OpenAPI specs with LLM descriptions

Sun, 05/19/2024 - 7:59am

Good descriptions of endpoints, parameters and fields in OpenAPI specs are useful, but slow to write.

When using OpenAPI specs while building AI assistants, we found LLM tool use improves a lot if the spec is well described (also recommended by Anthropic [1]).

We forked a previous Show HN repo [2] to help write descriptions. That project builds the API spec by watching the network requests. We’ve added LLM calls to write the descriptions.

We hope you find it useful!

[1] https://docs.anthropic.com/en/docs/tool-use#best-practices-f... [2] https://news.ycombinator.com/item?id=38012032

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

Points: 1

# Comments: 0

Categories: Hacker News

Pages