frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

Second Me: an open-source prototype where you craft your own AI self

https://github.com/mindverse/Second-Me
1•mountainview•3m ago•0 comments

Energy Efficient Buildings with Walls, Floors and Ceilings Like Elephant Ears

https://drexel.edu/news/archive/2025/July/vascular-building-materials
1•gnabgib•3m ago•0 comments

Hands-On Machine Learning with Scikit-Learn and PyTorch

https://www.oreilly.com/library/view/hands-on-machine-learning/9798341607972/
1•leopoldj•4m ago•0 comments

Meta Hires Two Key Apple AI Experts After Poaching Their Boss

https://www.bloomberg.com/news/articles/2025-07-17/meta-hires-two-key-apple-ai-experts-after-poaching-their-boss
1•mfiguiere•6m ago•0 comments

Lessons I'd Tell My 12-Year-Old Self

https://henriquegodoy.com/blog/reflections
1•henriquegodoy•11m ago•0 comments

Tintin: Why a Belgian Boy Reporter Feels Like He Belongs to the World

https://medium.com/@jessenazario/tintin-why-a-belgian-boy-reporter-feels-like-he-belongs-to-the-world-0bd579443420
2•thunderbong•15m ago•0 comments

Lina Khan explains the FTC to Twitch streamers [video]

https://www.youtube.com/watch?v=sVayhzmuSFE
1•momojo•16m ago•0 comments

Beware of 'Swiper,' a Fox at Grand Teton Park with a Penchant for Footwear

https://www.nytimes.com/2025/07/17/us/beware-of-swiper-a-fox-at-grand-teton-park-with-a-penchant-for-footwear.html
3•JumpCrisscross•17m ago•0 comments

Iceberg, the Right Idea – The Wrong Spec – Part 2 of 2: The Spec

https://database-doctor.com/posts/iceberg-is-wrong-2.html
1•karsinkk•17m ago•0 comments

My favorite use-case for AI is writing logs

https://newsletter.vickiboykis.com/archive/my-favorite-use-case-for-ai-is-writing-logs/
3•todsacerdoti•18m ago•0 comments

Replacing bread with oat β-glucan bread fails to lower diabetes risk markers

https://medicalxpress.com/news/2025-06-daily-bread-oat-glucan-key.html
2•PaulHoule•19m ago•0 comments

Reducing the Cybersecurity Risks of Portable Storage Media in OT Environments [pdf]

https://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.1334.ipd.pdf
1•gnabgib•19m ago•0 comments

GitHub abused to distribute payloads on behalf of malware-as-a-service

https://arstechnica.com/security/2025/07/malware-as-a-service-caught-using-github-to-distribute-its-payloads/
2•coloneltcb•21m ago•0 comments

Created a Jeopardy trainer using archived questions

https://github.com/ammiranda/jeopardy_archive_trainer
3•ammiranda•22m ago•1 comments

I want to help automate your business insights

https://www.trynexus.io/
1•nikpil•33m ago•1 comments

Humans used to have straighter teeth – what changed?

https://www.nationalgeographic.com/health/article/crooked-teeth-human-evolution-jaw-size
1•bookofjoe•34m ago•1 comments

The Silicon Valley push to breed super-babies

https://www.washingtonpost.com/technology/2025/07/16/orchid-polygenic-screening-embryos-fertility/
2•pabs3•34m ago•2 comments

Running NetBSD on my Amiga 4000

http://sandervanderburg.blogspot.com/2025/02/running-netbsd-on-my-amiga-4000.html
4•doener•35m ago•1 comments

Running Linux on my Amiga 4000

http://sandervanderburg.blogspot.com/2025/01/running-linux-on-my-amiga-4000.html
2•doener•36m ago•0 comments

Conferences, Clarity, and Smokescreens

https://infrequently.org/2025/06/conferences-clarity-and-smokescreens/
1•pragmatic•36m ago•0 comments

What everyone gets wrong about AI customer support

https://www.mux.com/blog/all-the-wrong-ways-to-think-about-ai-customer-support
1•dylanjha•39m ago•0 comments

No vegan milk is equivalent to dairy, nutritionists conclude

https://www.thetimes.com/life-style/health-fitness/article/plant-based-milk-cows-nutrition-ct7dlbxgl
2•josephcsible•40m ago•2 comments

Using Typst to Typeset Novels

https://splinterton.com/blog/typst_notes/
3•raybb•44m ago•0 comments

Pair-Instability Supernova

https://en.wikipedia.org/wiki/Pair-instability_supernova
1•dustingetz•44m ago•0 comments

Reflections from Toxic Engineering Teams

https://resync-games.com/blog/engineering/toxic-teams
2•kadhirvelm•46m ago•1 comments

Mammals Evolved into Ant Eaters 12 Times Since Dinosaur Age, Study Finds

https://news.njit.edu/mammals-evolved-ant-eaters-12-times-dinosaur-age-study-finds
8•zdw•46m ago•1 comments

23andMe is out of bankruptcy. You should still delete your DNA

https://www.washingtonpost.com/technology/2025/07/17/23andme-bankruptcy-privacy/
4•1vuio0pswjnm7•47m ago•0 comments

Im using p5.js in production for a simplistic video/type editor

https://www.typecut.xyz/
2•ghostuniversity•49m ago•0 comments

Accelerate Generative AI Inference with Nvidia Dynamo and Amazon EKS

https://aws.amazon.com/blogs/machine-learning/accelerate-generative-ai-inference-with-nvidia-dynamo-and-amazon-eks/
1•dtap•49m ago•0 comments

Robots in China are riding the subway to make 7-Eleven deliveries

https://www.popsci.com/technology/robots-in-china-subway-7-eleven-deliveries/
2•domofutu•50m ago•0 comments
Open in hackernews

Show HN: Being a "100x developer": added DB adapters for MySQL, Postgres, SQLite

https://github.com/Qbix/Platform/commits/refactor/DbQuery/
1•EGreg•4h ago

Comments

EGreg•4h ago
I wanted to share with HN what I've been building, especially from the point of view of productivity in 2025!

This is a branch of my main platform, that I've been working on for years. I've written and expanded the original database layer over the years, and kept tweaking and improving it with my developers:

https://qbix.com/platform/guide/database (Database Layer)

https://qbix.com/platform/guide/models (ORM Layer on top of it)

I've had it working with MySQL the entire time, and been putting off refactoring the actual code base so I can add adapters. There were a lot of nuances, including how to roll back transactions on uncaught exceptions, etc.

Lately with AI, I feel like a "100x developer", and I wanted to see if I could finally refactor the whole thing in a few hours and introduce adapters for Postgres and SQLite as well.

Well, it took me about 3 hours, but I did it, with the help of OpenAI's 4o model. I can share with you the techniques I used to refactor and ensure correctness, testing, etc. The refactor was pretty huge, as you can see. But it got done in 3 hours.

When the refactor was done, it was trivial to add adapters for Postgres and SQLite.

Takeaways:

1. knowing how things work under the hood, and having experience / good instincts for how to structure code, has become more important than ever. You can now do this kind of stuff alone without any junior devs, and become a "100x developer".

2. Hubris aside, you should always push to a branch so other developers (and their AIs) can produce good test coverage and put your code through the paces, to ensure there were no regressions from previous code.

3. Run your diffs through the model as well, here is an example: https://chatgpt.com/share/68794d8f-b200-800a-8a63-dde1d62ad5...