frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

Why Liberal Education Matters

https://www.hoover.org/research/why-liberal-education-matters
1•squircle•4m ago•0 comments

When people trust humans more than brands: the incubator newsroom

https://werd.io/when-people-trust-people-more-than-brands-the-incubator-newsroom/
2•benwerd•5m ago•0 comments

Ask HN: Would you use an AI tool to generate and deploy your back end?

1•mayowaibitola•8m ago•1 comments

So You Want to Write Your Own CSV Code? (2014)

https://www.thomasburette.com/blog/2014/05/25/so-you-want-to-write-your-own-CSV-code/
2•mooreds•9m ago•0 comments

Misconfigured GitHub Actions could leave repos and secrets exposed, Sysdig finds

https://devclass.com/2025/06/18/misconfigured-github-actions-could-leave-repos-and-secrets-exposed-sysdig-finds/
1•tempodox•9m ago•0 comments

Managing APIs Across Multiple Gateways with a Central Control Plane

https://wso2.com/library/blogs/a-guide-to-centralized-api-management/
1•langur•11m ago•0 comments

ProdiApp: The Ethical, Powerful Alternative to Yelp, Angi, and Thumbtack

https://www.prodiapp.com/web/index.php
1•dougmnuel•12m ago•1 comments

Show HN: I Built a Docker alternative for local dev on macOS, without containers

https://www.servbay.com
1•Hayatoo•14m ago•0 comments

Tell HN: Why my game, DropZap World, is not available in the EU

3•amichail•14m ago•0 comments

EC slams online bazaar AliExpress for dodging obligation to stop dodgy traders

https://www.theregister.com/2025/06/19/ec_aliexpress_investigation_finds_failings/
2•rntn•14m ago•0 comments

Microsoft wants you to buy a new computer. Make your current one secure again?

https://endof10.org/
1•doener•16m ago•0 comments

There Is No A.I.

https://www.newyorker.com/science/annals-of-artificial-intelligence/there-is-no-ai
1•squircle•22m ago•2 comments

Swansea Stained Glass Archive

https://swansea.stainedglass.wales/
2•gnabgib•24m ago•0 comments

The Death of New York's Radio Row (2002)

https://www.qcwa.org/radio-row.htm
1•Kaibeezy•24m ago•0 comments

First Look at the Rebooted Digg

https://techcrunch.com/2025/06/18/heres-your-first-look-at-the-rebooted-digg/
1•CharlesW•24m ago•0 comments

Show HN: NativeRest – electron free, native postman alternative

https://nativesoft.com/
1•zygo•26m ago•1 comments

Show HN: Open Operator Evals – real-world benchmarks for LLM web agents

https://github.com/nottelabs/open-operator-evals
2•monoid73•27m ago•0 comments

How My Reporting on the Columbia Protests Led to My Deportation

https://www.newyorker.com/news/the-lede/how-my-reporting-on-the-columbia-protests-led-to-my-deportation
24•mitchbob•27m ago•3 comments

Asmr.so – Built AI ASMR Videos Generator in 2 Days with Claude Code and Cursor

https://www.asmr.so
1•cnych•28m ago•0 comments

Fred Baker (engineer)

https://en.wikipedia.org/wiki/Fred_Baker_(engineer)
2•speckx•28m ago•0 comments

Gibber: Blog Like You Text

https://gibber.blog
1•janandonly•28m ago•0 comments

Socratic Shell

https://github.com/nikomatsakis/socratic-shell
1•yurivish•28m ago•0 comments

The Scheme That Broke the Texas Lottery

https://www.newyorker.com/news/letter-from-the-southwest/the-scheme-that-broke-the-texas-lottery
2•mitchbob•29m ago•1 comments

Thunderbird Release Channel Update

https://blog.thunderbird.net/2025/03/thunderbird-release-channel-update/
1•crossroadsguy•30m ago•0 comments

Midjourney V1 Video Model

https://www.midjourney.com/updates/introducing-our-v1-video-model
4•lnyan•31m ago•0 comments

Heavy Lift Drone 100kg Test – It Works [video]

https://www.youtube.com/watch?v=LrQPa1_s8Qs
1•squircle•31m ago•0 comments

2025 Gödel Prize

https://www.sigact.org/prizes/g%C3%B6del/citation2025.html
2•thunderbong•32m ago•0 comments

Cognitive tests in infancy offer insight into intelligence at age 30 and beyond

https://medicalxpress.com/news/2025-06-cognitive-infancy-insight-intelligence-age.html
1•pseudolus•33m ago•0 comments

The Server Doesn't Render Anything

https://unplannedobsolescence.com/blog/the-server-doesnt-render/
1•mpweiher•33m ago•0 comments

Boffins bid to stop media calling them boffins [Press Gazette, 2023]

https://pressgazette.co.uk/news/boffins-media/
3•JdeBP•34m ago•1 comments
Open in hackernews

Ask HN: Would you take a job where back end is only in PHP?

1•nobitanobi•4h ago
I am a java dev with 6 YOE working at Walmart. I got a job recently with really good hike but the work there will be writing micro services in PHP.

I don't have any PHP production experience. Does it make sense to take this job? Would having PHP on resume impact future opportunities? Will it affecting get job at FAANG or equivalent companies.

Any advice from senior devs is appreciated.

Comments

herbst•4h ago
Writing or maintaining? I am sure besides all the hate it's surely possible to build cool clean things with PHP.

However, working on legacy PHP code (as I have experienced in the past) ranks within the worst things I could imagine for a job.

nobitanobi•4h ago
There are building a managed wordpress hosting platform. It will be around building restapi for control plane and bit of hosting infra work.
herbst•3h ago
Personally I would be careful. WordPress is just another red flag for legacy PHP code.

But keep in mind that's only me. I wouldn't do a java job either, so I am likely just a bad example

nobitanobi•3h ago
Its not managed hosting platform backend but its for customer's Wordpress site. So you never know. I am bit concerned about that part only.
iamben•4h ago
IMO you're overthinking it. If the company/people seem nice, the money is good and the challenge is something that'll keep you interested - go for it.

You can justify/spin pretty much anything on a resume.

svennek•4h ago
PHP is old tech, but works fine.

The language api is somewhat inconsistent due to legacy weaknesses and compatibility.

That said, I prefer old-style PHP (like it was written in version 5ish) instead of the new object orienteted/composer/micro-library stuff (that I consider the javascript virus).

Having moved away from PHP a decade ago, I recently had to update some old code (that I had written originally). And even with almost a decade of not using php, the experience was pleasurable enough.

As a senior the TLDR is: The PHP language itself is fine, the actual code base itself means more (and can either be fine or not), but in the end it is the work environment (do you like your coworkers, bosses and are the time constraints reasonable) that mean the most.

Regarding your CV, I would always prefer a candidate with production experiences in (at least) two different environments to a "one trick pony", so I have a hard time seeing that it could hurt you.

anovikov•3h ago
Totally so!

Using PHP in production means:

- The employer organisation is incompetent, or they won't be doing it

- They are also rich, or they'd be bankrupt trying to do it.

Both are good signs if you are looking for a job there.

nobitanobi•3h ago
Haha, they are rich but they acquired this small company. I don't know what they were thinking while building backend in PHP, from the looks of it, majority of their devs are proficient in that only.
ethan_smith•3h ago
FAANG companies care more about your problem-solving abilities and system design skills than the specific language you've used, so learning PHP while gaining microservices experience is actually valuable as it demonstrates adaptability.
wryoak•3h ago
There are many, many jobs out there demanding PHP. They’re not generally glamorous, but if you’re looking for stability over social status, which at some age everyone starts to be, PHP is good experience to have in your back pocket.
nobitanobi•3h ago
I am just 28. I am not looking for stability currently also webdev does not interest me, I am backend dev. Also I already have well paying job. Most PHP jobs are not that good paying and this will be one time PHP thing, if I take up the job. Just concerned how it would look on resume.