frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Will my flight have Starlink?

117•bblcla•4h ago•114 comments

Show HN: I built 48 lightweight SVG backgrounds you can copy/paste

https://www.svgbackgrounds.com/set/free-svg-backgrounds-and-patterns/
92•visiwig•6h ago•12 comments

Show HN: Playing LongTurn FreeCiv with Friends

https://github.com/ndroo/freeciv.andrewmcgrath.info
30•verelo•3h ago•16 comments

Show HN: Hacker News archive (47M+ items, 11.6GB) as Parquet, updated every 5m

https://huggingface.co/datasets/open-index/hacker-news
248•tamnd•4d ago•105 comments

Show HN: Tmux-IDE, OSS agent-first terminal IDE

https://tmux.thijsverreck.com
42•thijsverreck•4h ago•29 comments

Show HN: Real-time local TTS (31M params, 5.6x CPU, voice cloning, ONNX)

https://github.com/ZDisket/vits-evo
2•ZDisket•1h ago•0 comments

Show HN: Pgit – A Git-like CLI backed by PostgreSQL

https://oseifert.ch/blog/building-pgit
112•ImGajeed76•1d ago•57 comments

Show HN: Crossle – Scrabble meets crossword game

https://playcrossle.com/
7•enahs-sf•2h ago•13 comments

Show HN: Clippy – screen-aware voice AI in the browser

https://RememberClippy.com
3•krschacht•3h ago•0 comments

Show HN: Reprompt – Score your AI coding prompts with NLP papers

https://github.com/reprompt-dev/reprompt
8•LuxBennu•9h ago•2 comments

Show HN: Sub-millisecond VM sandboxes using CoW memory forking

https://github.com/adammiribyan/zeroboot
292•adammiribyan•1d ago•65 comments

Show HN: Open-source Typeform

https://forms.md/
4•darkhorse13•4h ago•0 comments

Show HN: Crust – A CLI framework for TypeScript and Bun

https://github.com/chenxin-yan/crust
88•jellyotsiro•1d ago•38 comments

Show HN: Horizon – GPU-accelerated infinite-canvas terminal in Rust

https://github.com/peters/horizon
75•petersunde•1d ago•31 comments

Show HN: Claude Code skills that build complete Godot games

https://github.com/htdt/godogen
325•htdt•2d ago•197 comments

Show HN: Hanoi-CLI – simulate and optimize pod placement in Kubernetes

https://github.com/k-krew/hanoi-cli
2•kreicer•6h ago•0 comments

Show HN: Save Claude tokens with semantic search powered by SQLite and Ollama

https://github.com/ory/lumen/tree/main
4•illogicalabc•6h ago•0 comments

Show HN: PlanckClaw an AI agent in 6832 bytes of x86-64 assembly

https://github.com/frntn/planckclaw
4•frntn•7h ago•2 comments

Show HN: NC Web – Norton Commander for the web, built with vanilla JavaScript

https://github.com/victorantos/NC
4•victorbuilds•7h ago•2 comments

Show HN: Website lets you post only once for life

https://opo.fausto.me/
3•faustoct•7h ago•1 comments

Show HN: Bento – Save and restore multi-monitor app layouts

https://bentodesktop.com
7•aarmenante•7h ago•3 comments

Show HN: deariary – An automated diary generated from the tools you use

https://deariary.com/en
5•unhappychoice•8h ago•0 comments

Show HN: We built AI agents that reduce mortgage processing from 18 days to 3–5

https://app.simplai.ai/register
4•SimplAI_ai•8h ago•2 comments

Show HN: Git-ownership – A tool to visualize code ownership over time from Git

https://github.com/MichaelMure/git-ownership
4•michaelmure•9h ago•0 comments

Show HN: Claude-copy – Copy Claude Code output to clipboard

https://github.com/clementrog/claude-copy
4•crog•9h ago•2 comments

Show HN: Antfly: Distributed, Multimodal Search and Memory and Graphs in Go

https://github.com/antflydb/antfly
102•kingcauchy•1d ago•41 comments

Show HN: UpdateBerry – Turn Git commits into marketing assets (prototype)

https://updateberry.com
2•wjr•11h ago•2 comments

Show HN: I built a message board where you pay to be the homepage

https://saythat.sh
18•SayThatSh•1d ago•14 comments

Show HN: Mozilla Firefox is getting a free built-in VPN, with a catch

https://www.xda-developers.com/mozilla-firefox-is-getting-a-free-built-in-vpn-with-a-catch/
2•guilamu•4h ago•0 comments

Show HN: A client-side visual workflow builder for PDFs

https://www.convertuniverse.com
4•Lyriryl•13h ago•2 comments
Open in hackernews

Show HN: Crossle – Scrabble meets crossword game

https://playcrossle.com/
7•enahs-sf•2h ago
Hello HN,

I created Crossle after playing a dice version of this once. it's web/mobile only with mechanics similar to wordle. the object is to create a crossword using scrabble words that is fully connected and each word is at least 3 characters long. all letters must be used. Fun weekend coding project that I'd love to get any feedback on.

thanks!

Comments

neilsharma425•2h ago
Cute idea. The constraint that all letters must be used is what makes this interesting over just a free-form crossword builder since it turns it into a proper puzzle. How do you handle validation? Specifically, are you checking connectivity with a union-find or just flood fill from an arbitrary starting tile?
enahs-sf•2h ago
we just check connectivity on the front-end kind of naively by ensuring each square is adjacent to another. is that union-find? I didn't do well in algorithms class..
dylanhouli•2h ago
Nice and simple. Might just be me but a way to move groups of tiles on the board could be helpful, I accidentally started building too low down and had to move everything at one point.
enahs-sf•2h ago
yeah i agree moving the tiles can be cumbersome. I started thinking through keyboard interactions but haven't figured out how best to implement it yet.
beardyw•1h ago
Maybe just scroll the grid?
selixe_•1h ago
Fun concept and clean design very good game. :)
enahs-sf•1h ago
Thanks. Enjoy playing!
beardyw•1h ago
Presumably you choose the letters with a solution in mind, otherwise it might be impossible.
enahs-sf•1h ago
So the lions share of the work was building a solver and then iterating through the solution space to come up with puzzles. All of them are solvable. It’s on my todo list to classify them based on difficulty and potentially add variable difficulty levels by the day.
agadi1993•45m ago
Cool game…excited to try tomorrow.
enahs-sf•36m ago
thanks! this is what i'm hoping for!
sjezewski•21m ago
Hey pretty fun

I can see it getting addictive

enahs-sf•20m ago
boss makes a dollar, i make a dime, thats why i do casual gaming on company time.