nowfound

Dev tools · August 11, 2023

LA

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:&#x2F;&#x2F;github.com&#x2F;badlogic&#x2F;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&#x2F;<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&#x2F;pause&#x2F;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 →
  • Uforio2015 · ▲135

    An alternative reddit client

  • Readder2017 · ▲152

    A Reddit client with advanced features

  • SD
    SocialFolders, "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…

  • Milkeddit for Mac2016 · ▲89

    Dedicated Reddit client for your Mac

  • TA
    Telescope, 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&#x2F;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:&#x2F;&#x2F;telescope.surf&#x2F; 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!

  • Comit for Reddit2016 · ▲89

    A better way to browse reddit.

More dev tools this month

the category →
  • Dograh592

    The open source VAPI alternative

    Dev tools · 25d ago · dograh.com

  • Meridian530

    Don't let your work go unnoticed. Get promoted!

    Dev tools · 20d ago · meridiona.com

  • x1516

    Lovable for iPhone apps go from idea to App Store

    Dev tools · 11d ago · x1.new

  • 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

  • Nuphos380

    The AI-Native DevOps Workspace.

    Dev tools · 24d ago · nuphos.ai

Launched alongside, August 2023

the whole month →
  • Resend1,326

    Email for developers

    Dev tools · 2023 · resend.com

  • STORI AI1,320

    Your ideas become visually compelling branded social posts

    AI · 2023 · storiai.com

  • Kombai1,080

    A new AI model that you can prompt with UI designs

    AI · 2023 · kombai.com

  • Understand your audience without 50 interviews

    AI · 2023 · founderpal.ai

  • Lottielab871

    Create 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:&#x2F;&#x2F;blog.normalcomputing.ai&#x2F;posts&#x2F;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