frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Help Me Find Missing Issues of Australian Personal Computer

https://blog.decryption.net.au/posts/apc-callout.html
1•naves•29s ago•0 comments

LoongArch Reference Manual

https://loongson.github.io/LoongArch-Documentation/LoongArch-Vol1-EN.html
1•welovebunnies•1m ago•0 comments

The new light of Jony Ive's life

https://www.wallpaper.com/design-interiors/lighting/jony-ive-lovefrom-balmuda-sailing-lantern
1•Nrbelex•3m ago•0 comments

Claude 4.5, AI Biology and World Models

https://cmpld.ai/issues/003/
1•mantcz•5m ago•0 comments

Mexico: Tax Code reform seeks permanent access to data from digital platforms

https://articulo19.org/reforma-al-codigo-fiscal-pretende-acceso-permanente-a-datos-de-plataformas...
1•CharlesW•5m ago•0 comments

Ask HN: Any local agents to help repetitive browser tasks?

2•pcdoodle•7m ago•0 comments

Claude Sonnet 4.5 is probably the "best coding model in the world", at least now

https://simonwillison.net/2025/Sep/29/claude-sonnet-4-5/
1•coloneltcb•7m ago•0 comments

RealClimate: "But you said the ice was going to disappear in 10 years "

https://www.realclimate.org/index.php/archives/2025/09/but-you-said-the-ice-was-going-to-disappea...
2•speckx•9m ago•0 comments

DIY Flight Simulator Motion Rig [video]

https://www.youtube.com/watch?v=YphV5v7aZSg
1•gregsadetsky•9m ago•0 comments

Kagi Translate appears to be down - giving HTTP 400 false positive

1•casenmgreen•9m ago•0 comments

99% of heart attack, stroke cases linked to preventable risk factors

https://www.medicalnewstoday.com/articles/heart-attack-stroke-heart-failure-linked-to-preventable...
2•akyuu•10m ago•0 comments

Olly – AI Native Observability

https://olly.new
1•pranay01•11m ago•0 comments

Why the Hertz-Amazon deal poses threats to auto dealers

https://www.cnbc.com/2025/09/29/hertz-amazon-auto-dealers.html
1•e2e4•12m ago•0 comments

An insurance company is introducing a new threat to American medicine

https://www.statnews.com/2025/09/29/cigna-downcoding-prior-authorization-doctors-bureaucracy/
2•bikenaga•14m ago•0 comments

Learn Kubernetes Security book, second edition just published

https://www.amazon.com/Learning-Kubernetes-Security-containerized-environments-ebook/dp/B0F5VZ3CRX
2•bernardoortega•15m ago•0 comments

Energy Dept. adds 'climate change' and 'emissions' to banned words list

https://www.politico.com/news/2025/09/28/energy-department-climate-change-emissions-banned-words-...
11•doener•15m ago•0 comments

The Handoff to Bots

https://kevinkelly.substack.com/p/the-handoff-to-bots
3•thm•17m ago•1 comments

DuckDB can be 5x faster than Spark at 500M record files

https://blog.dataexpert.io/p/duckdb-can-be-100x-faster-than-spark
1•peterdstallion•17m ago•1 comments

Photos show 44,000-year-old mummified wolf discovered in Siberian permafrost (2024)

https://www.livescience.com/animals/extinct-species/stunning-photos-show-44000-year-old-mummified...
1•binning•18m ago•1 comments

Buckley Institute Releases Eleventh Annual National Undergraduate Student Survey

https://buckleyinstitute.com/buckley-institute-releases-eleventh-annual-national-undergraduate-st...
1•mhb•18m ago•0 comments

A DHT for iroh – Part 1, The Protocol

https://www.iroh.computer/blog/lets-write-a-dht-1
1•g0xA52A2A•18m ago•0 comments

When AI is trained for treachery, it becomes the perfect agent

https://www.theregister.com/2025/09/29/when_ai_is_trained_for/
2•rntn•18m ago•0 comments

Omi – A Fast Pokémon Card Scanner

https://tcgscanneromi.com/
1•crovillas•19m ago•1 comments

Finding stillness and focus in the chaos of open source

https://ruthcheesley.co.uk/blog/buddhism/finding-stillness-and-focus-in-the-chaos-of-open-source
1•mooreds•19m ago•0 comments

Offshore to onshore: Europe expands carbon storage with nature-inspired tech

https://projects.research-and-innovation.ec.europa.eu/en/horizon-magazine/offshore-onshore-europe...
1•PaulHoule•20m ago•0 comments

First highway sign with Superchargers, more to come

https://twitter.com/TeslaCharging/status/1970987475951903142
1•toomuchtodo•20m ago•0 comments

Beyond Reading the RFC: How to Shape Identity Standards

https://ciamweekly.substack.com/p/beyond-reading-the-rfc-how-to-actually
1•mooreds•20m ago•0 comments

DeepSeek-v3.2-Exp: Long-Context Efficiency with DeepSeek Sparse Attention [pdf]

https://github.com/deepseek-ai/DeepSeek-V3.2-Exp/blob/main/DeepSeek_V3_2.pdf
1•g42gregory•21m ago•0 comments

Agentic Commerce Protocol

https://developers.openai.com/commerce/guides/get-started/
1•brandonb•22m ago•1 comments

Cloudflare Confidence Scorecards to Deal with Shadow IT/AI

https://blog.cloudflare.com/cloudflare-confidence-scorecards-making-ai-safer-for-the-internet/
1•nilsandrey•23m ago•0 comments
Open in hackernews

Show HN: Crazzy – An open-source AI co-pilot for Flutter

https://github.com/AbdulAlim-01/Crazzy
3•abdalim01•1h ago

Comments

abdalim01•1h ago
Hii! HN Creator of Crazzy here! The Problem: As a Flutter dev, I found myself wasting ~90% of my time on repetitive boilerplate (auth, UI scaffolding, assets, build prep) and only 10% on actual creative logic. The big AI tools are too generic and don't solve the full, Flutter-specific workflow. The Solution: I built Crazzy, an "AI co-pilot" and toolkit specifically for Flutter. The goal is to automate the entire setup process. You describe what you need in a prompt, and it generates not just the UI code, but also handles asset generation (icons, splash screens), keystores, and prepares your build files. Why Open Source? I'm building this in public and believe the best dev tools are built with the community. The core desktop app (built with Flutter Web) is fully open-source. The GitHub repo is linked. There's also a cloud version at crazzy.dev which will house more advanced, managed features in the future, but the heart of the project is open. The tech stack is Flutter, Dart, and Gemini for the core generation. I'm here all day to answer questions. Looking for your brutally honest feedback and technical critique. Thanks for checking it out.