frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Carl Bohland's Auto Wash Bowl

https://www.weirduniverse.net/blog/comments/carl_bohlands_auto_wash_bowl
1•thunderbong•1m ago•0 comments

The tricky science of Internet measurement

https://blog.cloudflare.com/tricky-internet-measurement/
1•jgrahamc•2m ago•0 comments

Could gravity be evidence that the universe is a computer simulation?

https://theconversation.com/could-gravity-be-evidence-that-the-universe-is-a-computer-simulation-...
1•debo_•3m ago•0 comments

A billion-dollar drug was found in Easter Island soil

https://theconversation.com/a-billion-dollar-drug-was-found-in-easter-island-soil-what-scientists...
1•PaulHoule•4m ago•0 comments

B+Tree index structures in InnoDB (2013)

https://blog.jcole.us/2013/01/10/btree-index-structures-in-innodb/
1•ksec•5m ago•0 comments

Making the Internet observable: the evolution of Cloudflare Radar

https://blog.cloudflare.com/evolution-of-cloudflare-radar/
1•jgrahamc•5m ago•0 comments

Why the Dutch embrace floating homes

https://www.bbc.com/future/article/20220202-floating-homes-the-benefits-of-living-on-water
1•camtarn•5m ago•0 comments

Growing a Language, by Guy Steele [video]

https://www.youtube.com/watch?v=_ahvzDzKdB0
1•theli0nheart•7m ago•0 comments

Understanding MCP Servers

1•ematth•8m ago•0 comments

GlassWorm: Self-propagating Worm Using Invisible Code Hits OpenVSX Marketplace

https://www.koi.ai/blog/glassworm-first-self-propagating-worm-using-invisible-code-hits-openvsx-m...
1•samuell•9m ago•1 comments

What it's like to walk across Massachusetts

https://pudding.cool/2025/10/walk/
2•surprisetalk•10m ago•0 comments

Why Nigeria Accepted GMOs

https://www.asimov.press/p/nigeria-crops
1•surprisetalk•10m ago•0 comments

The Last PCB You'll Ever Buy [video]

https://www.youtube.com/watch?v=A_IUIyyqw0M
1•surprisetalk•10m ago•0 comments

You Do It: The Four Words That Changed How I Make Every Decision

https://mindthenerd.com/why-you-do-it-the-four-words-that-changed-how-i-make-every-decision/
1•surprisetalk•10m ago•0 comments

I Built the Same App 10 Times: Evaluating Frameworks for Mobile Performance

https://www.lorenstew.art/blog/10-kanban-boards/
2•speckx•12m ago•0 comments

First Wap: A Surveillance Computer You've Never Heard Of

https://www.schneier.com/blog/archives/2025/10/first-wap-a-surveillance-computer-youve-never-hear...
1•jtbayly•13m ago•0 comments

Self-Hosting with and Without Ngrok

https://ngrok.com/blog/self-hosting-with-and-without-ngrok/
2•jakelazaroff•13m ago•0 comments

Forge: An unofficial Magic: the Gathering rules engine

https://github.com/Card-Forge/forge
2•golyi•13m ago•0 comments

Claude Code usage limit hack

https://old.reddit.com/r/ClaudeAI/comments/1oh95lh/claude_code_usage_limit_hack/
1•consumer451•17m ago•1 comments

Valkey 9.0 Debuts Multidatabase Clustering for Massive-Scale Workloads

https://thenewstack.io/valkey-9-0-debuts-multidatabase-clustering-for-massive-scale-workloads/
2•CrankyBear•18m ago•0 comments

SQLlogictest corpus (fossil-extracted mirror)

https://github.com/jzombie/sqlite-sqllogictest-corpus
1•zombiej5•19m ago•0 comments

Why do we need dithering?

https://typefully.com/DanHollick/why-do-we-need-dithering-Ut7oD4k
1•ibobev•20m ago•0 comments

Standard event schema for AI product analytics

https://www.rudderstack.com/blog/ai-product-analytics-privacy/
1•rudderdev•20m ago•0 comments

Retro Language Models: Rebuilding Karpathy's RNN in PyTorch

https://www.gilesthomas.com/2025/10/retro-language-models-rebuilding-karpathys-rnn-in-pytorch
1•ibobev•20m ago•0 comments

Useful Functions for Graphics

https://www.4rknova.com//blog/2018/07/09/01-useful-functions
1•ibobev•21m ago•0 comments

Android 16 QPR2 makes the Linux Terminal more useful with expanded file access

https://www.androidauthority.com/android-linux-terminal-expanded-file-access-3602140/
1•sipofwater•21m ago•4 comments

Admin UI and REST API for Any S3 Storage and Backup with Pocketbase

https://github.com/nativebpm/pocketbase
1•thunderbong•23m ago•0 comments

Let the little guys in: A context sharing runtime for the personalised web

https://arjun.md/little-guys
16•louisbarclay•25m ago•0 comments

React Server Components: A data-driven comparison

https://www.developerway.com/posts/react-server-components-performance
1•jakubmazanec•26m ago•0 comments

Europe simulates catastrophic solar storm to warn of real risks

https://www.space.com/astronomy/no-spacecraft-would-survive-europe-simulates-catastrophic-solar-s...
2•ljf•26m ago•0 comments
Open in hackernews

Show HN: Whatdidido – CLI to summarize your work from Jira/Linear

https://github.com/oliviersm199/whatdidido
4•olism•2h ago
I built this after spending days every year manually searching through Jira tickets to remember what I'd accomplished for performance reviews.

whatdidido is a CLI tool that:

- Pulls tickets from Jira or Linear for a date range

- Uses an LLM to create short summaries of each ticket

- Generates an overall summary to help you build your self-evaluation

The tool doesn't write your review for you—crafting thoughtful, contextual feedback still requires human judgment. It just eliminates the busywork of finding and organizing what you worked on.

Key details:

- MIT licensed, open source

- No data storage—everything stays local

- Requires OpenAI or OpenRouter API key

- Works with Jira and Linear (more integrations welcome/coming soon)

GitHub: https://github.com/oliviersm199/whatdidido

I'm releasing it now because I think others might find it useful during review season.

Would love feedback on the approach and what other integrations would be helpful. Happy to answer questions about how it works.