frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Surprising Gender Biases in GPT

https://www.sciencedirect.com/science/article/pii/S2451958824001660
1•Ambolia•1m ago•0 comments

Kristi Noem Out at U.S. Department of Homeland Security

https://www.cbc.ca/lite/story/9.7116182
1•colinprince•2m ago•0 comments

Indirect Prompt Injection in Web-Browsing Agents

https://www.promptfoo.dev/blog/indirect-prompt-injection-web-agents/
1•mooreds•2m ago•0 comments

Gitgo: A Go implementation of Git functions (2016)

https://github.com/ChimeraCoder/gitgo
1•todsacerdoti•2m ago•1 comments

NY bill to require devices to conduct commercially reasonable age assurance

https://github.com/flatpak/xdg-desktop-portal/pull/1922
1•nickslaughter02•4m ago•1 comments

How do I get startups to use my open-code project?

1•ErezShahaf•5m ago•0 comments

Ask HN: Resources to make devs more AI aware

1•myworkaccount2•6m ago•1 comments

My first post, I'll try not to muck it up :P

https://groups.google.com/g/retro-car-radio
1•prestodigital•7m ago•1 comments

Ben Affleck Founded a Filmmaker-Focused AI Tech Company. Netflix Just Bought It.

https://www.hollywoodreporter.com/business/digital/ben-affleck-ai-netflix-1236521806/
1•voxadam•7m ago•0 comments

The AI Benchmark Trap

https://ianreppel.org/the-ai-benchmark-trap/
1•speckx•8m ago•0 comments

Amazon checkout is not working

https://downdetector.ca/status/amazon/
3•kaypee901•8m ago•0 comments

Sacred Values of Future AIs

https://www.lesswrong.com/posts/sjeqDKhDHgu3sxrSq/sacred-values-of-future-ais
1•gmays•10m ago•0 comments

The Future of Healthcare Will Be Built on Enhanced Data

1•BE-Healthmetryx•11m ago•0 comments

Lock.pub – AI helped me turn a 3-year-old side project into a real product

https://lock.pub/
1•astraljoker•12m ago•1 comments

Am I Being Pwned? See what your Chrome extensions are exfiltrating

https://amibeingpwned.com/demo/hackernews
2•acorn221•12m ago•0 comments

Show HN: Argmin AI, system level LLM cost optimization for agents and RAG

https://argminai.com
2•konyrevdmitriy•14m ago•0 comments

Show HN: Mumpix – persistent memory for AI agents (works in browser and Node)

https://www.mumpixdb.com/
2•carreraellla•14m ago•1 comments

AI helped me try a new workout app

https://matanabudy.com/ai-helped-me-try-a-new-workout-app/
2•matanabudy•15m ago•0 comments

Amazon Books Are Down

https://www.amazon.com/dp/B0DZ666HCL
3•ada1981•15m ago•2 comments

From Logistic Regression to AI

https://www.johndcook.com/blog/2026/03/04/from-logistic-regression-to-ai/
2•gmays•16m ago•0 comments

Show HN: Reconlify – local-first reconciliation CLI for CSV/TSV and text logs

https://github.com/testuteab/reconlify-cli
2•testuteab•17m ago•0 comments

I've never parented a 6-year-old. But I've dealt with macOS system updates

https://ihnatko.com/ive-never-had-the-experience-of-parenting-a-6-year-old-child-but-ive-dealt-wi...
3•latexr•18m ago•1 comments

Show HN: Sigil – source code security analysis for MCP servers (open source)

https://github.com/sigildev/sigil
2•sigildev•19m ago•0 comments

Show HN: FreshLimePay – Generate PayPal and Stripe checkout buttons

https://www.freshlimepay.com/
2•powerwild•20m ago•0 comments

53% of U.S. adults say Americans have bad morals and ethics

https://www.pewresearch.org/religion/2026/03/05/in-25-country-survey-americans-especially-likely-...
3•PaulHoule•21m ago•2 comments

Show HN: I built an LSM storage engine from scratch in Rust

https://n8z.dev/posts/building-strata/
2•nlz•24m ago•0 comments

'Execution at sea': Was the Iranian ship sunk by US in the Indian Ocean unarmed?

https://www.thestatesman.com/india/execution-at-sea-was-iris-dena-iranian-frigate-sunk-by-us-in-t...
7•TheAlchemist•24m ago•0 comments

Getting Started with the Popover API

https://www.smashingmagazine.com/2026/03/getting-started-popover-api/
2•PaulHoule•25m ago•0 comments

ALT5 Digital Holdings Alternative Funding from World Liberty Financial

https://www.thecreditbubble.com/p/lotw-148-tokens-all-the-way-down
2•petethomas•25m ago•0 comments

Entanglement-assisted non-local optical interferometry in a quantum network

https://www.nature.com/articles/s41586-026-10171-w
2•bookofjoe•26m ago•0 comments
Open in hackernews

Ask HN: Moving from Software Engineer to PM or another area?

2•mr_00ff00•1h ago
With AI growing and taking away the “coding” part of my job, but leaving the messy real-world on-call and code reviewing, I am enjoying my work less and less.

I’m relatively knew to SWE (5 YOE), but I’ve lost a lot of passion for my work.

I am thinking of switching to technical product management or maybe just managing, but was recently laid off so I have no company that I can switch to another team with.

Was looking for stories and advice. For anyone who has switched, what new roles have you enjoyed? Is it hard to land those roles with only engineering experience and no PM or managing experience? I am a dual citizen with US and EU, is it worth trying one over the other for the switch?

Comments

rsclient•1h ago
When I moved to Microsoft 15+ years ago, I went from being a developer (for 20+ years) to a PM. 9/10, would recommend. But also know that it's a very different skill set that you'll need to learn.

The simplest example of this: as a programmer, when your boss says to code a feature, you code it. But as a PM, you have to get a team to make it.

A PM's job is to figure out what the feature really is, and how complex or configurable it should be, and what the target audience is, and how you'll measure success. It also involves making sure that you feature works well with other features, and that your team is moving in the same direction as the rest of your company.

Be prepared, BTW, for the constant assumption that you became a PM because you couldn't hack it :-)

mr_00ff00•1h ago
Thanks for advice, and yeah that makes sense that I’ll have to learn a whole new skill set, but I enjoy learning.

When talking about a feature, am I doing basically high level system design? Similar to what a senior engineer does (aka this should be a cache, it’s best to change this to streaming so let’s remove the audit db, etc) or is it even more high level than that?

Also lol at the last line, never heard that but I can see why people might make the assumption.

rsclient•1h ago
I literally had a dev manager say it to my face! "I guess you were a mediocre programmer or you wouldn't have become a PM"!

No, you aren't doing that kind of high-level design. For example, I was the PM for the "connect to Wi-Fi via a QR code" feature in Windows (you're welcome!). As PM, my job was to :

- demonstrate that this was "thing" people would want to do - demonstrate that it slotted into the existing feature set (the existing Windows camera already reads QR codes, so we just had to use their existing hoooks) - do a quick evaluation of the WIFI: protocol (which, BTW, sucks; it's one of the worst standards I've ever seen) - do an evaluation of the overall market (like, what do other operating systems do)

There was also some discussions with the Windows Wi-Fi team for how to store the connection data since it wasn't a perfect fit for the our existing connection store, plus a security evaluation. You won't do anything about caches or streaming except that they will naturally fall out of your spec.

You'll learn a ton about writing convincing documents, how to find users and partners, tracking schedules, and stuff

nathan_douglas•1h ago
I haven't switched, but I'm having the same thoughts.

I think technical PMs are well suited to absorb this. Ideally, they're already comfortable with specifying software, communicating about requirements, recognizing and avoiding failure modes, etc. So that's one route, but not one that particularly appeals to me.

The things that I find interesting largely haven't changed. I'm interested in complex systems, distributed or not. I'm interested in organizational dynamics. I'm interested in game theory and mechanism design. I'm interested in simulations, machine learning, and GOFAI. I'm hoping that I can find a way to turn these interests into a new career. I can continue learning and growing, I can challenge myself, I can expand at whatever speed I can manage, and I can develop and deliver working software at a greater pace than I've previously been able to manage.

I'm definitely afraid. I don't know how to just create a career from a vague collection of things I like thinking about, to just go out there and make money and support my family. I don't know how to "operationalize" these ideas. But that's what I'm trying to do, FWIW.

mr_00ff00•1h ago
Good luck, I’m sure there are roles out there
rsclient•1h ago
FYI: At Microsoft, in Windows, the job might be PM or TPM, but the people aren't. A person is expected to be able to switch their focus from one to the other.

At least, that's what we PMs were told when Microsoft Windows rejiggered their PM roles