Ledit – a read-only, client-side only Reddit and HN client
I've been frustrated with Reddit's recent API turn, and am also not the biggest fan of HN on mobile. I used to take part in discussion years ago on both sites, but have slowly turned into a lurker. As such, I need a slick client that works on both desktop and mobile, that let's me merely consume content, both media and comments, on both sites. I build ledit over the past few nights for exactly that purpose. I gather others might also have a similar need that's not yet filled by other options out there. https://github.com/badlogic/ledit How does it work? * As a default,…
What it does
In the maker’s words, at launch
I've been frustrated with Reddit's recent API turn, and am also not the biggest fan of HN on mobile. I used to take part in discussion years ago on both sites, but have slowly turned into a lurker. As such, I need a slick client that works on both desktop and mobile, that let's me merely consume content, both media and comments, on both sites. I build ledit over the past few nights for exactly that purpose. I gather others might also have a similar need that's not yet filled by other options out there. https://github.com/badlogic/ledit How does it work? * As a default, you see a multi-reddit called ledit mix. It's an set of subreddits my partner in crime combined to a multi-subreddit. Great for quick media fueled dopamine. * Click on the icon in the top left corner to view bookmarked subreddits as well as the entry for hackernews. You can remove bookmarks by clicking the minus icon, or set them as the default by clicking their checkmark. You can also change the theme there if you so wish. Beware my terrible design skills. * When you view a subreddit, indicated by `r/<subreddit>`, you can click the header bar and enter the name of a new subreddit you want to navigate to. No fuzzing with the browser's URL bar. * You can bookmark the currently viewed subreddit via the icon in the top right corner. The icon will not be visible if you've already bookmarked the subreddit. * You can also change the sorting of the currently viewed subreddit. For HN, the sorting lets you pick between news, newest, jobst, ask, show. * Media will be fitted to the screen in a best effort manner. * To view a post's comments, click the comment icon at the bottom of the post. They will be shown inline * To collapse the comments either click the comments icon again, swipe back on mobile, or press Escape on the desktop. * To collaps the children of a comment, click the comment itself. * If you must reply to a comment, click the tiny reply button in its header. You'll be navigated to the comment on either Reddit or HN, where you can reply if you're logged in. * Posts that have an image gallery are marked with an image icon. Click the image (not the icon) to expand and collapse the gallery. * Tap videos to start/pause/resume them. If they scroll out of view, they'll get paused automatically. The whole app is a single page app that directly talks to CORS enabled endpoints of Reddit and Hacker News. In case of Reddit, I use the old `.json` endpoints. No API keys required. In case of Hacker News, I use both the official Firebase API to fetch the stories, then use Algolia and the Firebase API to fetch comments and restore their order (that was fun to figure out...). I could add additional sources that follow the posts -> comments structure pretty easily. I'm open for suggestions.
Does the same job
all alternatives →

- SDSocialFolders, "Dropbox for social"2012 · ▲187
Hey fellow HN-ers, I'd like to ask HN about my latest startup: SocialFolders. We take a Dropbox-like approach to managing your content on your social networks by mirroring all the content you have on these networks in folders on your computer. Moving this content around, between folders or between services, is mirrored in the all-mighty "cloud" (ugh, I hate this word). We'd love to know what you think. We think our approach solves the problem of managing content at scale. We put together a quick 2'30 screencast to show HN how it works: http://www.youtube.com/watch?v=4s2TFsVezZQ If you want…

- TATelescope, a news reader app2017 · ▲90
I got fed up with the news reader apps out there so I decided to make my own. Its a simple concept where it tracks all your favorite news sources for new posts and the social shares it received. Then it ranks it HN/Reddit style using social shares as upvotes. It's not meant to be alternative to HN, just a focused way to track your favorite sources. Please try it out and let me know what do you think, http://telescope.surf/ Note: you can do 'Add to Homescreen' on mobile to make it as an app. Please leave a feedback or any feature wishlist you may have. Thanks!

More dev tools this month
the category →



Open-source GTM skills for technical founders
Dev tools · 29d ago · gtmcofounder.com

OpenTrailPaper is open-source bike computer firmware for the LilyGO T5S3 4.7" E-Paper PRO. It supports offline maps, GPX routes, FIT recording and Bluetooth sensors.
Dev tools · 1d ago · opentrailpaper.com

Launched alongside, August 2023
the whole month →



Lottielab▲871Create and ship lottie animations to sites and apps faster
Dev tools · 2023 · lottielab.com
- LC
Outlines is a Python library that focuses on text generation with large language models. Brandon and I are not LLM experts and started the project a few months ago because we wanted to understand better how the generation process works. Our original background is probabilistic, relational and symbolic programming. Recently we came up with a fast way to generate text that matches a regex (https://blog.normalcomputing.ai/posts/2023-07-27-regex-guide...). The basic idea is simple: regular expressions have an equivalent Deterministic-Finite Automaton (DFA) representation. We…
AI · 2023 · github.com