Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Human brain is two separate organs, Stanford Medicine-led research finds(stanford.edu ↗)
    94comments
  2. If math is more than proof, we need to better celebrate the rest of it(terrytao.wordpress.com ↗)
    58comments
  3. GPT-6 Astra Solves a WWI German Radio Cipher(prinzai.com ↗)
    47comments
  4. San Francisco Onion Futures Company(onionfutures.com ↗)
    65comments
  5. Android 17 is the first since 3.x to add new APIs without releasing to the AOSP(grapheneos.social ↗)
    412comments
  6. Apple M6 Pro Achieves the Highest Single-Core CPU Score in Geekbench 7(geekbench.com ↗)
    36comments
  7. "The Secret Life of Circuits" is here(coredump.cx ↗)
    4comments
  8. Typesafe-computer-use drives a Mac toward a goal for 1/50th of a cent per step(github.com/awlevin ↗)
    48comments
  9. Cloudflare Quick Tunnels(cloudflare.com ↗)
    281comments
  10. SDCC – Small Device C Compiler(sourceforge.net ↗)
    17comments
  11. Science Is Open Software(jepedersen.dk ↗)
    38comments
  12. You can run Git on object storage if you re-make packfiles(tigrisdata.com ↗)
    15comments
  13. How to Write with an LLM(sockpuppet.org ↗)
    328comments
  14. Saving another 100TB of RAM(cloudflare.com ↗)
    78comments
  15. Why building a Rust LSP is hard(rust-glancer.github.io ↗)
    32comments
  16. How OpenAI Used Its Own LLMs to Design Its Jalapeño Chip(ieee.org ↗)
    87comments
  17. Ctenophores: Wonders of Biology(quantamagazine.org ↗)
    5comments
  18. NASA-IBM Lunar Foundation open-Source Geospatial AI Model(usra.edu ↗)
    2comments
  19. The first new cat species discovered in 100 years(nationalgeographic.com ↗)
    104comments
  20. Goroutine Leak Profiles(go.dev ↗)
    3comments
  21. OpenJev(openjev.com ↗)
    265comments
  22. Show HN: Cactus Needle 3: 8-29MB automation models can match DeepSeek V4 Flash(cactuscompute.com ↗)
    88comments
  23. Photon-Emission-Guided Laser Fault Injection Enables RP2350 Secure Debug(ledger.com ↗)
    70comments
  24. Suppress vulnerabilities applying Kubernetes context to scans(github.com/alegrey91 ↗)
    2comments
  25. Minimal Phone 2(minimalcompany.com ↗)
    223comments
  26. Veronese's Dogs(publicdomainreview.org ↗)
    discuss
  27. Cache-to-Cache: Direct Semantic Communication Between LLMs (2025)(arxiv.org ↗)
    13comments
  28. Warez: The Infrastructure and Aesthetics of Piracy (2021)(archive.org ↗)
    66comments
  29. Inside ZCode: Silently uploading your Git history to the cloud(ferstar.org ↗)
    100comments
  30. Cyclomatic Complexity in C#(ndepend.com ↗)
    19comments

Ask HN: Pursuing career as Front-End Developer. Should I pivot?

6 pointsby 3y ago
3 comments
I'm 37, and I've been brushing up on my front-end dev skills in order to get back into the industry after five years off to pursue my own business. My business pays my bills, but little else. I'm considering winding it down.

Before it, I satisfied small and mid-sized clients as a front-end contractor with my html/css/jquery/bootstrap along with design skills (I'm good with photoshop, sketch, illustrator and can make logos, presentations, and pdfs, etc.) I had no trouble getting consistent work. Unfortunately, most of my clients have moved on to bigger organizations, and I lost a back-end developer I frequently worked with to covid.

Now, half a year prior to our collective realization that AI really will change the industry along with massive layoffs, I started going deeper with javascript and am learning react, node, and tailwind. Also, a little figma and was considering webflow.

Unlike a lot of you, I'm not already in the industry, but trying to get in. The timing probably couldn't be worse. I know definitive answers aren't out there. But, would you recommend I maintain a steady course or is it likely going to be a waste of my time? If the latter, any suggestions?

3y agoHN ↗

Its really good at helping learn new stuff.

I think that's the skill I would work on. Trying to get clients and help them get stuff done while using ChatGPT to help you.

3y agoHN ↗

AI is not nearly advanced enough even with GPT 4 that I would tell someone to not get into frontend dev.

There’s super cool demos like with the guy feeding in an image of a site and the model generating functional code to match the requirements, those are crazy cool and I get the worry there but when you actually use these models (I’m a full-stack dev btw) you quickly realize that they aren’t going to take your job anytime soon. Even when they do start taking significant parts of our jobs, frontend devs will likely just become people who use models. You still have to be the chatter with chat gpt, and most non-dev people couldn’t even draw up a simple wireframe of an actually functional site.

3y agoHN ↗

"As a programmer I just copy and paste stuff from StackOverflow". This has been a meme for a long time... But SO and Google haven't killed programming jobs.

I predict (and this prediction is worth what you've paid for it), that ChatGPT and the AIs will be a good thing for programmers. If you can figure out how to work effectively with ChatGPT and Copilot and the like, smaller teams can deliver outsized results. Smaller companies can afford to do bigger things. More demand.

The Industrial Revolution didn't kill the craftsman, the craftsman started building the tooling, or designing the products or making the things that industry is bad at.

The AI is good at giving you Legos bricks. There's still a lot of room for people to plug those bricks together in new ways.

It sounds like you're in a good position, with your history, for being able to leverage the AI, because you likely know enough to be able to guide the AI when it's off in the weeds. I think that's going to become important.

My 13yo son, however, he's got a huge interest and aptitude for computers and programming, but he doesn't have the background to know when the AI is in the weeds, or when the components the AI gives him have subtle problems. Heck, he doesn't even know to ask the AI to write tests for him... This is where I'm trying to guide him.