frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

Cross-Compiling Common Lisp for Windows

https://www.fosskers.ca/en/blog/cl-windows
1•todsacerdoti•1m ago•0 comments

Jane Austen's Boldest Novel Is Also Her Least Understood

https://www.nytimes.com/2025/06/27/books/review/jane-austen-mansfield-park.html
1•lermontov•2m ago•0 comments

Guidelines for buildable and testable code examples

https://pigweed.dev/docs/contributing/docs/examples.html
2•kaycebasques•3m ago•0 comments

Go is an 80/20 language

https://blog.kowalczyk.info/article/d-2025-06-26/go-is-8020-language.html
1•todsacerdoti•3m ago•0 comments

Converging AI and HPC: Design and Optimization of a CGRA Architecture [pdf]

https://cogarchworkshop.org/assets/papers/paper_3.pdf
1•matt_d•4m ago•0 comments

(Experiment) Colocating agent instructions with eng docs

https://technicalwriting.dev/ai/agents/colocate.html
1•kaycebasques•5m ago•0 comments

Multi-Stage Programming with Splice Variables

https://tsung-ju.org/icfp25/
1•matt_d•11m ago•0 comments

We need a censorship-resistant truth protocol – I have the idea, not the skills

2•PowerQuestion•14m ago•0 comments

When cars outsmart their drivers

https://www.carsandhorsepower.com/featured/when-cars-outsmarted-their-drivers
1•Anumbia•15m ago•0 comments

Meta is offering multi-mn pay for AI researchers,but not $100M signing bonuses

https://techcrunch.com/2025/06/27/meta-is-offering-multi-million-pay-for-ai-researchers-but-not-100m-signing-bonuses/
2•pranay01•23m ago•0 comments

How we made a Ruby method faster

https://nickholden.io/how-we-made-a-ruby-method-200x-faster
1•mooreds•27m ago•0 comments

Generative AI and Code Security – recent developments as of June 2025

https://www.youtube.com/watch?v=NxOehfOfB6c
2•croemer•31m ago•0 comments

Hubert Dreyfus's views on artificial intelligence

https://en.wikipedia.org/wiki/Hubert_Dreyfus%27s_views_on_artificial_intelligence
1•Hooke•32m ago•0 comments

Paul Graham as a Service

https://paulgraham.resurrect.space/?new=chat
2•vednig•34m ago•0 comments

A Practical Mid-Side Decoder Circuit

https://paia.com/msdecwork/
1•brudgers•42m ago•0 comments

The Problem with Video Essays [video]

https://www.youtube.com/watch?v=IsiKUsrqFkc
2•Kye•43m ago•1 comments

Stop Killing Games

https://www.stopkillinggames.com/
1•bitbasher•43m ago•0 comments

These Funds Are Yield Magicians. How Do They Do It?

https://www.wsj.com/finance/investing/these-funds-are-yield-magicians-how-do-they-do-it-ea63151a
1•kamaraju•45m ago•1 comments

Australia's TGA interim report: move supplements high in B6 to secure shelves

https://www.abc.net.au/news/2025-06-28/tga-takes-action-over-b6-toxicity/105470210
1•ggm-at-algebras•46m ago•0 comments

Genesis Modular Electronics Platform

https://axiometa.ai/genesis/
2•sohkamyung•48m ago•0 comments

The heart of software engineering still beats

https://annievella.com/posts/the-heart-of-software-engineering-still-beats/
1•brunooliv•48m ago•0 comments

Chickoban: A Sokoban Clone

https://github.com/aabiji/chickoban
1•aabiji•50m ago•1 comments

Chat with your Google Analytics data for free

https://userpath.co/chat
1•stewones•52m ago•0 comments

The Ten Commandments for Using Hand Tools

https://roberthoward.com.au/the-ten-commandments-for-using-hand-tools/
3•s4074433•55m ago•1 comments

Is your gut microbiome a calorie 'super harvester'?

https://phys.org/news/2025-06-gut-microbiome-calorie-super-harvester.html
4•PaulHoule•59m ago•0 comments

Authorship for sale: Nature investigates how paper mills work

https://www.nature.com/articles/d41586-025-01824-3
1•hilux•1h ago•0 comments

Neuralink Update, Summer 2025

https://twitter.com/elonmusk/status/1938671214119285223
2•kodisha•1h ago•0 comments

Ask HN: Documenting the behavior of Microsoft of destroying true sleep

4•tryauuum•1h ago•0 comments

FineWeb2: Adapting Pre-Training Data Processing to Every Language

https://arxiv.org/abs/2506.20920
3•hynky•1h ago•0 comments

Cooling Chips with Lasers

https://www.tomshardware.com/tech-industry/cooling-chips-with-lasers-innovative-cooling-method-removes-heat-precisely-from-hot-spots-recycles-heat-into-energy
1•kristianp•1h ago•0 comments
Open in hackernews

Show HN: GPU market is absurd! So I built a dashboard of pricing/restock trends

https://gpuisfine.singhkays.com
3•singhkays•4h ago
Hey HN!

This idea started with me not being able to buy a GPU and constantly losing to bots/scalpers. I figured I'd use this as way to see how far I can get with 'vibe-coding and designing'*.

The end result was pretty far! Here are more details of behind the scenes. In a future blog post, I'll detail behind the scenes process of building this.

- The landing page is React/Typescript/Tailwind.css (which I've never used before)

- The dashboard is based on Evidence.dev - which is SQL queries in Markdown + little bit of custom Javascript for chart formatting (again never used before :)

- Just being able to get an idea like this in my head into existence would have taken me many months of Stack overflow/Google research to first learn React/Typescript/Javascript but this took about a month (~1-2 hr a day)

* 'Vibe-coded' is often a misnomer i.e. people sometime think it's a magic pill. From building this I can tell you that you can't just will the site into existence like a genie's wish. It still took significant effort to guide the LLM, debug when things go wrong, need to have an idea of design and taste of what to build and how to make it look good, work on many iterations. There were probably 500 iterations between the first and the final iteration.