Hacker News

New stories

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

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