TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What are you working on? (February 2025)

261 pointsby david9273 months ago
What are you working on? Any new ideas that you're thinking about?

469 comments

jtwaleson3 months ago
I&#x27;m creating an infinite canvas that has all your organization&#x27;s code and documentation on it. If you zoom in, you can see the code, if you zoom out you see the big picture. By giving everything a place on the map, it becomes easier to figure out your way through the landscape and understand the systems. Different modes can you show you different things: code age, authorship (bus-factor, is the person still with the company etc), languages used, security issues. There&#x27;s time-travel, think Gource for all software in your company, and maybe the most fun: a GeoGuessr for code. Select the repos for your team (or if you feel confident, of the entire org), you get a snippet and have to guess where it is. The plan is for LLMs + tree-sitter to analyze all the code and show relations to other systems, databases etc.<p>I had the idea 2 years ago, but starting building in earnest 2 months ago. Spending all my time on it now, minus 3 or 4 days per week of earning money. Currently looking for a GTM&#x2F;sales-oriented cofounder in NL.
评论 #43161560 未加载
评论 #43158368 未加载
评论 #43159227 未加载
评论 #43256135 未加载
评论 #43157178 未加载
评论 #43160392 未加载
评论 #43157780 未加载
评论 #43164555 未加载
评论 #43196913 未加载
评论 #43158526 未加载
评论 #43158134 未加载
评论 #43159992 未加载
评论 #43172370 未加载
评论 #43158634 未加载
评论 #43157136 未加载
评论 #43158984 未加载
评论 #43162756 未加载
评论 #43158505 未加载
评论 #43161555 未加载
评论 #43157073 未加载
mavamaarten3 months ago
I live next to a school, so there&#x27;s a low speed limit (30 km&#x2F;h). Still, people drive like race drivers and the city hasn&#x27;t ever responded to the residents&#x27; hopes of introducing a speed camera.<p>I wanted to have some data on how many people speed, the max speed recorded, that sort of thing. Things the city should be doing after many complaints of dangerous driving and people being almost killed on zebra crossings.<p>I have a doorbell camera, and by analysing the footage using OpenCV and some code, I can track how fast people drive if you see how fast they move between two known points.<p>Average speed: 46 km&#x2F;h :(
评论 #43157491 未加载
评论 #43159845 未加载
评论 #43156800 未加载
评论 #43159077 未加载
评论 #43156829 未加载
评论 #43156745 未加载
评论 #43157953 未加载
评论 #43157849 未加载
评论 #43156678 未加载
评论 #43157490 未加载
评论 #43156717 未加载
评论 #43157443 未加载
评论 #43162553 未加载
评论 #43157679 未加载
评论 #43157069 未加载
darklake3 months ago
Continued working with my team to grow my granddaughter who at 15 months handles a spoon and fork to feed herself at each meal; drinks from a cup without assistance; can clean her face and understand everything she is told or asked (though sometimes with a devious smile makes what an adult might consider a poor choice.... She is testing her boundaries like she is supposed to do). I have learned how to and produced 6 different embroidery patterns on various pieces of infant clothing. I combined multiple web based directions to create a Wi-Fi enabled USB (from a raspberry pi W 2) to enable a link from my computer to my embroidery machine. I made cookies and shared them with others creating a lot of joy I&#x27;m visiting with my grandson in another state, modeling good parenting and offering help where I can.
评论 #43157379 未加载
评论 #43195905 未加载
评论 #43156560 未加载
sim04ful3 months ago
I&#x27;m working on a tool called Font of Web <a href="https:&#x2F;&#x2F;fontofweb.com" rel="nofollow">https:&#x2F;&#x2F;fontofweb.com</a> that helps identify the fonts used on any website. It not only detects the fonts but also shows exactly where they&#x27;re used (which HTML elements) and how they&#x27;re styled (weight, line height, size, letter spacing).<p>My goal is to build a comprehensive database of font usage across the web. By collecting and analyzing this data, I believe we can uncover valuable trends, such as:<p>* Common font pairings * Popular heading fonts over time * Market share of commercial fonts * Top font foundries based on actual usage<p>I originally built a version of this four years ago and saw a surprising amount of organic interest. I&#x27;ve now rebuilt the tool from the ground up, switching from a Puppeteer-based crawler to an invisible iframe approach. (More details in another post)<p>Check out the current version at <a href="https:&#x2F;&#x2F;fontofweb.com" rel="nofollow">https:&#x2F;&#x2F;fontofweb.com</a>. I would appreciate any feedback
评论 #43160998 未加载
评论 #43161473 未加载
carlnewton3 months ago
I&#x27;m still working on Habitat. It&#x27;s a free and open source, self-hosted social platform for local communities.<p>The plan is for it to be federated, but that&#x27;s a while off yet.<p>I recently spoke with a Lemmy developer who gave me some advice on making it easy for anyone to host. I was struggling with the mess of supporting both docker and VM hosting. He told me that Lemmy uses ansible provisioning to install docker compose on the target VM so that the effort can be focused on docker support, so that&#x27;s what I&#x27;ve been homing in on for the last few weeks.<p>- The idea: <a href="https:&#x2F;&#x2F;carlnewton.github.io&#x2F;posts&#x2F;location-based-social-network&#x2F;" rel="nofollow">https:&#x2F;&#x2F;carlnewton.github.io&#x2F;posts&#x2F;location-based-social-net...</a><p>- A build update and plan: <a href="https:&#x2F;&#x2F;carlnewton.github.io&#x2F;posts&#x2F;building-habitat&#x2F;" rel="nofollow">https:&#x2F;&#x2F;carlnewton.github.io&#x2F;posts&#x2F;building-habitat&#x2F;</a><p>- The repository: <a href="https:&#x2F;&#x2F;github.com&#x2F;carlnewton&#x2F;habitat">https:&#x2F;&#x2F;github.com&#x2F;carlnewton&#x2F;habitat</a><p>- The project board: <a href="https:&#x2F;&#x2F;github.com&#x2F;users&#x2F;carlnewton&#x2F;projects&#x2F;2">https:&#x2F;&#x2F;github.com&#x2F;users&#x2F;carlnewton&#x2F;projects&#x2F;2</a>
评论 #43188274 未加载
评论 #43156789 未加载
评论 #43157598 未加载
vector_spaces3 months ago
I&#x27;m interested in uniform approximation with generalized polynomials -- these are linear combinations from families of parametrized continuous functions over some domain that satisfy some technical conditions, but its also fine to think of them as sums of regular monomials like 1, x, x^2, ..., x^N. This problem has been well understood for real intervals (classical case) for a long time, but I&#x27;m interested in this problem where we&#x27;re approximating functions over complex domains.<p>There is a theoretically stable algorithm for the classical problem called the Remez exchange algorithm, and an extension to complex domains due to P.T.P. Tang in his 1987 PhD thesis at Berkeley. Theoretically Remez and its complex extension are very stable, but unfortunately implementations my advisor and I are aware of seem to struggle with large degree polynomials, where large is bigger than say n=45 -- errors begin to explode.<p>In any case, independently of this I&#x27;ve been learning more of the nitty gritty details of deep learning for a project at work (I&#x27;m a SWE in my day job, the math is more moonlighting), so to ground my efforts there I&#x27;ve been exploring deep learning approaches to this problem of complex uniform approximation, implementing results from various papers and tweaking things for my use case, and coming up with questions. That&#x27;s much of what I&#x27;m thinking about this week!<p>Also, I&#x27;ll be having a half-day long ADHD evaluation session on Friday -- so a bit apprehensive about that.
评论 #43157690 未加载
purple-leafy3 months ago
A C-based graphics engine&#x2F;raycasting engine to make 90&#x27;s games like Wolfenstein3D (1992) - but on a never-before seen scale.<p>The scale is RNG worlds like Minecraft. I&#x27;ve never seen that before with a Raycaster.<p>Here is my progress so far (I&#x27;ve had a month break)<p><a href="https:&#x2F;&#x2F;github.com&#x2F;con-dog&#x2F;chunked-z-level-raycaster&#x2F;blob&#x2F;master&#x2F;README.md">https:&#x2F;&#x2F;github.com&#x2F;con-dog&#x2F;chunked-z-level-raycaster&#x2F;blob&#x2F;ma...</a><p>Not for profit, just for fun and exploration
评论 #43157191 未加载
zciwor3 months ago
I&#x27;m working on cataloging open source hardware designs.<p>When I&#x27;m starting a new hardware design, I find myself pulling up familiar boards (like Adafruit or Sparkfun&#x27;s dev boards) as often as the chip&#x27;s application note. I sometimes prefer a full reference project so I can get useful context like which voltage regulator they used or how the USB port is connected.<p>But, it&#x27;s kind of an awkward process because I&#x27;ll have to download the design files from Github and open it in the native CAD software (Eagle, for example).<p>I&#x27;ve been toying with how to solve this. I made a script to crawl Github for open hardware designs, then generate a schematic and interactive BOM for each design. Now, hopefully, you can search for &quot;ESP32&quot;[1] or &quot;WiFi&quot;[2] or &quot;Bluetooth&quot;[3] and get a number of designs to view in browser.<p>[1] <a href="https:&#x2F;&#x2F;www.openappnote.dev&#x2F;tags&#x2F;esp32&#x2F;1" rel="nofollow">https:&#x2F;&#x2F;www.openappnote.dev&#x2F;tags&#x2F;esp32&#x2F;1</a> [2] <a href="https:&#x2F;&#x2F;www.openappnote.dev&#x2F;tags&#x2F;wifi&#x2F;1" rel="nofollow">https:&#x2F;&#x2F;www.openappnote.dev&#x2F;tags&#x2F;wifi&#x2F;1</a> [3] <a href="https:&#x2F;&#x2F;www.openappnote.dev&#x2F;tags&#x2F;bluetooth&#x2F;1" rel="nofollow">https:&#x2F;&#x2F;www.openappnote.dev&#x2F;tags&#x2F;bluetooth&#x2F;1</a>
评论 #43167652 未加载
AJRF3 months ago
I recently made a little tool for people interested in running local LLMs to figure out if their hardware is able to run an LLM in GPU memory.<p><a href="https:&#x2F;&#x2F;canirunthisllm.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;canirunthisllm.com&#x2F;</a>
评论 #43158600 未加载
评论 #43157623 未加载
评论 #43157577 未加载
评论 #43157743 未加载
评论 #43156946 未加载
评论 #43163802 未加载
评论 #43156837 未加载
评论 #43159526 未加载
评论 #43157271 未加载
评论 #43160623 未加载
hijp3 months ago
I have celiacs, so I&#x27;m making a database of every single labeled gluten-free product in grocery stores. (I have 8,858 products across 243 grocery categories).<p>GF products are expensive and hit or miss, I really wanted something where I could keep track of my favorite items. I also want to let people rank them, so maybe I can discover the best gluten free hamburger bun (Rudi&#x27;s Brioche), or beer (Glutenberg Blonde).<p>I&#x27;m also making a user submitted recipe section, so say you want to recreate a Taco Bell Doritos Locos Taco, it&#x27;s easy to link to the products you need.<p>I&#x27;m not sure where this project is headed but I couldn&#x27;t find any jobs working in this space so decided to make something to help myself.
评论 #43254417 未加载
评论 #43168942 未加载
评论 #43197620 未加载
评论 #43169128 未加载
hn_throwaway_993 months ago
I&#x27;m making a violin. I&#x27;ve been a programmer for just over 25 years, and recently decided I wanted to leave the profession. So I&#x27;m planning on attending the Violin Making School of America in the fall, and my project before then is to build a violin myself. There are some good in-depth video tutorials, as well as some famous books on the subject, and I&#x27;m planning to pair up with an amateur luthier in my town. The tonewood I purchased just arrived!
评论 #43168144 未加载
评论 #43169271 未加载
eamag3 months ago
I&#x27;m trying to figure out how people do solo research, that means:<p>- Reading advice like <a href="https:&#x2F;&#x2F;eamag.me&#x2F;2025&#x2F;Good-Research" rel="nofollow">https:&#x2F;&#x2F;eamag.me&#x2F;2025&#x2F;Good-Research</a><p>- Figuring out problems like <a href="https:&#x2F;&#x2F;openreview-copilot.eamag.me&#x2F;" rel="nofollow">https:&#x2F;&#x2F;openreview-copilot.eamag.me&#x2F;</a><p>- Doing analysis like <a href="https:&#x2F;&#x2F;eamag.me&#x2F;2024&#x2F;Automated-Paper-Classification" rel="nofollow">https:&#x2F;&#x2F;eamag.me&#x2F;2024&#x2F;Automated-Paper-Classification</a><p>- Figuring out where scientists are located like <a href="https:&#x2F;&#x2F;eamag.me&#x2F;2024&#x2F;ICML-2024-on-a-map" rel="nofollow">https:&#x2F;&#x2F;eamag.me&#x2F;2024&#x2F;ICML-2024-on-a-map</a>
boricj3 months ago
I&#x27;m tinkering with the USB HID specification for power devices for all the wrong reasons.<p>Historically, UPSes had various proprietary communication protocols over serial ports. Nowadays they usually have a USB port, but I have a bunch of very old APC UPSes with just the serial port and&#x2F;or the expansion card slot (which is usually just another serial link plus power on a edge connector).<p>A normal person would just use NUT or apcupsd over serial and call it a day. A bored person would write a USB HID power device stack and serial protocol acquisitors to give these UPSes USB ports. An insane person would add projectors from the USB HID power device stack to serial protocols so that they could use whatever communication card they want on any UPS they have (for example, a CyberPower RM205 card plugged into an APC Smart-UPS).<p>Why? Because apparently I&#x27;m insane and I needed a break from working on delinking executables back into object files, another heretical project I&#x27;ve worked on for the past couple years.<p>I&#x27;ve just started and I don&#x27;t know if I&#x27;ll finish that, but it&#x27;s something I need to work on to exorcise that particular nagging thought out of my head.
jstanley3 months ago
I&#x27;m a long-time FreeCAD user, and one of my annoyances is that long-running operations lock up the entire UI and can&#x27;t be aborted. This is particularly annoying if you realise you made a mistake, but have no way to go back and correct it without waiting for the operation to complete first. Or you kill FreeCAD but then you don&#x27;t get to save your work.<p>So for my first contribution to FreeCAD I&#x27;m working on fixing this.<p>The underlying CAD operations are done by &quot;OpenCascade&quot;, and at first I thought OpenCascade had no support for aborting operations part of the way through. So my first implementation was to move the operation into a child process and give the user a dialog box that would allow terminating the child process.<p>But it actually turns out OpenCascade does support aborting the operations! So now I&#x27;m working on doing it the OpenCascade way.<p>My PR is here: <a href="https:&#x2F;&#x2F;github.com&#x2F;FreeCAD&#x2F;FreeCAD&#x2F;pull&#x2F;19796">https:&#x2F;&#x2F;github.com&#x2F;FreeCAD&#x2F;FreeCAD&#x2F;pull&#x2F;19796</a>
评论 #43158281 未加载
WillAdams3 months ago
A small library which uses a fork of OpenSCAD which adds Python support: <a href="https:&#x2F;&#x2F;pythonscad.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;pythonscad.org&#x2F;</a> to allow writing out DXF files and G-code and modeling how G-code will cut in 3D:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;WillAdams&#x2F;gcodepreview">https:&#x2F;&#x2F;github.com&#x2F;WillAdams&#x2F;gcodepreview</a><p>Writing it in a TeX editor using a Literate Programming system developed in the course of working on it, the PDF should give both a good overview, and provide all the code.<p>It has greatly expanded&#x2F;restored my math&#x2F;geometry and has me looking forward to how to implement Bézier Curves and surfaces using similar math (since G-code and CGAL are fundamentally limited to lines and arcs and what can be easily made from such constructs).
rootnod33 months ago
Very cliched, but I am working on my own Lisp dialect. I want a more streamlined syntax and keywords, but keep the &quot;batteries included&quot; idea from CL. So, Scheme&#x2F;Clojure syntax with a CL live image approach, including condition systems, and a fleshed out standard library.<p>Initially was aiming to use MLIR or at least LLVM but will probably try to handroll to a) reduce dependencies and b) as a learning experience.<p>The bootstrapped is written in CL with no dependencies and hopefully soon it will be self-hosted.
评论 #43159997 未加载
stuckinaloop3 months ago
I’ve deleted all my social media apps (including YOU - LinkedIn).<p>I’m trying to really see and feel what’s actually missing in my life and trying to build it. Right now I just want to see what my friends are up to in a non-curated way.
评论 #43156668 未加载
评论 #43207121 未加载
psviderski3 months ago
Working on Uncloud[1][2] — think Fly.io but self-hosted. A lightweight Docker clustering tool for running web apps on your own servers (from cloud VMs to bare metal) with no control plane to maintain. Perfect for teams who want cloud-like deployments without Kubernetes complexity. Early days but seeing promising results with eventually consistent state sync, zero-config mesh networking, and automatic HTTPS ingress.<p>[1]: <a href="https:&#x2F;&#x2F;github.com&#x2F;psviderski&#x2F;uncloud">https:&#x2F;&#x2F;github.com&#x2F;psviderski&#x2F;uncloud</a><p>[2]: <a href="https:&#x2F;&#x2F;uncloud.run" rel="nofollow">https:&#x2F;&#x2F;uncloud.run</a>
评论 #43191959 未加载
评论 #43159319 未加载
评论 #43159629 未加载
asim3 months ago
In between figuring out what to do after a decade of work on Micro (<a href="https:&#x2F;&#x2F;github.com&#x2F;micro">https:&#x2F;&#x2F;github.com&#x2F;micro</a>), I started a new project called Reminder which tries to provide a single clean app and API for the Quran, Hadith and names of Allah. Maybe some of you would find it beneficial. It tries to put English first since most of us are non Arabic speaking and cultural from the west.<p><a href="https:&#x2F;&#x2F;reminder.dev" rel="nofollow">https:&#x2F;&#x2F;reminder.dev</a>
评论 #43157797 未加载
评论 #43183261 未加载
评论 #43157354 未加载
评论 #43157181 未加载
shalzuth3 months ago
I’m finally trying to jump on the AI train for a long ride instead of getting off at the first stop.<p>I’m currently creating a new fan site for Marvel Rivals (<a href="https:&#x2F;&#x2F;marvelrivals.app" rel="nofollow">https:&#x2F;&#x2F;marvelrivals.app</a>), and I’m trying to introduce new types of features using predictive analysis, and further, use some DL maybe to understand specific player behavior and do stuff like find cheaters. I am failing so far.<p>I thought it’d be easier to throw data at the magic AI monster, but it’s still garbage in -&gt; garbage out. It makes me respect AI engineers a lot more.<p>I wish there was an easier way to apply AI to this kind of stuff, on the how to do better data analysis. Ideally, I’d hook up some tool to my Postgres db, which has a couple tables but everything is named appropriately and has references. Then the tool would output correlations, patterns, stuff people would find useful and interesting. Instead, right now, I think I have to make those guesses and then build models that will either support my hypothesis or reject it, but I don’t know ahead of time and it relies on my gut feelings.
GavinB3 months ago
I&#x27;ve just published my first novel for adults, <i>The Dark Sorcerer&#x27;s Intern</i>, my bid to bring back fun and comedy to a fantasy genre that has spent years in a grimdark rut.<p>The relevance to hackers is that unlike most fantasy where spells are cast with hand motions, magic words, or spell ingredients, there&#x27;s actually an explanation for why that works and makes sense.<p><a href="https:&#x2F;&#x2F;www.amazon.com&#x2F;Dark-Sorcerers-Intern-Humorous-Fantasy&#x2F;dp&#x2F;B0D388QL58" rel="nofollow">https:&#x2F;&#x2F;www.amazon.com&#x2F;Dark-Sorcerers-Intern-Humorous-Fantas...</a>
lanewinfield3 months ago
I&#x27;m working on a website that anybody can update by calling into the phone number in the url. <a href="https:&#x2F;&#x2F;715-999-7483.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;715-999-7483.com&#x2F;</a>
评论 #43156609 未加载
评论 #43228879 未加载
azriel913 months ago
Working on &quot;wanting to live&quot;. It&#x27;s hard to create desire within oneself when one has experienced intense sorrow.<p>Been trying the &quot;do the thing, and desire comes after&quot; for many things (baking, piano, skating, ..), but that hasn&#x27;t really worked. What has seemed to work is connecting with people (crucial that they know how to connect back).<p>Made a little web app that helped me communicate: <a href="https:&#x2F;&#x2F;azriel.im&#x2F;tears&#x2F;" rel="nofollow">https:&#x2F;&#x2F;azriel.im&#x2F;tears&#x2F;</a><p>(I could just point to the number when I couldn&#x27;t talk&#x2F;listen)
评论 #43156953 未加载
评论 #43157561 未加载
评论 #43158372 未加载
hakanshehu3 months ago
I&#x27;ve working on Colanode, an open-source &amp; local-first Slack and Notion alternative that you can self host. You can use Colanode for real-time chat, as a knowledge center, project management or file storage. As a local-first application, Colanode offers full offline support, allowing you to work even when you’re not connected to the internet or the server is not available. You can host it in any environment (with minimal dependencies), giving you full ownership and control over your data.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;colanode&#x2F;colanode">https:&#x2F;&#x2F;github.com&#x2F;colanode&#x2F;colanode</a>
seanwilson3 months ago
A tool for building WCAG accessible Tailwind-like color palettes for UI&#x2F;web design. :)<p><a href="https:&#x2F;&#x2F;www.inclusivecolors.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.inclusivecolors.com&#x2F;</a><p>&gt; Instead of only working with a handful of colors, you can create a whole palette of swatches at the same time so you can see if they look good together.<p>&gt; Precise control of every shades&#x2F;tints in each swatch rather than being limited by autogenerated colors.<p>&gt; See which color pairs contrast as you edit so you can create a palette with built-in WCAG accessibility. This way you can plan in advance which foreground colors (for headings, body text, form fields and so on) should contrast on which background colors, so you can avoid running into surprise low contrast issues later when designing.
评论 #43156710 未加载
评论 #43168311 未加载
finnigja3 months ago
I&#x27;m building an interactive, web-based Python tutorial site intended to help with learning basic syntax. Originally it was for my kids who wanted to learn to code, but... might be useful to others.<p><a href="https:&#x2F;&#x2F;learnpy.dev" rel="nofollow">https:&#x2F;&#x2F;learnpy.dev</a><p>The content needs some work, but I&#x27;m pretty happy with the framework &#x2F; UX. I would love to get any feedback from folks who check it out!<p>(The first section is just multi-guess questions as part of the introductory content. Try any other section to get the full in-browser-code-execution experience, which uses client-side Pyodide under the hood.)
评论 #43161776 未加载
评论 #43166188 未加载
aaronbrethorst3 months ago
I’ve been improving the developer experience of the extremely janky Java Spring app that powers the most popular open source real time transit app, OneBusAway.<p>Last month I added Dockerfiles and a docker-compose.yml file to the project to make building and locally running it a breeze. Earlier today, I finally had a chance to figure out and document how to debug the app, which should greatly improve quality of life for anyone trying to fix bugs or add features to the backend. <a href="https:&#x2F;&#x2F;github.com&#x2F;OneBusAway&#x2F;onebusaway-application-modules?tab=readme-ov-file#debugging">https:&#x2F;&#x2F;github.com&#x2F;OneBusAway&#x2F;onebusaway-application-modules...</a>
theconjon3 months ago
I&#x27;m developing ParaNoia, an application that allows people to securely share passwords between each other (<a href="https:&#x2F;&#x2F;github.com&#x2F;jonesconnor&#x2F;paranoia">https:&#x2F;&#x2F;github.com&#x2F;jonesconnor&#x2F;paranoia</a>).<p>At my organization, we have a corporate-approved password manager, but shared folders are disabled. If someone needs a FID password, or something of the like, there are people that send the password in plain text over Slack, Teams, etc. and not everyone deletes their message containing the password afterwards.<p>You enter your secret on the website and it gets encrypted on the client-side before being sent to the database. A one-time-use URL is generated and then you send that URL to whomever needs the password. The backend never sees the secret in plain-text.<p>The tool is meant to be self-hosted - but I&#x27;m in the process of deploying it publicly for people to try out. I got the idea from my brother -- he was doing an internship at Tesla and said they had this being used internally, so I figured I would create my own as a little side project that I can then implement at work.
评论 #43173727 未加载
评论 #43163257 未加载
评论 #43169496 未加载
maattdd3 months ago
I&#x27;ve been updating my HN bot (watch comments for keywords and post to Slack&#x2F;Discord) written in Crystal to use raw SQL instead of unmaintained ORM.<p>Turns out the whole app needs only ~ 10 SQL requests, and it&#x27;s way funier to write modern SQL than fighting the ORM.<p>The new code looks like this :<p><pre><code> db_message = Model.save_new_message!(@conf.db, DbButler::Hn, item, DbState::Processing) </code></pre> Than I have a Model module with all the interactions with the DB<p><pre><code> def self.save_new_message!(db, butler, external_id, state) : Message sql = {{ read_file &quot;.&#x2F;db&#x2F;save_new_message.sql&quot; }} db.query_one(sql, butler.to_s.downcase, external_id, state.to_s.downcase, as: Message) end </code></pre> (thanks to Crystal ability to read a file at compile time - I can write raw SQL in a file with syntax highlithing and maybe typesafe if I connect the DB to the editor)<p>The land page is not ready, but the bot has been working for me for months <a href="https:&#x2F;&#x2F;newsbutler.xyz&#x2F;" rel="nofollow">https:&#x2F;&#x2F;newsbutler.xyz&#x2F;</a>
评论 #43172332 未加载
foundzen3 months ago
I taught my parents how to use LLM chat apps. I was pleasantly surprised to see them use it all the time. And even more shocked to see them pasting entire whatsap messages containing passwords, upload income tax files, and a lot more private details with LLMs. They rarely pause to think about privacy&#x2F;security before sharing info with LLM services. So I&#x27;m working on an interface that works as a privacy filter, making sure the private info does not leave the device. It redacts &#x2F;anonymizes&#x2F;obfuscates private information from what we share with LLMs via on-device model, and plugs back the output with the private info to make it appear almost similar to the output as before.
heltale3 months ago
I&#x27;ve recently been prototyping a mobile application to track your food nutrition. The key feature lies in auto-detecting the food based on a given image, and breaking it down into it&#x27;s ingredients and then into it&#x27;s macros.<p>Existing apps such as MyFitnessPal and HealthifyMe fall into two ends of the spectrum where you either need to add ingredients one by one, or your food is logged with a standard macro count where you cannot change the ingredients used.<p>Weit ideally provides a seamless experience in taking a picture to retrieving ingredients to retrieving macros per ingredient. Once that&#x27;s sorted, food tracking should be granular enough to build intelligence around it to improve one&#x27;s diet based on their requirement.<p>Honestly, I used to constantly struggle with the realisation that none of my ideas are unique and whenever I see someone having built something similar, I feel like I&#x27;m wasting my time. I&#x27;m getting better at dealing with it now though.
评论 #43172968 未加载
评论 #43160897 未加载
评论 #43166734 未加载
评论 #43158197 未加载
评论 #43161990 未加载
czhu123 months ago
I&#x27;ve been building <a href="https:&#x2F;&#x2F;canine.sh" rel="nofollow">https:&#x2F;&#x2F;canine.sh</a> for the past year, which is an open source Render &#x2F; Fly &#x2F; Heroku, etc.<p>It&#x27;s based on some learnings I&#x27;ve had in the past building where building on managed platforms like Heroku and Render, and watched our costs explode, with an annoying amount of vendor lockin.<p>It uses Kubernetes under the hood (which you can now get fully managed for $12 &#x2F; month on linode), which lets you take advantage of a ton of things that Kubernetes does really well, like automatic healthchecks, zero downtime deployments, auto scaling, etc, while also making it easy to use for solo developers or small teams.<p>The additional benefit of Kubernetes is that it&#x27;s also possible to host a bunch of other stuff in your cluster via Helm charts, that you’d normally have to pay for like: Sentry, Wordpress, Postgres, etc.
Galaco3 months ago
I&#x27;m a fashion nerd. I&#x27;ve been working on an outfit tracking app for the last ~4 years (but only really pushed hard on it the last 3 months). I found I kept buying clothes that I never ended up wearing. Either because they didn&#x27;t fit with what I had, I already had something like it, or it simply wasn&#x27;t my actual style (although I thought it was). So, I built my own with the simple goal of buying less clothes, and throwing away fewer clothes.<p>There are plenty of apps that do outfit tracking, with some basic stats. But they all have a few or more of these shortcomings (from my perspective); unpleasant UI, no cross device syncing, lack of detailed usage statistics (e.g. cost spread over time by garment category), some categories just not supported, pushing a specific lifestyle such as Capsule Closets, or just plain focused on recommending what to wear using some mediocre algorithm that doesn&#x27;t understand cuts and how different pieces fit together; basically only suitable for capsule collections.<p>These apps all have a lot of downsides too in common, which I haven&#x27;t been able to solve either yet; ultimately you must start with an inventory of your clothes, and then work from there. It takes ages to catalog and import your clothes, and I haven&#x27;t found many existing product that lets you export if you&#x27;ve even done it before. And on top of that, you have to be quite rigorous at tracking what you wear; the more data you have the more insight you can get from your choices.<p>I finally published on iOS a couple of months ago. No traction, and I don&#x27;t expect there to be. I won&#x27;t argue that my offering is better than any of the competition, but I&#x27;ve tried most of them (and wasted colossal amounts of time onboarding onto them) and found none fit my need properly. It&#x27;s still very much work in progress, but I find myself reaching for it multiple times per week to inform my purchasing habits.<p><a href="https:&#x2F;&#x2F;procloset.app" rel="nofollow">https:&#x2F;&#x2F;procloset.app</a>
评论 #43157651 未加载
dwilkie3 months ago
I&#x27;m working on Somleng (<a href="https:&#x2F;&#x2F;github.com&#x2F;somleng">https:&#x2F;&#x2F;github.com&#x2F;somleng</a>) - an Open Source alternative to Twilio, that&#x27;s being used to save lives by powering the National Early Warning Systems of Cambodia and Laos.<p>We&#x27;re also building OpenEWS (<a href="https:&#x2F;&#x2F;github.com&#x2F;somleng&#x2F;open-ews">https:&#x2F;&#x2F;github.com&#x2F;somleng&#x2F;open-ews</a>) which will be the world&#x27;s first Open Source Early Warning System Dissemination Platform.<p>We&#x27;re a small 2 person team trying to make a big difference.
donohoe3 months ago
I’ve always wanted a large wall mountable e-ink display that I could update periodically - and it didn’t need to be plugged in (or drill holes in a wall to hide the power cable).<p>The displays are really expensive so I’m looking at taking 12 kindles apart and mounting them in a 3x4 grid. They cannot seamlessly touch at the edges so I’m looking to include that as part of the larger aesthetic then ignore it.<p>I’ve figured out a few possible approaches and the software&#x2F;service side - next step is to order 10 more kindles and get to work.
评论 #43158888 未加载
评论 #43159298 未加载
continuational3 months ago
Firefly is a typed full stack programming language:<p>- object capabilities<p>- implicit async&#x2F;await<p>- immutable collections<p><a href="https:&#x2F;&#x2F;www.firefly-lang.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.firefly-lang.org&#x2F;</a><p>It&#x27;s small and (hopefully) fun, and quite usable already. If you try it out, please share your thoughts!
评论 #43186895 未加载
评论 #43159134 未加载
aantix3 months ago
A new YouTube app&#x2F;player, for my kids.<p>It allows us to control the algorithm. It’s all LLM translating to YouTube search queries under the hood.<p>Visually it looks the same.<p>The suggested videos come from predefined buckets on topics they love.<p>E.g. 33% fun math, 33% DIY engineering, 33% creative activities.<p>Video recommendations that have a banned word in the title&#x2F;desc don&#x27;t get displayed e.g. MrBeast, anything with Minecraft in it, never gets surfaced.<p>For anyone interested in using it, send me an email.<p>I&#x27;ll put you on my list. And you can contribute ideas to our community Google Doc.<p>jim.jones1@gmail.com
评论 #43215555 未加载
brainless3 months ago
I have been working full-time for about 15 months on a product to store real-world entity-relations in a graph (using AI&#x2F;ML for extraction). The idea is to extract entities and relations deterministically from text (using AI&#x2F;ML for clues about type and position of entities in text).<p>It is very much a work in progress with lots of commented out code which are just experiments.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;pixlie&#x2F;PixlieAI">https:&#x2F;&#x2F;github.com&#x2F;pixlie&#x2F;PixlieAI</a>
评论 #43156559 未加载
评论 #43156589 未加载
ryandetzel3 months ago
A game: you&#x27;re stuck on a 1970s spacecraft and you have to program your way home using 6502 assembly. I wanted to learn more about old 8 bit cpus so figured I would make a game out of it
评论 #43165791 未加载
评论 #43158532 未加载
alexandersechin3 months ago
I&#x27;m working on software for filmmakers, directors, producers, etc. which drastically saves time on pre-production.<p>We tested our competitors apps and make our own blend of tools that actually ease the process. Effortless script breakdowns, moodboards, scene-specific venue suggestions, storyboard from script generation (here we consider us the best), nice pitch deck generation and projects sharing.<p>The market is still a bit conservative about using AI, but we are looking for testers and enjoyers: <a href="https:&#x2F;&#x2F;blooper.ai&#x2F;" rel="nofollow">https:&#x2F;&#x2F;blooper.ai&#x2F;</a>.<p>There&#x27;s a free trial period for people who don&#x27;t like to f a lot on pre-production (especially during conversation with stakeholders).<p>Price is also mild for industry, 49$ for up to 5 projects and 199$ for big guys who need process optimization on scale. So...that&#x27;s it.
changexd3 months ago
Social skills and mental health!, I&#x27;ve been working pretty hard on learning how to make friends, showing my admiration to girls and become generally an outgoing and honest person, I used to be somewhat afraid of talking to strangers because I was quite worried that people might hurt me, and now I&#x27;m feeling more comfortable having conversation with new friends with less trust issues, though I pushed myself a bit too hard to recently I got plenty of panic attacks, I know it&#x27;s a phase, so I&#x27;ll keep working on it!
modo_mario3 months ago
After work hours I&#x27;m continuing work on my Saas for hairdressers. There&#x27;s some big players there but I feel like I can at least still try.<p>I&#x27;m honestly really surprised about how much I get stuck on business logic decisions. I went into this thinking making appointments, basic managing of employees and all that would be simple and relatively similar across salons.<p>Additionally I&#x27;m considering where I should move to. I wish to live in a place where owning substantial land for homesteading in a relatively climate safe area (relatively doing a lot of work there but imagine not already arid or with high storm risk) is not completely out of grasp. My region of Belgium is too densely populated for this. Even if I&#x27;m not moving to a different country even next year I figured it&#x27;s the kind of thing that takes a stupid amount of preplanning.
评论 #43214572 未加载
评论 #43190266 未加载
评论 #43158590 未加载
martinraag3 months ago
I&#x27;ve been working on an iOS app that aggregates cinema showtimes across chains and independent theaters in the UK.<p>I moved to London some years back, and was pleasantly surprised by the vibrant cinema scene, that seems to be in a steep decline in so many places. On any day of the week, one can find independent films, old and new classics, Q&amp;A&#x27;s with filmmakers etc. playing in one of the many theaters across the city. Staying on top of it all is a chore though, and I found myself missing out on screenings regularly, because I didn&#x27;t check that one cinema&#x27;s website on time.<p>This is also my first time building and releasing an independent app. The journey from research, backend development and learning SwiftUI has been a trip. Released on TestFlight a couple of weeks ago.<p><a href="https:&#x2F;&#x2F;qino.app" rel="nofollow">https:&#x2F;&#x2F;qino.app</a>
评论 #43157307 未加载
lenn_eavy3 months ago
I&#x27;m learning C through making games with Raylib. It is just the beginning and my first game is super simple: two cowboys dueling, whoever shots first after a signal, wins a round, whoever is left with lifes after 3 rounds wins a duel. I want to add &quot;dare mode&quot; where players can set amount of lives and an objective or prize.<p>I realize it is a topic done over and over but it is 100% for my learning. I have generated some graphics locally using Flux model, will play around with sounds and music generation and spice it up in Ableton, but now I&#x27;m stumbling on the basics and I learn a lot through solving problems.<p>Far-reaching goal would be to release it somehow, somewhere - I don&#x27;t expect to earn even a dollar on it, just for fun and even more exp.
lennertjansen3 months ago
I&#x27;m working on Airweave <a href="https:&#x2F;&#x2F;github.com&#x2F;airweave-ai&#x2F;airweave">https:&#x2F;&#x2F;github.com&#x2F;airweave-ai&#x2F;airweave</a> , an open-source dev tool that makes any app searchable for AI agents. it connects to a source app, db, or api and converts its contents to accessible knowledge for agents. Airweave automates authentication, ingestion, enrichment, mapping, and syncing to vector stores and graph databases of choice. you can use it via our UI, API, or SDKs <a href="https:&#x2F;&#x2F;docs.airweave.ai&#x2F;" rel="nofollow">https:&#x2F;&#x2F;docs.airweave.ai&#x2F;</a><p>we originally built this for our previous agent startup as an internal solution to ensure agents could find the relevant data on apps they&#x27;re using. We then pivoted to this after some early positive reactions and decided to open-source it.<p>here&#x27;s a short demo: <a href="https:&#x2F;&#x2F;tinyurl.com&#x2F;demo-airweave" rel="nofollow">https:&#x2F;&#x2F;tinyurl.com&#x2F;demo-airweave</a><p>we&#x27;re two engineers&#x2F;friends based in Amsterdam, NL. We just launched the project, so it&#x27;s rough around the edges ofc, but we&#x27;re very eager to get some feedback!<p>feel free to reach out to me personally if you like this! - <a href="https:&#x2F;&#x2F;www.linkedin.com&#x2F;in&#x2F;lennertjansen&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.linkedin.com&#x2F;in&#x2F;lennertjansen&#x2F;</a> - <a href="https:&#x2F;&#x2F;x.com&#x2F;lennertjansen" rel="nofollow">https:&#x2F;&#x2F;x.com&#x2F;lennertjansen</a>
nbingham3 months ago
I&#x27;m working on a compiler for asynchronous circuits. Once I have modules, placement, and routing working, I&#x27;ll have an MVP. Hopefully, this will allow people without any computer engineering expertise to make chips. For now it has a couple of useful tools.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;broccolimicro&#x2F;loom">https:&#x2F;&#x2F;github.com&#x2F;broccolimicro&#x2F;loom</a>
1010083 months ago
A Django UI Desktop app, a là Docker Desktop, but for manage Django projects. Some people prefer UI apps instead of CLI, and it could be good for juniors and starters, to get familiarized with how Django works before jumping into the command line.<p>It is more an excuse to create a simlpe Electron app, though.
评论 #43254505 未加载
tauoverpi3 months ago
As part of my spare time hobby, implementing small packages for building games that don&#x27;t allocate memory post startup (or work when the memory map can be declared statically such as with wasm-4-like targets or an rp2040) and can run in resource constrained environments along with performing well on a steamdeck.<p>Most of it involves taking advantage of data structure properties (and limits) by using zig comptime to derive functions that either compute offsets relative to existing pointers or use pre-computed offset tables, when relative isn&#x27;t possible, to reduce function size further without inhibiting the ability to take full advantage of SIMD.<p>One of the next task for this is statically computing update graphs for archetypes such that a multi-thread runtime can mix strategies (last thread (detected by an atomic counter on nodes that require all dependencies to be complete) to reach a node broadcasts new work it unblocks, starved threads steal work from others, etc) to speed up the world update loop when running on larger targets while also remaining lock-free.<p>It&#x27;s fun to explore how far one can go with statically declaring all limits upfront and managing even larger targets (steamdeck, servers) as if they were embedded applications.
maxbond3 months ago
Tangentially, I am glad to see this thread again, I was worried the idea was scrapped since I hadn&#x27;t seen it in the last few months. For whatever it counts for, I like this idea and hope to see it continue.
halftheopposite3 months ago
I’m creating an observability tool that I’m trying to make user-centric while staying developer friendly. Most of the tools for remote logging, live dashboards and alerts are either too big, too expensive, or have a “per seat” plan, and incorporate the famous “home” screen with metrics and tips you absolutely never care of. I’m also trying to stay cheap and focused on very few techs (node, Postgres, docker, react) and make it stay as a monolith.<p>So far I’ve put all the side projects I manage (5 of them) and it’s working great. I can follow and query the logs, the JSON payloads by path, see live metrics like number of users currently online, etc. Even if I don’t get any customers I’ll continue developing it for my own needs! Will soon be adding alerts through webhooks, slack, discord, etc.<p>If you want to try it out: <a href="https:&#x2F;&#x2F;app.getboringmetrics.com" rel="nofollow">https:&#x2F;&#x2F;app.getboringmetrics.com</a> (no landing page yet).<p>Edit: just want to say that if you want to try the software but not keep it, you can create an account in under 10 seconds, send a curl request to see logs arrive in realtime, and delete your account in 5 seconds. I do not track anything and do not keep a single piece of data.
评论 #43160568 未加载
DeathArrow3 months ago
I was laid off a month ago so my biggest project right now is finding work.
评论 #43162207 未加载
onre3 months ago
A no-frills X toolkit. Think Athena, add things like dialogs, file picker and make it completely vectored. No antialiasing, top goal is small size and fast execution. Can display vector and bitmap fonts, only external dependency is xcb. I just recently got my first digital storage oscilloscope and begun writing a companion software for it, as I couldn&#x27;t find anything usable. This is one of the offshoots of that, the other being a somewhat Postscript-like language for scripting the thing.<p>Once I get this done, I get back to the actual project of a 2.11-BSD based handheld computing appliance.<p>Also there is this thing called &quot;day job&quot;.
bluejellybean3 months ago
I&#x27;ve been sharpening my axe by working on a few different projects in the shape of of an online shop[0][1]. Products are a bit of a mishmash as a result of the different projects - To date, I&#x27;ve been farming succulents, 3d modeling&#x2F;printing (flower pots&#x2F;hobby crafts&#x2F;etc), and learning Rust&#x2F;Next.js for the back&#x2F;front ends!<p>Time investment has been _massive_ so far, but I just hit the first $100+ profit month, and despite the distance from my normal dev salary, the positive reviews&#x2F;feedback have been an incredible reward that drives the motivation to continue. I will also say that it is quite the humbling experience to ship physical products and the experience has given me a whole new appreciation for the things we have in this world.<p>Early days, but check it out :)<p>[0] - <a href="https:&#x2F;&#x2F;freedomfrenchie.com" rel="nofollow">https:&#x2F;&#x2F;freedomfrenchie.com</a> [1] - <a href="https:&#x2F;&#x2F;www.etsy.com&#x2F;shop&#x2F;FreedomFrenchie" rel="nofollow">https:&#x2F;&#x2F;www.etsy.com&#x2F;shop&#x2F;FreedomFrenchie</a>
arcadium3D3 months ago
I&#x27;m building a fast, lightweight 3D house modelling tool. Revit&#x2F;AutoDesk are hugely cumbersome and expensive. Sketchup died when Trimble took over.<p>I&#x27;m glad to say it&#x27;s gaining traction - here&#x27;s an unsolicited post by Adam Wathan the creator of Tailwind: <a href="https:&#x2F;&#x2F;x.com&#x2F;adamwathan&#x2F;status&#x2F;1889134672866582617" rel="nofollow">https:&#x2F;&#x2F;x.com&#x2F;adamwathan&#x2F;status&#x2F;1889134672866582617</a><p>And here&#x27;s the site: <a href="https:&#x2F;&#x2F;arcadium3d.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;arcadium3d.com&#x2F;</a>
评论 #43216669 未加载
nickjj3 months ago
I&#x27;ve been working on <a href="https:&#x2F;&#x2F;github.com&#x2F;nickjj&#x2F;plutus">https:&#x2F;&#x2F;github.com&#x2F;nickjj&#x2F;plutus</a>, it&#x27;s a command line income and expense tracker. It&#x27;s a zero dependency Python script that you can curl down.<p>It generates reports to show you your numbers in a bunch of customizable ways, it generates these reports in less than a second and uses a single CSV file as your data source.<p>I&#x27;ve gotten things to the point where I can do my books every quarter in about 5 minutes with complete accuracy since it supports importing arbitrary CSV files such as bank exports with a way to automate categorizing things in any way you see fit. I currently use it to track my income, business expenses and personal expenses.<p>Basically I ran into issues using different finance tracking tools over the last decade which always made me feel unhappy to use those tools so I built Plutus with intent to resolve all of those issues I had and make me happy while using it.
muxneo3 months ago
My family uses multiple messenger apps - WhatsApp, Slack, Discord etc. I get so many messages on these everyday. I am also member of multiple WhatsApp groups and slack channels. Needless to say, I miss out on a lot (actually every) important message in groups and channels and sometimes DMs. I am working on ML solution to summarize the messages and info in these messengers for people whenever they access my service. The idea is to reduce the amount of info from 100:1 and give extremely succinct data without losing any important info.<p>WOULD YOU BE INTERESTED?
评论 #43157674 未加载
评论 #43157243 未加载
rijavecb3 months ago
I&#x27;m working on Gorby [0], a text analyzer app I&#x27;ve been building for almost 2 years now. Think of it as a mix between Hemingway editor, Prowritingaid and Readable, but with focus on features I care about more. Lately I&#x27;ve just been polishing existing features, like adding some subtle animations to the sidebar icons last week. I&#x27;m thinking of adding an integration with local LLMs to it too.<p>I&#x27;m also building a customer support app when I&#x27;m taking a break from Gorby. The idea is to make it easier to organize and quickly find&#x2F;copy useful replies, discounts, screenshots etc. It&#x27;s similar in concept to text expander apps, but those never worked great for me, I either forget the triggers or don&#x27;t bother storing things I don&#x27;t use daily. You could probably use Notion for this too, but to me it&#x27;s too clunky and slow.<p>[0] <a href="https:&#x2F;&#x2F;gorby.app&#x2F;" rel="nofollow">https:&#x2F;&#x2F;gorby.app&#x2F;</a>
评论 #43156603 未加载
Apanatshka3 months ago
Reading literature (academic and otherwise) on parsers, writing blog posts about what I learn, trying to implement the things I learnt. I&#x27;ve written about basic finite automata (for regular expressions), LL, LR (including the difference between SLR, LALR, and LR(1)), detoured into some optimisations for LR from the 80&#x27;s, then generalised LR (RNGLR in particular). I&#x27;m now implementing these things, RNGLR is not easy to implement despite having understood it well enough conceptually to write a blog about it (<a href="https:&#x2F;&#x2F;blog.jeffsmits.net&#x2F;generalised-lr-parsing&#x2F;" rel="nofollow">https:&#x2F;&#x2F;blog.jeffsmits.net&#x2F;generalised-lr-parsing&#x2F;</a>). I&#x27;ve read far more than I&#x27;ve written about, trying to keep that straight in my head as well &#x2F; planning the next... probably year of writing ^^&#x27;
nake893 months ago
A minimap for vim - Works on 7.3 - Uses only vimscript - Doesn&#x27;t require compiled with lua&#x2F;python - Works on DOS ( and Win9X) - Doesn&#x27;t use braille characters. So that it can work on older machines.<p>Why? Because I thought it would be a fun challenge. I have a win 98 machine. I have Vim 7.3 installed. It has not been compiled with lua&#x2F;python. I want a minimap.<p>It&#x27;s been fun to find clever compromises to make it work. I&#x27;ve almost completed the project. (at least it works on my modern computer, I&#x27;m sure when I transfer it to my Win98 I&#x27;ll find I&#x27;m using some modern vimscript functions and then I have to invent fun workarounds again).<p>If you want a good dev experience on a Win98, I highly recommend Vim or if you don&#x27;t vim, then notepad++. Vim is better though.
dailydetour1233 months ago
I&#x27;m trying to apply the idea of microadventures [1] to the internet, allowing folks to have nice 5 minute breaks on the internet. I don&#x27;t know if it will catch on - but it&#x27;s something I need to be honest, so I mainly built it for myself!<p>Currently, it&#x27;s set up as a daily (short) newsletter with a different link each day, but I&#x27;m trying to learn marketing to figure out how to get others interested. I&#x27;ve enjoyed creating it, but would like to see if others like it before moving on to a new project. Link to project: <a href="https:&#x2F;&#x2F;www.thedailydetour.co.uk&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.thedailydetour.co.uk&#x2F;</a><p>[1] <a href="https:&#x2F;&#x2F;alastairhumphreys.com&#x2F;microadventures-3&#x2F;" rel="nofollow">https:&#x2F;&#x2F;alastairhumphreys.com&#x2F;microadventures-3&#x2F;</a>
koliber3 months ago
Working with clients I realized that many companies lack basic monitoring and observability. E-commerce shops go down and no one notices. DBs do thousands of useless queries per minute. Emails stop sending silently.<p>I’m building a tool to make monitoring setup a no-brainer. I’m talking about basic website monitoring setup in 5-seconds — literally.<p>The problem is not a lack of tools. The existing tools are not even that complicated, but they still require too much thinking to set up.
评论 #43157579 未加载
p0deje3 months ago
I&#x27;m working on Alumnium (<a href="https:&#x2F;&#x2F;alumnium.ai" rel="nofollow">https:&#x2F;&#x2F;alumnium.ai</a>). It&#x27;s an open-source library to simplify web application testing with Selenium&#x2F;Playwright.<p>I aim to create a stable and affordable tool that allows me to eliminate most of the support code I write for web tests (page objects, locators, etc.) and replace it with human-readable actions and assertions. These actions and assertions are then translated by an LLM into browser instructions. The tool, however, should still leverage all existing infrastructure (test runner, CI&#x2F;CD, Selenium infrastructure).<p>So far, it&#x27;s working well on simple websites (e.g., a calculator, TodoMVC), and I&#x27;m currently working on scaling it to large web applications.
评论 #43160544 未加载
blankx323 months ago
I’m working on not being bothered by the fact that everyone else is working on something
评论 #43191042 未加载
Jefro1183 months ago
Creating a tool to automate browser tasks: <a href="https:&#x2F;&#x2F;browsable.app" rel="nofollow">https:&#x2F;&#x2F;browsable.app</a>.<p>It&#x27;s RPA for browsers which is not fundamentally new, what I&#x27;m trying to do that is new is use AI to make it as easy as possible to create automations. Most of the existing tools require you to locate CSS selectors, XPaths, etc. whereas this is just point, click, type, describe data you want to extract in English, etc.<p>Still early days and it works much better for some tasks&#x2F;websites than others but it&#x27;s improving rapidly and I&#x27;m quite excited about it.<p>Also hoping that the likes of OpenAI Operator, etc. are rolled out in a way that I can use them to build a better product rather than being runover by them.
piloto_ciego3 months ago
My wife and I are building a sort of solar punk diy hydroponic farming growing start up here in our garage in Alaska!<p>We found a nice design someone had released online under creative commons BY, modified it to fit our needs (though we’re thinking mark2 might need a complete redesign), then have been printing the towers out and growing veggies under grow lights!<p>We have a long way to go but I’m building the online store presently to sell towers (that should be up and running in a few weeks - I’m kind of exhausted after my day job - and we’re hoping to have enough towers to sell veggies at the farmers market by the summer.<p>Long term I’ll likely buy some land and build a less ad hoc setup, for now, we are still experimenting. The idea is to slowly build this up as self-reliantly and simply as we can so that anyone can grow their own food and so we can use dirt simple tools to run the business. We plan on doing as much as is practical with open source tooling and Linux. No subscriptions, no spyware (once we get to tower design mark4 or 5 and we have some raspberry pis running the tooling), and we want this to be a model so other people can do the same thing we’re doing!<p>Basically, as we approach this AI inflection point, I really strongly feel like the best results for the future will be to leverage this technology for good. Also, I think there’s a niche in using tech for extremely practical and non-SaaS purposes. Everyone and their brother wants to create this crazy billion dollar startup idea where everyone pays them a subscription to their AI bot or whatever, we’re just hoping we can make people a little more resilient in our community and maybe feed my neighbors. We think we can leverage these new tools for good.<p>I’m not a very experienced web dev (my day job is in automation), but I’m learning and actually it looks like I might have some side business where I throw together some small websites for local companies too. The goal is modest, practical, and ideally something that makes my community better.<p>Come check out my terrible flask website here:<p>www.pragman.io<p>In a couple weeks I should have my garage cleaned out and the online store ready, but for now enjoy!
mpourismaiel2 months ago
I&#x27;m building a dashboard called UniDeck (<a href="https:&#x2F;&#x2F;dash.unideck.app" rel="nofollow">https:&#x2F;&#x2F;dash.unideck.app</a>) which allows connecting to different services and viewing their data in widgets. It&#x27;s a great tool for creating home pages for teams and companies and we&#x27;re working on adding more integrations and tools.<p>It works by connecting to apis of services like github, gitlab, jira, trello and more with user&#x27;s account and provides widgets for those services with various configurations.<p>Our most recent feature has been a widget that allows configuring a table that can connect to whatever api the user provides, all handled in the browser so only user can see the data. You can connect to any api endpoint you like and customize the table to your needs.<p>It was a side project that we needed for our own projects but came to realize there was a huge demand for it when we showcased it on ProductHunt.<p>Check it out and let me know what you think.
bottled_poe3 months ago
I&#x27;m working to make private hosting easier. I&#x27;ve been running a software development agency in Melbourne for 10+ years and have been building this platform in the background to help automate and standardise the hosting needs for our clients.<p>We&#x27;re now getting ready to launch a web portal for others to manage their own private hosting in a simpler way. The product also includes a directory of off-the-shelf applications which can be launched in a few clicks (eg. Deepseek chatbot).<p>If you&#x27;re interested in being part of our closed-Beta in March, reach out! (e: james at below domain)<p><a href="https:&#x2F;&#x2F;getbach.io" rel="nofollow">https:&#x2F;&#x2F;getbach.io</a>
icy3 months ago
We’re building a new git collaboration platform on top of atproto! Here’s a sneak preview (best viewed on desktop for now; the UI is mostly WIP): <a href="https:&#x2F;&#x2F;tangled.sh&#x2F;@tangled.sh&#x2F;core" rel="nofollow">https:&#x2F;&#x2F;tangled.sh&#x2F;@tangled.sh&#x2F;core</a><p>It’s going to be fully decentralised from day 1—we borrowed the PDS model from Bluesky to allow users to run their own “knots” to self-host their git repositories.<p><a href="https:&#x2F;&#x2F;www.tldraw.com&#x2F;s&#x2F;v2_c_E1XeFuW0tGbDxqnhDiLRT?d=v-286.-171.2932.1651.page" rel="nofollow">https:&#x2F;&#x2F;www.tldraw.com&#x2F;s&#x2F;v2_c_E1XeFuW0tGbDxqnhDiLRT?d=v-286....</a>
评论 #43156769 未加载
评论 #43156765 未加载
lukevp3 months ago
I’m working on a cross-platform fast multithreaded HTTP &#x2F; FTP downloader that will download much more quickly than other clients like FileZilla, hash check files, perform follow up operations (like extracting RARs or deleting files on the remote,) and have a nice graphical UI that runs in the browser and allows local&#x2F;remote&#x2F;cloud control. It’s early (started last week) so there’s not much done yet, but if you’re interested, would love a star or watch: <a href="https:&#x2F;&#x2F;github.com&#x2F;lukevp&#x2F;Speedful">https:&#x2F;&#x2F;github.com&#x2F;lukevp&#x2F;Speedful</a>
评论 #43183993 未加载
jsemrau3 months ago
I am still writing about Cognitive Agents on my Substack &quot;Encyclopedia Autonomica&quot; [1]. Last month I crossed 500 subscribers (~15 paying) on Substack and since today Google is properly indexing it. Throughout February I wrote largely about applications in FinTech like Market Making, Agents as Financial Decision Engines, Advanced Named Entity Recognition, and that I built Deep Search for Finance in 2023 and nobody cared.<p>[1]<a href="https:&#x2F;&#x2F;jdsemrau.substack.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;jdsemrau.substack.com&#x2F;</a>
renegat0x03 months ago
I am maintaining the internet on the github. Take a look.<p>[0] <a href="https:&#x2F;&#x2F;github.com&#x2F;rumca-js&#x2F;Internet-Places-Database">https:&#x2F;&#x2F;github.com&#x2F;rumca-js&#x2F;Internet-Places-Database</a><p>I use it for various projects, like simple search<p>[1] <a href="https:&#x2F;&#x2F;rumca-js.github.io&#x2F;search?page=1&amp;search=emulation" rel="nofollow">https:&#x2F;&#x2F;rumca-js.github.io&#x2F;search?page=1&amp;search=emulation</a><p>[2] <a href="https:&#x2F;&#x2F;rumca-js.github.io&#x2F;search?page=1&amp;search=amiga" rel="nofollow">https:&#x2F;&#x2F;rumca-js.github.io&#x2F;search?page=1&amp;search=amiga</a>
评论 #43159412 未加载
hbroadbent3 months ago
I&#x27;ve been building Tailcolors lately, a TailwindCSS color palette: <a href="https:&#x2F;&#x2F;tailcolors.com" rel="nofollow">https:&#x2F;&#x2F;tailcolors.com</a><p>Just recently actually I published a Chrome extension for it too, so you can access and copy all the Tailwind CSS colors directly from an extension: <a href="https:&#x2F;&#x2F;chromewebstore.google.com&#x2F;detail&#x2F;tailcolors-tailwind-css-c&#x2F;agjdmlmepbilagimjkmffoinkoackego" rel="nofollow">https:&#x2F;&#x2F;chromewebstore.google.com&#x2F;detail&#x2F;tailcolors-tailwind...</a>
gloosx3 months ago
I&#x27;m exploring the world of Tauri cross-platform desktop apps in my free time now.<p>For the first project using this technology I decided to go for a simple media converter app. I have a 64MB sampler so I have to convert a lot of samples from lossless formats to mp3, there are two options I know: any random online tool from the google page 1 or ffmpeg cli. The former almost physically <i>hurts</i>, because I have to upload my files to some server which does the same ffmpeg instruction and then get them bytes back, that&#x27;s a heck of an overhead!<p>ffmpeg-cli and some knee-made bash scripts is what I have been using for a long time. I love my console, and I spend 90% of the time inside, but then it comes to ffmpeg, it instantly feels tedious to use it. Finally I decided to make yet another GUI wrapper:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;ilya-lopukhin&#x2F;conversimp">https:&#x2F;&#x2F;github.com&#x2F;ilya-lopukhin&#x2F;conversimp</a><p>The idea is to drag the files in, or select them via dialog, then run an ffmpeg conversion template with each file as input in a separate thread (need to limit theese btw). I decided to go fully open-source, and maybe promote it&#x27;s usage over the online converter ad-farms which are really abundant. When I decided to publish this, I instantly understood it&#x27;s going to be a tons of extra work, but in the end I want it to look nice and do it&#x27;s job flawlessy, and at the moment it&#x27;s a weekend or two from release.<p>Let me know what you think ;)
评论 #43163750 未加载
azuanrb3 months ago
In my country (Malaysia), most banks only export bank and credit card statements as PDFs, with no standard format for displaying the data. Since most of my transactions are cashless, I want a way to track my spending habits. I don&#x27;t want to manually key in each transaction, so apps that require that won’t work for me.<p>Right now, I&#x27;m building a bank statement PDF converter to track my past spending. I’m about halfway there, with a semi-automated way to categorize transactions too. So far, it’s working great!
评论 #43157060 未加载
marinusva3 months ago
I&#x27;ve been working on a way to geolocate users who use a SSH terminal client. Admins may want to know or implement controls based on locations. We&#x27;ve created a Linux PAM module and mobile app that uses a text QR code to record the location. The PAM module can be used for other PAM controls like SUDO.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;telic-labs&#x2F;Geo-Guardian&#x2F;wiki">https:&#x2F;&#x2F;github.com&#x2F;telic-labs&#x2F;Geo-Guardian&#x2F;wiki</a>
kwon-young3 months ago
I&#x27;m working on a pure SWI-Prolog grammar to describe the modern music notation. The end goal being to be able to do the last step of Optical Music Recognition and generate the final music score (in the MEI) from a set of graphical primitives: <a href="https:&#x2F;&#x2F;github.com&#x2F;kwon-young&#x2F;music">https:&#x2F;&#x2F;github.com&#x2F;kwon-young&#x2F;music</a><p>It&#x27;s been months I&#x27;ve been stuck on the description of note groups because of the insanely complex 2D semantics.
mstipetic3 months ago
An AI powered relationship coach. What started off from, how would and AI relationship coach work if it could see both sides of a relationship, to now having evolved to a full therapy session powered by a small swarm of specialized AI, following integrative therapy principles, messaging integration and more. I&#x27;ve been testing with a small group of friends and am about to launch any day now. If somebody would like to try it, just let me know!
gligierko3 months ago
I’m working on In Other Words, a daily word puzzle where players connect seemingly unrelated words through conceptual stepping stones. The game showcases how any two words can be connected through surprisingly few steps — we’ve crafted each puzzle to need at least 3 hops, with around 50 elegant 3-hop solutions hidden among thousands of possibilities. When players explore longer paths (up to 9 hops), they can discover millions of valid solutions among billions of potential routes. It’s fascinating to see how words like “ground” can bridge entirely different concepts, or how homographs create unexpected connections between semantic domains. The game advances the “idea-linking” category of word puzzles — focusing on meaning rather than spelling or anagrams — and turns our linguistic network into a daily brain teaser where finding your own creative path is as rewarding as discovering the most elegant solution.<p>It’s for iPhone only (yes, sorry!), and you can play for free once. Apologies in advance for the large download. Get it from here: <a href="https:&#x2F;&#x2F;www.inotherwords.app&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.inotherwords.app&#x2F;</a>
fasteddie310033 months ago
I&#x27;m scratching my own itch with <a href="https:&#x2F;&#x2F;buildersqrcodes.com" rel="nofollow">https:&#x2F;&#x2F;buildersqrcodes.com</a> to help convey new construction details to job site workers. I&#x27;m building my own house now and I was surprised how many details are not in the plans that are critical to build a house. I think this is a common issue. I already have 10&#x27;s of paying customers using it on their build too.
评论 #43160877 未加载
hkaju3 months ago
I discovered the world of specialty coffee last year, fell into the rabbit hole and am now building a coffee journal and bean tracking app called Coffee Library (<a href="https:&#x2F;&#x2F;apps.apple.com&#x2F;us&#x2F;app&#x2F;coffee-library&#x2F;id6664071528?uo=4">https:&#x2F;&#x2F;apps.apple.com&#x2F;us&#x2F;app&#x2F;coffee-library&#x2F;id6664071528?uo...</a>).<p>Probably the best way to develop your taste and understand the spectrum of different coffees available is to do comparative tasting aka try a small number of coffees in parallel to compare and contrast. I was having trouble finding tasting sets so I started freezing a little portion of every coffee bag I bought to create a collection for doing these tastings at home.<p>I needed something to keep track of them all (as well as my tasting notes in general) so instead of using a spreadsheet I built a full app for it. The app supports NFC-tagged containers which I&#x27;ve found to make my workflow a whole lot easier.<p>I also set up an online store to sell the NFC-equipped single-dosing tubes: <a href="https:&#x2F;&#x2F;store.coffeelibrary.app" rel="nofollow">https:&#x2F;&#x2F;store.coffeelibrary.app</a> Planning on adding more containers that work well with the app in the future.
评论 #43158341 未加载
评论 #43158523 未加载
isaachinman3 months ago
A cross-platform, cross-provider, IMAP client.<p>Started building this with a friend, as I was personally frustrated at the lack of good options when it comes to &quot;true IMAP&quot; email clients.<p><a href="https:&#x2F;&#x2F;marcoapp.io" rel="nofollow">https:&#x2F;&#x2F;marcoapp.io</a>
mmcool2 months ago
Two things:<p>Stella – Inspired by Jack Quaid being interviewed at the Emmy&#x27;s (<a href="https:&#x2F;&#x2F;www.tiktok.com&#x2F;t&#x2F;ZT2a1mcfT&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.tiktok.com&#x2F;t&#x2F;ZT2a1mcfT&#x2F;</a>). I created Stella (<a href="https:&#x2F;&#x2F;usestella.app&#x2F;" rel="nofollow">https:&#x2F;&#x2F;usestella.app&#x2F;</a>) an app that acts as an assistant that helps actors run lines! It is at the very early stages now, but the goal is to have AI do the voices, just in case you aren&#x27;t as talented as our friend Jack over there! Also the famous little women scene is on their to try out, cause I think running lines is fun just do to when bored.<p>Doctours – Similarly inspired by TikTok, I started something to help people getting hair transplants overseas. It was crazy for me to think people are still paying in cash for these procedures. Like idk about you but I am not bringing $5k across the border to any country. So I mainly created this as a way to solve the cross border payments problem (<a href="https:&#x2F;&#x2F;www.doctours.health&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.doctours.health&#x2F;</a>).<p>edit: added the link to the tiktok.
m30473 months ago
I&#x27;ve been working on something I call &quot;Poor Fred&#x27;s SIEM&quot; (a play on Poor Richard&#x27;s Almanac) for several years, rethinking an approach to observability based on the functional difference between diagnostic and evaluative observables: cooking evaluatives at the edge, presuming that diagnostics will be investigated on the (well-implemented) network segment where they are recorded. I&#x27;ve also rethought PTR records based on local knowledge, dovetails quite nicely. Living off the land: redis, python + dnspython + dpkt, DNS as both observable and transport.<p>The core components are on GitHub:<p><pre><code> * https:&#x2F;&#x2F;github.com&#x2F;m3047&#x2F;shodohflo * https:&#x2F;&#x2F;github.com&#x2F;m3047&#x2F;rear_view_rpz * https:&#x2F;&#x2F;github.com&#x2F;m3047&#x2F;rkvdns </code></pre> Not the first time I&#x27;ve referenced these on HN. I did just implement a Redis operator which Redis doesn&#x27;t have, SHARDS:<p><pre><code> * https:&#x2F;&#x2F;github.com&#x2F;m3047&#x2F;rkvdns&#x2F;blob&#x2F;main&#x2F;SHARDS_Command.md </code></pre> No GUI, command line tools work for me. I&#x27;ve got a toolkit. I don&#x27;t give it away because I don&#x27;t want to support it but if you made friends and asked nicely I&#x27;d toss it your way. Here&#x27;s a silly little two minutes of your life... done in one take, in Skype:<p><pre><code> * https:&#x2F;&#x2F;www.zipcon.net&#x2F;~m3047&#x2F;observability-dream.mp4 </code></pre> I actually eat this dog food to the point where I publish (some) telemetry data on the internet with this toolkit using DNS. Again, make friends and I&#x27;ll tell you where to find it. I think it would be great if other people ran this toolkit and published telemetry data for other edge operators to see: things can be federated, they don&#x27;t need to be centralized.
评论 #43228915 未加载
robviren3 months ago
I&#x27;ve been trying to use genetic algorithms to evolve voice style tensors for Kokoro-82M TTS. My current main barrier is that the scoring function is powered by resemblyzer and whatever it is using to compare the audio data has limitations. The generated tensors over fit and make garbage sounding audio that scores high, but doesn&#x27;t sound like voice. Considering alternate methods of scoring.
jansan3 months ago
Still working on my advanced SVG Editor Hyvector: <a href="https:&#x2F;&#x2F;hyvector.com" rel="nofollow">https:&#x2F;&#x2F;hyvector.com</a><p>Basic functionality has been implemented, and I am working now on polishing the UI and workflow. Big features like art strokes, path offsetting, colorizing, etc. are also in the making and will be added later. I hope there is still a commercial market for products like this.
franze3 months ago
Superpowers - Basically in-browser JavaScript without the restrictions. So CORS-less fetch(), accessing tabs, taking screenshots, Debugger access, webrequest, debugger access. all from normal JS via a Superpowers JS object
citywhale3 months ago
I&#x27;m working on setting up my first homelab using Proxmox. It&#x27;s more of a hardware and cable routing project right now but I&#x27;m excited to move towards setting up the software side of things soon!<p>I&#x27;m also learning JavaScript through Daniel Shiffman&#x27;s book Nature of Code. As someone who has a background in modeling it&#x27;s a very engaging read, and the exercises are fun!
marcfowler3 months ago
I’m working on a code generation agent that lives and operates inside of GitHub instead of being tied to your IDE so that PMs and others can generate PRs.<p><a href="https:&#x2F;&#x2F;rivets.dev" rel="nofollow">https:&#x2F;&#x2F;rivets.dev</a>
nileshtrivedi3 months ago
Recently, I started building a crowdsourced wiki for repairability of consumer hardware products in India: <a href="https:&#x2F;&#x2F;isfixable.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;isfixable.com&#x2F;</a>
ceva3 months ago
Working on my strength, hitting the gym 5days a week and doing only calisthenics with the weights, currently doing pull-ups and dips with 30kg
carlos-menezes3 months ago
Videos on programming: <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;@carlosmenezes98" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;@carlosmenezes98</a><p>With English not being my native tongue, it gets difficult to speak some words at times and I have to reshoot each takes several times. But it&#x27;s worth the effort and it&#x27;s different to what I do in my main channel!
评论 #43165150 未加载
kebsup3 months ago
I&#x27;m working on an AI spaced-repetition flashcards app for learning vocabulary in foreign languages.<p><a href="https:&#x2F;&#x2F;vocabuo.com" rel="nofollow">https:&#x2F;&#x2F;vocabuo.com</a><p>The idea is to have srs flashcards, like Anki, but without the pain of creating example sentences, translations, images and audio.<p>As a bonus, I&#x27;ve added the option to add vocabulary from ebooks, YouTube videos and websites.
rozenmd3 months ago
OnlineOrNot as always, coming up to 4 years in operation (<a href="https:&#x2F;&#x2F;onlineornot.com" rel="nofollow">https:&#x2F;&#x2F;onlineornot.com</a>)<p>Currently working on adding webhook notifications for status pages.
评论 #43154972 未加载
ajhai3 months ago
Building a wheeled robot with arms to help automate household chores - <a href="https:&#x2F;&#x2F;x.com&#x2F;ajhai&#x2F;status&#x2F;1891933005729747096" rel="nofollow">https:&#x2F;&#x2F;x.com&#x2F;ajhai&#x2F;status&#x2F;1891933005729747096</a><p>I have been working with LLMs and VLMs to automate browser based workflows among other things for the last couple of years. Given how good the vision models have gotten lately, the perception problem is solved to level where it opens up a lot of possibilities. Manipulation is not generally solved yet but there is a lot of activity in the field and there are promising approaches to solve (OpenVLA, π0). Given these, I&#x27;m trying to build an affordable robot that can help around with household chores using language and vision models. Idea is to ship capable enough hardware that can do a few things really well with the currently available models and keep upgrading the AI stack as manipulation models get better over time.
评论 #43158490 未加载
chainwax3 months ago
I&#x27;ve been working on an app that will use ai to decorate my Anki cards with audio&#x2F;example sentences&#x2F;images. The more I get into it though, the more I think I may just end up writing my own flashcard app. I feel like most of the project has been spent wrestling with AnkiConnect, while the fun stuff has been fairly simple.
评论 #43162031 未加载
TheBozzCL3 months ago
Got a few:<p>At work, I&#x27;m finalizing a platform to quickly set up and deploy Apache Flink clusters and pipelines. It&#x27;s going surprisingly well, with several teams interested in using it! Unfortunately we couldn&#x27;t use the extremely cool Flink Kubernetes Operator because it&#x27;s incompatible with the existing infrastructure stack at my company... but rolling out something similar enough hasn&#x27;t been too hard.<p>At home, I&#x27;m about to receive my new robot vacuum and the gear I need to install Valetudo in it. I&#x27;m excited because I&#x27;ve had nothing but bad experiences with cloud-connected vacuums. To give you all an example: my current Shark vacuum sometimes starts by itself in the middle of the night. When I get up to stop it and check the app, I see that the floor plan it tried to clean is not my house... so it&#x27;s receiving cleaning commands from other users.
ivylee3 months ago
Working on GrocerBird[1] where you upload a grocery receipt, it will parse all of the items and their prices, so you can keep track of grocery spending and prices over time. Please feel free to share your feedback and suggestions!<p>[1]: <a href="https:&#x2F;&#x2F;www.grocerbird.com" rel="nofollow">https:&#x2F;&#x2F;www.grocerbird.com</a>
liu3hao3 months ago
Working on Circuitscript, a language based on python to describe electronic schematics&#x2F;circuits: <a href="https:&#x2F;&#x2F;circuitscript.net&#x2F;" rel="nofollow">https:&#x2F;&#x2F;circuitscript.net&#x2F;</a><p>The main motivation for creating Circuitscript is to describe schematics in terms of code rather than graphical UIs. This makes it easier to track changes and version control with a text based schematic. 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.<p>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.
评论 #43187804 未加载
ayushpawar3 months ago
I am working on a site where you can learn SQL by querying real-world sports data. Building this cause Leetcode style SQL questions bore me and analysing real sporting events make this a fun exercise.<p><a href="https:&#x2F;&#x2F;sqlpremierleague.com" rel="nofollow">https:&#x2F;&#x2F;sqlpremierleague.com</a>
r_singh3 months ago
I&#x27;m working on <a href="http:&#x2F;&#x2F;unwrangle.com" rel="nofollow">http:&#x2F;&#x2F;unwrangle.com</a> solo, it&#x27;s Ecommerce APIs for people building AI and BI apps for ecommerce stuff, it supports querying search results, product info and customer reviews from over 15 major e-commerce marketplaces
评论 #43156742 未加载
greysteil3 months ago
I&#x27;ve been building <a href="https:&#x2F;&#x2F;mentions.us" rel="nofollow">https:&#x2F;&#x2F;mentions.us</a> for the last couple of months. It&#x27;s a little web app that monitors Reddit, Bluesky, Mastodon, Hacker News and a bunch of other sites for keyword mentions. Not an original idea (F5Bot has existed for at least 8 years) but a fun project, and I think it can make a contribution by monitoring more sources and having a free tier that includes sending Slack messages.<p>It has taken a couple of months to go from idea to a product that&#x27;s polished enough for other people to use, and I&#x27;ve been full time on it. It has a couple of dozen companies using it now, almost all from the last couple of weeks. That&#x27;s been a big boost!
评论 #43172639 未加载
ddxv3 months ago
The first open source MMP <a href="https:&#x2F;&#x2F;openattribution.dev" rel="nofollow">https:&#x2F;&#x2F;openattribution.dev</a><p>MMPs collect user data across apps to help apps run ads. This is needed because mobile apps are downloaded without the additional data you could get passed along an HTTP url like you&#x27;d see in a regular email marketing campaign or YouTube affiliate link.<p>My goal is to create a way for mobile apps to self host their advertising attribution, keeping their user data in house and not sharing it to a 3rd party like AppsFlyer&#x2F;Adjust&#x2F;Branch. There are only a few companies that do this in the world and NO open source non 3rd party option.<p>Please reach out if interested, I&#x27;d love to chat!<p><a href="https:&#x2F;&#x2F;github.com&#x2F;openattribution&#x2F;open-attribution">https:&#x2F;&#x2F;github.com&#x2F;openattribution&#x2F;open-attribution</a>
dm035143 months ago
I&#x27;m building a stream processing framework using DuckDB.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;turbolytics&#x2F;sql-flow">https:&#x2F;&#x2F;github.com&#x2F;turbolytics&#x2F;sql-flow</a><p>The goal is to create a stream processing framework that supports SQL jobs. Apache Flink supports this but is very heavy-weight overall. I work with cost constrained companies that just can&#x27;t run Flink but still want access to high performance streaming primitives.<p>We are taking a slightly different approach from other competitors by building cloud-native tools for engineers. SQLFlow is built on DuckDB, Native Kafka Library, and Arrow. This allows SQLFlow to handle ~70k+ events &#x2F; second with low memory overhead (~250MiB).<p>Would love your questions, thoughts and feedback or feature Ideas! Thank you
评论 #43162856 未加载
id003 months ago
Working on my mobile semi-idle MMORPG for parents like myself. With the artstyle of 1980s&#x2F;syntwave&#x2F;cassette-futurism. Just finished the website over the weekend: <a href="https:&#x2F;&#x2F;afterglow-game.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;afterglow-game.com&#x2F;</a>
评论 #43162524 未加载
timtimmy3 months ago
Optimizing our rendering algorithms for Apple Vision Pro. Trying to render a 300-million atom cell model at 90fps stereo. It&#x27;s trivial on a 4090, it&#x27;s pretty hard on a ~30W mobile GPU (W correct??). I&#x27;m thinking about a bunch of immersive mesoscale biology stuff next.
评论 #43156594 未加载
dobreandl3 months ago
I&#x27;m developing a deep-linking marketing tool for mobile apps that&#x27;s significantly more affordable than competitors. I run a software development agency specializing in integrating deep-linking platforms like Branch and marketing attribution tools such as Adjust and AppsFlyer, but their costs are sky-high. That’s why we’re building <a href="https:&#x2F;&#x2F;grovs.io" rel="nofollow">https:&#x2F;&#x2F;grovs.io</a> — offering the same functionality at just 40% of the price.<p>In summary, our tool lets you generate dynamic links, track attributions, and analyze referrals. You can easily see which links and marketing campaigns drive the most installs, reactivations, reinstalls, and views.
drusepth3 months ago
Building self-ask NPCs and other game systems (crafting, harvesting, quests, automation) in a large open-world RPG that uses the latest generative AI tech to enable new kinds of game mechanics that weren&#x27;t possible even just a few years ago.<p>Also, thinking about building a catio for my cat.
alskdj213 months ago
Nothing big but I built a Discord bot using discord.py[0] that reads a game&#x27;s presence. It notifies me when a dungeon run is about to end.<p>I didn&#x27;t have any Python experience but it was surprisingly easy to pick up (MVP in an hour). Wrote it in notepad, which, imo, was a distraction-free experience. Prolly would be scrolling autocomplete than reading docs if I was in nvim. Took me back when I was used to completing coding exercises on paper.<p>If there is an implementation to read presences without using Discord client, let me know. Would be helpful to skip Discord altogether.<p>[0]: <a href="https:&#x2F;&#x2F;discordpy.readthedocs.io&#x2F;en&#x2F;stable&#x2F;index.html" rel="nofollow">https:&#x2F;&#x2F;discordpy.readthedocs.io&#x2F;en&#x2F;stable&#x2F;index.html</a>
_bramses3 months ago
a self organizing scrapbook! focused on zero stress for storage, searching, synthesizing and sharing a personal library<p><a href="https:&#x2F;&#x2F;yourcommonbase.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;yourcommonbase.com&#x2F;</a><p>(and some philosophy on the subject :))<p><a href="https:&#x2F;&#x2F;www.bramadams.dev&#x2F;tag&#x2F;personal-library-science&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.bramadams.dev&#x2F;tag&#x2F;personal-library-science&#x2F;</a>
评论 #43156424 未加载
pizlonator3 months ago
Making Fil-C more complete. Fil-C is a memory safe C implementation that can run a lot of stuff. I want to make it run even more stuff.<p>Recently I landed C exceptions support (I didn’t know that was a thing but it is, look for attribute cleanup if you want to know more) and ifunc support.<p>More info about the project here: <a href="https:&#x2F;&#x2F;github.com&#x2F;pizlonator&#x2F;llvm-project-deluge">https:&#x2F;&#x2F;github.com&#x2F;pizlonator&#x2F;llvm-project-deluge</a><p>And a Linux&#x2F;X86_64 binary release if you want to play with it: <a href="https:&#x2F;&#x2F;github.com&#x2F;pizlonator&#x2F;llvm-project-deluge&#x2F;releases&#x2F;tag&#x2F;v0.668.2">https:&#x2F;&#x2F;github.com&#x2F;pizlonator&#x2F;llvm-project-deluge&#x2F;releases&#x2F;t...</a>
sschueller3 months ago
I am working on a departure board [1] for your home or business. Currently only for Swiss Public transport but the plan is to support more countries. Next goal is to update the website which needs work.<p>The hardware is based around a ESP32. The server that gathers and prepares the data is running on Symfony php. The app to configure the device is written in vue and is using capacitor by ionic. More technical details are here: <a href="https:&#x2F;&#x2F;sschueller.github.io&#x2F;posts&#x2F;turning-a-project-into-a-product&#x2F;" rel="nofollow">https:&#x2F;&#x2F;sschueller.github.io&#x2F;posts&#x2F;turning-a-project-into-a-...</a><p>[1] <a href="https:&#x2F;&#x2F;www.stationdisplay.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.stationdisplay.com&#x2F;</a>
评论 #43157488 未加载
flippinbits3 months ago
I&#x27;m working on a SaaS that will detect publicly shared AWS resources. Not by evaluating policies but by actually testing the availability. Some examples: can a KMS key be used from a 3rd party AWS account, are there any object in an S3 truly exposed publicly, and similar. The motivation is to find truly critical issues in AWS account setup by addressing the first priority items - public exposure.<p>Another project that is currently only happening in my head - I am thinking about security operations teams that I think often do the same things in different companies. Namely there is a lot of tinkering with detections and alerting, often for the same services. I think this could be cost optimized by being offered as a SaaS.
pauletienney3 months ago
Working on the french national building registry. We record every single building in the country, attach a unique number and distribute this number in many databases (public and private) as a pivot key. The goal is to create new analysis using data spread in different databases. Since nobody has a perfect database and no algo can detect everything, we are opening the database so any public structure, private company and citizen can participate to the content (think OpenStreetMap for an official state database). The url : <a href="https:&#x2F;&#x2F;rnb.beta.gouv.fr" rel="nofollow">https:&#x2F;&#x2F;rnb.beta.gouv.fr</a> (in french)
cmontella3 months ago
I’m working on a programming language for robots called Mech!<p><a href="https:&#x2F;&#x2F;github.com&#x2F;mech-lang&#x2F;mech">https:&#x2F;&#x2F;github.com&#x2F;mech-lang&#x2F;mech</a><p>Mostly a research project until I find some more people interested in pushing it further.<p>A recent blog for anyone who wants to check it out: <a href="https:&#x2F;&#x2F;mech-lang.org&#x2F;post&#x2F;2025-01-09-programming-chatgpt&#x2F;" rel="nofollow">https:&#x2F;&#x2F;mech-lang.org&#x2F;post&#x2F;2025-01-09-programming-chatgpt&#x2F;</a><p>And a 10 minute video: <a href="https:&#x2F;&#x2F;www.hytradboi.com&#x2F;2022&#x2F;i-tried-rubbing-a-database-on-a-robot&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.hytradboi.com&#x2F;2022&#x2F;i-tried-rubbing-a-database-on...</a>
fratimo663 months ago
I’m currently developing a link-in-bio tool that requires no cookies, no trackers, and no signups—a true “privacy-first” approach. I’m building it with lovable, which has really helped me overcome the fine-tuning and bug-fixing procrastination that used to slow down my projects.<p>After spending a lot of time in an acquired startup and becoming more specialized in my role, I realized I needed to switch back to “build mode.” It’s been a rewarding exercise to try generating some organic traffic (no-ads by design) and a much needed escape from excel sheets.<p><a href="https:&#x2F;&#x2F;barelink.lovable.app&#x2F;" rel="nofollow">https:&#x2F;&#x2F;barelink.lovable.app&#x2F;</a><p>Wondering if being still on a third level domain is messing up my SEO efforts.
Igor_Wiwi3 months ago
I am working on HN wrapper which summarize topic discussions and outline main themes of it<p><a href="https:&#x2F;&#x2F;hn-distilled.fly.dev&#x2F;" rel="nofollow">https:&#x2F;&#x2F;hn-distilled.fly.dev&#x2F;</a><p>Recently added Similar Topics feature which uses Scikit-learn&#x27;s TF-IDF vectors
评论 #43157589 未加载
reverseblade23 months ago
A tool For logistics and container planning and movers:<p>LLM driven 3d packing written in F#<p><a href="https:&#x2F;&#x2F;3dpack.ing" rel="nofollow">https:&#x2F;&#x2F;3dpack.ing</a>
评论 #43160859 未加载
faxman3 months ago
I&#x27;m working on PayPerFax - <a href="https:&#x2F;&#x2F;payperfax.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;payperfax.com&#x2F;</a> - a simple online faxing service that lets individuals send faxes without committing to subscriptions or creating accounts.<p>The idea came from an interesting &quot;tail wagging the dog&quot; situation. I had an old domain (faxbeep.com) lying around unused which I&#x27;d been renewing for 20 years. When I finally built something there, I discovered users were more interested in a fax testing feature that I&#x27;d added as an afterthought - the abitlity to send a fax to our test numbers and see it appear on the website for 30 days.<p>That insight led me to dedicate faxbeep.com entirely to fax testing, and to buy payperfax.com for my original idea: straightforward, pay-as-you-go faxing. People still need to send faxes surprisingly often - for tax authorities, immigration paperwork, medical prescriptions, etc. The service charges a fixed fee for a 3-page fax (cover + 2 pages) with a bit more for additional pages, and you only pay if the fax sends successfully.<p>My current challenge is visibility - Google has essentially black-holed the site. Even exact match searches like [pay per fax] don&#x27;t bring up the site. If anyone has SEO advice on how to climb out of this hole - I&#x27;d appreciate it!
matty223 months ago
I&#x27;m working on a project to document all publicly accessible stained glass in North America. The tech itself isn&#x27;t anything exciting (vanilla HTML&#x2F;CSS&#x2F;JS and using Bootstrap for UI).<p>All the work is in collecting and entereing data and hopefully recruiting folks around the country to go to their local church&#x2F;synagogue&#x2F;mosque, government building, or glass shop&#x2F;studio and taking photos and collecting information on glass pieces.<p>Site is still a work in progress, but if anyone out there is interested you can find it here: <a href="https:&#x2F;&#x2F;www.stainedglassatlas.com" rel="nofollow">https:&#x2F;&#x2F;www.stainedglassatlas.com</a>
评论 #43191763 未加载
brunosutic3 months ago
I&#x27;m working on RailsBilling - it&#x27;s a Ruby gem for fast Stripe subscriptions integrations. It allows you to implement subscriptions in your app in hours, instead of months.<p>You see, Stripe is very powerful, but also very complex. Coding a straightforward subscriptions implementation will take you a couple weeks at best.<p>That is without handling all those edge cases like: prevent starting a paid subscription <i>without</i> a billing card on file (yes, you read that right)!<p>The gem is ready, I&#x27;m currently working on getting the website up. If you&#x27;re working with Rails and need a solution for subscriptions get in touch at hacker.news@railsbilling.com - I&#x27;d love to chat!
chantepierre3 months ago
Continuing bootstrapping my software+service company Alzo (<a href="https:&#x2F;&#x2F;alzo.archi&#x2F;" rel="nofollow">https:&#x2F;&#x2F;alzo.archi&#x2F;</a>), an Elixir modular monolith.<p>The first clients are here and I am working on &quot;darker tech&quot; now, a single codebase injecting their data in both MS Office and Adobe&#x27;s software suites. That&#x27;s quite a change from Elixir.<p>Also working on the reverse feature, reading&#x2F;writing MS Office files inside Alzo. For that, I&#x27;m writing a Java app behaving as an Erlang node, connected to my main app via Erlang distribution, to leverage existing rich Java libraries for office tech.
madkins3 months ago
Hello all. I am new here and new to coding. I am trying to create a web app that &quot;gamifies&quot; prompt jailbreaking with a bounty for the successful prompt break. People will pay to try and their payments will fund the bounty. For transparency, I will be using a smartcontract on the BSC chain (to keep testing with real crypto cheap) and crypto wallets will be used to pay, fund the bounty, and track attempts (all easily seen on BSCScan). A successful prompt break will trigger the bounty transfer from the smartcontract to the successful wallet immediately. The LLM prompt will vary to create different personalities in the chatbot to keep efforts fun and engaging. Attempts are linked only to web3 wallets. Prompts will be stored off chain and used to improve LLM prompting security. Data will also be used to improve security interaction between LLMs and blockchains (which can help with protecting sensitive data when utilizing AI). Just wondering what people might think of this project. My day job is in healthcare as a provider, not coding. The projects here are incredibly impressive and there is so much talent. So, I am a bit embarrassed to even post here. Your input will be highly valued and appreciated.
sshsinderdunkel3 months ago
A tool to interact with news using ML and AI. Kinda like an rss reader but with less focus on organizing news at the feed level.
serverlessmania3 months ago
Chrome extension to help me read and practice typing at the same time: <a href="https:&#x2F;&#x2F;github.com&#x2F;zerubeus&#x2F;type-selection">https:&#x2F;&#x2F;github.com&#x2F;zerubeus&#x2F;type-selection</a><p>Pycharm AI agent (just started): <a href="https:&#x2F;&#x2F;github.com&#x2F;zerubeus&#x2F;aladin">https:&#x2F;&#x2F;github.com&#x2F;zerubeus&#x2F;aladin</a><p>Alexa skill to set Muslim prayer reminder, ask for prayer times, and so on: <a href="https:&#x2F;&#x2F;github.com&#x2F;zerubeus&#x2F;alexa_adhan">https:&#x2F;&#x2F;github.com&#x2F;zerubeus&#x2F;alexa_adhan</a>
Fomite3 months ago
Trying to keep a computational epidemiology research group going in the teeth of the CDC, NSF and NIH being absolutely gutted.
neverartful3 months ago
I&#x27;m still working on development of a native Windows application for data analysis of SQLite databases. It&#x27;s geared towards non-technical (or only slightly technical) users and allows queries to be easily made without knowing SQL. Additionally, it easily lets the user quickly create charts from the queried data (bar, column, histogram, line, pie, scatter). Development is nearly complete and hoping to put in the hands of testers within the next couple of weeks. Also trying to decide on name for the product so that I can start development of website for it.
评论 #43191838 未加载
yellowapple3 months ago
My ADD brain keeps jumping around between various projects. Some highlights:<p>- Last month I demonstrated the ability to build Nintendo 64 ROMs with Zig¹, making some headway on Zig-native APIs for interfacing with the N64&#x27;s memory-mapped hardware. Taking a break for a moment; will probably resume when Zig 0.14 drops (within a couple months IIRC). Next planned milestone will be to implement interrupt handlers.<p>- Gradually migrating my code repos from Git to Fossil (with plans to continue to mirror to Git). Experimenting with bidirectional syncs in order to preserve the ability to handle merge&#x2F;pull requests from the various Git repo hosts on which I syndicate my repos. The above Zig64 project will probably be the first real guinea pig.<p>- Migrating my personal website away from Jekyll has been an ongoing project (going on almost a year now) with multiple parallel efforts: using Fossil&#x27;s wiki features², using Scroll, and (most recently) using Typst&#x27;s newly-announced HTML export feature. All three approaches have their pros and cons.<p>- I&#x27;ve been tinkering with my PowerBook G4; recently swapped in an SSD (using an mSATA→PATA enclosure) and installed the latest OpenBSD (with all partitions except for &#x27;&#x2F;&#x27; encrypted; working on documenting that process and the associated kinks - and possibly turning said documentation into installer and initscript patches so that hardware platforms like macppc that lack support for encrypting &#x27;&#x2F;&#x27; can still enjoy not-quite-full-disk encryption). Next on the list is rebuilding the battery.<p>- That PowerBook is also the only working machine I have that has an optical drive, so as soon as it was consistently booting right, I took the opportunity to back up the stack of burned CDs&#x2F;DVDs I&#x27;d accumulated throughout my lifetime.<p>- I have a bunch of my dad&#x27;s old photos and schoolwork and such that I&#x27;ve been meaning to digitize and organize.<p>----<p>¹ <a href="https:&#x2F;&#x2F;fsl.yellowapple.us&#x2F;zig64" rel="nofollow">https:&#x2F;&#x2F;fsl.yellowapple.us&#x2F;zig64</a><p>² <a href="https:&#x2F;&#x2F;fsl.yellowapple.us&#x2F;website" rel="nofollow">https:&#x2F;&#x2F;fsl.yellowapple.us&#x2F;website</a>
评论 #43157459 未加载
msoloviev3 months ago
I&#x27;m working on a text editor (<a href="https:&#x2F;&#x2F;github.com&#x2F;blackhole89&#x2F;autopen&#x2F;">https:&#x2F;&#x2F;github.com&#x2F;blackhole89&#x2F;autopen&#x2F;</a>) that continuously analyses the buffer with a local LLM to compute token surprisal and generate candidate completions starting from any point, and switch back and forth between different ones by walking a tree structure. This is pretty different from the usual way people interact with LLMs, and has lots of interesting applications - for example, if you are using them to translate and don&#x27;t like a particular word choice, you can &quot;dig through&quot; top alternatives on the spot or even insert your own.<p>Applying the same approach to chain-of-thought reasoning gave me the feeling that I might be looking at a form of realistic UX for some sort of science-fiction neural AI augmentation - you can let the CoT run on and do its thing, but also interject at any point and insert a &quot;thought&quot; of your own, or go back and revise a thought you did not like, and then let it continue. Imagine such a stream hooked up with a two-way pipe into your phonological loop (<a href="https:&#x2F;&#x2F;www.sciencedirect.com&#x2F;topics&#x2F;psychology&#x2F;phonological-loop" rel="nofollow">https:&#x2F;&#x2F;www.sciencedirect.com&#x2F;topics&#x2F;psychology&#x2F;phonological...</a> - perhaps more attainable with existing tech).
dend3 months ago
I am working on a reverse-engineered SDK for Stream Deck devices, called DeckSurf:<p><a href="https:&#x2F;&#x2F;deck.surf" rel="nofollow">https:&#x2F;&#x2F;deck.surf</a><p>The SDK is open-source and on GitHub:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;dend&#x2F;decksurf-sdk">https:&#x2F;&#x2F;github.com&#x2F;dend&#x2F;decksurf-sdk</a><p>It&#x27;s a hobby project, but one that I love working on because it unlocks some _really_ great hardware to be open to do anything I want it to be rather than be constrained by out-of-the-box client software that asks me to sign in with an account to get an extension installed.
alain343 months ago
I have been working on <a href="https:&#x2F;&#x2F;m.emori.es" rel="nofollow">https:&#x2F;&#x2F;m.emori.es</a> to store photos and videos and to share with my parents.<p>I asked Gemini 2.0 to describe it and it is what was produced.<p>Discover a simple yet powerful way to organize and share your cherished memories with m.emori.es. Designed with ease of use in mind, even for those less tech-savvy, this private photo and video storage platform lets you create logical folders and effortlessly invite family and friends to view them. Perfect for sharing precious moments with elderly parents or loved ones, m.emori.es offers a secure and intuitive experience. With plans to integrate contact management, private chat, and genealogy tree support via GEDCOM files, m.emori.es is evolving into a comprehensive hub for family connection and memory preservation. Visit <a href="https:&#x2F;&#x2F;m.emori.es" rel="nofollow">https:&#x2F;&#x2F;m.emori.es</a> today and experience the joy of sharing made simple.<p>Ignore the pricing page and if you want a test account in exchange for honest feedback, please contact email me at alain AT aoware DOT co DOT uk
cloud84213 months ago
For a few months I&#x27;ve been working on an application to manage my physical music collection. Records I own, records I want to find, with some stats&#x2F;search&#x2F;metadata that actually use.<p>It&#x27;s built with Elixir and Phoenix LiveView, backed by SQLite. Records are imported via MusicBrainz, and data enriched via Last.fm.<p>I&#x27;m looking now to add notes for each artist and record, along with arbitrary associations. Think supergroups, side projects, etc. and some trivia&#x2F;quotes&#x2F;stories that I can easily add for my own reference.
gumshoe303 months ago
Geolede - An interactive world news map.<p><a href="https:&#x2F;&#x2F;geolede.com" rel="nofollow">https:&#x2F;&#x2F;geolede.com</a>
评论 #43269949 未加载
rashidae3 months ago
I’m building an AI-first startup for Latin America, kind of like TaskRabbit but simpler and more aligned with how people actually hire help here. We use WhatsApp for quick updates like ‘Provider is on the way,’ and we focus on getting verified professionals to people’s homes—without getting in the way of payments or how they handle the job.<p>To fund it, I’m building agentic workflows and automations for insurance, finance, and real estate companies. It’s a way to keep things moving while I get the startup off the ground.
nullderef3 months ago
I built an app that no one wanted to use, unfortunately. It helps people reduce phone usage by displaying things like cats in your screen, the screen time police, annoying cookie banners, and more.<p>Users complained the app was too annoying, so I&#x27;ve revamped it after asking for feedback properly [1]. Learning more about user research, UX, marketing (even making TikToks!) and so on has been pretty neat. Learnings are:<p>1. People want to avoid losing track of time on social media<p>2. Instagram is great to connect with friends, but Reels are dangerous!<p>3. Complete focus is only necessary in cases like work or study.<p>This has been one of the most creative projects I&#x27;ve done. It&#x27;s the closest thing I&#x27;ve done to art as a programmer :)<p>Also, Kotlin Multiplatform has been a joy! Only faced minor issues because it&#x27;s too new, but it&#x27;s been easy to create animations and reuse components. XML on Android was a huuuge pain. I&#x27;m happy with myself for prototyping without wasting too much time overall.<p>[1] <a href="https:&#x2F;&#x2F;speedbumpapp.com&#x2F;blog&#x2F;v1&#x2F;" rel="nofollow">https:&#x2F;&#x2F;speedbumpapp.com&#x2F;blog&#x2F;v1&#x2F;</a>
评论 #43310399 未加载
leovingi3 months ago
Finishing off the last bugs in my free puzzle game called Kombi, before it goes live on Steam.<p>Made in Love2D, mostly because it&#x27;s limited in its simplicity (good for creativity) while still allowing me to make something usable. That, plus I love Lua, which is how the project event got started - just me wanting to mess around with the language. From then on it quickly spiraled out of control - 2 weeks to make the core logic of the game, 2 months to create a basic UI library from scratch, just because.
p2detar3 months ago
Currently working on the side on Java libraries that provide access to Apple&#x27;s mobile device management service APIs like the automated device enrollment and app and book management services: <a href="https:&#x2F;&#x2F;github.com&#x2F;petarov&#x2F;apple-mdm-clients">https:&#x2F;&#x2F;github.com&#x2F;petarov&#x2F;apple-mdm-clients</a><p>I had this written in Kotlin several years ago but now I want to do it all in Java, use as little 3rd party deps as possible and add more extensive unit testing.
mythz3 months ago
Working on a self-hosted OSS AI Server with support for LLM APIs (OpenRouter&#x2F;OpenAi&#x2F;Anthropic&#x2F;Google&#x2F;etc), Ollama endpoints, ComfyUI and FFmpeg agents. It supports Synchronous, Queued and Reply to Web Callback APIs for each API Feature with typed APIs integrations for C#,TypeScript,JS,Python,Dart,PHP,Java,Kotlin,Swift,F# and VB.NET clients.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;ServiceStack&#x2F;ai-server">https:&#x2F;&#x2F;github.com&#x2F;ServiceStack&#x2F;ai-server</a>
konschubert3 months ago
I am still working in my epaper calendars, now making a 10 inch display: <a href="https:&#x2F;&#x2F;shop.invisible-computers.com&#x2F;products&#x2F;invisible-calendar?variant=46556708077835" rel="nofollow">https:&#x2F;&#x2F;shop.invisible-computers.com&#x2F;products&#x2F;invisible-cale...</a><p>More broadly, I’m working on replacing my day job with something more exciting and impactful.<p>I think the most excitement and impact can be found in a startup, so that’s what im trying to get into now!
评论 #43159030 未加载
tslmy3 months ago
A chatbot that plays Call of Cthulhu, the tabletop RPG game, with you.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;StarsRail&#x2F;Cocai">https:&#x2F;&#x2F;github.com&#x2F;StarsRail&#x2F;Cocai</a><p>Better than a human, it can draw an illustration of the scene in meme seconds.<p>It can also roll dices in 3D: Demo: <a href="https:&#x2F;&#x2F;youtu.be&#x2F;8wagQoMPOKY?si=oCa2erHvheEyEKM_&amp;t=55" rel="nofollow">https:&#x2F;&#x2F;youtu.be&#x2F;8wagQoMPOKY?si=oCa2erHvheEyEKM_&amp;t=55</a>
hiAndrewQuinn3 months ago
I continue to spend most of my free energy learning Finnish. Only a few more years and I should be able to finally focus on my career again :&#x27;)<p>Two new projects of note this month, one specific to Finnish language learners, and one that is probably useful for language learners in general:<p>* <a href="https:&#x2F;&#x2F;github.com&#x2F;hiAndrewQuinn&#x2F;tsk">https:&#x2F;&#x2F;github.com&#x2F;hiAndrewQuinn&#x2F;tsk</a> - A Finnish pocket dictionary with a TUI interface. This is the first nontrivial thing I&#x27;ve built in Go, by which I meant I had to implement and tweak a randomly pruning trie by hand to get the performance characteristics I wanted (it wasn&#x27;t actually that bad). I chose Go mostly because of the fantastic cross-compilation story.<p>* <a href="https:&#x2F;&#x2F;github.com&#x2F;hiAndrewQuinn&#x2F;audio2anki">https:&#x2F;&#x2F;github.com&#x2F;hiAndrewQuinn&#x2F;audio2anki</a> - This Python program wraps around `yt-dlp` and `whisper` to create Anki decks for listening practice. This should work for any (monolingual) video in any language. There are many such projects on GitHub, I&#x27;m aware, but it was surprisingly hard to find any that actually wrapped around Whisper instead of needing an SRT, VTT, etc file to come from somewhere else. In that sense mine is a &quot;one command&quot; solution - just provide the YouTube link and go. It does <i>not</i> provide a translation for those subtitles yet; in keeping with the all-in-one approach, I&#x27;m thinking I might wrap around LLaMa 3 to let the user specify that we should also --translate-to {en,es,eo, etc} if desired. For now my reading skills are advanced enough that I don&#x27;t need that.
评论 #43157240 未加载
aylmao3 months ago
I&#x27;ve been building a little web DAW on the side for a minute. It&#x27;s very early and not great yet, but it features some Faust effects [1] and WAMs [2].<p><a href="https:&#x2F;&#x2F;minidaw.aykev.dev&#x2F;" rel="nofollow">https:&#x2F;&#x2F;minidaw.aykev.dev&#x2F;</a><p>[1]: <a href="https:&#x2F;&#x2F;faust.grame.fr&#x2F;" rel="nofollow">https:&#x2F;&#x2F;faust.grame.fr&#x2F;</a><p>[2]: <a href="https:&#x2F;&#x2F;www.webaudiomodules.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.webaudiomodules.com&#x2F;</a>
dhuan_3 months ago
I&#x27;ve been working on mock:<p><a href="https:&#x2F;&#x2F;dhuan.github.io&#x2F;mock&#x2F;" rel="nofollow">https:&#x2F;&#x2F;dhuan.github.io&#x2F;mock&#x2F;</a><p>the process of creating APIs for testing and automation should be as easy possible. the tools that exist nowadays aren&#x27;t good enough, they require you to use their programming language of choice or complex procedures for a task that should be simple. I built mock to try to solve that and still continue to maintain it.
kam1kazer3 months ago
Writing a streaming S3 object archiving tool which collects all old objects (in my case they are near-zero in size, but occupy 4KB blocks). In total data is 10GB daily. So I have to stream all this process to not consume such amount of RAM.<p>These are audit data like external system request&#x2F;responses for possible investigations. This saves a lot of space. Initially written in Python, now practicing with Rust. Container images is 2.2MB small :)
hewwwww3 months ago
I’m working on a parser + dashboard for bank &#x2F; cc &#x2F; investment statements.<p>You feed in your docs and you get a dashboard that shows your categorized “flow” of money (think sankey, stacked bar), as well as some simple grouping tools (Show me all grocery spends on my credit card by month.<p>I initially wrote it in Haskell, but I don’t really know Haskell and I didn’t feel very productive with the stack, so I’m reworking it in something more familiar now.
评论 #43159021 未加载
jasoncartwright3 months ago
The only national public database of UK food banks <a href="https:&#x2F;&#x2F;www.givefood.org.uk" rel="nofollow">https:&#x2F;&#x2F;www.givefood.org.uk</a>
posobin3 months ago
I&#x27;m working on SPHNX, a voice-based AI coding interviewer. While problem solving is crucial for passing interviews, in a live interview you are also getting tested for your communication, debugging, thinking on the spot, testing, code clarity, and other skills. You can&#x27;t practice these on leetcode, but it&#x27;s easy with SPHNX. I&#x27;ve just added rich feedback reports last week that turned out more helpful than I expected.<p>Right now it works as a mock interviewer for algorithmic (leetcode-style) problems, you can sign up for the waitlist here, I&#x27;ll send you an invite right after:<p><a href="https:&#x2F;&#x2F;sphnx.dev" rel="nofollow">https:&#x2F;&#x2F;sphnx.dev</a><p>It actually works pretty well, but we&#x27;re having trouble getting users (some sign up but don&#x27;t end up doing even a single interview?!).<p>We&#x27;re thinking whether we could sell a version of this to companies to do their technical screens in, perhaps with problems that are more similar to the actual software engineering work (e.g. debug existing piece of code, write tests, and extend it).<p>We&#x27;re generous with interview credits if you give us good feedback =)
评论 #43162587 未加载
boramalper3 months ago
A web-native[1] protocol for secure[2], decentralised[3] access to files distributed across mirrors:<p>1. &quot;Web-native&quot; as in the protocol is designed with HTTP and modern web browsers in mind. Consequently, it can be implemented using Service Workers so that no additional software (nor even browser extensions) are needed to access files.<p>2. Files are addressed by their cryptographic hash of their content (a) to ensure the authenticity of the data received from mirrors and (b) to avoid hard-coding specific locations&#x2F;servers (i.e. content addressing).<p>3. Files can be mirrored by anyone and users can retrieve files from any mirror; no party requires any permission from any authority. This is in contrast to traditional mirroring schemes, where mirrors have to &quot;register&quot; with the owner of the content (e.g. to mirror a Linux distro).<p>Demo: <a href="https:&#x2F;&#x2F;webmirror-demo.netlify.app&#x2F;" rel="nofollow">https:&#x2F;&#x2F;webmirror-demo.netlify.app&#x2F;</a><p>Code: <a href="https:&#x2F;&#x2F;gitlab.com&#x2F;webmirror&#x2F;webmirror&#x2F;" rel="nofollow">https:&#x2F;&#x2F;gitlab.com&#x2F;webmirror&#x2F;webmirror&#x2F;</a><p>Work in progress!
monroewalker3 months ago
A cross-platform clipboard manager &#x2F; search-and-filter tool &#x2F; launcher built with Flutter that has a simple Python plugin interface.<p>Plugins can be used to add new &quot;result actions&quot; and new sources of entries to filter and select. Eg. recent Jira tickets, email inbox, shell history, Notion pages, etc. The result actions are a way to easily perform common transformations on selected entries (eg. wrap in triple backticks, find and parse json, trim whitespace, ...) or kickoff some script with a selected entry as an argument.<p>Project started as a result of having to do a lot of work using Ubuntu and sorely missing Alfred and all the workflows I&#x27;d built with it. I wanted something for which I could build workflows once and have those workflows available on whatever system I&#x27;m on. Plus to be able to build some plugins that would be usable by coworkers regardless of what operating system they&#x27;re using and with minimal runtime resource usage. There are some existing cross-platform solutions which could serve this purpose, like Cerebro, Ueli, Script Kit, some others.., but I wanted something lighter weight than is possible with an Electron app. Granted the current state of Epte is that it&#x27;s built with Flutter + Go + Python so the final distributable and runtime memory usage are higher than is ideal.<p>Basic Windows support is almost there but there doesn&#x27;t seem to be a great solution to switching to existing windows of an application instead of just re-launching it. The tool isn&#x27;t intended to be as good or better than any given OS&#x27;s built-in launcher so I&#x27;ll probably just leave that as-is and upload the current state of the Windows build.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;mwalkerr&#x2F;Epte">https:&#x2F;&#x2F;github.com&#x2F;mwalkerr&#x2F;Epte</a>
JanisIO2 months ago
I’m currently building “Denorite” — A WebSocket server application built in Deno that enables real-time communication and event handling between Minecraft servers and TypeScript applications.<p>A realtime webOS interacting with it is also nearly ready to be released.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;Denorite&#x2F;Server">https:&#x2F;&#x2F;github.com&#x2F;Denorite&#x2F;Server</a>
fzysingularity3 months ago
We’re building bleeding edge visual AI infrastructure at VLM Run (<a href="https:&#x2F;&#x2F;vlm.run" rel="nofollow">https:&#x2F;&#x2F;vlm.run</a>).<p>We’re also hiring for multiple roles if anyone’s interested in founding roles (ML Systems, DevRel): <a href="https:&#x2F;&#x2F;vlm-run.notion.site&#x2F;vlm-run-hiring-25q1" rel="nofollow">https:&#x2F;&#x2F;vlm-run.notion.site&#x2F;vlm-run-hiring-25q1</a>
valorzard3 months ago
I’ve been mostly struggling with really bad creative burnout.<p>I pushed myself to do a couple of game jams cuz I thought it would make the burnout go away, but it’s basically only made it worse.<p>It’s the first time in my life where i haven’t had a billion ideas in my brain and im not sure what to do with myself. Been trying to listen to history podcasts and read manga to inspire myself again but it’s not working…
upmostly3 months ago
I’m working on Hypership (<a href="https:&#x2F;&#x2F;hypership.dev" rel="nofollow">https:&#x2F;&#x2F;hypership.dev</a>) – a platform that lets you deploy full-stack React and Next.js apps with auth, user management, events, and analytics in minutes. We’ve built first-class support for Next.js, handling SSR, static exports, and edge deployments seamlessly.<p>We’re also building our own CDN to optimise asset delivery and improve performance across deployments. But beyond infra, we’re betting on something bigger: developers want everything they need to ship an app in one place—not just UI kits, but fully hooked-up components that handle state, auth flows, and analytics automatically.<p>That means forms, a help desk, user management, and more—all tightly integrated so you can focus on building rather than stitching services together.<p>Would love to hear from anyone who’s been frustrated by piecing together third-party tools just to get a product off the ground!
lynx973 months ago
A (e)DSL to describe simple DSP graphs + a gccjit based AOT compiler. Basically a reimagination of the SuperCollider architecture with a JIT compiler instead of runtime plumbing. The idea is to have auto-vectorisation and loop unrolling kick in. Want to see how much of a difference that would make.<p>``` @Synth def tone(freq=440, amp=0.2): return SinOsc.ar(freq, 0) * amp ```
rwieruch3 months ago
I&#x27;ve been working on The Road to Next [0] for almost a year. In the end, it&#x27;s more than just a course on Next.js. It&#x27;s a deep dive into full-stack development, covering key third-party integrations that empower you to build your own products.<p>[0] <a href="https:&#x2F;&#x2F;www.road-to-next.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.road-to-next.com&#x2F;</a>
评论 #43158464 未加载
评论 #43156891 未加载
batch123 months ago
I&#x27;m working on an educational game to try and replace or augment some security awareness training. To start with, the focus is phishing.<p>I&#x27;m also writing again. A story that&#x27;s becoming more cyberpunk than I originally intended. It&#x27;ll probably never be read by anyone but me, but getting it out of my head feels nice.<p>Also started going to the gym and working on my health.
snowfoolin3 months ago
I&#x27;ve been working on a webapp to scrape links users enter from Zillow&#x2F;Apartments.com&#x2F;Trulia&#x2F;etc to build tables of listings you are interested in. It can show your commute time to work or queries for amenities nearby like &quot;Trader Joe&#x27;s&quot;.<p><a href="https:&#x2F;&#x2F;getlistable.app&#x2F;" rel="nofollow">https:&#x2F;&#x2F;getlistable.app&#x2F;</a>
dtgmzac2 months ago
Been working on a platform for applicants to find out who is applying to the same job and whether we got ghosted.<p>It was frustrating to apply for jobs, with no rejection emails and no updates, not knowing whether to keep waiting or move on. The plan is to answer questions like:<p>1. Has anyone heard back from this role?<p>2. How long does it usually take to hear back?<p>3. What are the online assessments&#x2F;interview rounds like for company X?<p><a href="https:&#x2F;&#x2F;github.com&#x2F;didtheyghostme&#x2F;didtheyghostme">https:&#x2F;&#x2F;github.com&#x2F;didtheyghostme&#x2F;didtheyghostme</a>
maxbond3 months ago
A parser combinator library. I&#x27;m writing a tool that will do static analysis of SQL (in a very limited fashion, it&#x27;s a build tool and not a static analyzer, but I need to understand dependency relationships between statements). I started out using `nom`, but found it imperfectly matched to my needs (underpowered in areas I desired and overpowered in areas I didn&#x27;t need for my project). `nom 8` came out with some interesting simplifications, but it happened to break my code in a way that would be awkward to fix. So I bit the bullet and started writing my own library.<p>My library is specialized for parsing text. That had enabled some cool capabilities.<p>It comes with a `Span` primitive, which tracks where in a file a token came from, for implementing error messages. A `Span` can be the input or the output of a parser. At the front end a `Span` is an entire file, and as you slice and dice it, it tracks the metadata of where it came from.<p>Along with the standard `Sequence` (combining parsers in a set order) and `Choice` operations (branching between many parsers) that parser combinators are built around, I have come up two operations that are very handy. I suspect that others have made them before, they are both patterns I used in `nom`. (I&#x27;ve also only skimmed the original paper, they could be in there and I didn&#x27;t see them.)<p>One of them is called `Compose`. As an alternative to a `Sequence`, instead of a group of parsers consuming the input in order, the first parser consumes the input, and the subsequent parsers consume the return of the previous parser. This is useful for instance when implementing escapable strings; the first parser grabs the entire string, the second one transforms escape sequences. (There is a mechanism for transforming the content of a `Span` while retaining it&#x27;s metadata.)<p>The other is called `Fuse`. This is a small twist on `Sequence`, where after matching the parsers in order, the result is all concatenated together into a single token. This is useful for a &quot;pattern matching&quot; primitive, where you want to find a series of tokens in order, but you don&#x27;t want to split them into different tokens, you want them all together.<p>It&#x27;s been a wild ride, there&#x27;s been a lot of thorny issues. I often think I should&#x27;ve just stuck with `nom 7` instead of shaving this yak. But I&#x27;ve learned a whole lot about writing especially abstract&#x2F;DSL-yy Rust by combining tuples, traits, and declarative macros. There are also other programming language projects I&#x27;d like to pursue, and it will be nice to have a tailor fit tool for parsing text.<p>Special thanks to dtolnay&#x27;s `paste,` the real MVP.
评论 #43156533 未加载
评论 #43156886 未加载
jfil3 months ago
I&#x27;ve created a proof-of-concept walkable 3D environment based on John Tallis&#x27; 1830s engravings of London streets. Polishing it, and working on the accompanying blog post. I&#x27;m also writing a basic introduction to the SQLite EXPLAIN statement (will build an accompanying &quot;helper&quot; tool that you can use to read the output of that command).<p>I am thinking of starting a venture that will increase the amount of nonesense in the world. The intention is to get people playing, writing and exploring more. I would keep track of &quot;wins&quot; by recording the work that participants&#x2F;readers create in the world. Very grindset. Much hustle. If you need a push - or a cheerleader - on a creative project that you&#x27;re working on, then reach out to me.
ahstilde3 months ago
I&#x27;m trying to eliminate all allergies in the world without customers having to ever leave their home.<p>We&#x27;re starting with cat, dog, horse, and pollen allergies.<p>We&#x27;re close to peanut allergies.<p>The science is known as allergy immunotherapy. <a href="https:&#x2F;&#x2F;www.wyndly.com&#x2F;pages&#x2F;immunotherapy">https:&#x2F;&#x2F;www.wyndly.com&#x2F;pages&#x2F;immunotherapy</a>
WoodenChair3 months ago
I’m selling refurbished and upgraded Mac mini G4s as the ultimate machines for running software for the classic Mac OS over at <a href="https:&#x2F;&#x2F;os9.shop" rel="nofollow">https:&#x2F;&#x2F;os9.shop</a><p>Over at macos9lives.com a group of hackers figured out a way to get Mac OS 9 running on these late model G4s that previously never supported it. That combined with an SSD upgrade makes them close to the fastest machines that can run Mac OS 9.<p>I’ve taken advantage of this hack, now having sold about 80 -90 machines. But I’ve hit a wall with finding ways to advertise it. eBay has been okay. I tried Reddit Ads on the vintage Apple subreddit and they were so so—probably lost money doing it but got the word out. Google Search ads have surprisingly been ineffective. I’ve posted on various vintage Mac forums but they don’t allow formal advertising (otherwise I would buy it). I probably will try Facebook ads next. Open to other advertising ideas!
评论 #43200224 未加载
adamqureshi3 months ago
I am working on a Tesla Price tracker. I made $9 this week. ( I am happy i have business validation) I hope to add more subscribers. Tesla is dropping prices on its inventory. Cybertruck is being discounted by $6k now. I charge $9 to track 5 VINs and $20 to track 10 Vins. I set up stripe subscriptions and pull in the inventory from Tesla. Please check it out or if you know anyone shopping for a tesla and wants to get price drop notifications please refer to them - Thank you.<p><a href="https:&#x2F;&#x2F;tracker.onlyusedtesla.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;tracker.onlyusedtesla.com&#x2F;</a>
chiefofgxbxl3 months ago
I&#x27;m building a freemium browser extension (<a href="https:&#x2F;&#x2F;trashpandaextension.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;trashpandaextension.com&#x2F;</a>) that primarily removes &quot;social metrics&quot; (number of likes, subscribers, views, friends, etc. you see on websites) and sales tactics (20 people have this in their shopping cart, limited time offer, -78% sale!, etc.).<p>It&#x27;s also a hodge-podge of other annoying things I want removed on the web, like when articles have pull quotes that repeat what they just wrote one paragraph ago, or when sites block the ability to paste passwords.<p>The extension is available for Firefox and Chrome&#x2F;Vivaldi, but it has a lot more development to get it where I want it.<p>Would appreciate any feedback and tips on both the extension itself as well as advice on monetization.<p><a href="https:&#x2F;&#x2F;trashpandaextension.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;trashpandaextension.com&#x2F;</a>
paddy_m3 months ago
I am building Buckaroo [1], the data table UI in Jupyter that I have always wanted. I know how to use df.head(), df.describe(), sort, and run histograms on columns. I just got tired of typing 5 bits of code to minimally inspect each dataframe every time I looked at it.<p>So I built buckaroo, it combines a high performance scrollable table (built on top of ag-grid), with summary stats, and histograms. All of this is customizable and extensible. I recently built a dataframe compare tool [2] on top of buckaroo that uses coloring to show differences between dataframes intuitively.<p>Get in touch if you want to talk tables, data science tooling, or exploratory data analysis.<p>[1] <a href="https:&#x2F;&#x2F;github.com&#x2F;paddymul&#x2F;buckaroo">https:&#x2F;&#x2F;github.com&#x2F;paddymul&#x2F;buckaroo</a><p>[2] <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;shorts&#x2F;u3PW6q36ufo" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;shorts&#x2F;u3PW6q36ufo</a>
lnk2w3 months ago
I started to learn how to play the drums. I have a e-drum set and I’m building this website where I can put my scores and connect my drums, so it can tell me how on time I’m playing.<p>Almost like a guitar hero thing but with just a metronome<p>It requires WebMidi to be enabled:<p><a href="https:&#x2F;&#x2F;metronome-1tb.pages.dev&#x2F;" rel="nofollow">https:&#x2F;&#x2F;metronome-1tb.pages.dev&#x2F;</a>
cldwalker3 months ago
Using ollama&#x27;s structured output, I can dynamically build queries using the <a href="https:&#x2F;&#x2F;schema.org" rel="nofollow">https:&#x2F;&#x2F;schema.org</a> ontology. This allows for pretty data-rich queries and importing those results into personal knowledge management apps like Logseq. <a href="https:&#x2F;&#x2F;www.loom.com&#x2F;share&#x2F;bd98db65474f4e828bd4db65d556159c" rel="nofollow">https:&#x2F;&#x2F;www.loom.com&#x2F;share&#x2F;bd98db65474f4e828bd4db65d556159c</a> is a demo of what works and <a href="https:&#x2F;&#x2F;github.com&#x2F;logseq&#x2F;nbb-logseq&#x2F;tree&#x2F;feat&#x2F;db&#x2F;examples&#x2F;ollama-chat">https:&#x2F;&#x2F;github.com&#x2F;logseq&#x2F;nbb-logseq&#x2F;tree&#x2F;feat&#x2F;db&#x2F;examples&#x2F;o...</a> is the code
jcbrand3 months ago
Taking a sabbatical and spending more time on an open source XMPP web client that I started 10 years ago already.<p><a href="https:&#x2F;&#x2F;conversejs.org" rel="nofollow">https:&#x2F;&#x2F;conversejs.org</a><p>The website is a bit old, but lots of exciting changes are happening under the hood and I finally have the time to make big architectural and performance improvements.
DanielVZ3 months ago
I’ve been doing some analysis on the winners of a local short stories contest (<a href="https:&#x2F;&#x2F;santiagoen100palabras.cl&#x2F;" rel="nofollow">https:&#x2F;&#x2F;santiagoen100palabras.cl&#x2F;</a>) to see if I can get to make a good contender story.<p>Plus I having fun plugging it all into ChatGPT and reading the stories it comes up with.
JTrehan3 months ago
I am still working on Docgoblin (<a href="https:&#x2F;&#x2F;docgoblin.com" rel="nofollow">https:&#x2F;&#x2F;docgoblin.com</a>) a Pdf search engine software based on Lucene, pdfium and JavaFX. The app is super fast and users are happy with it. I&#x27;m in the process of adding plain text files support and making the website look nicer.
评论 #43157444 未加载
Ccecil3 months ago
Finishing the feeder &quot;hack&quot; to my pick and place machine [1] so that I can begin full retail production in house of the V2 Smoothieboard CNC controller [2].<p>As well as finishing shipping the remaining boards to the kickstarter backers (many years late, but significantly better).<p>Been a long struggle overall...learned a lifetime&#x27;s worth during the last couple years. Every single day has been spent doing something new it seems. Looking forward to what the next broken machine will teach me :)<p>[1] <a href="https:&#x2F;&#x2F;youtu.be&#x2F;Vk53VsXkh9o?si=SU45-DkkjwZi6orp" rel="nofollow">https:&#x2F;&#x2F;youtu.be&#x2F;Vk53VsXkh9o?si=SU45-DkkjwZi6orp</a> [2] <a href="https:&#x2F;&#x2F;github.com&#x2F;Smoothieware&#x2F;Smoothieboard2">https:&#x2F;&#x2F;github.com&#x2F;Smoothieware&#x2F;Smoothieboard2</a> <a href="https:&#x2F;&#x2F;github.com&#x2F;Smoothieware&#x2F;SmoothieV2">https:&#x2F;&#x2F;github.com&#x2F;Smoothieware&#x2F;SmoothieV2</a>
uscneps3 months ago
I&#x27;m writing a list of tech projects and companies with headquarter in EU : <a href="https:&#x2F;&#x2F;github.com&#x2F;uscneps&#x2F;Awesome-European-Tech">https:&#x2F;&#x2F;github.com&#x2F;uscneps&#x2F;Awesome-European-Tech</a> the idea is to give attention to the Europe tech ecosystem.
breckenedge3 months ago
Making a CAN-to-BLE bridge for cheap race car telemetry. It’s using an ESP32C to store MegaSquirt ECU data in BLE characteristics, and a cheap android phone using Chrome + WebBluetooth to buffer and upload data to a server for pit analysis in near real time. Also using the phone for heading, GPS and accelerometer data.
asimpletune3 months ago
Last year I built an automated system for accepting comments via email (demo: <a href="https:&#x2F;&#x2F;spenc.es&#x2F;writing&#x2F;email-as-a-commenting-system&#x2F;#comments" rel="nofollow">https:&#x2F;&#x2F;spenc.es&#x2F;writing&#x2F;email-as-a-commenting-system&#x2F;#comme...</a>)<p>This year I’m making it production safe and open sourcing it.
sunami-ai3 months ago
Agreement Risk Analysis and visualisation.<p>The visualisations generated by the AI from the agreement.<p>Click on legend text to drill down and on circles in the spiral. UI is 3D cube animation for now.<p>Former Deputy AG in charge of fighting corruption and fraud affecting US consumers: “I like how it balances the intent of the law for the consumer”<p>Both academic and practicing lawyers have looked at it and given us good feedback.<p>Not looking for a problem to solve. Found our niche. We applied for YC but we are all on the older side and the first question in the YC application was our age. LOL. Not gonna work. Doing another round of family and friends fund raising then VC post market traction.<p>Samples of ToS and financing agreements<p>Https:&#x2F;&#x2F;labs.sunami.ai&#x2F;feed<p>Still needs some work for mobile&#x2F;responsive version.<p>DM marc fawzi on LinkedIn.<p>Video: showing drills downs etc<p><a href="https:&#x2F;&#x2F;youtu.be&#x2F;r97cujq4Egk?si=Ks7ivB411sFyzLTg" rel="nofollow">https:&#x2F;&#x2F;youtu.be&#x2F;r97cujq4Egk?si=Ks7ivB411sFyzLTg</a>
hundredwatt3 months ago
I&#x27;m building a new tool for end-to-end data validation and reconciliation in ELT pipelines, especially for teams replicating data from relational databases (Postgres, MySQL, SQL Server, Oracle) to data warehouses or data lakes.<p>Most existing solutions only validate at the destination (dbt tests, Great Expectations), rely on aggregate comparisons (row counts, checksums), or generate too much noise (alert fatigue from observability tools). My tool:<p>* Validates every row and column directly between source and destination * Handles live source changes without false positives * Eliminates noise by distinguishing in-flight changes from real discrepancies * Detects even the smallest data mismatches without relying on thresholds * Performs efficiently with an IO-bound, bandwidth-efficient algorithm<p>If you&#x27;re dealing with data integrity issues in ELT workflows, I&#x27;d love to hear about your challenges!
评论 #43162042 未加载
nhatcher3 months ago
I am actually pleased to have an answer to this. I&#x27;m working on IronCalc, an open source spreadsheet engine:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;ironcalc&#x2F;IronCalc">https:&#x2F;&#x2F;github.com&#x2F;ironcalc&#x2F;IronCalc</a><p>I have been doing this as a side project for over a year now. It&#x27;s progress is slower than I would like but there we go!
shegeley3 months ago
1. Hackable text input system := Hatis <a href="https:&#x2F;&#x2F;github.com&#x2F;shegeley&#x2F;hatis">https:&#x2F;&#x2F;github.com&#x2F;shegeley&#x2F;hatis</a><p>«Text-editors are dead as a concept. What’s needed is a text-input system. Mobile phones got it right more than 10 years ago. Both Android and iOS can catch the text-input context: «ah here we can input text, let’s show the virtual keyboard!».<p>This project is inspired by very same idea: catch the text-input context globally (across all system, not just one process) and do what’s needed: change the UI, keybindings, etc. Emacs got some part of text-input right with modes. But modes should be global, on Window Manager level (or even deeper).<p>In GUI it’s possible to “catch input context” using Wayland::InputMethod<p>It should also be possible on pure-tty with readline or something.<p>The system should be very hackable. That’s why it’s written in Common Lisp»<p>2. SaaS Sales platform on Clojure(+script)
maxlang2 months ago
I&#x27;ve been working on verified inference at <a href="https:&#x2F;&#x2F;ambient.xyz" rel="nofollow">https:&#x2F;&#x2F;ambient.xyz</a><p>Lots of fun to think about the future of crypto if you&#x27;re able to handle unstructured data (and I&#x27;m not really a crypto person.)<p>Feel free to check us out&#x2F;hit us up if you&#x27;re curious: hello@ambient.xyz
josters3 months ago
Was looking for an iOS app to always see my age in days on the lock screen. Didn‘t find one, so I first created a shortcut which would change my lock screen background image each night and overlay the number of days on it.<p>This didn’t feel integrated enough and could fail if the phone was off, so I started looking into Swift and created my first app [1] with added features like contact import and notifications for other people‘s ages in days.<p>It‘s still very much a work in progress but the core functionality of the lock screen widget is something I use almost every day to quickly get the current number and use it for notes etc. I just like having an incrementing unique-to-me number to reference stuff.<p>[1]: <a href="https:&#x2F;&#x2F;apps.apple.com&#x2F;us&#x2F;app&#x2F;days-of-life-milestones&#x2F;id6738207784">https:&#x2F;&#x2F;apps.apple.com&#x2F;us&#x2F;app&#x2F;days-of-life-milestones&#x2F;id6738...</a>
评论 #43156625 未加载
hto_tam3 months ago
I am working on a technique to minimize the negative impact of confirmation bias on a person&#x27;s life
dabinat3 months ago
I’m working on two main things right now.<p>1. I have a cloud platform for the movie industry (although in reality a lot of different industries use it for different things) that allows you to share files and get feedback from your team that I’ve been rewriting in Rust. Didn’t necessarily intend that but I started replacing Apache with Rust and liked it enough that I kept on replacing stuff.<p><a href="https:&#x2F;&#x2F;www.kollaborate.tv" rel="nofollow">https:&#x2F;&#x2F;www.kollaborate.tv</a> (current version on cloud is not the Rust version, but on-prem is)<p>2. I work with another company that uses a really rudimentary way of time-tracking employees. So I’m working on a system to use their device MAC addresses to count their hours when they’re connected to work Wi-Fi. I was surprised that such a thing appears to not exist. I’m still working on it so it’s not anywhere public right now.
npodbielski3 months ago
For about year and a half I am working on fully dynamic, zero-downtime, reconfigurable API. Main target is me, hobbyists, self-host enthusiasts and small-to medium companies. Idea is to be able to configure API with JSON schema definition of an object that API should store and allow you to manipulate (with CRUD operations). In future I plan to add FE for building those schemas based on data and some LLM helper.<p>* There is possibility of adding relations between schemas (1-to-n, n-to-n, 1-to-1)<p>* API allows to filter and transform responses to your own arbitrary schema via custom query language<p>* support Oauth with custom Oidc of your choice and API tokens for easily configurable but strong security<p>* from the start I designing it with extensibility in mind so there is built-in system of flows and custom extensions<p>* flows support running via custom http endpoints, and system events (i.e. data changes); cron schedules and external events are planned<p>* flows are defined via Json files<p>* flows are also customisable and allows to define your own blocks and flows that can be injected into other flows for bigger pieces of logic.<p>* all json files are source for code generation so performance should be the same as using your own manually written code or at least very close.<p>* there is built-in template subsystem, used for flows (i.e. for saving files with content from template) that I also plan to use to generate static files for FE.<p>* custom pieces of logic are supported by flows so you can create flow to update some read-only values based on other values (i.e. FullName from first and surname).<p>To achieve that I had to write my own fluent API for C# code generation. I had idea mainly during writing my own API for my house automation: &#x27;Why I have to write another DAL layer, and auhorization, and filtering, and database schema? I did this dozens of times already?!&#x27; There is no need to figure this one out every time.
rukshn3 months ago
An editor for Clinical Quality Language (CQL) with syntax highlighting and parsing.<p>Repo: <a href="https:&#x2F;&#x2F;github.com&#x2F;rukshn&#x2F;cquill">https:&#x2F;&#x2F;github.com&#x2F;rukshn&#x2F;cquill</a><p>Demo: <a href="https:&#x2F;&#x2F;rukshn.github.io&#x2F;cquill&#x2F;" rel="nofollow">https:&#x2F;&#x2F;rukshn.github.io&#x2F;cquill&#x2F;</a>
evronm3 months ago
It&#x27;s a governance concept based on the idea that votes should be tradeable. The concept is quite simple, but it leads to some truly hairy game theory problems. Code here: <a href="https:&#x2F;&#x2F;github.com&#x2F;evronm&#x2F;marketDAO">https:&#x2F;&#x2F;github.com&#x2F;evronm&#x2F;marketDAO</a>
flavio873 months ago
Scientific search engine&#x2F;agent to surface papers with commercial potential (patent, moats, etc.) - eventually wanna expand to cover any search query. Imagine having someone reading 1000s of science papers on your behalf, with your goals in mind, and then telling which papers to pay attention to and why
评论 #43157462 未加载
anosidium3 months ago
I’m working on Oliphaunt, a native macOS client for Mastodon. You can read more about it here: <a href="https:&#x2F;&#x2F;github.com&#x2F;anosidium&#x2F;Oliphaunt-Feedback-And-Support">https:&#x2F;&#x2F;github.com&#x2F;anosidium&#x2F;Oliphaunt-Feedback-And-Support</a>. I hope to release a TestFlight build soon, followed by an eventual App Store launch.<p>I’m also working on the next version of HacKit, a native macOS reader for Hacker News. You can already download it on the App Store: <a href="https:&#x2F;&#x2F;apps.apple.com&#x2F;app&#x2F;id1549557075">https:&#x2F;&#x2F;apps.apple.com&#x2F;app&#x2F;id1549557075</a>, and you can read more about it here: <a href="https:&#x2F;&#x2F;github.com&#x2F;anosidium&#x2F;HacKit-Feedback-And-Support">https:&#x2F;&#x2F;github.com&#x2F;anosidium&#x2F;HacKit-Feedback-And-Support</a>.
Aeolun3 months ago
Writing software, a reading website, coverage tracking, self-hosted pulumi&#x2F;terraform backend, and a space trading API game (since very recently).<p>It’s a bit hard to spread efforts over all of them, but at least most of these projects have lasted several years now, so not constantly doing new things that never finish.
评论 #43157552 未加载
robotguy3 months ago
I&#x27;m building a functional 1:12 scale scientific weather station:<p><a href="https:&#x2F;&#x2F;imgur.com&#x2F;a&#x2F;miniature-weather-station-kkw7RLI" rel="nofollow">https:&#x2F;&#x2F;imgur.com&#x2F;a&#x2F;miniature-weather-station-kkw7RLI</a><p>The data path will be the same as my DIY full-size weather station; ESP32(MQTT)--&gt;WiFi--&gt;Rpi--&gt;Node Red--&gt;InfluxDB--&gt;Grafana<p><a href="https:&#x2F;&#x2F;imgur.com&#x2F;a&#x2F;diynot-weather-station-zHAcpzX" rel="nofollow">https:&#x2F;&#x2F;imgur.com&#x2F;a&#x2F;diynot-weather-station-zHAcpzX</a>
mark3363 months ago
I have a website that is like a HN where news is about tech, mostly AI. I haven&#x27;t posted anything to it in a few months. <a href="https:&#x2F;&#x2F;asiaviewnews.com&#x2F;gigabots&#x2F;threads" rel="nofollow">https:&#x2F;&#x2F;asiaviewnews.com&#x2F;gigabots&#x2F;threads</a>
Attummm3 months ago
I&#x27;m working on a small project for managing settings in Golang.<p>I found that boilerplate code needed for handling defaults, environment variables, and CLI variables could become unreasonably large and error prone. I just wanted to have a struct hold the settings needed for the project, with sane defaults, helpful messages, and handling of environment and CLI variables at the same time.<p>So I created Settingo.<p>Settingo is a unified solution to handle defaults, environment variables, and CLI arguments. Settings are a boring aspect of a project, and Settingo will allow a dev to focus on the project. <a href="https:&#x2F;&#x2F;github.com&#x2F;Attumm&#x2F;settingo">https:&#x2F;&#x2F;github.com&#x2F;Attumm&#x2F;settingo</a>
bambax3 months ago
I&#x27;m making an OCR website focused on outputting ascii text that follows the layout of the original, so that it doesn&#x27;t need to understand or interpret zones in the source: it just resembles the source. This makes proofing easier and should also improve feeding documents to LLMs.
AudioDiary3 months ago
I&#x27;m working on AudioDiary which is next-gen journalling app <a href="https:&#x2F;&#x2F;audiodiary.ai" rel="nofollow">https:&#x2F;&#x2F;audiodiary.ai</a><p>Recently it got a surge of users (1k+ reviews on Google Play and 500+ reviews on Apple, really sucks that Apple don&#x27;t show all reviews, but you can check the Google reviews here on desktop <a href="https:&#x2F;&#x2F;play.google.com&#x2F;store&#x2F;apps&#x2F;details?id=me.audiodiary.audiodiary">https:&#x2F;&#x2F;play.google.com&#x2F;store&#x2F;apps&#x2F;details?id=me.audiodiary....</a>) and people are writing in every day to say how much they love it and that it&#x27;s changing their lives.<p>Also working on a new app in a similar vein that&#x27;s way more technically complex and uses AI in a hands-on way, and looking for help on it.
评论 #43162324 未加载
codeforafrica3 months ago
I am learning how to promote <a href="http:&#x2F;&#x2F;codingforafrica.at&#x2F;" rel="nofollow">http:&#x2F;&#x2F;codingforafrica.at&#x2F;</a> in particular <a href="http:&#x2F;&#x2F;codingforafrica.at&#x2F;help&#x2F;" rel="nofollow">http:&#x2F;&#x2F;codingforafrica.at&#x2F;help&#x2F;</a><p>There is a lot of potential here to help, and I don&#x27;t have big ambitions to scale this to a lot of children. There are also schools that need help. Other people that volunteer their time to run a daycare center for those that can&#x27;t afford a regular one. One school is looking for someone to teach programming, but doesn&#x27;t have the budget to hire a professional. I could volunteer to do it, if I could find a sponsor. It doesn&#x27;t even require a full-time salary.
overiit3 months ago
Currently working on a tool that allows you to get data insights&#x2F;aggregations via natural language. currently only sql based databases&#x2F;warehouses (Postgres, Bigquery and soon Clickhouse, Snowflake, sqlite, etc.). I will be working on document Databases at some point as well.<p>I started this for a bunch of reasons but mainly to allow non technical team members get any data insight they might need, without wasting dev resources on creating dashboards, queries etc.<p>I personally dislike this &quot;everything in LLM&#x2F;AI has to be a chat room&quot; approach.<p>working on making it generally available but for now its early access only <a href="https:&#x2F;&#x2F;askquery.ai&#x2F;" rel="nofollow">https:&#x2F;&#x2F;askquery.ai&#x2F;</a><p>If you have any ideas, thoughts or concerns please let me know.
logicallee3 months ago
I am working on an AI-run and AI-owned sovereign state of Utopia that uses autonomous agents to give out free money, goods, and services from state-run companies to its citizens&#x2F;beneficiaries (eventually all 8 billion people on Earth since who wouldn&#x27;t want free money, goods and services), that will be at <a href="https:&#x2F;&#x2F;stateofutopia.com" rel="nofollow">https:&#x2F;&#x2F;stateofutopia.com</a> and <a href="https:&#x2F;&#x2F;stofut.com" rel="nofollow">https:&#x2F;&#x2F;stofut.com</a> (an abbreviation like St. of Ut.) We have registered with the United Nations as a sovereign country, have a flag (it&#x27;s all green, specifically May Green or the color of most leaves to signify growth), and have just signed our first lease for an embassy, you can visit us in person on official state business, it is a serious undertaking. The big difference from a company is that rather than act in the interests of shareholders it acts in the interests of its citizens&#x2F;beneficiaries.<p>Registration will be free (compare Form N-400 to become a U.S. citizen which costs $640 plus an $85 biometric services fee, totaling $725), you just get free benefits.<p>There isn&#x27;t any signup form yet but you can email the Founder Robert Viragh at rviragh@gmail.com with the message &quot;request for citizenship in Utopia&quot; and I can give you citizenship, by our laws anyone gets citizenship upon their request. (I will reply with confirmation within 24 hours, you can reply here if you emailed me and I didn&#x27;t reply to you.)<p>I can hear you thinking there&#x27;s no way a sovereign nation will be run and owned by AI and give out free money, goods, and services. Well here&#x27;s our complete game of chess: <a href="https:&#x2F;&#x2F;taonexus.com&#x2F;chess.html" rel="nofollow">https:&#x2F;&#x2F;taonexus.com&#x2F;chess.html</a> made by AI purely for your amusement, it&#x27;s a 1500 year old game people obviously get utility from (spending $10 to $1000 on chess boards for example, with tens of millions of boards sold per year). So clearly this type of game is of some use&#x2F;utility to people. I have fun playing it for example. AI just made it for you for free.
wingerlang3 months ago
<a href="https:&#x2F;&#x2F;screenmemory.app" rel="nofollow">https:&#x2F;&#x2F;screenmemory.app</a> is my current project as of a year or so. Records your screen continuously and lets you look back at it through a GUI. I use it myself to recap days or weeks at work, mostly.
评论 #43156845 未加载
评论 #43157163 未加载
bratao3 months ago
I´m super excited, sleepless for a couple of days already. I´m trying to use all tricks possible to improve a Sequence Labeling using Conditional Random Fields. I need to NER billion of documents, and need to be fast. CRFSuite is a workhorse, and a baseline very hard to beat with speed and precision. But with o3 I´m created a frank-stain with many tricks such as CRF with variable order, feature interactions, bidirectional, jointly learning with word embeddings. The precision is already over than CRFSuite. And I believe that would be better than many other solutions such as bi-lstm-crf. Definitely much faster.<p>Now i´m trying to port to Cython to make as fast as possible. Here o3 is almost useless, but I´m progressing.
lancekey3 months ago
I&#x27;m working on Compute Prices <a href="https:&#x2F;&#x2F;computeprices.com" rel="nofollow">https:&#x2F;&#x2F;computeprices.com</a>, a (hopefully) up to date list of cloud GPU prices and their providers.<p>Right now I&#x27;m working on getting the data more complete, adding more sources and improving the learn (<a href="https:&#x2F;&#x2F;computeprices.com&#x2F;learn" rel="nofollow">https:&#x2F;&#x2F;computeprices.com&#x2F;learn</a>) section.<p>Any feedback appreciated! Here&#x27;s hoping the tools and info help people learn more about training models, deep learning research and generative AI.
rikroots3 months ago
I&#x27;m writing a Developer Runbook[1] for my JS canvas library. Partly because, now I&#x27;ve reached my 7th decade, I need to record as many of the questionable architectural and coding decisions I&#x27;ve made as the library has evolved. But mainly in the vague hope that maybe the extra data will help our new LLords and Masters make less stupid decisions about the code they suggest to innocent developers on how to use my library in their code.<p>[1] - <a href="https:&#x2F;&#x2F;github.com&#x2F;KaliedaRik&#x2F;Scrawl-canvas&#x2F;blob&#x2F;write-initialization-doc&#x2F;docs&#x2F;reference&#x2F;repo-structure.md">https:&#x2F;&#x2F;github.com&#x2F;KaliedaRik&#x2F;Scrawl-canvas&#x2F;blob&#x2F;write-initi...</a>
vladde3 months ago
Reworking my CSS library for turning semantic HTML into looking like authentic RFC documents. Current version (<a href="https:&#x2F;&#x2F;vladde.net&#x2F;blog&#x2F;rfc-css" rel="nofollow">https:&#x2F;&#x2F;vladde.net&#x2F;blog&#x2F;rfc-css</a>) is not quite there yet.
jmpavlec3 months ago
Still working on <a href="https:&#x2F;&#x2F;gametje.com" rel="nofollow">https:&#x2F;&#x2F;gametje.com</a> which is an alternative to Jackbox games. Currently have 5 available games (with a 6th behind signup + opt-in alpha tester flag). It&#x27;s free to try as a guest for a few days before an account is necessary. Playable in 9 languages and hostable&#x2F;playable from any device with a web browser. Most games offer the ability to play against an AI player to try it out before trying to convince your friends.<p>Currently working on setting up a blog with some dev details about the newest game. Also working with a UI&#x2F;UX designer to make it look and flow a bit better.
jtbetz223 months ago
<a href="https:&#x2F;&#x2F;www.tabomagic.com" rel="nofollow">https:&#x2F;&#x2F;www.tabomagic.com</a><p>I&#x27;ve been obsessed with making it easier to handle tab overload in the browser without requiring any sort of active &quot;tab management&quot;.<p>I have a working extension that replaces the &quot;new tab&quot; page with a clean view of all open tabs, along with simple ways to search and select which tab to switch to, including search over bookmarks and history. There are also some simple tools to allow for creating and reorganizing tab groups.<p>For a small group of people, it revolutionizes the browser experience. I&#x27;m still trying to decide if there is a widely-useful product there, or if it&#x27;s just a niche use case.<p>Any and all feedback welcome!
评论 #43166045 未加载
else422 months ago
Started a NixOS Flake for declarative network namespace isolation for systemd services: <a href="https:&#x2F;&#x2F;github.com&#x2F;elsbrock&#x2F;netns-unit&#x2F;">https:&#x2F;&#x2F;github.com&#x2F;elsbrock&#x2F;netns-unit&#x2F;</a>
spmcl3 months ago
Several different tracks, having a hard time focusing on one.<p>- A little free library, but for e-books. Having a bit of trouble with this one because I think that the move to e-books inherently removes much of the magic of a little free library of physical books. Plus there&#x27;s the whole &quot;letting users upload things is hard&quot; thing.<p>- E-ink picture frame. It&#x27;s been done before and it&#x27;s mainly just a use for an old rpi laying around.<p>- Looking to start a tech meetup in my small locale. It&#x27;s hard to meet tech people in my area, let alone people who are willing to present.<p>- TUIs to aid me in my day job. Claude makes whipping up proofs of concept super easy and quick, so this one is the most fun to me right now.
评论 #43159961 未加载
drio3 months ago
For the past few weeks, I&#x27;ve been annotating all the references I could find in the legendary Unix magic poster: <a href="https:&#x2F;&#x2F;unixmagic.net" rel="nofollow">https:&#x2F;&#x2F;unixmagic.net</a>.<p>I&#x27;m happy to reach this first milestone, but I&#x27;m already envisioning future iterations. My goal is to transform this into a proper celebration of Unix – a system whose elegant simplicity and powerful design principles continue to inspire me. There&#x27;s something deeply satisfying about connecting with this foundational piece of computing history.<p>Contributions are always welcome.<p>Special shout-out to @abetusk for all the support and enthusiasm with the project.
williamcotton3 months ago
Since July of last year, in reverse chronological order:<p>WebDSL, fast C-based pipeline-driven DSL for building web apps with SQL, Lua and jq: <a href="https:&#x2F;&#x2F;github.com&#x2F;williamcotton&#x2F;webdsl">https:&#x2F;&#x2F;github.com&#x2F;williamcotton&#x2F;webdsl</a><p>Search Input Query, a search input query parser and React component: <a href="https:&#x2F;&#x2F;github.com&#x2F;williamcotton&#x2F;search-input-query">https:&#x2F;&#x2F;github.com&#x2F;williamcotton&#x2F;search-input-query</a><p>Guish, a bi-directional CLI&#x2F;GUI for constructing and executing Unix pipelines: <a href="https:&#x2F;&#x2F;github.com&#x2F;williamcotton&#x2F;guish">https:&#x2F;&#x2F;github.com&#x2F;williamcotton&#x2F;guish</a>
elric3 months ago
Working on a new Java logging tool. I&#x27;m basically yak shaving, really. Was unhappy with the existing solutions for a new project I&#x27;m working on. Depending on how it goes and how the customer feels about it, I&#x27;ll try to open source it.
评论 #43160026 未加载
whitehexagon3 months ago
Working on improving my barista skills, although my latte art seems to have ground (sorry) to a halt at &#x27;heart&#x27;, which I guess is level 1.<p>Next I&#x27;d like to add a Pi into the espresso machine for some remote fun. A couple of the control panel pcb-pop-style? buttons are failing, and I thought it might be fun to try and control via a touch screen. I suspect I&#x27;ll want some kind of timer on the machine side to ensure a safe&#x2F;timely cut-off, but I haven&#x27;t done anything like that since using a 555 a very long time ago. Maybe I&#x27;ll just drive a relay from a digital Pi i&#x2F;o pin, but suspect it is switching mains level V.
hifikuno3 months ago
I have been screwing around with the idea of converting a video to a line scan camera. I wrote a small blog host about it. [1]<p>After seeing an example image on wikipedia someone took of a tram [2] I want to try do it to the trains that run near my house.<p>[1]: <a href="https:&#x2F;&#x2F;writing.leafs.quest&#x2F;programming-fun&#x2F;line-scanner" rel="nofollow">https:&#x2F;&#x2F;writing.leafs.quest&#x2F;programming-fun&#x2F;line-scanner</a><p>[2]: <a href="https:&#x2F;&#x2F;en.m.wikipedia.org&#x2F;wiki&#x2F;Line-scan_camera#&#x2F;media&#x2F;File%3AStrip_photo_of_San_Francisco_Cable_Car_10.jpg" rel="nofollow">https:&#x2F;&#x2F;en.m.wikipedia.org&#x2F;wiki&#x2F;Line-scan_camera#&#x2F;media&#x2F;File...</a>
01001011010013 months ago
I&#x27;m working on a browser extension that aims to save time when navigating the internet. You can save and re-use links, instant search using different search engines, private history, sharing links, and much more. Initially build for myself, but once I noticed that everyone in my little family is using it every day and is frustrated when not installed, I decided to make it available publicly through: <a href="https:&#x2F;&#x2F;www.markbook.io" rel="nofollow">https:&#x2F;&#x2F;www.markbook.io</a><p>ATM I&#x27;m making some videos to show how it works and how it saves time for us. It&#x27;s free, 100% private, local-first, and has E2E browser sync for subscribers.
nickyvanurk3 months ago
I&#x27;ve been inspired to build my own browser mmo game after seeing hordes.io, which is made by a single person. Launched a prototype with, for now, only basic movement over at <a href="http:&#x2F;&#x2F;everwilds.io" rel="nofollow">http:&#x2F;&#x2F;everwilds.io</a>. Instead of working in a silo I&#x27;ve decided to develop in public and launched as soon as possible to slowly gather an audience. So far the Everwilds.io Discord server already gained 1 member ;) I&#x27;ll share the link incase others want to follow the development: <a href="https:&#x2F;&#x2F;discord.gg&#x2F;HWZSpkvz" rel="nofollow">https:&#x2F;&#x2F;discord.gg&#x2F;HWZSpkvz</a>
评论 #43157003 未加载
cookiengineer3 months ago
I&#x27;m working on two things right now that kind of go hand in hand:<p>- A webassembly bindings library for go, with &quot;namespaced&quot; &#x2F; subpackaged adapters for Web APIs, so the final wasm binary won&#x27;t be bloated<p>- A git management tool for my repositories, implemented in pure go (and using said wasm library) to find out what I need to build a small little app with it<p>[1] <a href="https:&#x2F;&#x2F;github.com&#x2F;cookiengineer&#x2F;gooey">https:&#x2F;&#x2F;github.com&#x2F;cookiengineer&#x2F;gooey</a><p>[2] <a href="https:&#x2F;&#x2F;github.com&#x2F;cookiengineer&#x2F;git-evac">https:&#x2F;&#x2F;github.com&#x2F;cookiengineer&#x2F;git-evac</a>
some_furry3 months ago
Key Transparency for the Fediverse (so that we can build E2EE for DMs atop it)<p><a href="https:&#x2F;&#x2F;github.com&#x2F;fedi-e2ee&#x2F;public-key-directory-specification">https:&#x2F;&#x2F;github.com&#x2F;fedi-e2ee&#x2F;public-key-directory-specificat...</a>
dmilicic3 months ago
I&#x27;ve created and am still working on my portfolio page in WASM using Flutter Web: <a href="https:&#x2F;&#x2F;dmilicic.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;dmilicic.com&#x2F;</a><p>To enable WASM properly you should be on the latest Chrome version since other browsers still have some issues supporting it, otherwise, it will fallback to canvaskit renderer which is slower.<p>I&#x27;ve written about the implementation itself here if anyone is interested: <a href="https:&#x2F;&#x2F;blog.dmilicic.com&#x2F;posts&#x2F;writing-a-personal-website-in-flutter-web" rel="nofollow">https:&#x2F;&#x2F;blog.dmilicic.com&#x2F;posts&#x2F;writing-a-personal-website-i...</a>
Anon843 months ago
I&#x27;m working on my epidemic modeling package in Python: <a href="https:&#x2F;&#x2F;github.com&#x2F;DataForScience&#x2F;epidemik">https:&#x2F;&#x2F;github.com&#x2F;DataForScience&#x2F;epidemik</a> (also <a href="https:&#x2F;&#x2F;pypi.org&#x2F;project&#x2F;epidemik&#x2F;" rel="nofollow">https:&#x2F;&#x2F;pypi.org&#x2F;project&#x2F;epidemik&#x2F;</a>).<p>Currently adding support:<p>- loading&#x2F;saving models<p>- model library<p>- simple math in parameter definition (for example, defining beta=2*eta, where eta is defined previously)<p>- viral intra-host models<p>- demographics<p>- arbitrary seasonality functions<p>The goal is to have it all ready for when my Cambridge epidemic modeling review gets published in a couple of months.<p>It&#x27;s my first serious package, so I would love any feedback
nocommandline3 months ago
Still working on <a href="https:&#x2F;&#x2F;nocommandline.com" rel="nofollow">https:&#x2F;&#x2F;nocommandline.com</a> which started out as a GUI for Google App Engine &amp; Datastore Emulator.<p>I recently added support for Cloud Run and am now building it out. Support for Cloud Function is also on the road map.<p>I’m also still maintaining the patch [2] I created which allows you run App Engine Python 3 Apps with dev_appserver.py on Windows. To test App Engine bundled API&#x2F;services, you need dev_appserver.py<p>[2] <a href="https:&#x2F;&#x2F;github.com&#x2F;NoCommandLine&#x2F;dev_appserver-python3-windows">https:&#x2F;&#x2F;github.com&#x2F;NoCommandLine&#x2F;dev_appserver-python3-windo...</a>
corefinder3 months ago
I want to be able to buy and sell cars as easy as trading Pokemon cards. There&#x27;s lots of issues around fraud, scams, and trust in the car industry. So I&#x27;ve been working on building an online car escrow service I&#x27;m calling Carma Pay that de-risks buying or selling cars, while making it faster and a better experience.<p>I&#x27;m also a student at WSU and will be pitching at our business plan competition. <a href="https:&#x2F;&#x2F;carmapay.com" rel="nofollow">https:&#x2F;&#x2F;carmapay.com</a>
codr73 months ago
Embedded Lisp for app scripting:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;codr7&#x2F;eli">https:&#x2F;&#x2F;github.com&#x2F;codr7&#x2F;eli</a><p>Typed Relational Database access:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;codr7&#x2F;tyred">https:&#x2F;&#x2F;github.com&#x2F;codr7&#x2F;tyred</a>
mcs_3 months ago
Personality protocol for a chatbots platform. How to share personalities among different layers and components. At the end of the day is customization and parametrization of LLM instructions, however an interesting topic to explore.
jkoff3 months ago
While learning Japanese using a mix of comprehensible videos (I like cijapanese.com), podcasts, and shows, I&#x27;ve also been working on my own language learning podcast generator to smooth over plateaus and learn more specialized vocabulary. I&#x27;m getting more and more excited about it as a platform for experimentation with different teaching methods.<p>It&#x27;s not available publicly yet, but works well for my purposes and I&#x27;m working on productionizing it. Sign-up page for updates: <a href="https:&#x2F;&#x2F;letmeknow.jkoff.ca&#x2F;infinite-ci" rel="nofollow">https:&#x2F;&#x2F;letmeknow.jkoff.ca&#x2F;infinite-ci</a>
nico3 months ago
Experimenting with training and running ML models on a “normal computer” (ie. no GPU or cloud servers, just locally on CPU&#x2F;ram)<p>Don’t have a background in ML, so mostly just for learning purposes<p>Been playing a lot with the MNIST dataset. Trying things like training only on the examples the model gets wrong, or training only on random samples of the image (ie. using only a small subset of the pixels of the image as the input), or creating one model per label to overfit the data and then merging the models for testing, or just testing performance of different architectures and frameworks on the same problem
AJRF3 months ago
Probably the most niche thing I have ever created, but I recently worked on taking the books and ratings from Patrick Collison&#x27;s Bookshelf (<a href="https:&#x2F;&#x2F;patrickcollison.com&#x2F;bookshelf" rel="nofollow">https:&#x2F;&#x2F;patrickcollison.com&#x2F;bookshelf</a>) and putting them in a spreadsheet with links to buy them.<p><a href="https:&#x2F;&#x2F;docs.google.com&#x2F;spreadsheets&#x2F;d&#x2F;11jLH3UISmRId_gTFXiTQVW-r0batmZWb_FS-xagMENY&#x2F;edit?pli=1&amp;gid=1221801926#gid=1221801926" rel="nofollow">https:&#x2F;&#x2F;docs.google.com&#x2F;spreadsheets&#x2F;d&#x2F;11jLH3UISmRId_gTFXiTQ...</a>
glth3 months ago
I am currently exploring methods to detect and categorize undocumented special tokens (or: &quot;delimiters&quot;) used by LLMs.<p>As part of this effort, I have developed a preliminary prototype (named deLLMiter) that I am refining.<p>This method is founded upon the hypothesis that there exists a correlation between first-order expressions and more complex, hierarchical forms of expression (<a href="https:&#x2F;&#x2F;glthr.com&#x2F;llm-delimiters-and-higher-order-expressions" rel="nofollow">https:&#x2F;&#x2F;glthr.com&#x2F;llm-delimiters-and-higher-order-expression...</a>).<p>With this project, my goal is to improve the security of LLM models.
nazavo3 months ago
I&#x27;m making a tool for teachers to create realistic and motivational AI portraits for their students to go with &quot;when I grow up&quot; essays (<a href="https:&#x2F;&#x2F;agelens.com" rel="nofollow">https:&#x2F;&#x2F;agelens.com</a>). I was not satisfied with shitty looking AI-aging tools that were on the market, and decided to make a one that looks awesome and inspiring.<p>The goal is to bring inspiring emotions like these to the classrooms - <a href="https:&#x2F;&#x2F;youtube.com&#x2F;shorts&#x2F;waLXYiV-2cE" rel="nofollow">https:&#x2F;&#x2F;youtube.com&#x2F;shorts&#x2F;waLXYiV-2cE</a>
BWStearns3 months ago
Built a writing assistant for second languages (<a href="https:&#x2F;&#x2F;nativi.sh" rel="nofollow">https:&#x2F;&#x2F;nativi.sh</a>). Still working on it a bit but mostly trying to figure out how marketing works.<p>Currently working on a few rust tools for drone stuff.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;BWStearns&#x2F;ulog-rs&#x2F;">https:&#x2F;&#x2F;github.com&#x2F;BWStearns&#x2F;ulog-rs&#x2F;</a> <a href="https:&#x2F;&#x2F;github.com&#x2F;BWStearns&#x2F;flight-engineer">https:&#x2F;&#x2F;github.com&#x2F;BWStearns&#x2F;flight-engineer</a>
OuterVale3 months ago
I&#x27;ve been working on a little search wrapper. It allows using features like DuckDuckGo&#x27;s bangs and Kagi&#x27;s snaps with any engine you choose.<p>For example, you can search &quot;cheese&quot;, and it&#x27;ll show you results for cheese on Google. If you search &quot;!b cheese&quot;, it&#x27;ll search &quot;cheese&quot; but on Bing instead. &quot;@yt !b cheese&quot; will search &quot;site:youtube.com cheese&quot; on Bing.<p>I built it mainly so I wouldn&#x27;t blow through my 100 Kagi trial searches quite so quickly.<p><a href="https:&#x2F;&#x2F;search.vale.rocks" rel="nofollow">https:&#x2F;&#x2F;search.vale.rocks</a>
Ch00k3 months ago
A web app that extends the capabilities of Spotify. You can create artists&#x27; discographies (all albums in a single playlist), merge multiple playlists into a new one with the ability to watch those playlists for new tracks, track live events for artists you follow or artists from a playlist.<p>I have been working on it for about a year now. It is not yet public because I am yet to apply for Spotify API quota extension, but I&#x27;d be happy to allow access manually if anyone wanted to take a look.<p><a href="https:&#x2F;&#x2F;mottle.it&#x2F;" rel="nofollow">https:&#x2F;&#x2F;mottle.it&#x2F;</a>
arkokoley3 months ago
Working on a resume editing tool for rapidly applying to a large number of jobs. The basic idea being that resumes should be tailored to the job being applied to. In this tool, you put in your resume, add in other details regarding your background, projects and other things that you might not put in the resume. You do this once.<p>Now you paste in the job description, we use an llm to generate a new resume grounded in the details you added earlier. You get a pdf that you can submit to the job application.
freetonik3 months ago
Continuing to work on <a href="https:&#x2F;&#x2F;minifeed.net&#x2F;" rel="nofollow">https:&#x2F;&#x2F;minifeed.net&#x2F;</a> for the second year.<p>It’s a curated directory of personal blogs and a blog search engine. I started to build a simple RSS-reader for myself, just wanted a HN-like list of links. Slowly it grew, and now it has full-text search across tens of thousands of blog posts from 700+ blogs (adding new ones every day), related blogs and posts recommendations, lists, link blogs. Now I’m working on adding email newsletters, curated collections, and text-to-speech generation.
pyromaker3 months ago
Launched Mashups back in January and been iterating over it. It&#x27;s Yahoo Pipes clone - something I always wanted to make myself.<p><a href="https:&#x2F;&#x2F;www.mashups.io" rel="nofollow">https:&#x2F;&#x2F;www.mashups.io</a>
dorkrawk3 months ago
I&#x27;m working on a little flat file based blogging tool called Postwave ( <a href="https:&#x2F;&#x2F;github.com&#x2F;dorkrawk&#x2F;postwave">https:&#x2F;&#x2F;github.com&#x2F;dorkrawk&#x2F;postwave</a> ) and using it to power a blog with career advice for software engineers called Don&#x27;t Break Prod ( <a href="https:&#x2F;&#x2F;dontbreakprod.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;dontbreakprod.com&#x2F;</a> ). Because the world needs more blogging tools and advice. Or maybe it just scratches my itch and it&#x27;s fun to build.
bwb3 months ago
I&#x27;m still working on Shepherd, a book discovery platform aimed at feeding readers&#x27; curiosity. Later this year, I am developing a tool to bring your to-be-read pile to life in some cool ways and improve the accuracy of our topic&#x2F;genre system (plus adding themes, tropes, and moods).<p><a href="https:&#x2F;&#x2F;shepherd.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;shepherd.com&#x2F;</a><p>Our reader&#x27;s fav reads of 2024: <a href="https:&#x2F;&#x2F;shepherd.com&#x2F;bboy&#x2F;2024?only-published" rel="nofollow">https:&#x2F;&#x2F;shepherd.com&#x2F;bboy&#x2F;2024?only-published</a>
评论 #43168068 未加载
mrholek3 months ago
I&#x27;m working on <a href="https:&#x2F;&#x2F;github.com&#x2F;coreui&#x2F;coreui">https:&#x2F;&#x2F;github.com&#x2F;coreui&#x2F;coreui</a>, the Bootstrap fork with full Dart Sass 3.0.0+ compatibility.
pwatsonwailes3 months ago
Building two things ATM - first is an interactive fiction engine (almost done) and game with it (halfway there). Just wrapped pre-production on music and art, going into the studio to record final tracks later in the year. Launching end of the year hopefully.<p>I&#x27;m also building an application and training materials to help people with annual strategy. I&#x27;ve spent 20 years in marketing and ops putting up with people doing it badly so this is an attempt to help people running businesses actually come up with a strategy likely to result in something valuable.
igeligel_dev3 months ago
Multiple things<p>* An open-source desk scheduling solution: <a href="https:&#x2F;&#x2F;workplacify.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;workplacify.com&#x2F;</a> (GitHub: <a href="https:&#x2F;&#x2F;github.com&#x2F;igeligel&#x2F;workplacify">https:&#x2F;&#x2F;github.com&#x2F;igeligel&#x2F;workplacify</a>)<p>* A bit passively: <a href="https:&#x2F;&#x2F;sheetsinterview.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;sheetsinterview.com&#x2F;</a> - Hackerrank for Excel&#x2F;Google sheets (I need to add some more task templates, hopefully with AI)<p>* A Chakra UI v3 component library for SaaS
Alex-Programs3 months ago
I&#x27;ve been working on <a href="https:&#x2F;&#x2F;nuenki.app" rel="nofollow">https:&#x2F;&#x2F;nuenki.app</a>, which selectively translates websites as you browse the web so that you can learn languages while you procrastinate.<p>I&#x27;m also doing some electronics - I&#x27;d like to make a tool that gives blind people without light perception light perception by putting a lightweight device on their forehead that delivers haptic feedback based on light intensity. I&#x27;m doing that with a friend, and we&#x27;re planning on open sourcing the specs.
flashyhuckle3 months ago
I&#x27;m working on an iOS Gopher protocol browser. The app is in an &#x27;early stage&#x27;, but the plan is to release it on the App Store as my first app once it&#x27;s ready. <a href="https:&#x2F;&#x2F;github.com&#x2F;flashyhuckle&#x2F;GopherHop">https:&#x2F;&#x2F;github.com&#x2F;flashyhuckle&#x2F;GopherHop</a><p>I&#x27;ve been into &#x27;small web&#x27; and unbloated websites for ease of use and privacy reasons, and all of the available gopher browser apps on iOS are not great, so I have decided to make my own. Maybe someone will find it useful.
lwansbrough3 months ago
<a href="https:&#x2F;&#x2F;rune.sh" rel="nofollow">https:&#x2F;&#x2F;rune.sh</a><p>a platform (not an engine) for building “native”, cross-platform games. exposes WebIDL inspired APIs, including audio, GPU, input, storage, etc. you can think of it like unity without the engine. eventually will support user libraries (read: engines) written in whatever language, usable in whatever language.<p>very rough, don’t expect everything (anything?) to work. might change the name due to the collision with the Rust library by the same name.
kiruio3 months ago
I am working on the second version of WhatDinner [0]. Initially marketed it as &#x27;Tinder to decide what to eat’ and focussed on couples and families, but then only a fraction use it in family mode. So, now I am changing the concept and helping users generally decide what to eat (documenting it here [1])<p>[0] <a href="https:&#x2F;&#x2F;whatdinner.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;whatdinner.com&#x2F;</a><p>[1] <a href="https:&#x2F;&#x2F;bsky.app&#x2F;profile&#x2F;kiruio.bsky.social" rel="nofollow">https:&#x2F;&#x2F;bsky.app&#x2F;profile&#x2F;kiruio.bsky.social</a>
kundi3 months ago
Working on SEO automation agent. For years, understanding and interpreting analytics and combining it with SEO best practices have been a challenge.<p>We built an agent that can make sense of your website, understand how it renders on search engines, its weak points and strengths. You get actionable advice that can make a huge difference in search visibility, often taking less than an hour to implement changes.<p><a href="https:&#x2F;&#x2F;nightwatch.io&#x2F;seo-ai-agent&#x2F;" rel="nofollow">https:&#x2F;&#x2F;nightwatch.io&#x2F;seo-ai-agent&#x2F;</a>
ks20483 months ago
Getting (back) into development for Apple TV.<p>Released an updated version of free app [0] for watching the news show Democracy Now [1]. Let&#x27;s you browse 29 years of back episodes. Learning SwiftUI - mostly great, but when there&#x27;s problems, it can be pretty frustrating.<p>[0] <a href="https:&#x2F;&#x2F;kenschutte.com&#x2F;democracy-now&#x2F;" rel="nofollow">https:&#x2F;&#x2F;kenschutte.com&#x2F;democracy-now&#x2F;</a> [1] <a href="https:&#x2F;&#x2F;www.democracynow.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.democracynow.org&#x2F;</a>
dxbednarczyk3 months ago
A music library organizer, as a replacement for my current workflow with Beets (<a href="https:&#x2F;&#x2F;beets.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;beets.io&#x2F;</a>).<p>Beets takes almost 5 minutes per incremental update of ~1000 folders of tagged flacs with my current configuration, when all I really want it to do is:<p>- fetch album art if not present<p>- create folder structure readable by Subsonic server<p>- symlink relevant files<p>Very raw and unfinished, currently only implemented adding new albums. However, 5 minutes to &lt;1 sec is a promising improvement.
kgabis3 months ago
An iphone todo app that&#x27;s tailored for my needs and motivates me to commit to completing some amount of small tasks every day (even if it&#x27;s just a single &quot;rest and relax&quot; task). Currently I&#x27;m building a prototype with SwiftUI and SwiftData and I&#x27;m struggling to comprehend why Apple is ditching Objective-C. Compared to my previous experience writing and publishing an iphone app, everything now feels much worse with Swift&#x27;s ridiculous compile times and non-descriptive compile errors.
评论 #43168040 未加载
robby10663 months ago
I&#x27;m several months into <a href="https:&#x2F;&#x2F;www.clearboxlegal.com" rel="nofollow">https:&#x2F;&#x2F;www.clearboxlegal.com</a>, a service for affordable legal help with citizenship applications.<p>Right now we&#x27;re trying to figure out our funnels. We&#x27;ve had some pretty good success doing things that don&#x27;t scale particularly well, like going to immigration events. Now I&#x27;m working on getting better visibility across the country (SEO, Google Ads, etc...).<p>I&#x27;m learning a lot, but it&#x27;s slow going.
评论 #43162181 未加载
JackDanMeier3 months ago
I&#x27;m building a tool for uni students to study more effectively and have less stress for their exams. This is done with the study techniques retrieval practice(practising remembering to make recall easier, spaced repetition(schedule reviews for long term memorization, concrete examples. Most of this is done with ai generated flashcards and simple ai explanations. This week I will finish the exam generation feature. <a href="http:&#x2F;&#x2F;www.mimair.com" rel="nofollow">http:&#x2F;&#x2F;www.mimair.com</a>
评论 #43158345 未加载
app1343 months ago
Steganography tool called ez-steg. It supports least significant bit steganography as well as emoji&#x2F;unicode encoding via variation selectors. It grew from a set of scripts I had written to test out data loss prevention systems.<p>Includes some nice-to-haves like payload encryption, carrier image creation<p><a href="https:&#x2F;&#x2F;github.com&#x2F;a-bissell&#x2F;ez-steg">https:&#x2F;&#x2F;github.com&#x2F;a-bissell&#x2F;ez-steg</a>
vira283 months ago
A platform for technical founders to accelerate their journey to PMF <a href="http:&#x2F;&#x2F;buildrappo.com&#x2F;founders" rel="nofollow">http:&#x2F;&#x2F;buildrappo.com&#x2F;founders</a>
评论 #43160398 未加载
dbotha3 months ago
Noodling away on game called Nitronauts in my spare time—just released the demo!<p><a href="https:&#x2F;&#x2F;store.steampowered.com&#x2F;app&#x2F;3539310&#x2F;Nitronauts_Demo&#x2F;" rel="nofollow">https:&#x2F;&#x2F;store.steampowered.com&#x2F;app&#x2F;3539310&#x2F;Nitronauts_Demo&#x2F;</a><p>It’s built on a custom C++ engine (using SDL2) and uses WebRTC for networking, so a browser version is coming very soon. It’s a 2-6 player couch&#x2F;online party game with Bomberman-like mechanics, plus wacky items and power-ups across nine stages.
评论 #43231536 未加载
brisvegas3 months ago
I&#x27;m building an app to help small-to-medium businesses track and manage their subscription spending<p><a href="https:&#x2F;&#x2F;tracksub.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;tracksub.io&#x2F;</a>
BrandiATMuhkuh3 months ago
I&#x27;m working on a simple voice AI tool that &quot;interviews&quot; people. Similar to a questionnaire.<p>Why: - because stable voice AI is still extremely hard. I built multiple such platforms (inbound, outbound, support, phone based) last year. And learned, it is very hard to build something complex with current tool - the interview paradigm is common enough to be useful. E.g: off boarding, business insights, pre&#x2F;post lab experiment interview, market research
denzil3 months ago
I have been working in my spare time on Japanese vocabulary learning app and just yesterday finally convinced myself to publish the sources: <a href="https:&#x2F;&#x2F;github.com&#x2F;d3nzil&#x2F;gaku">https:&#x2F;&#x2F;github.com&#x2F;d3nzil&#x2F;gaku</a><p>Be warned it&#x27;s in early stages, difficult to use and code is big ball of mud. But the basic functionality works, so maybe it will be already useful for someone. And I have been using it and working on it consistently, so hopefully it&#x27;ll only get better.
reverendsteveii3 months ago
I&#x27;m trying a new take on the ubiquitous habit tracker app - one that tracks your daily habits but also tracks rating your day on multiple axes (enthusiasm, engagement, overall mood, etc). The idea is to correlate behaviors and outcomes in a way that provides insight into what could potentially trigger good or bad days. It&#x27;s also an excuse for me to break out of backend web dev land and learn Vue.js and everything I need to know to actually build and host a web app.
1473 months ago
I&#x27;m in the early stages of working on a Kubernetes cost monitoring solution.<p>The current solutions out there are too expensive and not self-serve.<p>If anybody else has this problem, I&#x27;d love to chat with you.
marshughes3 months ago
Recently, I&#x27;ve been engaged in a project that focuses on the market demands of independent developers and small and medium - sized entrepreneurial teams. People involved in R &amp; D often tend to be completely immersed in technology. As a result, the products they develop are left unattended and may not even be needed by anyone, which is really terrible. After all, everyone hopes that the things they develop can be in demand and receive positive feedback.
shekhargulati3 months ago
I’m building Videocrawl <a href="https:&#x2F;&#x2F;www.videocrawl.dev&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.videocrawl.dev&#x2F;</a> a platform designed to make video content more accessible and actionable. It offers two key features:<p>1. API for Clean Transcripts – Extract structured transcripts with references, code snippets, and images.<p>2. AI Video Assistant – Interact with videos using AI-powered tools for summarization, Q&amp;A, and more.<p>Would love to hear your thoughts! You can reach out to me at sg@o14.ai
tempado5903 months ago
I was creating this anonymous confession posting site with a 4chan like interface. [7shin](<a href="https:&#x2F;&#x2F;7shin.vercel.app" rel="nofollow">https:&#x2F;&#x2F;7shin.vercel.app</a>) and today i just created an archive sort of thing called the-image-web. Basically I wanted to create a wall of images uploaded by people on the internet. [theimageweb](<a href="https:&#x2F;&#x2F;theimageweb.vercel.app" rel="nofollow">https:&#x2F;&#x2F;theimageweb.vercel.app</a>)
carlos-menezes3 months ago
I started a football&#x2F;soccer (mostly Premier League focused) podcast with a friend about two months ago. It&#x27;s in Portuguese, but it gives us an hour each week to talk about our love for the game and sprinkle in some interesting statistics.<p>Alongside that, I&#x27;ve also been coaching kids (ages 4 to 11) at a local Benfica academy since September, and I&#x27;ve had a lot of fun helping them improve in many areas of the game. It&#x27;s a truly enriching experience.
nathan_f773 months ago
I&#x27;m still working on DocSpring [1], originally launched on Hacker News in October 2017 under the name &quot;FormAPI.&quot; It&#x27;s a PDF generation API with a template editor UI for setting up fields on PDF forms. It makes it easy to turn complex tax and immigration forms into simple type-safe APIs with strong validations.<p>I&#x27;ve been having a lot of fun with AI agents lately. Have tried a lot of them - Cline, Roo Code, Windsurf, and finally settled on Cursor now with Claude 3.5 sonnet. It&#x27;s been a big boost for my productivity.<p>AI helped me write a synchronous API proxy in Go that I&#x27;m almost ready launch. One of the main challenges with Ruby on Rails is that it&#x27;s terrible at handling long-lived HTTP requests. Especially a lot of them at the same time. So our PDF generation API was forced to be asynchronous and our customers need to poll for status updates (or set up webhooks.)<p>This new synchronous subdomain will handle all the polling logic for you, so you can just make an HTTP request, wait a few seconds (or longer), and receive a link to a PDF that&#x27;s ready to download. Even with AI, it was still very difficult and took many weeks to get it right. Challenges included security, load testing, data races, concurrency, and setting up reliable, secure infrastructure with an internal load balancer. I learned a huge amount about both Go and Kubernetes. But it&#x27;s almost done and I should be launching in the next day or two.<p>After that, I&#x27;m finally launching support for template versioning. This will allow you to pin your API requests to a published version, so you can keep making changes to a draft version without affecting production. It&#x27;s long overdue so I&#x27;m excited to get this launched as well.<p>Also working on a side project from time to time: VisualCI [2]. We have a lot of PDF integration tests that use image diffs, and some browser tests where I compare screenshots. So this is a tool I&#x27;ve wanted for a long time, and the paid services I&#x27;ve found can be a bit pricy. I&#x27;m going to try to build a very simple MVP that just does what we need, and maybe others will find it useful too.<p>[1] <a href="https:&#x2F;&#x2F;docspring.com" rel="nofollow">https:&#x2F;&#x2F;docspring.com</a><p>[2] <a href="https:&#x2F;&#x2F;visualci.com" rel="nofollow">https:&#x2F;&#x2F;visualci.com</a>
jcarrano3 months ago
Trying to develop an app to test FFGL video plugins. I already gave up on GStreamer and now I&#x27;m battling libavcodec&#x2F;FFmpeg. Once I gain enough experience, the next step will be a more complex video processing system.<p>I&#x27;m also developing an online store for media files. At this point it would have been cheaper to pay for a ready-to-use service, but I felt like refreshing my knowledge of web development. I&#x27;m still unsure if going with react-router was the right choice.
nmfisher3 months ago
Bridging 3D editing with AI image&#x2F;video-to-video. I have a lot of the disparate elements (timeline, video export, texture projection, etc) but I&#x27;m still playing around trying to find the killer use case.<p><a href="https:&#x2F;&#x2F;mixreel.ai" rel="nofollow">https:&#x2F;&#x2F;mixreel.ai</a><p>Website is just a placeholder, but I&#x27;m documenting my progress on Bluesky at <a href="https:&#x2F;&#x2F;nickfisherau.bsky.social&#x2F;" rel="nofollow">https:&#x2F;&#x2F;nickfisherau.bsky.social&#x2F;</a>.
MichaelEstes3 months ago
I&#x27;ve been working on language for a little over a year now. There&#x27;s no documentation at all, just some examples if you can figure out how to run them. I thought building a compiler would take less time than it has, but it&#x27;s been feeling like a good investment in my future of making things. It&#x27;s a project I can just keep moving with forever.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;MichaelEstes&#x2F;Spite">https:&#x2F;&#x2F;github.com&#x2F;MichaelEstes&#x2F;Spite</a>
coopykins3 months ago
Working on <a href="https:&#x2F;&#x2F;resumeflows.com" rel="nofollow">https:&#x2F;&#x2F;resumeflows.com</a><p>A tool that builds job-specific tailored resumes. It&#x27;s not a novel idea, but the ones I&#x27;ve seen use a subscription based model, and as a user I feel more inclined to purchase some tokens for usage based approach. Also my wife has been looking for a job for a time and I thought it would be handy for her.<p>Pretty close to getting ready for launch.
评论 #43170005 未加载
iamwil3 months ago
A reactive notebook that can handle side effects. I&#x27;ve had to go back to the drawing board, but making good progress. The latest is work on the core reactive and effect system and not yet integrated back into the notebook, but will get there. I&#x27;ve been logging my progress so far:<p><a href="https:&#x2F;&#x2F;interjectedfuture.com&#x2F;tag&#x2F;lab-notes&#x2F;" rel="nofollow">https:&#x2F;&#x2F;interjectedfuture.com&#x2F;tag&#x2F;lab-notes&#x2F;</a><p>Subscribe to follow along if you&#x27;re interested.
muzani3 months ago
I&#x27;m making AI more fun to talk with. The new updates just keep making it blander and blander. What I want to do is inject more personality into bots. It&#x27;s not natural, it&#x27;s dramatized.<p>Quillbot makes it sound better for essays and presentation. I want to do the opposite and make it sound elliptical, turn a rant into a jab, that kind of thing. You don&#x27;t say, &quot;You&#x27;re an idiot,&quot; you say, &quot;Thanks, I thought I was the dumbest person in the room.&quot;
DavidPP3 months ago
1. My personal website. -&gt; I spent so much time ingesting content, I finally realized I need to produce some too.<p>2. A AI assisted brief generator -&gt; clients often have a hard time articulating their requirements for new projects.<p>3. Prototyping the UX of &quot;my&quot; version of the perfect &quot;process aware&quot; editor. More organized than a Wiki, more flexible than tools like Jira, Aha and all. Not ready to share a public link yet. My goal is share my mockup in a week or two.
csbartus3 months ago
Working on creating likely-correct software with formal and semi-formal methods for rapid iteration.<p>Done the first demo: <a href="https:&#x2F;&#x2F;www.osequi.com&#x2F;studies&#x2F;list&#x2F;list.html" rel="nofollow">https:&#x2F;&#x2F;www.osequi.com&#x2F;studies&#x2F;list&#x2F;list.html</a>, now focusing on &quot;diagrams as code&quot;: <a href="https:&#x2F;&#x2F;tonsky.me&#x2F;blog&#x2F;diagrams&#x2F;" rel="nofollow">https:&#x2F;&#x2F;tonsky.me&#x2F;blog&#x2F;diagrams&#x2F;</a>
chilldsgn3 months ago
I built a small SaaS, mostly for myself, around OpenAI&#x27;s API to quickly generate and store all of my web page meta descriptions for blogs.<p>Right now I am adding a couple of features as well as improvements to the UI and I want to make a proper pricing section for the landing page. Also need to figure out marketing. I enjoyed building it so much!<p><a href="https:&#x2F;&#x2F;descripto.app&#x2F;" rel="nofollow">https:&#x2F;&#x2F;descripto.app&#x2F;</a>
Risse3 months ago
I&#x27;ve been dabbling with local ML projects, and trying to get them to run with ROCm on my Radeon 7900 XTX card. All the solutions to run for example Llama.cpp or Automatic1111 are a bit hacky, so I made a repo where I document how to run them in containers.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;Krisseck&#x2F;ROCm-Docker-Scripts">https:&#x2F;&#x2F;github.com&#x2F;Krisseck&#x2F;ROCm-Docker-Scripts</a><p>Needs more documentation and more projects, but all contributions are welcome!
miletus3 months ago
I&#x27;m working on Build That Idea - <a href="https:&#x2F;&#x2F;buildthatidea.com" rel="nofollow">https:&#x2F;&#x2F;buildthatidea.com</a> - A platform that allows anyone to create custom GPTs in 60 seconds and monetize them<p>Here&#x27;s how it works:<p>- Define your GPT<p>- Choose a base LLM (OpenAI, Claude, DeepSeek, etc.)<p>- Upload knowledge base<p>- Set pricing and start making money<p>I’d love to hear what the HN community thinks!
intended3 months ago
A simple, non tech method to increase agreement in online arguments.<p>I’ve gotten to some degree of a protocol, surprisingly.<p>——-<p>I had made this LLM prompt (about a year ago?) wildly useful in helping me think.<p>It’s helped with everything from realizing you have burnout, relationship issues, arguments with family members, Mondays<p><a href="https:&#x2F;&#x2F;chatgpt.com&#x2F;g&#x2F;g-Cdq3drl87-two-guides-3" rel="nofollow">https:&#x2F;&#x2F;chatgpt.com&#x2F;g&#x2F;g-Cdq3drl87-two-guides-3</a><p>I made another version, which showed its “thinking”.
dietsche3 months ago
<a href="https:&#x2F;&#x2F;github.com&#x2F;hamradiolog-net&#x2F;adif">https:&#x2F;&#x2F;github.com&#x2F;hamradiolog-net&#x2F;adif</a><p>i’m learning golang and made this library that parses ham radio ADIF logs. my goal was to match the speed of the golang json parser. i managed to surpass it by about 2x!<p>i’m currently employed writing c#, but looking for a job elsewhere and golang seemed like a good way to level up :)
评论 #43174965 未加载
crypteasy3 months ago
I&#x27;ve been working on digitizing my family genealogy. ~90 years ago, a book was published documenting my family&#x27;s lineage in America. I&#x27;ve digitized part of it, used OCR to extract the text, and then used LLMs to format the data for integration into a family tree. I hope to publish the family tree and make it editable so that it&#x27;s a living family tree that others can add to and keep up to date.
cosiiine3 months ago
I&#x27;ve been using Javascript to generate frame-by-frame animations as SVGs. I composite these into big grids, then use a pen plotter to draw them with ink. Afterwards, I cut them into individual frames and do stop motion animations.<p>This is first attempt, working on another now: <a href="https:&#x2F;&#x2F;www.instagram.com&#x2F;p&#x2F;DGdORIKNQ5w&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.instagram.com&#x2F;p&#x2F;DGdORIKNQ5w&#x2F;</a>
antonkar3 months ago
I’m working on Rational Utopia and multiversal AI alignment, with the computational ethics that span from the Big Bang to the ultimate dystopia or direct democratic multiversal utopia <a href="https:&#x2F;&#x2F;www.lesswrong.com&#x2F;posts&#x2F;LaruPAWaZk9KpC25A&#x2F;rational-utopia-multiversal-ai-alignment-steerable-asi" rel="nofollow">https:&#x2F;&#x2F;www.lesswrong.com&#x2F;posts&#x2F;LaruPAWaZk9KpC25A&#x2F;rational-u...</a>
quechimba3 months ago
I&#x27;m working on my web framework Mayu. Currently attempting to make something like Vite&#x2F;Rollup for Ruby, basically a new module system where you can import all sorts of file types with plugins, and hot module replacement.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;mayu-live&#x2F;framework">https:&#x2F;&#x2F;github.com&#x2F;mayu-live&#x2F;framework</a><p><a href="https:&#x2F;&#x2F;mayu.live&#x2F;" rel="nofollow">https:&#x2F;&#x2F;mayu.live&#x2F;</a>
dijksterhuis3 months ago
<i>still</i> working on octatools ... CLI for doing &quot;stuff&quot; with Elektron Octatrack binary data files.<p>* reversed engineered 90% of the data files<p>* finally got copying banks between projects working (a 10-ish year old feature request no-one has implemented yet)<p>* now tidying it up before I publish it on basically every public forum octatrack people hang out on and hoping I don&#x27;t completely bork people&#x27;s stuff in the process.
bilater3 months ago
My weekend project Open Deep Research got more traction than I would have thought.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;btahir&#x2F;open-deep-research">https:&#x2F;&#x2F;github.com&#x2F;btahir&#x2F;open-deep-research</a><p>An open source alternative to Gemini&#x2F;OpenAI deep research. I&#x27;m experimenting with this cool flow chart workflow that I think can be a cool twist on generating reports for deep research.<p>Check it out and lemme know what you think. :)
digest3 months ago
I&#x27;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.
gijoeyguerra3 months ago
Another website framework. I&#x27;m using this objective to figure out what&#x27;s essential and what&#x27;s not. Trying to answer the question, &quot;what&#x27;s the least amount of code required to get something performant, hot-reloading for fast dev feedback, and web tech&quot;?<p><a href="https:&#x2F;&#x2F;github.com&#x2F;joeyguerra&#x2F;juphjacs">https:&#x2F;&#x2F;github.com&#x2F;joeyguerra&#x2F;juphjacs</a>
zb773 months ago
I&#x27;m building component playground using atomic design tokens to create harmonious components. It provides live previews with auto package imports, with AI you can generate components or theme them using the theme engine, and supports popular tech stacks (Next, React, Native, Shadcn, Tailwind, MUI). Later you can install components via CLI or copy generated prompt to tools like Cursor. Le link: compify.app
haxzie3 months ago
I&#x27;m working solo on a project called Sequel (<a href="https:&#x2F;&#x2F;sequel.sh" rel="nofollow">https:&#x2F;&#x2F;sequel.sh</a>), it uses the latest Claude 3.7 to generate and execute SQL query against your connected database. Used by a bunch of folks now, trying to figure out a distribution channels and setup to self host the tool now.
bovis3 months ago
For a few years, I&#x27;ve been learning Rails (on top of some middling previous knowledge of Ruby) so I could build a site that manages data for the racing sim Assetto Corsa.<p><a href="https:&#x2F;&#x2F;functionalracing.com" rel="nofollow">https:&#x2F;&#x2F;functionalracing.com</a><p>It doesn&#x27;t look like much, but there&#x27;s a lot going on behind the scenes. I&#x27;m proud to finally make it live.
manugo43 months ago
I&#x27;m working on an Android&#x2F;iOS database client to quickly insert data (currently supporting Postgres). I use it to record my workouts, journal, etc.<p>It&#x27;s in open testing phase for Android users if anyone wants to check it out: <a href="https:&#x2F;&#x2F;play.google.com&#x2F;store&#x2F;apps&#x2F;details?id=com.manugo.bitacora">https:&#x2F;&#x2F;play.google.com&#x2F;store&#x2F;apps&#x2F;details?id=com.manugo.bit...</a>
Dathuil3 months ago
Mostly just trying to get back into game development after a 15 year hiatus. Trying to task myself with recreated some portion of a game I&#x27;ve been playing recently. This month it&#x27;s the fishing mini game from Dredge. Last month it was a simple inventory system. I&#x27;ve nothing to share really, I&#x27;d hoped to do a few blog posts on it, but having a 17 month old takes up most of your spare time
hboon3 months ago
I have been building <a href="https:&#x2F;&#x2F;theblue.social" rel="nofollow">https:&#x2F;&#x2F;theblue.social</a> which provides analytics and post scheduling for Bluesky along with a little side-tools for following-back followers and cleaning your followings.<p>Been on this the last few months. Have worked on a few other ideas before that but those didn&#x27;t fly.
japhyr3 months ago
django-simple-deploy, a tool for making your initial Django deployment easier across a variety of platforms. It&#x27;s plugin-based, so it should cover a growing set of platforms and deployment approaches. I just made the 1.0 release this month.<p><a href="https:&#x2F;&#x2F;django-simple-deploy.readthedocs.io&#x2F;en&#x2F;latest&#x2F;" rel="nofollow">https:&#x2F;&#x2F;django-simple-deploy.readthedocs.io&#x2F;en&#x2F;latest&#x2F;</a>
ag_user1232 months ago
I am working on Note API Connector <a href="https:&#x2F;&#x2F;noteapiconnector.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;noteapiconnector.com&#x2F;</a> It allows you to import and sync live data from any API into Notion.
bayindirh3 months ago
Refactoring my pushover.net tool Nudge [0] to have a more cleaner code since it&#x27;s feature complete for my needs, now.<p>Writing the specifications of a file format which I&#x27;ll be using for the second iteration of an high-performance material simulation code I have written in my Ph.D.<p>[0]: <a href="https:&#x2F;&#x2F;git.sr.ht&#x2F;~bayindirh&#x2F;nudge" rel="nofollow">https:&#x2F;&#x2F;git.sr.ht&#x2F;~bayindirh&#x2F;nudge</a>
kleiba3 months ago
We bought a 50 year old house that has never been touched since the year it was build. With the costs of trades being through the roof, I&#x27;m trying to do as much as possible myself - currently demoing the house to the studs (if it had studs, it&#x27;s actually all brick walls and concrete floors).<p>In my off-hours, I&#x27;m working on an old school pixel art RPG, but in 3D.<p>Oh, and finally I&#x27;m also working on finding a new job :-(
评论 #43158230 未加载
cyco1303 months ago
I&#x27;m building a web-based Atari 8-bit emulator [1]. I haven&#x27;t pushed my current progress yet, the repo only contains the CPU emulator and a few utils which I wrote a few years ago. Lots of bugs and missing features but it can already run some of my favorite games, so I&#x27;m pretty happy and proud!<p>[1] <a href="https:&#x2F;&#x2F;sfotty.cyco130.com" rel="nofollow">https:&#x2F;&#x2F;sfotty.cyco130.com</a>
Appesteijn3 months ago
While looking for a job, I encountered the trouble that is called ATS. Nobody sees your resume if it is not &#x27;approved&#x27; by an automated system. So I decided to build a tool to optimize my generic resume for a vacancy, ATS and company culture.<p><a href="https:&#x2F;&#x2F;aycabtu.com" rel="nofollow">https:&#x2F;&#x2F;aycabtu.com</a><p>Although n=1, I do have the feeling it works ( but that could also be the IKEA coginive dissonance)
Rush21123 months ago
I made a Python library that can be used to simulate the combined effect of financial patterns (e.g. salary, inflation, investment gains, etc) over time so you can plan your finances better. It&#x27;s currently on my GitHub and I&#x27;m looking for new things to add to it :) <a href="https:&#x2F;&#x2F;github.com&#x2F;TimoKats&#x2F;pylan">https:&#x2F;&#x2F;github.com&#x2F;TimoKats&#x2F;pylan</a>
xyproto3 months ago
A self-contained little web server that supports Lua, HTTP&#x2F;3, PostgreSQL and all sorts of different things:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;xyproto&#x2F;algernon">https:&#x2F;&#x2F;github.com&#x2F;xyproto&#x2F;algernon</a><p>A snappy and configuration-free little editor&#x2F;IDE for the terminal:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;xyproto&#x2F;orbiton">https:&#x2F;&#x2F;github.com&#x2F;xyproto&#x2F;orbiton</a>
anshumankmr3 months ago
I am making a simple tool to make playlists on spotify with AI... still there is a lot to be done like making the flow a lot more conversational, integrating with YouTube, replicating the same thing there, then writing a frontend (planning on using ShadCN for that); <a href="https:&#x2F;&#x2F;github.com&#x2F;anshumankmr&#x2F;sporky">https:&#x2F;&#x2F;github.com&#x2F;anshumankmr&#x2F;sporky</a>
else422 months ago
Been working on a put.io download client for *arr implementing the transmission RPC interface: <a href="https:&#x2F;&#x2F;github.com&#x2F;elsbrock&#x2F;plundrio">https:&#x2F;&#x2F;github.com&#x2F;elsbrock&#x2F;plundrio</a>
lysecret3 months ago
I built this small website to retrieve personalized quotes&#x2F;poems and questions also some habit tracking <a href="https:&#x2F;&#x2F;www.checkindaily.ai&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.checkindaily.ai&#x2F;</a><p>Also I have built a chrome plugin that can filter twitter by feeding your feed to gemini returning only tweets that match a criteria (E.g. no politics, only Ai or something more elaborate).
bryanhogan3 months ago
Recently finished rewriting the code for my personal blog: <a href="https:&#x2F;&#x2F;bryanhogan.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;bryanhogan.com&#x2F;</a><p>Have also been working on making a customizable self-tracking app for my thesis.<p>And learning Korean, working on an app to learn words faster: <a href="https:&#x2F;&#x2F;game.tolearnkorean.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;game.tolearnkorean.com&#x2F;</a>
FrozenSynapse3 months ago
Another movie recommendation web app. Long ago, I used Jinni, and I liked their labelling method a lot, categorising movies by mood, plot type, character types, etc. Then, Jinni was sold, disappeared and I wanted to create something similar. The Christmas days off I had the time and I started making it.<p>* <a href="https:&#x2F;&#x2F;moviematey.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;moviematey.com&#x2F;</a>
tschillaci3 months ago
I quit my job last December to start an AI x AdTech startup which didn&#x27;t work out: we discovered a similar piece of tech was about to get released by Google AdX. So now it&#x27;s back to finding ideas, I&#x27;m sure there are niche problems that can be addressed using AI agents, one idea we have is developing an AI agent enabling content creators to better connect with their community.
jhunter10163 months ago
I’m building an open source static website hosting platform. The idea was to get back to less complexity. There are so many static sites and apps out there that jump through crazy deployment hoops just for something that should just be a simple file upload.<p>Recently open sourced everything.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;orbiterhost&#x2F;.github">https:&#x2F;&#x2F;github.com&#x2F;orbiterhost&#x2F;.github</a>
nubela3 months ago
I&#x27;m building a digital B2B debt collection service with teeth (<a href="https:&#x2F;&#x2F;accountgram.com" rel="nofollow">https:&#x2F;&#x2F;accountgram.com</a>). Basically, the contrarian of most debt collection startups trying to be a nicer nag, now with AI! Instead, I want there to be real consequences for defaulting on B2B debts via means of public disclosure, and then more.
yakshaving_jgt3 months ago
I&#x27;m working on a tool which validates the HTML in your web application as it&#x27;s being used. Because valid HTML is still important, and otherwise you need to integrate HTML valid into a test suite in CI (which is hard), or you need to manually validate pages with one of the online validators (which is tedious and doesn&#x27;t scale).<p>Interested in this? Email me. My email is on my profile.
MatthewBF3 months ago
I&#x27;m working on re-writing Partizion to be faster, easier to use, simpler, and more beautiful (beautiful is good design — <a href="https:&#x2F;&#x2F;paulgraham.com&#x2F;taste.html" rel="nofollow">https:&#x2F;&#x2F;paulgraham.com&#x2F;taste.html</a>).<p>After the chrome MV3 migration which was an absolute rigmarole, I lost my taste for beauty. I want to get back to making beautiful software.
j-rom3 months ago
Trying to scratch my own itch by creating (yet another) todo list site. It&#x27;s more for me than anyone else. I typically use a simple text file to track my tasks in a day but I wanted something just a <i>little</i> bit more. Still minimal but maybe 1 - 2 steps above editing a file.<p>Donezo: <a href="https:&#x2F;&#x2F;donezo.pages.dev&#x2F;" rel="nofollow">https:&#x2F;&#x2F;donezo.pages.dev&#x2F;</a>
henadzit3 months ago
I&#x27;m working on an open-source event tracking infrastructure using AWS and Apache Iceberg. Think Heap or Mixpanel but you own the data, the data is in your data like within seconds and it&#x27;s dirt cheap.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;manymetrics&#x2F;manymetrics">https:&#x2F;&#x2F;github.com&#x2F;manymetrics&#x2F;manymetrics</a>
fersarr3 months ago
I&#x27;m improving my webapp that helps you learn lanaguages through short stories: <a href="https:&#x2F;&#x2F;webbu.app&#x2F;" rel="nofollow">https:&#x2F;&#x2F;webbu.app&#x2F;</a>. I recently added the ability to play the sounds of words and sentences to improve listening and pronunciation. You can also practice different verb tenses, answer questions, track your vocab, etc.
carnewal3 months ago
Building Duty, a TypeScript workflow orchestration tool for durable async execution.<p>Unlike queues (SQS) needing state hacks or pricey orchestration tools, Duty uses your existing Postgres to ensure tasks survive (retry) failures, retain state between runs, and eventually finish.<p>Pre-release, star if interested<p><a href="https:&#x2F;&#x2F;github.com&#x2F;webslash&#x2F;duty">https:&#x2F;&#x2F;github.com&#x2F;webslash&#x2F;duty</a>
Ritepaw3 months ago
I&#x27;m still working on my passion project: <a href="https:&#x2F;&#x2F;nextflick.tv" rel="nofollow">https:&#x2F;&#x2F;nextflick.tv</a><p>I&#x27;m in the process of refining the filters determining which movies will be included. And at the same time I am trying to acquire news users, which is going quite well. Slow and steady increase, I am currently sitting at around 100 visitors per day.
louisdecharson3 months ago
I&#x27;ve built a small desktop app (Electron) with a chat interface with multiple LLMs (OpenAI, Mistral, Anthropic) and simple &quot;agents&quot;. Done that to automate some of the tasks and practice JS. <a href="http:&#x2F;&#x2F;github.com&#x2F;louisdecharson&#x2F;converse">http:&#x2F;&#x2F;github.com&#x2F;louisdecharson&#x2F;converse</a> Happy to get some feedback.
fjjjrjj3 months ago
Getting through winter volunteering commitments that end soon, and daydreaming about learning some new skills.<p>I have Python experience as a data engineer and I want to revisit Django. And my kid is getting into the Roblox studio GUI tools and I want to work on a Lua project with him to get him started with SDLC concepts and an IDE.<p>TBD exactly what that will look like or what direction it will go.
vekker3 months ago
Radar-based device for measuring athlete sprint &amp; agility tests.<p>A lot of professional sports clubs, S&amp;C coaches, etc.. use timing gates for measuring sprints, but those are a pain to set up, only capture split times, and are expensive. I think radar (+ optional video overlay) provides a far superior solution.<p><a href="https:&#x2F;&#x2F;ledsreact.com" rel="nofollow">https:&#x2F;&#x2F;ledsreact.com</a>
neok2 months ago
I am working on scraping api website <a href="https:&#x2F;&#x2F;scrapingforge.com" rel="nofollow">https:&#x2F;&#x2F;scrapingforge.com</a> Started as a side project, it&#x27;s not released yet.
movpasd3 months ago
I&#x27;m working on valuation models for wholesale electricity trading of flexibility assets (batteries, basically).<p>Currently I&#x27;m restructuring a big chunk of the code for readability, trying to apply good refactoring practices (work in small bits).<p>After a lot of frustrating experiences with Python linear optimization DSLs, I&#x27;m thinking of writing my own at some point as a side-project :)
评论 #43158285 未加载
ranguna3 months ago
I recently started 3D printing rings and electro plate then with gold or silver. I&#x27;m also going to explore powder coating soon.<p>Once I feel comfortable, I&#x27;ll probably open an Instagram account and hand out free personalised rings. For some time I&#x27;ve thought about how I should price them, and I&#x27;ve reached the conclusion that giving them out for free feels right.
fullstackchris3 months ago
I&#x27;m building a full event sourcing framework for the IDE to help software creators (myself included) create educational software courses and lessons 100x faster! Hoping to launch the full product by summer:<p><a href="https:&#x2F;&#x2F;codevideo.io" rel="nofollow">https:&#x2F;&#x2F;codevideo.io</a><p><a href="https:&#x2F;&#x2F;github.com&#x2F;codevideo">https:&#x2F;&#x2F;github.com&#x2F;codevideo</a>
pzagor23 months ago
<a href="https:&#x2F;&#x2F;leadsparklabs.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;leadsparklabs.com&#x2F;</a><p>LeadSparkLabs is an agency that assists small and medium-sized businesses in generating more leads by quickly creating customized Lead Magnet Mini Apps. These mini apps are designed to engage your target audience and convince them to give you their email.
famahar3 months ago
Working on letting users upload their own transparent fashion images to a web app that let&#x27;s you use your camera to apply the world to characters clothing. I made it for an exhibition in Kyoto and it was a lot of fun. Hoping to expand on it a bit more.<p><a href="https:&#x2F;&#x2F;www.urbanlens.city&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.urbanlens.city&#x2F;</a>
255kb3 months ago
Still working on <a href="https:&#x2F;&#x2F;mockoon.com" rel="nofollow">https:&#x2F;&#x2F;mockoon.com</a>, an open-source API mocking desktop tool, after 7 years. My focus is now on the cloud version which is key to guarantee a future where the tool is still actively maintained and independent (read: free from high growth&#x2F;high profits pressure).
hasanhaja3 months ago
Been wanting to learn browser APIs like Service Workers and IndexedDB in depth, and HTMX, so started building a Todo App: <a href="https:&#x2F;&#x2F;github.com&#x2F;hasanhaja&#x2F;tasks-app">https:&#x2F;&#x2F;github.com&#x2F;hasanhaja&#x2F;tasks-app</a><p>It&#x27;s meant to work entirely offline and the service worker acts as the backend for the application.
kristopolous3 months ago
secrets management that&#x27;s easier to use than whatever you currently do.<p>just started it this week (won a bunch of things at a hackathon with it)<p>this is going to be free (there&#x27;s a different product for enterprise this will feed into - but this is going to always be free). join the discord for announcements.<p><a href="https:&#x2F;&#x2F;nblx.org" rel="nofollow">https:&#x2F;&#x2F;nblx.org</a>
SubGenius3 months ago
Matrixbird - an experimental email powered by matrix.<p><a href="https:&#x2F;&#x2F;matrixbird.com" rel="nofollow">https:&#x2F;&#x2F;matrixbird.com</a>
krthr3 months ago
- An instagram e-commerce search engine for LATAM (starting with Colombia): <a href="https:&#x2F;&#x2F;dev.dommo.app" rel="nofollow">https:&#x2F;&#x2F;dev.dommo.app</a> (still in development)<p>- poesia.pics - to generate poetry (spanish) from pictures<p>- podtafolio.co - a podcast directory (colombia). it generates a summary of the episodes and provide a search experience
woile3 months ago
I&#x27;m still working on <a href="https:&#x2F;&#x2F;reciperium.com" rel="nofollow">https:&#x2F;&#x2F;reciperium.com</a> I&#x27;ve fixed a bunch of bugs, and hopefully if I can I&#x27;ll be adding support for uploading pictures.<p>reciperium is a small platform to write recipes and easily fork other recipes to adapt them to your liking
emehex3 months ago
I&#x27;m working on my online multiplayer game: kingbit (iOS). I released it back in 2023 and haven&#x27;t touched the code since. It&#x27;s still by far my most successful app (7.3M impressions, 500 MAU) so I&#x27;m excavating the code and going to try and seriously monetize this project into a real business.
devtanna3 months ago
Super simple business idea validator using AI.<p><a href="https:&#x2F;&#x2F;ideapulse.io" rel="nofollow">https:&#x2F;&#x2F;ideapulse.io</a>
评论 #43157042 未加载
davidanekstein3 months ago
I’m making an iOS app to analyze one’s personal data and run self experiments. It just launched on product hunt last week!<p><a href="https:&#x2F;&#x2F;www.producthunt.com&#x2F;posts&#x2F;reflect-ad2b97ed-13af-443d-9f86-d9ed976d2479" rel="nofollow">https:&#x2F;&#x2F;www.producthunt.com&#x2F;posts&#x2F;reflect-ad2b97ed-13af-443d...</a>
soheilpro3 months ago
<a href="https:&#x2F;&#x2F;volt.fm" rel="nofollow">https:&#x2F;&#x2F;volt.fm</a> - Spotify Stats &amp; Music Discovery
评论 #43158352 未加载
Instantnoodl3 months ago
&quot;90s black metal Pokémon&quot; aka a first person roguelike dungeon crawler with monster collection elements. C++ with no engine :)<p><a href="https:&#x2F;&#x2F;store.steampowered.com&#x2F;app&#x2F;3460840&#x2F;Gloamvault&#x2F;" rel="nofollow">https:&#x2F;&#x2F;store.steampowered.com&#x2F;app&#x2F;3460840&#x2F;Gloamvault&#x2F;</a>
czue3 months ago
I started a new project: <a href="https:&#x2F;&#x2F;lifeweeks.app&#x2F;" rel="nofollow">https:&#x2F;&#x2F;lifeweeks.app&#x2F;</a><p>It&#x27;s a way to create a visualization of your life in weeks, based on Gina Trapani&#x27;s version that I saw here last week. Would love feedback if anyone has any!
评论 #43171609 未加载
moribunda3 months ago
I work on tremolo picking.<p>Time to play some black metal!
NotAnOtter3 months ago
A chess site I&#x27;m calling &#x27;Chess Derivatives&#x27; with modified rules to reinforce best practice. I&#x27;m still tweaking the specifics but the basic pitch is this<p>Augmented Chess: Normal chess with conventional ELO ranking system but you get additional penalties &amp; rewards based on common bad practices, and recovering from bad positions.<p>&gt; The first person that breaks from the book line loses 10% of the start time (unless book was not an option &#x2F; the line was exhausted)<p>&gt; Missing a forced checkmate forces you to wait 5% of the start time before your next move<p>&gt; Achieving any principled position good grants some time (Passed pawn, connected rooks, rook &#x2F; queen &#x2F; bishop battery, etc)<p>&gt; Doing any principled bad position loses some time (Knight on the rim, blocked bishop, king past the first rank in early game or mid game<p>----------------------<p>Continued Position: Chess but you continue a position from a high-level chess championship. There are a couple value-adds here<p>&gt; Provide lower level players with a way to start a middle or end game positions after a highly skilled player followed all the correct principles. My theory is this will reinforce why those principles exists, how they can benefit you, etc.<p>&gt; Provide high level players a way to be forced into positions out of their comfort zone &#x2F; their preferred styles<p>&gt; Provide differently-skilled players to continue play from unique positions with the desired amount of odds. So a GM might play a 1000 ELO player but starting from a position with -9 evaluation, etc.<p>If you have any ideas, comments, or feedback LMK.
nurbo3 months ago
Coding Interview Prep as an Epic quest: <a href="https:&#x2F;&#x2F;faangshui.com&#x2F;books&#x2F;foundations&#x2F;chapters&#x2F;accumulators&#x2F;lessons&#x2F;the-art-of-accumulation" rel="nofollow">https:&#x2F;&#x2F;faangshui.com&#x2F;books&#x2F;foundations&#x2F;chapters&#x2F;accumulator...</a>
dmos623 months ago
A computationally derived variant of English that has a 1-to-1 mapping between spellings and pronunciations.
评论 #43157987 未加载
tmilard3 months ago
A no-code video game builder: Example made in 3 hours<p><a href="https:&#x2F;&#x2F;free-visit.net&#x2F;fv_users&#x2F;garance&#x2F;vis&#x2F;VisiteBNF001-004a&#x2F;runVisit_VisiteBNF001-004a.html" rel="nofollow">https:&#x2F;&#x2F;free-visit.net&#x2F;fv_users&#x2F;garance&#x2F;vis&#x2F;VisiteBNF001-004...</a>
oulipo3 months ago
We&#x27;re a French team of engineers&#x2F;designers working on the first Repairable and Fireproof e-bike battery! (compatible with 90% of e-bike controllers, Bosch included), check it out on <a href="https:&#x2F;&#x2F;get.gouach.com" rel="nofollow">https:&#x2F;&#x2F;get.gouach.com</a>
aditgupta3 months ago
I wanted a minimal tool to easily track, organize, and reflect on my reading—so I built one: <a href="https:&#x2F;&#x2F;bookstates.app" rel="nofollow">https:&#x2F;&#x2F;bookstates.app</a>. I&#x27;m familiar with StoryGraph, but aimed for something even simpler. (and with a sprinkle of AI)
iib00113 months ago
Im creating a free web-based, open-source self-hosted platform that brings together all your favorite online tools in one place—fully self-hosted and ad-free.<p>Project: <a href="https:&#x2F;&#x2F;github.com&#x2F;iib0011&#x2F;omni-tools">https:&#x2F;&#x2F;github.com&#x2F;iib0011&#x2F;omni-tools</a>
rhl3143 months ago
<i>Magnetron.ai – Instantly Create Lead Magnets</i><p>I have been working on this tool to create lead magnets. Magnetron researches the web for your topic and creates a well crafted ebook as your lead magnet.<p>You can try it here (<a href="https:&#x2F;&#x2F;magnetron.ai" rel="nofollow">https:&#x2F;&#x2F;magnetron.ai</a>)<p>(This is still WIP)
javierluraschi3 months ago
Working on hal9.ai -- Long term, a Roblox for AI; short term, a Python customizable ChatGPT that is enterprise ready. Think of ChatGPT without the LLM and support for writing your own RAG.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;hal9ai&#x2F;hal9">https:&#x2F;&#x2F;github.com&#x2F;hal9ai&#x2F;hal9</a>
csomar3 months ago
A merge conflict resolution tool for git&#x2F;github. It is <i>very</i> alpha at the moment (<a href="https:&#x2F;&#x2F;codeinput.com" rel="nofollow">https:&#x2F;&#x2F;codeinput.com</a>) but my timeline is to go live on the next 3 months. Feel free to reach out if this of interest.
anil_gr3 months ago
Adding the Spelling Bee equivalent in Kannada language to my Kannada word puzzles app.<p><a href="https:&#x2F;&#x2F;play.google.com&#x2F;store&#x2F;apps&#x2F;details?id=app.puzzle.padaku&amp;hl=en_US">https:&#x2F;&#x2F;play.google.com&#x2F;store&#x2F;apps&#x2F;details?id=app.puzzle.pad...</a>
mrwww3 months ago
A learners dictionary for Dutch <a href="https:&#x2F;&#x2F;hetnederlands.com" rel="nofollow">https:&#x2F;&#x2F;hetnederlands.com</a><p>Learn Dutch through immersion, look up any word and get lots of examples in very simple Dutch.<p>Just having a lot of fun playing around with LLMs and language learning basically.
rasulkireev3 months ago
Markteing AI Agents for founders who suck at Marketing: <a href="https:&#x2F;&#x2F;marketingagents.net&#x2F;" rel="nofollow">https:&#x2F;&#x2F;marketingagents.net&#x2F;</a>
thevivekshukla3 months ago
A cloud agnostic platform to run your compute workloads across cloud providers. Currently supports Vultr and DigitalOcean. More cloud providers coming soon. Will also release support for on-prem.<p>Daestro - <a href="https:&#x2F;&#x2F;daestro.com" rel="nofollow">https:&#x2F;&#x2F;daestro.com</a>
manish_gill3 months ago
Implementing <a href="https:&#x2F;&#x2F;interpreterbook.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;interpreterbook.com&#x2F;</a> and subsequently <a href="https:&#x2F;&#x2F;compilerbook.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;compilerbook.com&#x2F;</a> in C++.
neom3 months ago
I did this over the weekend just to learn about netlify functions, you can get a hackernews mystic reading, hehe: <a href="https:&#x2F;&#x2F;chimerical-praline-494358.netlify.app&#x2F;" rel="nofollow">https:&#x2F;&#x2F;chimerical-praline-494358.netlify.app&#x2F;</a>
tiniuclx3 months ago
I&#x27;m working on Botnet of Ares [0], an incremental hacking game where you exploit millions of devices in order to evolve a superintelligent AI.<p>[0] <a href="https:&#x2F;&#x2F;tiniuc.com&#x2F;botnet-of-ares&#x2F;" rel="nofollow">https:&#x2F;&#x2F;tiniuc.com&#x2F;botnet-of-ares&#x2F;</a>
评论 #43157264 未加载
tetek3 months ago
I was on a hackathon this weekend and we made a tool for product owners - a bot that joins calls, listens, creates and refines Linear tasks<p><a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=_8K7yWjdyJQ" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=_8K7yWjdyJQ</a><p>We didn&#x27;t win :(
igleria3 months ago
I have yet to start a pet project that would entail using deep reinforcement learning to make a computer learn to beat this game: <a href="https:&#x2F;&#x2F;danielben.itch.io&#x2F;dragonsweeper" rel="nofollow">https:&#x2F;&#x2F;danielben.itch.io&#x2F;dragonsweeper</a>
brokegrammer3 months ago
<a href="https:&#x2F;&#x2F;milliontimer.com" rel="nofollow">https:&#x2F;&#x2F;milliontimer.com</a> - A time-tracking and invoice generation tool for freelancers focusing on simplicity.<p>It&#x27;s not 100% finished yet, but I&#x27;ve been using it myself on my freelance projects.
blululu3 months ago
I&#x27;m working on a music box to stream web radio channels from soma.fm. This was originally a scheme to have a crazy radio interface with seashells as the dials and the such, but now it has become a slog through linux audio drivers and systemd services.
Oras3 months ago
Out of my frustration with resume builders, I decided to build one that has no login, no signup, and no payment.<p>Just create&#x2F;upload your resume, update it, choose the template and colour and download.<p><a href="https:&#x2F;&#x2F;resumeyay.com" rel="nofollow">https:&#x2F;&#x2F;resumeyay.com</a>
dbremner3 months ago
I&#x27;m rewriting a suite of network applications from C++ to Rust as a learning exercise. It&#x27;s a long obsolete and obscure protocol, so the results aren&#x27;t particularly useful, but it&#x27;s been a good introduction to the language.
andy_ppp3 months ago
I’ve been working on <a href="https:&#x2F;&#x2F;veloa.com" rel="nofollow">https:&#x2F;&#x2F;veloa.com</a> (think twitch meets peloton for open hardware). Would be great to get a cofounder to help so if you’re into cycling and programming let’s have a chat!
urda3 months ago
Writing, just some writing. It does not matter if it is technical, creative, or something else. Just wanting to put pen to paper, and get it out there. See it at <a href="https:&#x2F;&#x2F;urda.com" rel="nofollow">https:&#x2F;&#x2F;urda.com</a>
kelvinjps103 months ago
I&#x27;m working in a web app to edit the text in an image. Meaning thag using ocr for detecting the text then try to find the modt closest font and replacing the text in the image for an editable texbox with the same text but being able to edit it.
rakejake3 months ago
Working on a Carnatic Raga Detector. Longtime pet project of mine and I&#x27;m currently unemployed so no time constraints. Still, progress has been pretty slow due to various reasons but I haven&#x27;t given up this time so I guess that&#x27;s a plus.
jaronilan3 months ago
Almost finished a short story I started writing when I read something on HN. It is about life expectancy.<p>Edit: Three from prior published here: <a href="https:&#x2F;&#x2F;github.com&#x2F;jaronilan&#x2F;stories">https:&#x2F;&#x2F;github.com&#x2F;jaronilan&#x2F;stories</a>
kenjinp3 months ago
I&#x27;m building geomancer, a google earth for fantasy worlds. <a href="https:&#x2F;&#x2F;geomancer.kenny.wtf&#x2F;" rel="nofollow">https:&#x2F;&#x2F;geomancer.kenny.wtf&#x2F;</a><p>think virtual table top, live sharing for players, map manipulation
nosecreek3 months ago
I’ve been scraping and tracking Canadian grocery prices for a few years, lots of ideas on how to do more with it if I had more time… <a href="http:&#x2F;&#x2F;grocerytracker.ca&#x2F;" rel="nofollow">http:&#x2F;&#x2F;grocerytracker.ca&#x2F;</a>
wbazant3 months ago
Still working on Falling Fruit beta site! Just finished a big project to migrate the existing 10 languages with AI, I based it on the existing verbiage but looking for native speakers to check them, especially Vietnamese, Greek, Hebrew, and Arabic.
jimnotgym3 months ago
Purely in my head. A new kind of ERP system. I&#x27;m tempted to start writing it in public to trigger debate. I don&#x27;t really want to say what is novel about it exactly, but it would be very open.<p>Turned in to a pretty boring post, since I gave no detail!
pythops3 months ago
Working on oryx: TUI for sniffing network traffic using eBPF on Linux The next enhancement is to add tcpdump like filters. Github: <a href="https:&#x2F;&#x2F;github.com&#x2F;pythops&#x2F;oryx">https:&#x2F;&#x2F;github.com&#x2F;pythops&#x2F;oryx</a>
redgetan3 months ago
A multiplayer card game thats inspired from UNO and exploding kittens. WebGL at moment but will be on mobile soon. <a href="http:&#x2F;&#x2F;simpleyuji.itch.io&#x2F;fishbait" rel="nofollow">http:&#x2F;&#x2F;simpleyuji.itch.io&#x2F;fishbait</a>
odwyerrich3 months ago
Recently I&#x27;ve built a job site for UK contractors, Outside IR35 contracts only. Quite niche, but I needed it myself so now it exists: <a href="https:&#x2F;&#x2F;outsideir35.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;outsideir35.com&#x2F;</a>
sandruso3 months ago
Cross platform desktop app using tauri v2 which allows you to define shortcuts and bind them to prompts. You can then copy text, press the shortcut and paste result from gpt.<p><a href="https:&#x2F;&#x2F;kaiboard.com" rel="nofollow">https:&#x2F;&#x2F;kaiboard.com</a>
blair_devmode3 months ago
Chipping away at a virtual office space for devs (<a href="https:&#x2F;&#x2F;flurry.world&#x2F;" rel="nofollow">https:&#x2F;&#x2F;flurry.world&#x2F;</a>). Adding more features, some of which are morphing into new apps.
ruuda3 months ago
I&#x27;m working on adding floats to the RCL configuration language (<a href="https:&#x2F;&#x2F;rcl-lang.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;rcl-lang.org&#x2F;</a>) to finally deliver on the json superset promise. Blog post coming soon!
davidw3 months ago
I did a fun small Elixir thing that fetches my Albertsons receipts and stores them so I can track our grocery spending there over time. It&#x27;s produced some interesting results that have changed our spending habits a little bit.
chooma3 months ago
Working gathering the most accurate lead data, which then is used as input for AI sales development representatives: <a href="https:&#x2F;&#x2F;billie.ai" rel="nofollow">https:&#x2F;&#x2F;billie.ai</a>
arionhardison3 months ago
<a href="https:&#x2F;&#x2F;uhc.dev" rel="nofollow">https:&#x2F;&#x2F;uhc.dev</a> - With all the layoffs etc... at UHC I am trying to setup a 100% AI powered version of UHC. Just learning&#x2F;practice really; but been really fun.
_kush3 months ago
I&#x27;m working full time on growing my app <a href="https:&#x2F;&#x2F;lookaway.app" rel="nofollow">https:&#x2F;&#x2F;lookaway.app</a>. I&#x27;ve been working on it for more than a year now and it&#x27;s been growing organically since.
GTP3 months ago
I&#x27;m doing a PhD about pre-silicon fault injection. I was working on a speeidea to improve current fault injection simulators for hardware designs, but I may have to put it on the side for now, since I stalled for a while now.
zdwolfe3 months ago
I&#x27;m working on a dumb tool to picture-in-picture show rendered GPS data as a mini-map with a forward- and backward-looking trail on top of GoPro footage (to memorialize cool bike rides).
A4ET8a8uTh0_v23 months ago
I not really working on anything bigger. All the stuff I am tinkering with are smaller tools I need to help with my other &#x27;forever pending&#x27; projects, but it feels productive and I am seeing mild progress so I am happy.
jb_briant3 months ago
Building a melee combat system in UE5 which feels between Sekiro and DeadCells. Dynamic, explosive, satisfying and with both the ability to smash attack button and i-framing actions. Low barrier to entry, high skill cap.<p>Lot of cool cpp to write
icemelt83 months ago
Working on my startup <a href="https:&#x2F;&#x2F;wetarseel.ai" rel="nofollow">https:&#x2F;&#x2F;wetarseel.ai</a> which uses WhatsApp API for message broadcasts and creating whatsapp bots to converse with incoming messages.
评论 #43161727 未加载
dv35z3 months ago
(1) 3D wood-craft! - I recently got a CNC router (it&#x27;s a drill on a motorized arm, that can carve 3D shapes out of wood), and I&#x27;ve been challenging myself to build operate it completely from an open-source stack.<p>- Computer: Used Dell Optiplex, bought on the streets of Medellin Colombia<p>- Operating system: Debian Linux &#x2F; XFCE<p>- 2D design: Inkscape<p>- 3D design: Kiri:Moto (<a href="https:&#x2F;&#x2F;grid.space&#x2F;kiri&#x2F;" rel="nofollow">https:&#x2F;&#x2F;grid.space&#x2F;kiri&#x2F;</a>), soon FreeCAD<p>- CNC controller: Universal G-Code Sender (UGS) --&gt; GRBL<p>I am passionate about &quot;maker-space entrepreneurship&quot; (it&#x27;s the dream job), so I&#x27;m meeting potential clients in my city to understand their ambitions and challenges, so we can work together to make useful prototypes to solve them.<p>Useful forums:<p>- <a href="https:&#x2F;&#x2F;forum.makerforums.info&#x2F;" rel="nofollow">https:&#x2F;&#x2F;forum.makerforums.info&#x2F;</a> - This is my &quot;new Hackernews&quot;<p>(2) Affirmator - I&#x27;m building a system where you provide your goals as affirmations (example: &quot;I feel healthy, fit and strong&quot;, &quot;Today&#x27;s the day to make it happen&quot;). The system then uses Text-to-speech to generate voice audio files. Next Affirmator uses `mpv` (media player - similar to VLC) and `cron` to automatically shuffle-play these affirmations every day in the morning &amp; evening. I recently used Python and FFMPEG to add &quot;vocalization pauses&quot; at the end of the affirmation audio, so that you have time to say the affirmation out loud.<p>Some of the driver &amp; inspiration for this program is Earl Nightingale&#x27;s &quot;The Strangest Secret&quot;, Napoleon Hill&#x27;s &quot;Think and Grow Rich&quot;, James Clear&#x27;s &quot;Atomic Habits&quot; and other personal development programs. These books always have these &quot;every day, you should X&quot; (meditate, write your goals, etc) - and I became frustated - Just how many &quot;things&quot; are you &quot;supposed&quot; to do per day, and how do they fit together, and how can you create helpful reminders &amp; to turn these into habits? So far, I&#x27;ve been testing the system on myself, and it&#x27;s been a HUGE help towards giving purpose to my life and day, and reducing feelings of depression &amp; insecurity.<p>The solution is completely open-source (useable as web app, local docker container, and installable on a stand-alone computer - which I recommend), and I&#x27;ll also soon offer it as a for-pay service.<p>If anyone is interested in these projects, I welcome contributors!<p>&#x2F;&#x2F; JRO
RandomBacon3 months ago
I vouched for Geolede (made by a green username) but it still needs more vouching. It looks interesting IMO.<p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=43154984">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=43154984</a>
jeanlucas3 months ago
I&#x27;m building tools for my own community on WhatsApp, from a simple bot to summarize texts and give some simple statistics to full on subscriptions through WhatsApp itself.<p>Yes, I&#x27;m aware I relying on WhatsApp and that it is a risk.
评论 #43157251 未加载
onurgenes3 months ago
Trying to make a gen z targeted speech to text tool focusing on ease of use <a href="https:&#x2F;&#x2F;yapscribe.com" rel="nofollow">https:&#x2F;&#x2F;yapscribe.com</a><p>generally using customized whisper based models with better performance
agentbellnorm3 months ago
Im making an orthodox file manager with vim-ish interactions. In rust with iced-rs.
keizo3 months ago
endlessly hacking on <a href="https:&#x2F;&#x2F;grugnotes.com" rel="nofollow">https:&#x2F;&#x2F;grugnotes.com</a> -- an old school, but also ai first notes app. Adding in &quot;Cursor for notes&quot; features right now.
davidkuennen3 months ago
A stock market app that helps reduce the time one has to look at news and other information to know what&#x27;s going on: <a href="https:&#x2F;&#x2F;stockevents.app" rel="nofollow">https:&#x2F;&#x2F;stockevents.app</a>
quodlibet3 months ago
I am building a game called The kill every mosquito Project (tkemp) inspired on The Kill everyone Project (tkep) from around 2006-2007. Mostly as an experiment to learn some new tools, unsure if it will ever be released.
rozap3 months ago
finished integrating our new FOSS ecu into our racecar, and started rewriting the data logging software for our team. Learning about can, wrote a dbc parser and frame interpreter for our higher level tools. Also integrated some existing components with the new ecu, our in car display now speaks can instead of serial, and soon another device will be pushing can packets to our analysis app. streaming can packets over lora and&#x2F;or lte. analysis app is being un-jankified too. it&#x27;s a phoenix tool for timeseries&#x2F;laptime&#x2F;etc dashboards.
jesserobbins3 months ago
Having built out a very satisfying overkill homeassistant environment, I am now optimizing my critical load battery backup setup. (EG4 12000xp + Powerpro batteries)
zft3 months ago
I&#x27;m working on bluesky social analytics tool for businesses and marketers. <a href="https:&#x2F;&#x2F;www.graphtracks.com" rel="nofollow">https:&#x2F;&#x2F;www.graphtracks.com</a>. Feedback is welcome.
kaizenb3 months ago
Working on a social network that connects us through art and culture. ArtConnects &gt; <a href="https:&#x2F;&#x2F;artconnects.club" rel="nofollow">https:&#x2F;&#x2F;artconnects.club</a>
BonoboIO3 months ago
An invoice matching and tagging system based on the documents in paperless-ngx<p>Using Gemini LLM and Python.<p>Highly focused on my needs, with special prompts and few shot matching.<p>Code is a little bit convoluted, maybe I will have time to open source it.
2341209876543 months ago
Fine-tuning an LLM to create long-form podcast timestamps. Apparently even the best LLMs with long context are incredibly bad with this so I&#x27;m curating data and creating a service out of it.
DataDaemon3 months ago
<a href="https:&#x2F;&#x2F;www.pulsafutura.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.pulsafutura.com&#x2F;</a> - Create Your Own Web Tool for Free Add a tool to favourites and use for free! :)
jarrell_mark3 months ago
Last weekend I made a program that tells you how to look better. AI of course. It was inspired by r&#x2F;howtolooksmax<p><a href="https:&#x2F;&#x2F;lookbetterai.com" rel="nofollow">https:&#x2F;&#x2F;lookbetterai.com</a>
darrelld3 months ago
Working on a loyalty points platform.<p>Right now it&#x27;s been commissioned by one customer and is a hodgepodge of duct tape and glue.<p>Trying to slowly refactor functions so I can truly make a platform and onboard new customers.
jasfi3 months ago
I&#x27;m building an AI NoCode platform with the MVP still under development.<p>There&#x27;s a wait-list sign-up though: <a href="https:&#x2F;&#x2F;aiconstrux.com" rel="nofollow">https:&#x2F;&#x2F;aiconstrux.com</a>
westoque3 months ago
working on cursor for desktop. why rely on AI agent that’s self-contained when it’s limited, can’t access the browser, can’t open apps or click around.<p>i simply want mine to be able to fill in forms in preview with a passport image as context. also to be able to do recurring tasks as if i was the desktop user. e.g., i’m going to bed keep working on this spreadsheet.<p>it’s working and built but very slow and buggy atm. uses multimodal LLMS and OCR but lots more optimizations needed. need to make it a lot faster. can demo it and need help if anyone is interested.
KingOfCoders3 months ago
Currently writing a free &quot;Hiring Developers&quot; booklet<p><a href="https:&#x2F;&#x2F;leanpub.com&#x2F;RecruitingDevelopersEbook" rel="nofollow">https:&#x2F;&#x2F;leanpub.com&#x2F;RecruitingDevelopersEbook</a>
sccomps3 months ago
I am working on a free mobile app for speed cubers. you can download the ios version at <a href="https:&#x2F;&#x2F;sccomps.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;sccomps.com&#x2F;</a>
iancmceachern3 months ago
Building the best hardware product design firm in SF (www.iancollmceachern.com) and also building an injection molding and 3d printing company based right here in SF (www.goldengatemolders.com)
pxheller3 months ago
Still working on RunGen.AI – a platform to deploy any LLM or Image model from HuggingFace by just pasting a link.<p>Still a lot of work to do, but solves a real pain I had while building my previous side project
vincejos3 months ago
I&#x27;m building a cashback rates comparator for France :) <a href="https:&#x2F;&#x2F;www.best-cashback.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.best-cashback.com&#x2F;</a>
genatron3 months ago
<a href="https:&#x2F;&#x2F;genatron.ai" rel="nofollow">https:&#x2F;&#x2F;genatron.ai</a> - Build ready-to-use business apps in a few minutes by providing requirements in plain English.
mrwww3 months ago
A snowmobile platform that aggregates all different snowmobile models and their info <a href="https:&#x2F;&#x2F;skoterbanken.se" rel="nofollow">https:&#x2F;&#x2F;skoterbanken.se</a>
zyx_db3 months ago
currently im trying to write more! i have been a fan of several bloggers for years now, but have never had the courage to start myself. hoping to change that this year.<p>i figure writing online would be a fun way to try and start conversations with people who are interested in the same topics. also, hopefully any technical posts can go to show employers that im not just another junior engineer whos reliant on LLMs for coding, and have some deep knowledge.
评论 #43200358 未加载
likium3 months ago
Building a multi-modal llm app across multiple platforms and syncs. Doing this is both harder and easier than I expected. Can’t wait to ship it out into the real world soon.
pandatigox3 months ago
Building a patient management software backed by AI clinical note taking. Built for dentists. I&#x27;ve been developing it whenever I don&#x27;t have to be in the chair.
dutchbrit3 months ago
I&#x27;m working on building a few niche marketplaces&#x2F;communities - and a platform (hosted and self hosted option) allowing people to start their own niche groups.
tulasa3 months ago
Currently integrating hardwares on card chip scripting application on C++. I hope I can start blogging on it soon. Easily the most interesting thing I have been involved in.
jerrygoyal3 months ago
I&#x27;m building the quickest AI extension for chromium browsers <a href="https:&#x2F;&#x2F;chatgptwriter.ai" rel="nofollow">https:&#x2F;&#x2F;chatgptwriter.ai</a>
ChrisMarshallNY3 months ago
I&#x27;ve been working on improvements on a couple of shipping apps, by improving the main app UI, and adding things like widgets and Apple Watch companion apps.
doranrothe3 months ago
We are packaging a software product for the niche of broadcast television, radio, cable, and digital. No-Code, Copilot embedded.
hedayet3 months ago
An open-source, non-profit Digital Dopamine Detox platform - <a href="https:&#x2F;&#x2F;algodetox.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;algodetox.com&#x2F;</a>
cwiz3 months ago
A generative visual novel where you play roguelike poker (balatoro-inspired by simpler) to buy narrative and character cards that fed to LLM to create a story.
sebnun3 months ago
I&#x27;m building a podcast player to learn languages.<p><a href="https:&#x2F;&#x2F;www.langturbo.com" rel="nofollow">https:&#x2F;&#x2F;www.langturbo.com</a> (No signup required)
sonderotis3 months ago
Trying to rewrite the UI for my blog. Fixing responsiveness<p><a href="https:&#x2F;&#x2F;mtende.vercel.app" rel="nofollow">https:&#x2F;&#x2F;mtende.vercel.app</a>
suralind3 months ago
Last few weeks I’ve been trying to implement my own GitHub Actions runner, a little bit as a fun side project and a little bit to improve observability.
bhouston3 months ago
Trying my hand at an autonomous AI coding &quot;assistant&quot;, via <a href="https:&#x2F;&#x2F;mycoder.ai" rel="nofollow">https:&#x2F;&#x2F;mycoder.ai</a>
gom_jabbar3 months ago
Nick Land&#x27;s main thesis that capitalism and AI are identical.<p><a href="https:&#x2F;&#x2F;retrochronic.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;retrochronic.com&#x2F;</a>
评论 #43155792 未加载
unknown3213 months ago
Interface addon for Linux-based NW series Walkmans<p><a href="https:&#x2F;&#x2F;github.com&#x2F;unknown321&#x2F;wampy">https:&#x2F;&#x2F;github.com&#x2F;unknown321&#x2F;wampy</a>
vinny9153 months ago
Working on an app that helps you earn more credit card rewards (most people could earn a few thousand dollars worth of rewards per year) getpointise.com
switchstance3 months ago
I&#x27;m building a daily trivia game using Bolt.new.<p>What do you think? <a href="https:&#x2F;&#x2F;brainblitz.app" rel="nofollow">https:&#x2F;&#x2F;brainblitz.app</a>
pagade3 months ago
Currently working on to auto sync Notion events to Google Calendars based on Project property. I needed this desparately so decided to do it myself.
BaudouinVH3 months ago
I&#x27;m working on making a WordPress site fully accessible. I don&#x27;t have full access. Kind of an uphill battle. Deadline end of june 2025.
vinny9153 months ago
Working on an app to help you earn more credit card rewards (most people could earn a few thousand dollars a year from rewards) getpointwise.com
taormina3 months ago
Well, I know that I was just saying that HN is not the place to look for gamers, but I am still working on a video game.<p>Danger World (<a href="https:&#x2F;&#x2F;linktr.ee&#x2F;playdangerworld" rel="nofollow">https:&#x2F;&#x2F;linktr.ee&#x2F;playdangerworld</a>) is well underway and should be coming out later this year! Danger World is a 2D narrative adventure written using Flutter&#x27;s open source game engine, Flame. I am the solo developer. I&#x27;ve been working with a very talented art team to do the art and animations in Spine. The composer has just finished the soundtrack!<p>Danger World is running on iOS, Android, MacOS and Windows. Last week, we got Danger World compiling on my Steamdeck for SteamOS instead of having to use the Windows .exe + Proton. I&#x27;ll be getting the Linux depot setup in Steam soon.<p>In the spirit of doing things that won&#x27;t scale to get some interest bootstrapped, I&#x27;ve been doing a sticker giveaway. I have a bunch of stickers featuring the cast of the game and the Danger World logo and I have been mailing them out to anyone who wants them. I&#x27;ve sent out 40 envelopes or so with about 10 stickers in them each.<p>So far, in experimenting with the various social media platforms, Bsky seems to be where my potential users are. I posted a boxart concept that I was using for IndieDB and got 100 followers from that single post of who all appear to be real actual users. Certain engagement metrics like impressions are non-existent in Bsky, but in exchange for real actual engagement from people who seem interested in my game&#x27;s art, who cares?<p>X feels extremely P2W, except you buy their checkmark and they still don&#x27;t show your content to anyone. I&#x27;m still experimenting heavily in social media land. Meta and Tiktok seem to show more promise, but since I&#x27;ve been scoping out and planning a visual novel mode I have also been considering taking Reddit up on their free ad credit.<p>I&#x27;d love to talk with anyone more experienced in marketing games like mine.
anatoly3 months ago
Building a prototype of a site&#x2F;app to help teach my youngest child speak and understand language. He&#x27;s five and doesn&#x27;t speak beyond just a few syllables and 3-4 simplest words. He has something called childhood apraxia of speech, which is basically a condition where the brain doesn&#x27;t know how to control muscles of the tongue&#x2F;the mouth&#x2F;the lips to create complex movements necessary for speech. These movements can be learned, but it can be a very very slow process. Sometimes it&#x27;s just a few sounds that need to be learned or fixed, but with my son, it&#x27;s very severe. Adam says &quot;mama&quot; and &quot;papa&quot; and can pronounce several vowels together with 2-3 consonants after 1.5 years of intensive speech-production-directed therapy. This month&#x27;s achievement is he learned to purse his lips, which he never could before, and which you need for sounds like &#x27;oo&#x27; (he still can&#x27;t say the sound while pursing his lips). He understands much more (hundreds of words), but mostly in isolation, following rapid speech is hard.<p>There are apps that help kids on the autistic spectrum to communicate, and flashcard systems, and we&#x27;re experimenting with these, but they&#x27;re more geared towards encouraging the child to communicate. In our case, he communicates fine with gestures, nudges, pointing at things he wants, bringing flash cards of foods he wants, eye contact etc. And he seems to have good cognitive skills in terms of puzzles, basic arithmetics and counting, memory, etc. It is learning language as an auditory system that seems to be really difficult.<p>Adam can &#x27;read&#x27; in the sense of knowing and recognizing all the letters (he takes delight in that) and pronounce the few syllables he&#x27;s able to when he sees them written out (mostly consonants m,n,h with vowels a,o,e). His phonematic understanding for other syllables exists but is poor (e.g. he has trouble choosing between a BAH card and a PAH card when I say one of them out loud, whereas the letters B&#x2F;P in isolation are easy). My idea is to build an app&#x2F;site which teaches him and reinforces three-way connections [picture]&lt;--&gt;[written form]&lt;--&gt;[sounds] by letting him &quot;type&quot;, initially by pecking at large squares with letters on screen, rather than an entire keyboard. So for example, there&#x27;s a picture of him at the top, a row of 4 big blank squares underneath the leftmost of which is blinking, and 7-8 letters strewn around at the bottom, from which he can type in sequence A-D-A-M and get a sound effect of victory. For words he doesn&#x27;t know or remember, there&#x27;s a mode where he just needs to repeat e.g. C-A-T which is already written in identical squares in a separate row just above, then after a few successes the hint row goes away. For an MVP in which I can quickly backfill 100-200 simple words like that, and track progress, this would already, I think, be valuable; then maybe I can add a mode where the words sounds (with or without the picture) and he needs to type it.<p>If all this works for simple words, and he takes pleasure in typing, the stretch goal is to turn from words into short sentences, and both teach him phrases like I WANT [X], or WHERE IS MOM?, and let him request stuff with such phrases. None of this directly addresses the apraxia problem of actually learning to move his lips&#x2F;tongue&#x2F;throat&#x2F;etc. appropriately, but I hope it can create more scaffolding around our efforts in that area (which we try very hard to work on daily) and together help him build an understanding of language&#x2F;syntax. I&#x27;m very worried that, despite ongoing (very slow) progress in both speaking and understanding, phrases, sentences, syntax seem to elude Adam&#x27;s grasp, and time is running so very fast.<p>I&#x27;ve been a backend&#x2F;systems developer almost all my life, with not a lot of frontend experience (although I do know basic HTML&#x2F;CSS&#x2F;JS), and no app development. So I&#x27;m thinking for now to prototype this as a web page&#x2F;pages, maybe using a lightweight framework rather than vanilla HTML (not sure), and let him interact with it on the iPad. I&#x27;ll try to get the basic visual elements (picture&#x2F;rows of squares for typed letters&#x2F;bag of letters to choose from below) right with CSS&#x2F;JS, and see if I can iterate from that. That&#x27;s the idea, currently.
Timber-65393 months ago
A portainer replacement written in Python that should eventually pick up compose container modification features similar to Dockge.
reducesuffering3 months ago
<a href="https:&#x2F;&#x2F;exoroad.com" rel="nofollow">https:&#x2F;&#x2F;exoroad.com</a><p>Helping people find their ideal place to live (in the US)
mehphp3 months ago
Maintaining current Shopify app and building another.<p>Why not just grow the first one? It has plateaued and I can’t seem to figure out why.
评论 #43161622 未加载
mlacks3 months ago
A Sui blockchain scanning app. Plenty of those already but a level up for me in programming complexity<p>Moving to a trading bot eventually
zzo38computer3 months ago
I am working on a ZZT-like game engine called &quot;Super ZZ Zero&quot;. (Someone who is interested might try.)
verdverm3 months ago
<a href="https:&#x2F;&#x2F;blebbit.app" rel="nofollow">https:&#x2F;&#x2F;blebbit.app</a><p>Community Spaces on ATProto<p>(blend of discord, reddit, fb groups)
awscherb3 months ago
wait, when&#x27;s your birthday?<p><a href="https:&#x2F;&#x2F;www.waitwhensyourbirthday.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.waitwhensyourbirthday.com&#x2F;</a><p>something I am working on to help people keep track of birthdays. many people I know use facebook only to keep track of birthdays, so this hopefully will be a replacement
fregocap3 months ago
I&#x27;m a professional trader for a commodity company and there is lots of friends&#x2F;family that asked me where to invest. I&#x27;ve therefore decided to put my portfolio as a SaaS: <a href="https:&#x2F;&#x2F;thesimpleportfol.io" rel="nofollow">https:&#x2F;&#x2F;thesimpleportfol.io</a> . I&#x27;ve traded that portfolio for the last 8 years and the live execution is even better than the backtest.
Saigonautica3 months ago
I made a small and light CRUD web thing in FastAPI to organize my personal library. Mostly it focuses on physical books, but handles ebooks too. I published it as FOSS and some people requested features, so I expanded it a little. It&#x27;s nothing fancy: <a href="https:&#x2F;&#x2F;github.com&#x2F;seanboyce&#x2F;ubiblio">https:&#x2F;&#x2F;github.com&#x2F;seanboyce&#x2F;ubiblio</a><p>...absolutely no one requested an RISC V port, but I did that too for laughs. Neat to see the whole thing run on a system the size of a postage stamp.<p>Not sure what to do with it next. Will probably just let it be what it is, and fix any bugs that people report. Maybe move on to a new little weekend project.
j-bos3 months ago
I&#x27;m building a silly little script to install Ubuntu and the grub partition on encrpyted RAID1 arrays.
wiz21c3 months ago
@work high level modelling of hydraulics constructions (not too much math, just a bit)<p>@hobby AccurApple my Apple 2e emulator
apexskier3 months ago
I&#x27;m trying to work on a new outdoor route building and mapping engine, focused on wilderness areas.
评论 #43160599 未加载
kilowatt3 months ago
An LLM assistant app for engaging with your journal. Insights, prompts (for humans), research leads, etc.
评论 #43156523 未加载
SouravInsights3 months ago
working on this new open source form builder: <a href="https:&#x2F;&#x2F;github.com&#x2F;SouravInsights&#x2F;fairforms">https:&#x2F;&#x2F;github.com&#x2F;SouravInsights&#x2F;fairforms</a><p>this week, thinking of adding a new feature where users can create forms just with prompts..
mealkh3 months ago
I am building an RPG Maker MZ game with my son, who just turned four this winter. :)
rancevent3 months ago
I am making a clone of the chrome dinosaur game in the terminal using Go and Bubbletea
linux_devil3 months ago
I am collaborating with a group of veterinarians to address pet health concerns.
yc-kraln3 months ago
I&#x27;m working on inexpensive, mass-manufacturable fully autonomous drones.
gfmascarenhas3 months ago
I&#x27;m working on a second brain LLM, kinda super human power to live forever
englishspot3 months ago
an email notifications service for Frigate NVR in rust. even wrote my own MQTT library. could I just use pre-existing solutions like home assistant? probably.. but then, it wouldn&#x27;t be half as fun.
greenie_beans3 months ago
bookhead, zapier for independent bookstores: <a href="https:&#x2F;&#x2F;bookhead.net&#x2F;blog&#x2F;fragmented&#x2F;" rel="nofollow">https:&#x2F;&#x2F;bookhead.net&#x2F;blog&#x2F;fragmented&#x2F;</a>
thrw0113 months ago
Merging data from spreadsheets with db, with schema mismatches nightmare...
teuobk3 months ago
Ultra-fast rise-time pulse generators! Yeah, hardware -- or, hooray, hardware!<p>A few months back, I got excited about pulse generators that had rise times on the order of 15 to 30 picoseconds. There aren&#x27;t a lot of those available, and I was curious about what would go into their design. so I decided to build my own. <a href="https:&#x2F;&#x2F;voltative.com&#x2F;pulser" rel="nofollow">https:&#x2F;&#x2F;voltative.com&#x2F;pulser</a>
gabrielcsapo3 months ago
completely offline RAG personal assistant app (tasks, notes, location data, health data) bifurcated by context (e.g. work, personal, project-a) a corpus of knowledge.
meekaaku3 months ago
AI enhanced mini ERP.<p>Side project: Building a 6 DOF robot arm with dynamixel servos.
leyoDeLionKin3 months ago
A platform for productivity assistants for startup founders
keyurishah3 months ago
creating a AI generated data pipelines. building config data driven pipelines that enables domain driven data teams
ejs3 months ago
I&#x27;m working on a solution for gathering product metrics and making sure applications keep running — when you don&#x27;t want to install or maintain a lot of extra stuff. <a href="https:&#x2F;&#x2F;flexlogs.com" rel="nofollow">https:&#x2F;&#x2F;flexlogs.com</a><p>... also continuing to <i>not</i> add features to my (not-much-of-a) system for getting more done each week. <a href="https:&#x2F;&#x2F;carpeweekem.com" rel="nofollow">https:&#x2F;&#x2F;carpeweekem.com</a><p>I&#x27;ve also been cautiously adding AI-powered features to my Heroku autoscaling tool (<a href="https:&#x2F;&#x2F;flightformation.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;flightformation.com&#x2F;</a>) and a simple free-text time&#x2F;date input has been the most popular (demo: <a href="https:&#x2F;&#x2F;x.com&#x2F;ejschmitt&#x2F;status&#x2F;1893268742760448497" rel="nofollow">https:&#x2F;&#x2F;x.com&#x2F;ejschmitt&#x2F;status&#x2F;1893268742760448497</a>)
theodric3 months ago
I walked away from tech and bought a farm. So:<p>I&#x27;ve built a large solar array on a repurposed mobile home chassis and have been digging a trench through rocky ground to lay the conduit for the cabling to backhaul the DC power to the shed where the inverter and battery bank will live. It&#x27;s the rainy season in Ireland, and that field was marginal at best, so it&#x27;s been swampy work and half of the digging is trenching additional drainage channels so the conduit doesn&#x27;t flood and path water back into the shed. There&#x27;s a housing order due to a bird flu scare, so I&#x27;m not running poultry on pasture until it&#x27;s lifted (or until I can get the government to agree that my pasturing system qualifies as housing). Annoying, but that&#x27;s farm life.<p>Oh, I&#x27;m doing some shit with AI also, but that&#x27;s a <i>secret</i> :)
评论 #43188734 未加载
lucasfdacunha3 months ago
Still mostly working on my gaming-curated newsletter The Gaming Pub - <a href="https:&#x2F;&#x2F;thegamingpub.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;thegamingpub.com&#x2F;</a><p>It&#x27;s similar to Hacker Newsletter where I pick the most important news, features, reviews, etc of the week and send that every Friday. The gaming world has a lot of stuff going on and I always found that there was a missing newsletter to curate the important stuff from all the noise.<p>The challenge at the moment is growing it, I&#x27;ve been doing it for 5 years now and still haven&#x27;t found a way to increase the number of subscribers, they come mostly from newsletter directories and referrals I would guess.
评论 #43182583 未加载
tomaytotomato3 months ago
Working on a fun hobby project that uses Dogecoin
okucu3 months ago
As an avid language learner I&#x27;m trying to create the best tool for intermediate to advanced learners, so for those who know that there is no silver bullet and learning takes years of effort, instead of some magical hack that AI-bros are trying to sell you.<p><a href="https:&#x2F;&#x2F;okuread.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;okuread.com&#x2F;</a> is a desktop App that works completely offline and helps you read foreign language texts and learn vocabulary that way. No AI-garbage included.<p>Right now I&#x27;m working on an open source platform for enabling human pronunciations in Oku. Anki&#x2F;Flashcard integration and a UI redesign are also all scheduled sometime in Q2.
aghilmort3 months ago
finalizing arXiv paper on why hypertokens eliminate AI hallucinations
hhh3 months ago
llm agent for python codebases, targeting swebench verified
scraggo3 months ago
Protest music :)
avirajkhare3 months ago
Personal projects:<p>- [GitMentor](<a href="http:&#x2F;&#x2F;gm.srecraft.io" rel="nofollow">http:&#x2F;&#x2F;gm.srecraft.io</a>) → 300+ users so far - [NurtiLens](<a href="http:&#x2F;&#x2F;nl.srecraft.io" rel="nofollow">http:&#x2F;&#x2F;nl.srecraft.io</a>) → 50+ users so far<p>Blog post on GitMentor: <a href="https:&#x2F;&#x2F;blog.srecraft.io&#x2F;posts&#x2F;gitmentor" rel="nofollow">https:&#x2F;&#x2F;blog.srecraft.io&#x2F;posts&#x2F;gitmentor</a><p>- Terminal in Notion: <a href="https:&#x2F;&#x2F;www.notion.so&#x2F;Terminal-in-Notion-195668ab1a058044b0efffa38c269ae8?pvs=21" rel="nofollow">https:&#x2F;&#x2F;www.notion.so&#x2F;Terminal-in-Notion-195668ab1a058044b0e...</a><p>Dropping Resume Optimizer: <a href="https:&#x2F;&#x2F;resume-maker.up.railway.app&#x2F;" rel="nofollow">https:&#x2F;&#x2F;resume-maker.up.railway.app&#x2F;</a> Made a video building it from scratch in 30 mins—completely freestyle. Accidentally exposed some API keys, so had to rotate them since I don’t know how to edit videos :) Video: <a href="https:&#x2F;&#x2F;youtu.be&#x2F;OCcAjZ4Q-iM" rel="nofollow">https:&#x2F;&#x2F;youtu.be&#x2F;OCcAjZ4Q-iM</a><p>Conclusion: You steer the LLM, don’t let the LLM steer you.<p>- [LLM Bootcamp](<a href="http:&#x2F;&#x2F;llm-bootcamp.srecraft.io" rel="nofollow">http:&#x2F;&#x2F;llm-bootcamp.srecraft.io</a>) → making content<p>Another day, another drop. Not taking this one to production because PineconeDB costs too much for cosine similarity search. Built it anyway, here&#x27;s the video: <a href="https:&#x2F;&#x2F;youtu.be&#x2F;f5SIELet8JU" rel="nofollow">https:&#x2F;&#x2F;youtu.be&#x2F;f5SIELet8JU</a> Codebase: <a href="https:&#x2F;&#x2F;github.com&#x2F;avirajkhare00&#x2F;youtube-answer-finder">https:&#x2F;&#x2F;github.com&#x2F;avirajkhare00&#x2F;youtube-answer-finder</a><p>YT Answer Finder goes to prod today: <a href="https:&#x2F;&#x2F;ytf.srecraft.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;ytf.srecraft.io&#x2F;</a> Only two videos processed so far: - <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=P_fHJIYENdI" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=P_fHJIYENdI</a> - <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=R7WPEYGr1Vs" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=R7WPEYGr1Vs</a><p>More projects: - Real-time flight tracker: <a href="https:&#x2F;&#x2F;lofi-atc.up.railway.app&#x2F;" rel="nofollow">https:&#x2F;&#x2F;lofi-atc.up.railway.app&#x2F;</a> - Music recommendation app: <a href="https:&#x2F;&#x2F;music-again.vercel.app" rel="nofollow">https:&#x2F;&#x2F;music-again.vercel.app</a>
binary1323 months ago
compiler-as-a-Lua-DSL
jsfunfun3 months ago
super cool shirts
elpepito13 months ago
A flight simulator for software engineers. Think LeetCode x CodeCrafters x HackerRank but doing actual large-scale simulated work to practice your skills (DevOps&#x2F;Data&#x2F;AI&#x2F;ML&#x2F;MLOps) and then be able to land a job. Looking for beta users and feedback!
indulona3 months ago
Past two years, i&#x27;ve been working on sales platform for digital content creators where they can sell digital content(files), online courses or memberships to access content. I&#x27;ll be going online next month, hopefully. Right now I am refactoring front-end into production design. Front-end eats always the most time, and i still have things to do in relation to servers&#x2F;infra and testing. It took this long because i manage the finances(i do not use stripe or any other 3rd party service) and it uses event sourcing, which has large overhead. But i am almost there. Hope to go online next month, beta-test in production for Q2 with small amount of users, and come Q3 go into full production.
doranrothe3 months ago
.
chirag-ai3 months ago
Hey, we&#x27;re building an app that lets you create your own web and mobile apps.<p>how cool is that?<p>If you&#x27;re up for it, give it a shot at <a href="https:&#x2F;&#x2F;www.tiram.ai" rel="nofollow">https:&#x2F;&#x2F;www.tiram.ai</a><p>It&#x27;s super easy and fun!
评论 #43174583 未加载
chirag-ai3 months ago
Hey there!<p>Ever had an amazing app idea but felt overwhelmed by the thought of actually building it? Say hello to Tiram.ai! (<a href="https:&#x2F;&#x2F;www.tiram.ai" rel="nofollow">https:&#x2F;&#x2F;www.tiram.ai</a>)<p>Tiram.ai is here to turn your vision into reality—whether you’re a startup founder, a product manager, or just someone with a killer idea. All it takes is a simple voice or text input, and Tiram.ai does the heavy lifting to create fully functional web, mobile, and logic apps tailored to your needs.<p>Why Tiram.ai?<p>Voice &amp; Text Input: Just speak or type your idea, and watch it come to life.<p>Tailor-Made Solutions: It intelligently extracts user personas and crafts solutions that fit real-world needs.<p>Seamless Development: From concept to deployment, Tiram.ai makes the process smooth and efficient.<p>Whether you&#x27;re building the next big thing or streamlining your business, Tiram.ai is your go-to platform for effortless app development.<p>Ready to bring your ideas to life? Check it out here: Tiram.ai (<a href="https:&#x2F;&#x2F;www.tiram.ai" rel="nofollow">https:&#x2F;&#x2F;www.tiram.ai</a>)