frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Overpass API will block Azure and AWS for some time

https://community.openstreetmap.org/t/overpass-api-will-block-azure-and-aws-for-some-time/136817
1•marklit•4m ago•0 comments

Eavesdropping on Internal Networks via Unencrypted Satellites

https://satcom.sysnet.ucsd.edu/
1•breve•4m ago•0 comments

I Built LogAI: The AI Memory Assistant I Always Wanted

https://www.logai.chat/
2•xilong88•4m ago•1 comments

Gemini CLI Tips and Tricks

https://github.com/addyosmani/gemini-cli-tips
2•mustaphah•6m ago•0 comments

Show HN: Duck-UI – Browser-Based SQL IDE for DuckDB

https://demo.duckui.com
1•caioricciuti•8m ago•0 comments

95% of kids with "bubble boy" disease cured by one-time gene therapy

https://newatlas.com/disease/ada-scid-gene-therapy-cure/
1•alexcos•9m ago•0 comments

Tracking Down a Regression in Mesa 3D

https://vkoskiv.com/mesa-regression/
1•2ndbigbang•11m ago•0 comments

Show HN: InDom – 3.8KB modern JavaScript auto-cleanup DOM library

https://github.com/constcallid/indom
1•constcallid•11m ago•0 comments

Rust Jobs September 2025

https://filtra.io/rust/jobs-report/sep-25
1•weinzierl•13m ago•0 comments

What Happened in 2007?

https://whathappenedin2007.com/
1•AJRF•19m ago•0 comments

AI-assisted coding: solving the wrong problem

https://www.ufried.com/blog/ai_assisted_coding/
1•BinaryIgor•19m ago•0 comments

Organic Skincare and Haircare

https://naturallycos.com.au/
1•sgloss•24m ago•0 comments

bbcli – A TUI and CLI to browse BBC News like a hacker

https://github.com/hako/bbcli
2•wesleyhill•29m ago•1 comments

Join SAP Devtoberfest 2025, learn, and earn the chance to win the grand prize

https://community.sap.com/t5/devtoberfest-discussions/devtoberfest-badge-checker-is-available-for...
1•yogananda•30m ago•1 comments

The Moon is leaving us Slowly

https://rodgercuddington.substack.com/p/the-moon-is-leaving-us-very-very
2•freespirt•31m ago•0 comments

Python as a Configuration Language (Via Starlark)

https://openrun.dev/blog/starlark/
1•birdculture•33m ago•0 comments

A 15yo autistic boy's tinkering triggered WA's biggest ever data breach

https://www.abc.net.au/news/2025-10-17/joshua-unwittingly-triggered-major-wa-health-data-breach-a...
1•breve•34m ago•0 comments

Show HN: Free AI Email Newsletter Generator

https://www.aiemailnewsletter.com
1•ignalex•36m ago•0 comments

Not possible to logout from one Google account, or change your default profile?

2•davikr•37m ago•0 comments

Podcast Magic

https://podcastmagic.app/
1•mitchbob•37m ago•0 comments

Europe's Erasmus founder Sofia Corradi dies, aged 91

https://www.thelocal.com/20251019/europes-erasmus-founder-sofia-corradi-dies-aged-91
2•lukasgelbmann•40m ago•0 comments

Software is now eating itself

https://devpg.substack.com/p/software-is-eating-the-world-now
2•damethos•41m ago•1 comments

Software Can Be Finished

https://rosswintle.uk/2025/10/software-can-be-finished/
1•weinzierl•43m ago•0 comments

How to hire the best people you've ever worked with (2007)

https://fictivekin.github.io/pmarchive-jekyll/how_to_hire_the_best_people.html
1•tao_oat•49m ago•0 comments

The future of Python web services looks GIL-free

https://blog.baro.dev/p/the-future-of-python-web-services-looks-gil-free
4•gi0baro-dev•49m ago•0 comments

Global Nursery Rhymes Paradise

https://beddysongs.com/
1•yimiqidage001•52m ago•0 comments

Gemini in Google Home Keeps Mistaking My Dog for a Cat

https://www.wired.com/story/gemini-in-google-home-keeps-mistaking-my-dog-for-a-cat/
3•quapster•53m ago•0 comments

Worry About AI

https://ai-unltd.com/p/why-you-should-worry-about-ai
1•KashyapArjun•54m ago•0 comments

Scaling up osmotic energy: Sweetch secures €25M Series A

https://www.aquatechtrade.com/news/water-treatment/osmotic-energy-sweetch-25-million-investment
2•Rygian•54m ago•0 comments

The first digital veteran ID card launches today

https://news.sky.com/story/the-first-digital-id-launches-today-13451263
1•b16m•55m ago•0 comments
Open in hackernews

Show HN: Crossword Creator – Browser-based crossword puzzle maker

https://crossword-creator.com/
1•bartek_gdn•1h ago
I built a full-featured crossword puzzle creator that runs entirely in the browser. It uses advanced constraint satisfaction algorithms to automatically suggest words that fit your grid pattern.

Try it here: https://crossword-creator.com

Why?

A few years back I got into crosswords and created an android app for solving them, to create content though I had to make my own puzzles. Existing tools were either too basic or required desktop software, so I slowly built a workflow in the browser. With a bit of Claude's help, I decided to move the whole process to a frontend app and share it with others.

Who is this for?

Anyone who wants to create custom crossword puzzles easily in the browser, whether for personal use, educational purposes, or publishing. It is a nice exercise to do in school, or to create themed puzzles for events (birthdays, holidays, etc).

Key features: - Fully client-side: No backend, all processing in-browser, privacy-friendly - 4-step workflow: Construct grid pattern → Fill with words → Add clues → Generate PDF - Smart word suggestions: Solver algorithm running in Web Worker - Multiple dictionaries: English, Polish, French + support for custom word lists - Keyboard shortcuts: Full keyboard navigation for speed - Auto-save: Your work is saved as you go - Export options: Generate PDFs for printing

Technical highlights: - Advanced backtracking constraint satisfaction solver with forward checking - Most constrained variable heuristic for efficient solving - Web Workers prevent UI blocking during computation - Command pattern with undo/redo functionality - Built with React + TypeScript + Vite

Current status: Fully functional and deployed. Working on adding better dictionary filtering to support themes.

Would love feedback from the HN community! What features would you want to see in a crossword creator?