mvdtnz 10 days ago

I'm working on a geography guessing game. This is mostly in order to learn the technologies that the team I manage is working on, as I don't get as much hands-on time as I'd like at work. But it's a fun game and it's improving at a rapid clip. I'd love your feedback.

https://guesshole.com/

  • woutr_be 10 days ago

    Really fun, I love playing GeoGuessr, but really like the idea of using videos.

    Some notes on the UI:

    * I found the 50/50 split between video / map a bit annoying, especially on a 13" MacBook

    * The volume slider takes up a lot of valuable space, and felt like your normal scrubber to scroll through the video

    * Once you confirm a location, the whole UI changes again

    * Overall (especially on my smaller screen), there was a lot of scrolling involved to get to buttons

jpb0104 10 days ago

I'm working on a small project to bring plain-old-telephones back into our children's lives. Quick, screen-less connections with grandparents, cousins, and friends is as quick as picking up the phone and pressing one button. Imagine that.

https://www.beanstalk.club/

  • adamredwoods 10 days ago

    Also consider the elder spectrum. As my father grows older with eye and coordination issues, he cannot use the intricacies of a smart phone.

holysoles 10 days ago

A DNS zone management tool, made for having decent interface when using coredns as authoritative DNS: https://github.com/holysoles/zoneforge

Also considering working on a traefik plugin + helm chart for sending LLMs that ignore robots.txt to a tarpit like iocaine/nepenthes

phernandez 6 days ago

Late to the game here, but I'm working on Basic Memory (https://memory.basicmachines.co/docs/introduction), a knowledge management system for the Model Context Protocol (MCP).

What makes it different:

* Claude (and other MCP AIs) can both read from and write to your local markdown files

* Creates a connected network of notes that Claude can navigate between

* All data stays as markdown files on your computer

* When you chat with Claude, it automatically builds structure with simple patterns

* You can start a new chat and just say "Let's continue discussing X" without uploading files or copy/pasting

* Files are available locally, so you can edit them in and editor, like Obsidian, VS Code, etc.

I built this because I was tired of repeating myself to AI assistants and wanted my conversations to accumulate into something useful over time. It's basically a way to give Claude persistent memory while keeping your data local and be easily readable and editable my humans.

Some people are using it to maintain project context across sessions, document systems, and build topic maps without having to manually organize everything.

Demo video: https://basicmachines.co/images/Claude-Obsidian-Demo.mp4 GitHub: https://github.com/basicmachines-co/basic-memory

epiccoleman 10 days ago

I've got a couple different things I've been hacking on on and off over the last few months.

The one that's furthest along is a database and (currently extremely crude) webapp for asking interesting data type questions about Lotus setlists. I built a little scraper for Nugs and have all their setlists, I just need to take it further and get some of the queries I want implemented and put some kind of halfway decent interface in front.

I also built a little app that uses your Claude API key to generate "generative art," so you send in a prompt and it sends back some visualization code and renders it. It's fun to mess with but I haven't seen anything come out that's wowed me yet.

Got some other little hackeries going too, a lot of my recent hacking time has gone towards getting the -arr apps and their whole little ecosystem set up on my home server. I got a little N100 machine back in December and have been having tons of fun hosting little docker gewgaws.

kevinmershon 10 days ago

I've been working since November on an integration between a Quest VR app called Fluid, and MacOS and Windows hosts. The app itself is called Fluid Link, launched just after new years, and has been rolled into official Fluid offerings. It supports full desktop and individual window streaming into the Quest app, shared keyboard and mouse control, and unlike competitor apps also supports multiple hosts and cross platform clipboard sync.

Fluid's website is https://fluid.so and Fluid Link is available for download at https://fluid.so/fluid-link

Fluid is currently free (until tomorrow?) and Fluid Link is free to try up to 15 minutes at a time, with no restrictions on functionality. There's a discord server and in-app support chat for support questions, and videos demonstrating Installation and usage on YouTube.

egypturnash 10 days ago

I'm just drawing stuff, including a comic book about a future run by horrible AIs that find they get the best response from humans when they present as horrible, unctuous clowns.

http://egypt.urnash.com

If you have lots of money to burn and want to support a queer artist in the Gulf South, I have a Patreon.

  • jfil 3 days ago

    You mentioned the comic before - it's really different and I like that. I recently went back and read through all the finished No Pizza on Luna panels. Keep doing what you do!

mysticlabs 10 days ago

I have a startup idea and I’m curious what others think.

Setting up AI agents is way too complicated. I am constantly being sent to GitHub pages with installation instructions that require way too many dependencies, API connections, and more. We’re talking hours of setup and config.

So what if there was an open-source marketplace where you could just search, find an agent, click deploy, get launched into an already configured agent, and just have it do its thing? Essentially a marketplace discoverablity, automated deployment infrastructure and an interface to manage your agents.

I’d also probably create some kind of open-source solution, probably a custom Docker container, so developers can easily build agents and wrap them in a container and upload them for deployment.

Thoughts? Does anything like this already exist?

P.S. No, I don’t want to build or use another crappy AI agent builder. I want to deploy open-source agents already built by actual developers.

xena 10 days ago

I'm working on scraper bot filtering software! https://github.com/TecharoHQ/anubis. This week I'm going to publish the plans for building binary packages (both distribution-specific packages and tarballs full of binaries).

allenleein 10 days ago

3D Drone Wargame.

(https://horus.sh)

I'm developing a wargame-like 3D simulator designed to train AI drones into elite stealth pilots. By integrating reinforcement learning techniques and utilizing real-life local landscape data, the simulator offers highly realistic mission scenarios.

elric 10 days ago

Currently rewiring some my home's electricity so I can monitor my PV power production locally (without the shitty built in Chinese cloud garbage with hardcoded wifi passwords).

Using the Shelly Pro EM for energy monitoring (it has 2 CT clamps, one is going on the PV output, the other on the grid input).

The data will be collected in Home Assistant on a HA Green device. Additionally, we have "smart" electricity meters here, these have a port which can be used to fine grained power & gas monitoring, should be possible to integrate that into Home Assistant as well.

It's not anything particularly challenging, it's mostly refactoring my electrical distribution board to make room for the Shelly device, routing ethernet cables, and installing some power sockets and a network switch to tie everything together.

ianthehenry 10 days ago

I'm working on adding something like https://graphtoy.com/ to my lisp-based 3D art tool https://bauble.studio/. It's really useful to visualize functions like this, especially when writing animation curves that vary over time.

It's easy to add it as a plain overlay over the screen if you're graphing a function, but I really want it to be able to plot arbitrary expressions with free variables where it just infers the axes, so you can just see values overload in the orthographic view (press alt-q to see that). That way you can just write something like (ss p.x 0 10 | graph) on any expression and visualize it as you go. I haven't quite figured out how to make it seamless though...

  • egglemonsoup 10 days ago

    I've seen Bauble before, although not sure where. Love your work

anmolparashar 10 days ago

I have been working on Hostup, with which I recently got accepted into Antler's residency program.

It's currently an upsell management and fulfillment platform built for hosts and property managers who list on Airbnb, Booking.com, and other travel websites. My goal is to make staying at Airbnbs as great as staying at a hotel (without the downsides) by building experiences for guests.

This currently includes the ability for the hosts to offer things like meal plans, at-home massages, etc. In the future, it will help them offer a faster check-in process, make personal recommendations, add interactive guides, and maybe even neighbourhood treasure hunts that involve other travelers.

[1] https://hostup.ae [2] https://antler.co

liu3hao 10 days ago

Working on Circuitscript, a language based on python to describe electronic schematics/circuits: https://circuitscript.net/

The motivation for creating Circuitscript is to describe schematics in terms of code rather than graphical UIs. I have used different CAD packages extensively (Allegro, Altium, KiCAD) in the past and wanted to spend more time thinking about the schematic design itself rather than fiddling around with GUIs.

The main language goals are to be easy to write and reason, generated graphical schematics should be displayed according to how the designer wishes so and to encourage code reuse.

Currently trying to improve the docs and also release an online IDE. Please check it out and I look forward to feedback!

hboon 10 days ago

I'm building and running a Bluesky analytics and post scheduler site, with a couple of tools on top. The network is showing good growth and promise at 33M users at the moment so I'm optimistic about it.

https://theblue.social

PotatoNinja 10 days ago

I am trying to finish the first draft of my whodunnit novel, before I hit the two-year anniversary from when I started out. I've had good periods with streaks where I write 45 minutes in the morning, but also longer periods where the project lies dormant. 100 pages in so far.

lucasfdacunha 10 days ago

I have been curating a gaming newsletter for a little over 5 years now called The Gaming Pub - https://thegamingpub.com/

This year, I started my first original content, Unmuted, which is a series of interviews with regular gamers about how gaming is part of their lives and their gaming habits. It's going pretty good so far with 2 interviews done. This is the latest one: https://www.thegamingpub.com/features/unmuted-002-mateus-kar...

The hardest part is sourcing the people to be interviewed.

  • wonger_ 10 days ago

    Unmuted is a great name. I like the concept of interviewing regular people, kinda like Manuel's People and Blogs series.

rcgs 9 days ago

I've used Notational Velocity for years, but couldn't get a working binary on latest MacOS/Chips and the newer variants I found seem to miss the mark on what made Notational Velocity great (imo).

So I'm working on an electron version[1] that has what I remember of the core UX. I wasn't the best user of NV – I'm sure it had features that I didn't use. If there are features that it had that you used, I'd certainly like to be aware of them.

[1]: https://github.com/ralphsaunders/nv-electron

OisinMoran 10 days ago

For the last while I've been working on a link sharing site that allows you to follow subsets of someone's tags, rather than the whole person. It's a kind of "alts by default", moving counter to the audience capture of so many social media sites that forces you to over-simplify yourself.

Reverse chronological is sacrosanct, and it will never have ads (there is a recently added subscription option). I plan to do a proper launch soon but I'll admit anyone who signs up to the waitlist from this post.

I've already found so many cool resources from it and we literally just got our 1000th post!

Other fun milestones:

[x] First user I don't know

[x] First paying customer

[x] First user to surpass my usage

[ ] First lynkmi marriage

Check it out at https://lynkmi.com/

juicypt 10 days ago

Working on a small SQL-based streaming ETL tool.

It reads from a replication stream and allows you to trim/enrich the replicated data by running SQL queries from the database, then writing the result out to another database (also using a custom SQL query, so it's easy to do upserts or joining with other data on the destination database).

It's working really well, and I'm just sprucing up logging and documentation a bit before making the source code public on github. The idea is for it to be a much simpler alternative to things like Debezium for small to medium sized projects.

Currently supports postgres for input, and postgres and clickhouse for output with more databases coming down the road.

rchowe 10 days ago

I wrote a small business preventive maintenance and calibration tracker (https://pmcal.net) as a side project.

A few manufacturing companies that I have a close relationship with are using it and love it, but I have kind of hit a wall with other growth avenues (Google Ads, organic promotion on the web).

I have been thinking of marketing directly to ISO 9001 auditors, because “can you get email reminders” is a question they have asked at multiple companies I have worked at. I feel like cold mailing them something branded (e.g. notepads) might work, but I am not sure how much money I want to spend on it if it doesn’t and it’s also a bit nerve-wracking to put myself out there like that.

  • protocolture 10 days ago

    Thats really nice. I think I want to install this on a small Raspi at the end of a baseball bat and use it to assault some customers.

  • HeyLaughingBoy 9 days ago

    Nice. A calibration tracker is actually on my list of possible future projects :-) I'm surprised to see it here since it's not typical HN fare!

    • rchowe 9 days ago

      Thank you. My day job is as an engineer in manufacturing so I felt like I had a unique opportunity to "build what I know" and have seen people use and enjoy.

      It's a worthwhile project to build yourself. If nothing else I found out that I definitely do not like the date-fns library in JavaScript. I built it using AWS Amplify, and although I like that it scales to zero, but I think there are too many gotchas to Amplify, and especially DynamoDB, for a startup app that you want to move quickly on. I wrote up one of the major ones after I got really frustrated. [1]

      Like I said in my original post, I am trying to figure out how to get it in front of the right people (who are less likely to be on HN). I have kind of decided that the B2C sales experience is not great unless you get a critical mass; my experience doing sales in manufacturing is working the booth at trade shows, talking to people about engineering, and using our process tools to develop a solution to the customer's problem. The more scattered "compete for attention" advertising/promotion sales model doesn't seem great unless you have a lot of money behind it.

      I'm rambling, but if anyone likes this or feels it needs a certain feature, feel free to reach out. If you're in Boston / Providence I'll happily grab a drink with you.

      [1] https://gist.github.com/rchowe/1db32f1f26d74688a9b4083a19f6a...

      • HeyLaughingBoy 9 days ago

        Two places that might be useful to learn about additional pain points or features, if you haven't tried them yet:

        reddit /r/manufacturing

        PracticalMachinist.com has a Metrology section and there's always a healthy discussion going on in the General forum.

        • rchowe 8 days ago

          Thank you for this. I have been on r/manufacturing and if someone asks for a solution like this I am ready with a link :) I will check out the forum.

tudorrr 10 days ago

I've been working on an open source game backend for Unity and Godot: https://trytalo.com. GitHub: https://github.com/talodev.

I'm aiming to solve the problem of wanting to build a game but having to build all these extra "other" systems around it (leaderboards, stats/analytics, saving and loading game state).

Right now you can drop Talo into your game for player management, authentication, leaderboards, analytics, game saves and player segmentation. There's a dashboard too so you can visualise all of your game's data.

mstipetic 10 days ago

I'm working on https://reynote.com (not optimized for mobile in case you want to try it out).

It's an AI-powered relationship coach supported by an specialized AI swarm following integrative therapy principles. It started off by me thinking "how would an AI relationship therapist work if they could see both sides of an argument" to me reading up a lot about integrative therapy, experimenting with various AI agent architectures and landing on this approach now.

I'm pretty happy now with how it works. Even my wife, which is not really into AI and is a coach herself is using it regularly.

hafley66 10 days ago

I got really good at rxjs and saw a way to make a custom jsx transform where every element is an Observable of string. I've been using it to make my site/blog and just got done writing a mini self contained jira board to iron out the interactivity aspects.

Since it's strings, I just render to file for backend static site generation, then frontend I use diffDom library to do efficient (enough) updates from html string without destroying dom state.

It works really well, but I also don't allow inline event listeners (they make everything much harder), so I've been learning how to leverage event delegation. All in all a pretty fun side project.

  • vannucci 10 days ago

    You've sent me down a really interesting rabbit hole as someone who is trying to move away from just writing and understanding how React works. Can you explain a little more why this felt worth pursuing? I'm interested in what sorts of advantages this could have.

    • hafley66 10 days ago

      Sure! Some ideas come to mind:

      1. Async and conditional effects without hopping component boundaries with switchMap

      2. React.Context ritual vs oneliner `pipe(shareReplay)` - this is easily the most useful thing, in lines of code alone

      3. React is used shallowly for jsx and html, and rxjs is used for events and state and quite literally everything not writing to the dom.

      4. Lazy by default, no need for suspense bc it's inherit property of observables.

      5. Merge and combineLatest give you algebraic tools for constructing your logic instead of stringing components down a subtree

      6. Scan but that's just inline redux reducer but I use it all the time

      7. Observables are on standards track for HTMLElements in browser. - element.when('click').map/filter/takeUntil etc.

      I view react as promises--. You have to do wildly hacky things using custom API ideas that change between majors, can only use sync functions, yet all your logic is async. It's like the function coloring problem on steroids.

      The maiden voyage of my blog will be soon, it's first big write up will be the test page for this jsx transform, then I'm gonna be writing a field guide for how to translate between react and rxjs.

      Incredibly good reference imo: https://dev.to/mfp22/rxjs-can-save-your-codebase-49fi

      Tried to make this concise but I'm on mobile

blmayer 9 days ago

I have 2 fronts actually:

1. Hardware a. Trying to create my own mechanical keyboard: already modeled, how finding a suitable printer. b. Waiting for a display to arrive so I can wire into my digital calendar. c. Waiting my modem HAT to arrive to go to phase 2 of my self hosted server.

1. Software a. Preparing my next blog post. b. Working on my distro.

References:

- Blog: https://blog.terminal.pink - Distro: https://terminal.pink/lin0/tree/index.html

NB: I know my certificate expired.

[removed] 10 days ago
[deleted]
mhdi_kr99 9 days ago

I'm working on a GenAI learning platform (focusing on software engineering). I want it to not suck, not to be another LLM wrapper. I will make it public as soon as I find it useful myself.

Nevermark 10 days ago

I am finishing up a 32 year old stretch project (as of this month). 99.9% sure I nailed it. Technically a 42 year old project, but it took me 10 years to find the right way to think about it and craft a formal definition.

The theory seems to check, but I can't/won't be convinced until the tools based on it are complete and working without friction or exception. Many times it has felt like I was tilting at windmills, but every challenge eventually caved.

An epic (for me) black triangle moment approaches! (Discovered that term here on HN.) An algorithmic triad the color of space without light is a poetic, but not misleading description.

Wish me luck!

  • hardlyfun 10 days ago

    I am curious about the project. Can you provide a clear description?

    • Nevermark 10 days ago

      It is something I can build a business with, without being transparent about the technical advantage. So perhaps I shouldn't have commented here. But it is a milestone moment, a big milestone after a long haul, and the "What are you working on" subject on this particular month hit me in a celebratory way.

      On the business side, things seem to be well lined up.

      So my apologies for being indirect. Not trying to be "mysterious".

      I just favorited your comment. So at any moment I feel I can be more straightforward I will reply to any comment you make in any other thread. That will be a good moment too.

tcmart14 10 days ago

I've been dipping my toe further into gamedev. Been working on a game/maybe minimal engine? Been writing about it on a site. It uses a basic raycaster style rendering with billboard sprite. Shout out to pikuma for getting me started down this path. But started as C, tried it in Zig and ended up rewriting the whole thing in C++. Front page of the site has a little demo scene. Dev log contains just some mad scribblings about thing I am doing, thinking about, and trying.

https://forgottenelixir.com

gzmihai 9 days ago

I’ve been building Velty[1] over the past year as a tool to tame my ever-growing YouTube subscriptions. It’s a web app (PWA) that lets you organize your YouTube channels and videos into folders (with sub-folders), and view all the latest videos in one chronological feed with powerful filtering/sorting.

I built it because I was frustrated with how hard it was to manage a large number of channel subscriptions using YouTube’s default interface.

https://velty.app

  • reisr3 8 days ago

    This is great! It's very close to something I desperately want to exist: a way to peruse the YouTube videos' my friends are watching.

    My algo often gets bad, and the best recommendations for YouTube videos come from friends' suggestions. And sometimes I just want to be recommended something totally different than what my algo would know about.

    Would it be possible to add that feature?

    • gzmihai 7 days ago

      The idea behind Velty is to let you consume your YouTube videos mainly in chronological order, without being at the mercy of the YouTube algorithm.

      Sorry, I don’t plan to add that feature.

n3cubed 10 days ago

I made an RSS reader. I have an idea for an infinite canvas dashboard that I meant to use for various things other than RSS because I wanted something to put on my touchscreen portable monitor and projector.

I tried to make the dashboard experience really seamless and even used a physics engine in there. I think I did achieve this though, but I ended up spending more time on the UI than the dashboard contents. IMO infinite canvas UIs are not utilized enough.

Try it out and tell me what you think. Currently, it only shows what I put up there.

https://nitbit.dev/zoopboard

huksley 10 days ago

I am building DollarDeploy [1] - platform to deploy apps to your own server. Think of it as a Vercel but without serverless or public cloud confusing pricing - DollarDeploy + VPS of your choice. DD supports NextJS, React, Python, Docker Compose apps. NextJS and React runs without docker and deploy super fast - around 1min from GitHub push to live with HTPPS, Postgres and Redis db alongside.

Currently in progress of implementing DevOps AI which will configure properly your deployment based on the source code.

- [1] https://dollardeploy.com

registeredcorn 5 days ago

For context, I work as a QA tester who (currently) does exclusively manual testing. I'm trying very hard to get into automated testing, or possibly move over to Web Development.

At the moment, I've been doing very little. I had been hyperfixated on going "above and beyond" at work, doing close to 60 hours per week when I was only getting paid for 40 since January. I had been hoping that if I had been putting in an excessive amount of effort in terms of productivity, I would get some recognition for it, and more importantly: be given the opportunity to work on professional development things, in terms of, say, classes or training so I could learn more about automated testing. I really want to move towards something more intellectually stimulating the grinding manual process we have - I see so much room to improve. I really just want to learn more things, so I can become a better asset to the my employer, and so I don't feel like I'm just "treading water" in terms of industry knowledge.

Instead of things going that way, I was basically told that doing what I had been doing is... appreciated... but doesn't really change anything, because no one had asked or expected me to do it.

It was demoralizing to get the brush off in that way, but I've decided the best course of action then, is to forge my own way. Do the hours I'm required to do (and do them sincerely well), but put that creative hunger into building a website, building some repos, and finding my own way forward.

At this point, I've already bought a domain. Now I just need to figure out how to build one, and start making some cool stuff.

Its hard to set tone through text... I'm not bitter about what happened, everything they said was technically true. Heck, I'm not even angry about it. It was naive of me to get my hopes up thinking I would get my way, if I put in the effort up front. It just feels... bad to not really feel any kind of positive reinforcement for professional development, or even for working as hard as I’ve been working for the past 3-ish months. In fairness, what they said isn't unreasonable, but it sucks they don't want to invest into me, the way I invested into them.

ticktockten 10 days ago

I have been working towards building and understanding the shift in search / information retrieval.

To that end, I just did a show HN on a couple of my projects

What if google did not focus on hyper commercialisation? 10 Blue links, but sorted by how they answer your query- https://www.unlob.com

Can we answer questions with lesser hallucinations? A snippet cited answer engine which only picks links that focus on answering your query - https://www.unzoi.com

imjustaghost 10 days ago

I 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 I don't know what I'd do otherwise. I am not sure I can afford to do an apprenticeship. Maybe I should speak to a psychologist.

seblon 10 days ago

I developed multi-ssh, it's a command-line utility designed to simplify the management of simultaneous SSH connections to multiple remote servers. It leverages tmux to create organized sessions, allowing you to interact with servers in separate panes within a single window or in individual windows per server. Features include synchronized input across panes, executing commands on all servers, copying files using rsync, and customizable configurations via a config file.

https://github.com/arakis/multi-ssh

  • rao-v 10 days ago

    Thank you for this. I’ve been baffled by how many of the usual tools are a poor fit for persisting work over SSH across multiple servers.

adelowo 10 days ago

I am currently working on and beta testing an app called Malak. It is an opensource version of Visible VC/Carta/Angelist. as a previous founder, toolings to send and manage investors' updates, decks, fundraising and others were ridiculously expensive and now I have built one completely open sourced but I have an hosted cloud version.

Product live at https://malak.vc OSS source code at https://github.com/ayinke-llc/malak

iamwil 10 days ago

A reactive computational notebook with an effect system. Kinda like a "factorio for workflow processes." I want to use it to build backend pipelines or AI RAG pipelines. I'd be able to replay network effects for debugging. It is multiplayer and can be easily deployed to a server.

I'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.

karmicthreat 10 days ago

I've been "Vibe Coding" this weekend with the vibe of a micromanaging tech lead or PM. Actually, it's not terrible if you just accept that you need to treat the AI like a year 0 engineer who is really good at googling.

I've run the project through cline and roo. Also tried Claude 3.7 and the 1M context Gemni 2.5 pro model. I'd say Gemini is less creative. But it's still good.

I can see how it is a productivity booster. Or at least it gives you the illusion of one. Really I think best part of it is just building out detailed documentation. That's really the killer app for me.

  • andupotorac 2 days ago

    I've been vibe coding for 6 months now. You can do anything a developer can with it. It's not just for docs. :)

jetbalsa 10 days ago

Hyper-V as a Service ish?

I have a use case to have a need to provision at will hyper-v instances for others to have control over fully. I've looked into proper things for things like SCVMM and Azure local and really they do suck..

So off to build a set of automation scripts to provision hyper-v inside of hyper-v attached to S2D shares and give students admin access to them and work in teams to build things on their own.

Its going to suck... I've done this exact use case using openstack, incus, proxmox and they all kinda suck...

I need project isolation, I need freedom, I need compliance.

The compliance is where I'm stuck with hyper-v due to the powers to be....

Wish me luck!

npras1 8 days ago

RubyExamples.com [1]

Got inspired by Go by Example [1] while learning Go. Realised there's nothing for Ruby like that and decided to build.

Goal is to have simple urls for one-click navigation for each topic where the page covers a single topic briefly with examples, with relevant links and historic artifacts (for example, it links to the "Programming with Nothing" talk in procs/lamdba page [3]).

It's still a work in progress and I'm not rushing it.

The examples are all my own. It's easy to do with AI, but I'm not going that way. I'm explaining things based on my own 12+ years of ruby experience.

Like GoByExample, this is also desktop only, but mobile-friendly is on the roadmap. The CSS also will change to be someting like RailsGuides. Might also add a video for each topic explaining the code.

[1] - https://rubyexamples.com/ [2] - https://gobyexample.com/ [3] - https://rubyexamples.com/p_and_l

enjaydee 10 days ago

My side project now is a websockets based dashboard that acts as a todo list for my easily distracted children in the morning. The tv remote is an lg one that can be used as a mouse, and they pop the tasks on the screen. I used chatgpt to generate some kawaii style stickers (think big eyes and sparkes). They love it. The reward is (in the morning at least) however many Blueys they can watch before the predetermined departure time.

A few improvements to go, but from what I hear from other parents (without raising it) is that they'd take advantage of something like this.

  • 77ko 10 days ago

    Sounds very cool! Are you displaying this on a dedicated screen or using an app on a lg tv?

    • enjaydee 9 days ago

      Just using the TV web browser. Do you have kids? Mine are so easily distracted in the mornings. It spawned from the bewilderment of them having so few jobs to do in the morning (compared to us parents) and the complete lack of focus

sanity 10 days ago

I've been working on a decentralized group chat called River[1], which will be the first truly decentralized group chat and the flagship application on Freenet[1], a general purpose platform for decentralized apps.

Just 2 or 3 bugs remaining before people can start playing with both River and Freenet which hopefully means we're days away (touch wood).

[1] https://github.com/freenet/river [2] https://freenet.org/

winrid 10 days ago

I'm working on a combined registration and timing system [0] for motorsports organizers, mostly rallycross atm. Most RX organizers in CA are using it now. In 2023 32 events ran their timing with it!

It's designed to save organizers time and solve reg & timing problems I got tired of dealing with as a competitor.

Soon I'll be adding QR code support, so we can just scan a QR code on your helmet or car at lap (which helps handle multi driver cars etc).

I plan to rebrand it into other verticals later.

[0] https://sidewaysdata.com

iancmceachern 10 days ago

I continue to build the best hardware product design firm in the world. We have designed surgical robots, implanted devices including blood pumps, down bore oil drilling robots, high volume disposables, helped companies bring injection molding in house. On and on.

We are based in the SOMA neighborhood of SF and would love to help anyone with their hardware!!

http://www.iancollmceachern.com http://www.goldebgatemolders.com

  • kristianp 10 days ago

    You need to include the https :// part of the url for it to be recognised.

gremlinsinc 8 days ago

Currently homeless, driving Uber and Lyft. I've fixed my mental health after a shit storm of life events, mostly using AI as therapist.

I'm going back to school soon for psychology (figure financial aid can also pay room and board).

I'm wanting to build a mobile journal app with a bunch of AI guided 'games' to help learn DBT skills or work out trauma or do Shadow work or just guided CBT for a purpose.

I've changed my MBTI from intp-t to enfp-a...(I find I revert sometimes when I don't feel safe)... in other words I've become a very outgoing people person at least I'm a lot less afraid in social situations or to act like a fool on the dance floor... etc...

I also want to write a book and do videos on hacking your brain using AI... nobody seems to be doing this... there's a lot of potential for this niche I think.

I fixed hobbies, depression, and social life, all that's left is physical and financial and those are kind of easy when emotions are in check.

martylamb 10 days ago

I just finished adding support for ChatGPT's new GPT4o image generator to <https://martiansoftware.com/chatkeeper> and it's working great. Testing it over the next few days and then it'll be ready for release.

This is a tool meant for heavy users of ChatGPT who want to sync their *entire* conversation history to local markdown files. If that describes you, I invite you to check it out!

InfiniteBox 9 days ago

A lead generator called snappy leads: https://snappyleads.co.uk/

Input: The website of a company. Any company. Apple.com or Ycombinator.com if you want.

Output: The verified email of every Apple/YC employee we've managed to find. Works for linkedin profiles too — put a linkedin profile in, you get a verified email out.

It's currently cheap as fuck ($10/mo) because it's a hacky piece of software. It doesn't work every time, but it gets improved every 48 hours so it'll be really good soon.

We're also teaching people how to hack sales and advertising, stuff like how to get a 30% response rate with targeted cold email. Basically everyone who's bought a subscription gets a lesson once per week. I've got 10 years of experience teaching skills, so in my opinion it's cool.

Join the discord server here if you want to talk about that: https://discord.gg/2RNwH8ta4A

If you want proof that I can even write an email as good as that: https://imgur.com/a/z9gNgGH

matcha-video 10 days ago

I've been working on a free, in-browser "pre" video editor. Upload your clip, use a transcript interface to cut it down to the takes and salient bits you want to keep, then export your cuts to FCP or Resolve to complete your editing. This tool saves me about 25-30% of my editing time.

Uses transformers.js & WebGPU for running transcription, so it's pretty fast. It's still a bit rough around the edges, so I'm looking for feedback.

https://matcha.video

csomar 10 days ago

I've been and still working on code input (https://codeinput.com). A merge conflict resolution tool that integrates with GitHub. I'm close to move from an alpha to a beta and hopefully it'll be ready to launch in a couple months time. If you dread merge conflicts, or currently have a Pull Request stuck in a conflict state, give it a try. I should re-mention it is still in an alpha state and might bug out during the process.

rbrownmh 9 days ago

Working on ʻŌlelo Honua, a free and open-source internationalization (i18n) tool that uses AI to translate app content. Now building a CLI so it can integrate seamlessly with tools like Shopify and other platforms. The goal is to make localization effortless for developers without relying on expensive translation services.

https://www.olelohonua.com

Would love feedback—especially on CLI features you'd find useful!

bigwindow1 10 days ago

I'm working on Dronygon, a map of cool drone flying locations.

Well I just put it live couple of days ago, now I'm just starting to post my own locations.

Had this idea when I wanted to take my drone out but didn't know where to go. And as a plus I really wanted to learn more about working with maps and geolocation for an upcoming project, so this was a perfect way to learn it and make something useful.

https://dronygon.com/

ilaksh 10 days ago

I'm working on MindRoot, which is a plugin-focused agent framework with a fully customizable chat UI and swappable services and commands as well as pipes, agents and personas. The goal is to be fully user-friendly while also easily expandable for programmers. And to make it easy to share tool commands and agents. Hopefully someday with a public plugin+agent+persona registry built in.

https://github.com/runvnc/mindroot

kmatthews812 5 days ago

Paid In Bio https://www.paidinbio.com

HN is probably not the target audience for this, but I've become really obsessed about solving my own problem of building apps, but struggling to market them. There are very few places online that welcome you to post links, enable you to post a link quickly, and drive targeted traffic at reasonable cost.

So I'm trying to bootstrap a new ad network on Link In Bio platforms that offers this trifecta (welcoming, quick, cost effective).

mishu2 10 days ago

Started working on a case discussion platform for students around 18 months ago. Mostly for dentistry and medicine, but it's template-based so works well for other purposes (e.g. teachers, social workers, etc.). It's going well and is being used by three universities right now.

On the way, I developed lightweight image editor and 3D model viewer components, which I've open sourced [1].

[1]: https://github.com/kigun-org/

rishikeshs 10 days ago

Working on my plain text cricket live cricket site[1]. Just realised after starting that getting reliable live cricket or sport data is super hard. Tried a paid provider[2] and it’s frustratingly inaccurate. Need to figure out a better way!

Also, figuring out a way to visualise manhattan chart, score worm, wagon wheels etc using plain text ascii

[1] https://criclite.com [2] https://cricdata.org

vnuge 10 days ago

All kinds of personal FOSS projects I have mostly yet to release.

[1] noscrypt - portable C cryptography library for nostr [2] vnlib - C# + C libraries for server applications, eventual high performance alternative to ASP.NET. It's really just a collection of libraries that are optimized for long running server applications. [3] vncache - vnlib cache extensions and cluster cache server over web-sockets [4] cmnext - self-hosted, vnlib based, json-file CMS + podcast 2.0 server [5] simple-bookmark - kind of deprecated, vnlib based, self hosted bookmark server

My software homepage (most up-to-date) https://www.vaughnnugent.com/resources/software/modules

I know most of yall will probably want GitHub links so here [1] https://github.com/VnUgE/noscrypt [2] https://github.com/VnUgE/vnlib.core [3] https://github.com/VnUgE/VNLib.Data.Caching [4] https://github.com/VnUgE/cmnext [5] https://github.com/VnUgE/simple-bookmark

terinjokes 10 days ago

I've got two main projects I'm working concurrently on in my free time:

- Repairing an Apple II+. So far I've converted it to run on 230V and picked up the A2DVI to connect to modern displays. Next working on cleaning up the floppy drives and repairing the one that doesn't work.

- Reverse engineering the Tandy Z-PDA. I want to be able to synchronize with modern desktop Linux applications, and also eventually write my own PEN/GEOS applications for the PDA.

friendly_chap 10 days ago

I'm working on a few closed source projects that are all built on https://github.com/1backend/1backend, my dream microservices platform I've had in mind for 12 years before starting to implement it.

On the frontend I'm rather happy with Angular but backend-wise I was never really happy. So it was time to build it. Been developing it for more than a year now.

ddxv 10 days ago

Https://AppGoblin.info

Free online database of all apps and their third party trackers.

I made an Android app that lists the trackers on your phone.

You can checkout that app by going to https://AppGoblin.info/about and clicking the link there. It is a test url for an open source ad tracking software. (ie track where an install came from, in this case the about page of the site).

Feel free to reach out if you're interested in either project.

  • prestonlibby 10 days ago

    Just a friendly ping that your first link is throwing a 502, could be a gentle hug of death? Will check back later, it sounds very intriguing to me!

    • ddxv 10 days ago

      Thanks! I think it was, though the hug was gentle, haha.

mrwww 10 days ago

I'm working on a Dutch dictionary for immersion learning; https://hetnederlands.com. Structured outputs combined with react router renders a chain of thought on demand. With most "learners dictionaries", you're limited to the basic words. This enables getting a perfectly laid out learners dictionary explanation of any word in the entire language.

ringofchaos 10 days ago

To aid my process to shortlist house for purchase I am creating a web app for this.

The app will use genai to extract the details of houses listed for sale and then update my custom database.

For example I can input a youtube url and it will fetch the transcript and use llm to generate Json response based on predefined schema.

I can review and shortlist the houses based on various custom parameters using the web interface.

The mvp is done in a proprietary tech stack, I just need to port it to open source tech stack with React and FastAPI

  • etewiah 10 days ago

    Hi there, I'm working on something similar for the UK. Happy to chat if you'd be interested in exchanging ideas.

gear54rus 10 days ago

I got frustrated with the current web becoming more and more unusable and made a browser extension to fix that.

It's an addon that allows one to modify any web page behavior. You can write rules for things like redirecting reddit to old reddit or keeping youtube videos playing in the background.

It's like Tampermonkey/Greasemonkey/etc but it works on HTTP request level and can modify scripts/styles/markup before they are ever rendered making it considerably more powerful.

Currently it only works on Firefox (and Firefox Mobile) because it's the only browser that supports the necessary APIs. It's seen its first release already but the UI is a bit lacking :)

AMO: https://addons.mozilla.org/en-US/firefox/addon/web-defuser/

Sources: https://gitlab.com/gear54/web-defuser

Example rules: https://gitlab.com/gear54/web-defuser/-/snippets

admiralrohan 10 days ago

Writing a book on my unique theory on human psychology based on cynicism, military theory, and evolution.

Is has helped me to address all of my problems, from mental health to productivity to learning across all domains like economics, writing, coding, marketing.

Writing daily blog posts, and then piecing together everything into the book. https://www.moderncynicism.com/

boriskourt 10 days ago

Have been building a design tool for Spatial Computing [0] Me and my co-founder struggled for over a decade working in XR and wanted to simplify the design process for us and everyone else. We've been focused on reducing steps between design iterations by as much as humanly possible. So the tool works live, multi-user, in real-time and immediately across all compatible devices.

Here's a recent example of whats possible from one of our users [1], and a recent project I made for fun that you can try on your iOS [2] or Meta Quest [3] device.

[0]: https://ordinary.space

[1]: https://www.linkedin.com/posts/matt-rice-sennep_mixedreality...

[2]: https://app.ordinary.space/#/share/b2d3d7

[3]: https://app.ordinary.space/#/share/96b9cf

logicchains 10 days ago

Working on an embedded DSL for writing typed LLM workflows in Haskell: https://github.com/outervation/promptyped . It handles the "LLM in a loop" structuring for e.g. forcing an LLM to keep making changes in a loop until unit tests pass, and custom validation so the LLM is forced to retry a task if the validation fails (validation can include using a LLM to check the result, or plain Haskell function, or e.g. running a compiler/unit tests). It also allows structured context management, allowing the user to specify which files are initially provided as context to a task (which may itself be the result of a LLM query), as well as providing the LLM tools to open files it deems relevant, and prompting it to close the least important file when it has too many open (and compressing non-recently-modified source files when many are open).

Currently heavily WIP though and only has a working Go compile/test backend (Go seems particularly easy for smaller LLMs like o3-mini to work with due to being a relatively non-complex language).

AaronAPU 10 days ago

I’m wrapping up the final audio plug-in in my “Loudness Series” which was designed to bring compressors and limiters into modernity by upgrading their circuitry to using LUFS and True Peak in place of RMS/Peak.

The final plugin is an equalizer which will be focused on loudness but expand the filtering to include more advanced equal loudness contours.

https://apu.software

csbartus 10 days ago

I have a good understanding of how to create likely-correct software: https://www.osequi.com/studies/list/list.html

Now I'm learning AI/LLMs from the perspective of correctness. So far I have two 'maxims' to guide me:

- AI shines where humans struggle (for prompt engineering)

- An LLM is nothing but an API call (for software engineering with AI)

Havoc 10 days ago

Busy building some personal infrastructure around information. Think mix of scrapping and filtering, scoring and summarization.

Clearly all of the info space is getting ever more polluted and I just don’t trust anyone else (with their own agenda) to manage and filter that for me. If one is to abdicate that sort of responsibility to a system wholesale then I think it has to be fully under one’s control, own data, own design, self hosted etc

fedorvin 5 days ago

A declarative OSINT VM builder utilizing Nix Flakes. The goal is to quickly generate a fresh QCOW2 image with all necessary applications installed and configured, mainly Firefox with numerous settings and extensions.

I think this can be really useful as it allows you to maintain separate QCOW2 files for each investigation, since they can be generated in just a few seconds.

Using a Nix Flake also provides an easy way to add or remove tools, offering extensive customization based on your needs.

shawa_a_a 10 days ago

I have been bedroom DJing, and wanting to expand what I can do with the hardware I already have.

Using `midiex` for Elixir I’ve written a fully fledged driver for Ableton Push, letting me use it as essentially a 4-deck version of Pioneer’s DDJ-XP2 sub controller with Rekordbox.

It implements basic statefulness so that the rotary encoders can be used, as well as a paging system so the 64 performance pads can be mapped to different functions. It also supports track browsing and loading, which is helpful if you want to use say DVS with an external mixer and don’t want to be hunched over a laptop dragging tracks around.

It’s also got some additional capabilities which I’ve not seen on other hardware like dedicated faders for stem separation levels.

It’s been a great exercise in combing two hobbies, learning about MIDI as well as being able to personalise my setup for my own use. I haven’t open sourced any of it just yet whilst I’m still tweaking things but I’d be interested in collaborating with anyone who also has one of these devices and has programmed it. I’m looking to use the display on it next, whose protocol Ableton have some (albeit scant) documentation for.

division_by_0 5 days ago

I'm working on a correlation matrix with Svelte 5.

It includes rolling correlation charts, hierarchical clustering, and a terminal-style interface with high data density. It uses a 2D windowing/virtualization approach to render only visible matrix cells to the DOM. It's early WIP. The landing page is particularly bad.

https://covary.xyz

contingencies 10 days ago

Reimagining personalized food, prepared on demand and directly from fresh ingredients, as an always available urban utility. A vertically integrated ready to eat food retail and logistics network with order of magnitude improvements to value proposition, unit economics, scalability and risk profile. Consolidating nearly a decade of R&D for US go to market, our systems are way ahead of the competition by footprint (2m²/20ft²), cost per location (~$25K), degree of automation (complete) and drone integration (integrated multi-drone airport with autonomous handover, recharge, precision recapture). Think last mile delivery aggregator with zero people in prep/packaging/pickup/(post FAA BVLOS normalization ~2Q 2026 in some areas)delivery, meaningful personalization, fresher food, and 24×7 operations. Rough complexity ~10K parts BOM. Internal manufacturing. We aim to grow at ~2× historic QSR rates right out of the gate, then accelerate. Simultaneously, spinning off a few industrial ventures filling gaps in what's available on the market we've had to build for ourselves. Prior unicorn. Currently raising for US GTM, email in profile.

miros_love 6 days ago

I’m building an AI chatbot for businesses to handle sales and lead qualification via WhatsApp and Telegram — https://ziriusai.xyz/en

Doing it completely solo — built the product, run the ads, do the outreach, everything. Struggling with sales now. Thinking of narrowing focus and solving a more specific pain point.

Curious if anyone else here is grinding through early-stage B2B SaaS — would love to hear how you're tackling this.

kelseyfrog 9 days ago

While reading AI Engineering[1], I was inspired to take a crack at an idea I've had for a while - diffusion-based LLM. The accessibility of shakespeare.txt[2] and the proliferation of tinyGPT implementations has made vibe-coding LLM research on the brink of possibility. It does help to have a familiarity in the datascience/ML/AI space in order to check and guide appropriately, but it's amazing how well the virtuous cycle is beginning to work.

1. https://www.oreilly.com/library/view/ai-engineering/97810981...

2. https://gist.github.com/blakesanie/dde3a2b7e698f52f389532b4b...

HachiWari8 10 days ago

Working on adding features to my app. I wrote BVCalc because I wanted a calculator that would show not only the numerical result value but also show the corresponding algebraic expression that I entered so that I could check for entry mistakes and more easily keep track of calculations. I also wanted this feature to work even when the calculator is in RPN mode. That is, I wanted to be able to use RPN entry, and have the calculator show both the result value and the corresponding algebraic expression (displayed using infix notation, not RPN) for each item on the stack.

I was surprised that such a feature was not available on any existing calculators and so I wrote my own. Runs on macOS, iPhone, and iPad.

BVCalc Lite (free version, no ads): https://apps.apple.com/app/bvcalc-lite/id6544784034

BVCalc (paid version): https://apps.apple.com/app/bvcalc/id6560108221

yqiang 10 days ago

I'm working on a calorie & macro tracker called FitBee. Tracking my food has been tremendously helpful in terms of improving my health, but it's always been kind of a PITA. These past couple of months have been really exciting as I'm leaning into using AI to make it less of a hassle to track & provide more insights.

https://fitbee.app

  • hn_user82179 10 days ago

    I clicked because I have strong opinions about calorie-tracking apps (just since I've tried all of the major ones and know what features I like). I'm impressed! Love the UI.

jansommer 10 days ago

I'm thinking about how to properly test AWS Step Functions. The problem is that I can either mock the entire response for every state in JSON only, or call out to a lambda. What I want is to type check the evaluated JSONPath payload and the mocked JSON response, to ensure that my tests always adheres to global contracts/types written in JSON Schema.

I think it's doable by dynamically creating lambdas based on test cases I define in one way or another, perhaps like mocked integration services, that does nothing but validate if the event from SFN matches a schema, and that the mocked response also matches a schema.

My concern is that I can't find prior projects doing this. My use case is mostly (exclusively at the moment) calling out to lambdas, so perhaps I can get away with this kind of type checking. But it's just weird that something like this doesn't already exist! Past experiences have taught me that if no one have tried it before, my idea is usually not that good.

Let me know what you think!

(Would have liked to use durable execution which totally solves the typing issue, but can't in this case)

monokai_nl 10 days ago

Working on the Monokai Pro website for my color theme for code editors, and the Monokai Pro plugin for JetBrains, which has just been released. Working out some optimizations, which will be pushed in the next update.

Monokai Pro has been running for more than 5 years now for VSCode and Sublime Text, and the original Monokai almost 20 years.

https://monokai.pro

Lerc 10 days ago

I have been filling my brain.

A long time ago I played around with neural net stuff and had some fun making tiny little things. To give an idea of time frame, this was before people were using ReLU.

Going back to it after the recent advances was incredible seeing how much has happened. So many times I'd see something and wondered how I could have missed it the first time only to realise it hadn't been invented yet when I did things last time.

It feels like there is a much higher focus on statistical mathematics now in a way that it permeates everything. That in itself requires a whole lot of new learning to get to grips with, but I also feel like there might be some value in looking at a lot of these things from a different perspective. I think I tend to look at things from a more geometric point of view.

In that vein I have been looking at some transformers using unit n-sphere embeddings with V values as geodesics, just to see what happens.

As I learn new things, I keep finding fun new ideas to muck around with, I'm just an amateur, so I'm not really restricted by areas I look at. Today I'm wondering about whether Wasserstein distance could be quickly approximated by a learnable method (especially if the inputs had access to parts of the ml components that generated the things being Wasserstein compared).

I'm almost certainly treading ground well explored by others, but my way of learning seems to be to rapidly jump between many different things picking up a small understanding of each as I go until I just seem to know things that I didn't before. Focusing on a topic and pushing in that direction never seemed to work for me so much. This is probably why I am an amateur :-)

  • ukuina 10 days ago

    > I'm almost certainly treading ground well explored by others

    This is a good thing. One requires smoothed pathways to run!

SnowingXIV 10 days ago

I’ve been building two things that kinda go hand-in-hand to scratch a few personal itches. [1] is an interactive fretboard tool for guitarists. I wasn’t quite happy with the way existing tools approached visualization, so I made my own. Too many felt littered with ads or just didn’t work the way I was hoping for.

It goes beyond just plotting notes there are options to show scales using intervals, roots, note names, etc., plus a chord mode that highlights triads, voicings, and inversions. I’ve found it useful for routine practice start the built-in metronome, pick a voicing or scale pattern, and run through it in time.

There are also pages covering theory topics like modes and progressions, but the fretboard’s the main draw. It’s something I built for myself and figured others might get some use out of too. I plan to keep adding to it as I think of more things I want to reference probably adding support for additional strings or tunings next?

The other solves a very specific problem (mostly out of laziness) I do most of my playing using the standalone Neural DSP application on Windows, but I don’t really want to do any mixing in it. So I built a dead simple recording application [2] that doesn’t require firing up a DAW, but still offers a decent UX. It lets me quickly capture riffs and ideas, and later I can just send them to my Mac for mixing if anything seems promising. Haven’t shipped it yet, but I’ve been using it daily and having some friends try it out.

[1] https://www.theorycrvft.com/fretboard

[2] https://theorycrvft.gumroad.com/l/otocapture

  • somidscr21 10 days ago

    That fretboard is amazing! Thanks for working on it and sharing.

carlos-menezes 10 days ago

I've been working on a library for Node (using TypeScript) that encrypts environment variables and generates typings for accessing said environment variables.

e.g. you init a project (`obelisq init`) and use `obelisq set -k <key> -v <value>` (e.g. `obelisq set -k SERVICE_KEY -v ABCDEF`) to set your environment variables:

  OBELISQ_PUBLIC_KEY=0344ecbf96c3e01262402247b97231a22c0197d17121dd9c7d1b999faed1d54ac4
  SERVICE_KEY=047ca044c1a59114246d5c5122ad1bdecfafa3c999fae5629181df54[...]
  MY_SECRET=049072d4ffc233ed77f8d682d9fe3a75114987d496b06d44269600e8be[...]
When you run `obelisq generate`, code will be generated that allows you to do this:

  // `get` is type-safe, `mySecret` is number
  // decryption of the value occurs when `get` is called
  const mySecret= obelisq.get('MY_SECRET')
Partially inspired by my own article: https://www.carlos-menezes.com/post/type-first-config
smnm 10 days ago

I built an app to help in improving English vocabulary:

https://www.woor.app/

https://apps.apple.com/us/app/woor-vocabulary/id6740453162

Initially started as small webapp to help me learn Dutch words. Made it out of the frustration that in Duolingo I cannot specify the words I want to learn and Quizlet exercising and progression felt limited. I also wanted to target the specific meanings of the words.

Then I decided to try out CapacitorJS and wrapped it into the mobile app. For now only English is available as the target language as it was easier to validate the content, but more languages are coming.

Along with it also started the podcast with language tutors about the teaching & tech. Please find the links here: https://www.woor.app/tutorandtech

RobinL 10 days ago

- A FOSS Python package for record linkage and deduplication at scale called Splink: https://moj-analytical-services.github.io/splink/

- A library for fast, accurate matching (geocoding) of UK addresses that uses Splink under the hood: https://github.com/RobinL/uk_address_matcher

- An npm library that generates maths mental arithmetic problems that align to the UK national curriculum, that can be used to power maths games: https://github.com/RobinL/maths-game-problem-generator

- A breakout maths game that uses the above: https://github.com/RobinL/maths-game-problem-generator

tonyedgecombe 9 days ago

I'm working on a PostScript interpreter. This is a retirement project. I wanted something substantial to sink my teeth into without any commercial pressure. I wanted to see if I could get back that intrinsic motivation that I for had for programming before I started my career. Back in the eighties I worked for the QMS distributor in the UK, QMS were Adobe's second OEM after Apple and made a range of PostScript printers. I was working in support at the time and would never have thought of taking on a project like this.

I have an original Apple LaserWriter which I can use through the serial port (but it won't print). I've pulled the ROM's in it and got them working through the MAME game emulator. This is great as I can debug the 68000 code, for instance I was able to reverse engineer the random number generator and the password for internaldict. Ghostscript is handy as well although I try not to rely on it too much as there are some differences between the two implementations.

The plan is to keep it as close as possible to the LaserWriter so that means level 1. PostScript is quite interesting in that it starts executing PostScript code as soon as you power on the printer. That code is responsible for initialising the printer, handling errors, managing the serial ports then receiving and executing the incoming PostScript job. You can load and dump this internal code with a simple script.

The interpreter is complete along with the 125 programming operators, core types and error handlers. The next stage is the graphics operators. I'm going to target PDF for output as the drawing model is the same as PostScript. I'm assuming that handling the fonts is going to be the bulk of the work.

It's written in Rust, so far about 14,000 lines and 650 unit tests. In some ways it would have been easier in C as I could have followed the exact memory layout in the original interpreter however I really dislike C.

godshatter 9 days ago

I've been thinking about hobby projects I can work on in retirement (in a few years) that have a large scope that I would find fun. So, I've started work on a game development library in C that combines a few projects I've started over the years but never finished. It's not very far yet.

I'm building the 2d parts of it in the GLFW library and modern OpenGL (this will eventually also be used as an overlay system when I get to the 3d portions of the project). I'm also adding in simple text menuing so I can quickly build text prototypes of the games so I can also be working on game data structures and basic mechanics while the graphical engine comes together.

So far I've started two basic games, an old school rogue-like on a large scale using tiles and a similar game that combines factory building with the rogue-like parts. I have plans to bring in some other games that will stretch different parts of the engine.

ww520 10 days ago

This week I got back into Zig. I wanted to build a Zig library from end to end to find out all the wrinkles in publishing it as a package. Ended up building a topological sorting library that does the followings:

- Build dependency graph from dependency pairs.

- Generate the topological sort from the graph.

- Ordered parallel task sets (i.e. subsets of nodes that can run in parallel, within the overall topological order).

- Cycle detection and reporting the cyclical nodes.

https://github.com/williamw520/toposort

It's feature complete, but I still have problem publishing it as a library. Kept getting "unable to find module 'toposort'" error when importing it in a separate project.

Edit: Alright, finally figured out why the module was not published. The default project creation template in Zig 15 uses createModule() in the generated build.zig, which creates a private module. Switched to use addModule() to create a public module and my library can be imported and used by other projects.

noosphr 10 days ago

The AI company I've been working at ran out of money last week so I'm taking a month long break.

I've been playing around with defining a standard that is easy to implement for serializing tabular data using the ASCII delimiters.

So far I've got:

    <group> ::= GS | <record>
    <record> ::= RS <group> | <unit>
    <unit> ::=  <high-ascii> | US <record>
    <high-ascii> ::= 0x20 <unit> | ... | 0x7E <unit>
    
Which seems like a good way to avoid all the trouble of escaping separators in CSV files, if a bit clunky since you need to end each record with US RS and each file with US RS GS.

I also accidentally found another test that _all_ LLMs fail at (including all the reasoning models): the ability to decide if a given string is derivable from a grammar. I was asking for tests before I started coding and _every_ frontier model gave me obvious garbage. I've not seen such bad performance on such low hanging fruit for automated training in over a year.

  • mac3n 10 days ago

    Hey, good to see someone using ASCII

    Don't forget File Separator 0x1c

dskhatri 10 days ago

I'm working on an interactive book that introduces young readers to the world of entrepreneurship. Readers get to join the protagonist, Daphne, on a fun, week-long adventure launching her own mini-businesses. Readers help her make smart decisions, solve fun challenges, and learn about money and problem-solving in the process. Featuring several storylines in a single book, readers learn about the fundamentals of business, smart saving, and the rewards of creative effort.

https://tendollaradventure.com

The book has been a fun endeavor in both writing the manuscript and code! On the latter, I wrote an exporter for Twinery to Org Mode and an Emacs Org export backend to do the reverse.

The book is currently open to beta readers - Happy to let a few more in through the sign up page here: https://tendollaradventure.com/#get-notified

keepamovin 10 days ago

Working on a text client for the web: https://youtu.be/Q_w6_zDwNWM

JavaScript works, scrolling - but layout is still being figured out! Also missing are form controls, etc etc.

It's meant to just be text (no images, etc) and to work in your terminal. It's NOT meant to alter/condense the layout to something like "reader mode" - just to be a faithful "GUI -> TUI" rendering in the terminal.

Like Lynx, but upgraded for the modern web. So maybe I'll call it Jaguar, but probably not! The idea is that other options like Brow.sh may be overcomplicated, hard to maintain, focused on a kind of graphical fidelity. Whereas this is more BBS style text only, but still usable. Minimum viable text, so to speak.

Leave your email if you want to know when it's ready to try out: https://tally.so/r/wbzYzo

notreallymy 10 days ago

I built https://emojithis.com, which automatically adds emojis to text. Although it’s essentially an AI wrapper, with meaningful UX and some useful touches, there’s something surprisingly useful in there. My friends and I use it a lot, and the people who try it tend to come back!

phlipski 10 days ago

I'm building modular home audio speakers. Wireless, self-powered, upgradeable, repairable. Think Sonos meets the Framework laptop. Check out my prelaunch page here:

https://prelaunch.com/projects/audioblocs-audioblocs

  • gizmo 10 days ago

    This seems cool, but I think many people have been burned by smart speakers of various types. If your system does Spotify and Pandora and such then it's going to have a phone app and then if the phone app enshittifies the entire investment in the 'ecosystem' goes to waste. Nobody wants to throw out their speakers because of software updates.

    I think a better smart amplifier could be a good product -- and then people can bring their own speakers. Or you can make great wireless speakers and then people can bring their own amplifier. But the moment the speakers and amp become an 'integrated solution' I hear the e-waste bells toll in the distance.

    People have been burned by sonos and don't expect their framework laptop to last more than a couple of years. Meanwhile my 25 year old dumb speakers are still going strong.

    • phlipski 10 days ago

      I would respectfully disagree with your assertion regarding Framework laptops. Their entire business model is predicated on building computers that DO last more than a few years....

      There are plenty of streaming audio amp solutions currently on the market - Wiim builds a nice one. But some of us don't want to run speaker wires through the walls for a home theater.

      I've given a lot of thought to building a system that will work without a dedicated internet connection and this system won't require a central server to check-in to. I too have 25+ year old speakers that work just fine (Paradigm Titan's from 1998) and that's partly my inspiration. I wanted more sound from them but there's no way to upgrade traditional passive speakers. I don't want these speakers to be bricked if my company fails. They also don't need an app to work. The TV can control it through the eARC connection.

      I appreciate your thoughts!

jonplackett 10 days ago

I just launched ‘The Phonics App’ to teach kids phonics.

I made a v1 about 5 years ago just for my daughter because I didn’t like any of the apps available. They were just games with a sprinkling of learning on top. She’d spend hours on there and learn F all except how to be addicted to dopamine.

So I made something very clean and very simple that we’d do together for 3 minutes a day. She learned to read really fast!

But… then I forgot all about it for 4 years, only remembering it when my second daughter needed to learn to read. She’s 3 and I taught her the first 26 sounds already.

At this point I wondered if it’d be good for other people so I contacted a phonics expert and they liked it too, so we spent the last 6 months making it into a proper app.

https://apps.apple.com/app/the-phonics-app/id6742649576

It’s going well so far. Lots of lovely messages from parents! If you have a 3-6 y old please let me know what you think of it!

Summerbud 10 days ago

I am working a SaaS document asset management services called Doccie

At the same time I am exploring the boundary of my ability to think deeper

Thus writing a monthly newsletter that will span for 10 years. Right now it has a open rate over 70%

https://connectingdotsessay.substack.com/

Here are the essays

## Eight Grade syndrome - why grand narrative vision is killing your startup

If you think crafting a grand narratives of your idea is the crucial first step of building a startup, this essay is for you.

## Explorer Mindset - In a world where algorithms decide what we see, how can we rediscover the joy of unexpected discoveries?

If you feel trapped in a narrow view point, surrounded by the veil, and lack of creation muse, this article is for you.

## Why I show up everyday. The peddle, podium, creators and us.

If you are interested in why I started this newsletter and what I learned from it so far, this essay is for you.

Any feedback is appreciated!

birdfood 10 days ago

I’m writing a journaling app, for myself first. It’s already usable and I’ve gone from not writing to writing each day.

The idea is the app should be very easy to submit entries (entries can be small) as a way to get thoughts and emotions out of your head.

I want to focus on an interesting search functionality that aggregates entires into a single document about similar subjects.

4887d30omd8 10 days ago

I've been thinking about the natural handicaps certain sports teams have. Things like weather, elevation, travel distance in a season, etc.

I think it's interesting to think about how much something like that might affect the career of an athlete, especially early in their career or someone who is on the margin of getting into professional sports. Would choosing to play at a university that has a lot of natural handicaps be the difference between making it into pro sports? I wonder.

Anyway, I ended up making a page showing how much baseball teams in MLB have to travel this season: https://calcubest.com/sports/mlb2025 which I think does an OK job of highlighting how much less time athletes playing on central division teams have to travel.

abakker 10 days ago

I'm working on designing a survey to help assess the degree to which enterprise tech buyers believe that they need to invest in improving data access, metadata management, architecture, storage, and integration as a necessary prerequisite to getting value out of AI investments.

The backstory is that AI investments are proceeding, but companies seem to be struggling to get things into production, so the ROIs are beginning to slip. Where I have first party knowledge, there is a (small sample size) trend of businesses kicking off significant data modernization processes.

Most interesting to me, is that organizations finally seem to be figuring out that it is worth managing "information" for the business and "data" in their applications as separate work streams, and seem to be acting on separating those responsibilities.

  • spiderfarmer 10 days ago

    It would be interesting to ask if EU companies are now looking for EU based solutions and shunning the US.

    • abakker 10 days ago

      We are definitely seeing a renewed interested in "Sovereign Cloud" A.K.A. cloud with local ownership and regional AZs that are regulatorially aware.

jzig 10 days ago

For anyone interested in the tabletop Star Wars RPG by Fantasy Flight Games / Edge Studio - a friend and I have been working on some small typescript libraries starting with dice rolling and monte carlo simulations that we can eventually use with web apps.

Open source tools and art assets: https://github.com/swrpg-online

A quick repl.it one-shot UI using the monte carlo library: https://dice-pool-simulator-chrispan5.replit.app/

SWRPG Combat Simulator: https://swrpg-combat-sim.com/

Working on a frontend dice roller that utilizes the open source dice SVG files and rolling utility.

We could also stand to fill a slot in our online play group if you want to reach out! :)

matzie 10 days ago

A website that lets users create and collect digital trading cards (not NFC or blockchain stuff). Currently trying to get the first active artists to join but it's hard. At least its a place for me to create my little artworks.

https://misocards.com

quintes 9 days ago

I'm working full time but looking at these streams outside of work

SaaS - I'm working on this https://prfrmhq.com - see https://news.ycombinator.com/item?id=43538744 [Show HN: My SaaS for performance reviews setting goals and driving success] - Shows I can use AI and I've integrated into AWS Bedrock - Shows I can integrate with Stripe for payments

Consulting (Architecture, Strategy, Tech) - I'm working on getting my consultancy running but the market is hard atm. https://architectfwd.com

Next SaaS - Starting a SaaS for managing core strategy and tech concepts

hoofhires 10 days ago

Hi folks,

Ive written a simple app [1] that crawls tech corporate sites daily looking for job postings, and sends you an email with the new jobs that match your profile.

The profile matching is currently very basic - just job title category and location(s). There is also a recommendation agent that is yet to be released (WIP).

I would be grateful for feedback and thoughts. So far I have personally (and others) found this to be very helpful in allowing me automate the daily checking of hundreds of sites.

You can also add specific companies to the crawler, which is nice if you are passively looking at specific companies. A possible feature addition might be to limit the search to only pre-defined companies that interest you.

I would appreciate any thoughts and feedback.

[1] https://www.hoofhires.com/

jakevoytko 10 days ago

I am writing a newsletter, https://www.clientserver.dev, which started with the writing prompt “what if someone tried to make Money Stuff for software engineering?” I’m still iterating on the format a bit, but I just crossed 100 subscribers and made the Hacker News front page, so I feel like I’m on the right track.

I had a daughter almost 2 years ago, and for a while I didn’t have any free time. But once I started getting a few hours in the evening, I wanted to start up side projects again. I found it frustrating to work on coding projects in 1-2 hour windows. But writing is a little easier; I feel like progress is a little more linear with writing, and having the Monday/Thursday deadline has helped me just ship.

tangyorigami 10 days ago

Payroll desktop application with python that works closely with an old time clock that only generates xls files (i know i should use c++ but I'm too lazy to learn it and I just need to get it done lol). I'm planning on open sourcing the project once it's in a more usable state.

Also, 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.

AYBABTME 10 days ago

I'm making a log search engine that fits in your pocket: https://humanlog.io/

The idea is to be able to ingest your logs locally and run queries against them without having to resort to a hosted prod-like environment. It's all focused on localdev-first experience. I use it when the o11y tools at work don't do what I need: I can just pull the raw logs locally and run my queries there.

It's still very rough around the edges but it gets better day by day. I want to add features like alerts and monitoring, metrics and tracing. A full o11y platform in a single binary with zero config. I would love any feedback.

(Also please excuse the poor onboarding experience, I haven't polished it as this is a side project and I have a day job)

ringmaker 10 days ago

It's an OKLCH color picker, as well as a converter for other color spaces.

https://cmringmaker.github.io/OKLCH-Picker/

https://github.com/cmRingmaker/OKLCH-Picker/

I was inspired by the article over at evilmartians[0] about OKLCH, and I loved their oklch picker. Decided I wanted to learn more about OKLCH by implementing my own tool that I've released this week. Had a lot of fun with this project, and am getting plenty of usage out of it already.

[0] https://evilmartians.com/chronicles/oklch-in-css-why-quit-rg...

seawlf 6 days ago

I'm building a new terminal multiplexer called cy: https://cfoust.github.io/cy/index.html

It records your sessions and is configurable with Janet, a Lisp. I'm having a lot of fun with it! (It's also the only thing I ever seem to post about on HN, heh)

jason_zig 10 days ago

I've been working on Zigpoll as a one-man project for a while now: https://www.zigpoll.com/ it has traction and solid growth (~100% YoY for the past 3 years) but the larger the numbers the harder it gets to double each year.

In a past life I would have thought this would be the easy part given the product market fit but it's hard to figure out growth channels that are scalable and cost-effective at this stage. Burning what would otherwise be a large salary month on month in search of growth is mentally taxing when it doesn't deliver. Metrics across the board only seem to tell part of the story so it's tricky to figure out what needs changing and what's worth doubling down on.

If anyone has experience doing this sort of thing - please get in touch!

wingworks 10 days ago

For those few living in NZ, I've made a site that lists all the bank saving rates (and TDs), and ranks them by best to worst. This is mostly intended for people who know what they're doing. So don't just pick the highest and roll with it. Higher return usually comes with more risk.

Also, the biggest banks usually have the worst rates, this also goes for Kiwisaver, don't put your Kiwisaver with a bank, it'll do poorly compared to the lowest fee options we got in NZ. e.g. InvestNow (Foundation Series funds) / Kernel / Simplicity.

Still needs some work, like showing which rates are variable, or extra high risk.

Pretty quickly hacked together, to be very utilitarian, and practical. Don't see ever making money on it, made it more for me.

https://savingrates.netlify.app/

andrewray 10 days ago

Taking shader programs (they have a main() functions), hacking up their source code / AST to turn the into modularized code packages, and then enabling composition of shaders by injecting the output of one module into another (essentially calling the main function of one shader in another). This enables arbitrary shader composition. One application is Photoshop-style stacking of shaders as layers, like https://shaderfrog.com/2/editor/cm6y90vai002mpaxio3zjhfvq

Or getting real freaky with it by composing many effects deep https://shaderfrog.com/2/editor/cm1s7w23w000apar738s9d1x0

tfederman 10 days ago

RSS reader through Bluesky custom feeds: https://github.com/tfederman/stroma-news

Bluesky API library spun off from the other project: https://github.com/tfederman/pysky

Haven't really started it yet, but a master list of RSS feeds and the code I used to source them: https://github.com/tfederman/huge-rss-list

And also a new project to fetch all links seen in the Bluesky firehose and gather metadata to build a database of sites and pages at a more granular level than the domain. For example, is account X posting video links from one YT channel or many?

[removed] 10 days ago
[deleted]
jacobheric 10 days ago

I'm building an AI DJ for Spotify called Listen to Luther. It's open source here: https://github.com/jacobheric/luther. Currently it responds to prompts with a list of songs that can be queued, played or added to playlists on Spotify. Next I'll give it proper memory and the ability to adjust and remix on the fly. I built it because I was frustrated by the mostly passive experience of Spotify's own AI DJ. There is no path to commercialization here as Spotify's TOS does not permit it (I asked them). So I host it for myself and a few friends and made it open source for anyone who's handy enough to run it themselves.

dvcrn 10 days ago

A buddy and me have been working on https://microfn.dev for a while: A platform for creating, managing and composing tiny (micro) javascript functions and using them from different places like webhooks, cron, MCP or AI agents.

It's still very heavy in development but the gist is: Say you have a cool idea for something small you want to automate or run - instead of thinking about hosting, workers, lambdas and what not, you just open microfn, open the editor (or the function generator), write your function, hit save - done! All the complexity is tucked away on microfn, and your place of use just has to authenticate with microfn and nothing else. We run it for you and keep you productive.

Now you can use that function from anywhere: From the terminal, periodically with a cron, add it to an AI agent as skill, use it through an MCP (not released yet), through Siri shortcuts, share it with your friends and so on.

Say you want to have an agent or function that gets the weather and sends it through Telegram: You can either quickly generate 2 functions through the AI function generator that get the weather ("I want a function that gets the weather for Tokyo") and another one for sending a message on telegram, or you can use what's already available (such as https://microfn.dev/david/getweathertokyo). Equipping them to an agent works like in a video game - each function is a new "skill" or "tool" the agent can use, and if someone else already has some cool skills, you can fork them without needint to re-implement everything from scratch.

So like a toolbox full of small composable hammers and tools that can be used across different scenarios and places, to be plugged into existing workflows, automation or to even be used in autonomous agents and through MCP.

Again, super heavy in development and not really a 1.0 yet, more like an early alpha, but wanted to share here anyway. Feedback greatly appreciated!

  • bbkane 8 days ago

    Sounds neat, but please make testing first class - it should be easy to run functions locally, or to have the same code "infrastructure" run in dev/test/prod environments, etc

paulwarren 10 days ago

We're building the killer app for books

Starting with a native iOS app to to track and discover books [1]

Focusing on notetaking and cozy social this year as we try to grow from 100k to 1m+ users

[1]: https://apps.apple.com/us/app/id6737528718

ChristopherDrum 10 days ago

I'm in the exploratory phase of a few projects, meaning I haven't decided if they are compelling enough (or within my skillset) to push me to develop them properly. That said, the one project I've explored multiple times, each time getting a little closer to making the full mental commitment, is a word processor.

Not a "text editor" for code and whatnot, but a real-deal word processor for writing novels and such. I cloned Visicalc (onto the Pico-8), so my "How does a spreadsheet work?" itch has been scratched. I think it's finally time to answer for myself, "How does a word processor work?" (in pure C, to level-up those skills as well) So lately I've been working on small programmatic experiments to understand the underlying subsystems necessary to build one.

lemonwaterlime 10 days ago

I'm beta testing a SaaS called ChimeraHR that helps bridge the divide between developers and HR when it comes to assessing programmer's skill. The main idea is that the programming languages we use reveal a lot about how we think and problem solve.

When devs put their top languages on their resumes, they are also saying a bit about how they prefer to work and what they value. This signal is largely lost on HR since a lot of it is insight you get from actually coding over time. I strongly believe that we can get more people hired and into the right organizations and cultures if people could see beyond the surface level of the keywords on a resume.

I'm looking for first customers now and people to give feedback on the idea and the upcoming offerings. There's a proof of concept now that hints at how it all works.

  • jll29 10 days ago

    HR don't know what coders want, but sadly most of their clients do not care that much either. This is a pity, because happy developers are the key to retention.

jmstfv 10 days ago

I've been building https://notionbackups.com for almost 4 years now.

It's mostly feature complete at this point, but there are still some rough edges.

Notion's API is far from complete, and updates are few and far between. This has led me to work around some of its limitations in creative ways. For example, there is still no way to create top-level pages in Notion, which makes restores impossible. Instead, I ask customers to create a top-level page themselves and write backups there.

Personally, the hardest part of working on a project for an extended period is not getting burnt out repeteadly. Sometimes it helps to work on something else, and other times you just need to step away from the game entirely for a while

fouronnes3 10 days ago

I'm working on Torch Lens Maker [1], an open-source Python library for differential geometric optics. The goal of this project is to design optical systems with modern numerical optimization (PyTorch autograd). The website has a detailed roadmap of what I have planned.

I also had a recent blog post [2] do fairly well on HN, and now I'm kinda thinking about a new design for version 2 of that project because I can't help it I guess.

[1] https://victorpoughon.github.io/torchlensmaker/

[2] https://victorpoughon.fr/i-tried-making-artificial-sunlight-...

kimi 10 days ago

Rewriting the Elixir parser for QueueMetrics live for Teams, my company's service to keep track of call and queue statistics for Microsoft Teams telephony, in a way that's better than the PowerBI examples that come in the box. It's at https://www.queuemetrics.com/teams.jsp?lid=H990

It's quite a mess as we have to aggregate multiple data sources that come with their own timing and sequence issues - plus we are seeing massive adoption so resource usage will be interesting for v2.

The plus side is that building massively parallel and redundant services in Elixir is, if not actually fun, at least more feasible than in other environments.

bushido 10 days ago

I'm building an ERP to encapsulate the whole "customer" journey. I'm building it to be a business operating system of sorts with a goal of creating clear line-of-sight visibility for all activities along journey's like lead-gen to churn (but in a variety of settings).

The goal is make it easier for organizations to work with external parties that affect finances (customers, investors, vendors, etc.).

The idea was born out of personal frustration that I've faced in a variety of leadership roles in organizations, that lead to wasted effort, slower decision making, bad decisions made with equally unhygienic data.

I've solved this successfully in the past form of internal tools and a data governance layer (data warehouse with much more authority).

pveierland 10 days ago

I'm building v2 of MyNixOS, which is an experimental platform to help users navigate, create, and run software configurations using Nix/NixOS.

Just shipped the first phase of v2 which lets you navigate Nix store objects.

Give it a spin here: https://v2.mynixos.com/nix/store/16s8kjwv6zz7xyv3hjr890n7v0d...

(Adjust settings in the upper right corner menu to control what is streamed).

More info here and in FAQ on front page: https://discourse.nixos.org/t/mynixos-v2-release-updates/622...

kavith 10 days ago

Highlights.Email [1] - a service to email yourself book highlights from your Kobo E-Reader!

Exporting book highlights from a Kobo was slow and inconvenient; you’d need to connect the device to your computer via USB and run a script, or upload the onboard sqlite database to a website to extract book highlights. With Highlights.Email, you tap a button on-device and in a few seconds have a nicely formatted email with all your book highlights!

So, I’m just scratching my own itch mainly while learning how to build and launch something to the world. There’s two parts to this service: Rust program that runs on-device and a SveltKit app (w/ a Supabase backend) for auth and sending emails.

[1]: https://highlights.email

dominicfrei 10 days ago

I'm working on https://photoboost.app, a tool that turns a handful of selfies into professional AI-generated headshots. Think studio-quality photos without the studio — powered by LoRA fine-tuning and smart prompting.

The goal: minimal input, fast turnaround, and results good enough to use on LinkedIn or resumes. Currently experimenting with ways to reduce training time and improve accuracy with as little as 5-8 images. Also exploring automatic gender/style detection to optimize prompts while keeping everything privacy-friendly.

Would love feedback — what would you expect from a tool like this? What features or improvements would make it a no-brainer to use?

  • andupotorac 2 days ago

    What are you doing for privacy and security of both the models, and inferences? Also, do you train for body shape as well?

ilovetux 10 days ago

I am working on a versatile and powerful platform for ingesting, transforming, and searching through structured, unstructured, and semi-structured data. It allows for interactive searches, dashboards, alerts, and more.

We are in open Alpha at the moment, but plan on offering affordable plans while keeping the source code available. While in open Alpha and during the upcoming Beta, it is free to use for any purpose.

We will be selling Fair-Source license, meaning that the source code will be released under MIT 2 years after release.

Check it out here: https://github.com/DelveCorp/flashlight/

Feel free to ask any questions here or open an issue in the repo.

maz1b 10 days ago

Continuing to grow MedAngle, the world's first Super App for future and current doctors. Everything that students and graduates could need for premed/medical and dental school, in one place. 90k+ users, 100m+ questions solved, billions of seconds spent on the apps.

ramijames 10 days ago

I've been building a productivity tool for content writing teams called Vewrite (https://vewrite.com/).

The problem that I'm trying to solve is that when you are writing a lot of content as a team you often lose track of the state of things because it is passed through email or google docs (or whatever). People tend to manually manage these types of projects with spreadsheets or trello or whatever, but that means that you are manually updating the status.

Vewrite has an integrated editor and a workflow manager, meaning that as you progress through the workflow while doing the actual work, your project management status is constantly kept up to date, too.

thePhytochemist 10 days ago

I made this spectrum analyzer/music visualizer recently. It's meant to be easy to use by just going to the URL and looks great on a 4K screen, jameskdouglas.github.io/frequenSee/

For some clients, electronics for a low impedance guitar pickup (pick up all the signal then process it later instead of building in filtering to the pickup).

And an automated design app that turns a 3D model from Fusion into something that's easy to change the parameters on. That way people can easily just type stuff in and move on to manufacturing. This started for staircases - for companies that make like 20 sets of wood staircases on site every day they want to turn that 1hr of drawing into 60s of data input.

chabad360 10 days ago

I'm making an NES emulator in Go. Not because other ones don't exist, but because I've been wanting to get more familiar with low level system principles, and there ain't a better way than building one.

I suppose I'll post the link someday. I literally just started today.

linkdd 10 days ago

https://link-society.github.io/flowg/

It's a log management/processing software, with visual scripting.

Started out of frustration towards OpenObserve and its inability (at the time) to properly/easily refine/categorize logs: we had many VMs, with many Docker containers, with some containers running multiple processes. Parsing the logs and routing them to different storages was crucial to ease debugging/monitoring.

It was initially built in Go + HTMX + React Flow encapsulated in a WebComponent, I then migrated to React (no SSR). It integrates VRL using Rust+CGO.

It is by far easier to use than Logstash and similar tools, and in fact it aims to replace it.

Contributors are welcome :)

themomentumai 9 days ago

I'm working on Babla, an open-source tool that helps doctors spend less time on documentation. It transcribes and structures medical conversations automatically. What's cool is the flexibility - you can deploy it with Docker and either run it completely locally with open models for HIPAA compliance or connect to external providers. It exports to multiple formats that work with existing systems. We just launched it as free, open-source software. Now we are looking how to make it even better.

https://notetaker.healthion.dev/

anonymousd3vil 8 days ago

This is probably one of the most redundant project out there, but a RSS reader app designed with Tauri, Sveltekit, Tailwind. I wanted to build this to stay in sync with product development as I don't get to do this a lot in my day-to-day job. I also want to build a game, but it is so much effort. I do wish to pursue it in near future.

https://github.com/rahuldshetty/reader-project/releases/tag/...

mooreds 10 days ago

I'm still working on my newsletter: https://ciamweekly.substack.com/ , all about customer identity and access management (CIAM).

Recently added a free tier, so working on making sure both the free subscribers and the paid ones get value out of it. I've asked people to pay for my time as a consultant and books I've written in the past, but it is pretty scary to ask folks to pay for my knowledge via a newsletter.

Finding the balance between technical dives, standards reviews, interviews, and CIAM use cases while doing this as a side hustle is an interesting balance as well. And, the weekly cadence can be brutal. But it does keep me on my toes.

mpduda 10 days ago

Still working on my software project for live music production [1]. At the moment, it only creates, forwards, and records MIDI note events, so it can't produce audio on its own. It has to be connected to external or virtual MIDI devices that can create sound. Turns out this is too much of a hassle and kind of a deal-breaker for most people (and to be fair, it is a hassle), so now I'm working on adding VST hosting support directly inside the app. If you're not familiar, VST (Steinberg Virtual Studio Technology) is pretty much the industry standard plugin system that most DAWs support. Different VSTs can create and filter audio data, and in a hosted context audio data can be sent between VST instances before going out to the speakers.

It's been tricky but interesting. VST plugins are basically packaged as DLL files of Windows COM(-ish) objects. Despite primarily being a Windows dev myself, I never worked directly with COM libraries or objects before. My app is written in C#, and .NET does have built-in "COM Interop" support, so it is possible. A few years ago, .NET added a new COM Interop Source Generator system [2, 3], and I'm trying to get it working with that. So far I've been making some progress, but it's still a lot of tedious work to setup.

(There are libraries/packages out there that implement VST in .NET already, but they mostly focus on plugin creation while I only need hosting. They're a lot heavier and more capable than I need. They also didn't use the newer Source Generator approach, so I figured I'd give it a shot myself.)

1. https://www.pulselyre.com/

2. https://learn.microsoft.com/en-us/dotnet/standard/native-int...

3. https://www.youtube.com/watch?v=DZd1SGd7dSU

ryanckulp 10 days ago

working on TRMNL[1], a hardware startup with a web app companion (Ruby / Rails 8).

this weekend specifically, setting up an in-house assembly area. decided to renovate my barn and be our own fulfillment center.

[1]: https://trmnl.ink

Yabood 10 days ago

I’m working on SocialWeaver, an employee advocacy platform that helps businesses scale their marketing and reach by getting employees engaged with social content directly from Slack and Microsoft Teams.

I’m sure many of you were asked to engage with some product announcement, hiring post, or whatever on LinkedIn. With SocialWeaver, we remove all friction from that process by letting employees like, share, and comment directly within Slack and Teams. On top of the core use case, marketing teams also get analytics, employee leaderboards, content scheduling, etc.

https://www.socialweaver.com

gimenete 10 days ago

I'm working on an alternative frontend for GitHub https://githero.app/

The focus is on providing a better experience: faster, with smoother interactions, with higher information density and a lot more focused on your daily work (with features such as bookmarks and drafts).

It's web-based but there will be also desktop apps (thanks to tauri) that will integrate with your local git.

If you start using it and want to ask for feature requests or notify bug reports please go to the discord server: https://discord.gg/RHCJvUSbr5 Thanks!!

modo_mario 10 days ago

I'm continuing work on my Saas for hairdressers.

I'm happy to say I'm no longer stuck on endless little business logic decisions. Now I'm mostly stuck on essentially creating a (more) complicated google calendar interface. (React + MUI) I stopped work when everything was still wonky but i could quickly make appointments on the fly with it. A few days ago when trying to wrap my head around my own code i kind of regretted that decision. It's a bit more complex of a UI piece than what i've tried my hand at before and my current holdup is (re-)implementing proper drag & drop to edit appointments after i rewrote a piece of the underlying stuff.

rglullis 10 days ago

- A typescript SDK for creating local-first applications to browse the Fediverse (https://codeberg.org/mushroomlabs/activitypub-client). I want to be able to use this SDK to work on a fork of Elk (Mastodon client) and Voyager (Lemmy Client) and swap the API-based libraries they use.

- Adding support to WhatsApp/Discord/Signal bridges to Communick's Matrix server. For some reason, last week I got a handful of handful of customers saying that they would be willing to pay more than the $29/year of the standard plan if they could get those bridges on Communick's Matrix server

valryon 10 days ago

CTHULOOT, a fun arcade coop game that will soon be released on Steam: https://store.steampowered.com/app/2283410/CTHULOOT/

  • tfeldmann 10 days ago

    Looks great. Any plans to release for the Switch?

    • valryon 8 days ago

      Yes! Switch version is in QA so we hope it will only be few months away from PC release.

jrozner 10 days ago

Building Based Security (https://www.basedsec.io), a startup in the zero trust/identity space creating immovable, attestable, hardware backed identities that can be used for strong and continuous authentication but not moved from the device. We can guarantee the user and the device are known, the user is assigned the device they are using, and characteristics of the identity matches the defined policy. The initial product offering is tied to GitHub/GitLab, offering secure authentication for git over ssh operations with plans to expand to general ssh access and additional systems with pluggable access control.

  • EthanHeilman 10 days ago

    That's really cool. Are you using OpenSSHes yubikey support or building your own?

    • jrozner 10 days ago

      We’re leveraging ssh certificates which are backed by keys stored in a variety of hardware. For yubikeys we’re leveraging piv and the standard ssh tooling. We’re determining whether we’ll be able to use a pkcs11 implementation for TPMs and Secure Enclave or whether we’ll need to build a custom agent.

benliong78 10 days ago

I’m building a on-device AI App that supports a good variety of open-weight LLM Models. It’s mostly so that I can gain an intuition on what goes on when we do inferencing, but my longer term plan is

1. Support on-device RAG to allow chatting with your own documents on mobile offline 2. Support MCP on-device, taking advantage of information that’s (only) available on your phone, like calendar events, health data, etc. These shouldn’t need to be anywhere but on-device. 3. Allow on-device AI to use shortcuts(?)

I think most of the functionality are well served on desktop front with Ollama and LM Studio, but moving these functionality to mobile offers a great learning opportunity.

eternityforest 10 days ago

A mostly vibe coded(since I don't plan to ever go commercial with it) app for music composition, which I suspect real musicians would mostly not like..

You can create patterns, play those patterns on a specific beats, add melodies(HTML tables of notes!) with lyrics, add chord changes to determine how the patterns are played, etc.

It's meant to be CAD-like, so you're working as high level as possible, not looking at some raw notes and having to go look up what chord it is every five seconds.

There's plenty of features that don't exist but look like they do, but it does work.

https://eternityforest.github.io/songcad/

halftheopposite 10 days ago

I’ve been developing an observability platform [0] for small teams and indie developers where they can track logs, live metrics, and get alerted in realtime through webhooks. I intend to develop a dead simple on-call calendar as well in the coming weeks.

After using tools like Sentry on apps serving millions of users, I always felt I was missing a cheap and dead simple approach to following what happened in my apps and apis, and basically became my first customer for all of my side projects and even got some friends using it for their SaaS and apps.

[0] https://app.getboringmetrics.com

yatralalala 10 days ago

I'm building Recon Wave (https://reconwave.com) - we monitor companies online perimeter and let them know when something's wrong.

Recon Wave basically finds and scans all their services - DNS, IPs, Apps, Ports - and notify customers when it breaks some policy (aka. "no ports than 443 should be open") or when some service is straight vulnerable.

I'm former security engineer and I hated all that "critical reports" that reported missing CSP header.

We're now playing with an idea to build LLM pentesting agent that could run agains the whole infra of our customers.

  • tempaccount420 10 days ago

    I'd hope companies practice Zero Trust nowadays and don't just close off all the ports (and leave things vulnerable, just inside a VPN...)

    • yatralalala 10 days ago

      I'm all for in for it. Sadly, companies host wild stuff and forget about it.

      What we build is primarily focused on companies that have at least hybrid stack - some on prem, some in cloud. If you completely behind load balancer and have strict change management, we can't bring you any value.

      In ideal world, we wouldn't have any business. But oh boy... Companies host wild stuff.

      Every single conversation I had with clients ended up with us showing some of their infra and the response was "wow, we didn't know this is ours".

      • Cyphase 9 days ago

        > In ideal world, we wouldn't have any business.

        Said every security company ever. :)

Hyperlisk 10 days ago

I'm working on a configuration file format. I see a lot of complexity in the current space, and not enough thought put into the use-cases for a configuration language.

YAML is prone to typos, TOML does not seem obvious to me, and JSON is not as easy to edit.

I've been designing CLEO:https://code.nicktrevino.com/cleo/

The focus is on a configuration language that a single application would use. Not a system-level configuration that might need control flow, etc.

It is at a solid state right now, though it's not officially released yet as I slowly validate it with usage.

kasrak 10 days ago

I'm working on a personal AI notebook called Lightpage.

I've always found it useful to have scratch notes about whatever's on my mind -- a mix of journaling/reflection, planning, project ideas, notes on things I'm reading, etc. But I wanted to be able to chat with an LLM that has full context & memory from these notes.

It's been surprisingly helpful for me and some of my friends! Some ways I've used it:

- Talking through fuzzy ideas & ideas to clarify them

- Having it re-inforce the healthy habits I want to build

- Using it to reflect on feelings or whatever's been bothering me

https://lightpage.com

ermir 8 days ago

I have way too many things that catch my interest, but right now I am designing a paper and aluminum foil based linear electric motor. The idea is to create an electromechanical display that pushes a colored piece of paper into place to create a pixel, and see if this can be done cheaply and at scale. The electronics that I have selected look very promising, all I have to do is test the idea and see if this is worth pursuing further.

jascination 10 days ago

I'm an app developer, and I've had such a terrible experience with deferred deep linking providers like Branch and Appsflyer that I decided to build a competitor - https://DeepLinkNow.com

Why I think it's good: deferred deep linking has become an also-ran feature for MMPs whose primary focus is tracking users and advertising.

It's so bad that I can't even open deep links for Tiktok on my home network, because onelink links are blocked by adguard.

So that's why I built DLN. It's brand new and open for beta testing, I'd love some feedback and feature requests + to know how people use deferred deep linking.

[removed] 10 days ago
[deleted]
ianmabie 10 days ago

I was getting stuck in some manager <> direct report situations and wanted to figure out a way to practice tough conversations, so I started putting together https://practicecallai.com/.

You can choose from common difficult scenarios or create a custom one and get connected with a conversational AI voice agent to practice. Started out with just manager use cases but now testing out sales calls, interviews, pitches, etc.

Mostly built on Replit (would recommend - is amazing & keeps getting better) and relying on a mix of ElevenLabs / OpenAI / Anthropic for the voice & LLM tech.

pppone 10 days ago

A site to find the right weather for your next trip or relocation:

https://weatherflip.com/

I'm looking for co-founders to explore monetization routes. Feel free to reach out.

  • greatbahram 10 days ago

    It would be great to have the option to select a specific region or continent; right now, it searches the entire globe.

elpalek 10 days ago

Japan Top 100 (restaurants) app

https://apps.apple.com/us/app/japan-top-100/id6741251616

Only public on iOS store for now, due to Google requires larger # of testers to authenticate the app.

This app idea came from my last Japan trip. I had a hard time finding good local restaurants (not tourist traps). So I decided to build this app with Japanese-oriented lists, due to lists' lacked of maps, etc. The app actually helped me discover some great spots, since it lists places all over Japan. Please give it a try and let me know if you have any feature requests or ideas.

  • oMadMartigaNo 10 days ago

    Unfortunately I don't have an iPhone to try when we go to Japan but I will ask my friend to try it out. We will travel to Japan later this year.

    • elpalek 9 days ago

      Will let you know once android version is public

nyell 10 days ago

I am building "Scharf", a blazing-fast security scanner for reporting and hardening third-party GitHub actions.

For whoever aware of recent `tj-actions/changed-files` security incident, I built a mutable-reference scanner that performs a deep scan across branches to identify all third-party GitHub actions used in organization Git projects. The output report can be exported to CSV or JSON (default).

Using mutable references (version tags, main/master/dev etc.) is a security vulnerability that can result in supply-chain attacks.

Project link:

https://github.com/cybrota/scharf

westoque 10 days ago

This weekend I’m working on mobile app that allows you to upload photos and it turns everything into a stitched anime (ghibli or not) with movements and eventually sound and script. Great to make mini animes from your day or travels or anything.

absqueued 10 days ago

Working on (mostly weekends) <https://pluswhois.com> (part-time) – a tool to simplify brand name research. It checks domain availability, allows one to monitor taken domains, checks social handle availability, and links to basic trademark search tools.

If a domain is taken, it shows full ownership data with great UX — not just a raw JSON dump. Clickable links to social profiles, business info, tech stack, DNS records, and more.

Built it to streamline my own workflow for naming and branding projects. Still early, but already saving me time. More features coming!

andrewgleave 10 days ago

I recently built a quick SwiftUI app to pin quotes and posts from X to my home screen.

I found I was liking/bookmarking insightful content on X I rarely saw again and wanted a way to resurface them somewhere I would see multiple times per day.

Can import from X via share sheet or manually enter them. It's minimal, but I've found having:

"i hate how well asking myself "if i had 10x the agency i have what would i do" works"

there every time I unlock my phone, was worth the development effort.

https://apps.apple.com/gb/app/lumatta/id6740705796

giantg2 10 days ago

I have an idea that you can steal (would be cool if you send me some of the spoils if it moons lol). This might be right up your alley, Google and Apple devs.

Generated voice profiles (you can use "AI" to sell it to your bosses) to narrate text messages in the sender's voice. Many texts are already sent by speech to text, why not carry that voice to the reciever? Simply recording is not ideal due to the background noise and extra bandwidth, so regenerating the speech on the reciever side seems to be the better approach after generating the speech profile from some sample of initial messages.

  • zombitack 10 days ago

    I used to work for an assistive tech company that did part of this. For people who have degenerative diseases like ALS, we would create speech profiles for them before they lost their voice so that once they did, their computer-generated voice (through eye tracking software and hardware) would be their own and not a generic voice.

    • costcopizza 10 days ago

      What company if you don't mind? Sounds like work I've been interested in. Thanks!

nafey 10 days ago

I am working on a standalone CLI tool that can do analytics find it here: https://github.com/nafey/minimalytics

Motivation for the project:

> This project was born out of the need for a lightweight analytics tool to track internal services on a resource-constrained VPS. Most SaaS analytics products either lack the scalability or exceed their free tier limits when tracking millions of events per month. Minimalytics addresses this gap by offering a minimalist, high-performance solution for resource-constrained environments.

I recently did a Show HN which you can find on my profile.

aurelien 10 days ago

I am working on nothing which by the is something important and precious because it is something to works on nothing. By the way, nothing else matter, which mean that everything keep my mind on working on the thing of nothing.

pravenj 10 days ago

I am working on this mobile app that is a cross between karaoke and musical instrument practice. Through playing music for a long time, I realize that playing with a band or with the actual song is important to get a good feel of music, specially for starting musicians. Hence the app. Currently I have Nepali songs up. I am finding it difficult to get more subtitle files or generate them quickly (for lyrics layout). Through this I would want to ask how I can quickly generate lyrics file. I really would appreciate the help.

https://guitaraoke-app.web.app/

digest 6 days ago

I'm working on Digest (usedigest.com) which curates content from nearly any source into your own personalized email newsletter. It also has a newsletter reader built into it as well so all of your newsletters get funneled into Digest, instead of your email inbox.

egglemonsoup 10 days ago

I'm working on a parody of the lofi hip-hop radio YouTube streams, but for Byzantine music (chanting) of the Eastern Orthodox Church.

The end goal is a community-focused study/prayer/chill sound generator for an Orthodox Christian audience

memset 10 days ago

I am building an image gallery as a side project to play with AI coding tools. I got really far in just 2 days and plan to open source it soon. It:

- Uses an encrypted badgerdb to keep track of metadata - Uses rclone (with an encrypted backend) for file storage in s3 or any backend rclone supports - Automatically indexes and generates video thumbnails and transcodes to webm to be streamed in the browser - Slideshows - has a fairly decent ui that doesn’t look like it was developed by a backend engineer

The goal was to be able to attach my own s3 storage and keep all data encrypted at rest. It’s written in go and deploys as a single binary.

  • escapecharacter 10 days ago

    Maybe you should be friends with https://news.ycombinator.com/item?id=43529823

    But for real, I've also been working on large-scale photo/video management, and the question of where to keep additionally metadata has bothered me. It seems right to want to keep it "in" the file, and so I want to write it into EXIF, or even steganography, or something.

  • andupotorac 2 days ago

    Maybe replace Pixave with a better product if you're at it.

matrixbot 10 days ago

I'm working on a AI automation tool to updates docs at with every git commit.

The tool just does one thing "Keeps your docs upadated always"

Why am I trying to solve this?

I have dealt with the pain of keeping the docs updated. It is mundane and boring at times. so I wanted to check if the pain is universal.

I need the fourm's help to solve this, please take 30 seconds to fill this survery that will help me with some cricital insights around this problem:

https://app.youform.com/forms/apmvipej

happy to help you in any way possible in return

gengstrand 10 days ago

I am currently testing the hypothesis that RAG can reduce the likelihood of LLM hallucination when it comes to software architecture (existing or proposed enhancements or tech debt reduction) of complex systems. To that end, I recently launched a web spa https://www.exploravention.com/AskArchitect/ where you can ask the software architect questions about various popular open source projects. I hope that you participate in this experiment.

vldszn 10 days ago

I built a free and open-source invoice generator with a live PDF preview that runs in your browser.

It supports multiple currencies, VAT tax deductions, and lets you download PDFs in multiple languages (English and Polish for now, with more coming soon). You can also share your invoice by clicking “Generate a link to invoice” button.

Try it out: https://easyinvoicepdf.com/

Check it out on GitHub as well:

https://github.com/VladSez/easy-invoice-pdf

Would love to hear your feedback =)

teucris 10 days ago

I’m working on a live voice chat for settling rule disputes during tabletop gaming. It uses OpenAI’s realtime API to allow anyone to call in a “ref”, trained on the rules of the games, to answer questions about the rules.

nvarsj 10 days ago

I bought a 150 year old house. Need I say more?

paulmooreparks 10 days ago

I've been working on an alternative to JSON called XferLang, and along with that a "CLI construction kit" that will let the user create a CLI for interacting with RESTful APIs (and, eventually, more).

https://github.com/paulmooreparks/Xfer https://github.com/paulmooreparks/Xfer/tree/master/ParksComp...

  • npodbielski 10 days ago

    Seems interesting tough more complicated. In json you can't have multi line strings? Does your format supports it?

stephen 10 days ago

Working on v2 of our n+1-proof/reactive TypeScript ORM, Joist (https://joist-orm.io/), that moves to using the new-ish postgres.js driver (instead of knex/node-pg), so that we can leverage postgres.js's statement pipelining within transactions.

I'm anticipating a really sweet perf increase (as shown by some proof-of-concepts), but now that everything is actually working on the v2 branch, I'm putting together benchmarks that show the benefit in practice.

Love to have anyone poke around/ask questions/hang out on discord.

middayc 10 days ago

For several years now, my free (programming) time goes into experimenting and making a REBOL based language:

https://ryelang.org

March was quite productive:

* there was major (somewhat breaking) upgrade to the language

* We have a working web (wasm) console again

* full binary builds with some improvements for Windows that before didn't get much attention.

* full function reference with unit tests should arrive soon

I try to post about what I'm working on on Rye's reddit group:

https://www.reddit.com/r/ryelang/

aedrax 10 days ago

I'm working on a tool specifically for viewing log files, it started when I wanted to open logcat files and have filtering but I couldn't really do that with a lightweight tool, Wireshark works well and I found a cool tool called lognote. so I started making my own, and I wanted to display things different ways and make it easy to add features. it's still a work in progress but I'm proud of it so far

https://github.com/aedrax/logdor

candiddevmike 10 days ago

I built a reverse proxy similar to Cloudflare Tunnels that can be self-hosted:

https://tunlr.dev

This came about because of how awkward Cloudflare Tunnels is to use in a development environment.

  • cdfuller 10 days ago

    I'd love something like this, however the pricing isn't clear. It looks like I have to pay for a $100/yr server license and self-host it?

    • candiddevmike 10 days ago

      If you want to use your own domain and certificates, yes. Otherwise you can use the Cloud version for free with a dynamic hostname, or you can contact us for a static hostname setup.

snide 10 days ago

I just launched the beta for Table Slayer. It lets you build animated maps for in person RPG games (DnD, Pathfinder...etc) where you have a digital table top. It's built on Svelte + Turso + websockets.

The video here best shows it off. The source is available and free to use for non-compete, personal use.

https://bsky.app/profile/davesnider.com/post/3lkvum6xtjs2e

Mostly a labor of love. I don't expect there to be a super large audience for this one, it was just something I needed myself.

jll29 10 days ago

BiasScanner - a non-profit project to fight non-neutral news reporting with a special LLM model wrapped in a Firefox plugin (that marks biased sentences yellow when you read your news online). In JavaScript and Python -- see https://biasscanner.org

IdeaFunnel - capturing, tracking and evaluating ideas in organizations; as innovation is topic that I am conducting research in and will be teaching a block course in July on. (Being rapid prototyped in PHP.)

ltools -- a set of command line tools in Rust.

Also starting a new multi-year computer science book project...

paxpelus 10 days ago

I am working with a colleague of mine on Handout Generator (https://handouts.cthulhuarchitect.com) which is a website you can use to create fake documents and handouts to be used in different TTRPG, especially investigative ones like Call of Cthulhu.

It is going pretty well, already 17k users signed up. There are many people using it daily which give me the motivation to continue working on this.

I just wish I had more time to spend on this instead of the boring CRUD app I work on for living.

fatliverfreddy 10 days ago

I'm working on the next release of Cyphernetes. It's a query language for Kubernetes that allows doing most complex k8s management operations in a much more compact and concise form (compared to writing shell scripts, using jsonpath+jq, nested kubectl, writing API code etc.). Recently merged a visual overhaul to the Cyphernetes web UI and now working on adding support for ORDER BY, LIMIT and SKIP to the language.

Github: https://github.com/AvitalTamir/cyphernetes

dh1011 10 days ago

I'm working on a VSCode extension that lets me quickly copy code from a workspace into a structured format for LLMs. This makes it easy to provide context so the LLM can continue developing the codebase.

There are other similar tools out there—mostly web apps or CLI-based—but I found a VSCode extension to be the fastest and most convenient option for VSCode users.

Here’s the extension link: https://marketplace.visualstudio.com/items?itemName=H337.c2p

I'd love to get any feedback.

seanwilson 10 days ago

I'm still iterating on a WCAG accessible palette creator for web design/UI:

https://www.inclusivecolors.com/

I use it myself for making branded palettes for projects because it gives you full control over the hue, saturation and lightness curves (instead of these being mostly autogenerated), and it helps you make tint/shades for multiple swatches at a time that go together (rather than a single swatch at a time).

Get in touch if you have any feature requests!

yodaarjun 10 days ago

This month I've been working on automating the data collection and processing for my property research website [0]. I'm testing out DuckDB to process geospatial data, and so far the process has been quite pleasant.

As long as you don't need many advanced spatial functions (where PostGIS shines), and you make sure to minimize the use of GDAL to perform operations, it parallelizes processing quite nicely (most queries on large datasets saturate as many cores as you throw at it).

[0] https://wynds.com.au

sentrysapper 8 days ago

Email Sanitization Service based on Dangerzone.

1. User on allow list forwards suspicious email to service directly from their inbox. 2. The email is parsed, opened, and sanitized in a sandbox environment. Attachments are scanned into raw pixel data and then converted to PDF. 3. Reply email with sanitized content is sent back to original sender. 4. Server is rebuilt, forgetting all previous jobs to protect privacy.

thedangler 10 days ago

Connecting my website builder funnel system to multiple payment providers for various reasons. Not for payments, but for easy up sells or email marketing.

Working on In or Out. Anyone with Elixir Phoenix experience are welcome to help with the project.

Side project for Fantasy football offline drafting. We aren't allowed any electronics just up to date print outs. However drafting takes forever with stickers. I'm making a Elixir Phoenix liveview app to replace the board and player picks with timer and fun prizes.

cerpins 10 days ago

Working on a full on Riichi Mahjong web client because I really like the game and want to make a more serious english client without anime.

Did it also to learn rust, which made it easy to convert the engine code into webassembly and create a hand score calculator for the game :)! https://cerpins.com/mahjong-tool

Plans now are to finish the client, then freshen up the calculator with some QOL and visuals, surely a bug fix might be needed here and there as well.

hurril 9 days ago

My own functional programming language. I'd done an imperative before but wanted one that has pattern matching, would let me do currying _and_ uses a bidirectional type-checker. All of this is currently implemented but not for all type constructs. It's name? Marmelade. Because Lady Marmelade and thus files with a lady suffix. m.lady.

https://github.com/pandemonium/marmelade

zh3 10 days ago

Low cost monocular headset display for rugged outdoor use (cycling, sailing, err golf). Idea is your phone sends low bandwidth data to the display for handsfree info, so more simple data display than xR.

neverartful 10 days ago

2 things: (1) trying to find a job, and (2) continuing work on my software.

I've been working on a new software product (native Windows) that is for analysis of SQLite databases. It's geared towards non-technical and slightly technical who may not know anything about SQL. The software includes an ER diagram, ability to browse table data, query building, and charting (bar, column, histogram, line, pie, scatter). Trying to get it finished up so that it can be released (hopefully in next few weeks).

ffsm8 10 days ago

I threw together a ratio calculator for Dyson sphere project to get the last two achievements done.

https://wohlben.github.io/factory-fractals/recipes/75?target... It's not really optimized for mobile though, and I actually forgot to give mobile users the recipe picker.

And there seems to be a strange bug only with the rare quartz recipe (it thinks it'll provide 1/4 more items then it does).

wahnfrieden 10 days ago

Manabi Reader - learn Japanese by reading on iOS/maCOS https://reader.manabi.io

I quit my job a couple years back to work on this app full-time, as well as its companion flashcard app, Manabi Flashcards. The goal is to help you learn through immersion.

What's special about it? Manabi Reader became popular as an Japanese-focused alternative to services like LingQ in that it locally tracks and analyzes all the words and kanji you read and study. It shows you which words are new and which you're currently learning via flashcards, so you can easily find content that suits your level and see what flashcards to prioritize adding. It also passively accumulates an on-device (and in your personal iCloud) corpus of example sentences from your reading.

I had built this part-time while working over many years (starting with flashcards and then the reader app) but going full-time gave me the time to do a full rewrite: SwiftUI, native iOS + macOS, and an offline-first architecture that syncs with iCloud and my server in the background.

Although it has a companion SRS algorithm (SM-2) flashcard app, it's also excellent for mining Anki cards. This works with AnkiMobile on iOS and AnkiConnect on desktop.

You can use it like a web browser for the web, or subscribe to RSS feeds. It comes with a bunch of curated content by level. Recently I added EPUB support, pitch accents, and note-taking with todos.

I'm now almost done adding a manga mode via Mokuro.

Next I plan on adding more media types (video, YouTube, PDFs), AI functionality (grammar explanations, document Q&A, etc), Yomitan/Yomichan dictionaries for bilingual/monolingual EPWING and Wiktionary support, and more service integrations such as 2-way sync for WaniKani, JPDB, and existing Anki decks. I've begun work on these items and hope to share more soon.

I'd also like to make this app much more beginner-friendly so that people with zero Japanese knowledge can start learning. Currently it assumes you can read kana at least.

Previous discussion [2023]: https://news.ycombinator.com/item?id=36674259

jordanmorgan10 10 days ago

A basketball shot chart. I’m about done with it, but one thing I was happy to have figured - out coaches often want to tag a shot as a particular type. So like a three pointer, mid range, or whatever else it may be. With my shot chart, it automatically tags the shot based on where they added it, which I think is pretty neat.

https://bsky.app/profile/jordanmorgan10.bsky.social/post/3ll...

prell 10 days ago

Every now and then I add new touches to my hobby project at

https://nobsutils.com

It's a collection of small tools that run locally in your browser which, over time, I've built to serve my needs mostly. This has been living on my home NAS for a while. When I created the flashcards maker to help my 10 years old son prepare for a Spelling bee word quiz, it became popular with his schoolmates and I got some new drive to make it public.

gavinhoward 10 days ago

Designing a new VCS, operating system, and GUI framework because those are the three things I am most worried will be taken over by corporate interests.

I don't know which one I will actually implement, though.

julyjujuy 10 days ago

I am trying to become a business and financial programmer. Right now i am focusing on SAP technologies and ABAP, UI5 and GUI. I would like to become an expert in anything that is financial informatic related or business programming in relation to companies. Meaning Financial modules, Databases and Dashboards, automation of bank transactions and secure economic data communications. I would like to become the expert that when enters the room people say "Thank god you're here!"

Syntaf 10 days ago

I'm trying to make it easier to run clubs, associations & organizations with a platform called embolt.app[1].

We're offering online memberships, event management, and a member database packed with features. Membership management is a crowded space, but it's also a low-tech space with lots of sleeping giants not willing to iterate on their product.

It's been a really fun project so far and even more rewarding to see clubs using embolt for their daily operations.

[1] https://embolt.app

smine 10 days ago

Making a webapp (an inside-messenger mini-app) to create, hold and manage local amateur tennis tournaments.

So far I've built stuff like automatically created and advanced tournament brackets with group stage, match schedules, participation queue and achievements. Not that hard, really, but helped me get into the backend side of web-development.

We currently organize 2-4 events each weekend for 300 people of different skill levels.

So far it's exclusive for our small community, but I'm thinking of offering it to similar groups of people in other cities.

nickandbro 10 days ago

I am working on a site that makes it easier for people to learn Vim. It started with me delving into containerization and Neovim plugins and then took on its own identity. It's called:

vimgolf.ai

Right now, only has two levels but I soon plan to add all the Vim motions and use reasoning models as bots that start off the level with you. Apparently, reasoning models like o3-high, Claude 3.7 thinking, and Gemini 2.5 pro are good at finding new ways to transform files using Vim. Kind of silly to have them do that, but I find it kind of cool.

tootyskooty 10 days ago

I made Periplus (https://periplus.app), a new interface for exploring and learning with LLMs.

It generates interconnected learning documents, a bit like personalized wiki articles. Features include courses on any topic, generative flashcards for spaced repetition (think Anki), as well as a chat alongside each document.

Would love to hear your feedback!

https://periplus.app

itake 10 days ago

High quality translation app powered by ChatGPT:

High quality translation requires context. Mainstream translation apps (Google Translate) guess based on probabilities based on what the user would commonly mean, but this can results in confusing translations.

web: https://app.698expat.com

ios: https://apps.apple.com/us/app/698-expat/id6642713544

tudorizer 10 days ago

'tis a broad umbrella, but my co-founder and I are deep into transforming excess green energy (wasted because of curtailment) into ML / AI compute.

Focusing on training and fine-tuning, because of lower bandwith requirements.

We're collaborating with a few AI researchers through offering a sponsorhips program for the right people. If you know anyone, send them our way.

PS. If anyone has experience with Marimo, give me shout!

[1] https://enverge.ai/

SirrahDev 10 days ago

Trappist, a space exploration / city builder game in the Trappist-1 solar system. It is inspired by the classic Alien Legacy, with more modern gameplay in the style of the Anno-series.

I've been working to time an update and demo release with the Steam City Builder & Colony Sim fest: https://store.steampowered.com/app/2769820/Trappist/

johnpaulkiser 10 days ago

A platform for indie devs to publish WIP web games: (https://flipkick.gg)

The goal is to build a discovery system/algo that surfaces stickiness and fun to give developers a tighter publish/iterate feedback loop so they can really hone their craft on a shorter time frame.

If you have a prototype of a game that can be hosted as a static frontend web rotting away in your "projects/" directory feel free to toss it up on the site. Bugs beware :)

WillAdams 10 days ago

A tool for using Python in OpenSCAD:

https://pythonscad.org/

to make DXFs and G-code:

https://github.com/WillAdams/gcodepreview

The next big step is a house-cleaning one, need a vendor-agnostic system for numbering tools:

https://forum.makerforums.info/t/what-tooling-are-folks-usin...

Been learning a lot in the process: brushed up on trigonometry and so-forth using _Make:Geometry/Trigonometry/Calculus_[1] and various other books, some of which I am still reading through; lots about programming, esp. useful was John Ousterhout's _A Philosophy of Software Design_[2] and the next stages are Bézier curves/NURBS, a system for single line fonts (which may get extended into an interactive METAFONT programming system), and a mastery of conic sections _and_ algorithms sufficiently efficient that the 1" x 2" x 1" test case which took ~18 minutes to calculate on an i7 and which generated a ~127MB toolpath file can be done a bit more reasonably.

The big thing it makes me thing about is whether I should try to get a Master's and then go on to get a PhD (but that's a hard sell w/ the finance committee when I'm 59 and still making house payments).

1 - https://www.goodreads.com/book/show/58059196-make https://www.goodreads.com/book/show/123127774-make https://www.goodreads.com/book/show/61739368-make

2 - https://www.goodreads.com/book/show/39996759-a-philosophy-of...

vmurthy 10 days ago

https://rankandfile.me

At the moment, I am validating demand for Rank And File, a platform for employee activism. Think Institutional Investors but instead of suits, it is employees who own a large number of shares in their own company and act as a collective.

R&F aims to provide a private forum for employees to discuss company policies and act as a platform where employees can connect with legal experts and activists who will help them

charliebwrites 10 days ago

I've been learning Russian off and on for 15 years and was having trouble keeping up in the group chat texting my Russian friends

Most language apps make you select whole words rather than type, so I made an app that focuses on text first

It's helped me find the letters on the keyboard much quicker and rattle off common responses

Check it out! Would love your feedback

https://apps.apple.com/us/app/texttutor/id6741771741

rylan-talerico 10 days ago

I'm building Magical.pm – an AI product management co-pilot.

Today, it generates clean, formatted product requirements from natural language and includes templates for different use cases (bug fixes, usability adjustments, etc.).

Soon, it will use RAG to incorporate knowledge of your system into the product requirements and perform inference on key down to help product managers write better specs with AI.

https://magical.pm

ashleyhindle 10 days ago

Whisp [1] - Pure* PHP SSH server specifically designed for devs to build fun TUIs

Ended up having to write a decent chunk of C using FFI mind, no wonder people write SSH servers in Go/C, and why every AI tool told me it's really difficult and shouldn't be done :D

Bit of fun though, and I know more than I would ever want to know about the SSH protocol now!

- [1] https://github.com/whispphp/whisp

ciju 10 days ago

Friend and I are working on https://finbodhi.com/

It's a double entry based personal finance tool, to help families and individuals, track, understand and plan their finances.

It's local first. Synched across devices via a sync server. Financial data is encrypted before it leaves your local devices. By design, we don't have access to your data.

We are still in early phase, and looking for active users, and their feedback.

  • throwaway2037 10 days ago

    Is "bodhi" the Buddhist term for enlightenment? (Or the tree that frequently appears at Theravada Buddhist temples?)

kukkeliskuu 10 days ago

I re-built a dance event web site one year ago with Django. The site was implemented by somebody else 15 years ago. It has 1M-2M page views per month.

Now I am building into it some features so other people can help me to run it, such as ticketing system (with AI), and statically generated copy of the site to improve availability.

I am also working on a service management tool, based on USM method. USM method is kind of "open source" version of ITIL, although it works on a different level than ITIL.

jilles 10 days ago

PortfolioSlice. It’s a website where you can share your investment portfolio and its asset allocations. Then other people can just follow that with an easy to use cash divider.

https://portfolioslice.com/

It currently just has my portfolio that I use (Innovation and Global Growth) and some other generated ones. I wanted to try out SvelteKit and Svelte to replace my Google Sheet into something cooler. Not sure if I want to monetize this.

nodeflow_studio 10 days ago

I am creating a node- and timeline based animation editor for html pages: Nodeflow Studio, ready to start my beta shortly: https://nodeflow.studio

It is designed for users who want to create interactive animations on their websites without the need for coding, making it easier and giving more precise control of the animations.

If you are a web developer and think you will be a good beta tester, then fill out the beta test form on the website.

null-a 10 days ago

Working on a minimalist tool to archive web pages:

https://arcv.me

This web app is an off-shoot of a command-line archiving tool I wrote to scratch my own itch.

In its current form it's tripped up by bot detection and often struggles with heavyweight pages, but it works on enough pages to be somewhat useful.

Archived pages aren't retained long-term, but you can download them as static HTML files. (So kinda like a hosted version of SingleFile.)

haswell 10 days ago

A blog about burnout and recovery that chronicles my experiences going on an extended sabbatical for the last 3 years. The good, the bad, the unexpected, what I'd do differently, what I've learned along the way, etc.

I started the project 1.5 years ago after many people I spoke to expressed interest, but life got complicated and I had to focus on health among other things. It's now back on the front burner, and I'm hoping to launch it later this spring or early summer.

  • bansuian 10 days ago

    Do you mind sharing link?

    • haswell 9 days ago

      I'm currently hosting this in my private homelab while I build it out, but if you shoot me an email (profile), I'd be happy to share it once it's up and running.

lucgray 10 days ago

Building a game similar to Zombies! Run but with slightly modified gameplay. Narrative heavy with point and click elements, quests, and choose your own adventure decision making elements.

I've been hacking on a similar idea since about 2016 but only recently picked it back up. I want to support walking and cycling - any activity as long as it's outdoors (no treadmills).

I have a few ideas about the narrative that I think should be fun and timely.

QuarterDuplex 8 days ago

I'm working on revitalizing a FPGA DSP from my first failed startup. It's a RISC-V processor with a vector machine glued onto the side. It's capable of 30 second rapid testing of new algorithms which normally takes hours in FPGA land. Looking for a clear way to describe this novel approach to DSP.

6stringmerc 10 days ago

Finally scanning my writings from jail and have started posting some of my poems on IG @thatsamcliff - so much to do with cartoons, essays, poems, and four screenplays to type up as well.

Hopefully getting Smart Communications to hand over my USPS Mail they blocked while I was in jail. I never agreed to the Terms and Conditions of Mailguard. That doesn’t mean I forfeited my rights. Hopefully some prisoner advocacy groups respond with guidance on what happens next.

tf2_pyro 10 days ago

I'm working on https://www.chessfunforlittleones.com/ - an electronic book to introduce children to chess through LED lights, poems and some cute chracters.

I launched the kickstarter a month ago and am currently finalising the logistics for shipping the books out and putting together the shopify site which should launch at some point in April.

user1241320 10 days ago

Inspired by the Dobble card game, a friend and I built an iOS version where the symbols are emojis! You can customize the difficulty with options like “only green emojis” or other themed sets.

We don’t want to put ads in the game, but we’re exploring ways to add non-free features to make a little money from it. Has anyone done something similar? Any insights or past experiences with monetizing a casual mobile game would be really helpful!

mealkh 10 days ago

I am trying out a few new passive greenhouse concepts as well as experimenting with materials. Similarly, crossing some different brassica for hybrids.

dabrorius 10 days ago

I'm porting a Chip-8 interpreter I wrote in Ruby to C. I was planning to do it in Rust but thought it would be good to face the problems Rust is solving first.

fforflo 10 days ago

I'm working on spat https://github.com/Florents-Tselai/spat a Postgres extension.

spat is a Redis-like in-memory data structure server embedded in Postgres. Data is stored in Postgres shared memory. The data model is key-value. Keys are strings, but values can be strings, lists, sets, or hashes.

It's still alpha, but it works.

srcreigh 10 days ago

A tool for learning German via reading. The main feature is click a word to see its dictionary entry (not always easy with so many declensions). Flashcard creation from the dictionary entry. Real human spoken audio from Wiktionary.

Will be working on some LLM features soon (explain "X" in the sentence "Y" prompt). It'd be nice to get a word frequency ranking dataset integrated, so I don't waste time learning rare words.

ncrovatti 10 days ago

I’m vibe coding https://vespera.guide, a travel-planning tool that blends AI-driven suggestions with real-time re-planning—aimed especially at people who want to get inspiration and stay organised in their trip planning. Think of it like a curated jumpstart for itineraries, but still flexible enough to keep spontaneity.

michaelsalim 10 days ago

Open source presenter software. If you ever need to show something on screen, this will handle it for you. Useful for any events like concert, conference, camps, etc. You can also use it for things like digital signage.

Still a lot of features to be added, but it's already useful for simple use-cases.

https://github.com/Vija02/TheOpenPresenter

bittermandel 10 days ago

I'm right now working on the Managed Postgres offering for our European Serverless cloud provider, https://molnett.com/. We're building it around Neon and are happy with it so far, but are stumbling upon unforeseen issues like query modes (Thank you Pgx for not being compatible by default with PGBouncer).

Hope to launch it soon!

numpad0 10 days ago

A 3D printable HP Voyager style clone shell, based on my 12c Platinum, Internet photos and lots of eyeballing. It was on the back burner for a while, but I'm moving on to something else. STEP file available publicly, no electrical work had been done.

https://numpad0.com/calculatorshell/

raybb 10 days ago

The main side project I'm working on now probably won't apply too much to this audience but it's a weekly urbanism news roundup. The idea is to get global examples to inspire local change. Also, after leaving school I still wanted to keep in touch with what's happening around the world and continue learning.

https://urbanismnow.com/

  • raybb 10 days ago

    Oh, also I'm thinking making a little tool so when craiglist emails you for a saved search it deduplicates it before forwarding it to a chat app. My parents would find it very helpful as they still use craigslist a lot but the duplicate notifications for listings really annoys them.

stuartjohnson12 10 days ago

I'm working on a drop-in replacement for Django admin with better UI/UX and useful features like custom forms that Django Admin lacks.

carbonimpact 10 days ago

We are putting together an automated compliance solution for environmental sustainability. Think of us as Delve.co or Vanta for heavy industries. Currently working on a new landing page. The goal is to make it easy to stay compliant when regulations get updated and maintain a positive compliance posture down to the asset level.

https://carbonimpacthq.com

christopher8827 10 days ago

I'm thinking of writing an app to manage ticketing and events in Europe. There's Eventbrite but it mostly for larger cities instead of mid-sized ones. I think there could be a niche for cheaper alternatives especially since student societies get charged like 2.50 euros on top of a 10 euro ticket.

Also, writing a Masters thesis on area-level and individual-level predictors of breast cancer... so a lot of applied ML.

mbrundle 10 days ago

I had an idea to screen the YouTube videos that kids watch through a suitable LLM to assess whether the content was child friendly. There’s an emerging issue with insidious messaging / themes creeping into child-focused content that looks completely innocent on the surface, and I wondered if the current generation of LLMs can pick up on this. (Initial tests seem encouraging.)

mmlkrx 10 days ago

I've started working on a shared shopping list for group vacations. No sign-up, just create a list and share the link with friends. Emphasis on good sync performance even in bad network conditions, automatic sorting of the list based on where food is found in the supermarket, tags for items on the list. If anybody has ideas for this use-case please comment or email me :).

  • flanbiscuit 10 days ago

    Not exactly the same but this reminds me of an idea I had for shareable shopping carts. You add things to a shopping cart and then you share it via a link (text, dm, chat, email, etc) and the receiver of that link clicks on it and the contents get added to their cart (alternative could be an import button that you paste the link in to make it more explicit).

    Why? Plenty of times I've been ordering food with friends and we just pass around a phone to put in the order or someone dictates their order. Sometimes this can involve a friend who is not physically there and so they text you their order in just plain text. I thought it would be cool for everyone to be able to get on the same site, customize their order how they want, and share their link. That way there's no way that anyone misunderstood or forgot anything when placing the final order.

    • mmlkrx 10 days ago

      Actually I really like this idea, especially in the context of shared food ordering it makes a lot of sense!

dpacmittal 9 days ago

I've been building an email archiving system [1] which ingests emails sent by a company to it's customers. The hypothesis is that this data is largely un-indexed and once it's indexed, it can be really valuable tool for market insights.

[1]https://pandorasinbox.com

rozenmd 10 days ago

I'm working on OnlineOrNot (https://onlineornot.com), a tool for getting an alert when your team vibe-codes your product offline. Just hit 4 years of running the business.

Currently adding the ability to pause checks on a schedule (for when you have scheduled maintenance on your DB and don't want alerts during that time).

adius 10 days ago

I'm working on https://ad-si.github.io/LuaCAD/

LuaCAD is a scripting library which uses OpenSCAD as engine to create 2D and 3D models. The OpenSCAD language itself is quite limited and has several issues and Lua is much better suited for the job!

So if you're interested in programmatic CAD, please check it out!

oleggromov 10 days ago

Working on an interactive SQL tutorial for intermediate+ SQL developers, introducing you to and showing the power of such concepts as JOINs, pivoting (flipping rows to columns & vice versa), subqueries and common table expressions, including recursion, UNIONs, row locks, and some other small things.

The thing will be browser-based and, hopefully, both entertatining and educational.

[removed] 10 days ago
[deleted]
ohgr 10 days ago

I’ve been mostly been getting all my shit out of various clouds and trying to get more things offline where I can control the tenancy, risk and cost.

n1c 10 days ago

Tinkering with a platform for people who're interested in doing analysis/visualisation of data from professional Counter Strike games.

i.e. instead of them having to download demos, extract them, parse them and then only query data. I want to just have a database available so they get to skip all those steps.

Not gonna make me rich but if I can get it to cover it's own costs I'll be stoked.

prakashn27 10 days ago

Working on “AI automations for Jira” to help Jira admins create automation scripts using AI.

- secure and complaint as it runs on Atlassian

- easy to create automation as AI does the heavy lifting of creating the automation scripts for Jira

- unlimited which was a major limitation in native Atlassian offering.

https://ai-automation.123x.dev/

owenpalmer 10 days ago

I'm working on a webpage to share my notes from science/engineering classes. It includes a node graph of all the topics in a particular course, and you can click on a node to find what I've written about that topic.

Here's a demo (click on "Limiting Reactant"):

https://owenpalmer.com/webnotes/

Zu_ 10 days ago

I am working on a battle simulation for the game 'The Bazaar'.

I was quite frustrated with how the original devs handled monetization going into open beta, which sparked my motivation.

Trying out Kotlin for the first time and having a blast so far!

Also using an ECS architecture for the first time. It's quite a different way of reasoning about things, but it definitely helps with the dynamic fights that need to be simulated.

  • Benjamin_Dobell 10 days ago

    Watch out for DMCAs. They're, ah, not very fond of third-party development.

    Best wishes,

    The former developer of Bizarre Insights

    https://www.youtube.com/watch?v=i2yQXDFVRPQ

    • Zu_ 10 days ago

      Thanks for the heads up! But that's what I figured, based on how they dealt with the other trackers and overlays.

      I am planning to open source it (when I am at least somewhat happy with the implementation) but without any references to the bazaar. It just so happens that it uses items with cooldown and similar systems that deal with burn, poison, haste etc. ;)

      You can then bring your own items and play out the simulations and maybe your items just so happen to be based on the bazaar or maybe you create your own custom items based on lord of the rings or whatever.

      Right now, the project's primary purpose is to be an interesting problem that needs to be solved and helping me learn new things.

      Btw. your tool looks great! A shame that team tempo is against these kinds of community driven tools

neal_ 10 days ago

Im building retro style text editor with Open GL shaders, its a work in progress. I have ported st.c to imgui and have mostly working terminal emulator, now im working on LSP adapters and extending language support. https://github.com/nealmick/ned

[removed] 10 days ago
[deleted]
tommy_axle 10 days ago

Working on some starter templates for going from plain English requirements to a ready-to-use applications in a few minutes. Are you a small team looking to go from Excel to something a bit more streamlined but would like to avoid a time-consuming and costly process? Schedule a live demo today. https://genatron.ai

jprokay13 10 days ago

For a long time I used an app called Slowtube to practice guitar. I recently built my own version with features I always wanted like the ability to save sections of songs for future practice, search YouTube (instead of copying links), and provide cross device synchronization. I’m using it daily for practice now and after a bit of polish I plan to put it up on my website

PaulRobinson 10 days ago

I'm thinking a lot about RSS/Atom, how great email is to read content, and the intersection of these ideas with the W3C WebMonetization spec.

I think there's an opportunity to do novel things in this space, and LLMs might help in terms of providing summaries that people actually want.

I'm building this for me, but I think it could be useful for other people, too.

  • hallman76 10 days ago

    TIL that there is a W3C WebMonetization spec - thanks for sharing.

    Taking a look, it seems quite underwhelming[0] :( Lack of monetization on the web gave us the ad-driven content model that LLMs are now hovering up.

    Have there been any other proposals for monetization?

    [0] https://webmonetization.org/specification/

yonatan8070 10 days ago

I'm working on building my first custom mechanical keyboard, switches (Gateron KS-33 browns), hotswap sockets, and stabilizers should be coming in any day now, just have to do some measurements on the physical stabilizers since the CAD just didn't make sense, then it's time to send off the PCB and print a bunch of keycaps

ghoshbishakh 10 days ago

I am working on supporting wildcard custom domains for https://pinggy.io

What we found is that we can issue certificates for a wildcard domain even without asking the user to setup TXT records. If one CNAME record is set, we can set the TXT records on our domain to validate the wildcard domain.

Very excited about it.

tschillaci 10 days ago

My team’s building micro AI agents that perform very specific tasks really well. Right now, we see ourselves more as a consulting firm, developing custom agents while we search for the right vertical to specialize in. Eventually, we’d love to turn that into a SaaS product. We only have demos to show yet, but I’d be happy to chat more about it :)

coreyp_1 10 days ago

I'm trying to make my own GUI library in cross-platform C, based on Vulcan. Because evidently I'm a glutton for punishment.

I'm only a couple of weeks in. But it's giving me a break from my programming language that I was working on. (It's a template language, also written in C, also cross-platform, that has a jit compiler with a bytecode fallback.)

anshumankmr 10 days ago

Working on a tool to make playlists on Spotify using Autogen + Deepseek's R1. https://github.com/anshumankmr/sporky

Got the basic happy path to work, albeit still some tweaks are needed to get it working a bit better and seem more conversational.

mrmachatschek 10 days ago

I've been working on https://www.styleadvice.ai, a personal styling tool that gives users tailored advice based on features like face shape, eye shape, skin conditions and more. The idea is to make personalized styling a more accessible and fun.

AdamN 10 days ago

I'm working on nothing of importance (well actually it's a notable product from Big Tech). I'm looking to start something new but want to stay in Berlin and want to work on core technology or critical government/public/financial systems. I can either help fund this work and help at an arms length or join up.

rezib 10 days ago

I spend most of my time developing Slurm-web, an open source web interface for Slurm, the workload manager for HPC & AI clusters.

It's fun, with good mix of interesting technologies and it seems to solve a real problem for many users in HPC community!

https://slurm-web.com/

sakisv 10 days ago

I want to SaaS-ify my scraping process. It's gotten to a point that it works nice and reliably for me, now I need to wrap it in a good DX package and call it version 0.1.

(The main drive behind this was not to sell it, but to have a UI for when a website changes its layout and I'm on holidays and don't have access to my terminal and/or my yubikeys)

attilakun 10 days ago

I was trying to reproduce the NeuralSVG paper but it's hard. In the process I had to learn about diffusion and flow matching.

  • andupotorac 2 days ago

    Regardless if this or other paper is what you end up implementing, I wanted to say kudos for doing the right thing - having the right approach. Building stuff that's just now possible - in AI, from research papers - and productizing it, is how you get ahead of everyone else.

jansan 10 days ago

I am further improving my already very usable SVG editor Hyvector (https://www.hyvector.com)

With AI eating graphic designers lunch, I started to pivot and will add features for vectorizing and editing of AI generated images. I think this can become a really exciting product.

randysalami 10 days ago

Working on a work distribution network for medium to large size organizations. Some unique design and architectural decisions allow for ease of use and ease of scale. It has legs and I think a real shot at competing with applications like Workday, Asana, and Gloat. I’m planning on going full-time with it next week!

infinitebit 10 days ago

An app for helping groups of friends decide on restaurants, movies, etc using ranked choice voting and a Tinder esque swipe interaction for creating rankings.

Been dabbling in game dev and have been having a good time with a little sailing game that I think could be a cozy “A Short Hike” esque , but where you have to grock how (simplified) sailing works.

nameless912 9 days ago

Very slowly working on a prototype for a game where you learn about a deceased relative by using their old (C64-type) computer, reading their files and playing the games they made.

Because I can't fucking stop myself, I created a fantasy ISA and am working on an assembler and basic interpreter for said fantasy ISA.

block_dagger 10 days ago

Working on writing my first novel after years of (part time) planning. I’m finding it difficult to do the actual writing, but trying to stick with it. I don’t naturally enjoy the writing process vs writing code, which has been my primary endeavor for 20 years. Advice from other engineer/writers appreciated.

aantix 10 days ago

I’ve been thinking lots about the YouTube algorithm, how it’s based on engagement, not educational value, and how it’s such a huge missed opportunity for our kids.

So I’ve been building my own YouTube app, for my own kids. Better blocking of keywords (no more 1,000 MrBeast video recommendations). Better educational themes.

Email me if you’re interested in testing.

jim.jones1@gmail.com

davidtos 10 days ago

I am still working on Java bindings for io_uring https://github.com/davidtos/JUring

The goal is to bring fast random read/writes to Java. Fun project with lots of great challenges around performance while maintaining a nice API.

enricozb 10 days ago

Working on ARC-AGI (2). Trying a few different approaches including gradient descent mechanisms to construct programs in DSLs. Was really inspired by the recent differentiable logic gate networks work from Google, and believe there is a way to adapt it to generate programs instead of cellular automata rules.

mariatechmaniac 9 days ago

Building a tiny ~€50k mountain cabin in the mountains of Cyprus that I hope to Airbnb to then get a retired visa and move to Cape Town.

But pouring my soul into building Afterhours (afths.com); Duolingo for life skills (financial independence, building muscle, writing well, parenting etc)

kebsup 9 days ago

I’m building a spaced-repetition flashcards app. Unlike the competitors, the cards have audio, images and sentences. Additionally, it is possible to add words from ebooks, websites and YouTube.

https://vocabuo.com

jokoon 10 days ago

Some minimalist tactical shooter, similar to counter strike. Low poly graphics, bullet drop, and other things. On Godot.

BSTRhino 10 days ago

https://easel.games/about

A 2D game programming language that lets you code multiplayer like singleplayer. My dream is for it to be a super-engaging way for teenagers to get into coding because everything they make they can actually play with other people.

blindriver 10 days ago

Large scale classifications of text using LLM

  • jll29 10 days ago

    ...and why use LLMs specifically?

    In many cases, other methods run faster/scale better/use less energy.

    • blindriver 10 days ago

      Because LLMs are one million times easier to use and they give very good results.

arahman4710 10 days ago

I'm working on a tool called Canyon to help jobseekers land their dream job by helping them perfect their resume, be much faster at applying to jobs, and practicing with our mock interview tool.

https://www.usecanyon.com/

throwawayscimap 10 days ago

A team of researchers and I are building a data visualization tool to help understand the impact of proposed NIH cuts:

https://scienceimpacts.org/

Pretty fun to see how easy it is to put together a decent website on a shoestring budget (R2 hosting, all react frontend)

keizo 10 days ago

Still https://grugnotes.com — an htmx/old school but also ai first notes app. Recently added some cursor style features. Best use case is training and workout generations right now. Mostly think about how to make ai useful for every day things.

fzwang 10 days ago

Divepod - comp sci education program based on advisory model[1]. Instead of a fixed curriculum, each student is paired with an advisor who follows their interests and adapt the learning plan as they go. Something I wished I had as a teenager.

[1]https://www.divepod.to

spzb 10 days ago

Writing prose instead of code. Started a Ghost powered newsletter mainly focusing on AI and retro computing. Aiming to be a lightweight general read, not heavy technical stuff. Had a bit of success with a couple of articles posted to HN before.

https://newslttrs.com

dgellow 10 days ago

Earlier this year I started making music with an m8 tracker, from Dirtywave. Fantastic device, I highly recommend. It’s my first tracker and took only half a day to feel comfortable and being able to produce simple songs!

It’s so effective that I can have a chord idea at noon, and a song done before the evening

techterrier 10 days ago

Toggr: https://toggr.io/

it's Flickr but for wildlife photography. A good olde fashioned web app. Made it to learn Nextjs as much as anything which was interesting, but got some good lighthouse scores, so hooray

wirelesspotat 10 days ago

I'm building an app for splitting bills with friends, mainly for holidays and roommates: https://quicksplit.io

It does one thing and it does it well. I built it with a friend and we released the iOS app last year. Currently building the Android app

  • tchalla 10 days ago

    I don’t see pricing on the website but the iOS app shows “In App purchases”. Is there a reason why you wouldn’t mention pricing on the website you linked?

productme 10 days ago

I'm building ProductMe, an app that teaches Product Management. It’s designed to be a viable alternative to traditional PM bootcamps—200x more affordable, with the same learning outcomes: https://productme.org

spariev 10 days ago

Learning about Rama (https://redplanetlabs.com/) which has been released recently. The tech is very cool and also it's Clojure, but still not sure what would be the best use case for it.

matt-p 10 days ago

ServerSearcher (https://serversearcher.com) to make it easier to find cloud/virtual and bare-metal servers that match specific requirements like RAM, location, or CPU. There needed to be an easier way.

gamerDude 10 days ago

I'm working on making it easy for startups to run experiments and do them well.

And I ran my first experiment on Saturday to good effect. Ran a small ad and already got some leads. I feel super pumped about it. And excited to share out the results soon! Definitely an easy experiment to start proving the model.

e2e4 10 days ago

As a side project am writing Android app for forward collision warning (FCW), lane departure alert (LDA) along with some ADAS functions. In the mid term an planning to connect it to the cruise control. p.s. for an old Mitsubishi Delica D5 that I bought for car camping.

Any advices are highly appreciated.

dtkav 10 days ago

Relay - A real-time collaboration plugin for Obsidian. [0]

Relay transforms Obsidian into a collaborative environment with real-time collaborative editing, comfortably private folder sharing, offline support, and self-hostable Relay Servers.

[0] https://relay.md

risk 10 days ago

I'm working on a hidden puzzle for the 40th anniversary phrack edition which is scheduled for release this summer. If you're a reader of it be on the lookout for curiosities and scrutinize everything. There is a prize at the end and it's going to be fun. :)

lionhead 3 days ago

My startup isn't "tech" enough so I hesitated before making this post, but I saw that people talked about their PhD or master thesis and all sorts of cool things, and after all, the prompt is "what are you working on", so here we go!

I am hard at work preparing the 2nd edition of Seoul SPARKS (seoulsparks.com), a 6 weeks pre-college summer program in Korea (currently aimed at US students but open to students all over the world). It is designed to be a high quality, rigorous but also as immersive as possible program, for high school students who want to deepen their understanding of Korean language, culture, and history while earning academic credit at Seoul National University. My aim is to educate the future generation of Korean Studies scholars and I hope my program can be a stepping stone for that! My program director designed a chronological history curriculum, that explores Korea’s past and present through site visits and expert-led discussions. Each week focuses on a specific era of Korean history, beginning with the Joseon Dynasty (1392–1897), where students visit palaces, wear hanbok, and learn about Confucian traditions. The following weeks cover the Japanese colonial period (1910–1945), the Korean War and its aftermath (1950s), Korea’s rapid economic rise through the Miracle on the Han River (1960s–1980s), and finally, modern Korea, including democratization, globalization, and the Hallyu wave. These themes are reinforced through guided tours of historical sites, museums, and cultural landmarks. We try to make it fun too and I think our students last year had a blast!

We try to offer a lot of other really cool things, such as a 100% Customized Cultural Activity (these have included K-pop dance training at a professional studio, Korean Sign Language classes, traditional calligraphy, culinary workshops, and even mini-internships with local businesses ), the opportunity to work on a research project under the supervision of a Korean PhD student if they'd like, and we also link them with university mentors (basically, Korean college students) who hang out with them, answer their questions about life in Korea, help them adjust to life here, and just have fun with them really.

Last year's pilot program was very successful, we were blessed to have a fantastic cohort of very bright and motivated students. The program was also highly rated by parents and students alike (the only serious negative comment we received was: why is Korea so hot and humid during summer?), and I hope we can continue to grow and keep attracting the best students from all over the globe!

Anyway applications are open until April 30th so if any of you have kids or know someone who could be interested, I would be very grateful if you could spread the word :)

Thank you for reading!

stared 10 days ago

I develop an app that makes it easy to create charts in your style, while following best data visualization practices.

Upload your CSV, write a prompt, and get a journal-worthy chart.

https://charts.quesma.com/

  • rrr_oh_man 9 days ago

    Cool stuff! I was thinking about something similar yesterday when walking the dog :) Good job!

[removed] 10 days ago
[deleted]
qwikhost 10 days ago

I'm working on https://inboto.com, an AI agent for email support. I'm tried out sending receptive emails, or switching between different platforms to find unified information about the customer.

ninjaranter 10 days ago

I spent a week building and then a month over-engineering https://roastedreads.com - a site where you get roasted you based on what you read by literary characters (Gollum, Murderbot, Ms.Marple etc).

rpastuszak 10 days ago

Back to working on Ensō (write.sonnet.io) and writing/working in public after a short hiatus.

Also, got some feedback for hands.sonnet.io, so I'd like to play with it a little bit if time permits (might be hard to stay inside, Spring has just started in Portugal).

alstonite 10 days ago

Working on an FPS aim trainer that has a heavy focus on tracking performance data over time.

I love how MonkeyType lets you see exactly how much you’ve improved over time at typing and it’s inspired me to take a similar approach to this hobby of mine as well

exz 10 days ago

A Lottie animation generator that allows to create a Lottie animation from an image and text input.

  • kamikazeturtles 9 days ago

    That sounds really cool. How would you create such a thing?

    • exz 8 days ago

      The current workflow is create an image with stable diffusion, vectorize it, convert it to Lottie format, and than use a function that can create the Lottie animation keyframes.

      • kamikazeturtles 8 days ago

        How would you rig whatever is in the stable diffusion generated image automatically? You'd have to find a way to identify the objects in the image, segment them into their individual limbs/pieces and rig and animate them.

        Maybe Meta's open source segmentation tool would be handy. Maybe you can rig the person/animal/object in the image using one of the object detection tools on HuggingFace.

        This seems like a really interesting project. I'd love to check it out if you plan on open sourcing it!

alfiedotwtf 10 days ago

A TRUELLY decentralised web! I’m about a quarter done, it works, and amazed nobody has done what I’m doing before.

Was doing it on the Fuel Network, but now that they let 30% of staff go last week (including me), I’m thinking about starting fresh and doing it on Solana.

kapimalos 10 days ago

I’m working on a fashion brand. Design, marketing and creating a brand should be challenging and fun. I’ll create something fun, joyful and fruits inspired. Anyone tried fashion ? Any recommendation on what to learn ahead of the challenges?

strzibny 10 days ago

I am working on a project called LakyAI.

LakyAI will help you build your brand by creating and sharing content online.

Right now I am working on a good blogging experience, but more is coming.

https://lakyai.com x.com/laky_ai

unzadunza 10 days ago

A German equatorial telescope mount. Right now I'm learning to make gears. After building the hardware I'd like to write the firmware/software for tracking stars and planets. This will be a long term project for sure.

eden_hazard 10 days ago

I'm building a dating app for what I think is an untapped market. I'm just worried the apple store is going to reject it. I read back in 2020 they aren't accepting more dating apps but I've also seen a number of new ones pop up.

mystified5016 10 days ago

I wanted to level up my electronics so I decided to build a piece of test equipment. Big bench top PSU, multimeter, active load, logic analyzer, whatever else I can throw in. Plus a detachable wireless touchscreen for extra complication.

inSenCite 10 days ago

I'm building a perp funding arbitrage aggregator. Aggregates funding rates across a number of DEXs to help users track down the most lucrative opportunities.

If there is uptake the plan is to build out a toolset to help with managing a portfolio of arbs.

  • wild_egg 10 days ago

    What does this mean? I have no idea what niche you're even working in

EthanHeilman 10 days ago

opkssh (https://github.com/openpubkey/opkssh) it lets you configure OpenSSH so you can ssh using your OpenID Connect identity without adding a trusted party other than the IDP. I'm trying to figure out how to TOFU a MFA HW token (yubikey) on first login so we don't even have to trust the IDP. The trick part is to design so if you lose your HW Token you aren't locked out without reintroducing trust. Maybe use a backup code or backup yubikey or the DKIM trick to allow timelocked resets of the HW Token via an email.

MortyWaves 10 days ago

Huge threads like this are why I wish there was a way of sorting by most upvoted

Mochila 10 days ago

I'm working on a financial education IOS app, to teach young adults how to manage their money through the power of storytelling and games. Think Duolingo mini lessons but financial education lessons instead.

ks2048 10 days ago

I use Apple Pencil with my iPad for figures in documents and wanted a better way to sync with my other work... so writing an iPad app for drawings using git for syncing with remote repos. Goal to release in App Store by end of April.

  • Operyl 10 days ago

    Oh yes please. Do you have a "preorder" on the App Store yet?

    • ks2048 10 days ago

      No, but I'll look into that as I get closer to having something ready.

royaltjames 10 days ago

Just shipped my first film for a client's auction gala that was received with high praise! Now itching for more video production. We overproduced it with 4k drone footage, multiple multicam interviews, and I got some incredible b-roll.

So fun!

ashwin110 10 days ago

I'm working on a tool to convert any OpenAPI JSON spec to an MCP server, so LLMs can interact with it. If anyone's interested in this, email in my bio. I'll also put it on my Github soon, once I polish up the code.

Rendello 10 days ago

I'd been building a Unicode visualization tool that I think could be awesome if I pull it off right. I got stuck and paused working on it. So, currently I'm working on myself, studying Math Academy every day.

mirawelner 10 days ago

I am working on creating a GAN for predicting the next few heartbeats given an ECG signal and hoping that the administration does not defund this project because I am being paid by a university project funded by the NIH.

that_guy_iain 10 days ago

I’ve been working away on my subscription management and billing system. Replaces Stripe Billing, Stripe Taxes, Stripe Checkout, etc.

Https://billabear.com HTTPS://github.com/billabear/billabear

jasfi 10 days ago

I'm building an AI agents platform: https://aiconstrux.com

The copy on the landing page needs to be updated, as more general use cases will be supported.

rcoc 10 days ago

I am working on a little hobby golf app. Essentially, have LLMs step in as a virtual caddie, providing shot selection options based on course layout, player distances and tendencies, and weather.

a1371 10 days ago

Not a coding project, but I have been writing a sci-fi novel about a world where time goes backwards and forwards. It has some interesting history in it too. I'm looking for beta readers.

stuckinaloop 10 days ago

Same as last month (no update). Any insight would be awesome!

I’ve deleted all my social media apps. I’m trying to see what’s missing in my life in terms of interacting with friends and family and trying to build it.

frantufro 10 days ago

An interactive narrative environment (language+runtime+tooling) with probability as a first class citizen.

It’s meant to be used as a middleware in game engines and designed to empower writers that are not programmers.

RamblingCTO 10 days ago

I'm automating blog post writing for SEO complete with keyword research, SERP gap analysis, brand voice/service brief analysis etc. Really fun and the results are really good!

achristmascarl 10 days ago

i've been working on a database management tui called rainfrog (https://github.com/achristmascarl/rainfrog). it supports postgres, mysql, and sqlite, and we recently added several new features such as: - favorites tab for frequently used queries - exporting query results to csv - configuring database connections in the config

feature requests and bug reports are appreciated!

  • Zaloog 10 days ago

    How is rainfrog different from harlequin[0]

    [0] https://github.com/tconbeer/harlequin

    • achristmascarl 10 days ago

      i haven't used harlequin extensively, but from what i know:

      - rainfrog is more keyboard centric, and it's built around vim-like keybindings

      - rainfrog has minimal requirements to run (harlequin requires python)

      - harlequin supports a lot more DBs and has a lot more drivers right now

sgammon 10 days ago

A new runtime: Elide, which brings GraalVM and its benefits to new ecosystems. Runs Python, JavaScript, TypeScript, and Pkl.

https://elide.dev

ekaesmem 10 days ago

I just submitted a TinyML paper last night, focusing on creating a reproducible pipeline for model selection, compression, and deployment on constrained devices. I hope it gets accepted!

FigurativeVoid 10 days ago

I have been working on a bash only static site generator. I don’t think that I’ll share it, but its nice to know I own the tool chain and that I should be able to replicate it forever.

youniverse 10 days ago

Designing and building a full webapp for a tabletop boardgame convention! Really making it a piece of art unlike all the boring business projects I normally work on!

talonx 10 days ago

I'm building Incidenthub.cloud - a B2B SaaS that monitors public status pages of third-party dependencies.

It was born out of a personal need in past roles and teams. I launched it last year.

[removed] 10 days ago
[deleted]
mochidusk 10 days ago

I've just finished creating a Magic the Gathering rules engine, and now I'm currently training an LLM agent to play games against itself through reinforcement learning.

meowiecfe 8 days ago

an API that helps AI and SaaS companies management user entitlement (i.e. provision seats, tokens/credits, feature gating, etc.)

basically built this system when working on other projects and decided to turn this into a product in case useful to others

https://gater.dev

joshpopelka20 10 days ago

creating a gamified novel writing app that will be a duolingo for novel writing. AI can help you write, review what you've written, all while encouraging engagement by playing for points. Looking for some beta testers if anyone is interested in trying it. Best part, I'm only taking 5% cut of all sales in my shop. Amazon and Barnes and Noble take between 30% and 40%. Hoping it becomes the go to app for future novelists from all over the world.

  • andupotorac a day ago

    I can check it out, feel free to send a link to @andupoto on Twitter

rukshn 10 days ago

Working on an editor to write CQL (Clinical Quality Language)

Anyone writing FHIR / Clinical Quality Language queries would love to give access and get some feedback.

Feel free to reach out

anon115 10 days ago

Wails-powered desktop app using WebRTC for direct P2P file sending, between pertinently online users local folders. >>both have to be online for this to work...

sdsd 10 days ago

Rebuilding my personal website. A friend had bought me a .su domain (since my card can't buy online) but he disappeared years ago.

So I'm updating it and putting it back online!

Eikon 10 days ago

I am working on Merklemap, a CT search engine: https://www.merklemap.com/

  • benjiro 8 days ago

    Looks at counter... 14 Billion certificates. How do you even keep that site manageable, must be close to 100TB of certificates data alone. Are you running trigram index for the domain wildcard search, does that not kill your performance with so many domains?

dartos 10 days ago

I’m writing an MCP DSL and server implementation in elixir.

oddlynx 10 days ago

(1) My blog, over at oddlynx.com. Been tinkering with branding and design and (2) some leatherworking for a custom pocket notebook design! :D

zarathustra333 10 days ago

Working on an email assistant that mines emails + your calendar.

Gives you context on upcoming meetings you scheduled a week ago but cant remember what it was about :)

dbremner 8 days ago

I'm developing an application that utilizes a genetic algorithm to optimize compilation flags.

lukasb 10 days ago

Daily journaling app, Markdown format, with Excel-like composable formulas (find, ask, etc.) Email in my bio if you want to be an alpha tester.

mgranados 10 days ago

Small iphone app to show the nearest tube station next train platforms in London mostly. Learning SwiftUI and just using TFL API.

brainless 10 days ago

Building a knowledge graph where AI/ML is used to classify nodes (entity type). Next step is to extract data deterministically. https://github.com/pixlie/PixlieAI

There is a crawler to chase given objective and crawl/store web page results. We use Claude Haiku and Brave Search API (own API keys) and we will support local models soon.

Potential use-cases are lead generation, competitor search, product tracking, contracts search.

taz123 10 days ago

I am working on an AWS Lambda clone, an app for indian farmers and a hackathon projects which involves multiple agent interactions

arionhardison 10 days ago

I am working on A tool to help governments better serve their citizens by using AI to automate complex multi-party workflows.

waveringana 10 days ago

i play a lot of destiny 2, and I find a lot of the sites for showcasing destiny builds are absurdly information dense and waste so much time on explaining basic gameplay, and theyre also laid out badly where its hard to put it onto a 2nd monitor to quickly copy, so im working on a site to remedy this for myself

karpatic 10 days ago

Bundless.dev - A non-intrusive 35kb client side react compiler

Easyjobapps.com - autofill job forms with tailored resumes and replies.

rodolphoarruda 10 days ago

Working on a products/services trends discovery and analysis tool for small and medium businesses.

98469056 10 days ago

rewriting the backend for https://voidchat.org in TypeScript. it was originally in c++, but i lost the entire codebase (wasn't using git) and figured i'd try something else. lesson learned (maybe)

tntpreneur 10 days ago

I am developing a new to-do app designed to assist individuals with ADHD and task management anxiety.

wvlia5 10 days ago

A new programming language inspired by XY, Forth, APL.

This is a Fibonacci example. This code evaluates to 8:

[1 1 (x-1$ + x-2$)] 5

notyourav 8 days ago

A Survivors clone with Control & Stranger Things vibe and some secrets.

[removed] 10 days ago
[deleted]
nbbaier 10 days ago

Thinking of putting together web app that uses an LLM for conversion of a resume to json resume

luisrudge 10 days ago

Mostly snowboarding. Trying to get 30 days this season! A few more weeks to go (I’m at 26)

flatline 10 days ago

Degenerate amateurish quantitative analysis modeling copy-trading on the Solana network.

scottcodie 10 days ago

Stream processing/materialization engine written in rust that can be compiled to wasm.

Graffiti art.

findingMeaning 10 days ago

I have started exploring missile guidance system on my own. Starting out with basics.

dahsameer 10 days ago

i am working on an Applicant Tracking System. with little knowledge in this domain, it is turning out to be much more complex that i imagined. well, i plan to release it as freemium alternative to greenhouse/lever

gwn7 10 days ago

CryptoQuant clone with geography-specific features tailored for banking clients.

MarcelOlsz 10 days ago

Been building an automated test builder and an agentic API generator for the past few months.

tl;dr: A 60fps embedded browser on the frontend lets you record manual steps and AI-driven steps (to assert/extract data). It then turns those into test suites. Any test with AI queries can auto-generate an API to be queried later.

Right now, I'm working on an agentic API builder. Example use case: Say you need data from Salesforce and JIRA — you log in, navigate to what you need, add an AI query step (or select elements manually), and set an update interval. The system then handles extraction and monitoring.

Why? Because at all my previous jobs, suggesting hiring QA engineers would get you laughed out of the room. But testing was desperately needed, as well as internal tooling. Burning developer/CTO time on wrangling multiple complex API's just to build some internal tool would take much longer without this. So I'm working on something that makes both vastly simpler for small teams. Hoping to have a workable demo next week!

fridgamarator 10 days ago

Kafka TUI application, only in my brain though, I haven't started yet

kazinator 10 days ago

On the FOSS front, I've been doing some minor things in TXR Lisp land.

Here is one:

When the random/rand functions are called with small moduli, well under 32 bits wide, they still draw a 32 bit word from the PRNG. I fixed that. Now the random state has a 32 bit shift register which it can load from the PRNG and take bits from it (in batches of 2, 4, 8 or 16).

There is a way to do this without any additional state other than that 32 bit word to indicate that the register has run out of bits.

We pretend that the register is 33 bits wide, giving it an indicator high bit that is always 1. Thus whenever the value drops to 1 or 0, it has to be reloaded. We cannot fit that indicator bit into the register, so what we do is: when we are reloading it with a fresh value, we immediately take bits we need from that value, shift it right, which creates the space for the bit. We then mask the bit in the right spot, depending on the shift size.

I worked on enhancing brace expansion in the glob* function. The regular glob* function has brace expansion if it is provided by the POSIX C library one, but the extended glob* has its own. I added numeric and string range expansion to it. It's better than the corresponding features in bash, because you can use more than one character, as in {AA..ZZ}. Also, if you use leading zeros in numeric ranges you get leading zeros in the output, as in {000..999}. The step sizes are supported.

Inspired by the step sizes in brace expansion, I added the same to range iteration:

  2> [map cons 0..10..2 "a".."z"..3]
  ((0 . "a") (2 . "d") (4 . "g") (6 . "j") (8 . "m"))
... and other stuff. There are a number of items remaining on the TODO list marked for next release.
vibrane 10 days ago

ever feel buried in applicants and wasting time on interviews that lead nowhere?i’m building an AI tool to help you instantly screen candidates so you only spend time on the best ones (and don’t miss out on great hires while stuck interviewing the wrong ones).

if that hits home, i’d love 30 mins to share what i’m building and get your thoughts. reply here or DM me if you’re up for a quick chat! Calendly link (feel free to lmk if any other times work better for you) - https://calendly.com/vibrane/30min

jweatherby 10 days ago

Very much WIP: I'm working on an alternative to subscriptions for online publications. Instead of subscribing to entire publications / blogs, publishers would register their publication on this network and configure thresholds and pricing. Add a bit of code to the site and a paywall will show up, allowing readers to pay for individual articles. The prices would be minimal, amounting to less than a dollar in most cases. i.e. reading articles using micro-transactions

I know it's been tried before, but I thought I'd attack it with a few different angles - web based, no chrome extension, and thresholds to help verify the article is worth it.

You can see the proof-of-concept here: https://paperwall.io/

  • vingerjas 10 days ago

    I think it's a great idea. Feel free to email me if you're interested in feedback.

byteware 10 days ago

zero-knowledge proof framework to prove for example that a bank has the necessary funds, or for a loan application that I make enough without revealing how much

kickout 10 days ago

A revolutionary product to disrupt sustainable agriculture.

bryanhogan 10 days ago

Working on my personal blog (https://bryanhogan.com/) recently. Updated some older posts such as the one on creating a gaming backlog (or similar) within Obsidian.

Also making a customizable self-tracking app that can be used as a habit tracker, health log, journal or similar. Goal is to make daily manual entries efficient and worthwhile. It will be local first and without an annoying subscription.

If anyone is personally interested in it or knows someone who could profit from something like this (e.g. because of their health condition) contact me please. Looking for testers and feedback to make it useful for people of various backgrounds and health conditions.

  • oddlynx 10 days ago

    Sounds fun! Subscribed. Always interested in more tinkering with note-taking systems and methods.

hannibalekta 10 days ago

I‘m building a Duolingo for Jazz Language.

  • antfarm 10 days ago

    Interesting. What exactly does that mean? Harmony or Jive?

occam65 10 days ago

Battling the cloud that quells my passions.

cod1r 10 days ago

ocaml gui text editor. very early stage right now but i'm learning a lot about ocaml and performance. :)

mud_dauber 9 days ago

Not exactly Nobel worthy. :-)

I’m rebuilding a learning library. Webpage bookmarks (with big help from raindrop.io), PDFs (hundreds of them, mostly book chapters), images, jupyter notebooks, markdowns, etc. using a Jekyll static site generator to minimize the tech stack hairballs.

The interesting part is that nearly all of the content is tagged to associate with two or more domains ex:

Goodreads-history-truecrime

PyTorch-Jupyter

Rubyonrails-Testing

Behavior-Gaslighting

Semiconductors-GPUs

And so on.

It’s an exercise in taxonomy creation. Searching by tag doesn’t quite get it. And we all know PDF auto summaries are tough.

I’m not expecting anybody to be impressed. It keeps me occupied while learning how to be (unfortunately) retired.

wonder_er 10 days ago

american-style intersections function with an order-of-magnitude higher safety and throughput and a much smaller square meter 'footprint' if they switch from 'controlled' intersections (lights, stop signs) to 'traffic beans': [0]

[0]: https://zoningverydifferentthanours.substack.com/p/a-pattern...

This gets complicated because the reason things are the way they are is _crucial_ to efficient, easy change, and the greater united states is a place obsessed with continuing _ethnic cleansing_. it's sad and tiring to exist inside of, the dehumanization caused every day, anew, by american style road networks, supremacy.

tl;dr american road networks and american zoning is two sides of the coin some groups used to accomplish 'regimes of social control', which was a mix of ethnic cleansing for some neighborhoods, and ensuring conformity for others.

Oh, and a cool data visualization project. Here's a map of most of my travel for the last few years: https://josh.works/mobility-data

polylines for daaaaaaaaaaays

chill_ai_guy 10 days ago

Simple net worth tracking: https://argos.techbrohomelab.xyz

Wanted to start tracking my net worth over weeks/years but wasn't impressed with my options being 1. Boring spreadsheet 2. Half cooked self hosted budgeting app 3. Pay X/month for third party budgeting app

Just wanted simple net worth tracking with a nice easy to use web app.

Maybe in the future i'll add some Plaid syncing of accounts but currently manual inputs for all accounts

franze 10 days ago

a childrens book about GPT and a biomorphs/biocrabs habitat simulation

yencabulator 10 days ago

I'm writing a brand-new OLTP database with Rust, DataFusion and RocksDB (to be replaced with something in pure Rust later, hopefully). It's still very early days, but I'm soo close to finally being willing to share it.

Close enough to Postgres that apps think it's Postgres, but also runnable as a library like SQLite -- best of both worlds! And then if you're willing to not limit yourself to Postgres compatibility, you also get fancy new technologies like unsigned integers in a database! (Old SQL ecosystem is sometimes ridiculous.)

My personal journey goes something like this:

I've always suffered from both SQLite and Postgres idiosyncrasies, and almost always when deploying I've wanted to start out small, not have a big dedicated database server, and have meaningful tests that don't have multi-gigabyte dependencies and runtime assumptions. The idea of having something "close enough to Postgres to not have to learn much new" database with the low-end abilities of SQLite is something I've been wanting for roughly as long as I've known about SQLite -- even more so if it could also replace Postgres and remove the fear of differences between dev/early-stage vs later.

Much later, I learned about the newly-fashionable OLAP-over-object-store architectures, and I learned about Parquet. That lead to discovering Arrow and DataFusion. Arrow is an in-memory data format intended to be a standard interchange layer. It's basically array per column, which isn't exactly point-query oriented but helps make modern-day CPUs happy; quite well aligned with SIMD processing. DataFusion is a Rust framework that's essentially a query engine, and it has a decent query planner (arguably the hardest part of writing a database). RocksDB supports transactions and does MVCC, which is probably the second hardest part of writing a database. The rest just fell in place: sqlparser-rs is a Rust SQL syntax parser with Postgres etc compatibility nicely worked out. pgwire implements the Postgres wire protocol. Non-legacy clients can use FlightSQL and Arrow IPC for faster data transfer (Postgres wire protocol kinda sucks, it's that old). In-process use from Rust is darn trivial with DataFusion, and other languages can be dealt with by writing a C bridge -- once again, Arrow is an inter-language standard already, so all we need to do is to shove the result data buffers over to a more native "dataframe" library. It looks like I can actually glue these things together with less than a decade of effort!

There's lot to still worry about, but I'm feeling pretty positive about the project. And if and when I get to replace RocksDB with a pure-Rust data store that has all the right bells and whistles (in-house or not), the end result will be pure Rust, and aligned for modern world of NVMe, io_uring, and what not. That's a world I definitely want to live in.

Current status: Getting rid of the last `todo!()`s, unwraps etc that would distract from the "look at how robust this thing is" Rust evangelism too much. I need to put in stress tests and fault injection and make sure I'm configuring RocksDB right for transaction isolation and disk persistence. There's tons of missing features, but very few bugs-as-such (0 known that aren't about C++ integration), and missing features all return a decent explanatory error message instead of eating data. The darn thing already works as a SQL database -- largely because it's just DataFusion's query engine and me feeding it table scans. I wrote a SQL database without ever debugging a JOIN! The shortcuts I've been able to take due to help from preexisting projects are huge. For someone who grew up in the world of "every C project has to write basic data structures for themselves because C isn't very modular", it's downright amazing!

[removed] 10 days ago
[deleted]
twistedcheeslet 10 days ago

I’m working on yet another markdown, FOSS, self hostable personal note taking web app.

Check it out at https://panino.sh

  • jddj 10 days ago

    Fyi the three dots menu popover for the documents opens up mostly off screen to the right.

    Firefox android

GalahiSimtam 10 days ago

Right now, a video game. If there ever will be AI that does the particular assignment no worse, I'll consider it the coming of the age of AGI. (modulo my game getting sucked into the training set, of course)

sambaumann 10 days ago

Right now I'm learning Clojure/script - at the moment I'm just building a toy Sudoku app as a learning exercise, but the eventual goal is to build a fully featured web game

johnjungles 9 days ago

I built https://skeet.build which lets your connect your favorite tools via mcp to Cursor. We focus exclusively on developers and dev tools to build high quality “it just works” experiences for mcp because we found that community mcp quality is low, many mcps were not useful for devs, and SSE remote mcp took a lot of effort to get it to a point where it’s reliable and working well.

[Sequential thinking](https://skeet.build/docs/integrations/sequentialthinking) - it’s like enabling thinking but without the 2x cost

[Memory](https://skeet.build/docs/integrations/memory) - I use this for repo / project specific prompts and workflows

[Linear](https://skeet.build/docs/integrations/linear)- be able to find and issue, create models a branch and do a first pass, update linear with a comment on progress

[github](https://skeet.build/docs/integrations/github) - create a PR with a summary of what o just did

[slack](https://skeet.build/docs/integrations/slack) - send a post to my teams channel with the linear and GitHub PR link with a summary for review

[Postgres](https://skeet.build/docs/integrations/postgres) / [redis](https://skeet.build/docs/integrations/redis) - connect my staging dbs and get my schema to create my models and for typing. Also use it to write tests or do quick one off queries to know the Redis json I just saved.

[Sentry](https://skeet.build/docs/integrations/sentry) - pull the issue and events and fix the issue, create bug tickets in linear / Jira

[Figma](https://skeet.build/docs/integrations/figma) - take a design and implement it in cursor by right clicking copying the link selection

[Opensearch](https://skeet.build/docs/integrations/opensearch) - query error logs when I’m fixing a bug

marxism 10 days ago

I'm working on Video Clip Library (https://videocliplibrary.com), a desktop app for browsing, searching, and managing large collections of video files locally on your computer.

It's essentially a small search engine for videos that runs locally on your laptop. Previously, the system just extracted information about whole video files and maintained a searchable list of those files.

I'm putting the finishing touches on a major architectural change to solve a request from someone who creates highlight reels for professional soccer matches. They needed to tag and search for specific moments within videos - like all goals scored by a particular player across dozens of camera angles of dozens of matches.

This required re-engineering the entire data model to support metadata entries that point to specific segments of a file entity rather than just the file itself.

Instead of treating each file as an atomic unit, I now separate the concept of "content" from the actual files that contain it. This distinction allows me to:

1. Create "virtual clips" - time segments within a video that have their own metadata, tags, and titles - without generating new files

2. Connect multiple files that represent the same underlying content (like a match highlight with different ad insertions for YouTube vs. Twitch)

3. Associate various resolution encodings with the same logical content

For example, a content creator might have multiple versions of the same video with different ad placements for different channels. In the old system, these were just separate, unrelated files. Now, they're explicitly modeled as variants of the same logical content, making organization and search much more powerful.

I also completely reworked the job system, moving from code running in the Electron main process to spawning Temporal in a child process. I know it sounds like overkill for a desktop app, but it's been surprisingly perfect for a desktop app that's processing hundreds of terabytes of video.

When you're running complex ML pipelines on random people's home computers, things go wrong - custom FFmpeg versions that don't support certain codecs, permission issues with mounted volumes, their local model server crashes. With Temporal, when a job fails, I just show users a link to the Temporal Web UI where they can see exactly what failed and why. They can fix their local config and retry just that specific activity instead of starting over. It's cut my support burden dramatically.

My developer experience is so much better too. The ML pipeline for face recognition has multiple stages (small model looks for faces, bigger model does pose detection, embedding generation with even larger model) that takes minutes to run. With Temporal, I can iterate on just the activity that's failing without rerunning the entire pipeline. Makes developing these data-intensive workflows so much more manageable.

  • escapecharacter 10 days ago

    How do you think of this work relative to other organizing systems like Jellyfin or Plex? Is the major new feature you care about the time subsection clips?

    • marxism 10 days ago

      I like the virtual clips feature because it does a better job of getting out of the way of how many people think. Before, I was just telling people 'here's your entire video file, good luck.' If you had 5 hours of footage from a sports tournament but your kid was only doing something interesting for 10 minutes total, you were stuck with the whole file.

      My perspective is all those hours of raw footage are just raw materials waiting to be shaped into stories, highlights, or presentations. The value is concentrated in a few hotspots.

      Jellyfin and Plex appear to have been built on fundamentally different technical assumptions than Video Clip Library. They expect media to remain connected and accessible to the server at all times - when drives disconnect, they often purge those entries from their databases, requiring full rescans when reconnected. It appears Jellyfin only fixed this in Oct 2024.

      The reality for many isn't sleek network storage - it's often just a plastic container filled with labeled hard drives sitting in a closet.

      Video Clip Library is architected specifically for the archival cold storage workflow where most media is physically offline. The database maintains complete metadata even when drives are disconnected. When you search for 'soccer highlights from 2018,' it not only tells you what file contains that footage but precisely where that physical drive is located: 'in the blue SSD in Alice's desk, bottom drawer'. You can upload pictures of each drive, print out barcodes, write detailed notes. Organization stuff.

      This workflow doesn't necessarily make sense for full-time professionals with dedicated workstations, but it's ideal for the long-tail use cases that originally drove me to build this software - normal people with occasional video projects. Of course, as is often the case, people bring it to their day job and start pushing for more business-oriented features. But the genesis of this software was for the individual creator, the freelancer, or small teams of auteurs collaborating on creative projects. A tool to accommodate the stop-and-start reality of passion projects. A poor man's editing with Proxies.

      • escapecharacter 10 days ago

        How often do you see yourself updating and editing a particular video clip over time? For a given video, do you find all the relevant clips when you first save it to disk? Or are you accumulating video clips for a source video over time? I’m generally interested in patterns of revisiting source media

        • marxism 10 days ago

          Thanks for the questions!

          So far everyone is accumulating clip annotations on video files over time.

          I'm thinking of clips as essentially write-only/append-only annotations. Labels or metadata attached to sections of videos rather than new files. The system is designed to support overlapping clips and allows you to filter/view all clips for a video.

          To clarify, Video Clip Library is purely a search engine - it doesn't composite or edit videos. Although it will let you re-encode to save space. I built it for scenarios like: "I have a catalog of shots from the last five years, and when working on a new project, I might want to reuse B-roll or footage I've already taken." A YouTuber doing a Then and Now will find footage from their first year.

          For me personally, the virtual clips feature will improve my learning process. I'm not a professional videographer. Naturally I spend time studying work from more skilled creators, trying to understand what makes it effective. I'm excited to take notes on specific moments - "these are the places across many different videos where I feel afraid" or "interesting rack focus technique here" - with notes and tags scoped to their own clips. I was already taking these notes in Obsidian. But it wasn't great.

          I find a beauty in the layering: I can create overlapping clips that represent different aspects of the same footage - one layer for emotional responses, another for technical observations. Note: here I'm creating them manually one hour here, one hour there over months as I find the time or interest waxes. I might only annotate a few thousand clips across a couple hundred films in my lifetime. That's ok. I don't need the computer to understand the videos perfectly frame by frame.

          The professional use case that prompted this feature is different - teams collect footage, then editors assemble compilations and marketing materials months later. They will run AI models to annotate videos as they're ingested, or apply new models to existing catalogs. Then someone with a creative concept can quickly search: "Do we already have footage that supports this idea or do we need to shoot something new?"

geertj 10 days ago

I want to build a "tokio for C++" where the user can run CPU bound tasks freely without having to worry about introducing tail latencies. For now I gave it the code name Rio, but that may change.

This is at the very early stages where I have a design sketch and some experiments that validate the design. Below is the README:

Rio is an experimental C++ async framework. The goal is to provide a lightweight framework for writing C++ server applications that is easy to use and provides low consistent latencies.

Today, async frameworks that focus on efficiency typically use one of two architectures:

1. Shared nothing architectures, also called thread-per-core. This is used by frameworks such as Seastar and Boost.Asio. In a shared-nothing architecture, each worker thread runs its own event loop and is intended to run on its own dedicated core. The application is architected to shard its workload over multiple workers with only infrequent communication between them. When a task performs a CPU bound task, it needs to be explicitly run in a thread pool as otherwise it would block other tasks from running in the current worker (often referred to as a "reactor stall").

2. Work stealing architectures. This architecture is used by frameworks such as Tokio. In this case there are also multiple worker threads, each running their own event loop. When a specific worker gets overloaded or runs a blocking task, other threads can execute ready tasks. This goes some way to prevent reactor stalls. However, even though other threads can steal ready tasks, they do not poll the event loop for new readiness events. This means that a task that does not yield back to the runtime will increase latencies for other requests assigned to that worker.

The thesis for Rio is that in real-world server applications, it gets increasingly hard to ensure you yield back frequently to the event loop. In particular, there are many CPU bound tasks that server applications commonly perform, such parsing protocols, or performing encryption and compression. If tasks take less than ~10 microseconds it is often not worth it to offload these to a thread pool as the system call overhead of synchronization will take more time than this. Additionally, putting in various thread offloads makes it harder to develop, especially in larger teams with individuals of different experience levels. The result is that there will either be too many work pushed on thread pools or too little. The net effect will be that latencies will be less consistent.

Rio is an experiment for a work stealing architecture where completion events can also be stolen. The Rio runtime uses multiple worker threads to handle asynchronous tasks. Each worker threads runs its own io_uring, which is also registered to an eventfd. A central "stealer" thread listens to the eventfds for all workers. When an readiness event becomes available, the stealer will check if the corresponding thread is currently executing a task. If so, it will signal an idle worker with a request to process the completion event and run any tasks that results in it. The stealing logic is aware of the system topology and will try to wake up a thread that shares a higher level cache with the task.

andupotorac a day ago

I'm vibe-coding a vibe-coding platform.

I'm going to speak this update because that way I can have the text written more naturally. So, let's do that. So, since October last year, this means about six months, I've been using Cursor as a non-coder. Actually, I've been coding the last time, I guess, back in the days of Flash in ActionScript. So, I used Cursor for the past six months, maybe around 12 to 15 hours a day on average, you know, some days off, more hours in other days. And I've been working together with my co-founder, who's a developer, but he's also using AI, except he's using AI less than I do. So, we've been working on several things, of which one of them is closest to being released, maybe 80% done, which is, as I said, a vibe coding platform.

So this particular vibe coding platform will actually not compete with the likes of Replit, Bold, Loveable and about 40 other platforms that are basically the same: chat + IDE + preview area. What we're doing is actually different because we are rewriting a project that we built about 10 years ago. And I guess in a way similar to how Replit and Bolt had completely pivoted because of AI. The same thing is happening with this project of ours. So the project was actually about offering interactive widgets to people for their websites, but we had to build those manually. So now we have rewritten the platform from scratch using AI. And we offer zero widgets because with AI we are able to offer an infinity of widgets. That's exciting.

So this was supposed to stay a side project and frankly I'm pretty surprised that there's so much demand and the growth is amazing for all these AI code gen platforms. And if that happens to us, to this project, I don't know exactly what we are going to do because our plan is actually to tackle a bigger project that we are also working on. And the strategy here is to do what we call compounding startups. So instead of building a larger project with many features, we actually split that in several projects and we are doing them one at a time and giving each the ability to actually generate revenue. At some point we are likely going to raise capital. We had this plan before but with AI things have completely changed. We are able to do now in a week what five developers were doing in six months.

So the other projects are Talbo, Reclona and Tradul. Talbo is the what they compound into. But I am not ready to talk too much about them right now. :)

gsora 10 days ago

Nothing.

Quite frankly, it feels great!

jlcases 9 days ago

I've been working on a documentation system that improves how AI assistants understand project context. The problem I'm solving is that traditional documentation approaches are too fragmented for AI to effectively process.

After struggling with vague outputs from AI coding assistants, I started experimenting with MECE principles (Mutually Exclusive, Collectively Exhaustive) to organize technical documentation hierarchically. Think of it as creating a "mental model" for AI rather than just reference docs.

Some early results: - 40% reduction in back-and-forth iterations with AI assistants - Much more consistent code style and architectural patterns - Better preservation of domain knowledge across the project

Currently refining the metadata structure and creating templates for different project types. The system works especially well with Cursor AI and similar assistants that can process structured context.

If anyone else is exploring this space of "AI-optimized documentation," I'd love to exchange notes.

  • andupotorac 2 days ago

    Would love to try it out. Is it for large code bases or what specifically?