frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Aimemegenerator

https://aimemegenerator.io/
1•aimemegenerator•6m ago•0 comments

Obsolete Sounds

https://citiesandmemory.com/obsolete-sounds/
2•kelseydh•11m ago•1 comments

Minimal Version Selection Revisited

https://matklad.github.io/2024/12/24/minimal-version-selection-revisited.html
1•tosh•15m ago•0 comments

What's in a Domain Name? An Explainer on Domain Investing

https://www.financialpoise.com/whats-in-a-domain-name-an-explainer-on-domain-investing/
1•petethomas•23m ago•0 comments

Polish Rocks and Cans with Shaders

https://rocks.benhylak.com/
1•iamwil•24m ago•0 comments

Can we have a more "social" media?

https://profpatsch.de/essays/a-more-social-media
1•rapnie•25m ago•1 comments

The Age of Verification

https://contextbento.substack.com/p/the-age-of-verification
1•visopsys•30m ago•0 comments

Haskell – MonadBaseControl

https://serokell.io/blog/the-hidden-perils-of-monadbasecontrol
2•alexandersechin•31m ago•0 comments

El Niño could be here soon, bringing wild weather and a hotter climate

https://www.cnn.com/2026/03/10/weather/el-nino-wild-weather-global-heat-record
1•mooreds•37m ago•0 comments

Architecture Decision Record

https://martinfowler.com/bliki/ArchitectureDecisionRecord.html
2•dmitrijbelikov•38m ago•1 comments

I built a free on-device photo search for Windows – natural language, no cloud

https://www.getpitara.com/
1•narendrac•40m ago•0 comments

Phlogiston Forty Four: An Interview with Roger Zelazny

https://web.archive.org/web/20080216071439/http://zelazny.corrupt.net/phlog44rzint.txt
2•debo_•49m ago•1 comments

Trump, Lost in the Failure of His War, Blinks

https://www.forever-wars.com/trump-lost-in-the-failure-of-his-war-blinks/
4•KnuthIsGod•50m ago•0 comments

Anthropic: A Technical and Business Model Analysis

https://blog.sd.idv.tw/en/posts/2026-03-25_anthropic-business-analysis/
2•steve_luo•52m ago•1 comments

Show HN: Looking for feedback on a Git-native message board

https://zenmemes.com/compose/thread
1•forgotmypw17•58m ago•2 comments

AMD-optimized Rocky Linux distribution to focus on AI and HPC workloads

https://www.phoronix.com/news/AMD-Rocky-Linux-Optimized
1•teleforce•59m ago•0 comments

Freddy – AI educator that lives in your Slack and teaches your team about AI

https://braingem.ai
1•sstart•1h ago•0 comments

Welcome to IBM Bob: Your AI-Powered Development Partner

https://bob.ibm.com
1•noiv•1h ago•0 comments

The U.S. attacked Iran to show its power but the war is already lost

https://fortune.com/2026/03/18/us-iran-war-lost-strategic-miscalculation-trump/
3•KnuthIsGod•1h ago•1 comments

I Spoke to the Dev Behind the Systemd Birth Date Change [video]

https://www.youtube.com/watch?v=8bAN4Jam974
2•stop50•1h ago•0 comments

Is lighter sleep a normal part of ageing – or a sign of something more serious?

https://theconversation.com/is-lighter-sleep-a-normal-part-of-ageing-or-a-sign-of-something-more-...
2•lentoutcry•1h ago•0 comments

Some Meta employees were told to work remotely for the day as layoffs loom

https://www.businessinsider.com/meta-employees-work-remotely-email-layoffs-hr-wfh-2026-3
2•kpw94•1h ago•0 comments

Flowing with Agents with Beyang Liu, CTO of Sourcegraph

https://changelog.com/podcast/658
1•fagnerbrack•1h ago•0 comments

I prepare for high-stakes technical AI demos

https://katecatlin.substack.com/p/how-i-prepare-for-high-stakes-technical
1•mooreds•1h ago•0 comments

Software Engineers Make Productive Decisions (without slowing the team down)

https://strategizeyourcareer.com/p/how-software-engineers-make-productive-decisions
1•fagnerbrack•1h ago•0 comments

The Trials of Satya Nadella

https://www.newcomer.co/p/the-trials-of-satya-nadella
1•imartin2k•1h ago•0 comments

How Reading books regulates your nervous system

https://bigthink.com/mind-behavior/how-reading-books-regulates-your-nervous-system/
3•the-mitr•1h ago•0 comments

Brewdog founder admits 'many mistakes' as hundreds lose jobs in sale

https://www.bbc.com/news/articles/cze00ddyw27o
1•mooreds•1h ago•1 comments

Typing Speed Might Matter Now

https://jarbus.net/blog/typing-speed-might-matter-now/
1•jarbus•1h ago•3 comments

ToolTrust Scanner – detect backdoored MCP packages (litellm 1.82.8)

https://github.com/AgentSafe-AI/tooltrust-scanner
1•brian93512•1h ago•0 comments
Open in hackernews

Typing Speed Might Matter Now

https://jarbus.net/blog/typing-speed-might-matter-now/
1•jarbus•1h ago

Comments

fragmede•1h ago
If you're typing, and not using speech-to-text (eg WisprFlow), you're still slow. I don't use STT for everything, but I'm definitely faster at talking than typing. Problem is, thinking speed is also a bottleneck.
setnone•1h ago
I would add digestion speed to the mix, for me it is somewhat different from thinking
blourvim•51m ago
Most people who spend time in front of a keyboard should without effort should attain 60 words per minute naturally. With decent techniques, you can go up to 80 wpm. Now there are speed typers who can do 250 wpm. Can you really think meaningfully at that speeds, in a way that it can be understood and is useful ?

At that point one could argue that running your own server to get instant responses from your llm matters, while we are at it, compile times, tests, search queries, could always use be shaved some milliseconds per.

With speed reader tools I can comfortably read and understand 500 wpm, should we now switch to speed readers since we read code more often than we write it ?

No, in reality, you create software faster when the code you write the first time doesn't result in errors, which requires knowledge of your stack.

Even if you are not looking to read your code, LLMs also benefit from good programming practices, some of these programming practices should produce code which is clear, changeable and extendable