[HN Gopher] Ask HN: What are you working on? (March 2025)
       ___________________________________________________________________
        
       Ask HN: What are you working on? (March 2025)
        
       What are you working on? Any new ideas that you're thinking about?
        
       Author : david927
       Score  : 57 points
       Date   : 2025-03-30 20:43 UTC (2 hours ago)
        
       | jcjmcclean wrote:
       | I'm working on Cali Challenge. A calisthenics workout app with a
       | daily challenge that gradually increases in difficulty. It guides
       | you through the different progression levels of core calisthenics
       | moves like push-ups, pull-ups, and dips.
        
         | gsala wrote:
         | I would use that!
        
       | ashwin110 wrote:
       | 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.
        
       | anorak27 wrote:
       | I've just completed solving Cursor IDE model completion problem
       | called Character prefix conditioning.
       | 
       | https://github.com/Anilturaga/Character-Prefix-Conditioning
        
       | andrewray wrote:
       | 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
        
       | MarcelOlsz wrote:
       | 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!
        
       | quechimba wrote:
       | I'm working on my web framework Mayu. Haven't had much time
       | lately but I found some time to make a few improvements.
       | 
       | https://github.com/mayu-live/framework
       | 
       | https://mayu.live/
        
       | oulipo wrote:
       | We're building a repairable and fireproof e-bike battery!
       | https://gouach.com
        
       | ringofchaos wrote:
       | 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
        
       | recursivedoubts wrote:
       | I'm working on an emulator for 16-bit computer I have designed
       | for teaching students. It's designed to make low level computing
       | more accessible for modern students by making things as visual as
       | possible, for example blinken-lighten for the registers like w/
       | the old PDPs, color coded memory that shows where the code and
       | data segments are, where the stack is, etc, and a small frame
       | buffer that drives a 64x64 2 bit display that uses the same color
       | palette as the original gameboy. The instruction set is a mashup
       | of MIPS, the Scott CPU and JVM/forth stack operations. I'm
       | excited about it.
       | 
       | here's a screenshot:
       | 
       | https://gist.github.com/1cg/e99206f5d7b7b68ebcc8b813d54a0d38
        
         | Lerc wrote:
         | Nice. I made an 8-bit AVR thing along those lines, 240x180 - 16
         | color. In browser emulator and assembler.
         | 
         | Can load source from gists
         | https://k8.fingswotidun.com/static/ide/?gist=ad96329670965dc...
         | 
         | Never really did much with it, but it was interesting and fun.
        
       | ianthehenry wrote:
       | 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 wrote:
         | I've seen Bauble before, although not sure where. Love your
         | work
        
       | jpallen wrote:
       | What happens if you combine a full Dungeons & Dragons rules
       | engine with an LLM to act as the dungeon master? Until the recent
       | wave of reasoning models, the answer was mostly 'nothing
       | coherent', but Claude 3.7 with thinking is very good at this! It
       | will probably get rate limited with minimal traffic, but I have a
       | demo up at https://lairsandllamas.com
        
       | dabrorius wrote:
       | 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.
        
       | thorio wrote:
       | Considering quitting my mind-melting corporate job to have the
       | freedom of mind to pursue another attempt of starting my own
       | business. So the decision is, what I'm working on. Background:
       | they announced large scale restructurings last week and that
       | could be my chance of getting some money for leaving (region beta
       | paradox in full swing here).
       | 
       | Anyone else?
        
         | m2f2 wrote:
         | Same thing. I was happy (?) until a guy from Minnesota went out
         | of his cage to micromanage me. I took cash and left.
         | 
         | Boss of guy from Minnesota was kicked out of the company. I'm
         | told the guy from Minnesota is now sooooo much nicer now.
        
       | sdsd wrote:
       | 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!
        
       | test1072 wrote:
       | I worked on a 3d game in three.js infinite procedural generation.
       | Please check , it should run properly give it some time to load,
       | 
       | https://github.com/sktguha/aqua-horizons
        
       | egglemonsoup wrote:
       | 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
        
       | valryon wrote:
       | CTHULOOT, a fun arcade coop game that will soon be released on
       | Steam: https://store.steampowered.com/app/2283410/CTHULOOT/
        
         | tfeldmann wrote:
         | Looks great. Any plans to release for the Switch?
        
       | ilaksh wrote:
       | 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
        
       | dartos wrote:
       | I'm writing an MCP DSL and server implementation in elixir.
        
       | Zu_ wrote:
       | 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.
        
       | sage76 wrote:
       | https://github.com/abhimanyu-jain/PRML_Solutions
        
       | rishikeshs wrote:
       | 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
        
       | westoque wrote:
       | 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.
        
       | selmetwa wrote:
       | A language learning platform for Arabic.
       | 
       | https://parallel-arabic.com/about
       | https://github.com/selmetwa/parallel-arabic
        
       | trybackprop wrote:
       | A blog for learning all things ML - concepts, interview tips,
       | online ML courses: https://www.trybackprop.com
        
       | candiddevmike wrote:
       | 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.
        
       | blindriver wrote:
       | Large scale classifications of text using LLM
        
         | sandinmyjoints wrote:
         | What kinds of text?
        
       | rglover wrote:
       | Working on a new version of the deployment service [1] for my
       | full-stack JS framework [2].
       | 
       | [1] https://cheatcode.co/push
       | 
       | [2] https://cheatcode.co/joystick
        
       | ManuelKiessling wrote:
       | I realized that many seasoned developers do not yet grasp the
       | power and productivity gains that tools like Cursor can not only
       | provide to them, but ESPECIALLY to those that have a lot of
       | experience and broad expertise.
       | 
       | Therefore, I'm working on a mid- to longform blog post that
       | details how precisely the competencies that senior developers and
       | tech leads already have are the key to fully harness the
       | potential of these tools.
       | 
       | And who knows, maybe I'm going to develop this into some form of
       | consulting or training side project.
        
         | glth wrote:
         | Interesting: I would love to read this article when it is
         | published.
        
       | fzwang wrote:
       | 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
        
       | bartekpacia wrote:
       | I'm writing an interpreter for the Starlark language in pure
       | Kotlin (no JVM dependencies).
       | 
       | I had this idea in mind for some time already, it began with me
       | wanting to build a simple programming language (and learn in the
       | process) and interest in Bazel. I got started about a month ago
       | by going through the Crafting Interpreters book by Bob Nystrom
       | (it's _crazy_ good), but now Im straying further and further away
       | from it.
       | 
       | Overall I find the project a great mixture of fun and
       | challenging.
       | 
       | It's a private repo for now because it's in a pretty rough state,
       | and is still missing a lot of stuff, but I will release as OSS at
       | some point. That said if someone would like it could be fun:)
        
       | greysteil wrote:
       | I've been building mentions.us[1] - it sends you alerts when your
       | keywords are mentioned on Hacker News, Reddit, Bluesky, LinkedIn
       | and a few other places. For anyone who uses F5Bot, it's similar
       | but with some extra data sources and a Slack integration.
       | 
       | It's been a fun project. Dealing with the scale of Reddit (~300
       | posts/second) creates some interesting technical challenges. It's
       | also let me polish up my frontend development skills.
       | 
       | I don't think it will ever be a money spinner - it has ~70 folks
       | using it buy they're all on the free tier. It's felt really good
       | to build something useful, though.
       | 
       | [1]: https://mentions.us
        
         | clueless wrote:
         | how do you get real time acsess to reddit posts?
        
           | greysteil wrote:
           | Through the API - in particular the info endpoint[1],
           | combined with the fact that Reddit IDs are base36 encoded
           | sequentially increasing integers[2]. You can get 100 objects
           | at a time, so if you make ~3 requests a second it's enough to
           | get all of the new posts and comments.
           | 
           | [1] https://www.reddit.com/dev/api/#GET_api_info
           | 
           | [2] https://www.reddit.com/dev/api/#fullnames
        
       | amarble wrote:
       | A linter for LLM application code (including prompts), i.e.
       | programs that do LLM calls, scanning code issues related to
       | security or performance:
       | 
       | https://github.com/kereva-dev/kereva-scanner
        
       | anderber wrote:
       | I've always wanted workout tracking apps to take into respect how
       | to track gymnastic rings, but no luck. So I decided to build my
       | own: https://gravitygainsapp.com/
        
       | agentultra wrote:
       | Two things:
       | 
       | 1. A Haskell client library for Tigerbeetle db:
       | https://github.com/agentultra/tigerbeetle-hs
       | 
       | 2. smolstore, the smallest possible event sourcing database:
       | https://github.com/agentultra/smolstore
        
       | zh3 wrote:
       | 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.
        
       | jilles wrote:
       | 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.
        
       | mirsadm wrote:
       | I've been working on an app that records RAW video on Android
       | devices [1].
       | 
       | https://play.google.com/store/apps/details?id=com.motioncam....
        
       | benwilber0 wrote:
       | Continuing to build on my programmable server for Server-Sent
       | Events. Built in Rust/Tokio, programmable with Lua.
       | 
       | https://tinysse.com/
       | 
       | https://github.com/benwilber/tinysse
        
       | tombert wrote:
       | https://github.com/Tombert/swanbar
       | 
       | https://blog.tombert.com/posts/2025-03-22-swaybar/
       | 
       | I wanted some extra functionality for the Swaybar in the Sway
       | Window Manager. I got a basic thing working with Bash, but I
       | wanted more stuff, and so I rewrote it in Clojure with GraalVM.
       | 
       | I think it's kind of cool, I ended up with a fairly elaborate
       | async framework with multimethods and lots of configuration, and
       | the entire thing has almost no "real" blocking, and can persist
       | state so that it can survive restarts.
       | 
       | The reason for async support was so that I can easily have my
       | Swaybar ping HTTP endpoints and display stuff, without it
       | affecting the synchronous data in the bar. I have TTLs in order
       | to rate-limit stuff, and also have click-event support.
       | 
       | Right now, I have it ping OpenAI to generate a stupid
       | inspirational quote based on something from a list of about two-
       | hundred topics. Right now on the top of my bar it says:
       | 
       | > "Let the flame-grilled passion of life's challenges be your
       | fuel for success" - Patty Royale
       | 
       | I think it's kind of cool, it's building with Nix so it should be
       | reproducible, and with GraalVM, it hovers at around 12-15 megs of
       | RAM on my machine.
        
       | tommy_axle wrote:
       | 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
        
       | giaco_hendel wrote:
       | a tool to make software more user-friendly by hiding advanced
       | features for new users:
       | 
       | [1] https://vykee.co
        
       | martin_a wrote:
       | Working on getting my life back together.
       | 
       | I've been more or less sick for the most of Q1/25. Always some
       | cold, coughing, sometimes worse. Went to work nevertheless most
       | of the time (stupid, I know), because... I don't know. Guess I
       | think work is more important because it gives me the feeling of
       | being good at something and worth it.
       | 
       | Didn't take much care about eathing healthy, getting my gym
       | routine done or even enough sleep. Lots of other stress, too.
       | 
       | Not sure how much I can change from Q2/2025 on but I'll have to
       | start optimistic. Some clouds are clearing up, some problems and
       | issues are gone or being taken care of, can only go up from here.
       | 
       | All the best for everyone.
        
         | gkolli wrote:
         | thank you for sharing this, as someone going through a rough Q1
         | too, it's nice to hold this feeling with someone else across
         | the universe as well. Onwards and upwards.
        
       | colinnordin wrote:
       | Working on a tool to remember things I read.
       | 
       | You select some text with your phone and share it with my app,
       | then the shared text is reformulated to a flashcard (with the
       | help of a llm).
       | 
       | You can then browse your flashcards in the app, but I'm also
       | working on ways to show the cards to you with less friction: Like
       | on the phone lock screen or on the face of your watch.
       | 
       | https://komihag.com
        
       | jonplackett wrote:
       | 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!
        
       | megadragon9 wrote:
       | I built a machine learning library [1] (similar to PyTorch's API)
       | entirely from scratch using only Python and NumPy. It was
       | inspired by Andrej Karpathy's Micrograd project [2]. I slowly
       | added more functionality and evolved it into a fully functional
       | ML library that can build and train classical CNNs [3] to even a
       | toy GPT-2 [4].
       | 
       | I wanted to understand how models learn, like literally bridging
       | the gap between mathematical formulas and high-level API calls. I
       | feel like, as a beginner in machine learning, it's important to
       | strip away the abstractions and understand how these libraries
       | work from the ground up before leveraging these "high-level"
       | libraries such as PyTorch and Tensorflow. Oh I also wrote a blog
       | post [5] on the journey.
       | 
       | [1] https://github.com/workofart/ml-by-hand
       | 
       | [2] https://github.com/karpathy/micrograd
       | 
       | [3] https://github.com/workofart/ml-by-
       | hand/blob/main/examples/c...
       | 
       | [4] https://github.com/workofart/ml-by-
       | hand/blob/main/examples/g...
       | 
       | [5] https://www.henrypan.com/blog/2025-02-06-ml-by-hand/
        
       | mikewarot wrote:
       | I'm learning FreeCAD and 3D printing. My goals are to be able to
       | print involute gears, and eventually various mechanical
       | arithmetic devices, leading up to a mechanical version of my
       | BitGrid.
       | 
       | Also, I want to make an Armstrong shaper.
        
       | jkcorrea wrote:
       | A modern SQL client for web devs. Deeply integrated with your
       | workflow (vscode, drizzle, supabase, etc), a nicer more schema-
       | aware GUI (think Airtable), and smarter ways to save queries and
       | export/share them.
       | 
       | A lot planned, not much built. Just started so follow along if it
       | sounds useful! Also see my prior thoughts on the topic here:
       | https://news.ycombinator.com/item?id=41286912
       | 
       | Sqratch - https://github.com/jkcorrea/sqratch
        
       | mpduda wrote:
       | 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
        
       | cbcoutinho wrote:
       | I dove into using LLMs together with MCP servers for the first
       | time this weekend. Absolutely incredible.
       | 
       | In addition to the code assistant, I configured a Grafana's MCP
       | server with Cline, so that I can chat with an LLM while having
       | real-time metrics and logs.
       | 
       | For context, I self host grafana in addition to a bunch of
       | services on a raspberry pi. Simple prompts such as "why has CPU
       | been increasing this week?" resulted in a deep analysis of
       | logs/metrics that uncovered correlations I had never been aware
       | of.
       | 
       | Incredible. I can only imagine what this will all look like in a
       | few years
        
         | luzer7 wrote:
         | This sounds really cool. Do you have any guides or notes on how
         | to set this up? I've been looking for something to dive into
         | for LLM and MCP.
        
       | fabianlindfors wrote:
       | I've been working on extending Postgres to run on top of
       | FoundationDB, effectively turning Postgres into a distributed
       | database with all the modern features one would expect. Hoping to
       | release an initial version for people to try out very soon!
        
         | iyn wrote:
         | Can you provide more info? Use-cases, how would it work, where
         | will you publish it?
        
       | exz wrote:
       | A Lottie animation generator that allows to create a Lottie
       | animation from an image and text input.
        
       | jrozner wrote:
       | 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 wrote:
         | That's really cool. Are you using OpenSSHes yubikey support or
         | building your own?
        
           | jrozner wrote:
           | 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.
        
       | kristopolous wrote:
       | streaming markdown renderer in the terminal. As far as I know,
       | the only one in existence that works like this, which is why i
       | felt compelled to write it:
       | https://github.com/kristopolous/Streamdown
        
       | meltyness wrote:
       | I'm building a lock-free deque in Rust. I'm not sure what you
       | might need it for, or that it will even pan out to be functional,
       | but, it's a start.
       | 
       | https://github.com/meltyness/joque
        
       | cryptoz wrote:
       | Code+=AI: https://codeplusequalsai.com
       | 
       | You give it your webapp project name and description, and the AI
       | writes tickets for you and then completes them 1-by-1. Using a
       | new technique to have LLMs modify your existing code by parsing
       | into ASTs and modifying that. Site is live but I haven't
       | 'launched' yet - hoping for some feedback!
       | 
       | It creates a docker container for your projects, so you get a
       | live preview of your webapp as well as your code changes. Just
       | recently implemented database support.
       | 
       | It specializes in making AI-powered webapps, where it will
       | (aggressively lol) write code to call the OpenAI API to add
       | features to your webapp.
        
       | EthanHeilman wrote:
       | 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.
        
       | contingencies wrote:
       | 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
       | (2m2/20ft2), cost per location (~$25K), degree of automation
       | (complete) and drone integration (integrated multi-drone airport
       | with autonomous handover, recharge, precision recapture). Think
       | DoorDash/Uber Eats with zero people in
       | prep/packaging/pickup/(post FAA BVLOS normalization ~2Q 2026 in
       | some areas)delivery. Rough complexity ~10K parts BOM. Internal
       | manufacturing. We aim to grow at ~2x 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.
        
       | rglullis wrote:
       | - 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
        
       | SubGenius wrote:
       | I'm building Matrixbird - an experimental email powered by
       | matrix.
       | 
       | https://matrixbird.com
        
       | niraj-agarwal wrote:
       | KNOWRA - A tool to learn about a topic quickly https://knowra.ai
       | Looks at multiple sources and links expand in place.
        
       | ohgr wrote:
       | 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.
        
       | 1ilit wrote:
       | Have been building drawDB[1] for a while now. It's a database
       | schema visualizer. Currently working on adding support for oracle
       | databases. Wrote a parser[2] to allow importing from oracle sql.
       | Have been struggling with motivation though, the pieces are
       | pretty much there but I've been procrastinating on putting it all
       | together. This has been my main side project for almost 2 years
       | now.. I miss the feeling of novelty.. but can't come up with
       | something worth building..idk
       | 
       | [1] https://github.com/drawdb-io/drawdb
       | 
       | [2] https://github.com/1ilit/oracle-sql-parser
        
       | elpakal wrote:
       | iOS app size analysis running locally on your mac:
       | https://dotipa.app/
        
       | greenie_beans wrote:
       | bookhead - zapier for independent bookstores:
       | https://bookhead.net
        
       | boznz wrote:
       | Retirement.
        
       | ninjaranter wrote:
       | 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).
        
       | haswell wrote:
       | 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.
        
       | pedalpete wrote:
       | We're increasing the brain's restorative function during sleep.
       | 
       | Over the last 4.5 years, we've been developing slow-wave
       | enhancement technology which increases the effectiveness of deep
       | sleep.
       | 
       | We've developed the full stack, our own hardware, soft conductive
       | dry (no paste or gel) electrodes, comfortable EEG headband,
       | embedded sleep stage classification and stimulation models, the
       | list goes on and on.
       | 
       | We're currently ramping up for a pre-sale, and getting the
       | marketing inline, along with finalizing industrial design,
       | prepping for manufacturing, etc, etc,
        
         | owenpalmer wrote:
         | Very interesting, what do you estimate the price will be?
        
       | mvdtnz wrote:
       | 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/
        
       | dtkav wrote:
       | 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
        
       | Remy42 wrote:
       | BlinkMore, an open-source macOS app to help with digital eye
       | strain: https://github.com/oxremy/BlinkMore
        
       | paulwarren wrote:
       | 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
        
       | Cyphase wrote:
       | Myself.
       | 
       | Been a freelance dev for years, now going on "sabbatical" (love
       | that word) shortly.
       | 
       | Planning to do a lot of learning, self-improvement, and projects.
       | Tech-related and not. Preparing for the next volume (not chapter)
       | of life. Refactoring, if you like, among other things.
       | 
       | I'm excited.
        
       | kenforthewin wrote:
       | We're building https://tripjam.com after being frustrated with
       | planning trips in regular group chats and trying to organize
       | information across multiple apps. It combines:
       | 
       | - Group chat that keeps all travel discussions in one thread
       | 
       | - Interactive maps where everyone can pin locations and add notes
       | 
       | - Collaborative itineraries that sync with your calendar
       | 
       | - AI travel assistant that suggests activities and helps optimize
       | your plans
        
       | andreamancuso wrote:
       | - Semi-automated job finder for a job site focused on non-
       | mainstream programming languages [1]. - Eiffel-inspired
       | programming language [2].
       | 
       | It's hard to juggle between the two.
       | 
       | [1] https://beyond-tabs.com [2]
       | https://github.com/andreamancuso/rivar-lang
        
       | vnuge wrote:
       | 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
        
       | 90s_dev wrote:
       | (os.90s.dev but don't tell anyone yet it's not even alpha, but
       | expecting a release very soon)
        
       | gavinhoward wrote:
       | 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.
        
       | andrethegiant wrote:
       | I'm working on pure.md[1], which lets your scripts, APIs, apps,
       | agents, etc reliably access web content in markdown format.
       | Simply prefix any URL with `pure.md/` and you get the unblocked
       | markdown content of that webpage. It avoids bot detection and
       | renders JavaScript-heavy websites, and can convert HTML, PDFs,
       | images, and more into pure markdown.
       | 
       | pure.md acts as a global caching layer between LLMs and web
       | content. I like to think of it like a CDN for LLMs, similar to
       | how Cloudinary is a CDN for images.
       | 
       | [1] https://pure.md
        
       | gwn7 wrote:
       | CryptoQuant clone with geography-specific features tailored for
       | banking clients.
        
       | Eikon wrote:
       | I am working on Merklemap, a CT search engine:
       | https://www.merklemap.com/
        
       | birdfood wrote:
       | 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.
        
       | mishu2 wrote:
       | 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/
        
       | sakisv wrote:
       | 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)
        
       | Toby1VC wrote:
       | For the last couple of months I've been building a file upload
       | platform.
       | 
       | https://github.com/Merkoba/Harambe
       | 
       | But the last thing I did was this function to make my irc bot
       | program itself:
       | 
       | https://rentry.org/aircprogramrule
        
       | su wrote:
       | I have been working on an open-source customizable start page
       | like iGoogle or Netvibes (I know I am showing my age with these
       | references)
       | 
       | URL: https://boxento.app/
       | 
       | GitHub: https://github.com/sushaantu/boxento/
        
         | browningstreet wrote:
         | I want different "start pages" for the different cities that I
         | frequent.. I miss the portals of old.
        
       | iancmceachern wrote:
       | 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!!
       | 
       | www.iancollmceachern.com www.goldebgatemolders.com
        
         | kristianp wrote:
         | You need to include the https :// part of the url for it to be
         | recognised.
        
       | ryanckulp wrote:
       | 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
        
       | attilakun wrote:
       | I was trying to reproduce the NeuralSVG paper but it's hard. In
       | the process I had to learn about diffusion and flow matching.
        
       | chabad360 wrote:
       | 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.
        
       | hedayet wrote:
       | https://aponlink.com/
       | 
       | I built a no-AI, human-only social network focused on ONLY one
       | thing - keeping people connected.
       | 
       | I'd stepped away from mainstream social media last year due to
       | the overwhelming negativity, privacy violation, etc. Then around
       | early this year, I started to feel I was missing updates from
       | people who actually matter in my life. Instead of going back to
       | traditional platforms, I decided to create a simple solution
       | myself.
       | 
       | The platform emphasizes: - No AI algorithms or content
       | manipulation - No infinite scrolling designed to trap your
       | attention - A simple interface for sharing life updates with
       | close connections (Text and Photos only for now)
       | 
       | We've intentionally made connecting difficult: no user search and
       | no friend suggestions - you only connect with people you already
       | know and care about.
       | 
       | Web: https://aponlink.com/ Android App:
       | https://play.google.com/store/apps/details?id=com.aponlink.a...
       | (iOS version coming soon)
       | 
       | I'd love to hear how this approach resonates with the HN
       | community, particularly from those who've also grown tired of
       | traditional social media.
        
         | btbuildem wrote:
         | Something like this has been on my mind for a while now -- take
         | the useful, positive elements from across the socials (network
         | of connections, media sharing, events, etc) and create mini-
         | nets that let people who want to, stay in touch.
         | 
         | How do you envision onboarding? Do I join, and then try to
         | convince a handful of people to join as well?
        
           | hedayet wrote:
           | Glad this resonates with you! That's exactly the goal--
           | keeping the useful parts of social networking while removing
           | the noise and AI-driven manipulation.
           | 
           | > How do you envision onboarding? Do I join, and then try to
           | convince a handful of people to join as well?
           | 
           | Yes, that's been the idea so far for onboarding. But we're
           | also exploring ways to make the platform more organically
           | discoverable and valuable from day one (without AI).
           | 
           | In my case, it's been easy to convince my network to move and
           | I found they shared a similar level of dismay towards
           | traditional networks.
           | 
           | Please let me know if you have any suggestions on the
           | onboarding process
        
         | gonzaloalvarez wrote:
         | Trying to sign up, got this error:
         | 
         | Error Firebase: Error (auth/network-request-failed).
        
         | gwbas1c wrote:
         | You need an about page with screenshots, ect. I'd like to know
         | what I'm getting into before I invest my _extremely valuable
         | time and attention_ into your site.
         | 
         | ---
         | 
         | The links on the bottom of the page (about, privacy policy,
         | ect) don't work.
         | 
         | In general: Non-functioning links / buttons are a huge no-no.
         | When I encounter non-functioning links / buttons in software, I
         | just assume I'm going to waste my time and move on.
         | 
         | I know that sometimes when designing a UI, you want to be able
         | to "see" what the final product will look like. Leaving them in
         | before they work is sloppy, and gives the impression that your
         | product also has more loose ends.
        
       | raybb wrote:
       | 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 wrote:
         | 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.
        
       | gdiamos wrote:
       | ScalarLM.com
        
       | ks2048 wrote:
       | 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.
        
       | blatantly wrote:
       | Not much :)
       | 
       | Which I think is a valid answer. I have a job, family and some
       | health issues.
       | 
       | The main thing I am looking at is blogging. Just posts on a
       | problem I solved that week at work kind of thing. Seems like a
       | low time cost way to promote myself. I might dip my toe in the
       | cooking fat of linkedin engagement using the posts.
       | 
       | As much as that is yuk I feel it may be beneficial. Just need one
       | linked in lurker to be impressed and hire me in a few years time!
       | 
       | And by not posting about AI or working 200 hour weeks I might
       | stand out :)
        
         | glth wrote:
         | I think that is a fantastic idea! I would be happy to see your
         | blog take shape. Blogging is something I genuinely enjoy, as it
         | allows me to put my thoughts into tangible form.
        
       | bob1029 wrote:
       | Still plugging away on my linear genetic programming experiments.
       | 
       | The big debate in my head right now is whether a next byte
       | prediction architecture is better or worse than full sequence
       | prediction.
       | 
       | The benefit of next byte prediction is that we only expect 1 byte
       | of information to be produced per execution of the UTM program.
       | The implication here is that the program probably doesn't need a
       | whole lot of interpreter cycles to figure out this single byte
       | each time (given reasonable context size). However, the downside
       | is that you only get 256 levels of signal to work with at
       | tournament selection time. There isn't much gradient when
       | comparing candidates on a specific task.
       | 
       | The full sequence prediction architecture is expected to produce
       | the entire output (i.e., context window size) for each UTM
       | program invocation. This implies that we may need a much larger #
       | of interpreter cycles to play with each time. However, we get a
       | far richer gradient to work with at fitness compare time
       | (100-1000 bytes).
       | 
       | Other options could involve bringing BPE into my life, but I
       | really want to try to think different for now. If I take the
       | bitter lesson as strongly as possible, tokenization and related
       | techniques (next token prediction) could be framed as clever
       | tricks that a different computational model could avoid.
        
       | 999900000999 wrote:
       | FOSS MTG inspired digital card game.
       | 
       | I love card games, but for digital card games the business model
       | is beyond predatory. If you need a specific card your option is
       | to basically buy a pack. Let's say this is about 3$ give or take.
       | But if it's a specific rare card, you can open a dozen of so
       | packs and still not get the specific card you want.
       | 
       | This can go on indefinitely, and apologists will claim you can
       | just work around this, by building a different deck. But the
       | business model clearly wants you to drop 50 to 100$ just to get a
       | single card.
       | 
       | All for this to repeat every 3 months when they introduce new
       | mechanics to nerf the old cards or just rotate out the dream deck
       | you spent 100$+ to build.
       | 
       | I'm under no impression I'll directly compete, but it's a fun
       | FOSS game you can spin up with friends. Or even since it's all
       | MIT, you can fork and sell.
       | 
       | It also gives me an excuse to use Python, looks like Django on
       | the backend and Godot for the game client. Although the actual
       | logic runs in Django so you can always roll a different game
       | client.
       | 
       | Eventually I'd like different devs to roll their own game clients
       | in whatever framework they want.
       | 
       | Want to play from the CLI, sure
        
       | henadzit wrote:
       | Working on a schema migration tool for tortoise-orm (Python async
       | ORM)
       | 
       | https://github.com/tortoise/tortoise-orm/
        
       | khaledh wrote:
       | A single address space operating system called Fusion1
       | implemented in Nim. It currently has the basic building blocks
       | for the kernel. The rest is being built incrementally as time
       | permits. I've also taken the time to document everything I'm
       | doing2, which some people found useful.
       | 
       | 1https://github.com/khaledh/fusion
       | 
       | 2https://0xc0ffee.netlify.app/osdev
        
       | tfederman wrote:
       | 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?
        
       | svieira wrote:
       | Just working through @munificent's excellent _Crafting
       | Interpreters_ book. I am currently plugging away at the end of
       | the tree walking interpreter section (add your own feature).
       | 
       | https://craftinginterpreters.com/
       | 
       | https://github.com/svieira/crafting-interpreters
        
       | Sawpaw19 wrote:
       | AI email assistant https://apps.apple.com/us/app/email-
       | agent/id6740051485
       | 
       | Google Firebase mobile client
       | https://apps.apple.com/us/app/littlefire-firebase-mobile/id6...
        
       | egypturnash wrote:
       | 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.
        
       | nvarsj wrote:
       | I bought a 150 year old house. Need I say more?
        
       | occam65 wrote:
       | Battling the cloud that quells my passions.
        
       | davidanekstein wrote:
       | An app called Reflect to run self experiments, to prove your new
       | habit or supplement is doing what you want, or to get to the
       | bottom of what relationship your mood has with your lifestyle
       | changes:
       | 
       | https://apps.apple.com/us/app/reflect-track-anything/id64638...
        
       | OisinMoran wrote:
       | 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/
        
       | throwawayUS9 wrote:
       | Matrimonial App for Indians settled Abroad (with paying members)
       | - https://www.nrimeet.app/
       | 
       | Neighborhood App for Indians - https://neighar.com/
        
       | fridgamarator wrote:
       | Kafka TUI application, only in my brain though, I haven't started
       | yet
        
       | emehex wrote:
       | Dusting off the game I made during the pandemic and trying to
       | actually grow the player base in earnest.
       | 
       | It's turn-based two-player game sorta like chess, but the pieces
       | take up multiple spaces.
       | 
       | App Store: https://apps.apple.com/ca/app/kingbit/id1565583669
        
       | bradly wrote:
       | Bacon Wrapped Urns - https://baconwrappedurns.com
       | 
       | Mortality is so hot right now so why not celebrate with a custom
       | urn to enjoy your journey into the spirit world.
       | 
       | Recipin - https://recipin.com
       | 
       | Private recipe archiving/bookmarking. No ads, no AI, no
       | javascript . Join a server or host your own.
       | https://github.com/bradly/recipin
        
       | frantufro wrote:
       | 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.
        
       | spzb wrote:
       | 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
        
       | elpalek wrote:
       | 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.
        
       | wingworks wrote:
       | 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/
        
       | antoineMoPa wrote:
       | I'm making a tiny tiny LLM in rust (using candle) to teach myself
       | AI https://github.com/antoineMoPa/rust-text-experiments
        
       | Syntaf wrote:
       | 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
        
       | lukko wrote:
       | Working part-time on Lungy, the breathing app I developed whilst
       | working as a doctor during COVID - https://www.lungy.app/
       | 
       | Also, very interested in synthetic biology atm, I'm taking HTGAA
       | - https://www.media.mit.edu/courses/htgaa/
        
       | jetbalsa wrote:
       | 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!
        
       ___________________________________________________________________
       (page generated 2025-03-30 23:00 UTC)