Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Cloudflare Quick Tunnels(cloudflare.com ↗)
    111comments
  2. There's no point at which turning your brain off will work(danluu.com ↗)
    4comments
  3. An Empirical Study of Harness Design for Coding Agents(arxiv.org ↗)
    35comments
  4. Photon-Emission-Guided Laser Fault Injection Enables RP2350 Secure Debug(ledger.com ↗)
    discuss
  5. North Korean nuclear test sets off years of earthquakes(science.org ↗)
    66comments
  6. Show HN: Cactus Needle 3: 8-29MB automation models can match DeepSeek V4 Flash(cactuscompute.com ↗)
    14comments
  7. OpenJev(openjev.com ↗)
    202comments
  8. C++26: Trivial infinite loops are no longer undefined behaviour(sandordargo.com ↗)
    94comments
  9. Mathematicians Build Long-Awaited Graph Sandwich(quantamagazine.org ↗)
    4comments
  10. I vibed a proof of Conway's conjecture(overreacted.io ↗)
    96comments
  11. GrassLobster: AI Agentic Generation of Parametric Geometry Workflows(miro.vision ↗)
    3comments
  12. A heap overflow and SSO misconfiguration to compromise OpenAI internal repos(hacktron.ai ↗)
    179comments
  13. Show HN: Microsoft Office running with Wine on Linux with no virtualization(github.com/tombert ↗)
    41comments
  14. I don't like passkeys(hawksley.dev ↗)
    510comments
  15. BeanShell3 in Development(beanshell.github.io ↗)
    10comments
  16. The Shadows Lurking in the Equations – Underwater Islands(gods.art ↗)
    9comments
  17. Cekura (YC F24) Is Hiring(ycombinator.com ↗)
    discuss
  18. Jemalloc 5.4.0(github.com/jemalloc ↗)
    72comments
  19. NATS publishes preliminary report on technical incident of 8 September(nats.aero ↗)
    23comments
  20. The scourge of x86 emulation(fex-emu.com ↗)
    67comments
  21. Bonsai 2 27B: Near-Lossless Compression in a 9x Smaller Footprint(prismml.com ↗)
    176comments
  22. Warren Buffett Steps Down as Berkshire Chairman, Names Son to Replace Him(nytimes.com ↗)
    150comments
  23. US Treasuries Have Become Unappetizing for Foreign Central Banks and Governments(wolfstreet.com ↗)
    40comments
  24. Build Faster Feedback Loops Using Qualitative User Research(nseldeib.com ↗)
    discuss
  25. Qwen 3.8 Omni Flash(qwen.ai ↗)
    117comments
  26. Second Circuit Allows Government to Search Electronic Devices at the Border(knightcolumbia.org ↗)
    33comments
  27. Show HN: Scry, programmable internet search w/ congestion pricing(scry.io ↗)
    2comments
  28. How to Write with an LLM(sockpuppet.org ↗)
    192comments
  29. Pre-Greek: The lost language hidden within Ancient Greek(linguisticdiscovery.com ↗)
    60comments
  30. Microsoft exec called AI scraping 'the largest theft of labor in human history'(techcrunch.com ↗)
    621comments

Ask HN: What is the most career altering course or book you have gone through?

14 pointsby 2d ago
21 comments
Pls provide link if the course materials are available anywhere.
2d agoHN ↗

A digital electronics design course I took at the local science museum when I was 11. It was free, so what the heck, I took it on a whim. I didn't know it at the time, but it set the course of my career for the rest of my life even though I'm a software, not electronic, engineer.

2d agoHN ↗

Two books I read after 9/11 shaped my path greatly:

1.) Stasi: The Untold Story Of The East German Secret Police

ISBN #: 0813337445

2.) The Rise and Fall of the Third Reich

ISBN #: 9780671728694

Both should be available in most public libraries, but with the ISBN you can usually get almost anything via inter-library loan.

2d agoHN ↗

The Rise and Fall of the Third Reich

An amazing book. I'm not sure how it's particularly career-path-impacting, but it is fascinating being able to follow the cause and effect chain in Germany leading up to and all through the war (in excruciating detail).

2d agoHN ↗

The Boy's Second book of Electronics by Alfred Morgan(1957) introduced me to electronics circa 1975, and lead to a technical mindset and lifestyle.

2d agoHN ↗

Not a book or course per say, but based on a book:

The Gervais Principle, Or The Office According to "The Office" by Venkat [0]

Other contenders:

Sapiens by Yuval Noah Harari [1]

Haseeb qureshi's articles on Negotiating [2]

These along with er... mind-altering substances, helped me see that reality as we live it (careers, status, institutions, ect) is like software: built/programmed by humans and can be changed by shifting your perspective.

[0] https://ribbonfarm.com/series/the-gervais-principle/

[1] https://www.youtube.com/watch?v=CGhTQ4iruLc&list=PLfc2WtGuVP...

[2] https://haseebq.com/my-ten-rules-for-negotiating-a-job-offer...

1d agoHN ↗

Sounds about right. It is called failing forward. Fail forwards, fail fast and keep going.

1d agoHN ↗

Programming Perl, 1st Ed. from Larry Wall. The three great virtues of a programmer were enlightening for a fresh-outta-college beginner.

1d agoHN ↗

"The C Programming Language", by Kernighan and Ritchie.

1d agoHN ↗

"The Annotated Turing" - I didn't know you could meaningfully intertwine biography and technical analysis like that.

1d agoHN ↗

To answer the question as I misread it:

  What's the most career altering *course of action* you've gone through?

I was an IT guy, and I took a job making gears in a job shop. The pay and commute were horrible, but it was immensely satisfying. Some of the gears I helped make will still be in service in a century.

1d agoHN ↗

A/B testing.

I learned how to write high performance JavaScript code directly to the DOM without a bunch of abstraction bullshit. Turns out this proved to be a bias because our experiment code frequently executed faster and failed far less than the actual production code that went out later.

1d agoHN ↗

Code: The Hidden Language of Computer Hardware And Software by Charles Petzold.

I read it in my second year of studying computer-science during the summer break, and it completely changed how I view computing.

First of all, the contents alone are quite valuable, even though it is an old book, as it basically walks you through building a simple relay computer on paper, with a CPU, RAM, simplified input devices, teaches you Intel 8080 assembly as an example of assembly programming, and then even goes over a simplified BIOS, OS, GPU and higher-level languages at the end, and it does not assume you have any previous knowledge; it starts from the basic physics behind electricity, then goes into boolean algebra, logic gates, etc. It's basically computer-architecture for the layman.

Beyond the content of the book, I think the biggest mark it left on me is that it taught me that there is no magic behind the layers of abstraction, and that breaking problems and concepts down into simpler ones can make what initially seems like a very complex topic into something that someone can easily follow and understand.

After I read the book, a lot of things I had already learnt at university felt like they made more sense, and I then took courses like Computer Architecture and Digital Circuit Design, where I felt a lot more confident than I probably would have, had I not read that book. It definitely colored how I viewed a lot of the courses I took at university after having read it.

In my career as a software developer, I still often think about that book, and I love to learn things by re-inventing the wheel and building simpler versions of complex existing software.

19h agoHN ↗

Creativity, Inc.

It taught me to not limit my imagination and to think of creativity as a way of approaching problems rather than something limited to art. As a developer, it genuinely changed the way I think about building things.

12h agoHN ↗

How Will You Measure Your Life? by Clayton Christensen.

He basically took business strategy and applied it to personal life and career choices.

1h agoHN ↗

not career altering but worth to mention "Head First Series" when it comes to tech books.