HN user

domysee

704 karma
Posts62
Comments67
View on HN
github.com 17d ago

Graphify: Turn any codebase into a queryable knowledge graph

domysee
1pts0
github.blog 2mo ago

Update on GitHub Copilot usage-based pricing

domysee
3pts0
dbushell.com 3mo ago

I quit. The clankers won

domysee
423pts484
krausefx.com 4mo ago

OpenClaw – My Automation Setup

domysee
4pts0
weberdominik.com 5mo ago

AI made coding more enjoyable

domysee
105pts95
lighthouseapp.io 5mo ago

Show HN: Free tool to create and edit blogrolls (with bells and whistles)

domysee
1pts0
json-structure.org 7mo ago

JSON Structure

domysee
2pts1
textwaveapp.com 7mo ago

Show HN: Textwave – Versioning for Documents (free, local-only document editor)

domysee
2pts0
lighthouseapp.io 9mo ago

The RSS feed reader landscape

domysee
341pts203
weberdominik.com 10mo ago

Rules for creating good-looking user interfaces, from a developer

domysee
1pts0
weberdominik.com 10mo ago

Rules for creating good-looking user interfaces

domysee
353pts179
lighthouseapp.io 1y ago

Show HN: Blogroll editor, with built-in email to RSS support

domysee
2pts0
weberdominik.com 1y ago

An approach for automated fact checking

domysee
1pts2
lighthouseapp.io 1y ago

Show HN: Tool to create and edit blogrolls, with newsletter support

domysee
1pts1
arstechnica.com 1y ago

Farewell Photoshop? Google's new AI lets you edit images by asking

domysee
2pts1
arstechnica.com 1y ago

AI search engines cite incorrect sources at an alarming 60% rate, study says

domysee
32pts1
www.theregister.com 1y ago

Undergrad accidentally shreds 40-year hash table gospel

domysee
3pts1
www.scopedb.io 1y ago

ScopeDB: Manage Data in Petabytes for an Observability Platform

domysee
4pts0
longform.asmartbear.com 1y ago

"Stealth mode" and other f'ing brilliant strategies

domysee
2pts0
tanstack.com 1y ago

Why Choose TanStack Start and Router?

domysee
2pts0
weberdominik.com 1y ago

On Log Levels

domysee
2pts0
weberdominik.com 1y ago

Monorepo setup with TypeScript, Tailwind, NextJS and WXT, with shared components

domysee
1pts0
lighthouseapp.io 1y ago

Deep dive into finding RSS feeds

domysee
144pts62
lighthouseapp.io 1y ago

Show HN: Free tool to convert newsletters to RSS feeds

domysee
4pts0
blog.omnivore.app 1y ago

Details on Omnivore Shutting Down

domysee
2pts0
lighthouseapp.io 1y ago

Show HN: Lighthouse RSS Reader (Omnivore alternative, free newsletter support)

domysee
8pts2
news.ycombinator.com 1y ago

Omnivore reader shutting down – favorite alternatives?

domysee
5pts2
saeedesmaili.com 1y ago

My RSS-Based Content Consumption Workflow

domysee
3pts0
news.ycombinator.com 1y ago

Show HN: Free tool to find RSS feeds, even if not linked on the page

domysee
152pts48
www.zachleat.com 1y ago

The Sneaky Costs of Scaling Serverless

domysee
4pts0
TypeScript 7.0 RC 1 month ago

Been using tsgo for months and unfortunately had many random crashes, the speedup made it worth it though. Looking forward to try the release candidate.

Besides the OneDrive hate here, this doesn't seem that newsworthy? It reads like the storage of users that have their license revoked will be deleted. Which is how I'd expect the service to work. If anything, it's weird that their files were kept.

This may be because most feed readers don't have a proper way to triage items. Adding a feed doesn't mean you want to read everything from said feed. Usually only a subset of articles are interesting.

I built a feed reader with that concept in mind, having a separate triage stage where you only decide if it's worth reading or not. This will make it easier to handle large feed lists and find the best articles from them.

https://lighthouseapp.io/

Cloudflare was down 8 months ago

I'm just realizing how much we depend on Cloudflare working. Every service I use is unreachable. Even worse than last time. It's almost impossible to do any work atm.

Lighthouse (https://lighthouseapp.io/) - a different take on RSS readers, focusing on inbox zero

RSS readers show content based on the feed they're coming from, and show read and unread items in the same list. That makes it difficult to know which items you've already seen, and is especially annoying for managing items that you want to read at some point but not anytime soon.

Lighthouse splits it into Inbox (new items) and Library (bookmarked items). This makes it possible to process new items quickly, and take your time with reading them.

Totally agree with all of your points. Specifically the framing of information. Simply checking if facts are true is not enough, it also depends on how they're presented.

It might be possible to extend this approach with the question "What else is important to understand the full context?" or something similar, and then search for that and present it.

One example I keep hearing about is the Trump<>Zelenskyy conversation, where news (at least in Europe) almost exclusively reported on the last 7min of a 1h conversation. Would be great to have something to cover these things too. But right now the cost seems prohibitive.

I developed an editor for blogrolls, you can try it out here: https://lighthouseapp.io/tools/blogroll-editor

The basic idea is that you can create a list of blogs and newsletters (via email to RSS) and then export it to an OPML file, which you or others can use to import the list in their favorite feed reader.

Recently I’ve seen it more and more that people publish blogrolls on their website/blog, but if I want to add them I have to do it one by one. OPML files are already used for exports of feed readers, but why not use them for sharing blogs too? That’s basically why I built it, to make sharing of blog lists easier.

I hope it’s valuable for you too. Any feedback or comments is very welcome of course!

If I understand you correctly you want to filter a feed on specific criteria (e.g. topic). Even if the feed publishes a lot of other content, you want to know the ratio of bookmarked content based of the filtered feed, ignoring the other content.

It's a great point, and helps me extend the feature and make Lighthouse better. So, thank you!

Lighthouse actually has that data. It supports rules, and tracks if a rule made an action (e.g. archive an article). So basically the ratio could ignore all articles that were automatically archived by rules.

I need to think more about how the UX of it should be, but it's a good next step for the feature.

I'm working on a feed reader that separates articles into Inbox and Library.

New content shows up in the inbox, where you can bookmark or archive. Bookmarked content shows up in the library.

Going through the Inbox and bookmarking interesting content is fast, and in the Library the high volume feeds don't matter as much (because you curated before and only have interesting content there).

https://lighthouseapp.io

If you want to give a word filter a try, you can check out https://lighthouseapp.io/.

Rules are supported in the free plan as well, so it's easy to try out.

Plus it has a new feature which shows the ratio of bookmarked articles for feeds, which makes it easy to know which feeds to unsubscribe if it becomes too much.

The biggest cost of RSS feed items as a consumer is figuring out whether something is worth reading

I'm working on an RSS feed reader, and it has a feature that solves that problem. For every subscribed feed, it shows the percentage of items that you actually bookmark and read. So if there are feeds that you subscribed to but don't read, you can easily find out which they are and unsubscribe from them.

It's called https://lighthouseapp.io