Hacker News
Superconducting Qubits Above 20 GHz Operating over 200 mK
Article URL: https://arxiv.org/abs/2402.03031
Comments URL: https://news.ycombinator.com/item?id=42216579
Points: 1
# Comments: 0
Cybertruck Values Have Cratered and Are Still Dropping
Article URL: https://jalopnik.com/cybertruck-values-have-cratered-and-are-still-dropping-1851705257
Comments URL: https://news.ycombinator.com/item?id=42216566
Points: 1
# Comments: 0
A Systematic Review of Autopsy Findings in Deaths After Covid-19 Vaccination
Article URL: https://publichealthpolicyjournal.com/a-systematic-review-of-autopsy-findings-in-deaths-after-covid-19-vaccination/
Comments URL: https://news.ycombinator.com/item?id=42216557
Points: 1
# Comments: 0
The App Store era must end, and the Mac is the model
Article URL: https://sixcolors.com/offsite/2024/11/the-app-store-era-must-end-and-the-mac-is-the-model/
Comments URL: https://news.ycombinator.com/item?id=42216545
Points: 2
# Comments: 0
React Router 7 is out
Article URL: https://reactrouter.com/7.0.1/home
Comments URL: https://news.ycombinator.com/item?id=42216539
Points: 1
# Comments: 1
Chinese phone hackers 'had access to every call in the US'
Article URL: https://www.thetimes.com/world/us-world/article/chinese-phone-hackers-salt-typhoon-us-dqv3zcb33
Comments URL: https://news.ycombinator.com/item?id=42216534
Points: 3
# Comments: 0
How to build something people will pay you for, in 5 steps
1. Look at all the problems you experience yourself, pick a painful one.
2. Talk to people who experience the same problem through DMs or surveys.
3. Build MVP that solves problem.
4. Share MVP to the same people you talked to before.
5. Improve MVP based on their feedback.
Now you have a product worth paying for.
This is how I did it for my project Buildpad and it's now at 1800+ users + 50+ paying customers, so don't say it doesn't work.
Comments URL: https://news.ycombinator.com/item?id=42216533
Points: 2
# Comments: 1
What we know about new hypersonic Oreshnik missile Russia used against Ukraine
Superconducting Qubit Hits 72 GHz, Offering Path to Scalable Quantum Systems
Silicon Valley's Obsession with AI Looks a Lot Like Religion
Article URL: https://thereader.mitpress.mit.edu/silicon-valleys-obsession-with-ai-looks-a-lot-like-religion/
Comments URL: https://news.ycombinator.com/item?id=42216525
Points: 3
# Comments: 0
Cloud Identity
Article URL: https://www.youtube.com/watch?v=L4NrawELFE8
Comments URL: https://news.ycombinator.com/item?id=42216521
Points: 1
# Comments: 1
Show HN: A data oriented TodoMVC using Replicant
Data oriented. It's been a theme throughout my rather long career. Especially the last five or so years, when I've been using Clojure in anger. But even with Clojure there are a lot of not fully data oriented ways of doing things. Building frontends (which I do for a living) has been particularly tricky to keep as data oriented as I wish. Enter Replicant https://github.com/cjohansen/replicant
Replicant is one of those libraries which make you say “I can't believe this is not React”. But it really isn't React. It brings 90% of the benefits of React, without bringing in that whole world of churn and not-so-data-oriented ways of doing things. Replicant has zero dependencies. It is created by Christian Johansen, a developer as data oriented as they come. To get where Replicant, and this TodoMVC example, comes from, have a watch at Christians JavaZone Oslo 2023 talk, Stateless Data-driven UIs https://2023.javazone.no/program/85f23370-440f-42b5-bf50-4cb...
As Replicant is a library, and not a framework, there are as many ways to use it to build TodoMVC as there are developers. This example takes inspiration from my previous favorite UI libraries, Reagent and re-frame, from which I use what I think are their best ideas. The example implements a tiny (less than 50 loc) framework and then leverages that to create perhaps the most data oriented TodoMVC ever (I am expecting to be shown a lot of examples that are as, or more, data oriented). The unit tests in the example take advantage of this and test things that you normally need to bring in browser drivers to test. The example is finished, but the tests are work in progress (about 30% done, I think).
I've tried to make the example super easy to clone and play with. And I've tried to make the README be clear and useful to understand the example and what's unique with it. Please give it a spin and tell me what you think! If you want to help with test coverage, that would be awesome too.
Comments URL: https://news.ycombinator.com/item?id=42215993
Points: 1
# Comments: 0
Dev Log #15 – Collisions
Article URL: https://dev.to/antoniodev/dev-log-15-collisions-22hn
Comments URL: https://news.ycombinator.com/item?id=42215992
Points: 1
# Comments: 0
OnlineOrNot Diaries 22 – on successfully leaving AWS Lambda
Article URL: https://maxrozen.com/onlineornot-diaries-22
Comments URL: https://news.ycombinator.com/item?id=42215987
Points: 1
# Comments: 0
US FDA finds widely used asthma drug impacts the brain
Help encourage GitHub CTO to provide updates on IPv6
Article URL: https://github.com/orgs/community/discussions/10539
Comments URL: https://news.ycombinator.com/item?id=42215974
Points: 1
# Comments: 0
Show HN: Pull Request Reviewed by LLM
This year I’ve reviewed more than 1000 code changes. Most of the time was spent catching obvious mistakes rather than debating complex design decisions. If we estimate ~10 minutes per review, that’s 160+ hours spent reviewing code in just one year.
So I thought: could I get some of that time back using LLMs?
That's why I spent the last few weekends building an LLM-based prereviewer that should take a first pass before the actual human reviewer. The results so far are promising: I estimate it can reduce the review time by 50%, which in my case would mean I save 80hours (~10 working days) per year.
Linked above is an example of a PR where I'm testing the AI reviewer and it showcase how it can detect bugs, suggest best practices about token validity, generate summary and title, and even chat with me in review comments.
The AI reviewer is a simple Github action that runs everytime I open or synchronize a pull request and you can see the source code at https://github.com/presubmit/ai-reviewer.
Comments URL: https://news.ycombinator.com/item?id=42215963
Points: 2
# Comments: 0
In the Quantum World, Even Points of View Are Uncertain
Article URL: https://www.quantamagazine.org/in-the-quantum-world-even-points-of-view-are-uncertain-20241122/
Comments URL: https://news.ycombinator.com/item?id=42215957
Points: 1
# Comments: 0
How to create psychedelics' benefits without the 'trip'
Article URL: https://www.nature.com/articles/d41586-024-03800-9
Comments URL: https://news.ycombinator.com/item?id=42215951
Points: 1
# Comments: 0
The Faery Tale Adventure – Amiga
Article URL: https://github.com/viridia/faery-tale-amiga
Comments URL: https://news.ycombinator.com/item?id=42215948
Points: 1
# Comments: 0