Ask HN: What are you working on? (March 2025)
421–430 of 1001 posts
Re: Ask HN: What are you working on? (March 2025)
#422https://github.com/Tombert/swanbar https://blog.tombert.com/posts/2025-03-22-swaybar/ I wanted some extra functionality for the Swaybar in the Sway Window Manager. I got a basic thing working with Bash, but I wanted more stuff, and so I rewrote it in Clojure with GraalVM. I think it's kind of cool, I ended up with a fairly elaborate async framework with multimethods and lots of configuration, and the entire thing has…
One thing you can do is separate the information fetching from your bar completely. I have a service that runs every minute or so to fetch available updates from the arch repositories (including aur), it writes its output to a file and then my bar regularly updates it's displayed information based on that file.
I don't have the service definition uploaded anywhere, but you can see how simple it is to then integrate it with anything here [1]. This is a status bar I'm building with qml. It's not ready to be released yet, I'm at 0.7.0. Only tested on x11/i3wm so far. Last time I launched it in wayland/sway, there were some issues but it's been a while since. Since it's built with qt complex and non-blocking interactions are available out of the box. For example, switching workspace by clicking an icon in the bar, or switching the format of the displayed date time.
Re: Ask HN: What are you working on? (March 2025)
#423Also, I just started on building a web application with golang that will make it easier for hobbyists to share their creative works (like manga, paintings, etc.) by providing a much better platform for their creativity to show. Right now it's pretty bare bones but it'll be a cross between myspace and patreon essentially. Main difference being the ease of use and the ability to showcase your work directly on the same app, without having to host your works on a separate service and promote it on another.
Lots of ideas, so little time to implement them.
Re: Ask HN: What are you working on? (March 2025)
#424Re: Ask HN: What are you working on? (March 2025)
#425Re: Ask HN: What are you working on? (March 2025)
#426I'd always found web app backends to eventually need something that chained background jobs together. And inevitably, it was something bespoke without a lot of observability. It was always frustrating to maintain. And while building AI RAG pipelines, I've run into the same problems.
Re: Ask HN: What are you working on? (March 2025)
#427I don't know how people are so smart here. You people are really so incredibly clever and driven. I've found myself in a data analyst job where we do lots of python and linux stuff. That's cool and all but I am such an exhausted and deeply demotivated person. I don't know what to do next with my career. I am largely banking on building strong passive income streams. I don't think I'm in the right job or career - but…
Re: Ask HN: What are you working on? (March 2025)
#428Here's a synopsis of the plot, redacted since I've already revealed too much :)
-----, a college student from ----- majoring in -----, graduates from university and is recruited to work for a mysterious company that has links to -----. Initially hired as a translator, his talent with electronics get noticed quickly and his superiors begin training him for a covert overseas operation in which he will visit ----- as an exchange student while really serving as a spy.
With a soft spot for ----- culture, he is excited to visit ----- for the first time. Although he is fully aware he could be killed or imprisoned there, his confidence in his ----- language skills, plus a bit of youthful naiveté, make him jump at the chance. As he carries out his mission in -----, he uncovers a tangled web of family secrets.
Re: Ask HN: What are you working on? (March 2025)
#429I'm working on pure.md[1], which lets your scripts, APIs, apps, agents, etc reliably access web content in markdown format. Simply prefix any URL with `pure.md/` and you get the unblocked markdown content of that webpage. It avoids bot detection and renders JavaScript-heavy websites, and can convert HTML, PDFs, images, and more into pure markdown. pure.md acts as a global caching layer between LLMs and web content. I…
Very nice, how did you manage to bypass sites with cloudflare turnstile setup?
Re: Ask HN: What are you working on? (March 2025)
#430RankPic ( https://www.rankpic.info ) is an app to help users crowdsource their best photo. I've been building over the past 3 years. It's grown into a lovely community of people who help each other pick their best pictures for dating apps, professional photos etc. I've seen some pretty fun novel use cases, such as (multiple!) people using it to pick out glasses, wedding invites & so on -- https://apps.apple.com/us/ap…
Great idea, validate before getting validation on social media. nice.