Hacker News
24.2K subscribers
118K links
Top stories from https://news.ycombinator.com (with 100+ score)
Contribute to the development here: https://github.com/phil-r/hackernewsbot
Also check https://t.me/designer_news

Contacts: @philr
Download Telegram
Root for your friends (Score: 150+ in 7 hours)

Link: https://readhacker.news/s/6uZkP
Comments: https://readhacker.news/c/6uZkP
Show HN: hcker.news – an ergonomic, timeline-based Hacker News front page (Score: 150+ in 13 hours)

Link: https://readhacker.news/s/6uYDT
Comments: https://readhacker.news/c/6uYDT

Hi folks,
I've built an alternative Hacker News front page. It is inspired by and meant to be a replacement for hckrnews.com.
I built this because HN is woefully underfeatured, but most sites that try to improve it seem to assume that the visual design is the problem. hcker.news tries to maintain HN's familiarity while adding useful enhancements.
There are three primary views:
  - Timeline View: Browse top stories by votes or comments grouped by day, week, or month (e.g., top 20 per day, top 100 per week).  
- Aggregate View: See top stories by votes or comments over custom time ranges.
- Front Page View: The original HN front page, untouched.

Feed Filtering:
  - Kagi Small Web: View only stories from websites that are a part of Kagi's Small Web, which is a curated list of non-commercial blogs
- Custom Keyword Filters: Include/exclude keywords (e.g., include "Rust," exclude "DOGE") or set a minimum score threshold.
- No HN Algorithm: Timeline and Aggregate Views show stories usually downranked by the HN algo (e.g., flagged posts or those with too many comments).

UI:
  - Unread Flags: Quickly spot new stories or ones you haven't seen.
- Two Layouts: Classic HN style or a compact story view inspired by hckrnews.com.
- Multi-column & High-density Modes: Fit more content on screen.
- Themes: Light, Dark, and Manila.

I'd love your feedback and suggestions. Cheers!
Show HN: Rotary Phone Dial Linux Kernel Driver (🔥 Score: 150+ in 3 hours)

Link: https://readhacker.news/s/6v2pd
Comments: https://readhacker.news/c/6v2pd

A Linux kernel driver that turns a rotary phone dial into an evdev input device. You might be interested in this driver if you
- prefer the slow pace of dialing over typing numbers with your numpad,
- want to bring your old rotary phone into the digital era,
- are an educator looking for a simple example driver with a VM-based end-to-end development & test environment (no real hardware needed)
- have another creative use case in mind!
This driver was my introduction to embedded Linux years ago—and ultimately led to my career. However, it remained unfinished and unpublished until now. Initially, I intended to reimplement the driver in Rust to explore the state of the Rust for Linux project. Unfortunately, I soon realized that the necessary bindings simply are not available yet, so that part will have to wait.
Ask HN: Go deep into AI/LLMs or just use them as tools? (Score: 151+ in 11 hours)

Link: https://readhacker.news/c/6uZUr

I'm a software engineer with a solid full-stack background and web development. With all the noise around LLMs and AI, I’m undecided between two paths:
1. Invest time in learning the internals of AI/LLMs, maybe even switching fields and working on them
2. Continue focusing on what I’m good at, like building polished web apps and treat AI as just another tool in my toolbox
I’m mostly trying to cut through the hype. Is this another bubble that might burst or consolidate into fewer jobs long-term? Or is it a shift that’s worth betting a pivot on?
Curious how others are approaching this—especially folks who’ve made a similar decision recently.
Show HN: Genetic Boids Web Simulation (Score: 150+ in 1 day)

Link: https://readhacker.news/s/6uYPR
Comments: https://readhacker.news/c/6uYPR
Show HN: DoubleMemory – more efficient local-first read-it-later app (Score: 150+ in 1 day)

Link: https://readhacker.news/s/6uYFD
Comments: https://readhacker.news/c/6uYFD

DoubleMemory started as an experiment to see if I can somehow automatically save all double cmd + c, as I often do instinctively, so I don't need extensions to save links and text into an app, and avoiding flooding the capture history as regular clipboard managers does.
My motivation was not to create a read-it-later app, yet it evolved into this unique yet cohesive form of a read-it-later + bookmarking organizer + clipboard manager + card based note-taking app over the last 6 months. It also launches from the menu bar with a shortcut and navigates with keyboard shortcuts. My favorite part is instead of rendering a list of article titles, everything is rendered as pretty preview cards in a translucent Pinterest-like mood board. It also has a nifty iOS app, that will allow you to swipe with your thumbs between articles just like on iOS Safari...
Now that Pocket is closing, this is after Instapaper going back to indie and Omnivore and UpNext and numerous others closing over the years. All of these are cloud-hosted services, which got me reflecting: maybe this local-first architecture would be well positioned to build in this space.
Here is my not-so-scientific comparison:
## Domain
$10 vs $1M = 100,000x difference.
## Server running cost
No servers other than what's running by iCloud vs $1M per year = 1mX difference
## Platforms
Apple only (mac + iphone + ipad) vs Multi platforms (windows, linux, android also supported) = 20X maintenance cost difference
## Capturing
No browser extensions required v.s. maintain all extensions for various browsers and extension stores = 5x difference
## Architecture
App receives the link, Apple generates the rich preview cards for thousands of different types of links, app caches these preview cards.
vs.
Someone write some custom code for each link type or with Open Graph, one designer created one generic card that works for all links.
=
100x cost difference.
I know, Apple is coming for clipboards with more restrictions, which is basically a shared global state on Mac systems, DoubleMemory does also support other ways to capture: drag-n-drop to app/menubar icon/app icon, right click->Services menu, or Share sheet. We will add more auto-importers.
Also vibe coded some importers for Pocket, Omnivore and ReadWise here: https://doublememory.com/posts/tools
Everything in the app is free with no limits. Capturing is really step 0. You giving us a chance to save your content, doesn't mean you are getting any values out of it (ain't that the typical story of read-it-later apps? save-it and never-read-it). the eventual goal is to easily retrieve these content, and eventually consuming them. I hope to eventually launch paid features that aligns with these value generating workflows.
App Store link: https://apps.apple.com/us/app/doublememory/id6737529034
Let me know what you think...