Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Show HN: I made Niri-like terminal colm (cmux alternative)(colm.sh ↗)
    discuss
  2. NASA-IBM Lunar Foundation open-Source Geospatial AI Model(usra.edu ↗)
    discuss
  3. Show HN: Seal – Letters and passwords that open for your family after you die(github.com/jasonepage ↗)
    discuss
  4. A Black-Box Audit of Provider-Side Token Inflation in LLM Services(arxiv.org ↗)
    discuss
  5. San Francisco Onion Futures Company(onionfutures.com ↗)
    3comments
  6. OpenLoco Version 26.09 Released(openloco.io ↗)
    discuss
  7. Show HN: A static reference for 5,142 supplement interactions(uppervoid.app ↗)
    discuss
  8. Brownie Mary(wikipedia.org ↗)
    discuss
  9. Prompts are not deleted – they are just hidden(medium.com/istokovicsgyorgy79 ↗)
    discuss
  10. Harm Laundering in GPT Models: Gender Discrimination Transformed Rather Than(arxiv.org ↗)
    discuss
  11. Vibe coding did not kill making money out of engineering, open source and SaaS(i18n-keyless.com ↗)
    2comments
  12. Virtual Memory: Page Tables, TLBs, and Linux Internals(codingconfessions.com ↗)
    discuss
  13. Isomorphic Collapse of Primorial Modulus- Bypassing Arithmetic in Cryptanalysis(zenodo.org ↗)
    discuss
  14. Dashes suggest which model you're copy-pasting from(will-keleher.com ↗)
    1comments
  15. USB 3 Speeds Come to a Non-Pro iPhone(pxlnv.com ↗)
    1comments
  16. Reality Is the Final Verifier: On Two Key Gaps in Agentic Software Engineering(arxiv.org ↗)
    discuss
  17. The Destruction of the Scottish Canon(asteriskmag.com ↗)
    1comments
  18. OpenAI expects to burn $280B by 2030(ft.com ↗)
    discuss
  19. Left Brain, Right Brain: Facts and Fantasies(nih.gov ↗)
    discuss
  20. Static site generator for Ghost CMS(github.com/simonmo88 ↗)
    discuss
  21. Teaching Fractions According to the Common Core Standards(2011) [pdf](math.berkeley.edu ↗)
    discuss
  22. Why You Can't Overcook Mushrooms and the Science Behind Them [video](youtube.com ↗)
    discuss
  23. Bringing Back Caesar IV Online(xetera.dev ↗)
    discuss
  24. Inventor of ChatGPT and RLHF Launches Typesafe.ai(techcrunch.com ↗)
    discuss
  25. NASA's Moon Orbiter Spots New, 'Once-in-Century' Moon Crater(nasa.gov ↗)
    discuss
  26. Executive order on H-1B nonimmigrant visa administration(whitehouse.gov ↗)
    11comments
  27. A more sober look at the HuggingFace incident(wsj.com ↗)
    discuss
  28. AI Regulation and the China Question(casssunstein.substack.com ↗)
    1comments
  29. ASI risk debate with Nate Soares [video](youtube.com ↗)
    discuss
  30. Show HN: GGG – A local-first, zero-telemetry sovereign proxy daemon for AI tools(github.com/joxkxer ↗)
    discuss

A related skill that is recommended as a CS student

1 pointsby 5h ago
5 comments
I’m a computer science student about to start my second year.

I have a question that’s been on my mind all the time.

This summer, I spent most of my time solving data structures problems & alogrithms , and I’ve now reached linked lists.

I’d like to ask you: Given that you’re learning and solving problems every day, what parallel skill did you start learning—or would you recommend learning—that’s reasonable and allows you to balance your progress in data structures with this skill, which can help you track your progress?

I hope I’ve expressed my thoughts clearly.

5h agoHN ↗

Rather than a specific skill*, I would instead recommend working on a long-term project of your own design. Build something you find interesting, something so big, and with too many unknowns, that you have no idea how to make it real (yet).

Then start chipping away at it and use the points you get stuck at as places to go learn new things so you upskill. It is this meta-skill* that is among the most important to learn.

Another thing you might do, since you are at uni, is reach out to professors about their research. I did this early in my CS edu and I ended up staying for many years and earning a PhD

5h agoHN ↗

Thanks for the advice. I think I understand the idea, but I’m still not sure how to apply it at my level.

Could you give me an example of what you mean by a “long-term project” for someone at my level, and how you would balance it with continuing DSA?

5h agoHN ↗

a project can be something you always wanted to see, or some application that already exists (build your own version from scratch)

the key is that it is big and related/applied to something you like, such as a hobby

my first was a stock picking system (fool's errand), my PhD work was a system to extract math formula from data, post PhD was a deterministic code generation engine (pre-dating LLM code gen)

unfamiliar with the DSA acronym

4h agoHN ↗

Ah, I see what you mean now. By DSA, I mean Data Structures and Algorithms.

So basically, you recommend choosing something I’m genuinely interested in, even if a similar application already exists, and building my own version from scratch. Then whenever I encounter something I don’t know, I learn it as I go.