frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

'Incoherent': Hegseth's Anthropic ultimatum confounds AI policymakers

https://www.politico.com/news/2026/02/26/incoherent-hegseths-anthropic-ultimatum-confounds-ai-pol...
1•hackernj•34s ago•0 comments

New AirSnitch attack breaks Wi-Fi encryption in homes, offices, and enterprises

https://arstechnica.com/security/2026/02/new-airsnitch-attack-breaks-wi-fi-encryption-in-homes-of...
1•rmason•43s ago•0 comments

Specs Should Be Equations, Not Essays

https://fromanengineersight.substack.com/p/specs-should-be-equations-not-essays
1•ben8t•1m ago•0 comments

An official VS Code extension for FastAPI

https://marketplace.visualstudio.com/items?itemName=FastAPILabs.fastapi-vscode
1•seaquenched•3m ago•0 comments

30k Peptides and a GPU That Wasn't Trying Hard Enough

https://carolinacloud.substack.com/p/30000-peptides-and-a-gpu-that-wasnt
2•bojangleslover•4m ago•0 comments

MLS's calendar flip is coming. Clubs are planning how to exploit it

https://www.theguardian.com/football/2026/feb/18/mlss-calendar-flip-is-coming-clubs-are-already-p...
1•PaulHoule•5m ago•0 comments

anthropics/skills: Public repository for Agent Skills

https://github.com/anthropics/skills
1•Anon84•6m ago•0 comments

Happy Map

https://pudding.cool/2026/02/happy-map/
1•frizlab•6m ago•0 comments

Show HN: MongoClaw, A mutation runtime for MongoDB with write-time agent safety

https://github.com/supreeth-ravi/mongoclaw
2•supreeth_ravi•7m ago•0 comments

Ibex – Typed DataFrame DSL

https://bobjansen.github.io/Ibex/
1•Bootvis•7m ago•0 comments

Stripe closed my account – no notice – my LLC was registered using Stripe Atlas

3•travelyesim•8m ago•0 comments

Show HN: Quantumopt – GNN-based quantum circuit compiler (34% gate reduction)

https://github.com/Nsyamala1/quantumopt
1•Naveen_S1•8m ago•0 comments

AI writing makes me want to throw up a little bit in my mouth

https://twitter.com/jasonfreedman/status/2027086490489254207
1•rmason•8m ago•0 comments

Stripe closed my account – no notice – my LLC was registered using Stripe Atlas

2•travelyesim•8m ago•0 comments

One-Instruction Set Computer

https://en.wikipedia.org/wiki/One-instruction_set_computer
1•E-Reverance•9m ago•0 comments

Prompt Repetition Improves Non-Reasoning LLMs

https://arxiv.org/abs/2512.14982
1•ajoy•9m ago•1 comments

France honors last newspaper hawker in Paris with knighthood

https://www.npr.org/2026/02/20/g-s1-110565/france-paris-newspaper-seller-knighthood-chevalier-ali...
1•speckx•9m ago•0 comments

Show HN: Octrafic – Natural language API testing CLI

https://github.com/Octrafic/octrafic-cli
1•mbadyl•9m ago•1 comments

The Looming Taiwan Chip Disaster That Silicon Valley Has Long Ignored

https://www.nytimes.com/2026/02/24/technology/taiwan-china-chips-silicon-valley-tsmc.html
1•ajoy•10m ago•0 comments

Low-key US mountains offer ways to avoid getting 'priced out of skiing'

https://www.cnn.com/2026/02/25/travel/ski-resorts-united-states-low-key-affordable
2•mooreds•11m ago•0 comments

Show HN: The AltStack – A directory of 450 open-source SaaS alternatives

https://github.com/altstackHQ/altstack-data
1•AltStackHQ•11m ago•1 comments

CrowdStrike 2026 global threat report

https://go.crowdstrike.com/2026-global-threat-report.html
1•chha•12m ago•0 comments

David Johnson-Davies Brings Espressif's ESP32-P4 to the Feather Form Factor

https://www.hackster.io/news/david-johnson-davies-brings-espressif-s-powerful-esp32-p4-to-the-fea...
2•HardwareLust•12m ago•1 comments

The Agent Operating System: OpenFang

https://www.openfang.sh/
1•zakkg3•13m ago•0 comments

Cutting Cypher Query Latency: Streaming Traversal and Query Shape Specialization

https://github.com/orneryd/NornicDB/discussions/23
1•orneryd•14m ago•0 comments

AI powered migration from Postgres to ClickHouse

https://clickhouse.com/blog/ai-powered-migraiton-from-postgres-to-clickhouse-with-fiveonefour
1•craneca0•15m ago•0 comments

Rob Grant, co-creator of Red Dwarf, has died

https://www.ganymede.tv/2026/02/rob-grant-rip/
3•stuartmemo•15m ago•0 comments

The PaaS Graveyard: Why Platforms Keep Dying and Developers Keep Migrating

https://blog.cloud66.com/paas-graveyard-why-platforms-keep-dying
1•mooreds•16m ago•0 comments

Solid Principles in React: SRP, OCP and Dip

https://jsdev.space/react-solid-srp-ocp/
1•javatuts•19m ago•0 comments

Musk touts California robotaxis but Tesla does nothing to get permits

https://finance.yahoo.com/news/musk-touts-california-robotaxis-tesla-110542936.html
3•kklisura•20m ago•0 comments
Open in hackernews

Show HN: I built a local AI-powered Ouija board with a fine-tuned 3B model

https://github.com/SurceBeats/Planchette
4•SurceBeats•1h ago

Comments

SurceBeats•1h ago
The workflow is quite simple, you type a question, the planchette moves across the Ouija board spelling the answer letter by letter. The board shakes, glows or flickers depending on the spirit's mood. Runs fully offline using llama-cpp-python. Model auto-downloads from HuggingFace.

You can run it from source or using the Docker Compose, it also has real-time crisis detection, if someone shows signs of distress, a helpline banner appears. Even a fake spirit board shouldn't ignore real pain, I guess. Would love feedback on the UX and the model behavior!

andsoitis•1h ago
Thanks for sharing your work.

Do you have writeup (or rough notes) on how you did the model fine-tuning?