Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Escaping Docker's Hypervisor(accomplish.ai ↗)
    1comments
  2. Testing Jev as a validation gate for drug-discovery agents(frederickparsons.substack.com ↗)
    discuss
  3. Jevmetrics – probabilistic metric reduction inside OpenTelemetry(github.com/ishantanu ↗)
    discuss
  4. Solving rubiks cubes "without search"(arxiv.org ↗)
    discuss
  5. Firefox Telemetry Dictionary(telemetry.mozilla.org ↗)
    1comments
  6. Finding Bugs(matklad.github.io ↗)
    discuss
  7. What do you think is the prevalence of this phenomenon in current AI discourse?(wikipedia.org ↗)
    2comments
  8. Economics Nobel Laureates' Letter Supporting the California Billionaire Tax [pdf](gabriel-zucman.eu ↗)
    2comments
  9. Markers to Deter Human Intrusion into Waste Isolation Pilot Plant (1993) [pdf](gwern.net ↗)
    discuss
  10. ZK-JPEG: Zero-Knowledge Image Editing and Compression(iacr.org ↗)
    discuss
  11. Disney+ changes subscriber agreement to allow ads on every plan(dexerto.com ↗)
    1comments
  12. Screens Ubiquitous in Classrooms; Teachers Split on Efficacy(gallup.com ↗)
    discuss
  13. Tiny radio transmitters reveal a hidden survival tactic in birds(theconversation.com ↗)
    discuss
  14. The Working Class Face a 'Class Ceiling' in Elite Occupations(nytimes.com ↗)
    1comments
  15. Proxmox runs QEMU-img convert with cache=unsafe; write errors are dropped(proxmox.com ↗)
    discuss
  16. No Easy Fix for Bogus Respondents in Online Opt-In Polls(pewresearch.org ↗)
    discuss
  17. I scraped all the ivf cycles that have ever been posted on the internet(eggs.help ↗)
    discuss
  18. A social network where posts are minigames generated from tweet-sized prompts(gamecrumbs.online ↗)
    1comments
  19. Vitaebase – an interactive map of longevity research(vitaebase.net ↗)
    2comments
  20. FBI memo warned ICE agents could be targeted by fake 'tradwife' dating profiles(theguardian.com ↗)
    1comments
  21. Show HN: Jev to JSON-Schema(github.com/kiln-ai ↗)
    discuss
  22. Warning Signs [Economics of AI](newleftreview.org ↗)
    discuss
  23. A Consciousness Is a Dedekind Cut(evalapply.org ↗)
    discuss
  24. Frustrated at state of commentary of economic impact of AI
    discuss
  25. A new kind of AI model from a ChatGPT inventor is thrilling developers(techcrunch.com ↗)
    discuss
  26. Unsolved Historical Ciphers(dbourdeau.github.io ↗)
    discuss
  27. The lucrative business of reactionary AI-generated posts on Facebook(lemonde.fr ↗)
    discuss
  28. DNS Honeypots Don't Fail at Banners,They Fail at the Protocol(medium.com/meetcyber ↗)
    discuss
  29. Open Weights Are Good. Open Source Is Better(opensource.org ↗)
    1comments
  30. The senior engineer death spiral(sunilpai.dev ↗)
    1comments

Ask HN: Are there any books or online courses that changed the way you program?

2 pointsby 1h ago
2 comments
I am currently going through the course CS61B from UC Berkeley. The videos and assignments are open for the public. I am doing the Spring 2025 one. I haven't had a formal CS education.

The quality of the course blows my mind. I am fascinated. I want to learn more about CS and programming. I want to become a better engineer.

Which courses or books or topics should I study thoroughly? Can you provide links to the resources if possible?

1h agoHN ↗

Data Structures and Algorithms is foundational, other core courses in a CS program are Operating System, Programming Languages, and Computer Architecture. A good way to find the books is to look at the course syllabus, each has a well known and widely used book. YouTube is great for courses, use the filter for playlists.

Not exactly the material you queried into, but I have found being around the Go ecosystem to have been influential, legends of CS designed the language in the "service of software engineering"

Go has less fancy PL things, so the team can focus on making the more minimal set as good as they can, and the Go CLI comes with an amazing set of tools for the broader workflow in SDLC. There are some real gems in Go's source, check out some of the 'internal/' directories