Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. I Built Non-Autoregressive Decision Models with RL a Year Ago(convaiinnovations.com ↗)
    170comments
  2. AI-generated posters don’t have to be horrible(john.hartnup.uk ↗)
    558comments
  3. Human brain is two separate organs, Stanford Medicine-led research finds(stanford.edu ↗)
    198comments
  4. A graphical desktop for the ZX Spectrum(github.com/mindbox77 ↗)
    84comments
  5. “The Secret Life of Circuits” is here(coredump.cx ↗)
    59comments
  6. Tin: full-text search for Postgres(planetscale.com ↗)
    56comments
  7. Android 17 is the first since 3.x to add new APIs without releasing to the AOSP(grapheneos.social ↗)
    594comments
  8. Btrfs/ZFS/bcachefs under workloads classic benchmarks skip(bartosz.fenski.pl ↗)
    1comments
  9. Supabase (YC S20) Is Hiring for OrioleDB(supabase.link ↗)
    discuss
  10. Black Holes or Black Hole Stars? Astronomers Spar over 'Little Red Dots'(quantamagazine.org ↗)
    22comments
  11. New evidence for hidden chambers beyond Tutankhamun's tomb(nature.com ↗)
    13comments
  12. GPT-6 Astra Solves a WWI German Radio Cipher(prinzai.com ↗)
    144comments
  13. San Francisco Onion Futures Company(onionfutures.com ↗)
    133comments
  14. Almost Never Use AI to Write Anything Substantive(erichgrunewald.substack.com ↗)
    35comments
  15. People who know the most often sound the least certain(vrash.substack.com ↗)
    9comments
  16. Suzanne Ciani's Buchla Cookbook(echo.orpheusinstituut.be ↗)
    discuss
  17. Cloudflare Quick Tunnels(cloudflare.com ↗)
    302comments
  18. How to Write with an LLM(sockpuppet.org ↗)
    365comments
  19. If math is more than proof, we need to better celebrate the rest of it(terrytao.wordpress.com ↗)
    207comments
  20. What Zig felt like, coming from Rust(besok.github.io ↗)
    149comments
  21. You can run Git on object storage if you re-make packfiles(tigrisdata.com ↗)
    29comments
  22. Asking Authors About Their Own Papers(medium.com/tmlrorg ↗)
    50comments
  23. Saving another 100TB of RAM(cloudflare.com ↗)
    93comments
  24. SDCC – Small Device C Compiler(sourceforge.net ↗)
    26comments
  25. Communication by means of modulated Johnson noise(pnas.org ↗)
    23comments
  26. How OpenAI Used Its Own LLMs to Design Its Jalapeño Chip(ieee.org ↗)
    123comments
  27. Adventures in Microcontroller Circuit Debugging(bigmessowires.com ↗)
    1comments
  28. Ray Ozzie and the Optimism of Being Early(reproof.app ↗)
    20comments
  29. OpenJev(openjev.com ↗)
    285comments
  30. Science Is Open Software(jepedersen.dk ↗)
    55comments

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.