BazQux Reader
Miniflux
RSS Reader
RSS Guard
News Explorer
Raven Reader
The Old Reader
Fluent Reader
GitHub
GitLab
BitBucket
VS Code
Git
Treehouse
Pantheon
CodePen
BazQux Reader
GitHubBased on our record, GitHub seems to be a lot more popular than BazQux Reader. While we know about 2470 links to GitHub, we've tracked only 20 mentions of BazQux Reader. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
I use BazQux (https://bazqux.com/) as it was the closest to the old Google Reader I could find. The developer also set up their own instance of FiveFilters Full Text Rss (https://www.fivefilters.org/full-text-rss/) for use with that reader to do fetch the content. I typically use this as proxy for any feeds I'm going to add where the author didn't provide the full text. Other than that:. - Source: Hacker News / 10 months ago
If you're willing to pay a little, I have used https://bazqux.com/ for many years and it has every feature I've ever needed built in. You can set up everything the parent comment mentioned in a few minutes. - Source: Hacker News / about 1 year ago
Write things down! All the weird things and ideas, put them into categories and write them down. This categories can also have a to do list. Use some kind of calendar. Try to not read the news on the internet too much. Use a RSS reader. Notes: Simplenote https://simplenote.com/ I use it with nvpy on Linux https://pypi.org/project/nvpy/ Calendar: https://www.rainlendar.net/ Tiny Tiny RSS Reader for selfhosting:... - Source: Hacker News / almost 3 years ago
I'm pretty sure that https://bazqux.com/ is a one man project. - Source: Hacker News / almost 3 years ago
In these threads I see a lot of RSS reader recommendations, but never the one I use, which is in fact the only personal software I pay for: https://bazqux.com It started around when Google Reader shut down and had all the exact features Google Reader had. I migrated around 10 years and have been using it ever since. It's blazing fast, always available, and never changes. I just bought a lifetime subscription a few... - Source: Hacker News / over 3 years ago
This is why eval and observability ship as a unit, not as separate purchases. agent-eval scores and gates the output โ the tiers above, drift, hallucination. AgentLens captures the trace of how the agent got there: every model step and tool call, the resolved inputs, the raw outputs, the trajectory. Two things fall out of that:. - Source: dev.to / 7 days ago
The real fragility is in trying to constrain arguments. The docs are explicit that a pattern like Bash(curl http://github.com/ *) fails to do what it looks like it does. It won't match curl -X GET http://github.com/... (option before the URL), curl https://github.com/... (different protocol), curl -L http://bit.ly/xyz (redirects to GitHub), URL=http://github.com && curl $URL (variable), or curl http://github.com... - Source: dev.to / 8 days ago
Fallback chains โ og:title โ twitter:title โ- SSRF protection โ if you fetch user-supplied URLs, you MUST block
localhost, RFC-1918 ranges, and internal hostnames, or your preview endpoint is a proxy into your own infrastructure- Caching โ you do not want to re-fetch a URL on every render
- Rate limiting โ a public...
- Source: dev.to / 10 days ago
$ git pull Remote: Repository not found. Fatal: repository 'https://github.com//.git/' not found. - Source: dev.to / 12 days ago
// ==UserScript== // @name GitHub -> Obsidian Task // @namespace obsidian // @version 1.0 // @match https://github.com/*/*/issues/* // @match https://github.com/*/*/pull/* // @grant GM_setClipboard // ==/UserScript== (function () { 'use strict'; function getTitle() { return document.querySelector("bdi")?.textContent.trim(); } function copyTask() { ... - Source: dev.to / 14 days ago
Miniflux - Miniflux is a minimalist web-based RSS reader. It's very easy to use.
GitLab - Create, review and deploy code together with GitLab open source git repo management software | GitLab
RSS Reader - RSS Reader is a software that enables you to get updates and news about any website or blog.
BitBucket - Bitbucket is a free code hosting site for Mercurial and Git. Manage your development with a hosted wiki, issue tracker and source code.
RSS Guard - RSS Guard is simple (yet powerful) feed reader. This is the official project repository. - martinrotter/rssguard
VS Code - Build and debug modern web and cloud applications, by Microsoft