frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Super-Resolution with Structured Motion

https://arxiv.org/abs/2505.15961
1•mzmzmzm•2m ago•1 comments

Early breakfast could help you live longer

https://news.harvard.edu/gazette/story/2025/09/early-breakfast-could-help-you-live-longer/
1•gnabgib•7m ago•0 comments

Ask HN: Technology Teacher Needs Validation from Smarter People

2•hnpolicestate•7m ago•0 comments

Show HN: New Site for My GitHub TUI

https://www.gh-dash.dev/
2•dlvhdr•10m ago•0 comments

Phison Pre-Release Firmware Linked to SSD Failures, Not Microsoft Patch

https://www.guru3d.com/story/phison-prerelease-firmware-linked-to-ssd-failures-not-microsoft-patch/
1•DHowett•11m ago•0 comments

How to make team members hungry

https://www.teamblind.com/post/how-to-make-team-members-hungry-jo6kxtgt
1•lopkeny12ko•12m ago•0 comments

Causal Artificial Intelligence [Free Textbook]

https://causalai-book.net
1•malshe•13m ago•1 comments

Salt Typhoon used domains, going back five years. Did you visit one?

https://www.theregister.com/2025/09/08/salt_typhoon_domains/
1•rntn•14m ago•0 comments

ScreenShaver

https://www.youtube.com/watch?v=ugypKJvFn7M
1•bookofjoe•15m ago•0 comments

LaraUtilX – A Utility Package for Laravel

https://github.com/omarchouman/lara-util-x
1•omarchoumann•15m ago•1 comments

Microsoft bets big on nuclear future for data centers

https://www.techradar.com/pro/microsoft-joins-world-nuclear-association-as-it-doubles-down-on-sma...
3•mikece•17m ago•0 comments

Ask HN: Could AI agents benefit from persistent, shared memory?

1•kagvi13•18m ago•0 comments

The Cause of Alzheimer's Could Be Coming from Within Your Mouth

https://www.sciencealert.com/the-cause-of-alzheimers-could-be-coming-from-within-your-mouth
1•amichail•19m ago•1 comments

An Animal's History of Humanity: A Brief History on the Exploitation of Animals

https://www.amazon.com/dp/B0FQ39PJYW
1•chrisjeffries24•22m ago•1 comments

Blue-throated macaws learn by imitating others

https://www.mpg.de/25325205/0905-orni-blue-throated-macaws-learn-by-imitating-others-154562-x
2•gmays•22m ago•0 comments

Salesloft GitHub Account Compromised Months Before Salesforce Attack

https://www.securityweek.com/salesloft-github-account-compromised-months-before-salesforce-attack/
2•Bender•22m ago•0 comments

Nova Launcher's founder and sole developer has left

https://www.theverge.com/news/773937/nova-launcher-founder-left-kevin-barry-branch-open-source-an...
3•corvad•23m ago•0 comments

Bug in SAP's S/4 HANA exploited in the wild, rated critical CVSS 9.9

https://www.scworld.com/news/bug-in-saps-s4-hana-exploited-in-the-wild-rated-critical-cvss-99
1•Bender•23m ago•0 comments

Qantas trims CEO's bonus following July cybersecurity incident

https://www.scworld.com/news/qantas-trims-ceos-bonus-following-july-cybersecurity-incident
3•Bender•23m ago•1 comments

Teen coder made first millennial Catholic saint at youthful Vatican event

https://www.reuters.com/world/teen-coder-made-first-millennial-catholic-saint-youthful-vatican-ev...
1•rbanffy•23m ago•0 comments

Faith in God-like large language models is waning

https://www.economist.com/business/2025/09/08/faith-in-god-like-large-language-models-is-waning
3•toomuchtodo•27m ago•3 comments

Michigan Marvel: John King Books has a 'secret,' owner says

https://www.detroitnews.com/story/media/marvels/2025/09/06/michigan-marvel-john-king-books-has-a-...
1•rmason•28m ago•1 comments

Laude Institute – Ship Your Research

https://www.laude.org
1•cjbarber•29m ago•0 comments

iPhone app alerts users to nearby ICE sightings

https://www.cnn.com/2025/06/30/tech/iceblock-app-trump-immigration-crackdown
6•rmason•31m ago•2 comments

Kradle: Eval AI with Simulations

https://twitter.com/kradleai/status/1965126412047945966
4•ivolo•32m ago•0 comments

Custom Git ignores with a global gitignore file or Git exclude

https://hamatti.org/posts/custom-git-ignores-with-a-global-gitignore-or-git-exclude/
1•speckx•33m ago•0 comments

The Markov Condition

https://plato.stanford.edu/archives/fall2016/entries/causation-probabilistic/supplement5.html
2•mathattack•33m ago•0 comments

Humans inhale as much as 68,000 microplastic particles daily, study finds

https://www.theguardian.com/environment/2025/aug/28/microplastics-in-hair-study
1•PaulHoule•34m ago•0 comments

Setting up local LLMs for R and Python

https://posit.co/blog/setting-up-local-llms-for-r-and-python/
6•ionychal•34m ago•0 comments

Network regression on Linux 6.16.2 – Packet loss / page load failures

https://bugzilla.kernel.org/show_bug.cgi?id=220484
3•TechHermit•35m ago•0 comments
Open in hackernews

The Last Programmers

https://www.xipu.li/posts/the-last-programmers
3•GoodluckH•4h ago

Comments

taylodl•2h ago
My colleagues and I have been talking about this for the past 15 years. I have been contending that 'all' we have to do is supply the requirements and the machines would create the code. Bugs presumably would be a result of incomplete or incorrect requirements.

One of my colleagues has been consistently pushing back on that stating that you haven't reduced the amount of complexity you're managing. Your requirements have to get very detailed in stating how errors should be handled. It's all the 'rainy day' scenarios and alternative processing when errors are encountered that complicates things. Errors come in two flavors: business errors (these would be captured on a detailed business process diagram) and technical errors (for example an unreachable API due to network issues). You have to be careful how you map the technical details back to the business process and update your business process to handle technical errors.

Anyway, his point is this is all the complexity we deal with as architects, designers and developers and that it is complexity which makes development challenging. You can either deal with this complexity in the implementation (coding), or you can deal with this complexity in the specification (requirements - detailed to the likes I've never seen).

I've argued this is true, but its complexity of a different kind. Humans are very good at specifications. What we find difficult implementations. I know I'm hand-waving a bit, but it sounds like your colleague is proving me correct. Even if the amount of complexity is the same, by transforming it into a kind we are better equipped to handle, we make efficiency gains.

I would argue this isn't the case of 'Last Programmers' - you have to be a very good developer to make this work, as people are discovering. The next revolution will be systems created by those who never learned to code at all. I think we're quite a ways from that!