frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Citations Ruined Science

https://davidoks.blog/p/how-citations-ruined-science
1•jprs•12s ago•0 comments

Are closed social networks inevitable? (2010)

https://danluu.com/open-social-networks/
1•downbad_•1m ago•0 comments

Knowledge Infra for Agents and Humans

https://dosu.dev
1•devstein•1m ago•0 comments

LandingRank – community-ranked landing page directory with daily Elo battles

https://landingrank.com
1•_FakeBanana_•1m ago•0 comments

Systems Are Visual – This Is a Better Way to Write Them

https://toolkit.whysonil.dev/lab-notebook/
3•otterwilde2•4m ago•0 comments

Vitexec – allow agents to test Vite apps through injected code

https://www.youtube.com/watch?v=yhIOSjp6pqs
1•BelaBohlender•4m ago•0 comments

They Left Receipts: Inside Charming Kitten's Crypto Procurement Network

https://caudena.com/charming-kitten-crypto-procurement-network/
2•caudena•6m ago•0 comments

8 in 10 Chatbots Inclined to Assist Users in Planning Attacks

https://www.statista.com/chart/36156/instances-where-chatbots-assisted-users-plan-a-violent-attack/
2•laurex•6m ago•0 comments

AI evals are becoming the new compute bottleneck

https://huggingface.co/blog/evaleval/eval-costs-bottleneck
2•gmays•8m ago•0 comments

Tera – System for structuring and testing complex ideas

https://github.com/Yggdrasilcsui/TERA/discussions/1�
2•Yggdrasilcsui•10m ago•0 comments

Ask HN: What's your favorite tech talk?

1•downbad_•11m ago•2 comments

Are you just an .md file?

https://deathbyclawd.com
1•laurex•12m ago•0 comments

When 'if' slows you down, avoid it

https://easylang.online/blog/branchless
1•birdculture•12m ago•0 comments

Cisco Announces End of Life for Smartlook

https://www.uxwizz.com/blog/smartlook-shutting-down
1•XCSme•13m ago•1 comments

Codex pets now work in Claude Code

https://github.com/danielkempe/clawdex
1•danielkempe•13m ago•1 comments

Computer Science, Software Engineering, and Vibe Coding

https://compsciforvibing.substack.com/p/computer-science-software-engineering
1•ingve•13m ago•0 comments

Poll: Midterms' new big players pushing agendas that voters don't support

https://www.politico.com/news/2026/05/03/poll-ai-crypto-super-pacs-voter-skepticism-midterms-0090...
1•1vuio0pswjnm7•14m ago•0 comments

Need Some Testers

1•kvthweatt•15m ago•1 comments

AI systems are about to start building themselves

https://importai.substack.com/p/import-ai-455-automating-ai-research
2•momentmaker•16m ago•0 comments

Chinese court rules companies can't fire workers just because AI is cheaper

https://www.tomshardware.com/tech-industry/artificial-intelligence/chinese-court-rules-companies-...
3•Imustaskforhelp•17m ago•0 comments

New Mexico seeks restrictions on Meta apps and algorithms in trial's 2nd phase

https://apnews.com/article/meta-new-mexico-social-media-child-safety-0ee254c8e8b37c9c28cea591d661...
1•1vuio0pswjnm7•17m ago•0 comments

Building GitHub Canarytokens: A rant about Audit Log gaps

https://blog.bored.engineer/github-canarytokens-5c9e36ad7ecf?source=friends_link&sk=57cd6a6d5c191...
1•innoying•18m ago•0 comments

Where to buy a non-Apple, non-Google smartphone

https://www.theregister.com/2026/05/01/buy_a_foss_fondleslab/
1•fsflover•19m ago•1 comments

Grasping at the Future of Programming Languages

https://ideasthetician.substack.com/p/grasping-at-the-future-of-programming
2•totemandtoken•19m ago•1 comments

Reminder: Backup Your Blog

https://forkingmad.blog/backup-blog/
2•speckx•20m ago•0 comments

Windows' Default Browser Protection (2025)

https://binary.ninja/2025/03/25/default-browser-upcd.html
1•d3nit•21m ago•0 comments

How (and why) we rewrote our production C++ front end infrastructure in Rust

https://blog.nearlyfreespeech.net/2026/04/17/how-and-why-we-rewrote-our-production-c-frontend-inf...
1•blakewatson•21m ago•0 comments

Ask HN: Is a hands-off, family-friendly, de-Googled "home lab" feasible?

1•strix_varius•21m ago•2 comments

Redis array: short story of a long development process

https://antirez.com/news/164
2•antirez•22m ago•0 comments

Show HN: Rudel – Claude Code / Codex sessions reveals 9 types of AI coder

https://app.rudel.ai/wrapped
3•keks0r•23m ago•0 comments
Open in hackernews

A Spec Driven Back end development platform which help in build, evolve safely

2•undermineduser•1h ago
I had build a CLI tool which help to scaffold the full project with docker, make, database setup.

https://go-bootstrapper-docs.vercel.app/. I found there are a many scaffolding tools like buffalo, vgo, bllueprint etc which does the same thing offering variety of features like db, router options.

In my case i have added a flag option where users can create a project using a YAML file. the thought process for this thing was to make the project spec driven or config driven where users can know which part does what?. then i made it more furthur in which i integrated with LLM (groq / ollama using docker). so now user just type what they want to build an you get YAML which then can be used to create the project. (Al does not generate code here.)

So for a long time i had a thought going in my head, to make a dedicated platform like lovable (I know i will get some comments about this but it is not what you think i am thinking in different way).

can we think of a platform or a tool which is spec driven where users enters their requirements or prompt, and we can see the project generation without any manual setup, architecture diagram which is synced with the project and more features.

I am thinking of building it like decide and design first -> approve -> create -> evolve. maybe if this work my next goal is to enforce best architectural best practices for production grade, integration with external API and make deployment less painful (I've to figure out.).

I know their are tools like replit, base44 which has same purpose but i want to give it a try and build something valuable.

If you have any suggestions, thoughts, or any thing they want to, they can in comment. I'd love to know your thought on this topic because i am thinking about this thing for couple of months.