Ask HN: What Are You Working On? (June 2025)

Jun 29, 2025 - 22:15
 0  0
Ask HN: What Are You Working On? (June 2025)

I'm working on rewriting OSINTBuddy in Rust with Apache Age and Vite+preact ( http://209.46.122.104/docs/overview - sign in/create account will not work yet). The project was previously written in Python using JanusGraph and the frontend using create-react-app. I still have to wire up all the frontend endpoints and write out a Rust websocket but once that's done I'll more or less be at feature parity with the old Python edition.

The code can be found here: https://github.com/osintbuddy/osintbuddy (and on codeberg)

sodality2 20 minutes ago
After 2+ years of maintaining the FOSS lightweight Reddit frontend Redlib [0], I realized that my niche but extremely detailed knowledge and experience of using Reddit's endpoints might be useful. After reverse engineering the mobile app and writing code to emulate nearly every aspect of its behavior, plus writing a codegen framework that will auto-update my code from analyzing the behavior from an Android emulator, I can pretty easily replay common user flows from any IP around the world, collecting and extracting the data. Some use cases:

* OSINT (r00m101 just beat me to it by launching...)

* Research into recommendation algorithms, advertising placement algorithms, etc

* Marketing (ad libraries, detailed analysis of content given data not even exposed to the mobile app due to some interesting side channels, things like trend analysis, etc)

* Market research for products

* Sales teams can use it to find exact mentions of other products. Eg: selling crash reporting software? Look up your target accounts' brands and find examples of complaints.

Plus a few more with more imagination.

So I'm working on a site that allows user access to some of the read-only functions available here. Coming soon :tm:. Been really fun building it all in Rust, though :) If you're interested in anything here, email in profile.

[0]: https://github.com/redlib-org/redlib


Is there any interest in factoring the Reddit parts out of the UI code? I've been thinking of taking a stab at that myself but figured this would be a good place to ask if you have plans :)

Do you mean a way to have the Reddit app render content from some generic social media provider, while keeping the UI? I haven't thought about that yet. I'm sure it would be possible, but that would require tearing out a lot of backend code and replacing it 1:1. Most of my work has been on the network side of the app, and not much modification; just introspection and inspecting behavior.

My main question: why, do you like the UI? I honestly really hate the reddit app, I haven't seriously used it for browsing since I fixed up Libreddit into Redlib :)

rkj93 0 minutes ago
making small releases for new styles and tools at https://vizbull.com Photo to Portrait converter

In few weeks releasing Chrome Extension for Youtube Transcript and Summary dashboard at https://www.infocaptor.com

Doing some minor fixes for https://wireframes.org - MockupTiger AI Wireframing

Smaug123 8 minutes ago
Ideas are coming way too fast to work on them all at the moment.

* Expect/snapshot testing library for F# is now seeing prod use but could do with more features: https://github.com/Smaug123/WoofWare.Expect

* A deterministic .NET runtime (https://github.com/Smaug123/WoofWare.PawPrint); been steaming towards `Console.WriteLine("Hello, world!")` for months, but good lord is that method complicated

* My F# source generators (https://github.com/Smaug123/WoofWare.Myriad) contain among other things a rather janky Swagger 2.0 REST client generator, but I'm currently writing a fully-compliant OpenAPI 3.0 version; it takes a .json file determining the spec, and outputs an `IMyApiClient` (or whatever) with one method per endpoint.

* Next-gen F# source generator framework (https://github.com/Smaug123/WoofWare.Whippet) is currently on the back burner; Myriad has more warts than I would like, and I think it's possible to write something much more powerful.

marcuskaz 22 minutes ago
I finally compiled and expanded on all my various blog posts, tutorials and other Python goodness into a book: Working with Python. It is available as a free pdf download at: https://mkaz.blog/working-with-python/

It's grown over a dozen or so years and when I finally decide to compile into a book, everyone now uses AI and no longer read and learn from books but instead through LLMs.


Fantastic. I wish I'd started on writing something like this years ago (although I'd wanted to teach explicitly rather than having a collection of how-tos).

> when I finally decide to compile into a book, everyone now uses AI

This is part of what discourages me from starting now, sadly. That, and having more concepts for actual Python projects than I know what to do with.


> everyone now uses AI and no longer read and learn from books

Not me, I read the shit out of documentation and also books like yours which distill knowledge from professionals down to a bunch of useful points. I have never not learned something (even if I knew and forgot it) from reading a good book about "Working with X".

Thanks for your hard work, and for giving it away to others gratis.

Edit: the string formatting cookbook has a ton of useful info that I always forget how to use, I'm going to bookmark your site by this page: https://mkaz.blog/working-with-python/string-formatting

ok_dad 11 minutes ago
I'm writing tests, fixing bugs, and adding features to improve the quality of a piece of financial software that transfers certain financial data on a special private network. It's way less fancy than it sounds, but I'm enjoying improving the tests and adding important security and legal compliance features. Knowing that others will depend on my hard work to keep their business financial records straight is a great reward, and I am taking my responsibility seriously.

I'm also working on learning about building software with LLMs, specifically I am building a small personal project that will allow me to experiment with them using measurable hypotheses and theories, rather than just tweaking a prompt a bunch and guessing when it is working the best. I know others have done this, but I am building it from the ground up because I'm using it as a learning experience.

I plan to take my experimentation platform and build a small "personal agent" software package to run on my own computer, again building from scratch for my own learning process, that will do small things for me like researching something and writing a report. I don't expect anything too useful to come out of it, since I am using 1.7B/4B models on a MacBook Air M2 (later I might use my 3080 but that won't be much improvement), but it will be interesting to build the architectural stuff even if the agents are effectively just useless cycle-wasters.

samjs 8 minutes ago
I've been building tooling for better debugger support for Rust types using debuginfo: https://github.com/samscott89/rudy

I'm planning on doing a proper writeup/release of this soon, but here's the short version: https://gist.github.com/samscott89/e819dcd35e387f99eb7ede156...

- Uses lldb's Python scripting extensions to register commands, and handle memory access. Talks to the Rust process over TCP.

- Supports pretty printing for custom structs + types from standard library (including Vec + HashMap).

- Some simple expression handling, like field access, array indexing, and map lookups.

- Can locate + call methods from binary.

welpo 13 minutes ago
I'm trying to create the best A/B test sample size & duration calculator: https://calculator.osc.garden/

It's free (https://github.com/welpo/ab-test-calculator), and it has no dependencies (vanilla JS + HTML + CSS).

Right now it only supports binary outcomes. Even with the current limitations, I feel it's way above many/most online calculators/planners.

ml- 1 hour ago
Still on my sabbatical and continuing to build on things I enjoy rather than things that pay (for now).

Main focus is https://wheretodrink.beer, collecting and cataloging craft beer venues from around the world. No ambition of being exhaustive, but aiming for a curated and substantial list. After the last thread, a bunch of people added their suggestions, thanks! It helped add interesting new venues from cities I hadn’t covered yet.

I’m very slowly layering on features, and have a few spin-off ideas I’ll keep brewing on for later. The hardest problem thus far has been attempting to automate popularity rankings and automatic removal of defunct venues without breaching a bunch of ToS.

Also made https://drnk.beer, a small side project offering beer-related linkpages and @handles for Bluesky (AT Protocol). It's been on the backburner, but still very much live.

Probably looking for another small project for the next few months to focus on something else for a while. Always curious to see what others are building and doing. Thanks for sharing!


How did you populate it? The Berlin list was pretty decent. I added one that came to mind.
benjaminbenben 17 minutes ago
I've been working on https://stacks.camera - it's an idea about overlaying the previous picture when you're taking a photo so you can create a timelapse or animation.

For example, you can scroll through 60 pictures from my window https://stacks.camera/u/ben/89n1HJNT

Most of the challenges are around handling images & rendering, but I've also been playing with Passkey-only authentication which I'm finding really interesting.

tokioyoyo 17 minutes ago
I wrote a simple app last year that put all my Apple Watch workout routes on a simple map, so I can see how much of the city I’ve covered (all existing options were paid, and I was too cheap for it). Now I have some time, so rewriting it properly that’s based on neighbourhood, completion %s, achievements and etc. It’s weirdly fun, because I’m not a mobile engineer, but satisfying to see hundreds of users per month using my app.

Also, every region has different ways of representing a “neighbourhood”, so I get to learn how to extract viable data from each city. Lots of map stuff, I’m genuinely enjoying it!


This sounds wonderful. Do you have some writeup about it or screenshots?
jesse__ 12 minutes ago
I've been working on a 3D voxel-based game engine for like 10 years in my spare time. The most recent big job has been to port the world gen and editor to the GPU, which has had some pretty cute knock-on effects. The most interesting is you can hot-reload the world gen shaders and out pop your changes on the screen, like a voxel version of shadertoy. https://github.com/scallyw4g/bonsai

I also wrote a metaprogramming language which generates a lot of the editor UI for the engine. It's a bespoke C parser that supports a small subset of C++, which is exposed to the user through a 'scripting-like' language you embed directly in your source files. I wrote it as a replacement for C++ templates and in my completely unbiased opinion it is WAY better.

https://github.com/scallyw4g/poof

dataviz1000 8 minutes ago
I built an IPC/RPC shim for my Chrome extension so I can send strongly-typed messages between isolated JS contexts that otherwise expose wildly inconsistent messaging APIs.

I discovered that VSCode has a very nice solution so I pulled the core VSCode libraries and injected them into a Chrome extension using the dependency injection, ipc / rpc, eventing to bridge the gap between all of these isolated JS contexts and expose a single, strongly‐typed messaging API, my IPC/RPC shim sits on top of each of the native environments and communication mechanisms listed below:

Environments: Node.js main process, Node.js child process, Node.js worker thread, browser main thread (window), iframe, dedicated Web Worker, Shared Worker, Service Worker, AudioWorklet

Communication: fetch/XMLHttpRequest, WebSocket, RTCDataChannel, EventSource, BroadcastChannel, SharedArrayBuffer + Atomics, localStorage storage events, MessageChannel/MessagePort, postMessage/onmessage, Worker.postMessage/worker.onmessage, parentPort.postMessage/parentPort.on('message'), ChildProcess.send/process.on('message'), stdin/stdout streams

Yesterday, Microsoft released the source code for the Copilot chat. Apparently, since the basis of my Chrome extension is the same core libraries I can drop the VSCode chat UI into the side panel without much friction. Although, I might continue to use Microsoft's FluentUI chat currently implemented in the extension.

Because Copilot chat has a lot of code that runs in node in Electron, now I'm working in porting all the agent capabilities for browser automation from the Copilot chat including the code for intent, prompt creation, tools, disambiguation, chunking, embedding, ect. I'm 4 to 6 weeks away from having feature parity of Playwright for automation from a Chrome extension side panel that can do most of the inference using huggingface transformer.js locally.

Yeah, I think I'm 4 to 6 weeks away from having a Copilot chat in a browser doing agent automation.

If you want to see where I'm at today, https://github.com/adam-s/doomberg-terminal.

acidburnNSA 22 minutes ago
I've been building an interactive nuclear reactor scoping tool to help people build intuition about how different types of nuclear reactors work and cost at different sizes. I ran a bunch of simple reactor simulations and this basically interpolates between them. https://whatisnuclear.com/neutronics-scoping-tool.html

I did a screenshare demo of it yesterday: https://www.youtube.com/watch?v=GQzDfrdf71Y

bbsimonbb 9 minutes ago
https://simplyfirst.fr.

We're off and running, making the world's best configurators for complex products. Our first clients love us. Our configurators implement some very personal ideas about front-end state management, and it's really a thrill to see it all working with real products, 3d rendering and zero latency.

growbell_social 7 minutes ago
AI assisted algorithmic backtesting & trading. https://www.growbell.com. You describe your strategy in plain language and we'll do the rest. Pretty charts included.
mkagenius 6 minutes ago
Letting AI code run wild on mac - via CodeRunner

1. https://github.com/BandarLabs/coderunner

nicbou 13 minutes ago
I'm still working on a German health insurance calculator. It evolved into a very elaborate recommendation tool.

Health insurance is one of the earliest, most important decisions immigrants make, and they often choose wrong. It can delay visa applications, cause coverage issues, or create expensive problems down the road.

Now they click a few buttons and get very specific recommendations explained in plain English. If they're confused, they can involve an independent insurance expert for free. The guy replies within an hour or two, and is cool with Whatsapp. The way I gather feedback from users, he's strongly incentivised to stay honest.

There is no AI involved, just good old-fashioned business logic. It means that the advice is sound, well-tested and verified by multiple competing experts.

It's such a far cry from either trusting whatever reddit or your employer tells you, or the slow back and forth of getting a quote from a (possibly dishonest) broker.

The second version[0] has been live for about a month, and the results are phenomenal. This third version vastly improves the quality of the advice, adding information about gap insurance for visa applicants, and making actual recommendations instead of listing all options.

It's a really fun project, even if the topic is boring. It's a great research, UX, copywriting, coding and business project. It's the product of a few months of hard work, and so far it seems to pay for itself.

[0] https://allaboutberlin.com/guides/german-health-insurance

zahlman 18 minutes ago
I've been more actively developing PAPER, and expect to push to GitHub and publish wheels on PyPI tomorrow although it's really still not ready for a Show HN. My work there has also led me to developing some side utilities:

* a library for filesystem tree operations (and other trees, if you're clever enough swapping in components)

* a utility to identify and extract wheels from pip's cache (so that they can be dumped into other installers' caches, for example)

I also hope to return to bbbb soon, if only to make sure that it can build PAPER's wheels smoothly (and with a few other basic conveniences implemented).

Oh, and I wrote an article for LWN recently and have plans for a few more....

conditionnumber 9 minutes ago
Papers with code for quant finance.

Writing pipelines to scrub US equities data and generate a risk model then write a crude simulator. Using Sharadar, which is less than ideal but very cheap. Selected Pinnacledata for futures. Haven't selected FX yet.

Agilesuitcase 8 minutes ago
Pomodoro technique with a quick shared break online minigame.

It runs a 25-minute focus timer, then launches a 3-minute round of a multiplayer minigame (right now just multiplayer Minesweeper), followed by a 2-minute cooldown with a chatbox

A couple friends and I do this manually, we work on side projects, mute ourselves on Discord, and play random games during the break. This just puts it all in one place.

Only Minesweeper for now, but planning to add a voting screen and a few more simple multiplayer games.

https://studytomato.com

raybb 14 minutes ago
Two things: https://urbanism now.com a weekly newsletter that pulls together (mostly) positive news from around the world to inspire local change.

The other more recent is a web based CalDAV client for Todo items. I love the tasks.org mobile app and can't stand the Nextcloud Tasks UI so I'm making an alternative that'll be local first and simple but fast.


plindberg 1 hour ago
I’ve been working on an app called Lång. It’s a calm daily spending guide – shows you what’s okay to spend today, based on how much needs to last how long.

The idea came from noticing how most people manage money day to day: checking their balance, adjusting by feel, trying not to drift. There are tons of tools for planning or categorising, but not much that fits that kind of improvised pacing.

Still early, but trying to shape it around those habits – to make something simple and steady, that supports how people already do things.

https://lang.money

pedalpete 13 minutes ago
We're enhancing sleep's restorative function through neurostimulation.

Our first devices were delivered to researchers in Feb for their clinical trail (we just provide the tech, it's their study).

We're prepping for pre-sale now as we finalize the last few manufacturing and design details.

https://affectablesleep.com

postalcoder 28 minutes ago
I'm still tinkering with hcker.news, which first started as a more configurable hacker news frontpage, but has turned into a thing that I've found to be quite helpful at content discovery.

I recently added a cohesive timeline view for hn's /bestcomments [0]. You can check it out here: https://hcker.news/?view=bestcomments

Basically, I am scraping /bestcomments, which is a compilation of the highest voted comments for that period. I present them grouped by story and in the order that they were added to the /bestcomments page. Check it out, it's a great way high quality comments on active topics. I'm going to add other frills like sorting and filtering, but this seems to be as good a time as any to get some of your thoughts!

[0] https://news.ycombinator.com/item?id=44076987 (thx adrianwaj)

daxaxelrod 30 minutes ago
Insurance is negative NPV. Trying to make it NPV neutral by giving people tools to self-insure. Starting with an app that lets you self-insure your phone with friends and family.

https://apps.apple.com/us/app/open-insure-self-insurance/id6...

sethops1 31 minutes ago
I'm working on https://tickerfeed.net - a new kind of forum for stock market discussion.

After HashiCorp was acquired by IBM I decided to take time off from corporate life and build something for myself. For years I've also been a casual retail investor on the side.

Forums like /r/stocks and /r/wsb in the past have been useful resources for finding leads and interesting information. But meme-ification (among other factors) have substantially degraded sites like Reddit, to the point where interesting comments are much fewer and far in between. With TickerFeed I'm hoping to recapture what was lost - a platform where investors can discuss companies and all things stock market through meaningful long form content.

It's also a chance to build something with my dream stack - Go + HTMX + SQLite, and that's been fun :)

qudat 28 minutes ago
We host a static site service where users can manage their sites via ssh (https://pgs.sh). Previously we used minio for object storage but have become frustrated by its perf issues on smaller VMs, don't need the distributed features, and wanted something a little lighter weight. We initially thought Garage could check most of our boxes but very quickly discovered perf issues there as well.

So we decided to build out our own filesystem adapter and recently deployed it. It's pretty exciting to have our own solution that does exactly what we need and appears significantly faster.

It makes us want to open source pgs.sh because it has fewer dependencies in order to deploy.

c0nrad 12 minutes ago
Base health counter for Star Wars Unlimited https://blog.c0nrad.io/posts/swu-health-counter/
robotswantdata 14 minutes ago
New “AI in a box” product, can run the big models I.e. DeepSeek-R1-0528 etc. comparatively cheap, fast and just works. Our build partner is big on sustainability, considering a return to upgrade option.

Likely will do a prosumer SKU, will be faster and cheaper than the Mac Studio equivalent.

pyromaker 32 minutes ago
I'm working on Fro (https://fro.app)

Haven't released properly yet - not sure if it's stable but oh well.

I don't like using my personal email to sign up for things. But there are definitely things that I do want to sign up for - newsletters, try out some services.

I know there are temporary email services, but I actually want to use these services. Of course there is Apple email that forwards to your real email.

But, I also don't want to flood my inbox.

Anyway, I wanted to receive these transactional emails in my personal Slack.

So, that's what Fro is for (https://fro.app)

- Sign up - get an email address - link to your Slack channel

And you can now catch up on those newsletters via Slack.

jaronilan 43 minutes ago
Nothing actually. Feels nice.
cbartlett 17 minutes ago
Just like another poster, I'm also building a website of daily puzzles, finally at the point where it's mostly finished and I'm not completely ashamed of it - https://dailyplay.club
dpkrjb 24 minutes ago
I've been slowly building a website full of daily puzzle games (https://regularly.co/). I built the first game for my wife (https://regularly.co/countable) which she plays every day. Floored is my personal favourite, I find it deceptively challenging
nikhizzle 18 minutes ago
A job feed for remote jobs - https://tangerinefeed.net/

This is something I’ve needed myself over the last few years as jobs become shorter and shorter lived. Keep on improving it as some kind of compulsion.

slau 25 minutes ago
A Parquet file compactor. I have a client whose data lakes are partitioned by date, and obviously they end up with thousands of files all containing single/dozens/thousands of rows.

I’d estimate 30-40% of their S3 bill could be eliminated just by properly compacting and sorting the data. I took it as an opportunity to learn DuckDB, and decided to build a tool that does this. I’ll release it tomorrow or Tuesday as FOSS.

niwrad 38 minutes ago
An audience-driven GenAI rom-com w/ Daily Episodes.

How We Met – https://how-we-met.c47.studio/

Each day, I create a new 30-second episode based on the plot direction voted on by the audience the day before.

I'm trying to see how far the latest Video GenAI can go with narrative content, especially episodics. I'm also curious what community-driven narratives look like!

For the past week, I've been tinkering mostly with Runway, Midjourney, and Suno for the video content. My co-creator vibe coded the platform on Lovable.

franze 14 minutes ago
Installed Claude Code in Sudo and Yolo Moder on my old laptop and told it to get self aware

it now takes every other minute a webcam pic of me to see whats going on


Just watch out when it starts singing Daisy.

Love this.
chidog12 38 minutes ago
Working on Lunova — a QuickBooks Online app that you can create custom alerts via SMS/email such as when big deposits land, invoices go overdue, or vendor prices spike. Just cleared Intuit’s tech/security + marketing review (Took over 3 months... after building the MVP) and we’re now live on the QBO App Store. Feedback and feature requests welcome: https://uselunova.com

How's it working with the Quickbook API - any tips?

Pretty smooth once you respect the limits: 500 calls/min + 10 concurrent per realm. We run a per-realm token bucket and queue work; If you throttle and batch, you won’t hit 429s, but I talked to a few QB app owners and bigger apps tend to find it restrictive.
stanac 25 minutes ago
Still working on sudoku variants app (posted show hn 5 months ago), reworking solving algorithms for better hints and difficulty categorization.

https://sudokuvariants.com/

lurkingllama 1 hour ago
An iOS app that lets you change the paint color of your rooms and try out new interior design styles (ex: Rustic, Coastal, etc).

I built it because I was blown away with what the latest image generation models can do and found that interior design is one area where it could already provide significant value for people. I’ve already used it in just about every room in my house to help me decide on:

- which paint color I should use

- how I should arrange my furniture

- what color theme I should be using to match the design I’ve gone with

- general inspiration on decor

It’s free to download to try with sample imagery. Unfortunately due to the cost of image generation, you won't be able to upload your own photos in the free version (yet). But I’m constantly improving the app and would really love some feedback.

https://apps.apple.com/us/app/roomai-restyle-your-home/id674...


OpenAI on the back?

It's built to be plug-and-play with a few different image generation models. gpt-image-1 (OpenAI's API-only image gen model) performs extremely well for certain tasks, but it's not perfect.
ChrisMarshallNY 35 minutes ago
I'm working on getting all my supported iOS/MacOS/WatchOS/TVOS apps ready for Version 26 (Liquid Glass).

It introduces quite a few changes. In my shipping apps, I'll probably be simply telling the OS not to use Liquid Glass (for now), but for my various test harni, I will need to adapt. Looks like a fair bit of work.

rozenmd 45 minutes ago
More or less the same project since Feb 2021: OnlineOrNot (https://onlineornot.com).

Idea is to be the uptime monitoring + status page solution software teams choose. Next big project I'm looking at is making a terraform provider for uptime checks, so setting up alerts for your new microservice becomes seamless.

Still years away from employing me full time, but we're getting there.


Great project, love your advanced API checking!

Just noticed your website checker might have a bug: https://onlineornot.com/website-down-checker?requestId=Kfd51...


What's the bug you're seeing? rate limited by Google?
asciimov 26 minutes ago
I have a nice garden going right now. TAM Jalapeños have taken the longest to flower, almost thought they wouldn’t. Sweet cherry peppers have been plentiful. Lost my zucchini crop to squash vine borers.
teruza 31 minutes ago
Just launched the full history of South African Arbitrage using beautiful graphs for anyone to explore here: https://www.zarbitrage.co.za
daniellionel 7 minutes ago
An application that helps non-native english speakers work on their accent.
dirwiz 19 minutes ago
A mail/spam filter to flag emails whose sender's domain is less than a year old.
ParanoidShroom 28 minutes ago
A reverse image search to detect dirty xtc pills. https://pillscanner.app/
asdev 39 minutes ago

Curious about whether you're aware of https://www.aitofit.io/en and how your app compares to it

this looks a little different to mine, mine primarily uses a chat interface
bravesoul2 15 minutes ago
Not sure yet but I want to build some Atlassian Forge apps.
mmarian 1 hour ago
Just writing posts for my blog on personal experiences with startups https://developerwithacat.com . Am taking a break from any serious building, bit tired of failing. Using the blog as a form of self therapy.
ajmurmann 34 minutes ago
An app that allows you import text in a foreign language you are learning and then click on sentences or words to get a translation and generate flashcards from them.
tasoeur 40 minutes ago
Last year I quickly built then released an experimental mixed reality horror game for Apple VisionPro: https://pulsargeist.com. It was a lot of fun and people actually liked the early prototypes of it. The game ended up completely tanking on VisionPro. Most people are on Meta Quest anyway so I'm now trying to re-implement the whole thing with Godot for Quest.

It's been a lot of fun but Meta HorizonOS (or whatever) is such a poorer dev experience... Anyway I'm now trying to rebuild the live environment mesh reconstruction feature that doesn't exist while encountering first limitations with Godot... Hopefully it will be ready in a couple months!

If this whole thing got you curious you can watch a technical talk I made about this game at the Letsvision conference in Shanghai, CN. https://www.youtube.com/watch?v=CYFH2hiRNqk

...and if social media doesn't somehow destroy your soul, you can follow me here: https://x.com/sxpstudio

mauvehaus 18 minutes ago
Our staining our log home project has evolved into a replacing some logs project after demolishing the sketchy balcony that came with the house and discovering a bunch of rot.

Frankly, I'm astonished that it hadn't collapsed out from under me when I was shoveling snow off of it this past winter. Behind the ledger that tied the balcony to the house was a mess of pressure treated lumber scabbed into a cavity in the logs formed by rot, none of it well-fastened or fastened into truly sound wood.

lcmchris 13 minutes ago
Fontweaver.com - AI for font generation.
gwbrooks 1 hour ago
Using Google's GDELT to analyze velocity and sentiment around public-policy/political news. Objectives: develop a taxonomy of news-event types and their behavior; use that taxonomy to test faster/better time to market with responses; ultimately determine which scenarios, if any, can be predicted.
kurrupttt 33 minutes ago
I'm building an app for students :) help them learn by using ai to generate flashcards, quizzes, materials etc.
Cypher 16 minutes ago
quitting my job :( 17 years and new management has been a disaster never to resolve... sad times
vax425 38 minutes ago
I'm building an automatic tide prediction clock that doesn't need an internet connection.
dookahku 37 minutes ago
A drone framework for managing different HW resources, similar to an operating system
chaosharmonic 1 hour ago
I actually just shared a Show HN post about mine before finding this...

I recently shipped a first-draft UI demo that you can play around with for my self-hosted jobs tracker:

https://escape-rope.bhmt.dev


~~Unless I'm missing something, that doesn't look like a jobs tracker.~~ Wait, I get it now, this isn't job applications, it's jobs available out there.
oulipo 12 minutes ago
We're building a repairable e-bike battery at https://gouach.com :)
iamwil 1 hour ago
An LLM driven app that helps you make buying decisions, like for coffee grinders, dishwashers, and monitors.
reaperducer 28 minutes ago
On a whim, I bought a pack of playing cards at the supermarket. Now I'm learning how to play card games.

The card maker has its own web site with the rules for playing all kinds of card games, and it's filterable by number of players, including many games for one person.

dheera 20 minutes ago
I took a break from a toxic big tech job.

I spent a couple months travelling.

Then I spent a couple months trying to use transformer-based models of sorts to detect short-lived inefficiencies in the stock market to try to create a passive income trading bot. I know short-term quant trading is super hard to be profitable, but Rentech did it, so I figured I'd throw a couple months at it.

Then I spent another couple months on AI for science, robotic lab automation, and trying to get AI to do AI research inside a Docker container.

ranger_danger 39 minutes ago
Nothing because I'm terrible at coming up with useful ideas for something to code.

I'd like to volunteer for a software project but I struggle to find good ways of locating a project that interests me.

JetSetIlly 37 minutes ago
An Atari 7800 emulator. The world needs another 7800 emulator I think.

A standalone BitTorrent DHT client https://github.com/delusionallogic/dht

It's pretty simple so far. I'm focused ok getting the basics right and robust, such that I can start playing around without disrupting the real network. I don't have any specific goals, I'm just sort of messing about.

One question that dropped into my lap today was who just announced 2k new Infohashes over the span of 10 minutes. That'll keep me busy for a while.

What's Your Reaction?

Like Like 0
Dislike Dislike 0
Love Love 0
Funny Funny 0
Angry Angry 0
Sad Sad 0
Wow Wow 0