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 (September 2024)?

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

539 comments

loufe8 months ago
I learned how to weld (MIG) and built a giant mushroom to house a mannequin I dubbed &quot;the mushroom man&quot; over about 100 hours in the last 4 weeks. I covered the outside with thick foam panels cut to size, cementing them in place with copious amounts of spray foam. I shaved the outside to a nice shape with a sawzall and the inside I covered in chicken-fenced, then attached a painters tarp to that (so it could be painted on).<p>To fit on a trailer (the mushroom&#x27;s cap is 11.5ft wide) the cap comes off the stem and the edges of the cap are two half-moons which have fixed mounting points where threaded rod sticks through some welded washers, and a nut is put on in place. I was too last minute to install the 200 WS2811 pixels and have them run some cool patterns, before the music festival I brought it to came time, but even just a lantern on top (another painters tarp covered the cap&#x27;s metal-frame, and everything was spray painted) looked great.<p>Super fun project. Expensive, but I learned a lot, got to be creative, and I&#x27;m happy to try out new things and make the best of my before-children time. Also, it was such a joy seeing people croud around the mushroom (and site beside the mushroom man inside) at night during the festival.
评论 #41690857 未加载
评论 #41692277 未加载
评论 #41699967 未加载
switz8 months ago
I spent a week building a website that is a repository of timeless content. It generally consists of old magazine articles (though not exclusively) that you can pick up at any time and will bring value to your life. I notice most of what we consume on daily basis is ephemeral and not all that valuable outside of the moment, whereas ever-present content is always valuable.<p>The unique angle here is that each article includes a hand-written summary explaining why the article was meaningful to the curator. This gives you a quick window into the piece without being overwhelming.<p>Since this is a free website mostly to be shared with friends and family, I implemented user login via &quot;phone number&quot; to save and submit articles, but without a one-time token. So it&#x27;s &quot;password-less&quot; for now; a trust-based system.<p>It&#x27;s basically &#x27;done&#x27; - but I&#x27;m not sure that I want to share it publicly for the aforementioned reasons. I&#x27;ve been using it on my subway rides to read more interesting stuff. So far so good.<p>screenshot - <a href="https:&#x2F;&#x2F;i.imgur.com&#x2F;8kIrgBt.png" rel="nofollow">https:&#x2F;&#x2F;i.imgur.com&#x2F;8kIrgBt.png</a>
评论 #41690692 未加载
评论 #41704745 未加载
评论 #41715953 未加载
评论 #41701523 未加载
sponno8 months ago
I got so upset with Docusign being too expensive and unfair, that I quit my last startup to build a new one.<p>I built a complete platform over the past 3 years, that doesn&#x27;t require a subscription and you only pay for what you send. Give it a go if you need to send a document that needs to be signed.<p><a href="https:&#x2F;&#x2F;goodsign.io" rel="nofollow">https:&#x2F;&#x2F;goodsign.io</a>
评论 #41694119 未加载
评论 #41694361 未加载
评论 #41693937 未加载
评论 #41703385 未加载
评论 #41694033 未加载
评论 #41696285 未加载
评论 #41703986 未加载
kurttheviking8 months ago
my wife and I have a new side project: we&#x27;re opening a bookshop! the last local store is closing due to retirement and we figure the community demand is still there. we&#x27;re negotiating the lease, sorting out how to order a lot of bookshelves, and source the initial inventory. i&#x27;m currently figuring out how to connect our point of sale system to our accounting software. good times. :)
评论 #41692991 未加载
评论 #41692984 未加载
评论 #41704024 未加载
评论 #41704499 未加载
评论 #41693030 未加载
评论 #41694676 未加载
评论 #41694901 未加载
评论 #41692897 未加载
评论 #41704263 未加载
评论 #41692804 未加载
评论 #41704972 未加载
评论 #41692809 未加载
pyrrhotech8 months ago
Building algorithmic trading models. So far results continue to be good with every model outperforming the market on both absolute and risk-adjusted basis since going live.<p>Since launching <a href="https:&#x2F;&#x2F;grizzlybulls.com" rel="nofollow">https:&#x2F;&#x2F;grizzlybulls.com</a> in January 2022:<p>Model | Return | Max drawdown<p>-------------------<p>S&amp;P 500 (benchmark) | 21.51% | -27.56%<p>VIX TA Macro MP Extreme | 64.21% | -16.48%<p>VIX TA Macro Advanced| 59.13% | -19.12%<p>VIX TA Advanced | 35.20% | -22.96%<p>VIX Advanced | 33.39% | -23.93%<p>VIX Basic | 24.29% | -24.23%<p>TA - Mean Reversion | 22.30% | -19.92%<p>TA - Trend | 27.07% | -24.98%<p>This is an unleveraged, apples to apples comparison. These are not high frequency trading models. Most of them only change signal once every 2-4 weeks on average. During long signals, the models are simply long the S&amp;P 500 and during short signals, they go to cash.<p>One of the pros of this macro swing-trading&#x2F;hedging style is high tax efficiency, by holding a core ETF long position that never gets sold and then selling S&amp;P 500 futures (ES or MES) of equal value to the ETFs against the long position. This way your account will accumulate unrealized capital gains indefinitely and you&#x27;ll only pay tax on the net result of successful hedging. The cherry on top is that the S&amp;P 500 futures are section 1256 contracts that are taxed at 60% long term &#x2F; 40% short term capital gains rates regardless of the duration they are held.<p>The models use a variety of indicators, many of them custom built. Most important are various VIX metrics (absolute level, VIX futures curve shape&#x2F;slope, divergences against S&amp;P 500 price, etc), trend-following TA metrics (MACD, EMV, etc), mean-reversion TA metrics (Bollinger Bands, CMO, etc), macroeconomic (unemployment, housing starts, leading composite), and monetary policy (yield curve inversion, equity risk premium, dot plot, etc). They&#x27;ve been backtested very cautiously to avoid overfitting to the best of my ability.
评论 #41691261 未加载
评论 #41691272 未加载
评论 #41694382 未加载
评论 #41693292 未加载
评论 #41693330 未加载
评论 #41694115 未加载
评论 #41694385 未加载
评论 #41691248 未加载
评论 #41693526 未加载
cddotdotslash8 months ago
I&#x27;ve been working on <a href="https:&#x2F;&#x2F;wut.dev" rel="nofollow">https:&#x2F;&#x2F;wut.dev</a> in my spare time.<p>It&#x27;s essentially a simpler, read-only, AWS dashboard where everything is a filterable, searchable, exportable-to-CSV table, with some extra features like multi-region mode, saved notes, and a debugger for access denied errors.<p>It uses the AWS SDK for JavaScript, so everything is run client-side from your browser. I&#x27;m not 100% sure what direction I&#x27;m taking it yet, but it&#x27;s been fun to hack on!<p>There&#x27;s a live demo here: <a href="https:&#x2F;&#x2F;wut.dev&#x2F;?service=ec2&amp;type=instances&amp;demo=true" rel="nofollow">https:&#x2F;&#x2F;wut.dev&#x2F;?service=ec2&amp;type=instances&amp;demo=true</a> if you want to try it out.
评论 #41691082 未加载
评论 #41695408 未加载
Alex-Programs8 months ago
I&#x27;m working on <a href="https:&#x2F;&#x2F;nuenki.app&#x2F;" rel="nofollow">https:&#x2F;&#x2F;nuenki.app&#x2F;</a>, a language learning tool. It teaches you a language while you procrastinate by inserting translations of appropriate-difficulty sentences into webpages as you browse HN etc.<p>Currently trying to reduce costs by switching from using DeepL (high quality, low latency, high cost) everywhere to a hybrid that also uses Claude (high quality, high latency, low cost) for text that is far from the user. Also experimenting with Gemma 2 9B via Groq to go in between them, but it&#x27;s bad at following instructions and I don&#x27;t quite trust the quality numbers I&#x27;m seeing for it (they&#x27;re benchmarked with gpt-4o as a judge).<p>I&#x27;m also trying to work out marketing. I&#x27;m not good at it, and I dislike it, but I need to get good at it. Currently considering Reddit ads for awareness, some content marketing going over the technical details (there&#x27;s some fun language processing and performance optimisations), and... I feel that&#x27;s not enough, but I&#x27;m not sure what to add to that.<p>I&#x27;m running on very little budget (I just left school and I&#x27;d rather not go into my limited savings over this), so I can&#x27;t afford to just throw money at ads.
评论 #41694737 未加载
评论 #41696203 未加载
评论 #41693208 未加载
评论 #41693930 未加载
评论 #41694972 未加载
评论 #41692079 未加载
评论 #41694414 未加载
评论 #41691313 未加载
评论 #41691980 未加载
评论 #41693047 未加载
评论 #41694867 未加载
评论 #41693539 未加载
评论 #41695556 未加载
评论 #41690917 未加载
评论 #41692762 未加载
owenpalmer8 months ago
Building a web app that lets me do math and chemistry problems on an infinite canvas with a drawing tablet. After finishing the problem, I can open up an integrated text editor (with vim bindings) that lets me create Anki flashcards about the problem, letting me copy different portions of the handwritten&#x2F;hand-drawn stuff onto the flashcard.<p>I developed a very simple compiler to specify flashcard content. Anything inside brackets is considered the &quot;back&quot; of the flashcard (cloze) in Anki. The @n references the nth group in the canvas, and copies those svg paths into the flashcard.<p>Example card:<p><pre><code> How do you solve for x in this problem? @0 &#x2F;&#x2F; handwritten text of 2x = 4 [ Divide both sides by 2, them simplify ] </code></pre> This project was a response to the lack of systematic review in my college&#x27;s STEM classes. I would practice a lot, but forget how to approach certain problems on exams. The hope is to have a digital space where I can be reasonably productive in solving practice problems, but also lets me easily integrate with SRS tools.<p>I wish educators and educational institutions would make an attempt to incorporate SRS into classes. I think it would help a lot of students, especially for cumulative final exams.<p>Edit: Here&#x27;s a screenshot: <a href="https:&#x2F;&#x2F;imgur.com&#x2F;a&#x2F;Yaq7vBx" rel="nofollow">https:&#x2F;&#x2F;imgur.com&#x2F;a&#x2F;Yaq7vBx</a>
评论 #41691796 未加载
评论 #41698177 未加载
XetiNA8 months ago
I&#x27;ve been trying to work on things that aren&#x27;t necessarily economically valuable but that are on my mind and I want to share.<p>For example, a carbon footprint calculator that pokes fun at the idea of the individual being to blame for climate change. <a href="https:&#x2F;&#x2F;a.mancato.nl&#x2F;climate-calculator" rel="nofollow">https:&#x2F;&#x2F;a.mancato.nl&#x2F;climate-calculator</a><p>And after seeing my dad struggle to find stuff online because he was seeing so many ads, I made an adblocker ad. <a href="https:&#x2F;&#x2F;a.mancato.nl&#x2F;adblock" rel="nofollow">https:&#x2F;&#x2F;a.mancato.nl&#x2F;adblock</a>
评论 #41698572 未加载
评论 #41717720 未加载
评论 #41704393 未加载
评论 #41696969 未加载
评论 #41697086 未加载
milquen8 months ago
I&#x27;m going to be a dad next year, so I&#x27;ve been thinking about how to baby-proof areas of my house while allowing my cat freedom of navigation.<p>My wife is an English teacher, so I&#x27;ve been building little educational games for her to try in the classroom. My latest attempt is a proof-reading game <a href="https:&#x2F;&#x2F;frogs.cool" rel="nofollow">https:&#x2F;&#x2F;frogs.cool</a> Currently I&#x27;m using wikipedia articles but I&#x27;m working on adding a variety of age appropriate texts in different genres.
评论 #41692802 未加载
评论 #41694892 未加载
评论 #41701195 未加载
评论 #41693502 未加载
评论 #41691594 未加载
评论 #41691547 未加载
maxweylandt8 months ago
Just uploaded the most complete and fine-grained dataset of Parliamentary election results for my country, Namibia. (<a href="https:&#x2F;&#x2F;dataverse.harvard.edu&#x2F;dataset.xhtml?persistentId=doi:10.7910&#x2F;DVN&#x2F;FXKZLF" rel="nofollow">https:&#x2F;&#x2F;dataverse.harvard.edu&#x2F;dataset.xhtml?persistentId=doi...</a>)<p>Official data sharing practices are poor - results are are often in the wrong format or not available at all. I had to be quite resourceful to put this all together. As I transition out of academia I hope this sort of data helps others do interesting work.
评论 #41700065 未加载
paddy_m8 months ago
I am working on Buckaroo[1] - the data table for jupyter&#x2F;dataframes that I have always wanted. Buckaroo combines a performant table capable of scrolling through 1000s of rows, with summary stats and histograms. All configurable and extensible by users. never type df.head() again. give it a try, I&#x27;m eager to hear feedback.<p>Recently I have been working on the low-code UI. I find myself looking up and typing the same pandas (and polars) incantations over and over again to explore and modify data. The low-code UI allows simple transforms of data (search, remove column outliers, show only outliers of a column, group by) to be perfromed with just clicks. You can also view the generated python code. This is powered by a json-flavored lisp interpreter, but users never have to type lisp code.<p>[1] <a href="https:&#x2F;&#x2F;github.com&#x2F;paddymul&#x2F;buckaroo">https:&#x2F;&#x2F;github.com&#x2F;paddymul&#x2F;buckaroo</a>
jfil8 months ago
Maintaining a database of Canadian grocery prices. (Reach out to me if you&#x27;re passionate about rising food prices and&#x2F;or have economic analysis skills!)<p>Writing articles about &amp; archiving Victorian-era &quot;Artistic Printing&quot; - like the examples at [2]. (Reach out if you&#x27;re knowledgeable about letterpress printing, brass rule art etc. and want to share your insights)<p>[1] <a href="https:&#x2F;&#x2F;jacobfilipp.com&#x2F;hammer" rel="nofollow">https:&#x2F;&#x2F;jacobfilipp.com&#x2F;hammer</a> [2] <a href="https:&#x2F;&#x2F;www.sheaff-ephemera.com&#x2F;list&#x2F;artistic_printing_album&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.sheaff-ephemera.com&#x2F;list&#x2F;artistic_printing_album...</a>
评论 #41707140 未加载
Saigonautica8 months ago
I designed an electronic board game, very similar to Settlers of Catan.<p>There are some electronic Catan builds out there, but I found them really expensive -- e.g. opting for a smartwatch screen + microcontroller for every game tile (of which there are 19). Beautiful, yes -- but not my style.<p>Instead, I went for 8-segment displays for numeric tile values, and RGB LEDs to display terrain types. It adds up to 342 LEDs to control for the full board, from a single central microcontroller. When you turn it on, it sets up the board for you. Pressing a central button &quot;rolls the dice&quot;, and it will flash the tiles that produce resources as per the game rules. Or cue special actions on certain rolls.<p>I really enjoy cost-optimizing prototypes, so this was good fun. I got it down to about USD 20 for a single, ready-to-play unit, including solid brass game pieces (it helps that I&#x27;m in Asia). I still use the deck of cards from Catan for now, but plan to replace it with something sci-fi themed. Maybe &quot;Asteroid Miners&quot;.<p>The only thing I&#x27;m not 100% satisfied with is that the board is a little cramped -- it&#x27;s a bit over half the size of the original Catan board. The PCBs had to fit within 100mx100mm -- I used a bit of a weird PCB geometry so that the board is composed of 3 identical subunits, rotated a few degrees to maximize it&#x27;s surface area within a 100mm square.<p>I&#x27;m not planning to sell it. I just had a slow month, so it&#x27;s a good time to learn to do new things. I never make any money with hardware, but I love how whimsical electronics can brighten someone&#x27;s day. Sometimes that earns me a client -- and if not, it&#x27;s cheap entertainment for me that keeps my skills sharp and my morale high.
评论 #41693765 未加载
vinc8 months ago
I&#x27;m working on my hobby operating system written in Rust. It is completely text-based, but the console was lacking a scrollback buffer until this week. It&#x27;s a simple feature, really, but having to redirect anything that outputs more than one screen to a file to read it was a pain. I&#x27;m happy to finally have it!<p>This weekend, I also made good progress on user-space memory and found a workaround for some issues I had. I still need to implement it the right way, though. After a few years on the project, the thing that is giving me the most trouble is grokking the concept of page tables.<p><a href="https:&#x2F;&#x2F;moros.cc" rel="nofollow">https:&#x2F;&#x2F;moros.cc</a><p><a href="https:&#x2F;&#x2F;github.com&#x2F;vinc&#x2F;moros">https:&#x2F;&#x2F;github.com&#x2F;vinc&#x2F;moros</a>
jonyt8 months ago
Getting my historical fiction novel published. I finished writing it a couple of months back. Extremely short plot summary: guy deserts from the Roman XI legion, goes back home only to find that his entire province is about to revolt against the Roman Empire at the height of its power. It&#x27;s one of the most spectacular feats of collective self-immolation in human history and it had a large effect on human history. I think not enough has been written about the role of abject stupidity in human affairs. This book is an attempt to correct that.
评论 #41690654 未加载
nicbou8 months ago
I built an English-speaking website that helps immigrants settle in Berlin.[0] It has been my full time job for a while. Most English speakers know about it, but it&#x27;s nearly invisible to Germans, who would also benefit from the content and tools I have worked on.<p>I&#x27;m currently adding an automated AI translation feature to my custom static site generator, so that I can translate the website to multiple languages and reach more people. I&#x27;m trying to make the process as seamless and automated as possible, because I&#x27;m running this website solo, and there are only so many hours in a day.<p>It&#x27;s a surprisingly tricky endeavour! As usual, the first 80% are easy. It&#x27;s getting the last 20% right that requires a lot of work. There are so many small hurdles. For instance, translating the URL structure and translating the URLs within the content, getting the translations to be accurate, getting the SEO right, translating the templates and the JS tools I&#x27;ve built, keeping the costs low.<p>[0] <a href="https:&#x2F;&#x2F;allaboutberlin.com" rel="nofollow">https:&#x2F;&#x2F;allaboutberlin.com</a>
评论 #41694574 未加载
评论 #41694968 未加载
评论 #41697561 未加载
评论 #41697453 未加载
评论 #41698327 未加载
评论 #41700420 未加载
评论 #41700507 未加载
评论 #41696974 未加载
评论 #41699987 未加载
评论 #41701083 未加载
评论 #41695007 未加载
评论 #41695669 未加载
评论 #41695016 未加载
评论 #41703200 未加载
kleiba8 months ago
When I was a child, my best friend and I were dreaming of making our own game. We got as far as writing (parts of) the story for a Lucasfilm Games-style point and click adventure, but my programming skills as a young teenager were too poor to actually make that game.<p>That idea has actually never left my mind though, and now, a few decades later, I&#x27;ve started to realize that if I don&#x27;t get on it soon, I probably never will.<p>So I&#x27;ve started writing a game for the Commodore C64, 30 years after they stopped making them, and that&#x27;s what I&#x27;ve been working on lately.
评论 #41715982 未加载
评论 #41694816 未加载
armagon8 months ago
I&#x27;m building a greenhouse. The frame is done, and I&#x27;ve got plastic and a door on it. Next, I&#x27;d like to build boxes to hold soil and allow for easy watering.
评论 #41691634 未加载
评论 #41690758 未加载
评论 #41690565 未加载
评论 #41691502 未加载
jviotti8 months ago
I&#x27;m working on JSON BinPack (<a href="https:&#x2F;&#x2F;jsonbinpack.sourcemeta.com" rel="nofollow">https:&#x2F;&#x2F;jsonbinpack.sourcemeta.com</a>), a binary serialization format for JSON (think of it as a Protobuf alternative) with a strong focus on space-efficiency for reducing costs when transferring structured data over 5G and satellite transceivers for robotics, IoT, automotive, etc.<p>If you work at any of those industries and pay a lot for data transfer, please reach out! I&#x27;m trying to talk to as many people as possible to make sure JSON BinPack fits their use case well (I&#x27;m trying to build a business around it).<p>It was originally designed during my (award-winning!) research at the University of Oxford (<a href="https:&#x2F;&#x2F;www.jviotti.com&#x2F;dissertation.pdf" rel="nofollow">https:&#x2F;&#x2F;www.jviotti.com&#x2F;dissertation.pdf</a>), and it was proven to be more space-efficient than any tested alternative in every single tested case (<a href="https:&#x2F;&#x2F;arxiv.org&#x2F;abs&#x2F;2211.12799" rel="nofollow">https:&#x2F;&#x2F;arxiv.org&#x2F;abs&#x2F;2211.12799</a>), beating Protocol Buffers for up to ~75%.<p>While designing it was already difficult, implementing a C++ production-ready version has proven to be very tricky, leading me to branch off to various other pre-requisite projects, like an ultra-fast JSON Schema compiler for nano-second schema validation (<a href="https:&#x2F;&#x2F;github.com&#x2F;sourcemeta&#x2F;jsontoolkit">https:&#x2F;&#x2F;github.com&#x2F;sourcemeta&#x2F;jsontoolkit</a>) (for which I&#x27;m publishing a paper soon).
评论 #41704796 未加载
评论 #41733259 未加载
lihaoyi8 months ago
Working on a next-gen Java build tool, Mill <a href="https:&#x2F;&#x2F;mill-build.org&#x2F;mill&#x2F;Java_Intro_to_Mill.html" rel="nofollow">https:&#x2F;&#x2F;mill-build.org&#x2F;mill&#x2F;Java_Intro_to_Mill.html</a><p>There&#x27;s been a lot of innovation in build tools for other languages recently: turborepo, nx, poetry. Also Monorepo build tools like Bazel, Pants, or Buck. Mill aims to bring a lot of those innovations to the JVM ecosystem which is currently dominated by old stalwarts like Maven (circa 2004) or Gradle (2008), which although improving definitely have the weight of legacy holding back their potential<p>Mill brings things like automatic task caching, side-effect-free build tasks, automatic parallalization, automatic detection of task dependencies, task sandboxing&#x2F;isolation, and other things that are table stakes in modern build tools, along with a concise strongly typed build language with excellent IDE support to make condiguring your build easy and safe (no more yaml!)
oulipo8 months ago
Hey guys! We&#x27;re engineers&#x2F;designers from France, and we&#x27;ve built the Ultimate DIY Battery that you can repair and refill!<p>- Ride Sustainably with the World&#x27;s First Repairable Battery<p>- Refillable in 5 minutes (just buy $150 worth of new cells every 3 years or so, when they&#x27;re depleted)<p>- Be Worry-Free thanks to the Fireproof Casing! There&#x27;s been waaaaaay too many lithium fires!<p>It&#x27;s launching as an IndieGogo in one week and there is an offer for early-backers here <a href="https:&#x2F;&#x2F;get.gouach.com&#x2F;1" rel="nofollow">https:&#x2F;&#x2F;get.gouach.com&#x2F;1</a> for a 25% discount on the battery!
评论 #41701100 未加载
评论 #41691269 未加载
devgoth8 months ago
Building a little CLI tool that stores API requests and spins up a small REST server that allows them to be pinged. This stemmed from being on a flight, not wanting to buy WiFi, or the WiFi being slow and I just want to build something around an API.<p>I called it gofaux: <a href="https:&#x2F;&#x2F;github.com&#x2F;tjb&#x2F;gofaux">https:&#x2F;&#x2F;github.com&#x2F;tjb&#x2F;gofaux</a>
评论 #41690668 未加载
nradk8 months ago
I&#x27;m implementing a Scheme interpreter in Rust as a way to learn and get bettet in both of those languages (but mainly Rust). I picked the R3RS specification of Scheme as it looked like the simplest one, but I&#x27;ve been surprised by the complexity of numbers in Scheme.<p>This is the most excited I&#x27;ve been about a programming project in years, and I&#x27;m looking forward to the fun and the learning. And I&#x27;m really curious to see how slow my intetpreter is going to be compared to the industrial-grade ones.
评论 #41700454 未加载
ianthehenry8 months ago
<a href="https:&#x2F;&#x2F;bauble.studio&#x2F;" rel="nofollow">https:&#x2F;&#x2F;bauble.studio&#x2F;</a> is a programmatic 3D art playground that I&#x27;ve been working on for a while now, and I&#x27;m pretty excited about it! It&#x27;s based around signed distance functions, which are a way to represent 3D shapes as, well, functions, and you can do a lot of like weird mathematical distortions and operations that give you cool new shapes. Like average two shapes together, or take the modulo of space to infinitely repeat something... it&#x27;s a really fun and powerful way to make certain kinds of shapes.<p>SDFs are very cool in general, and widely used in the generative art communities, but kinda hard to wrangle when you&#x27;re writing shader code directly. They really are <i>functions</i>, but GLSL doesn&#x27;t support first-class functions, so if you want to compose shapes you have to manually plumb a bunch of arguments around. So Bauble is essentially a high-level GLSL compiler that lets you model SDFs as first-class values, and as a result you can make a pretty cool 3D shape in just a few lines of code. And then 3D print them!<p>I need to do some actual work to promote and publicize it once I&#x27;m done with the documentation and implement a few more primitives, but it&#x27;s very close!<p>The docs have lots of examples of the sorts of things you can do with SDFs: <a href="https:&#x2F;&#x2F;bauble.studio&#x2F;help&#x2F;" rel="nofollow">https:&#x2F;&#x2F;bauble.studio&#x2F;help&#x2F;</a><p>And for examples of some &quot;art&quot; that I&#x27;ve made with it recently:<p><a href="https:&#x2F;&#x2F;x.com&#x2F;ianthehenry&#x2F;status&#x2F;1839061056301445451" rel="nofollow">https:&#x2F;&#x2F;x.com&#x2F;ianthehenry&#x2F;status&#x2F;1839061056301445451</a> <a href="https:&#x2F;&#x2F;x.com&#x2F;ianthehenry&#x2F;status&#x2F;1839649510597013592" rel="nofollow">https:&#x2F;&#x2F;x.com&#x2F;ianthehenry&#x2F;status&#x2F;1839649510597013592</a> <a href="https:&#x2F;&#x2F;x.com&#x2F;ianthehenry&#x2F;status&#x2F;1827461714524434883" rel="nofollow">https:&#x2F;&#x2F;x.com&#x2F;ianthehenry&#x2F;status&#x2F;1827461714524434883</a>
评论 #41691988 未加载
评论 #41694375 未加载
评论 #41697940 未加载
评论 #41701726 未加载
评论 #41693043 未加载
joenot4438 months ago
I&#x27;m building Nottawa (<a href="https:&#x2F;&#x2F;nottawa.app&#x2F;" rel="nofollow">https:&#x2F;&#x2F;nottawa.app&#x2F;</a>), a free and open source C++ live video and VJ app for macOS. The VJ space is pretty built up with expensive and professional level software (TouchDesigner, Resolume, etc.) - Nottawa is aimed at the non-technical, hobby artist who wants some cool, simple, and audioreactive visuals without hiring a pro. Long term vision is a community powered repository of presets which can be loaded in-app. Still optimistically aiming for a 2024 release.<p>Much of the GLSL is Creative Commons fragments from ShaderToy written by brilliant artist coders from around the world. ImGui and an associated node editor library for the GUI, OpenFrameworks handles the graphics APIs. This is my first serious foray into shaders, C++, and OpenGL, meaning if I can ship a product and it helps one single artist then I&#x27;ll walk away very happy.<p>I&#x27;m standing on the shoulders of giants with this one. Huge gratitude and respect for Inigo (IQ), Omar (ocornut), and Michal (thedmd).
评论 #41696185 未加载
评论 #41703781 未加载
评论 #41695832 未加载
zitterbewegung8 months ago
I&#x27;m working on a production version that allows for the cloning of identification cards with or without RFID using a 7 color epaper display I call psychic paper. Raw BOM is ~$100 I presented it at skywalks and defcon 32.<p>The hardware and software is really all built out the real thing is to find the right epaper display (4.01 inch 7 color display) and an easy way to display the badge. I moved to a pimoroni instead of waveshare due to an easier way to program the system . See <a href="https:&#x2F;&#x2F;github.com&#x2F;zitterbewegung&#x2F;psychic_paper">https:&#x2F;&#x2F;github.com&#x2F;zitterbewegung&#x2F;psychic_paper</a><p>If you want to follow the development see <a href="https:&#x2F;&#x2F;discord.gg&#x2F;xE4TmkSc" rel="nofollow">https:&#x2F;&#x2F;discord.gg&#x2F;xE4TmkSc</a>
评论 #41691680 未加载
评论 #41706285 未加载
chewxy8 months ago
I&#x27;m working on my scifi novel. I had started writing it when LLMs started taking off - I had been doing AI for two decades and I was well-placed to be in a good position to profit with the rise of LLMs, but I ended up gaining nothing much and I was depressed about it - so I started writing instead. Been picking at it for about a year before befriending an editor who encouraged me to keep writing. He&#x27;s helped me developmentally edit it to a point I am now ready to work on my second draft.<p>It&#x27;s a hard scifi novel with mild existential horror tones that is borne mostly of maths jokes. At one point the main character tries to escape the matrix (reality). But the matrix is defective, so the best way out was to orthogonalize the subspace and reduce the matrix to its eigenbasis instead. Most of the scenes are based on similar maths jokes.<p>Tentative name is Diagonalization of the Meta (I had previously called it The Metaverse).
评论 #41692827 未加载
评论 #41693110 未加载
firefoxd8 months ago
I&#x27;m writing a book publicly: Automated Agents [1]. When I first joined a startup building a chatbot for customer service, there was a lot of noise and hype. We built a decent product and our company went from 3 people to 30 in 2 years. We resolved millions of customer service issues. The book I&#x27;m writing is the guide I wish existed when I was getting started.<p>It&#x27;s still a draft, but the main goal is to serve as a guide for both technical and non technical folks.<p>[1]: <a href="https:&#x2F;&#x2F;github.com&#x2F;ibudiallo&#x2F;automated-agents-book">https:&#x2F;&#x2F;github.com&#x2F;ibudiallo&#x2F;automated-agents-book</a><p>Ps: I shared it in the previous thread last month as well
stagas8 months ago
I&#x27;ve been working on an audio DSP language and IDE <a href="https:&#x2F;&#x2F;ravescript.com" rel="nofollow">https:&#x2F;&#x2F;ravescript.com</a> and a DAW <a href="https:&#x2F;&#x2F;ravescript-next.deno.dev&#x2F;" rel="nofollow">https:&#x2F;&#x2F;ravescript-next.deno.dev&#x2F;</a> - both are in a good condition but still require a ton of work to be complete. Trying also to combine the two projects into one. Key features (especially in the DAW) are that the audio engine and the graphics engine are made from scratch and utilize WebAssembly&#x2F;WebGL in a very efficient&#x2F;performant architecture.
评论 #41696702 未加载
markussss8 months ago
I recently switched jobs, and as I&#x27;ve become more comfortable in my new job, I realized that my old job completely sucked the creativity and fun out of programming for me. I did not have any energy for any projects in my spare time while working in my previous job, so the 1,5 months I&#x27;ve been focusing on taking small ideas and running with them.<p>This weekend I got an idea to create a 2D-pattern from a 1D initial pattern. I put it on <a href="https:&#x2F;&#x2F;ige.land&#x2F;" rel="nofollow">https:&#x2F;&#x2F;ige.land&#x2F;</a>, and I find it very fun and satisfying to play around with. It&#x27;s not so elegant and pretty, but it&#x27;s fun for me, and that&#x27;s all I was looking for! Click any cell to change that color in the pattern. Right click or long press to set the length of the 1D pattern. It&#x27;s also fun to first create a pattern and then resize the browser window to see how it looks like.<p>So, what I&#x27;m working on is not really an interesting project or product. I&#x27;m working on my creativity, playing with code, and in general having more fun with programming. Making it magical for myself again.<p>I&#x27;m not sure if it&#x27;s 100% in line with the spirit of the thread, but it&#x27;s what I&#x27;m most excited to be working on! :-)
评论 #41697973 未加载
wluer8 months ago
I&#x27;ve been working on a site that helps you find in-person work in NYC that is actually convenient: <a href="https:&#x2F;&#x2F;walkablework.com" rel="nofollow">https:&#x2F;&#x2F;walkablework.com</a><p>I cofounded a remote startup in 2021 that I ended up leaving after a few years because I found the remote culture to be very isolating and I didn&#x27;t feel like it would lead to a successful company. Many companies have started implementing return to office policies that unfortunately don&#x27;t make sense for a lot of employees. I wanted to build this site to give people the power to find good jobs, companies, and teams that are convenient for them. Let me know if you have any feedback or want to post a job on it!
评论 #41694922 未加载
piazz8 months ago
I’m working on an Anki Addon that streamlines the hell out of the card generation process using LLMs. You can define a schema of prompts for your note type &amp; fields, where each prompt can reference other fields, and use it to generate things like translations, example sentences, mnemonics, for tens of thousands of cards in batches or in the fly as they’re reviewed. These generated fields can reference other generated fields so it’s actually a fully fledged DAG under the hood! It also supports TTS in 50+ languages. Soon adding image generation support.<p><a href="https:&#x2F;&#x2F;ankiweb.net&#x2F;shared&#x2F;info&#x2F;1531888719" rel="nofollow">https:&#x2F;&#x2F;ankiweb.net&#x2F;shared&#x2F;info&#x2F;1531888719</a><p>It’s a paid service at $5&#x2F;mo with a free trial. Just cracked $50&#x2F;MRR! Baby steps, but the value is clearly there. Need to tighten up a couple things, especially the web presence and onboarding, before I start marketing more. The tragic irony is that I’m spending all my language learning time building this (alas there can be no other way).
评论 #41731682 未加载
评论 #41694117 未加载
评论 #41693410 未加载
评论 #41693280 未加载
CalRobert8 months ago
Real estate search for homes in Ireland where you can travel by bike, train, and walking. Most Irish (and other) property websites just give you a road map, this starts off with a public transport and biking map, and has color-coded rail commute times, etc.<p>It was something I built for myself years and years ago and then ignored, but when I put it online so my wife could use it, other people started to as well. I lost my job a few months ago and decided to overhaul it. It&#x27;s how we got a house on a few acres a 15 minute bike ride from the train an hour from Dublin with gigabit fibre under €100,000 in 2019.<p>www.gaffologist.com. Let me know you saw me on HN!
评论 #41695344 未加载
bwb8 months ago
Working on <a href="https:&#x2F;&#x2F;shepherd.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;shepherd.com&#x2F;</a> and trying to help readers find books they will LOVE (not just like).<p>In a few days, launching user accounts + our first user feature using our new Book DNA review system that is trying to help narrow in on the type of books you love and why. The goal is to serve better recommendations going forward and get more people excited about reading.<p>It is fun :)
评论 #41696653 未加载
评论 #41716025 未加载
评论 #41696789 未加载
sifex8 months ago
I&#x27;m currently finalising a Security Operations app that centralises triage for security alerts (North &#x2F; <a href="https:&#x2F;&#x2F;north.sh" rel="nofollow">https:&#x2F;&#x2F;north.sh</a>) into an intuitive interface that better helps Security Operations teams, MSSPs &amp; SOCs.<p>It tries to deal with alert fatigue via some nice de-duplication techniques (via customisable aggregation and correlation rules), manages and runs detection rules against different logging platforms (Elastic, Splunk and ALA&#x2F;Azure) with Validation and Simulation testing, and will lower the time that it takes to determine malicious activity by presenting as much relevant information per security alert as possible.<p>Hopefully to launch sometime before end-of-year. If you&#x27;re interested, I&#x27;m always free to talk via alex@sinn.io, or sign up to the newsletter.<p><a href="https:&#x2F;&#x2F;north.sh&#x2F;" rel="nofollow">https:&#x2F;&#x2F;north.sh&#x2F;</a>
guiambros8 months ago
Started my masters at Georgia Tech [1] this summer. Still in the first semester, but really enjoying so far. Just not much spare time on nights and weekends, but it helped me cut down the time spent on social&#x2F;news&#x2F;etc.<p>[1] <a href="https:&#x2F;&#x2F;omscs.gatech.edu&#x2F;" rel="nofollow">https:&#x2F;&#x2F;omscs.gatech.edu&#x2F;</a>
评论 #41690448 未加载
评论 #41691934 未加载
评论 #41726912 未加载
jeeybee8 months ago
Hi everyone!<p>I’m currently enhancing the documentation for my project, PGQueuer.<p>About PGQueuer: PGQueuer is a minimalist, high-performance job queue library for Python, leveraging PostgreSQL’s LISTEN&#x2F;NOTIFY for efficient job management. It’s perfect for handling background tasks and managing workflows with simplicity and reliability<p><a href="https:&#x2F;&#x2F;github.com&#x2F;janbjorge&#x2F;pgqueuer">https:&#x2F;&#x2F;github.com&#x2F;janbjorge&#x2F;pgqueuer</a>
itsgrimetime8 months ago
CV pipeline to get some additional realtime stats for an annual Mario Kart 8 LAN tournament my friends and I run, hoping to be able to get real time race position tracking and other stats like boost&#x2F;drift %, per-player item distributions, average time to 10 coins, and whatever else we can think of (and make work)
评论 #41690198 未加载
memset8 months ago
I built a service that lets you bolt an oauth&#x2F;oidc provider onto your app with a single callback. <a href="https:&#x2F;&#x2F;github.com&#x2F;poundifdef&#x2F;connectivly">https:&#x2F;&#x2F;github.com&#x2F;poundifdef&#x2F;connectivly</a><p>It lets you use whatever you’re already doing for auth, and lets you become an oauth provider, or issue tokens instead of people passing API keys, on top of that.<p>The more interesting aspect of that you could use it to bolt on an entire app store or ecosystem on top of your existing product or api.<p>(ping me if you want to look at this more seriously from a business perspective!)
Alacart8 months ago
<a href="https:&#x2F;&#x2F;approximated.app" rel="nofollow">https:&#x2F;&#x2F;approximated.app</a> - reliably automating custom domains and their SSL certs at scale. For SaaS, marketplaces, platforms, outbound services, etc. who have a lot of customers that want to connect their own domains.<p>Currently working on:<p>- Further improving the embeddable DNS widget (to help&#x2F;automate users updating their DNS records) that launched last month<p>- Rolling out the new hybrid self hosted version that allows traffic and certs to only go through your servers, while getting the full benefit of the cloud version<p>- Tinkering with some AI ideas for improving the existing WAF features (tricky, but potentially powerful)<p>- Making Edge Sequences (pattern matching and rules applied at the edge) more flexible and powerful with more composable options and ways to match requests<p>Recently hit a milestone of over a million domains served!
keyle8 months ago
I am busy rebuilding my music studio with only gear from the late 90s&#x2F;2000. It&#x27;s much more fun to relive my youth and with patience less expensive than I thought.
评论 #41691143 未加载
评论 #41692234 未加载
评论 #41690584 未加载
1bit_e8 months ago
<a href="https:&#x2F;&#x2F;www.chesspuzzlebot.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.chesspuzzlebot.com&#x2F;</a><p>I made a website where you can play chess puzzles against Stockfish.<p>I had the idea for a website where you can play chess puzzles, but if you make the wrong move, the puzzle turns into a game against Stockfish. This opens the door to either find alternative solutions or fail miserably (at some point you realize you are not following the puzzle any more). I think its a more engaging way to play puzzles!<p>This is my first online project, feedback is highly appreciated!
mmcool8 months ago
A marketplace that makes booking a hair transplant overseas easier! Why overseas? Because, not only are they are 10-15k cheaper outside of the US. The quality is better! Doctors overseas do hair transplants every day as opposed to the states where they may only do once a month.<p>Anyways, I am trying to make sure people only go to reputable clinics, and eventually let them pay online (instead of carrying cash). Check it out!<p><a href="https:&#x2F;&#x2F;doctours.health" rel="nofollow">https:&#x2F;&#x2F;doctours.health</a>
评论 #41697963 未加载
briandilley8 months ago
Building an electric 1973 Ferrari Dino to compete in the battle of the builders at SEMA in November. Lots of fun electronics and software, as well as mechanical challenges to overcome.
评论 #41694742 未加载
theptrk8 months ago
The &quot;me database&quot; tracking my gps for physical location, urls visited, etc..<p>This way I can search through all my physical and computer activity to answer questions like: how many times did I go to the gym last year? or how many leetcode questions did I do this month?<p>Wrote a summary here (<a href="https:&#x2F;&#x2F;theptrk.com&#x2F;2024&#x2F;09&#x2F;27&#x2F;me-database-master-plan&#x2F;" rel="nofollow">https:&#x2F;&#x2F;theptrk.com&#x2F;2024&#x2F;09&#x2F;27&#x2F;me-database-master-plan&#x2F;</a>)
评论 #41694332 未加载
评论 #41693357 未加载
mmarian8 months ago
Google Sheets add-on for quickly generating forecasts on seasonal, time series data: <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=nPUdTCxURgg" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=nPUdTCxURgg</a> . Submitted it to the Google Workspace Marketplace a few days ago, hoping it&#x27;ll get approved soon!
mattkevan8 months ago
I’m working on a collaborative reading app called Rdrs. You can upload a ebook, create a reading group, invite others and your reading position, comments and highlights are synced live with the group. You can also read privately, and as its web-based is available on any device.<p>I’m still in active development so there may be bugs or crashes, but I’d be very interested in your feedback.<p><a href="https:&#x2F;&#x2F;www.rdrs.app" rel="nofollow">https:&#x2F;&#x2F;www.rdrs.app</a>
评论 #41694190 未加载
评论 #41705148 未加载
评论 #41702102 未加载
fguerraz8 months ago
I’m working on <a href="https:&#x2F;&#x2F;www.zonehero.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.zonehero.io&#x2F;</a> to deliver a cost effective alternative to AWS native load balancing (ALB).<p>We already had a PoC which saved our customer 50% vs ALB (in their case that’s more than a million dollars a year), we’re now working on tooling and scaling the solution up!<p>Next we want to bring wasm modules to the lbs, to do edge traffic curation, bring your own model, etc.<p>In technical terms, we offer a fully managed control plane for an optimised version of envoy running on EC2, and we react in near real time to avoid unnecessary cross AZ traffic (the key to the costs savings).
mikewarot8 months ago
I&#x27;m plugging away on my BitGrid project.... a Turing complete stripped down version of an FPGA without routing fabric and <i>with</i> added delays (for reasons). I&#x27;m learning KiCad 8.0, so I can do schematics and build a prototype cell out of TTL.[1]<p>I&#x27;m also re-acquainting myself with Verilog so I can do an ASIC prototype through TinyTapeout. The main question that I hope to answer is just how much power a bitgrid cell actually consumes, both static and dynamic. If it&#x27;s low enough, then it&#x27;ll give Petaflops to the masses, if not.. it&#x27;s a curiosity.<p>Along that path, I&#x27;ve learned that the configuration memory for the LUTs is going to consume most of the silicon. Since it&#x27;s all just D flip-flops... I figured I could dual-use it as memory without loss of generalization. You can virtually add 2 bytes of memory in a cell in any of the 4 directions... so I call it IsoLinear Memory.[2] ;-)<p>I should be able to make the deadline for TinyTapeout 9, in November. Meanwhile I&#x27;ll update my emulator to include Isolinear Memory, and figure out how to program the damned thing. My stretch goal is to figure out how to program it from TinyGrad.[3].<p>If nothing else, it&#x27;ll be good for real time DSP.<p>[1] <a href="https:&#x2F;&#x2F;github.com&#x2F;mikewarot&#x2F;BitGrid_TTL">https:&#x2F;&#x2F;github.com&#x2F;mikewarot&#x2F;BitGrid_TTL</a><p>[2] <a href="https:&#x2F;&#x2F;github.com&#x2F;mikewarot&#x2F;BitGrid_TTL&#x2F;tree&#x2F;master&#x2F;IsoLinear">https:&#x2F;&#x2F;github.com&#x2F;mikewarot&#x2F;BitGrid_TTL&#x2F;tree&#x2F;master&#x2F;IsoLine...</a><p>[3] <a href="https:&#x2F;&#x2F;github.com&#x2F;tinygrad&#x2F;tinygrad">https:&#x2F;&#x2F;github.com&#x2F;tinygrad&#x2F;tinygrad</a>
评论 #41691802 未加载
churros_train8 months ago
I read about things I don&#x27;t understand all the time, and the best way I know to train myself to retain information is to actively take notes directly on the thing I am reading on.<p>Using a highlighter or annotation type tool, if you will.<p>So I decided to build an annotation tool for all public webpages! Playground demos of how it will work: - <a href="https:&#x2F;&#x2F;www.contextdive.com&#x2F;snapshot?snapshottedId=47692b19-492c-48c9-8e7f-04b123728efc" rel="nofollow">https:&#x2F;&#x2F;www.contextdive.com&#x2F;snapshot?snapshottedId=47692b19-...</a> - <a href="https:&#x2F;&#x2F;www.contextdive.com&#x2F;snapshot?snapshottedId=3557f52f-3915-4b96-9fbc-a5279829bb83" rel="nofollow">https:&#x2F;&#x2F;www.contextdive.com&#x2F;snapshot?snapshottedId=3557f52f-...</a><p>^These are previously snapshotted page, you can highlight anywhere and leave a comment by right clicking for the context menu<p>\PS: I still don&#x27;t have persistence of comments working yet since its a playground, but would love to hear feedback if anyone would like to use it.
tm11zz8 months ago
I&#x27;m working on a service that generates SVG vector graphics using generative AI.<p>This is something current models struggle with but I&#x27;ve always wanted high quality vector graphics for my projects.<p><a href="https:&#x2F;&#x2F;vectorart.ai" rel="nofollow">https:&#x2F;&#x2F;vectorart.ai</a>
评论 #41693951 未加载
bluehatbrit8 months ago
My last job had an internal tool for deploying all, or a reduced set of, their platform into a kube namespace. We called them One Time Environments and used them for testing and development. They were fantastic, really fast to spin up, and pretty cheap to run as they were on our own hardware. I&#x27;ve never found anything similar that doesn&#x27;t cost an absolute bomb of money.<p>Now I&#x27;ve moved to an early startup and I&#x27;m really missing the tool. So I&#x27;ve started putting together my own with a few improvements.<p>This one can support multiple infrastructure types such as ECS, K8S, and anything else you could write an agent for. It&#x27;s also going to do the same for zero trust auth, starting with tailscale.<p>Once we&#x27;ve got it up and running we&#x27;re going to open source it. Could be a few more months though.<p>Building it using elixir, phoenix, and live view as that&#x27;s my background.
评论 #41695190 未加载
zeta01348 months ago
Good timing, as I just put the finishing touches on this month&#x27;s devlog:<p><a href="https:&#x2F;&#x2F;www.patreon.com&#x2F;posts&#x2F;september-2024-113011369?utm_medium=clipboard_copy&amp;utm_source=copyLink&amp;utm_campaign=postshare_creator&amp;utm_content=join_link" rel="nofollow">https:&#x2F;&#x2F;www.patreon.com&#x2F;posts&#x2F;september-2024-113011369?utm_m...</a><p>Basically, my rhythm-based roguelike on original NES now has a proper economy, with gold gain and shops to spend the gold in. It also now supports PAL and Dendy systems, which is especially wonky due to the different framerate, but helped a bit by this being a rhythm game. As long as the music plays at the correct tempo, the rest of the game adapts its speed and &quot;feels&quot; correct at the lower framerate.<p>Tons of work left to do, most of it pixel art (I&#x27;m learning as I go) but it&#x27;s progressing quite nicely.
评论 #41693434 未加载
hermitcrab8 months ago
Easy Data Transform v2 ( <a href="https:&#x2F;&#x2F;www.easydatatransform.com" rel="nofollow">https:&#x2F;&#x2F;www.easydatatransform.com</a> ). It is GUI based data wrangling tool for people who aren&#x27;t (or don&#x27;t want to be) programmers. 20 years of running a 1-man software company in January.
评论 #41704624 未加载
solomonb8 months ago
I just picked up an old Sheldon Lathe. I got it for $200 and hauled it myself with a drop trailer. Its going to need a lot of work but its a beautiful old machine.
评论 #41692848 未加载
keb_8 months ago
Working on actively trying to quit reading HackerNews.
评论 #41690499 未加载
评论 #41690828 未加载
评论 #41690234 未加载
评论 #41690170 未加载
评论 #41690181 未加载
评论 #41690469 未加载
评论 #41692115 未加载
评论 #41690210 未加载
stevage8 months ago
About to start work on a side project. A map-driven web database of films, TV series, books, thatre and computer games based on where and when they are set. So if you want to watch something set in 1880s Paris, you can. Or you want to see something set in China in the 17th century.<p>Cute names welcome :)
评论 #41692637 未加载
p-o8 months ago
Decided after all these years to start to create open source libraries around things I&#x27;ve worked with in the past.<p>As worked a lot with Kubernetes in the past, I started with creating a Kubernetes Operator alternative to external-dns I call Phonebook: <a href="https:&#x2F;&#x2F;github.com&#x2F;pier-oliviert&#x2F;phonebook">https:&#x2F;&#x2F;github.com&#x2F;pier-oliviert&#x2F;phonebook</a><p>It lets you control DNS record like you would any other native resources in Kubernetes through CRDs. Open-sourced it last week and there&#x27;s already a bunch of features that are planned for the operator&quot;<p><pre><code> - cert-manager&#x27;s support for DNS-01 challenges - More support for other providers - Increase support for each provider that already exists - etc. </code></pre> Check it out!
dijksterhuis8 months ago
- Taking Octachainer and making my own CLI implementation to learn Rust <a href="https:&#x2F;&#x2F;www.elektronauts.com&#x2F;t&#x2F;octachainer-v1-3&#x2F;45320" rel="nofollow">https:&#x2F;&#x2F;www.elektronauts.com&#x2F;t&#x2F;octachainer-v1-3&#x2F;45320</a><p>- hacking around with FunDSP (turns out it’s pretty fun), again to learn some Rust <a href="https:&#x2F;&#x2F;github.com&#x2F;SamiPerttu&#x2F;fundsp">https:&#x2F;&#x2F;github.com&#x2F;SamiPerttu&#x2F;fundsp</a><p>- Giving up Arma3 gamemode dev maintenance for a large-ish community, but hanging around to teach people git&#x2F;github and provide wisdom &#x2F; teach how to do software dev (a lot of folks have minimal software experience). Although debating whether to straight up leave the community.
iceman_w8 months ago
I&#x27;m working on pivots.fyi (<a href="https:&#x2F;&#x2F;pivots.fyi&#x2F;" rel="nofollow">https:&#x2F;&#x2F;pivots.fyi&#x2F;</a>).<p>It tracks 1000+ startups that have been founded in the last 3 years and showcases how their product, mission, team size, founders, etc. evolve week over week. It is interesting to see how quickly early stage startups pivot.<p>Looking for feedback&#x2F;suggestions about how I can make this more useful.
评论 #41694177 未加载
评论 #41694987 未加载
评论 #41693751 未加载
magicbuzz8 months ago
I&#x27;m working on a solar forecast for my off-grid PV installation. It&#x27;s a small install of 1kWp (2 bifacial panels) with a 4kWh battery. I chew through about 25% of my battery each day and so a forecast of the next few days or so is very useful to help me decide whether I can dip heavily into the battery or whether I should be a bit more conservative about power use.<p><a href="https:&#x2F;&#x2F;tim-burgess.observablehq.cloud&#x2F;pvoutput&#x2F;solar" rel="nofollow">https:&#x2F;&#x2F;tim-burgess.observablehq.cloud&#x2F;pvoutput&#x2F;solar</a><p>SolCast (solcast.com.au) has a free API for home users and also some historical data. So it&#x27;s essentially just some D3 code running on Observable.
raghavtoshniwal8 months ago
Built a hardware device that sits between any computer and any printer and reads what is getting printed.<p>Primary use-case is to read receipt data from legacy POS systems without having to write software integrations.<p>Figuring out how to commercialise. Reach out if you have ideas!
评论 #41690588 未加载
评论 #41694813 未加载
sveske_juice8 months ago
I am working on a new Computer Algebra System (CAS) tool, which is a programming language focused on math called Openbirch <a href="https:&#x2F;&#x2F;gitlab.com&#x2F;Sveske-Juice&#x2F;openbirch" rel="nofollow">https:&#x2F;&#x2F;gitlab.com&#x2F;Sveske-Juice&#x2F;openbirch</a>.<p>It will probably be licensed with some open source license like GPL or MIT. Right now there really isn&#x27;t much functionality, but i hope that it someday will be as good as other existing CAS tools like Maple and WolframAlpha.<p>The main motivation for this project besides from learning, is that there really isn&#x27;t any modern open source alternatives to the leading CAS tools (at least that i know of).
评论 #41693544 未加载
cryptoz8 months ago
I&#x27;m getting LLMs to <i>modify</i> your source code by writing code that modifies the Abstract Syntax Tree of your code rather than the code itself. I wrote a simple blog post to explain it: <a href="https:&#x2F;&#x2F;codeplusequalsai.com&#x2F;static&#x2F;blog&#x2F;prompting_llms_to_modify_existing_code_using_asts.html" rel="nofollow">https:&#x2F;&#x2F;codeplusequalsai.com&#x2F;static&#x2F;blog&#x2F;prompting_llms_to_m...</a><p>My initial goal is to let users make webapp prototypes and iterate on them by writing tickets for the AI to complete.<p>I for some reason call it Code+=AI: <a href="https:&#x2F;&#x2F;codeplusequalsai.com" rel="nofollow">https:&#x2F;&#x2F;codeplusequalsai.com</a>
评论 #41690305 未加载
hlship8 months ago
I’ve been building some friendly CLI and web tools around the terrific Dialog interactive fiction language.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;hlship&#x2F;dialog-tool">https:&#x2F;&#x2F;github.com&#x2F;hlship&#x2F;dialog-tool</a><p>Learning Svelte for the web UI part.
sabman8 months ago
I am working on <a href="https:&#x2F;&#x2F;geobase.app&#x2F;" rel="nofollow">https:&#x2F;&#x2F;geobase.app&#x2F;</a> which is a platform for geospatial full-stack developers.<p>We have created workflows that a specific to the geospatial, mapping and GIS industry use cases. This is currently in private beta but going live in a few weeks. It is built on top of supabase&#x27;s self-hosted stack.<p>We were recently also featured on motherduck&#x27;s blog <a href="https:&#x2F;&#x2F;motherduck.com&#x2F;blog&#x2F;pushing-geo-boundaries-with-motherduck-geobase&#x2F;" rel="nofollow">https:&#x2F;&#x2F;motherduck.com&#x2F;blog&#x2F;pushing-geo-boundaries-with-moth...</a>
评论 #41696069 未加载
s-d-m8 months ago
Working on local_jira[0] &#x2F; jira_gui[1]<p>This is a project I started to scratch an itch I had at work. We use jira there, and our setup is such that it takes about 8-10 seconds to load a page. So to make things more usable, the local_jira downloads the data from the server, saves it in a local database, and make it available. jira_gui is a simple gui for it.<p>[0] <a href="https:&#x2F;&#x2F;github.com&#x2F;s-d-m&#x2F;local_jira">https:&#x2F;&#x2F;github.com&#x2F;s-d-m&#x2F;local_jira</a> [1] <a href="https:&#x2F;&#x2F;github.com&#x2F;s-d-m&#x2F;jira_gui">https:&#x2F;&#x2F;github.com&#x2F;s-d-m&#x2F;jira_gui</a>
评论 #41696359 未加载
spirodonfl8 months ago
I am building a WASM based &quot;grid editor&quot;. It&#x27;s really just a way to build a UI for anything (desktop, mobile, web) by slicing up a grid and putting content in it. Then you can export the grid in an extremely portable format that can be reas anywhere (no, not json, even simpler) and use that grid data to implement your UI. The grid data contains the content or references to content which you can just apply on render.<p>visualgrideditor.app<p>Mad with Odin, compiled to WASM, vanilla JS and has Laravel integration. I just need to alpha test this more and see if there&#x27;s anybody who wants to use it.
dowakin8 months ago
Working on validating a startup idea I had 12 years ago. It&#x27;s like Pingdom for ads, periodically checking if your ads are being blocked by AdBlockers.<p>I always thought the idea was somewhat weak, but not enough to discard entirely. So, along with a friend, I built a prototype over the last two weeks, and now we&#x27;re trying to validate it: <a href="https:&#x2F;&#x2F;scanningfox.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;scanningfox.com&#x2F;</a><p>I&#x27;m enjoying using Elixir for this project. As a long-time Erlang dev, I was initially skeptical about Elixir, but Phoenix.LiveView has changed my opinion.
评论 #41691237 未加载
cebert8 months ago
I was excited about the Cloudflare announcements this past week. I primarily use AWS in my day job, but I wanted to broaden my knowledge. This weekend, I started building a simple to-do application using Durable Objects and the newly announced zero-latency SQLite storage. In just a few hours, I familiarized myself with Cloudflare and got the basic CRUD operations working. Next weekend, I plan to add WebSocket publications and a few other features, and then write a blog post about it. It was a great learning experience, and I’m impressed with what Cloudflare is doing.
评论 #41701131 未加载
wamberg7 months ago
<a href="https:&#x2F;&#x2F;longhaul.fitness&#x2F;" rel="nofollow">https:&#x2F;&#x2F;longhaul.fitness&#x2F;</a><p>I&#x27;m working on an exercise database and a strength training app.<p>Two years ago I tore my meniscus and had to go through physical therapy. The experience was eye-opening! Before PT, I thought I was relatively fit because I wasn&#x27;t overweight, walked a bit, and went to yoga 1-2 times a week. At PT, the therapists basically told me, &quot;You tore your meniscus because you&#x27;re weak.&quot; I had just turned 40. I noticed that I could tweak my back if I sneezed wrong. My mental model of myself hadn&#x27;t caught up with the stressors of aging that were set upon me. I had never been much into weight lifting before, but I needed to update the way I was taking care of myself.<p>I didn&#x27;t know many strength training exercises. Like any good engineer, I started to build a database. It&#x27;s free and open source:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;longhaul-fitness&#x2F;exercises">https:&#x2F;&#x2F;github.com&#x2F;longhaul-fitness&#x2F;exercises</a><p>I needed a way to track my workouts, so I started to build an app. Over time the app grew beyond tracking my workouts to planning them too.<p>The app isn&#x27;t for sale yet; I&#x27;m just looking for testers now. Sign up at the first link and try it out for free. Let me know what you think if you want to have a hand shaping the app that&#x27;s worked for me for two years and counting. I love talking about strength training. Email welcome!
评论 #41724541 未加载
ahstilde8 months ago
Professionally: I&#x27;m continuing with Wyndly [1], my YC startup. I believe more and more in a future without any allergies.<p>Socially: I&#x27;m trying to connect people more, so I&#x27;m starting a social club [2]. If it just ends up with people meeting up in meatspace regularly, then it&#x27;s a win.<p>Personally: well, my wife just purchased 6 pieces of flatpak furniture, so I&#x27;m building it!<p>[1] <a href="https:&#x2F;&#x2F;www.wyndly.com">https:&#x2F;&#x2F;www.wyndly.com</a> [2] <a href="https:&#x2F;&#x2F;www.nycfounders.club&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.nycfounders.club&#x2F;</a>
franky478 months ago
Helping React devs move their state to the URL, in a type-safe way.<p>nuqs [1] started as a Next.js-only library, but recently I&#x27;ve been working on supporting all major React frameworks &amp; routers (Remix, React Router, plain React with Vite etc).<p>[1] <a href="https:&#x2F;&#x2F;nuqs.47ng.com" rel="nofollow">https:&#x2F;&#x2F;nuqs.47ng.com</a>
rishikeshs8 months ago
I’m currently working on a Static HTML Comment system for my blog[1]. I recently moved my blog from Wordpress to Hugo and wanted to move away from Disqus. The goal is to build a backend that receives the comment, forwards to Telegram for approval and then push a code to Github for rebuilding the site. I’ve implemented a POC currently with Google Apps Script, but trying to build a robust backend with Flask. Preventing spam is also yet another puzzle.<p>[1] <a href="https:&#x2F;&#x2F;rishikeshs.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;rishikeshs.com&#x2F;</a>
Syntaf8 months ago
I&#x27;m trying to make it easier to run clubs, associations &amp; organizations with a platform called embolt.app[1].<p>We&#x27;re offering online memberships, event management, and a member database packed with features. Membership management is a crowded space, but it&#x27;s also a low-tech space with lots of sleeping giants not willing to iterate on their product.<p>It&#x27;s been a really fun project so far and even more rewarding to see clubs using embolt for their daily operations.<p>[1] <a href="https:&#x2F;&#x2F;embolt.app" rel="nofollow">https:&#x2F;&#x2F;embolt.app</a>
评论 #41695029 未加载
jmpavlec8 months ago
Working on my side project <a href="https:&#x2F;&#x2F;gametje.com" rel="nofollow">https:&#x2F;&#x2F;gametje.com</a>. It&#x27;s an alternative to Jackbox games but it has a lower barrier for entry. All you need is a device with a web browser to play (also works with Chromecast). I&#x27;m trying to write some better tutorials for the early games I created to make it easier to get a feel for the gameplay. Also trying to work on the ui&#x2F;ux flow to make it easier for people to understand what it is and how to create and host a game.
NunoSempere8 months ago
I&#x27;m working on a foresight and emergency response team to see large calamities coming before they happen, and hopefully be able to do something about it. We put out weekly minutes at <a href="https:&#x2F;&#x2F;blog.sentinel-team.org" rel="nofollow">https:&#x2F;&#x2F;blog.sentinel-team.org</a>
gualang8 months ago
using AI to audit sneaky, slippery, weaselly lawyers for claims. after 8 years of estate litigation, a lot of crap revealed in courts cause papers where counsels who collude to bleed the estates. AI does the legal issues analysis and match the lawyers subsequent motions to verify their appropriate and loyal response for the client&#x27;s cause. On target to recover millions.
评论 #41694966 未加载
alexlll8628 months ago
I just started building a small website for structural engineers with various tools on it (eg. capacity of a steel column). I have spent thousands of hours in the past building fancy excel (incl. vba)and mathcad documents for personal use and this is my first time trying to do it with &quot;real&quot; code. I went with Blazor and c#, so far it looks like a good choice. The long term goal if the projects is a success and becomes popular would be to have a FEM engine for 2D frame structures running in the browser client-side.
huslage8 months ago
Working on getting communications back online in western NC. We are about to post a fundraiser to deploy 10 5G sites by the end of the week.
jll298 months ago
I&#x27;m building up a small but resourceful artificial intelligence research group focusing on specializing in the triangle &quot;machine learning - search - natural language processing&quot;.<p>Have got a bit of funding, a building, an 1.3 M€ GPU cluster. Also looking for Ph.D. candidates and contract developers. (The hard part is spending the money wisely but in 8 weeks - it is a time-limited government budget that &quot;expires&quot; - while teaching writing papers and writing grant applications.)
评论 #41690963 未加载
评论 #41691345 未加载
评论 #41692748 未加载
delduca8 months ago
A 2D game engine in C++ that can be scripted in Lua to create small games together with my son.<p>Game (WebAssembly, use WASD): <a href="https:&#x2F;&#x2F;play.carimbo.cloud&#x2F;1.0.2&#x2F;khromatizo&#x2F;henrique&#x2F;0.0.27&#x2F;480p" rel="nofollow">https:&#x2F;&#x2F;play.carimbo.cloud&#x2F;1.0.2&#x2F;khromatizo&#x2F;henrique&#x2F;0.0.27&#x2F;...</a> Engine: <a href="https:&#x2F;&#x2F;github.com&#x2F;khromatizo&#x2F;carimbo">https:&#x2F;&#x2F;github.com&#x2F;khromatizo&#x2F;carimbo</a>
abe948 months ago
I&#x27;ve been writing a short sci fi story for fun, a michael crichton inspired techno thriller, called Panopticon [0]. Its set in our time frame and is all about encryption and spy craft! [0] <a href="https:&#x2F;&#x2F;docs.google.com&#x2F;document&#x2F;d&#x2F;1VRI4X5fCUpwurUDvKmvzJpT7G50wIq6Ac0wa4uY1Avo&#x2F;edit?usp=sharing" rel="nofollow">https:&#x2F;&#x2F;docs.google.com&#x2F;document&#x2F;d&#x2F;1VRI4X5fCUpwurUDvKmvzJpT7...</a> (first 20 pages)
jascha_eng8 months ago
Still working on Kviklet: <a href="https:&#x2F;&#x2F;github.com&#x2F;kviklet&#x2F;kviklet">https:&#x2F;&#x2F;github.com&#x2F;kviklet&#x2F;kviklet</a><p>Trying to make production database access easy while avoiding dropping a table in production.<p>Experimenting with websockets right now so you don&#x27;t have to create formal requests like a pull request anymore but instead can have more fluent database access sessions while another engineer watches over your virtual shoulder.
omikun8 months ago
I&#x27;m working on a Civilization type game but built on an economy simulator[0]. So far I&#x27;ve mostly been working on the simulator side but I just started adding player interactions! The goal is to create a system that allows for emergent behaviors and unintended consequences of buying&#x2F;selling, tax policies, interest fluctuations.<p>[0]<a href="https:&#x2F;&#x2F;github.com&#x2F;omikun&#x2F;EconSim">https:&#x2F;&#x2F;github.com&#x2F;omikun&#x2F;EconSim</a>
abhgh8 months ago
Working on a library that helps benchmark Active Learning (AL) techniques [1]. This is a form of Machine Learning, where you want to learn a supervised predictor but you don&#x27;t have labels to start with, and labeling comes at a cost that you need to account for (the term AL can have broader connotations but this is the popular one). We feel the area suffers quite a bit from poor benchmarks, which my colleague and I wrote up about in a paper [2]. To run the many experiments in the paper we had to write a fairly comprehensive codebase that makes it convenient to swap out different bits and pieces of an AL pipeline, which we&#x27;ll be polishing up now.<p>PS: If the work is of interest and you want to avoid reading the paper, I have a blogpost too [3].<p>[1] <a href="https:&#x2F;&#x2F;github.com&#x2F;ThuongTNguyen&#x2F;active_learning_comparisons">https:&#x2F;&#x2F;github.com&#x2F;ThuongTNguyen&#x2F;active_learning_comparisons</a><p>[2] <a href="https:&#x2F;&#x2F;arxiv.org&#x2F;abs&#x2F;2403.15744" rel="nofollow">https:&#x2F;&#x2F;arxiv.org&#x2F;abs&#x2F;2403.15744</a> (this was accepted in EMNLP&#x27;24)<p>[3] <a href="https:&#x2F;&#x2F;blog.quipu-strands.com&#x2F;inactive_learning" rel="nofollow">https:&#x2F;&#x2F;blog.quipu-strands.com&#x2F;inactive_learning</a>
seidleroni8 months ago
A website that sorts the recent Peloton bike rides by difficulty. <a href="https:&#x2F;&#x2F;pelohard.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;pelohard.com&#x2F;</a><p>I love my Peloton and it was really annoying finding a ride with a difficulty over a certain threshold that was recent. I&#x27;m an embedded developer by day and did this with a lot of help from ChatGPT and Claude. Hoping to add some more features to it as time goes on.
评论 #41714536 未加载
KPGv28 months ago
I&#x27;m working on my second novel (genre fiction, both superhero, for fun, no interest in publishing—read: i&#x27;m not that good yet)<p>Last year i wrote a novel about what it&#x27;d be like if you were the parent of a teenage superhero, but all you saw was the aversion to touch, panic attacks, unexplained absences, and falling grades (they&#x27;re obviously lying to you about what the problem is, but you don&#x27;t know why!).<p>And how would you handle discovering that it wasn&#x27;t drugs or her being a victim of assault, but was instead so much worse: that she&#x27;s the one fighting for her life on the news all the time?<p>I&#x27;ve just started writing my second, which is superheroes arguing over what to do about one of the villains, who turned good and helped them defeat a Big Bad. The story is still in early stages, so there&#x27;s plenty more ideas to come up with still.<p>For a stay at home dad like me, writing is really enjoyable as a hobby because I can do it at the soccer fields while my kids practice for two hours, or I can do it while they&#x27;re at a gym playing, or at night when they&#x27;re asleep. I don&#x27;t have to schedule out a three-hour block to meet up with buddies for tennis a month in advance.
评论 #41691534 未加载
excsn8 months ago
Hey everyone! I wanted to share what I’ve been working on lately: an app called Unlearn Stress [1] on iOS [2] and Android [3]. It came out of my own struggles with stress and trying to find ways to cope. Some days are just rough and while I’ve had some luck with doctors, I’ve found that stories, especially ones read in my own voice, and breathing exercises really help lift my mood. The app is simple, works completely offline and there’s no data collection like other apps.<p>My next idea is to use SSML to better control some of the speech and add delays where needed.<p>[1] <a href="https:&#x2F;&#x2F;www.excsn.com&#x2F;apps&#x2F;unlearn_stress" rel="nofollow">https:&#x2F;&#x2F;www.excsn.com&#x2F;apps&#x2F;unlearn_stress</a><p>[2] <a href="https:&#x2F;&#x2F;apps.apple.com&#x2F;us&#x2F;app&#x2F;unlearn-stress-with-stories&#x2F;id6670419600" rel="nofollow">https:&#x2F;&#x2F;apps.apple.com&#x2F;us&#x2F;app&#x2F;unlearn-stress-with-stories&#x2F;id...</a><p>[3] <a href="https:&#x2F;&#x2F;play.google.com&#x2F;store&#x2F;apps&#x2F;details?id=com.excsn.android.unlearn_stress">https:&#x2F;&#x2F;play.google.com&#x2F;store&#x2F;apps&#x2F;details?id=com.excsn.andr...</a>
yqiang8 months ago
<a href="https:&#x2F;&#x2F;fitbee.app" rel="nofollow">https:&#x2F;&#x2F;fitbee.app</a> I&#x27;m continuing to build the nutrition tracker I&#x27;ve always wanted myself [1]<p>This month the focus is improving food data quality &amp; search relevancy. I&#x27;m also starting to experiment with some more advanced generative AI use cases in the realm of providing suggestions on what to eat &amp; analysis of your diet.
评论 #41692779 未加载
dv35z8 months ago
Affirmator.app - Given a list of affirmations, wisdom &amp; goals (sourced from life-success programs like Earl Nightingale&#x27;s Strangest Secret, and books like Think and Grow Rich), use text-to-speech to generate voice audio files, leave spaces for you to vocalize the phrases, and then automatically play 20-phrase playlists every morning &amp; day. The phrases can range from high-level &quot;I feel strong and confident&quot; to specific to personal goals &quot;I can confidently play and sing 3 songs on the piano.&quot;, &quot;I do 25 push-ups every morning&quot;<p>The idea is that mindset is important in the morning, and that we all want to do these healthy habits - meditation and yoga - and yet when life get&#x27;s stressful, it&#x27;s easy to fall out of a healthy rhythm.<p>I&#x27;ve been doing deep study about affirmations, our sub-conscious mind, and how to use repetition to change yourself - absolutely fascinating and effective. This Affirmatpr tool can help reduce the effects of depression &amp; anxiety, help you set &amp; internalize goals and habits for your dream life.<p>If anyone is interested in trying it out - I&#x27;ve got a prototype which can create customized affirmation sessions, and layer it on top of a calm music backing track)<p>Tech stack: Python &#x2F; Django (soon) &#x2F; Text to speech: ElevenLabs &amp; Piper TTS. The automation currently runs with &#x27;cron&#x27; on MacOS and Shortcuts.app&#x2F;Music.app on iPhone.<p>Everything is open-source (Codeberg) and can run locally instead of cloud hosted, so maximum people can benefit (and so you can set private goals&#x2F;affirmations that perhaps you don&#x27;t want everyone to hear about).<p>I would love to meet others who would be interested in contributing &#x2F; collaborating, as there is huge potential here. My contact is in my profile.
hypertexthero8 months ago
Finally learning piano and drums after playing guitars for years. Thinking of own musical voice for first song, EP, and album. Made this chords poster to help: <a href="https:&#x2F;&#x2F;hypertexthero.com&#x2F;piano&#x2F;" rel="nofollow">https:&#x2F;&#x2F;hypertexthero.com&#x2F;piano&#x2F;</a><p>Working on a default home.html page for my web browser with most used links, note pad, drawing pad, and forms for quickly creating posts for static sites that I’ll publish shortly. It would be nice if Firefox let you define a custom page for new tabs as well as new windows, instead of only Blank Page and Firefox Home (Default).<p>Usually have the relationship between work and play in mind, and how many of my favorite games have elements of compounding interest in rogue lite game modes where a little bit goes a long way with saved progression.<p>Harvesting four varieties of potatoes planted in the garden earlier in the year. Thankful to be able to work outdoors listening to the wind and nature.<p>Thinking about the difficult, important work of nurses and caretakers while helping to manage care for an elderly relative.
simonorzel268 months ago
I&#x27;ve been developing ngtly.com (ngtly.com&#x2F;berlin for context), a platform that automatically curates nightlife events across major European cities—currently covering 23 cities with populations over 300,000. Over the past couple of months, we&#x27;ve attracted about 1.5-2k unique visitors per month, with around 200 returning users. The service is entirely free for nightlife enthusiasts, aiming to provide comprehensive event listings without ads or data collection.<p>I&#x27;m running this project solo, and while it&#x27;s been rewarding, there are challenges in scaling and sustaining it—like covering operational costs (~€20 per city per month) and expanding to more locations. I&#x27;m planning to eventually monetize through partnerships with promoters and venues, but for now, I&#x27;m looking for feedback or suggestions on improving the platform and reaching a wider audience without compromising on the user experience. Any insights or critiques from the community would be greatly appreciated.
eli_gottlieb8 months ago
I got notified my NeurIPS paper was accepted this past week, so I&#x27;ve been doing the brush-ups that&#x27;ll have the manuscript set for camera-ready. Preprint on arxiv with the title &quot;Divide-and-Conquer Predictive Coding&quot; at: <a href="https:&#x2F;&#x2F;arxiv.org&#x2F;abs&#x2F;2408.05834" rel="nofollow">https:&#x2F;&#x2F;arxiv.org&#x2F;abs&#x2F;2408.05834</a>
artkulak8 months ago
Hey! I&#x27;m working on Getgud.io, an AI-powered game analytics and anti-cheat platform.<p>Our goal is to provide complete observability into player behavior, detect cheaters and griefers, and help game developers improve player retention.<p>Some key features we&#x27;re working on:<p>- AI-powered analysis of in-match player actions to detect anomalies<p>- Customizable rules engine for automated responses to toxic behavior<p>- Visual replay system for reviewing flagged matches<p>Check out our website at <a href="https:&#x2F;&#x2F;www.getgud.io" rel="nofollow">https:&#x2F;&#x2F;www.getgud.io</a> and watch our detection video at <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=5EhTpfEzh1M" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=5EhTpfEzh1M</a> to see Getgud.io in action.<p>We support server-side integration for popular platforms like Unreal Engine and Unity.<p>For integration guides and SDK references, visit our docs at <a href="https:&#x2F;&#x2F;github.com&#x2F;getgud-io&#x2F;getgud-docs">https:&#x2F;&#x2F;github.com&#x2F;getgud-io&#x2F;getgud-docs</a>.<p>Happy to chat more about game analytics and cheat detection if anyone&#x27;s interested!
shaklee38 months ago
My kids&#x27; elementary school has a running club that I manage. In past years they pay a subscription to a company that&#x27;s quite expensive to track laps. I decided to implement some software that&#x27;s better and runs on an rpi.<p>It&#x27;s working very well, and the kids like it more because it has audio feedback on laps and time.<p>Besides the cheap USB qr scanners there&#x27;s no expenses either.
评论 #41693779 未加载
osm30008 months ago
I am working on Omie, <a href="https:&#x2F;&#x2F;webapp.omie42.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;webapp.omie42.com&#x2F;</a>, yet another language learning tool :D<p>You start by learning the words: It augments the repetition aspect of Anki with added context to the words (random example sentences for each work, each time). I curated &#x2F; generated the set of words in advance. Then you move to practice these words in chat about different topics (soon voice conversation as well). You get a feedback in each turn about what your mistakes, without interrupting the chat.<p>I am using DeepL for translation (I am not liking it though, since it is very narrow strict definitions. I will be exploring OpenAI for that soon). For chat, OpenAI GPT-4o.<p>This is my first webapp. I used HTMX + AlpineJS, Python, Supabase (Auth, S3, DB), and hosting on my PI.<p>It&#x27;s work in progress, but I need to start finding core users to give feedback. I am not really sure how though. I had some tough experiences on Reddit and Discord (understandable tbh).
nolan8798 months ago
Working on a HomeAssistant plugin to control my home from my Macintosh SE&#x2F;30. Compiling with retro68 and using my bluescsi for wifi.
评论 #41690657 未加载
moxvallix8 months ago
I have spent the last year or so restoring a Minecraft skin editor site, that had gone offline for good. I had used that site for years to make my own skins as a child, and while I hadn’t used it in a couple years, I still had friends that relied on it to make their own skins, and were greatly disappointed losing the site.<p>Starting from a wayback machine archive, I hacked some much needed improvements in to the minimised jquery-based, javascript (a right pain but an excellent learning experience). I implemented a Rails backend for the gallery, and have since been slowly improving it, replacing assets, and growing a community around it.<p>We recently hit 10k skins on the site!<p>I am working on rewriting the actual editor from scratch, and releasing the code as open source once all original assets&#x2F;code have been swapped out.<p>If anyone wants to check it out: <a href="https:&#x2F;&#x2F;needcoolershoes.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;needcoolershoes.com&#x2F;</a> (The editor doesnt work on mobile, but the gallery does)
__mharrison__8 months ago
Training folks from around the world to use pandas for data analysis and ML. Training folks on who to apply ML to their data.<p>A course on using modern Python constructs and tooling. (uv, coding with AI, pytest, type annotations, etc).<p>A book on interviewing for Python coding jobs.<p>Planning next book on either catboost or duckdb.<p>Ideas that I&#x27;m thinking about: how AI helps established programmers and new programmers.
评论 #41693390 未加载
ideasman428 months ago
<a href="https:&#x2F;&#x2F;codeberg.org&#x2F;ideasman42&#x2F;font-topaz-ng" rel="nofollow">https:&#x2F;&#x2F;codeberg.org&#x2F;ideasman42&#x2F;font-topaz-ng</a><p>Re-creating a vectorized version of Amiga&#x27;s system font.<p>Since I&#x27;ve always found font&#x27;s online to be unreasonably opaque, the glyphs are stored in a TOML file, edited in Blender and exported using FontForge.
cmdrk8 months ago
Over the last 20 years people have asserted Erlang would make a great language for an MMO server backend. I’ve been working on building an open system around that idea, integrating with Godot. It’s slow going (a few years old now!) but I’ve got a framework that serializes everything with protobuf, builds a lot of the client libraries for Godot on the fly, and works over ENet (UDP) and WebSocket (HTTPS). Have a general abstraction for “tick-based” games that’s starting to feel nice, and thinking about turn-based games with some general state machine functionality. Working on some demos and documentation this week. Maybe present it at a conference and see if anyone else wants to walk this path with me?<p>Otherwise I’ve been thinking a lot about using Erlang as a control plane in the scientific&#x2F;hpc realm. I often fantasize about a single system image on the BEAM for running functions as a service, talking to object stores etc.
pronopython8 months ago
I&#x27;m working on <a href="https:&#x2F;&#x2F;github.com&#x2F;pronopython&#x2F;rugivi">https:&#x2F;&#x2F;github.com&#x2F;pronopython&#x2F;rugivi</a> RuGiVi-- an adult python PyGame app to fly over and zoom in and out of a huge image and video collection.<p>My app can handle landscapes of hundred of thousands of images at once. The last major feature addition was the ability to handle video files. These are presented as a collection of still frames within the &quot;world&quot;. Currently I am trying to find bugs within the media loading scheduler mechanism.<p>The work is quite hard, because despite good installation numbers (pypi) and clones (github), there&#x27;s literally no feedback whatsoever (bugs, questions etc). If this is because of the adult-use aspect or if this is normal I can&#x27;t tell but would suggest the first reason. So I have to come up with possible problems people might have all by myself. Any feedback is highly welcomed!
ibx228 months ago
I&#x27;m learning QOL hacks to live without a city water supply for 10 days! Should be interesting. Our town just lost its water supply after Hurricane Helene destroyed the water supply pumping station.<p>And working on a member-owned social network that runs from users countertops to foster dynamics that make for a better social user experience.
tromp8 months ago
I set out to make Loader&#x27;s number [1], about the largest computable (*) number in googology, fit inside the 280 bytes of a tweet. After succeeding with a 2236 bit program, I got the idea to further improve the size by using Higher Order Abstract Syntax (HOAS), resulting in a big rewrite that along with other optimizations resulted in a 233 byte program [2].<p>(*) in the sense of having a human-scale program<p>[1] <a href="https:&#x2F;&#x2F;googology.fandom.com&#x2F;wiki&#x2F;User_blog:Upquark11111&#x2F;An_Explanation_of_Loader%27s_Number" rel="nofollow">https:&#x2F;&#x2F;googology.fandom.com&#x2F;wiki&#x2F;User_blog:Upquark11111&#x2F;An_...</a><p>[2] <a href="https:&#x2F;&#x2F;codegolf.stackexchange.com&#x2F;questions&#x2F;176966&#x2F;golf-a-number-bigger-than-loaders-number&#x2F;274634#274634" rel="nofollow">https:&#x2F;&#x2F;codegolf.stackexchange.com&#x2F;questions&#x2F;176966&#x2F;golf-a-n...</a>
ConstrPlus85618 months ago
<a href="https:&#x2F;&#x2F;www.strengthjourneys.xyz&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.strengthjourneys.xyz&#x2F;</a><p>I&#x27;m working on an open-source web app to visualize barbell lifts.<p>Basically trying to provide the best motivation and resources to help people invest in their physical strength which is crucial to health and longevity.<p>I&#x27;m keeping it strictly based on user Google Sheet data - because over the years I&#x27;ve changed apps and it&#x27;s always hard to get your data out.<p>So far I have:<p>- lots of charts<p>- an cgpt wrapper to talk to your lifting data and get lifting advice<p>- the best strength calculators (in my opinion)<p>- a strength ranking system for squat, bench press, deadlift and strict press.<p>Tech stack:<p>- Next.js on Vercel<p>- ShadcnUI components (the charts are great)<p>- nextauth<p>- Tailwind CSS<p>- ChatGPT 4o<p><a href="https:&#x2F;&#x2F;www.strengthjourneys.xyz&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.strengthjourneys.xyz&#x2F;</a><p><a href="https:&#x2F;&#x2F;github.com&#x2F;wayneschuller&#x2F;strengthjourneys">https:&#x2F;&#x2F;github.com&#x2F;wayneschuller&#x2F;strengthjourneys</a>
mishu28 months ago
Photography is a hobby of mine. After putting it off for years, I finally decided to start sharing my photo collection with friends and family.<p>This resulted in another side project, <a href="https:&#x2F;&#x2F;mishmash.photos&#x2F;" rel="nofollow">https:&#x2F;&#x2F;mishmash.photos&#x2F;</a> -- a website to organize, share and collaborate on albums (because I always lose photos when going on trips with friends). There are better apps out there for this, but this one is mine.<p>Sample album: <a href="https:&#x2F;&#x2F;mishmash.photos&#x2F;share&#x2F;84f83b09-0a24-4d13-b436-8131ee000643&#x2F;3&#x2F;" rel="nofollow">https:&#x2F;&#x2F;mishmash.photos&#x2F;share&#x2F;84f83b09-0a24-4d13-b436-8131ee...</a><p>Tech stack is django, htmx, bootstrap and a Stripe integration, to keep things simple.<p>(There&#x27;s no free tier; from reading this website I know offering free image upload usually ends badly.)
andrewlevver8 months ago
I&#x27;m creating a multi-media project hosted on substack where I write a letter (in a deeply personal and old school correspondence) to my favorite people&#x2F;creators&#x2F; and tell them how they&#x27;ve impacted my life. I give specifics about when and where I first heard&#x2F;read&#x2F;saw&#x2F;etc. their work and what pieces of it have stuck with me over time and become part of my curated worldview and experience.<p><a href="https:&#x2F;&#x2F;www.aletterfor.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.aletterfor.com&#x2F;</a><p>There aren&#x27;t any public posts yet because I&#x27;ve been too much of a coward to release them into the wild and promote them even though I think they are great. I&#x27;m hoping by commenting here I can pressure myself to update in October with some actual stuff published.
bhl8 months ago
Prompting GPT to do rich text editing.<p>Instead of replacing the entire document or selection, we want it to create diffs or operations for the minimal amount of edits as possible. This helps preserve intent better when merging the doc later on with OT&#x2F;CRDTs. (Of course, you could also ask GPT to semantically merge docs for you haha).<p>So far, it&#x27;s been harder than plain text or spreadsheets which have an easier position&#x2F;coordinate system to work with: just line-col or row-col.<p>Rich text is usually stored as trees with json or html. Have seen a paper (<a href="https:&#x2F;&#x2F;www.inkandswitch.com&#x2F;peritext&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.inkandswitch.com&#x2F;peritext&#x2F;</a>) that represents it as a flat array.<p>Difference in approach would then be: is it easier for gpt to work with diffs or with operations&#x2F;tool calls?
评论 #41690925 未加载
评论 #41691897 未加载
评论 #41691674 未加载
评论 #41690694 未加载
评论 #41692054 未加载
vijitdhingra8 months ago
A chrome extension that lets you chat with any webpage using LLMS! helps avoid a bunch of copy-pasting into ChatGpt. <a href="https:&#x2F;&#x2F;chromewebstore.google.com&#x2F;detail&#x2F;rocky-ai&#x2F;fdjoklehjinbgibfgbncoljognjjpkna" rel="nofollow">https:&#x2F;&#x2F;chromewebstore.google.com&#x2F;detail&#x2F;rocky-ai&#x2F;fdjoklehji...</a><p>1. Summarize Articles – Get concise overviews of content from sources like HackerNews, Reddit, and more. 2. Quick Information Lookup – Effortlessly locate key details on pages such as developer documentation, car forums, and beyond. 3. Personalized LinkedIn Outreach – Craft customized outreach messages for your LinkedIn connections with ease. 4. Review Analysis – Analyze feedback and reviews from platforms like Airbnb, Amazon, and others for quick insights.
评论 #41709041 未加载
digest8 months ago
Working on <a href="https:&#x2F;&#x2F;usedigest.com" rel="nofollow">https:&#x2F;&#x2F;usedigest.com</a>, a tool to curate content from any source into a daily email. No this is not just grabbing RSS feeds, we&#x27;re using tons of APIs to fetch data wherever we can. The goal is to replace the mindless scrolling we all do on a daily basis and try to help people become more productive without the fear of missing out. You can consume the daily email, or read it on the web as we generate a direct link to your digest each day. Here is an example: <a href="https:&#x2F;&#x2F;app.usedigest.com&#x2F;digests&#x2F;share&#x2F;b40cd659-bce5-4a38-99b5-3fece505a0a3" rel="nofollow">https:&#x2F;&#x2F;app.usedigest.com&#x2F;digests&#x2F;share&#x2F;b40cd659-bce5-4a38-9...</a>
评论 #41705989 未加载
holocen8 months ago
Slowly but surely adding things to <a href="https:&#x2F;&#x2F;plaintextwaittimes.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;plaintextwaittimes.com&#x2F;</a><p>I have really enjoyed going back to a text first information dense design. I&#x27;ll likely build more tiny sites like this in the future.
评论 #41697270 未加载
throw_300920248 months ago
(Throwaway to preserve my main account anonymity)<p>I made a tiny and open source musical instruments that allows you to make some cool chord progression with a fully configurable synthesis engine. Its still being developed but the website is here [1].<p>You also have a (quite low quality I&#x27;m sorry about that) video demo [2].<p>For the cool sound it can make, here is a small audio recording [3].<p>[1]: <a href="https:&#x2F;&#x2F;minichord.com" rel="nofollow">https:&#x2F;&#x2F;minichord.com</a> [2]: <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=h-6qkhU_WoA" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=h-6qkhU_WoA</a> [3]: <a href="https:&#x2F;&#x2F;minichord.com&#x2F;ressources&#x2F;audio_demo.mp3" rel="nofollow">https:&#x2F;&#x2F;minichord.com&#x2F;ressources&#x2F;audio_demo.mp3</a>
woile8 months ago
I&#x27;m working on <a href="https:&#x2F;&#x2F;reciperium.com" rel="nofollow">https:&#x2F;&#x2F;reciperium.com</a> I&#x27;ve added a tutorial on <a href="https:&#x2F;&#x2F;learn.reciperium.com" rel="nofollow">https:&#x2F;&#x2F;learn.reciperium.com</a> and a playground <a href="https:&#x2F;&#x2F;play.reciperium.com" rel="nofollow">https:&#x2F;&#x2F;play.reciperium.com</a> and I have around 4 active users (including myself, the most active and the target for this platform haha).<p>In a nutshell, reciperium is the center of all my recipes, I was tired of finding recipes on different channels (youtube, reddit, instagram, google, friends, etc), and not having a place to put them. On top of that, I can fork my friend&#x27;s recipes to adjust them to my taste.
评论 #41696127 未加载
评论 #41699317 未加载
评论 #41694594 未加载
wahnfrieden8 months ago
I quit my job to focus on Manabi Reader full-time, for learning Japanese by reading (and next via YouTube). Has its own SRS flashcards or you can use its Anki integration on mobile and desktop.<p><a href="https:&#x2F;&#x2F;reader.manabi.io" rel="nofollow">https:&#x2F;&#x2F;reader.manabi.io</a> iOS&#x2F;macOS<p>It tracks every word and kanji you read to show you what you need to learn in order to read something new. It assembles your own personal corpus of example sentences as you read too, and will soon show you &quot;i + 1&quot; sentences to learn. No AI slop, just native immersion.<p>I&#x27;m also finishing an update now that automatically reviews flashcards that appear in texts you read. I find this more enjoyable and effective than slogging through context-light flashcards.
smcn8 months ago
We recently soft launched the new <a href="https:&#x2F;&#x2F;feetr.io" rel="nofollow">https:&#x2F;&#x2F;feetr.io</a> website as well as our stock market AI, and are knocking our pan in to fix the little bugs that have been uncovered in addition to migrating more of our existing code to the new system.<p>Over the weekend, we trialled the AI on Reddit[0] and got 300 comments more than expected, so we&#x27;re doing the above while there are a lot more eyeballs on us.<p>Super stressful but we&#x27;re getting there.<p>0: <a href="https:&#x2F;&#x2F;www.reddit.com&#x2F;r&#x2F;Shortsqueeze&#x2F;comments&#x2F;1fr9ae1&#x2F;give_me_stocks_for_my_ai_to_analyse&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.reddit.com&#x2F;r&#x2F;Shortsqueeze&#x2F;comments&#x2F;1fr9ae1&#x2F;give_...</a>
bckr8 months ago
I’m doing a deep dive into the video games of the year 2000.<p>The plan is to make a threejs site where I can display all my favorite games with models of their original packaging and instruction manuals.<p>An interesting aspect of the research is that almost all published games are bad or mediocre.<p>Wikipedia knows about ~800 video games published in the year 2000. Of those, only ~300 either piqued my interest based on description or had reviews above ~70% positive.<p>I eliminated more of those based on personal interest (realistic flying or sports are not very interesting to me). And even more by watching videos of gameplay.<p>The level of polish and artistry vary enormously.<p>I’ve got a list of &lt;100 games I’m very interested in, still. Which is a lot! But the breakdown is interesting to me.
评论 #41699655 未加载
nhatcher8 months ago
I&#x27;m working on <a href="https:&#x2F;&#x2F;www.ironcalc.com" rel="nofollow">https:&#x2F;&#x2F;www.ironcalc.com</a> as a side project.<p>A spreadsheet engine with an open source permissive license. I have high hopes for it but I&#x27;m still in early stages of the project.
评论 #41695061 未加载
评论 #41691186 未加载
MrVandemar8 months ago
I&#x27;m working on a timed audio description script for the 1994 science-fiction &#x2F; adventure film “Stargate” for blind and low-vision audiences.<p>There are a lot of older films that are not audio described, and so every now and again I pick a film and write a script, and another volunteer records and mixes the narration track.<p>It takes about 2+ hours to describe about 20 minutes, and the film itself is 2 hours.<p>Sample:<p><pre><code> 68 00:11:18,219 --&gt; 00:11:33,169 They step through doors marked &quot;Research Laboratory&quot;. The wheel shaped cover stone towers over them, mounted upright on the wall. The disc in the centre has a cartouche, a vertical panel of symbols. Jackson stares up at it open mouthed.</code></pre>
评论 #41691793 未加载
shaftway8 months ago
I&#x27;m working on a cutting board as a wedding gift. The couple is Irish, and needed some design elements to suit. The edge will be three ribbons of darker wood (walnut, padauk, and walnut again) and the main cutting board area is light (ash).<p>The hard part is the corners. I&#x27;m trying to get some celtic knots going, but this requires extremely accurate sizing, otherwise nothing lines up. The strips of wood are either 3&#x2F;8&quot; x 1&#x2F;2&quot; or 1&#x2F;16&quot; x 1&#x2F;2&quot;. You have to be very careful with clamping when gluing, otherwise everything is off.<p>Oh and it&#x27;s end-grain, which just means so much more processing of everything.
atilimcetin8 months ago
I&#x27;ve started writing a technical book about &quot;how to develop a game boy emulator from scratch&quot;. :fingers_crossed:<p>I&#x27;m using typst[1] for my writing journey.<p>[1] <a href="https:&#x2F;&#x2F;typst.app&#x2F;" rel="nofollow">https:&#x2F;&#x2F;typst.app&#x2F;</a>
评论 #41695365 未加载
评论 #41693177 未加载
brotchie8 months ago
Reverse engineering my e-bike’s head unit and motor controller to build a custom head unit out of a Raspberry Pi with oled touch screen (head unit will also be used to control LED patterns on the bike).<p>Used a logic analyzer to work out the protocol between the head unit and the motor controller (uart at 9600) and used a ESP32 to man in the middle the protocol. Currently reverse engineering the meaning of the bytes in the packets sent between the units.<p>First attempt was taking apart the head unit and attaching a debugger to the exposed serial debug interface (Cortex M0) chip, but looks like the manufacturer had disabled flash reading by setting the flash security bit.
评论 #41691801 未加载
jph8 months ago
Assertables: Rust macros like `assert!` for smarter testing, easier debugging, and faster refactoring.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;sixarm&#x2F;assertables-rust-crate">https:&#x2F;&#x2F;github.com&#x2F;sixarm&#x2F;assertables-rust-crate</a>
rafaepta8 months ago
Building a QA platform so non-tech folks can test and improve LLM products WITHOUT needing developers.<p>It’s crazy how much time developers waste tweaking hardcoded prompts, writing endless test cases or constantly shift focus between building LLM features and verifying them. It’s usually the product person who should be handling this.<p>To scale a product, you need an extra set of eyes to double-check the engineers&#x27; work before it goes live.<p>Just want to give non-technical folks the power to test and improve LLM apps themselves!<p>This project is called <a href="https:&#x2F;&#x2F;ottic.ai&#x2F;" rel="nofollow">https:&#x2F;&#x2F;ottic.ai&#x2F;</a>
mavidser8 months ago
<a href="http:&#x2F;&#x2F;weather.sidverma.io&#x2F;" rel="nofollow">http:&#x2F;&#x2F;weather.sidverma.io&#x2F;</a><p><a href="https:&#x2F;&#x2F;github.com&#x2F;weather-viz&#x2F;data-generator&#x2F;">https:&#x2F;&#x2F;github.com&#x2F;weather-viz&#x2F;data-generator&#x2F;</a><p>It started with me trying to get weather stats for my city, to give proof to the nagging thought &#x27;Has it really gotten this hotter in the last X years?&#x27;<p>Now its aiming to be a project where one can visualize historical weather data for any place with a lot of stats and trendlines<p>Still in active development - right now the visualization only has my town in it.
me_bx8 months ago
I&#x27;m (still) working on my surf forecasting website &#x2F; PWA [0].<p>I spent the past few months refactoring most of the site:<p><pre><code> * Find a smarter logic to recommend when to go surfing, based on how the combination of swell and wind indicators are. * Add support for other locations (currently: only Fuerteventura, Canary Islands is there) - this means refactoring the way how forecast data is managed. * UX &amp; UI: enhance the information hierarchy, menus, create a new visual identity. </code></pre> Finally soon to be released.<p>[0]: <a href="https:&#x2F;&#x2F;gonna.surf" rel="nofollow">https:&#x2F;&#x2F;gonna.surf</a>
SuperV12348 months ago
I&#x27;m working on a Emscripten-ready fork of SFML that brings several key improvements:<p>- Modern OpenGL and first-class support for Emscripten4 - Easy to use drawable batching system - Enhanced API safety at compile-time - Flexible design approach over strict OOP principles - New audio API supporting multiple simultaneous devices - Built-in SFML::ImGui module - Remarkably fast compilation time &amp; small run-time debug mode overhead<p>More info: <a href="https:&#x2F;&#x2F;vittorioromeo.info&#x2F;index&#x2F;blog&#x2F;vrsfml.html" rel="nofollow">https:&#x2F;&#x2F;vittorioromeo.info&#x2F;index&#x2F;blog&#x2F;vrsfml.html</a>
naveen998 months ago
Working on an alternate reader and similarity search for hacker news: <a href="https:&#x2F;&#x2F;hn.garglet.com" rel="nofollow">https:&#x2F;&#x2F;hn.garglet.com</a><p>Some features:<p>Search user profiles<p>Find similar comments<p>Find similar stories<p>Find similar users<p>See user karma next to their comments<p>browse comments in chronological order on stories
dh10118 months ago
I am working on &quot;Subscription Manager,&quot; a simple single-page web application that allows users to manage their recurring payments. It provides a summary of your expenses, including weekly, monthly, and yearly totals for all your current subscriptions. Additionally, it features notifications through NTFY to notify when a subscription is dued for payment.<p>Here is the Github repo of this project: <a href="https:&#x2F;&#x2F;github.com&#x2F;dh1011&#x2F;subscription-manager">https:&#x2F;&#x2F;github.com&#x2F;dh1011&#x2F;subscription-manager</a><p>This is a self-hosted open-source project, licensed under the MIT license.
yawebnw8 months ago
I&#x27;m almost finished my modular MIDI Controller software for iOS&#x2F;iPadOS. I am hoping to offer a good compromise between ease of setup and power. Hopefully I get this is on testflight in about a week or two. Best I can share is some screenshots right now: <a href="https:&#x2F;&#x2F;imgur.com&#x2F;a&#x2F;s80g0Iv" rel="nofollow">https:&#x2F;&#x2F;imgur.com&#x2F;a&#x2F;s80g0Iv</a><p>Really hoping to do this right as an indie dev with a good website, video promotion, marketing, etc. Probably free but with a one-time IAP for unlocking features. Worst case scenario this helps me land new jobs :p
jfoster8 months ago
I launched Screen Recorded (<a href="https:&#x2F;&#x2F;screenrecorded.com&#x2F;en" rel="nofollow">https:&#x2F;&#x2F;screenrecorded.com&#x2F;en</a>) a few days ago. It&#x27;s a screen recorder that runs in your browser.<p>I intentionally made it a super easy choice if you need a quick screen recording by not having any accounts, making it free, not watermarking videos, etc.<p>I also recently added WebP support to Batch Compress (<a href="https:&#x2F;&#x2F;batchcompress.com&#x2F;en" rel="nofollow">https:&#x2F;&#x2F;batchcompress.com&#x2F;en</a>), which is an image compressor that runs in the browser.
评论 #41697620 未加载
mjAxi0m8 months ago
Working on Perseid (<a href="https:&#x2F;&#x2F;perseid.dev" rel="nofollow">https:&#x2F;&#x2F;perseid.dev</a>), a framework that allows web developers to ship full-stack apps in minutes, using their favorite stack.
rahilb8 months ago
I’m chipping away at bugs and adding features to my app Reminder Sync for Obsidian! <a href="https:&#x2F;&#x2F;turquoisehexagon.co.uk&#x2F;remindersync&#x2F;" rel="nofollow">https:&#x2F;&#x2F;turquoisehexagon.co.uk&#x2F;remindersync&#x2F;</a><p>Currently working on supporting dataview tasks format and multiple reminder lists.<p>The app supports any markdown backed notes app, but I fear I may have limited its appeal by including Obsidian in the app name.<p>Edit: previous discussion <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=39764919">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=39764919</a>
elric8 months ago
In the last iteration of this thread I replied that I was bored out at work and couldn&#x27;t find any inspiration&#x2F;motivation for anything fun. I&#x27;ve since switched gigs (better day rate, and way more interesting &amp; meaningful work) and my brain is slowly kicking into gear again. Have a couple of ideas, the one I think will be the most fun is implementing a custom JVM language. Nothing fancy, just feature rich enough for me to learn what I need to learn in order to implement it.
ecuaflo8 months ago
Anyone know of a community where you genuinely try each other’s stuff and give feedback? Sometimes lose motivation aimlessly guessing what people want without having users to give actual feedback.
评论 #41708264 未加载
评论 #41691929 未加载
kolleraa8 months ago
I&#x27;m working on a web app that helps you discover new things to read, watch, listen to and play.<p>You start with either an example or a brief description. Then, you&#x27;ll get relevant preferences to select from. Your recommendations are based on the preferences you select. Every run is different.<p>I&#x27;ve added some new features along with support for blogs&#x2F;newsletters and podcasts over the past month, and improved the recommendations generally.<p><a href="https:&#x2F;&#x2F;www.yogurrt.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.yogurrt.com&#x2F;</a>
r3tr08 months ago
<a href="https:&#x2F;&#x2F;yeet.cx&#x2F;discover" rel="nofollow">https:&#x2F;&#x2F;yeet.cx&#x2F;discover</a><p>A dynamic runtime and package manager on top of Linux&#x27;s BPF virtual machine with a SQL interface for visualizing system information in real-time.<p>Interesting combination of low-level systems programming, low-level frontend programming, real-time networking and computer graphics.<p>Still filling in index.<p>A good example if you want to try:<p><a href="https:&#x2F;&#x2F;yeet.cx&#x2F;@yeet&#x2F;execsnoop" rel="nofollow">https:&#x2F;&#x2F;yeet.cx&#x2F;@yeet&#x2F;execsnoop</a><p>We&#x27;re also hiring: work@yeet.cx
tombert8 months ago
I&#x27;ve been diving head-first into raw, nerdy, mathy concurrency theory.<p>Something fun about being into niche subjects in computer science is that the textbooks for them have very low resale value. As a result, you can make &quot;best offers&quot; on eBay for 1&#x2F;2 or even less than the suggested price, and it will likely be accepted since the seller really just wants to get rid of them.<p>I&#x27;ve been taking advantage of this and purchased a bunch of obscure concurrency theory books that I&#x27;ve been reading through.
old-priate8 months ago
Building an AI negotiation tool for B2B purchasing [0]. It automates the interactions with potential suppliers and summarises the best bid submissions.<p>Currently struggling with how to get any sales but there are some good resources like Aaron&#x27;s cold outreach video [1]<p>[0] <a href="https:&#x2F;&#x2F;www.m2mmart.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.m2mmart.com&#x2F;</a> [1] <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=7Kh_fpxP1yY" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=7Kh_fpxP1yY</a>
geros8 months ago
I&#x27;m working on Learntime (<a href="https:&#x2F;&#x2F;learntime.ai" rel="nofollow">https:&#x2F;&#x2F;learntime.ai</a>), an open-source&#x2F;saas learning app that combines AI mentorship with evidence-based study techniques. It&#x27;s designed for students and lifelong learners who want to retain information more effectively and perform better in exams. It focuses on un-prompted recall of entire topics (not just flashcards), supported by an AI mentor that provides hints and tracks progress. It uses spaced repetition to optimise review schedules and includes a quick quiz feature targeting weak areas. This is my first solo open-source project, and it&#x27;s been quite a journey! I initially started with LangChain, thinking it would simplify the AI integration. However, I found myself spending more time wrestling with abstractions than solving core problems. Eventually, I dropped it in favour of a more direct approach. The biggest technical challenge has been implementing free recall scoring with LLMs. I&#x27;ve been through a cycle of different techniques - prompt engineering, few-shot learning, fine-tuning - and back again! All of this while welcoming my third child and approaching 50! It&#x27;s been a balancing act, but the project keeps me energised. Feedback, similar experiences or insights welcome!
CreepGin8 months ago
OneJS, JavaScript for Unity. Currently working on bringing &quot;Jupyter Notebook&quot; directly into the Unity Editor.<p><a href="https:&#x2F;&#x2F;onejs.com" rel="nofollow">https:&#x2F;&#x2F;onejs.com</a>
评论 #41693258 未加载
kidproquo8 months ago
iOS game to learn rhythm and drums [0]. It&#x27;s MIDI based. Midi files to use as the tracks to practice on and Midi controllers to use as input. Here&#x27;s a demo with my son on electronic drums [1]<p>Tech stack: Swift, UIKit, SpriteKit<p>[0] <a href="https:&#x2F;&#x2F;testflight.apple.com&#x2F;join&#x2F;Sy5573Uw" rel="nofollow">https:&#x2F;&#x2F;testflight.apple.com&#x2F;join&#x2F;Sy5573Uw</a><p>[1] <a href="https:&#x2F;&#x2F;youtu.be&#x2F;RN2RRewR9B4?si=ic-_dmwp2sJGh94D" rel="nofollow">https:&#x2F;&#x2F;youtu.be&#x2F;RN2RRewR9B4?si=ic-_dmwp2sJGh94D</a>
asciimike8 months ago
Two things:<p>- Practicing CAD and 3D printing: building a go pro mount on my bike computer mount for a light (<a href="https:&#x2F;&#x2F;twitter.com&#x2F;asciimike&#x2F;status&#x2F;1836892842716750221" rel="nofollow">https:&#x2F;&#x2F;twitter.com&#x2F;asciimike&#x2F;status&#x2F;1836892842716750221</a>), an oil filter wrench (<a href="https:&#x2F;&#x2F;twitter.com&#x2F;asciimike&#x2F;status&#x2F;1840051449625018870" rel="nofollow">https:&#x2F;&#x2F;twitter.com&#x2F;asciimike&#x2F;status&#x2F;1840051449625018870</a>), etc. I like the idea of needing a specialty car&#x2F;bike&#x2F;etc. tool and being able to quickly model and build it in hours vs having to order an often fairly expensive tool that takes days to show up.<p>- Import&#x2F;export (specifically from Japan to the US): In particular, importing kei vehicles &gt;25 years old as well as specialty roasted coffee. Both of which have a lot of specific regulations and intricacy, and while I&#x27;ve done a lot of reading on how to do them (e.g. this doc on importing a kei truck: <a href="https:&#x2F;&#x2F;wittymelon.wordpress.com&#x2F;portfolio&#x2F;diy-how-to-import-a-jdm-kei-class-mini-truck-into-the-u-s&#x2F;" rel="nofollow">https:&#x2F;&#x2F;wittymelon.wordpress.com&#x2F;portfolio&#x2F;diy-how-to-import...</a>). If anyone has connections to people who have imported kei vehicles to the US, I&#x27;d love to chat!
tasoeur8 months ago
My October project is an immersive survival horror game that you can auto-generate for your home&#x2F;space. <a href="https:&#x2F;&#x2F;pulsargeist.com" rel="nofollow">https:&#x2F;&#x2F;pulsargeist.com</a><p>It actually won a prize at a hackathon recently and it was enough signal for me to make it a fully fleshed game :-)<p>I’m also making progress on an immersive gpu shader editor app that got release on AVP recently: <a href="https:&#x2F;&#x2F;shader.vision" rel="nofollow">https:&#x2F;&#x2F;shader.vision</a>
cromantin8 months ago
Because there’s finally an image generation that can do people with hands, I’m returning to my project for a day in life screensaver. Me and my wife will add notes to the calendar with what happened today. I will pull maybe some images from my photo library and ask llm to describe them. Then I will feed this into flux and create an image. And then I will put the image into Apple photo library to show on my Apple TV.<p>I tried this manually and it was a blast with my kids. They’ll love it.
martin_a8 months ago
I want to create my first PCB in the upcoming month.<p>Some months ago, I&#x27;ve build a digital clock, based on the somewhat famous 8x8 LED matrix modules and a 3D-printed enclosure.<p>While doing everything on a breadboard was fine for a quantity of 1, I thought about building some more and gifting them to friends. For that, a custom PCB to place the ESP on, and screw it into the housing would be nice.<p>So... I&#x27;ll need to learn to create a simple PCB with KiCad and then have it produced with one of the online services.<p>Wish me luck! :-D
manzoorsamad8 months ago
We are working on launching SocialiQ 2.0 [0] — a tool designed to help marketers find, qualify, and curate influencers without ever leaving social media.<p>This journey started with a simple idea: to challenge the belief that social media research is slow and ineffective. We felt the same pain and decided to build a larger influencer database, like other platforms out there. But we quickly realized something interesting—our users prefer spending time directly on social media rather than bouncing between a SaaS platform. So we went back to the drawing board to rethink how we could truly make this experience better.<p>With SocialiQ 2.0 We’ve made it possible to qualify influencers directly within social media, cutting out the hassle. On October 8th, we’re launching a version that’s not only smarter but also faster and easier to use. Over 20,000 marketers already love SocialiQ, but this update is going to take things to the next level.<p>We can’t wait to show you what’s next. If you want early access, join the waitlist on Product Hunt [1].<p>[0] <a href="https:&#x2F;&#x2F;www.impulze.ai&#x2F;socialiq" rel="nofollow">https:&#x2F;&#x2F;www.impulze.ai&#x2F;socialiq</a> [1] <a href="https:&#x2F;&#x2F;www.producthunt.com&#x2F;products&#x2F;socialiq" rel="nofollow">https:&#x2F;&#x2F;www.producthunt.com&#x2F;products&#x2F;socialiq</a>
rwieruch8 months ago
Working on The Road to Next [0] as a video course to teach developers about full-stack development. It&#x27;s in great shape, but I am still waiting for the official release of React 19 and Next 15. Not an easy task though, because some APIs are still changing (e.g. Next APIs becoming async in Next 15).<p>But in any way, I think it will be a great resource for developers to level up :)<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>
michelpp8 months ago
I&#x27;m extending Postgres with the GraphBLAS&#x2F;SparseBLAS APIs for sparse and dense linear algebra operations directly in SQL with OneSparse. Like JSON&#x2F;JSONB did for unstructured data, OneSparse does for matrices, vectors and linear algebra optimized with the SuiteSparse JIT compiler to target dense and sparse kernels for CPUs and GPUs.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;OneSparse&#x2F;OneSparse">https:&#x2F;&#x2F;github.com&#x2F;OneSparse&#x2F;OneSparse</a>
apexkid8 months ago
I am working on Zipshot. <a href="http:&#x2F;&#x2F;zipshot.co" rel="nofollow">http:&#x2F;&#x2F;zipshot.co</a> -- The goal is to make the best free screenshot &amp; OCR app for mac.<p>This is my side project because I needed an app like this for my daily use and I hate the fact that every other good app is paid even though maintaining such an app really doesn&#x27;t cost anything.<p>Zipshot solves several problems:<p><pre><code> - Easy to use shortcuts like cmd+shift+1 - No desktop clutter as images are uploaded to Zipshot cloud. - Share via links. - Powerful editor and figma style comments for annotations. - OCR that works without the internet on 11 languages. - Slack &amp; Gmail integration. - Context aware naming. - Serious privacy measures. - One click data download. </code></pre> Who is it for:<p><pre><code> - Users who take 5+ screenshots a week with mostly the purpose of sharing it with their team or friends. </code></pre> I am improving it every week. Here are the things I am working on:<p><pre><code> - Make the on-boarding and permission seeking workflow simpler. - Speed up the app for apple silicon devices. - Support OCR for rotated text and include more languages. </code></pre> Here is an example demo: <a href="https:&#x2F;&#x2F;app.zipshot.co&#x2F;bp4jr1" rel="nofollow">https:&#x2F;&#x2F;app.zipshot.co&#x2F;bp4jr1</a>
tauntz8 months ago
Just harvested my chilies and first time trying to ferment a jar and pickle a bunch as well.<p>Trying out <a href="https:&#x2F;&#x2F;cooking.nytimes.com&#x2F;recipes&#x2F;1021581-pickled-jalapenos" rel="nofollow">https:&#x2F;&#x2F;cooking.nytimes.com&#x2F;recipes&#x2F;1021581-pickled-jalapeno...</a> but using lots of different chilies instead of only jalapenos. In-progress pic: <a href="https:&#x2F;&#x2F;ibb.co&#x2F;XFBpyYV" rel="nofollow">https:&#x2F;&#x2F;ibb.co&#x2F;XFBpyYV</a>
评论 #41700330 未加载
评论 #41691787 未加载
shwetank8 months ago
I&#x27;m working on Voohy (<a href="https:&#x2F;&#x2F;voohy.com" rel="nofollow">https:&#x2F;&#x2F;voohy.com</a>), a platform for leadership development.<p>It&#x27;s a leadership development platform, aimed at new managers who want to do it right. I&#x27;m solo bootstrapping it.<p>It has a combination of learning resources (courses, research paper insights etc) and tools.<p>While the learning resources are for helping you with knowledge, the tooling aspect is for developing the right habits for staying a good leader.
bob10298 months ago
I am working a contract job to integrate some banking back office concerns (pays bills), a Unity RTS game and a machine learning project.<p>The ML project is probably the most interesting. It is seeking to use evolutionary&#x2F;genetic algorithms with novel computational substrates such as spiking networks and Turing machines. Things that would (by intent) run poorly on someone&#x27;s GPU farm. I figure I might get lucky looking under rocks no one seems to care about anymore.
andrewstuart8 months ago
I just launched <a href="https:&#x2F;&#x2F;www.crowdwave.com" rel="nofollow">https:&#x2F;&#x2F;www.crowdwave.com</a> a week ago, it spent 24 hours on the front page of HN.<p>Lots of people have visited but a launch on HN isn’t enough on its own. I’m trying to figure out how to get the word out to more people to kickstart it. The goal is for it to be a community that people return to as part of their daily online life. That’s not a programming problem so it’s hard (for me).
评论 #41693449 未加载
doersino8 months ago
On writing some blog posts about things I’ve built lately (both at work and in my own time). Helps a lot with diving more deeply into topics than what’s reasonable for a “just needs to work” implementation.<p>Recently, a fairly detailed one on doing something semi-obscure with directory services on AWS. <a href="https:&#x2F;&#x2F;excessivelyadequate.com&#x2F;posts&#x2F;sadwsp.html" rel="nofollow">https:&#x2F;&#x2F;excessivelyadequate.com&#x2F;posts&#x2F;sadwsp.html</a>
评论 #41690252 未加载
safar_so_far8 months ago
I&#x27;m a big fan of Aseprite (pixel art program). I was curious how things work internally in pixel art programs and recently I decided to build my own.<p>I develop it in my spare time (for already 3 weeks) and you can check it here: <a href="https:&#x2F;&#x2F;github.com&#x2F;SafarSoFar&#x2F;pixelater">https:&#x2F;&#x2F;github.com&#x2F;SafarSoFar&#x2F;pixelater</a><p>I build it with C++, ImGui for GUI and raylib for graphics, mainly for texture writing. Hope you will like it!
korben-benoit8 months ago
Trying to finish this ultralight airplane with started to build with my father 14 years ago!
iamwil8 months ago
Been working on issue 2 for Forest Friends Zine. The first issue was on system evals, and it was well received. I also learned a lot about how these RAG systems are built. The second issue will either be about UI to gather user feedback or tool use.<p><a href="https:&#x2F;&#x2F;forestfriends.tech" rel="nofollow">https:&#x2F;&#x2F;forestfriends.tech</a><p><a href="https:&#x2F;&#x2F;issue1.forestfriends.tech" rel="nofollow">https:&#x2F;&#x2F;issue1.forestfriends.tech</a>
langitbiru8 months ago
I&#x27;m working on PredictSalary (<a href="https:&#x2F;&#x2F;predictsalary.com" rel="nofollow">https:&#x2F;&#x2F;predictsalary.com</a>), a web app to predict salaries from Linkedin CVs and job opportunities.<p>There are also adjacent services, like AI career coach that can roast your CV and give advice on how to raise your salary, and crowdsourced salaries data.<p>I&#x27;m working on other features like creating interview questions based on CVs, and so on.
Razengan8 months ago
A framework&#x2F;library&#x2F;layer&#x2F;whatever for Godot: <a href="https:&#x2F;&#x2F;github.com&#x2F;InvadingOctopus&#x2F;comedot">https:&#x2F;&#x2F;github.com&#x2F;InvadingOctopus&#x2F;comedot</a><p>Still quite a bit of work to do but I wanted something that could be a one-stop shop for all kinds of 2D games. So you could use it to make something as varied as say UFO 50 [0] or any of the arcade games from the 1980s-90s.<p>I&#x27;ve always thought there should be more genre-specific <i>&quot;editors&quot;</i> instead of just <i>&quot;engines&quot;</i>. Because even with the most powerful engines you still need a TON of boilerplate and Google-fu to make all the basic mid-layer stuff that’s necessary in almost all games.<p>The editors and toolkits that came with StarCraft, Warcraft 3 etc. enabled solitary creators to make some of the most popular games in the world like DotA, CounterStrike, even spawning entire new <i>genres..</i><p>And I’ve always loved the “composition” paradigm: A workflow where you’d think about the basic behaviors that your in-game objects and characters will have, write them once, and then wire them together in many different ways.<p>And Godot has been the perfect starting place for that! Its editor is good enough and customizable, and its node hierarchy system fits perfectly with the idea of Lego-like components. I wanted to make something like Godot Nodes but for <i>gameplay.</i><p>Hopefully soon I will have my ideal engine to actually make my actual game… :’)<p>[0]: <a href="https:&#x2F;&#x2F;store.steampowered.com&#x2F;app&#x2F;1147860&#x2F;UFO_50&#x2F;" rel="nofollow">https:&#x2F;&#x2F;store.steampowered.com&#x2F;app&#x2F;1147860&#x2F;UFO_50&#x2F;</a>
michaelsalim7 months ago
Still working on TheOpenPresenter[0]. It&#x27;s an open-source &amp; web-based presentation software. Anything you need to show on the screen somewhere, it should be able to do.<p>It&#x27;s usable now, but still not user friendly since I&#x27;m focusing on the functionality. Hope to get alpha out this month!<p>[0] <a href="https:&#x2F;&#x2F;theopenpresenter.com" rel="nofollow">https:&#x2F;&#x2F;theopenpresenter.com</a>
zzyzek8 months ago
I&#x27;m working on an extension to the Modify in blocks Model Synthesis algorithm [0] and the Wave Function Collapse algorithm [1] called &quot;Punch Out Model Synthesis&quot;:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;zzyzek&#x2F;PunchOutModelSynthesis">https:&#x2F;&#x2F;github.com&#x2F;zzyzek&#x2F;PunchOutModelSynthesis</a><p>Here&#x27;s a gallery of sample outputs from the algorithm:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;zzyzek&#x2F;PunchOutModelSynthesis&#x2F;blob&#x2F;main&#x2F;runs&#x2F;README.md">https:&#x2F;&#x2F;github.com&#x2F;zzyzek&#x2F;PunchOutModelSynthesis&#x2F;blob&#x2F;main&#x2F;r...</a><p>I have an online demo of the algorithm in action for different tilesets (it&#x27;s a little rough, so be warned):<p><a href="https:&#x2F;&#x2F;zzyzek.github.io&#x2F;PunchOutModelSynthesis&#x2F;" rel="nofollow">https:&#x2F;&#x2F;zzyzek.github.io&#x2F;PunchOutModelSynthesis&#x2F;</a><p>The idea is you take an example image, chop it into little segments and infer tile rules depending on the overlap. It&#x27;s very much old fashioned &quot;machine learning&#x2F;artificial intelligence&quot; (that is, without any neural networks involved). There&#x27;s also a demo of tile rule inference idea here:<p><a href="https:&#x2F;&#x2F;zzyzek.github.io&#x2F;TileRuleHighlighter&#x2F;" rel="nofollow">https:&#x2F;&#x2F;zzyzek.github.io&#x2F;TileRuleHighlighter&#x2F;</a><p>[0] <a href="https:&#x2F;&#x2F;github.com&#x2F;mxgmn&#x2F;WaveFunctionCollapse">https:&#x2F;&#x2F;github.com&#x2F;mxgmn&#x2F;WaveFunctionCollapse</a><p>[1] <a href="https:&#x2F;&#x2F;github.com&#x2F;merrell42&#x2F;model-synthesis">https:&#x2F;&#x2F;github.com&#x2F;merrell42&#x2F;model-synthesis</a>
marksun1308 months ago
I took a unique angle to building a frontend JavaScript framework and I have been pursuing this project for more than half the year now. Like many others before me I was not satisfied with the existing solutions, mostly the shackles to free use of pure JavaScript. My solution has been to create <a href="http:&#x2F;&#x2F;github.com&#x2F;mksunny1&#x2F;deleight">http:&#x2F;&#x2F;github.com&#x2F;mksunny1&#x2F;deleight</a>.<p>Now I am a bit afraid I might have just added a bit too much flexibility in the latest version with the `process` module which truly lets users create and modify &#x27;function-like&#x27; objects like regular objects (arrays).<p>The feature came naturally from trying to solve the problem of creating reactive functions. This really entails building up functions incrementally. Now once I pursued the solution in the logical direction, we have this dangerous thing that is generally considered bad for maintainability.<p>My goal has always been more simplicity, expressiveness and clarity, which is why I wanted to put everything in the hands of the end user. It is a dilemma.
kukkeliskuu8 months ago
Dance calendar (Django app, with some AlpineJS&#x2F;HTMX). Approximately 80 admin pages + 20 end user views + 100 admin views. 2M page loads&#x2F;month during the summertime. This is in production.<p>For the dance calendar, support site with good first-line AI support based on FAQ answers.<p>Ad management platform for the dance calendar. Sites like this have specific requirements for placing ads that are not well supported by AdSense etc. I would like to have an alternative for smaller players for the header bidding used by the larger players.<p>Separate webapp to store happenings (messages, emails, descriptions, documents, etc.), tag them and show them on a timeline, allowing filtering the events visible on the timeline. Django&#x2F;HTMX&#x2F;AlpineJS. This is for a legal battle I am having.<p>A tool for describing workflows using the Unified Service Management (USM) model. The method is to frameworks (ITIL etc.) what open source is to commercial software. I am currently working on cross-referencing tool to map ISO 27k requirements to USM statements. I have developed my own formal language for defining the requirements. The end goal is to automate validating many ISO 27k requirements.
评论 #41701419 未加载
评论 #41723995 未加载
p44v9n8 months ago
A native MacOS menu bar app that gives you a deep breathing reminder every hour: <a href="https:&#x2F;&#x2F;github.com&#x2F;p44v9n&#x2F;deepbreath&#x2F;releases&#x2F;tag&#x2F;v0.0.4">https:&#x2F;&#x2F;github.com&#x2F;p44v9n&#x2F;deepbreath&#x2F;releases&#x2F;tag&#x2F;v0.0.4</a><p>Functional but a few small bugs to iron out, then want to get a nicer welcome screen up and submit to the Apple App Store. Would love any feedback!
评论 #41695548 未加载
jcgrillo8 months ago
Current near-term projects:<p>- Major house renovation. Air sourced heat pumps are in, but the kitchen, a bathroom, and a bedroom are WIP. Subfloor, insulation, and drywall are the current focus. Also replumbing domestic cold and hot water in the entire house. Adding a brand new backup condensing gas hydronic system for when it&#x27;s too cold for the heat pumps.<p>- Building a rear bumper for my 80 series Land Cruiser (4x4 Labs DIY kit).<p>- Building a press brake for my 20 ton shop press to bend some brackets to mount a backhoe to my tractor.<p>- Rustproofing both cars (80 series and diesel W210 Benz) before winter. Rust reformer primer, POR-15, and various Noxudol waxes and some Blaster Shield. New front and rear bumpers for the W210, painting front and (new) rear bumper on the 80.<p>- Working on something I&#x27;m tentatively calling &quot;Swage&quot; which is all about compact (think: nearly the information-theoretic minimum number of bits) representation for o11y data (metrics, traces, logs).<p>- Refactoring a PID controller crate I wrote a while back to be less bad and more good (in particular, trying to use funty to make it generic over fixed and floating point numbers).
ivanyu8 months ago
Two things:<p>1. After the recent successful growth of Antithesis [1], I&#x27;m diving into the topic of deterministic simulation testing. There are some cases (and ready-to-use libraries) where people are doing this in Rust, C++, Go, I&#x27;m interesting in this in Java. So I&#x27;m up to some experiments. I&#x27;ve also started an &quot;awesome list&quot; of resources about this topic [2]<p>2. I&#x27;ve made a generated serialization&#x2F;deserialization library for the Kafka wire protocol in Rust, tested against the original Java implementation. I&#x27;ll add 3.9 support once it&#x27;s released and don&#x27;t see much upcoming changes to the library, apart from maybe working on the Go version.<p>[1] <a href="https:&#x2F;&#x2F;antithesis.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;antithesis.com&#x2F;</a><p>[2] <a href="https:&#x2F;&#x2F;github.com&#x2F;ivanyu&#x2F;awesome-deterministic-simulation-testing">https:&#x2F;&#x2F;github.com&#x2F;ivanyu&#x2F;awesome-deterministic-simulation-t...</a><p>[3] <a href="https:&#x2F;&#x2F;github.com&#x2F;ivanyu&#x2F;kafka_wire_protocol">https:&#x2F;&#x2F;github.com&#x2F;ivanyu&#x2F;kafka_wire_protocol</a>
scoofy8 months ago
Still working on the golf course wiki: <a href="https:&#x2F;&#x2F;golfcourse.wiki" rel="nofollow">https:&#x2F;&#x2F;golfcourse.wiki</a><p>Currently finishing up the tournament software and getting ready for beta testing with some local clubs. This should eventually allow frugal clubs to operate golf tournaments extremely cheaply because no data needs to be licensed if they add their own course&#x27;s data to the wiki.
swax8 months ago
I&#x27;m working on a Sketch Comedy Database website:<p><a href="https:&#x2F;&#x2F;www.sketchtv.lol&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.sketchtv.lol&#x2F;</a><p><a href="https:&#x2F;&#x2F;github.com&#x2F;swax&#x2F;SCDB">https:&#x2F;&#x2F;github.com&#x2F;swax&#x2F;SCDB</a><p>Just a fun little CRUD app built with Next.js, MUI, Prisma Postgres. I&#x27;m adding Halloween sketches now, if you know some good ones feel free to add them, or anything else :)
onion2k8 months ago
A basic CRUD app around goal setting as a test for how AI tools can help write web apps to see how a modern web team could leverage this stuff to go faster, and maybe identify some missing pieces I could build one day. ChatGPT, Claude, Cursor, Copilot etc are genuinely great if you can already write code. They really let you blast straight through the mundane bits and focus on the hard stuff.
laconicmatt8 months ago
Working on a Run N Gun for the Wonderswan Color. Starting making &quot;retro&quot; games about 3 years ago and have been really loving it.<p>After successfully completing my first game, Strife Sisters - a strategy RPG, I decided to try out a new genre. Although I&#x27;m having fun working on this style of game, part of me wishes I had stuck with the same genre since I still had a lot of ideas to work with.
评论 #41691464 未加载
fwsgonzo8 months ago
I&#x27;m currently trying to implement an in-editor sandboxing&#x2F;modding solution for the Godot game engine. It&#x27;s hard work trying to make everything work the way people are used to having it, and even competing with GDScript.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;libriscv&#x2F;godot-sandbox">https:&#x2F;&#x2F;github.com&#x2F;libriscv&#x2F;godot-sandbox</a><p>I originally started on it just to get into Godot.
ejs8 months ago
Working on cleaning up my wood shop and trying to finishing my hand-tool wall.<p>Also building an easier way to add real-time metrics and monitoring to web applications: <a href="https:&#x2F;&#x2F;flexlogs.com" rel="nofollow">https:&#x2F;&#x2F;flexlogs.com</a><p>Also, this little side project for less overwhelming weekly goals: <a href="https:&#x2F;&#x2F;carpeweekem.com" rel="nofollow">https:&#x2F;&#x2F;carpeweekem.com</a>
niklasmtj8 months ago
I am working on my text course about Deno (<a href="https:&#x2F;&#x2F;niklasmtj.de&#x2F;deno&#x2F;course&#x2F;" rel="nofollow">https:&#x2F;&#x2F;niklasmtj.de&#x2F;deno&#x2F;course&#x2F;</a>). With Deno 2.0 just right around the corner, I&#x27;m excited to get this course into the hands of possible new users. I really like how Deno does a lot of things better than Node. With a toolchain similiar to other modern language enviroments (e.g. Golang) it helps a lot not thinking about &quot;What might be the hot package to use right now&quot;.<p>Right now I have 3&#x2F;7 chapters ready and I am working on the 4th right now. It will be about Deno on the CLI, learning about the permission model, getting user input etc. creating a small CLI application as a single file binary (deno compile)<p>After abandoning a lot of smaller side projects for years now I wanted to push through and ship something that is not just some hours of work (read &lt;3-4 hours). I learnt that I have a lot of fun writing about and trying to teach things that I&#x27;m interested in.
wslh8 months ago
I&#x27;m currently working on a new blockchain technology called Roughchain. Earlier today, I shared the whitepaper in this HN thread [1], and I’ve already received some valuable feedback.<p>The core architecture is split into two components: a timestamping signing service and a P2P gossip network. By decoupling the gossip network, I&#x27;m simulating its performance using a Monte Carlo approach. With a basic gossip protocol, the simulation reaches ~10k TPS on a 100-node, randomly connected network (not fully connected), and I see a lot of potential for further protocol optimizations.<p>Initially, I considered a more resource-intensive approach using Shadow [2] for more realistic node simulations, as outlined in this discussion on libp2p&#x27;s Gossipsub stress metrics [3]. However, the Monte Carlo method allows me to simulate the network more efficiently without needing to deploy full nodes.<p>In parallel, I&#x27;m exploring game-theoretical concepts for selecting signers and ensuring the system remains open to new entrants. One paper I&#x27;m currently diving into is &quot;Collusion, Efficiency, and Dominant Strategies&quot; [4].<p>[1] <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=41687715">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=41687715</a><p>[2] <a href="https:&#x2F;&#x2F;shadow.github.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;shadow.github.io&#x2F;</a><p>[3] <a href="https:&#x2F;&#x2F;discuss.libp2p.io&#x2F;t&#x2F;rough-stress-metrics-for-gossipsub&#x2F;2223&#x2F;2" rel="nofollow">https:&#x2F;&#x2F;discuss.libp2p.io&#x2F;t&#x2F;rough-stress-metrics-for-gossips...</a><p>[4] <a href="https:&#x2F;&#x2F;www.sciencedirect.com&#x2F;science&#x2F;article&#x2F;pii&#x2F;S0899825616300136" rel="nofollow">https:&#x2F;&#x2F;www.sciencedirect.com&#x2F;science&#x2F;article&#x2F;pii&#x2F;S089982561...</a>
评论 #41698323 未加载
gamache8 months ago
Tuilet: a TUI for Toilet, the premier ANSI text generator, written in Rust. <a href="https:&#x2F;&#x2F;github.com&#x2F;gamache&#x2F;tuilet">https:&#x2F;&#x2F;github.com&#x2F;gamache&#x2F;tuilet</a><p>Are you an IRC shitposter? Isn&#x27;t it hard to experiment with Toilet&#x2F;Figlet fonts and flags? Well _not anymore._ Presenting Tuilet: a front-end to Toilet written by us, for us.
divyamchandel8 months ago
Trying to figure out is there a way for specialized data generate &#x2F; preperation for agents within an organization.<p>Most of the startups are unable to document things properly because of the nature of business and speed. But everything is available in conversations over emails &#x2F; slack and calls.<p>Can we prepare a brain like graph which is context aware and understands the business and product?<p>Thoughts?
jamiedumont8 months ago
I’m solidly reinventing the wheel by building my own cut-down version of Ghost, cut with a minimal platform such as Blot, Bear, Mataroa, etc; using classless HTML as the source (rather than mobiledoc).<p>Aim is for a static-site development&#x2F;writing experience but with a dynamic app to allow for email subscriptions, payments, etc.<p>Not building it as a business, just to meet my own needs.
评论 #41694688 未加载
icy8 months ago
Working on a managed Kubernetes service that allows you to bring your own worker nodes. Spin up a control plane in your region of choice and build a K8s cluster using whatever—VMs, bare metal, or heck, even your Raspberry Pis at home.<p>Get in on the early access waitlist here: <a href="https:&#x2F;&#x2F;kapycluster.com" rel="nofollow">https:&#x2F;&#x2F;kapycluster.com</a>
jononor8 months ago
Numpy data file (.npy) and ZIP file support for MicroPython. <a href="https:&#x2F;&#x2F;github.com&#x2F;jonnor&#x2F;micropython-npyfile">https:&#x2F;&#x2F;github.com&#x2F;jonnor&#x2F;micropython-npyfile</a> <a href="https:&#x2F;&#x2F;github.com&#x2F;jonnor&#x2F;micropython-zipfile">https:&#x2F;&#x2F;github.com&#x2F;jonnor&#x2F;micropython-zipfile</a>
msmith1158 months ago
I&#x27;m working on a new product, Datagram, which makes it easy for developers to share metrics using an API and mobile app.<p>I&#x27;ve found that it&#x27;s difficult to distribute metrics inside an organization. Today, most teams rely on systems like PowerBI &#x2F; Tableau which are great for deep analysis, but can be too complex for sharing headline data to a large audience. Or, even more challenging, data can be locked in spreadsheets that are difficult to access when all you want to know is a few simple metrics like revenue or customer growth.<p>With Datagram, developers can quickly create data dashboards, update them via API, and push updates to the whole team on mobile using notifications.<p>Has anyone experienced similar challenges and does this sound interesting? It would be great to hear any feedback as we&#x27;re early stage and want to make sure we&#x27;re building something people want!<p><a href="https:&#x2F;&#x2F;datagram.live" rel="nofollow">https:&#x2F;&#x2F;datagram.live</a>
评论 #41699163 未加载
richardbui958 months ago
I&#x27;m developing a tool called Sheetany that allows people to easily convert Google Sheets into websites.<p>Sheetany is a website builder that helps you quickly create websites directly from your Google Sheets without design or development skills, for blogs, directories, job boards, and more.<p><a href="https:&#x2F;&#x2F;sheetany.com" rel="nofollow">https:&#x2F;&#x2F;sheetany.com</a>
Joeri8 months ago
I’ve spent the last month writing about vanilla web development on <a href="https:&#x2F;&#x2F;plainvanillaweb.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;plainvanillaweb.com&#x2F;</a><p>I am working on blog posts about various topics, vanilla intersection loading, accessible web components, server-side rendering strategies, vanilla PWA, etc…<p>Always open to ideas and feedback.
jagged-chisel8 months ago
Writing some fiction that I’ve wanted to get to for years. Releasing a chapter at a time.<p>Trying to decide on My Next Big Technology Project. I might have already decided, but I’m not ready to share for psychological reasons. I would like to do it in the open, but I have no idea how to build an audience. Maybe I just get started and hope I&#x27;m not totally boring.
评论 #41692194 未加载
nonrandomstring8 months ago
Still researching trust. It&#x27;s the deepest philosophical rabbit hole I&#x27;ve ever fallen down, but am now coming up for air.
评论 #41690647 未加载
评论 #41690699 未加载
reverseblade28 months ago
I have built a news and public holidays tracker at httsp:&#x2F;&#x2F;alarms.global. It focuses on what happened and natural disasters so that you can know what&#x27;s going on.<p>There is also twitter account you can follow to see the set of news <a href="https:&#x2F;&#x2F;x.com&#x2F;AlarmsGlobal" rel="nofollow">https:&#x2F;&#x2F;x.com&#x2F;AlarmsGlobal</a>
Prcmaker8 months ago
Amongst a couple of guitar builds, I&#x27;m reverse engineering a bronze woodworking plane from the 80s&#x2F;90s, a good friends dad used to make them. It&#x27;s taken me over a decade to track one down, so I&#x27;m hoping to produce a set of models and drawings before passing on the original to my friend to hand down to their pending child.
AutoAPI8 months ago
I just relaunched PostalAgent which lets you send postcards online by circling neighborhoods on a google map and then refining using demographic filters<p>My free plan offers an all in price which includes design, print and mail to your customers door for less than any competitor<p><a href="https:&#x2F;&#x2F;PostalAgent.com" rel="nofollow">https:&#x2F;&#x2F;PostalAgent.com</a>
评论 #41724085 未加载
nagisa8 months ago
Working on an extension to my recently purchased outdoor AirGradient unit to add an atmospheric pressure sensor, a second temperature&#x2F;humidity sensor, some connections to an external rain gauge and a way to power the unit without going through USB.<p>Many of the sensors and connections are small enough that I could have spun another PCB to replace the VOC&#x2F;NOx module it comes with[1], but SGP41 ain&#x27;t cheap &amp; I wouldn&#x27;t dare to desolder one from the existing module. So instead I&#x27;m going to try to use the extension I&#x2F;O connector AG board has. Am currently waiting for my PCBs to arrive.<p>Speaking of PCBs. It is wonderful that it is possible to get 5 units of a prototype for a price of a coffee or two.<p>[1]: <a href="https:&#x2F;&#x2F;www.airgradient.com&#x2F;shop&#x2F;#!&#x2F;SGP41-TVOC-NOx-Module&#x2F;p&#x2F;504083522" rel="nofollow">https:&#x2F;&#x2F;www.airgradient.com&#x2F;shop&#x2F;#!&#x2F;SGP41-TVOC-NOx-Module&#x2F;p&#x2F;...</a>
DontNoodles8 months ago
I have been slowly but steadily working at building a mobile Planetarium over the past year. I want to take it to the students of my community. The existing mobile Planetarium kits are inflatable ones that are noisy, flappy and rather expensive. I have based the frame of my dome using pvc pipes tied together using reusable zipties and figured out the projection surface using gores made out of EPS sheets. These steps I have completed.<p>I considered both multi-projector setup as well as single projector based on a fisheye lens and have decided to go with the later due to ease of use as well as cost. But getting the right lens in my corner of the world is proving to be near impossible. There is a specific lens that is suggested but the original manufacturers have no stock and the only used lens available on US eBay is proving impossible to order. So, that is where I am stuck at: twiddling my thumbs.
alimoeeny8 months ago
Working on an API product based on good old visual classifiers to detect Malaria in real world blood samples. I know there are lots of publications claiming they have solved this problem, but there is no real world solution that actually works like a product you can plug your microscope to. Have a big client ready to pay.
ertucetin8 months ago
I am working on a multiplayer spell-based shooter game using BabylonJS and Clojure. It&#x27;s a browser game; if anyone is interested, here is the demo link: <a href="https:&#x2F;&#x2F;wizardmasters.io" rel="nofollow">https:&#x2F;&#x2F;wizardmasters.io</a><p>It&#x27;s in the prototype phase, and I was heavily inspired by the game Spellbreak.
aman2k48 months ago
Im working on <a href="https:&#x2F;&#x2F;www.5outapp.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.5outapp.com&#x2F;</a><p>An app to track your groceries, to save money and eat healthy.<p>I think healthiest food is cooked at home and people are eating out and doing takeaways . So I am planning to build tools and features which help people to cook more at home.
padraigf8 months ago
I&#x27;m working on <a href="https:&#x2F;&#x2F;www.americanfootballinsights.com" rel="nofollow">https:&#x2F;&#x2F;www.americanfootballinsights.com</a><p>Its a hobby project, to play around with American Football statistics.<p>I&#x27;m trying to do a few innovative things with it. e.g. I generate an excitement-rating per-game. Here are the excitement ratings from yesterday&#x27;s games:<p><a href="https:&#x2F;&#x2F;www.americanfootballinsights.com&#x2F;excitement&#x2F;2024&#x2F;4&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.americanfootballinsights.com&#x2F;excitement&#x2F;2024&#x2F;4&#x2F;</a><p>I&#x27;ve used that feature already today. It tells me the big Sunday Night Football game last night, between the Ravens and Bills, was not worth watching!<p>I&#x27;m planning to develop more as the season goes on. For updates:<p><a href="https:&#x2F;&#x2F;americanfootballinsights.substack.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;americanfootballinsights.substack.com&#x2F;</a>
vishnu-v128 months ago
im building uxie: a pdf reader app with note taking, annotations, collaboration, ai features (chat, flashcards generation w. ai-feedbacks), tts, ocr,etc<p>promise this isn&#x27;t just one of those chatwithpdf clones. its fully open source and free, and constantly shipping. (built a line-by-line highlighting tts just today <a href="https:&#x2F;&#x2F;x.com&#x2F;vishnuu122&#x2F;status&#x2F;1840509664876020154" rel="nofollow">https:&#x2F;&#x2F;x.com&#x2F;vishnuu122&#x2F;status&#x2F;1840509664876020154</a>)<p>more features coming soon.<p>would love for y&#x27;all to try it out and give feedbacks :)<p><a href="https:&#x2F;&#x2F;uxie.vercel.app" rel="nofollow">https:&#x2F;&#x2F;uxie.vercel.app</a> <a href="https:&#x2F;&#x2F;github.com&#x2F;zeus-12&#x2F;uxie">https:&#x2F;&#x2F;github.com&#x2F;zeus-12&#x2F;uxie</a> <a href="https:&#x2F;&#x2F;uxie.vercel.app&#x2F;feedback" rel="nofollow">https:&#x2F;&#x2F;uxie.vercel.app&#x2F;feedback</a>
linsomniac8 months ago
I&#x27;ve really gone hard into 3D printing over the last 3 months. I dabbled with it the last 5 years, but on Father&#x27;s Day this year I got a Bambu P1S with AMS and can do 4 different filaments. Total game changer, nearly &quot;fire and forget&quot;, and the multi-color has been a lot of fun. Most recently I figured out how to design multi-color objects out of logos, and have printed coasters for my work logo, my SIL&#x27;s work logo, etc. Learning Plasticity or another CAD as an alternative to TinkerCAD which is what I&#x27;ve used so far.<p>It&#x27;s been a lot of fun, and my wife has sold a few things out of it on her Etsy shop. I&#x27;ve had the printer running nearly continuously since I got it, including a few weeks where I was printing parts for a circular sock knitting machine for someone local who reached out through a Facebook gifting community.
ninefoxgambit8 months ago
I specialize in building templates and component libraries. I’ve recently launched <a href="https:&#x2F;&#x2F;www.shadcnblocks.com" rel="nofollow">https:&#x2F;&#x2F;www.shadcnblocks.com</a> which is a set of 200+ block components for Shadcn UI. The recent growth in popularity of Shadcn UI is extraordinary.<p>I’m also reworking and relaunched <a href="https:&#x2F;&#x2F;www.wickedblocks.dev" rel="nofollow">https:&#x2F;&#x2F;www.wickedblocks.dev</a> which has nearly 200 free blocks for Tailwind. We’ll be released some optional premium sets here soon.<p>Finally we are about to release a set of 3 templates for 11ty at <a href="https:&#x2F;&#x2F;www.zerostatic.io" rel="nofollow">https:&#x2F;&#x2F;www.zerostatic.io</a> where I build niche templates for SSGs. I believe these will be some of the best template available for 11ty and I’m keen to see if this niche has a serviceable market.
j2kwebb8 months ago
I’m scraping a list of every single UK company that has raised funding in the last 3 years - with details of how much and when - after finding out the info is available but hidden in certain filings on the Companies House website. Let me know if you’d like a copy for free - should be done in the next week or two!
评论 #41695706 未加载
评论 #41694932 未加载
评论 #41695083 未加载
100daysofcode8 months ago
I’m working on <a href="http:&#x2F;&#x2F;100daysofcode.io" rel="nofollow">http:&#x2F;&#x2F;100daysofcode.io</a> - a comprehensive 100-day roadmap for individuals eager to dive into programming. My goal is to make the journey of learning to code more structured. Love to hear your feedback on the idea.
cloverich8 months ago
I&#x27;m working on my notes app Chronicles[1] again. Typical wysiwyg over local markdown files app. After a lot of internal debate, I&#x27;ve decided I don&#x27;t want to have novels under my desk and am committing to finishing a 1.0[2] of it. Its a few releases from being accessible to new users, but for me its already displaced most of my other note taking tools. Not nearly as cool as half the stuff on this page, or half my other ideas. But its something I like, and something I can finish.<p>[1]: <a href="https:&#x2F;&#x2F;github.com&#x2F;cloverich&#x2F;chronicles">https:&#x2F;&#x2F;github.com&#x2F;cloverich&#x2F;chronicles</a> [2]: <a href="https:&#x2F;&#x2F;github.com&#x2F;cloverich&#x2F;chronicles&#x2F;issues&#x2F;160">https:&#x2F;&#x2F;github.com&#x2F;cloverich&#x2F;chronicles&#x2F;issues&#x2F;160</a>
venky1808 months ago
I am working on creating a framework for statistically identifying and measuring racial disparity in the criminal justice pipeline. This involves collecting, cleaning, and merging data from various government sources such as the FBI, DOJ, prisons, police stations, Sheriff&#x27;s offices, county jails, etc.
评论 #41693147 未加载
zakm8 months ago
A vscode extension that aims to be &quot;vim for code&#x27; meaning that it has first class motions for programming concepts like functions, arguments, etc. quick demo:<p><a href="https:&#x2F;&#x2F;youtu.be&#x2F;owuuFxDBQh4?si=tqYi-RqvFQa6kI8h" rel="nofollow">https:&#x2F;&#x2F;youtu.be&#x2F;owuuFxDBQh4?si=tqYi-RqvFQa6kI8h</a>
评论 #41695750 未加载
haidrali8 months ago
I am working on InvitePlus.io, a tool to manage user access and help companies in onboarding. It will send invites to all software your team has been using with just an email. You can manage teams across multiple platforms (Github, Jira, Asana, etc). Also, you can revoke access with a single click.
评论 #41701232 未加载
评论 #41698222 未加载
mepian8 months ago
I&#x27;m working on a public access Symbolics Portable Genera system that will be reachable from the web, similar to Interlisp Online. The current owner of Symbolics&#x27; intellectual property gave me the permission to do this. I&#x27;m also going to mirror all Symbolics documentation on the same domain.
yoav8 months ago
I’ve created a startup lab [1].<p>I’m currently building an Electron&#x2F;Tauri alternative that uses Bun called Electrobun [2].<p>As well as a hybrid code editor + browser which is built on Electrobun called co(lab) [3].<p>I’m also going to be open sourcing some other stuff that powers Electrobun and co(lab) including an optimized bsdiff implementation I wrote in zig, and a NoSql database designed for rapid prototyping.<p>Meanwhile I also spend around 3-6 months a year helping friends&#x2F;fellow alumni with their startups. Typically unblocking hard technical problems or driving large refactors and process&#x2F;culture changes. Currently midway through my 3rd.<p>[1]: <a href="https:&#x2F;&#x2F;blackboard.sh" rel="nofollow">https:&#x2F;&#x2F;blackboard.sh</a><p>[2]: <a href="https:&#x2F;&#x2F;electrobun.dev" rel="nofollow">https:&#x2F;&#x2F;electrobun.dev</a><p>[3]: <a href="https:&#x2F;&#x2F;colab.sh" rel="nofollow">https:&#x2F;&#x2F;colab.sh</a>
cylo8 months ago
Built a site that will follow development of popular upstream open source projects on a daily basis and uses AI to summarize the commits and attempt to make it easier to track what&#x27;s going on with the project: <a href="https:&#x2F;&#x2F;gitpulse.org" rel="nofollow">https:&#x2F;&#x2F;gitpulse.org</a>
kiru_io8 months ago
Tinder To Decide What To Eat Tonight [0]. Or: Meal Planner For Couples.<p>It started as a web app for us, but more ppl asked. So I turned it into an app. Basically a meal planner &#x2F; recipe manager for families and couples.<p>[0] <a href="https:&#x2F;&#x2F;whatdinner.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;whatdinner.com&#x2F;</a>
评论 #41724101 未加载
kyleperik8 months ago
An experimental programming language that uses pattern matching and pipes.<p><a href="https:&#x2F;&#x2F;git.sr.ht&#x2F;~kylep&#x2F;pipes" rel="nofollow">https:&#x2F;&#x2F;git.sr.ht&#x2F;~kylep&#x2F;pipes</a><p>Just a toy, but I like playing with novel semantics and paradigms which break out of the procedural&#x2F;functional&#x2F;oop styles.
eigilsagafos8 months ago
I’m working on a state library for JS&#x2F;React very similar to Recoil and Jotai. Have been using both but struggled with different performance issues that I was able to overcome seeing 10x to 100x improvements in some cases. I’m working on documentation at the moment and plan to open source soon
a_t488 months ago
A new robotics framework - <a href="https:&#x2F;&#x2F;basisrobotics.tech&#x2F;" rel="nofollow">https:&#x2F;&#x2F;basisrobotics.tech&#x2F;</a><p>Very testing and production focused. Biggest competitor is ROS though there’s some others popping up now. Our first public release is going to be within a month, I’m excited.
评论 #41692816 未加载
chantepierre8 months ago
Working on Alzo ( <a href="https:&#x2F;&#x2F;alzo.archi" rel="nofollow">https:&#x2F;&#x2F;alzo.archi</a> ), a half-SAAS, half-service business giving knowledge management + call for offers &#x2F; layout automation to french, mid-sized architecture agencies.<p>It&#x27;s kind of niche but I&#x27;m doing more and more automation on my side, to efficiently build custom one-off layout editors for my clients. Some have surprisingly specific wants (for example : &quot;multi-player live google-slides like editor, but constrained to brand guidelines and layout systems with block-level pick and place across all documents&quot;).<p>I am having lots of fun with that and am trying to move from one-off bespoke systems to a common base + client-specific code.<p>Edit : it&#x27;s 90% Elixir and designed to run both on-prem or as a managed service.
fdlaks7 months ago
I&#x27;m building a camera with zoom &#x2F; pan &#x2F; tilt that uses the Raspberry Pi high quality camera and a small telephoto lens I got off of Amazon.<p>The enclosure for the camera is all 3D printed and made in fusion 360, and I even 3D printed a little box that a cheap joystick fits into that connects to a computer in order to control the position and zoom of the camera over serial.<p>I live pretty close to an area in San Francisco where you can see massive container ships coming in and out of the bay area, eventually I think it would be cool to have the camera setup somewhere around there so that I could get alerts when ships are entering or leaving the area and watch in real time over a 4G connection to the camera.
ugam8 months ago
We are building Tribe - an AI-concierge for expert services. In India, finding expert service professionals for services like - photographers, cake-makers, fitness trainers, and more - is difficult and frustrating.<p>A typical user journey involves hustling through Instagram, Google, or word-of-mouth to find the right experts. And then they have to talk to multiple expert providers to align on scope, negotiate the price, and hope the service quality matches their expectations. It’s painful and full of friction right?<p>With Tribe, we aim to transform this user journey from a chore into a delightful experience. Think of it like closest one can get to an “Amazon for services”.<p>You can try Tribe here: <a href="https:&#x2F;&#x2F;tribe.best" rel="nofollow">https:&#x2F;&#x2F;tribe.best</a>
empressplay8 months ago
Still working on turtleSpaces (a 3D extended implementation of Apple Logo) <a href="https:&#x2F;&#x2F;turtlespaces.org" rel="nofollow">https:&#x2F;&#x2F;turtlespaces.org</a><p>We&#x27;re actually starting to get users!<p>Also, we&#x27;re going to start working on a 2D arcade game builder that uses Logo as its scripting language
评论 #41733577 未加载
joseph8 months ago
I&#x27;ve been working on <a href="https:&#x2F;&#x2F;github.com&#x2F;cloudboss&#x2F;easyto">https:&#x2F;&#x2F;github.com&#x2F;cloudboss&#x2F;easyto</a>, a tool that converts docker images to EC2 AMIs.<p>I&#x27;ve also written some Terraform modules that deploy machines from images created with easyto.<p>One is <a href="https:&#x2F;&#x2F;registry.terraform.io&#x2F;modules&#x2F;cloudboss&#x2F;airport&#x2F;aws" rel="nofollow">https:&#x2F;&#x2F;registry.terraform.io&#x2F;modules&#x2F;cloudboss&#x2F;airport&#x2F;aws</a>, for managing Concourse CI.<p>Another is <a href="https:&#x2F;&#x2F;registry.terraform.io&#x2F;modules&#x2F;cloudboss&#x2F;tailscale-subnet-router&#x2F;aws" rel="nofollow">https:&#x2F;&#x2F;registry.terraform.io&#x2F;modules&#x2F;cloudboss&#x2F;tailscale-su...</a>, to quickly spin up a tailscale instance in a VPC.
oxcabe8 months ago
A friend and I started building an open source project for the Supabase hackathon last week.<p>It&#x27;s a web security audit reporting web app. The idea is to centralize the entire auditing process inside Markdown based reports, à la Jupyter Notebooks. Then, any discovery actions like subdomain enum, path fuzzing, etc. would run by demand on edge functions.<p>We&#x27;ll also be adding support for prompting generative models to help writing reports, suggest procedures and create dictionaries based on current findings.<p>The project is Apache-2.0 licensed, and can be found here: <a href="https:&#x2F;&#x2F;github.com&#x2F;supaudit&#x2F;supaudit">https:&#x2F;&#x2F;github.com&#x2F;supaudit&#x2F;supaudit</a>. Please, note that the report UI is unfinished as of the date of this comment.<p>Constructive feedback is more than welcome c:
doctorhandshake8 months ago
I’m building a roomscale immersive gaming platform.<p>Walls and floor projection, markerless motion capture, full-body arcade-style gameplay.<p>Cinematic, hilarious, innovative, beautiful, addictive games.<p>No goggles, no controllers. <a href="https:&#x2F;&#x2F;thirdwavearcade.com" rel="nofollow">https:&#x2F;&#x2F;thirdwavearcade.com</a>
est8 months ago
I made a web metronome to learn music <a href="https:&#x2F;&#x2F;lab.est.im&#x2F;metronome&#x2F;" rel="nofollow">https:&#x2F;&#x2F;lab.est.im&#x2F;metronome&#x2F;</a><p>source code at <a href="https:&#x2F;&#x2F;github.com&#x2F;est&#x2F;metronome">https:&#x2F;&#x2F;github.com&#x2F;est&#x2F;metronome</a>
desideratum8 months ago
torchtune (<a href="https:&#x2F;&#x2F;github.com&#x2F;pytorch&#x2F;torchtune">https:&#x2F;&#x2F;github.com&#x2F;pytorch&#x2F;torchtune</a>) - a PyTorch library for fine-tuning LLMs, particularly for memory-constrained setups. Try it out and fine-tune Llama3.1 8B on a single RTX 4090!
hsnice168 months ago
After working for more than 2 years as a frontend engineer, I recently started doing full-stack and the org is using Go so I had to learn that, have kept all my learning in one place - <a href="https:&#x2F;&#x2F;github.com&#x2F;hsnice16&#x2F;golang_learning">https:&#x2F;&#x2F;github.com&#x2F;hsnice16&#x2F;golang_learning</a><p>Also, I completed a few AWS-related tasks right after starting full-stack. I have written blogs mentioning what I did to help others.<p>Lambda function to access RDS, S3. And, Eventbridge in AWS - <a href="https:&#x2F;&#x2F;hsnice16.medium.com&#x2F;lambda-function-to-access-rds-s3-and-eventbridge-in-aws-f55b95e7a5bc" rel="nofollow">https:&#x2F;&#x2F;hsnice16.medium.com&#x2F;lambda-function-to-access-rds-s3...</a><p>Use private AWS Aurora with DBeaver using SSH tunneling - <a href="https:&#x2F;&#x2F;hsnice16.medium.com&#x2F;use-private-aws-aurora-with-dbeaver-using-ssh-tunneling-7372b546a52c" rel="nofollow">https:&#x2F;&#x2F;hsnice16.medium.com&#x2F;use-private-aws-aurora-with-dbea...</a><p>Build and Push the docker image on AWS ECR using GitHub actions - <a href="https:&#x2F;&#x2F;hsnice16.medium.com&#x2F;build-and-push-the-docker-image-on-aws-ecr-using-github-actions-ae58567dc79e" rel="nofollow">https:&#x2F;&#x2F;hsnice16.medium.com&#x2F;build-and-push-the-docker-image-...</a><p>There is one more blog that I have found, that has helped a lot of folks.<p>Write your own Telegram Wallet bot - <a href="https:&#x2F;&#x2F;hsnice16.medium.com&#x2F;write-your-own-telegram-wallet-bot-84a8877af038" rel="nofollow">https:&#x2F;&#x2F;hsnice16.medium.com&#x2F;write-your-own-telegram-wallet-b...</a><p>I also created a KPI card component that I listed on Gumroad, but sadly it was a flop idea. <a href="https:&#x2F;&#x2F;hsnice.gumroad.com&#x2F;l&#x2F;pdnbo" rel="nofollow">https:&#x2F;&#x2F;hsnice.gumroad.com&#x2F;l&#x2F;pdnbo</a><p>And, in the last GitHub streak is coming back - <a href="https:&#x2F;&#x2F;github.com&#x2F;hsnice16">https:&#x2F;&#x2F;github.com&#x2F;hsnice16</a> (POV, your org has added your personal GitHub username in the repo)
vinitagr8 months ago
I have been working on some useful tools that I am adding to my personal website repo here: <a href="https:&#x2F;&#x2F;github.com&#x2F;volumetric&#x2F;vinit-website&#x2F;tree&#x2F;main&#x2F;app">https:&#x2F;&#x2F;github.com&#x2F;volumetric&#x2F;vinit-website&#x2F;tree&#x2F;main&#x2F;app</a><p>Till now, I have made the following tools: 1. Image Generator 2. Emoji Maker 3. OpenAPI Explorer (Explore 4000+ OpenAPI Spec Files in a nice GUI) 4. WIP - Cyber Sign - Digitally Document Signing Tool 5. WIP - Meme Generator - Make a Meme Image, GIF, Video, etc. with a text prompt<p>All the code is public and open source.<p>If you want to use the tools directly, you can check them on my website: <a href="https:&#x2F;&#x2F;www.vinitagrawal.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.vinitagrawal.com&#x2F;</a>
tetris118 months ago
Open source doorbell camera software running on Raspberry Pi Zero. Face recognition and motion detection already built-in, so I&#x27;ve set it up so that I get a message on element when someone is at the door and a video of any motion longer than 5 seconds. Not fully optimized yet.
评论 #41725531 未加载
fmcgg8 months ago
Making a voxel game type thing where the entire game is defined by the server, the client is only a renderer, avoiding all specific game logic. Very much like Minetest in its goal I believe, just simpler. I&#x27;ve seen a few people say they miss minecraft beta 1.7.3 so I&#x27;m currently(just started) implementing something inspired by that as a proof of concept. Looking for people to collaborate with :)<p>Main repo: <a href="https:&#x2F;&#x2F;github.com&#x2F;formulaicgame&#x2F;fmc">https:&#x2F;&#x2F;github.com&#x2F;formulaicgame&#x2F;fmc</a> Contains the client and a library for implementing servers. Game implementation: <a href="https:&#x2F;&#x2F;github.com&#x2F;formulaicgame&#x2F;FMC-Beta">https:&#x2F;&#x2F;github.com&#x2F;formulaicgame&#x2F;FMC-Beta</a>
maxander8 months ago
My primary project the past couple weeks has been applying the AI interpretability technique from Anthropic&#x27;s famous paper this past summer (you know, the Golden Gate Claude one) to single-cell RNA-seq data. What works on one huge, inscrutible vector space ought to work on another, right? In either case, a fun way to keep in practice, both for comp bio and deep learning.<p>My side-project, in essence, the bash &#x27;&amp;&#x27; operator for cases where the first process is already running. It took me months of searching before I could believe that this doesn&#x27;t already exist, but there you go. I gave in to feature creep, of course, so it&#x27;s a bit more than that now (I made a ncurses-based dashboard? Why??) but someday soon I&#x27;ll make it public.
评论 #41691244 未加载
评论 #41691125 未加载
Cyph0n8 months ago
A tool that makes it easier to run Docker Compose projects on NixOS. It’s essentially a Compose backend that targets a mix of NixOS + systemd + Podman&#x2F;Docker.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;aksiksi&#x2F;compose2nix">https:&#x2F;&#x2F;github.com&#x2F;aksiksi&#x2F;compose2nix</a>
jacques_chester8 months ago
1. SPC kit [0]. Once made it to the front page! [1]<p>It&#x27;s an SQL library for doing statistical process control (SPC) calculations.<p>This has been a labour of love for about 2 years now. I work on it sporadically. Recently I got more disciplined about what I am working on and I am slowly closing the gap on a first 0.1 release.<p>2. Finding work. As much fun as it is to tinker, I am nursing the standard crippling addiction to food and shelter. I am also nursing an increasing loathing for LinkedIn and wish to be free of having to check it.<p>[0] <a href="https:&#x2F;&#x2F;github.com&#x2F;jchester&#x2F;spc-kit">https:&#x2F;&#x2F;github.com&#x2F;jchester&#x2F;spc-kit</a><p>[1] <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=39612775">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=39612775</a>
guywithahat8 months ago
<a href="https:&#x2F;&#x2F;www.parentcontrols.win&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.parentcontrols.win&#x2F;</a><p>An AI parent filter, which can remove and modify page content in real time. It&#x27;s designed for kids using their first computer, and is fully launched (although only available on Windows right now).<p>Admittedly we&#x27;re looking for seed funding and may not stay open forever, but the tech itself is really cool, and we get really strong positive reactions from parents once they learn you can use this to filter out quasi-political content in addition to adult&#x2F;graphic content. We&#x27;re entering an age where all content can be modified in real time, and I think Parent Controls Win still has a lot of potential.
carbonboarder8 months ago
<a href="https:&#x2F;&#x2F;PropScout.io" rel="nofollow">https:&#x2F;&#x2F;PropScout.io</a> - Investment Property Deals via Email<p>My business partner and I spent so much time analyzing hundreds of properties to understand if the numbers work for investment properties. We then built a workflow that sends regular emails with a table with all the numbers calculated for us, based on rent estimates.<p>We’ve onboarded a couple of people so far and are onboarding more investors and agents next week.<p>We also added a red flag analyzer using LLMs for each property which we hope to expand into hard to reach data (government records) as well as the data we pull from public sites.<p>Feel free to DM me or sign up on our website and we’ll reach out. We’re iterating a lot and value your feedback!<p>Thanks
iepathos8 months ago
Over the last few months I built and am still adding onto <a href="https:&#x2F;&#x2F;www.promptcompress.com" rel="nofollow">https:&#x2F;&#x2F;www.promptcompress.com</a> which is the best prompt compression tool in the market offering multiple compression techniques which can be used together or separately. It provides analysis of the compressed prompts&#x27; accuracy impact which is utterly and frustratingly lacking from every other prompt compression tool. It&#x27;s free to use for now. Considering adding support for using different LLM backends with it. Not sure if I want to bother with trying to monetize it so may just open source it and let users provide their own API keys in the future.
supplied_demand8 months ago
I&#x27;ve been thinking a lot lately about the idea of &quot;assets&quot; and what makes an asset class investable or not. This lead me to build a few investment reports for alternative assets (think: wine, Pokemon cards, art, comic books, sneakers, etc.).<p>The first two reports were Wine [1] and Pokemon Cards [2]. I&#x27;m currently working on the third edition, Fine Art.<p>[1] <a href="https:&#x2F;&#x2F;www.altasset.report&#x2F;001-wine&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.altasset.report&#x2F;001-wine&#x2F;</a><p>[2] <a href="https:&#x2F;&#x2F;www.altasset.report&#x2F;alt-asset-report-002-pokemon-cards-2&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.altasset.report&#x2F;alt-asset-report-002-pokemon-car...</a>
评论 #41723979 未加载
varjag8 months ago
Building a fire detection system for tunnels out of a component in our tunnel evacuation system (<a href="https:&#x2F;&#x2F;evacsound.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;evacsound.com&#x2F;</a>), as it appears there&#x27;s own market for that.
socketcluster8 months ago
I&#x27;ve been working on <a href="https:&#x2F;&#x2F;saasufy.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;saasufy.com&#x2F;</a> - No-code&#x2F;low-code serverless platform for building web applications.<p>The idea is that if you&#x27;re a highly experienced senior developer, it should feel oddly familiar. It aims to address every possible concern that a senior developer might have when building a web application.<p>Avoiding footguns is one of the core principles behind it.<p>It aims to strike the ideal balance between flexibility and simplicity. It&#x27;s not for building rough prototypes; it lets you build apps that are more secure, more performant, more scalable and more maintainable than the ones you would write from scratch.
评论 #41693984 未加载
评论 #41724617 未加载
nevernothing8 months ago
AI Playlist Generator for YouTube powered by GPT-4o to create playlists with text descriptions: <a href="https:&#x2F;&#x2F;playlists.at&#x2F;youtube&#x2F;generate&#x2F;" rel="nofollow">https:&#x2F;&#x2F;playlists.at&#x2F;youtube&#x2F;generate&#x2F;</a>
cmenge8 months ago
Working on my prompt management tool, <a href="https:&#x2F;&#x2F;www.promptshuttle.com" rel="nofollow">https:&#x2F;&#x2F;www.promptshuttle.com</a>, but I guess the idea is dead in the water at this point.<p>It seems people don&#x27;t really have a need for managing prompts outside the code <a href="https:&#x2F;&#x2F;x.com&#x2F;cmenge&#x2F;status&#x2F;1830534838681485728" rel="nofollow">https:&#x2F;&#x2F;x.com&#x2F;cmenge&#x2F;status&#x2F;1830534838681485728</a><p>Also, proxying for larger co&#x27;s requires certifications etc., plus stellar 24&#x2F;7 operations, making this a less-than-ideal side project. I might add some content indexing + RAG features, but also not exactly a new idea...
senko8 months ago
A zero install&#x2F;setup document store for Python: <a href="https:&#x2F;&#x2F;github.com&#x2F;senko&#x2F;dante">https:&#x2F;&#x2F;github.com&#x2F;senko&#x2F;dante</a><p>Basically a simple way to CRUD dicts to disk without needing a separate database (uses SQLite underneath). I&#x27;ve always liked MongoDB ease of use, and in many quick hacks&#x2F;projects I don&#x27;t want to write custom SQL or bring in a proper ORM or install a db server.<p>TBH the main motivation is to just work on a simple side project with no stress, no need to productize it, and no need to obsess over productivity &#x2F; can tinker to my heart&#x27;s content.<p>Mostly done now tho, so probably will do something else next month :)
Multiset8 months ago
I ran into problems trying to deploy AI agents in the wild because people were trying to hijack and jailbreak them. As a result, I started researching and have begun working on a tool to scan LLM system prompts for vulnerabilities so that they can be fixed pre-deployment or at least anticipated. I&#x27;m currently taking baby steps by pulling together various tools from the open-source domain and trying to make them easy to use.<p>It&#x27;s completely free for now. The report gets emailed to you within 24 hours.<p><a href="https:&#x2F;&#x2F;tano-ai-security-tano.vercel.app&#x2F;" rel="nofollow">https:&#x2F;&#x2F;tano-ai-security-tano.vercel.app&#x2F;</a>
c-smile8 months ago
I am working on Sciter.GLX - Sciter Engine (HTML&#x2F;CSS&#x2F;JS) combined with OpenGL runtime working on all platforms, even on those that do not support OpenGL natively (e.g. Windows&#x2F;ARM and MacOS).<p>Sciter offers access to OpenGL as by WebGL&#x2F;JS as by native OpenGL API access.<p>Idea is simple: pretty much any 3D application needs some form of 2D UI&#x2F;Chrome. And so Sciter.GLX provides just that - HTML&#x2F;CSS&#x2F;JS UI with &lt;webgl&gt; islands.<p>Sciter.GLX is also about direct support of as Wayland as X11 on Linux.<p>Check preview: <a href="https:&#x2F;&#x2F;sciter.com&#x2F;sciter-glx-generation-4&#x2F;" rel="nofollow">https:&#x2F;&#x2F;sciter.com&#x2F;sciter-glx-generation-4&#x2F;</a>
42lux8 months ago
Mostly working on generative AI and tuning it to 100% product reproduction. It&#x27;s harder than you might think especially with more complex subjects like cars. Training custom controlnets is a pain just because of the sheer size of the datasets needed. Subject LoRas&#x2F;DoRas are pretty much solved though.<p>Here is an example[0] in 6k resolution from two weeks ago done with just text conditioning. The controlnet elevates the precision even more up to 99%, the last 1% is easier fixed in post. Which isn&#x27;t optimal but a good way to go for now.<p>[0] <a href="https:&#x2F;&#x2F;42lux.de&#x2F;amg-gt-63" rel="nofollow">https:&#x2F;&#x2F;42lux.de&#x2F;amg-gt-63</a>
0xbadcafebee8 months ago
A custom lightweight insulated hard-sided truck camper for mid-size and half-tons. Decided against fiberglass since it can be a pain in the butt, especially with no garage and in the cold. Ideal would be no wood and minimal framing, but i&#x27;m not a mechanical engineer, so it&#x27;s hard to calculate the forces involved, so over-building feels necessary. If anyone is a mechnical engineer, and bored, and would like to contribute their skills, I really want to open source the result so anyone can build it, using basic parts you can find at the big box store. So far I have a crappy model in FreeCAD and a lot of research material.
评论 #41691917 未加载
bastien-barn8 months ago
I&#x27;m working on <a href="https:&#x2F;&#x2F;tiny-chat.com" rel="nofollow">https:&#x2F;&#x2F;tiny-chat.com</a> a live chat tool that integrates with Slack. My goal is to cover most live chat needs while keeping it super simple, allowing me to offer it at a much lower price than competitors. I started this project because I was tired of paying too much for live chat services. Previously, I used Django + React, but for Tiny Chat, I&#x27;m using Django + HTMX for the first time in production. So far, the performance and user experience have been great, and I’ll definitely continue using HTMX in the future.
g5pw8 months ago
Late to the party - I&#x27;m building a &quot;remote&quot; for <a href="https:&#x2F;&#x2F;github.com&#x2F;babybuddy">https:&#x2F;&#x2F;github.com&#x2F;babybuddy</a> for my future child. It&#x27;s based around an esp32-s3 and has: - 10 switches that I can assign to start&#x2F;stop timers and trigger events (Kalih Choc Robin) - One encoder + four way directional switch - Round LCD display with touch - 9 DoF IMU and ambient light sensor<p>If we won&#x27;t use it for our child, I&#x27;ll use it as a slightly overpowered macro keyboard :D<p>Of course I intend to publish it as soon as I have the first prototypes debugged!
tamimio8 months ago
Made my own company that provides services and consultations in drones, robotics, and even cybersecurity. Very slow business at this stage, if someone is in the same field or went through the same stage, any tips are welcome.
评论 #41691035 未加载
dukeofharen8 months ago
A few weeks ago, I started some tutorials in the game engine Godot. I&#x27;ve been a developer for ca. 15 years and actually started with Game Maker many years ago. I always found it very fun, but started studying software engineering, got a job and did not have much time left to develop games. I decided to pick it up again as my situation now is different than 10 years ago and man, it is a joy to work with. Currently, I am writing a game design document and writing some ideas down on paper. I want to make the art and the music all by myself, which is a challenge but a fun thing to learn.
syldor8 months ago
I&#x27;m working on a web-based Indesign file translation system: <a href="https:&#x2F;&#x2F;indesign-translator.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;indesign-translator.com&#x2F;</a> It extracts all text, translate them (manually or with google translate, up to the user), and re-download with styles and layouts kept.<p>I started it as I was making a booklet about meteorology for kids in Lao language. I tried an automatic transation tool and was amazed to see it was keeping the format, so I dived into the markup file for Indesign, called IDML. InDesign is such a great software.
TimeWasterPro8 months ago
I&#x27;ve been writing a program to finally convert my handwritten notes to text. It&#x27;s a lot harder than it sounds given that HTR performs way worse than OCR. I got something that works about 95% of the time.
avastel8 months ago
I build a website related to fraud (detection), bot (detection), fingerprinting, email intelligence. You can test your browser fingerprint here <a href="https:&#x2F;&#x2F;deviceandbrowserinfo.com&#x2F;info_device" rel="nofollow">https:&#x2F;&#x2F;deviceandbrowserinfo.com&#x2F;info_device</a> and get information about disposable emails <a href="https:&#x2F;&#x2F;deviceandbrowserinfo.com&#x2F;data&#x2F;emails&#x2F;disposable&#x2F;index&#x2F;ma" rel="nofollow">https:&#x2F;&#x2F;deviceandbrowserinfo.com&#x2F;data&#x2F;emails&#x2F;disposable&#x2F;inde...</a>
nemo16188 months ago
I&#x27;ve been working on a tool for identifying samples in sample-based music, specifically vaporwave. I spent a long time building a cool TUI for it, but I realized many people aren&#x27;t comfortable with TUIs, so just yesterday I finished the MVP of a web version. Here it is: <a href="https:&#x2F;&#x2F;barbershop.lukechampine.com" rel="nofollow">https:&#x2F;&#x2F;barbershop.lukechampine.com</a><p>Try it with this classic: <a href="https:&#x2F;&#x2F;vektroid.bandcamp.com&#x2F;track&#x2F;420" rel="nofollow">https:&#x2F;&#x2F;vektroid.bandcamp.com&#x2F;track&#x2F;420</a>
madshougesen8 months ago
I am currently fixing some minor bugs in my markdown codeblock formatter [mdsf](<a href="https:&#x2F;&#x2F;github.com&#x2F;hougesen&#x2F;mdsf">https:&#x2F;&#x2F;github.com&#x2F;hougesen&#x2F;mdsf</a>).<p>It works by embedding &quot;traditional&quot; formatters like rustfmt and gofmt (currently support 174 tools), which helps keep documentation matching with the codebase.<p>[<a href="https:&#x2F;&#x2F;github.com&#x2F;hougesen&#x2F;mdsf](https:&#x2F;&#x2F;github.com&#x2F;hougesen&#x2F;mdsf)">https:&#x2F;&#x2F;github.com&#x2F;hougesen&#x2F;mdsf](https:&#x2F;&#x2F;github.com&#x2F;hougese...</a>
davidatbu8 months ago
I&#x27;m working on an &quot;offline first&quot; Github client. The things I want to achieve are:<p>1. Background sync of repo state&#x2F;PRs&#x2F;issues&#x2F;etc.<p>2. Ability to do &quot;optimistically updates&quot; when creating&#x2F;editing PRs&#x2F;issues etc.<p>The short to medium plan is to implement a CLI interface. But I hope to abstract the core into something that can be compiled to wasm such that a web UI that has optimistic updates everywhere, and is &quot;offline first&quot;.<p>I&#x27;m doing this post to see if folks have seen similar projects around, I&#x27;d prefer not to build something that&#x27;s already built.
crockeo8 months ago
I&#x27;ve been messing around with a graph-based interface for task management over in <a href="https:&#x2F;&#x2F;github.com&#x2F;crockeo&#x2F;ekad">https:&#x2F;&#x2F;github.com&#x2F;crockeo&#x2F;ekad</a>. The interesting branches are:<p>- `main`, which currently houses a custom interactive graph visualizer built on top of the great `vello` from linebender (<a href="https:&#x2F;&#x2F;github.com&#x2F;linebender&#x2F;vello">https:&#x2F;&#x2F;github.com&#x2F;linebender&#x2F;vello</a>).<p>- `ch&#x2F;typescript`, which has my attempts at joining a more traditional task manager with a graph visualization.
cwmoore8 months ago
Working on a puzzle book series (for lovers, maybe) <a href="https:&#x2F;&#x2F;www.kakurokokoro.com" rel="nofollow">https:&#x2F;&#x2F;www.kakurokokoro.com</a><p>It’s a pretty bad hack of HTML, CSS, and some JavaScript, saved by Laravel, trying to print slightly larger than A5 paper for a major on demand publisher standard paperback, with browser Print to PDF settings, and is unwieldy but to the point, has an ISBN as well as being NP-complete. Discovered for myself that the number of permutations and derangements of the same length are related by the ratio of Euler’s Number e.
hambos228 months ago
I&#x27;m building an inhouse ERP&#x2F;CRM&#x2F;warehouse mobile app&#x2F;ecommerce platform&#x2F;MOps for my small biz which I have with my wife (own brand of cosmetics, home fragrance, skin etc..) with the hope that it will allow us scale with the minimum employees, the maximum productivity and the lowest cost.<p>150+ postgres tables, a huge backend dashboard, an optimized storefront, Hasura, Go, React&#x2F;Typescript&#x2F;Next.js and a myriad of integrations.<p>Abandoned my professional career for this one to chase the dream and got sciatica while in the process :)
kdavis5868 months ago
I&#x27;m trying to learn Rust and thought going through a Chip8 (<a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;CHIP-8" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;CHIP-8</a>) implementation would be fun.<p>For anyone who&#x27;s wondering the specification I&#x27;m following along with is &quot;Cowgod&#x27;s Chip-8 Technical Reference v1.0&quot; (<a href="http:&#x2F;&#x2F;devernay.free.fr&#x2F;hacks&#x2F;chip8&#x2F;C8TECH10.HTM" rel="nofollow">http:&#x2F;&#x2F;devernay.free.fr&#x2F;hacks&#x2F;chip8&#x2F;C8TECH10.HTM</a>)
FragrantRiver8 months ago
I&#x27;m in the early stages of building a headless CMS you can use with your existing website. A few other tools do this, but I noticed that none of them are made for writing, and the editing experience is lacking.<p>So, instead of having people write content in Google Docs or somewhere else and then copying it into the CMS, I want to create a place where you can enjoy writing and publishing your content.<p>If this sounds interesting to you, you can try it at <a href="https:&#x2F;&#x2F;pmkin.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;pmkin.io&#x2F;</a> :)
makebelievelol8 months ago
Working on an alternative to character.ai, they recently updated their UI and a lot of the fan favorite features are gone.<p><a href="https:&#x2F;&#x2F;makebelieve.lol" rel="nofollow">https:&#x2F;&#x2F;makebelieve.lol</a>
评论 #41690908 未加载
tracerbulletx8 months ago
I&#x27;m writing an open source and light Notepad like text editor front end for local or Anthropic LLMs to have a little more control over my experience with them. It persists tabs with local storage unless you create an account then you can save and sync docs and do vector search on them. <a href="https:&#x2F;&#x2F;modelpad.app&#x2F;" rel="nofollow">https:&#x2F;&#x2F;modelpad.app&#x2F;</a> <a href="https:&#x2F;&#x2F;github.com&#x2F;SteveCastle&#x2F;modelpad">https:&#x2F;&#x2F;github.com&#x2F;SteveCastle&#x2F;modelpad</a>
ccorcos8 months ago
I&#x27;m building an Airtable&#x2F;Notion-like database thing where you can create a more detailed description of each column, then select some cells and have AI generate the data for you.
sambaumann8 months ago
I&#x27;m building an app to help organize information in Genealogical research (family trees&#x2F;family history) - a few months ago I started doing some family research and I was struck by how many of the resources are owned by one company (Ancestry). I want to have an option that isn&#x27;t within that ecosystem, and none of the other solutions I found had exactly what I wanted in terms.<p>The plan is to open source it once I feel good about it.<p>I don&#x27;t have anything to show off yet but maybe by the time this thread comes around next month I will :)
ianbicking8 months ago
I&#x27;ve been hacking on a LLM-based text adventure this weekend: <a href="https:&#x2F;&#x2F;github.com&#x2F;ianb&#x2F;intra-game">https:&#x2F;&#x2F;github.com&#x2F;ianb&#x2F;intra-game</a><p>It&#x27;s like the fourth or fifth time I&#x27;ve made an attempt at this, each time learning something along the way. This might not be a success either... but I can tell I&#x27;ve made progress.<p>Right now I&#x27;m struggling with how to manage different events and different agents. Actually making a &quot;winnable&quot; game with &quot;a point&quot; is also hard!
iknownthing8 months ago
I building a web app around a tool I originally built for myself for interview prep. It basically lets you generate interview questions then practice them in a leetcode-like interface that includes an AI tutor chat ui. The tutor is aware of the question and the user&#x27;s attempt at a solution so far and is instructed to give hints rather than simply providing the user with the answer. I personally use it as well. <a href="https:&#x2F;&#x2F;hinterviewgpt.com" rel="nofollow">https:&#x2F;&#x2F;hinterviewgpt.com</a>
cygnion8 months ago
A product development and problem-solving workshop [1] for middle school kids. It involves storytelling and hands-on exercises around ideation and solution development, culminating in creating prototypes. I developed it to teach my children and their friends how to think about problems and create solutions. Am continuing it refine it, including offering it to different age groups.<p>[1] <a href="https:&#x2F;&#x2F;idea-launch-lab.github.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;idea-launch-lab.github.io&#x2F;</a>
willguest8 months ago
I&#x27;m working on <a href="https:&#x2F;&#x2F;exeud.com" rel="nofollow">https:&#x2F;&#x2F;exeud.com</a>. It&#x27;s an open-source VR framework, including a Unity toolkit that includes character control and interaction, and a Web3 template that allows you to self-host your VR scene on the Internet Computer, which is a website-in-a-smart-contract.<p>I see it being useful for artists, indie devs and anyone else who want to fire up their immersive ideas and keep control of the content, code and costs of running it.
fragmede8 months ago
On Mac, pbcopy and pbpaste don&#x27;t work with images. I&#x27;ve written one that does in python, so I can right click on an image in Chrome, hit copy, then do <i>pbipaste &gt; foo.png</i> and have it work. And then also do <i>pbicopy &lt; foo.png</i>, and then be able to paste in Preview or whatever.<p>it&#x27;s incomplete but <a href="https:&#x2F;&#x2F;github.com&#x2F;fragmede&#x2F;pasteboard-image">https:&#x2F;&#x2F;github.com&#x2F;fragmede&#x2F;pasteboard-image</a><p>I&#x27;m in the middle of rewriting it in rust so it&#x27;s easier to install.
BoingBoomTschak8 months ago
Trying to bring the finishing touches to a Common Lisp SSG I made during a handful of vacation afternoons (<a href="https:&#x2F;&#x2F;git.sr.ht&#x2F;~q3cpma&#x2F;make-website" rel="nofollow">https:&#x2F;&#x2F;git.sr.ht&#x2F;~q3cpma&#x2F;make-website</a>) and filling the resulting website (<a href="https:&#x2F;&#x2F;world-playground-deceit.net&#x2F;" rel="nofollow">https:&#x2F;&#x2F;world-playground-deceit.net&#x2F;</a>) with more content. More motivated by #2 now that the generator does 99% of what I need.
asteroidburger8 months ago
I have an experimental aircraft, a Vans RV-14, that I&#x27;ve been working on for far too long. I have all the expensive parts on hand, I just need to finally finish putting them together.
monokai_nl8 months ago
I&#x27;m currently working on a new expansion of <a href="https:&#x2F;&#x2F;monokai.pro" rel="nofollow">https:&#x2F;&#x2F;monokai.pro</a> — new filters and support for Intellij. Soon!
评论 #41700979 未加载
steveybrown8 months ago
I recently noticed how much Apple Maps has improved in recent years so I decided to throw together a little app using it. In addition, I set out with a goal of using tools, frameworks and a hosting provider I had little to no experience with. I learnt a ton and developed opinions across a few areas so I see it as a success.<p>I don’t expect to add much more to the app and I’ll probably kill it in a few months as it’ll likely cost me more to run it.<p><a href="https:&#x2F;&#x2F;mapmag.app" rel="nofollow">https:&#x2F;&#x2F;mapmag.app</a>
wczerniak8 months ago
This month I was working on improving on SEO for my Flatcal side project: <a href="https:&#x2F;&#x2F;flatcal.com" rel="nofollow">https:&#x2F;&#x2F;flatcal.com</a>. It&#x27;s a service that can combine multiple online calendar feeds into a single one for easier sharing with other people. Instead five calendars you can just send one that contains all busy&#x2F;free status. The closer to release I am the more non-coding work there is to do. Oh well, just different part of the fun
radeeyate8 months ago
I&#x27;m currently working on an I Am Sober alternative, being a habit&#x2F;impulse tracker called Rewire. It&#x27;s written in Golang + HTML + Bulma CSS. It sends out notifications check-ins via ntfy at the time you set when making the habit. It keeps track of streaks, and I hope to gamify it in some way. I&#x27;ve been working on it for a few weeks, and I hope to have it done soon. It&#x27;ll be free and open source, but I&#x27;m not in the position to open source it yet.
retardracer8 months ago
Hey Guy, i built a website&#x2F;domain security scanner tool. SSl&#x2F;TSL, WAF detection, Secure Cookies, HSTS, DKIM&#x2F;DMARC, DNSEC, etc..<p>I think the security score are gimicky (ignore that i have a header score I will be removing that).<p>You can just use it as a one-off tool to scan&#x2F;check, you can schedule scans, get notified of changes (unexpected or expected), show proof of remediation, auto JIRA issue creation (with PDF attaching).<p>Thoughts? I would love some comments&#x2F;usage&#x2F;feedback. internetsecure.org
评论 #41697892 未加载
fabianlindfors8 months ago
I&#x27;ve been experimenting with customizing Postgres to run on top of FoundationDB, which to me would be the dream combination of Postgres&#x27; top-notch feature set and ecosystem with FoundationDB&#x27;s unique resilience, scalability and transactional guarantees.<p>Haven&#x27;t written up anything about it or published any code yet, but it&#x27;s working pretty well and I haven&#x27;t even had to fork Postgres with all the extensibility it offers!<p>My email is in my profile if anybody would like to chat about it
评论 #41713507 未加载
paul79868 months ago
I want to work on smartglass apps like<p>- Go to aquarium, look in tank, put glasses in info mode via a gesture to see the names of the fish in the tank. Learn more about them then on my phone.<p>- Have glasses keep score of any real life game you are playing from pickleball, to a card game to any game that has a score and requires vision to keep track of it.<p>Guess i could start creating such on the Vision Pro. Im thinking either idea will be created and or built into the smart glass winner but hmm maybe they are lame ideas..
sotix8 months ago
I’ve been making a survival-horror Playdate game called Plight of the Wizard[0]. You’re a wizard that fights off an endless horde of enemies by using the crank to rotate around and cast spells quickly. It’s my first game, and it’s been a lot of fun building out the mechanics. It’s in a good state, so I’m figuring out if it needs anything else.<p>[0]: <a href="https:&#x2F;&#x2F;sotix.itch.io&#x2F;plight-of-the-wizard" rel="nofollow">https:&#x2F;&#x2F;sotix.itch.io&#x2F;plight-of-the-wizard</a>
dandrew58 months ago
Adding optional user sign-in to my word replacer browser extension: <a href="https:&#x2F;&#x2F;github.com&#x2F;dan-lovelace&#x2F;word-replacer-max">https:&#x2F;&#x2F;github.com&#x2F;dan-lovelace&#x2F;word-replacer-max</a>. This is a precursor to adding generative replacement suggestions based on search terms. Even further, I&#x27;d like it to eventually analyze and de-trigger&#x2F;disarm the copy on websites more broadly without having to define specific words or phrases.
matthiasb8 months ago
I am working on a cloud governance and remediation solution.<p>Our first product was a CO2 monitor for your AWS infrastructure <a href="https:&#x2F;&#x2F;www.li10.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.li10.com&#x2F;</a><p>The next logical step is to provide tools to reduce it (along with cost reduction and security benefits)<p>Our first iteration is available here: <a href="https:&#x2F;&#x2F;github.com&#x2F;li10labs&#x2F;li10-governance">https:&#x2F;&#x2F;github.com&#x2F;li10labs&#x2F;li10-governance</a>
sumeruchat8 months ago
I suck at trading and wanted to get better so I have built a crypto paper trading app (iOS only atm) to practice and measure your performance against others. If anyone is interested please try the testflight at<p><a href="https:&#x2F;&#x2F;testflight.apple.com&#x2F;join&#x2F;R3fvUHwT" rel="nofollow">https:&#x2F;&#x2F;testflight.apple.com&#x2F;join&#x2F;R3fvUHwT</a><p>For feedback (or if link doesnt work) please reach me at sumeru@tradomate.io<p>I am looking for honest feedback so feel free to be critical
chilldsgn8 months ago
At work, I am helping internationalise and localise an HR platform as well as maintain a legacy one that is the biggest mess of spaghetti I&#x27;ve ever seen.<p>During my spare time I am building a web app to help my mom manage her healthy food market and trying to finish a ChatGPT wrapper web app to help me create meta descriptions for web pages a little quicker. Might monetise that one if it&#x27;s worth the effort and will be valuable to people, we&#x27;ll see.
bilater8 months ago
I just revamped my app Shorts Generator and added a slick new layout. It makes it even easier to go from Text to viral video in minutes! See a demo in my post here:<p><a href="https:&#x2F;&#x2F;x.com&#x2F;deepwhitman&#x2F;status&#x2F;1840578869847580815" rel="nofollow">https:&#x2F;&#x2F;x.com&#x2F;deepwhitman&#x2F;status&#x2F;1840578869847580815</a><p>Link to app =&gt; <a href="https:&#x2F;&#x2F;www.shortsgenerator.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.shortsgenerator.com&#x2F;</a>
thenipper8 months ago
Bookbinding class. Its really fun to make things with my hands!
评论 #41691595 未加载
k__8 months ago
Currently, I&#x27;m trying to get some funding for Ewigkeit, an deployment service for DApps that uses Arweave for hosting and AO for management of deployments, domains, and team members.<p>The USPs are:<p>- pay once, host forever<p>- censorship resistance via globally decentralised gateways<p>The app:<p><a href="http:&#x2F;&#x2F;ewigkeit.ar.io&#x2F;" rel="nofollow">http:&#x2F;&#x2F;ewigkeit.ar.io&#x2F;</a><p>Arweave:<p><a href="https:&#x2F;&#x2F;arweave.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;arweave.org&#x2F;</a><p>AO:<p><a href="https:&#x2F;&#x2F;ao.ar.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;ao.ar.io&#x2F;</a>
crypticgoose8 months ago
Rebuilding a prompt Capture the Flag opensource project. Built v1 a year ago and ran it a company event and local conference. Had good feedback, now rebuilding without auth, seperate flag submission, chat memory, function calling and multi-modal support. gpt-4-0-mini is dirt cheap so can do a lot.<p>Any ideas around challenges welcome!<p><a href="https:&#x2F;&#x2F;github.com&#x2F;c-goosen&#x2F;ai-prompt-ctf">https:&#x2F;&#x2F;github.com&#x2F;c-goosen&#x2F;ai-prompt-ctf</a>
yusufaytas8 months ago
I’m working on marketing <a href="https:&#x2F;&#x2F;softwareengineeringhandbook.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;softwareengineeringhandbook.com&#x2F;</a><p>We’ve experimented with various approaches to promotion, including HN, KDP, Amazon Ads, and most recently Reddit Ads. It&#x27;s been interesting to see which strategies resonate with the audience, but we&#x27;re still figuring out the best way to get it in front of the right people.<p>And marketing is really hard!
评论 #41690731 未加载
评论 #41690811 未加载
评论 #41693058 未加载
ldenoue8 months ago
Working on restoring punctuation marks in raw YouTube transcripts. Bert model trained as a token classifier works but it doesn’t scale well with more languages. See <a href="https:&#x2F;&#x2F;www.appblit.com&#x2F;scribe" rel="nofollow">https:&#x2F;&#x2F;www.appblit.com&#x2F;scribe</a> for the current solution<p>Now looking into fine tuning a small LLM like Gemma 2b-it to this task.<p>Any advice on other LLMs that would work appreciated.<p>Also bonus if this LLM can run in a browser
nvlled8 months ago
I&#x27;m currently trying to create a lua-to-js transpiler using treesitter. Not sure how hard this is, but I suppose it&#x27;s just a matter of traversing trees. I might need to use this transpiler later on my static site generator using a lua DSL.<p>I&#x27;m also planning on making changes to improve my text reader. The purpose of the project is to help me alleviate my discomfort when reading long blocks of text over an extended period of time.
pyromaker8 months ago
I&#x27;ve been working on Pyro - a video gallery &amp; community creator. It&#x27;s a tool that lets you create a video-based (your own YouTube?) community but you can collect videos from many sources.<p><a href="https:&#x2F;&#x2F;www.pyro.app" rel="nofollow">https:&#x2F;&#x2F;www.pyro.app</a><p>Here&#x27;s a video site I created using this tool - a startup pitch video site<p><a href="https:&#x2F;&#x2F;video.heystartup.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;video.heystartup.com&#x2F;</a>
kunley8 months ago
Own streaming service for an internet radio, but that&#x27;s not opensourced atm. It&#x27;s Go and it seems to be amazing fit.<p>That makes my other project a bit lacking attention, but I will get back to it - a configuration language BCL <a href="https:&#x2F;&#x2F;github.com&#x2F;wkhere&#x2F;bcl">https:&#x2F;&#x2F;github.com&#x2F;wkhere&#x2F;bcl</a> . Parser is based on a vm beauty from the 2nd part of Robert Nystrom&#x27;s Crafting Interpreters book.
bilekas8 months ago
Working on a home rolled IRCCloud alternative. No particular reason why. I started it maybe a year ago and never finished it, got it to a hacky POC and over the weekend I had a bit of a cold&#x2F;flu so decided to spend some time practicing my refactoring abilities.<p>Still in progress but I did manage to find a bug in one of the open source libs I am using for the IRC protocol interface and it was approved. Overall a productive flu weekend.
DigiEggz8 months ago
Working on a few major changes for my turn-based MMORPG. It uses HaxeFlixel for the client and SmartFoxServer for the backend. I&#x27;ve had fun working on it for about four years now.<p>Relevant links: <a href="https:&#x2F;&#x2F;jamcloud95.com" rel="nofollow">https:&#x2F;&#x2F;jamcloud95.com</a> <a href="https:&#x2F;&#x2F;github.com&#x2F;DigiEggz&#x2F;smartfox-haxe-client">https:&#x2F;&#x2F;github.com&#x2F;DigiEggz&#x2F;smartfox-haxe-client</a>
bediger40008 months ago
Trying to figure out a bizarre performance drop in a merge sort I wrote for one of those daily coding problems.<p><a href="https:&#x2F;&#x2F;bruceediger.com&#x2F;posts&#x2F;mergesort-investigation-1&#x2F;" rel="nofollow">https:&#x2F;&#x2F;bruceediger.com&#x2F;posts&#x2F;mergesort-investigation-1&#x2F;</a><p>It seems that adding one node to a linked list causes a repeatable performance drop. That is, linked lists of say 2^21 nodes sort faster than lists of 2^21 + 1 nodes.
评论 #41694021 未加载
评论 #41692937 未加载
4lb08 months ago
I&#x27;m doing <a href="https:&#x2F;&#x2F;bialet.dev" rel="nofollow">https:&#x2F;&#x2F;bialet.dev</a> a web framework for simple web apps with idea to get back to have a fully static HTML first, and then you code the dynamic part.<p>It&#x27;s based on the Object-Oriented scripting language Wren, it&#x27;s fully integrated with SQLite, and it has a sort of JSX for the HTML (it&#x27;s actually strings and interpolations, being part of the language).
7thpower8 months ago
An app to let people generate images of them and their children in Halloween costumes.<p>Similar to PhotoAI but much more limited in scope. Wanted to get more experience implementing auth and payments, creating LoRAs, and some different regulations.<p>Also wanted something that was timeboxed where I could step away when the project is over.<p>Should be ready to start accepting users next week, then will have to figure out distribution. If I make any money it will be a cherry on top.
评论 #41692645 未加载
techazard8 months ago
In my quest to master Rust, I&#x27;m building a (toy) Soulseek client in Rust. Souleek is an old (2001) closed-source p2p network still used to share underground music.<p>For learning purposes, I&#x27;m imposing the following restrictions:<p>- I can&#x27;t use external dependencies (crates)<p>- I have to reverse engineer the Soulseek protocol myself<p>So far it&#x27;s been a lot of fun and rewarding as it touches upon low-level concepts I don&#x27;t have to deal with normally as a web dev.
johnxie8 months ago
I’m working on <a href="https:&#x2F;&#x2F;taskade.com">https:&#x2F;&#x2F;taskade.com</a>, which started as a unified workspace for distributed teams to collaborate. Now, it’s become a playground for AI agents that work alongside you.<p>These AI agents think, learn, and act—handling tasks, research, and more—right in your workspace where you can chat, manage tasks, create mind maps, tables, and more.<p>Check it out and let me know what you think!
Faelian28 months ago
I am writing an hexadecimal editor in rust, with colors.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;0xfalafel&#x2F;hextazy">https:&#x2F;&#x2F;github.com&#x2F;0xfalafel&#x2F;hextazy</a><p>I am also playing a bit with Gtk4, Relm4, and creating Active Directory labs with vagrant. <a href="https:&#x2F;&#x2F;blog.lasne.pro&#x2F;posts&#x2F;ad_lab_part1&#x2F;" rel="nofollow">https:&#x2F;&#x2F;blog.lasne.pro&#x2F;posts&#x2F;ad_lab_part1&#x2F;</a>
rgbrgb8 months ago
Working on Hedgy, a tool for confidentially exploring new job opportunities without messing with your current employment. It&#x27;s a combo referral&#x2F;reputation network (members endorse each other) and anonymized hiring platform. Members share what would make them move (role&#x2F;$) and employers review anonymized profiles.<p><a href="https:&#x2F;&#x2F;www.hedgy.works" rel="nofollow">https:&#x2F;&#x2F;www.hedgy.works</a>
chauhankiran8 months ago
I&#x27;m creating a simple and lightweight CRM (customer relationship management) as RMS (record management system) system. Code is too early state to try.<p>I&#x27;ve take the different approach in building this system as it is traditional MVC architecture in Node with Express, Postgres, Pug, etc. as technologies.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;chauhankiran&#x2F;rms">https:&#x2F;&#x2F;github.com&#x2F;chauhankiran&#x2F;rms</a>
davefol8 months ago
I&#x27;m working on a 2D computational geometry library with a focus on irregular part packing in Rust. IE laying out laser cuts for wood or water jet for metal. <a href="https:&#x2F;&#x2F;crates.io&#x2F;crates&#x2F;babushka" rel="nofollow">https:&#x2F;&#x2F;crates.io&#x2F;crates&#x2F;babushka</a><p>I&#x27;ve got some nice types set up and a no fit polygon algorithm. Working on the genetic algorithm for packing à là svgnest.
aljarry8 months ago
I&#x27;m working on a CI system with DSL instead of yaml configs.<p>The general premise is that most sufficiently advanced yaml configs begin to look like code - e.g. in Github Actions one could look at external Actions and shared workflows as dynamic libraries; workflows as public functions; jobs and steps as internal ones.<p>We have better languages than yaml-structure-as-a-code, and tools to help us write and test them quicker.
评论 #41698565 未加载
Narciss8 months ago
Been working on <a href="https:&#x2F;&#x2F;consciousness.social" rel="nofollow">https:&#x2F;&#x2F;consciousness.social</a>, a social media app focused on providing a first-person experience of human society as a whole.<p>It’s the kind of thing that could only exist because after I built the theory behind it, I went into software engineering and learned how to build web apps, so that I could build strange stuff like this.
zelphirkalt8 months ago
Org-mode grammar (PEG parsing) for GNU Guile. Still at the very beginning, but hoping, that over time I can add more and more things, to make it a useful library for things like a minimal static blog based on org mode files or if any git hoster wants to have a good parser for org mode files to render readmes ...<p>That, and my personal website, using only HTML and CSS, and trying to keep it minimalistic, yet nice looking.
评论 #41700851 未加载
tlocke8 months ago
I work on Chellow, an open source Web app for checking and reporting on UK electricity and gas bills for large organisations <a href="https:&#x2F;&#x2F;github.com&#x2F;WessexWater&#x2F;chellow">https:&#x2F;&#x2F;github.com&#x2F;WessexWater&#x2F;chellow</a> . It&#x27;s a mature project that&#x27;s used by two organisations. Please get in touch if this is something you&#x27;re interested in.
Melenahill7 months ago
Hi everyone, I am incredibly grateful to this psychic and still find it hard to believe that my husband is back in my life, with an even stronger bond than we’ve ever shared. Thanks to this psychic’s outstanding and remarkable services, I received a surprise call from my husband just 24 hours after reaching out to him. What seemed like a problem that could have destroyed my marriage was resolved so swiftly. I wholeheartedly recommend Priest Ray to anyone seeking accurate spell casting to reunite with their ex-partner. You can contact him via WhatsApp: +27613732619 Kindly visit <a href="https:&#x2F;&#x2F;psychicspellshrine.wixsite.com&#x2F;my-site" rel="nofollow">https:&#x2F;&#x2F;psychicspellshrine.wixsite.com&#x2F;my-site</a>
instb3at8 months ago
I’m currently spending most of my time building a social media posting platform for <a href="https:&#x2F;&#x2F;hellokea.com" rel="nofollow">https:&#x2F;&#x2F;hellokea.com</a>. This will be an additional tool for small businesses, complementing their helpdesk solution. It’s been interesting to build the entire UI using htmx, aiming to make it comparable in performance and user experience to SPAs.
dubme18 months ago
Working on <a href="https:&#x2F;&#x2F;aliveai.app&#x2F;" rel="nofollow">https:&#x2F;&#x2F;aliveai.app&#x2F;</a>. It is a simple wrapper frontend around a complex ComfyUI workflow. There is a lot of different things you can generate with StableDiffusion but I wanted to make it as easy as possible to create photo-realistic images of people.<p>The App is mostly being used for generating NSFW images though (which is ok).
评论 #41692223 未加载
quicksilver038 months ago
I&#x27;m working on <a href="https:&#x2F;&#x2F;www.ptrdns.net" rel="nofollow">https:&#x2F;&#x2F;www.ptrdns.net</a> , a primary and secondary DNS hosting service built around the PowerDNS API.<p>The problems that are on my mind right now are 1. how to improve visibility on search engines and 2. how to add POPs on Anycast IPs to improve latency for resolvers without selling my right arm to obtain a &#x2F;24.
rashmisingh_s268 months ago
I am actually working on my first-ever product hunt launch. And since I am handling the content part, September was all about writing copies, emails, landing pages, and new blogs around the product. It was a bit overwhelming but I can totally see how thrilling it is too. In fact, I landed here due to SocialiQ 2.0 launch. We are yet to launch it in October but coming soon page is ready.
germinalphrase8 months ago
I am experimenting with concepts to address the question: “how do you get people to socialize outside their houses?” which prompts all sorts of additional interesting questions around building anticipation through paralocal auditory broadcasting, environmental profile sharing, seeding location-based experiences, and so on. Consulting pays the bills, but this is a fun diversion.
mohit_tater8 months ago
I am working on a tool called Slicely. It is similar to tools like askyourpdf.com but built for enterprise use cases. The focus is to keep you in complete control of the information you share with the LLMs. I have completed the prototype covering the most fundamental use case. Now, I am looking for the initial set of users interested in trying it and understanding its market fit.
评论 #41696788 未加载
jimaek8 months ago
An open source and easy to use globally distributed network monitoring and testing platform called Globalping <a href="https:&#x2F;&#x2F;globalping.io" rel="nofollow">https:&#x2F;&#x2F;globalping.io</a><p>Currently it&#x27;s at stage of &quot;RIPE Atlas with better UI and UX&quot; but I plan to expand the functionality to cover a lot more use cases like ISPs,Cloud,Edge rankings and performance
codr78 months ago
Same, same:<p>A custom Lisp: <a href="https:&#x2F;&#x2F;github.com&#x2F;codr7&#x2F;sharpl">https:&#x2F;&#x2F;github.com&#x2F;codr7&#x2F;sharpl</a><p>A backend on top of Postgres: <a href="https:&#x2F;&#x2F;github.com&#x2F;codr7&#x2F;hostr">https:&#x2F;&#x2F;github.com&#x2F;codr7&#x2F;hostr</a><p>And a frontend in React: <a href="https:&#x2F;&#x2F;github.com&#x2F;codr7&#x2F;hostr-web">https:&#x2F;&#x2F;github.com&#x2F;codr7&#x2F;hostr-web</a>
jansan8 months ago
I am working on a vector graphics editor <a href="https:&#x2F;&#x2F;www.hyvector.com" rel="nofollow">https:&#x2F;&#x2F;www.hyvector.com</a><p>Basic features are implemented, it is fast and already quite stable and slick. For the first version all that is missing is a website and feedback channels.<p>There are major features in the pipeline and I hope that one day I will be able to make some money with this project.
thesurlydev8 months ago
Inspired by recent projects like Kamal and Sidekick which target VPS rather than k8s, I created a control plane that leverages Caddy, Cloudflare, Podman, and Hetzner to automate deploying apps.<p>The intent is to remove as many obstacles as possible for finishing my side projects and sharing them. Worst case scenario is it becomes another unfinished project but I’ve learned a lot along the way.
davidtos8 months ago
Working on creating Java bindings for io_uring. Trying to get some better performance by batching downcalls and making the API Java friendly.
taptak8 months ago
A silly little podcast influenced by the writing style Douglas Adams&#x27; meets Dibert &#x2F; Office Space.<p>My full writing, editorial, SEO promotional staff is Claude AI. Science fact-checking and art by ChatGPT. Narration by Eleven labs.<p>The Multiverse Employee Handbook: <a href="https:&#x2F;&#x2F;multiverseemployeehandbook.com" rel="nofollow">https:&#x2F;&#x2F;multiverseemployeehandbook.com</a>
1478 months ago
I&#x27;m working on <a href="https:&#x2F;&#x2F;chivesbot.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;chivesbot.com&#x2F;</a>, a GitHub Slack app.<p>I was frustrated by GitHub&#x27;s official Slack integration and the lack of certain customization and filtering capabilities. For example, I wanted to be able to send all production deployments to a specific Slack channel, but I couldn&#x27;t.
epolanski8 months ago
I&#x27;m working on an application that I&#x27;m writing for myself (no release ambitions for the time being) that focuses on spaced repetition applied to chess.<p>It&#x27;s similar to chess puzzles but with a twist: positions and moves are explained, there&#x27;s a wider variety of exercises (such as excluding all the bad moves explaining why, improving the board position, and many others).
pbnjay8 months ago
API tool to automate all the stuff Postman makes painful: <a href="https:&#x2F;&#x2F;callosum.dev" rel="nofollow">https:&#x2F;&#x2F;callosum.dev</a> Spec generation from request logs, automatic schema generation and validation, test generation (eventually), totally offline, no accounts or cloud sync necessary!<p>Been taking longer than I hoped but should be released soon (next few days)
xandrius8 months ago
Currently working on 2 new versions of my small daily bird guessing game for US and Canada, looking into the local habitats and such to adapt it to the region.<p>I finished batch processing the bird species and their conservation status and now planning to setup a testing environment to begin the work. I&#x27;m already learning so much about the birds of north America. Exciting!
0track8 months ago
I have been working on a set of problem solving techniques and have recently published[0] two drafts.<p>One is a problem solving technique designed to attack resource problems from multiple directions.<p>The second is an approach to user experience inventory which can be used for users, customers, and adversaries.<p>[0] <a href="https:&#x2F;&#x2F;0track.net&#x2F;" rel="nofollow">https:&#x2F;&#x2F;0track.net&#x2F;</a>
byrnedo8 months ago
I&#x27;ve been working on Skate (<a href="https:&#x2F;&#x2F;github.com&#x2F;skateco&#x2F;skate">https:&#x2F;&#x2F;github.com&#x2F;skateco&#x2F;skate</a>), a lean multi-host container platform, primarily for my own needs. Its been a great way to learn more Rust (I&#x27;m a gopher by day) and I&#x27;ve learned some interesting technologies and concepts.
LouDNL8 months ago
Working on a v1 firmware for USBSID-Pico now that I have ordered the first v1 pcbs.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;LouDnl&#x2F;USBSID-Pico">https:&#x2F;&#x2F;github.com&#x2F;LouDnl&#x2F;USBSID-Pico</a> USBSID-Pico is a RasberryPi Pico based board for interfacing one or two MOS SID chips and&#x2F;or hardware SID emulators with a computer&#x2F;phone over USB.
koliber8 months ago
Working on wasitsent.com. It&#x27;s an uptime monitor that alerts you when your automated emails stop sending.<p>Hoping to get a working version out this week. In the meantime if you want to get an early peek at how it works you can go to sandbox.wasitsent.com. The sandbox is ugly but functional. It goes down a lot and the data is periodically wiped because I use it for testing.
评论 #41694428 未加载
axelv8 months ago
The next generation medical reporting ready for seamless integration with LLM&#x27;s because it&#x27;s build on top of standard data models (ex. FHIR) and ontologies (ex. SNOMED-CT). <a href="https:&#x2F;&#x2F;tiro.health" rel="nofollow">https:&#x2F;&#x2F;tiro.health</a> Goals: less time spent on medical admin, better data for secondary use.
edelans8 months ago
woodworking :)<p>I just finished (yesterday) a custom shelf for my daughter -&gt; <a href="https:&#x2F;&#x2F;imgur.com&#x2F;a&#x2F;7zGHOOG" rel="nofollow">https:&#x2F;&#x2F;imgur.com&#x2F;a&#x2F;7zGHOOG</a><p>It took me 6w VS the 2w initially planned, but the result is worth it!<p>With so many hours spent on my screen doing virtual stuff, touching the materials and seeing my progress materialized is very satisfying.
justinclift8 months ago
<a href="https:&#x2F;&#x2F;github.com&#x2F;pgautoupgrade&#x2F;docker-pgautoupgrade">https:&#x2F;&#x2F;github.com&#x2F;pgautoupgrade&#x2F;docker-pgautoupgrade</a><p>Working on some improvements to it. :)<p>PostgreSQL 17 support was added by a fellow developer over the last few days, and we&#x27;re working on automating the post upgrade tasks now too.<p>eg vacuum analyse, reindexing the databases, etc.
henadzit8 months ago
I&#x27;m working on an open-source event tracking infrastructure based on AWS (think Heap or Mixpanel but all infrastructure is in your AWS account and you own the data). It&#x27;s incredible how much can be done just by combining AWS services.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;manymetrics&#x2F;manymetrics">https:&#x2F;&#x2F;github.com&#x2F;manymetrics&#x2F;manymetrics</a>
nicoloren8 months ago
I&#x27;m working on a Windows software that synchronize WooCommerce and Dolibarr (open source CMS) for a French client.<p>The tech stack is simple and I use FreePascal &#x2F; Lazarus IDE, but my client has multiple&#x2F;obscure business process that make it difficult.<p>I own the right to the software and I will be able to sell it to other companies (not sure if I will do it).
aaronblohowiak8 months ago
In general, an automated system to catalog, store and retrieve trading cards (magic for now, Pokémon next.) Right now, working on computer vision recognition of magic cards, but I’m trying to tackle the hard edge cases that many other projects and products don’t (revised vs unlimited, multiple reprints in The List, automatic language detection, etc etc.)
asylbeknarmatov8 months ago
Great thread.<p>I&#x27;m working on implementing Game Go (Baduk) in Ocaml language. I want to implement everything from scratch (FE &amp; BE and etc)
bequanna8 months ago
An app that syncs a timeline containing posts with whatever you’re watching (TV Series, Movies, etc).<p>The discussions and content displayed will be relevant to whatever is currently playing on your TV at the specific time.<p>Have a rough app built and my potential initial target audiences identified. The integrations aren’t TOO technically challenging and should be feasible.
xFuture8 months ago
I&#x27;m working on <a href="https:&#x2F;&#x2F;symnix.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;symnix.com&#x2F;</a> to simplify deployments of various applications on your own infrastructure without any agents that need to run on the target system.<p>It is so much fun to build stuff that you need for your own and additionally want to share it with other people!
fishcakes8 months ago
We are building a new kind of venture capital investment firm - Empros Capital.<p>We are hiring for two roles:<p>1. People that have a technical background and want to become investors.<p>2. People that have an extraordinary background outside of technology (especially in writing or other liberal arts) and a deep interest in technology and want to become investors.<p>Please get in touch if interested! My email is alex at …
ChrisMarshallNY8 months ago
I&#x27;m working on software that isn&#x27;t source-available (as of now, anyway).<p>I&#x27;ve written an app that is aimed at a specific demographic (so I&#x27;m not linking to it), and I&#x27;m developing an improved backend admin app.<p>This involves mostly Swift, using UIKit, to produce an app that will run on iOS, iPadOS, and MacOS. The backend is PHP, and doesn&#x27;t need much work.
marginalia_nu8 months ago
Currently in the middle of moving, but very recently added full phrase search to marginalia search. And paged search results too.
selvan8 months ago
Working on - &quot;real-time conversations in rich video streaming&quot;. Have created rich video composition, mixing, streaming studio (<a href="http:&#x2F;&#x2F;www.thecheerlabs.com" rel="nofollow">http:&#x2F;&#x2F;www.thecheerlabs.com</a>), working on to bring real-time conversations that can be mixed in real-time for streaming&#x2F;recording.
cushychicken8 months ago
A little stable of websites.<p>www.fpgajobs.com<p>www.firmwarejobs.com<p>www.reportCardcomments.com<p>www.primeribcalculator.com
MurageKabui8 months ago
I&#x27;m working on a scripting interface for android that&#x27;s based on js <a href="https:&#x2F;&#x2F;github.com&#x2F;MurageKabui&#x2F;PhoneDo">https:&#x2F;&#x2F;github.com&#x2F;MurageKabui&#x2F;PhoneDo</a><p>Basically a mobile app with an integrated IDE and terminal with custom commands tailored to execute js code that interfaces with native android features
user4326788 months ago
Currently building a very simple migration tool for SQLite with the Stack Overflow forward only approach, mostly for my projects based on Bun: <a href="https:&#x2F;&#x2F;github.com&#x2F;i9or&#x2F;migralite">https:&#x2F;&#x2F;github.com&#x2F;i9or&#x2F;migralite</a><p>Planning to make it single binary to remove the dependency on Bun from target projects.
taleodor8 months ago
A system to manage software metadata and SBOMs in particularly. This is based on our existing relizahub.com and will implement upcoming Transparency Exchange API - <a href="https:&#x2F;&#x2F;github.com&#x2F;CycloneDX&#x2F;transparency-exchange-api&#x2F;">https:&#x2F;&#x2F;github.com&#x2F;CycloneDX&#x2F;transparency-exchange-api&#x2F;</a>
BetterWhisper8 months ago
<a href="https:&#x2F;&#x2F;www.videototextai.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.videototextai.com&#x2F;</a> - an AI transcription, translation, chat with your video&#x2F;audio platform. We are very close to releasing an update where it is possible to caption any video in any language - perfect for making social media content.
Daniel_Van_Zant8 months ago
Gnosi: <a href="https:&#x2F;&#x2F;www.gnosi.ai&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.gnosi.ai&#x2F;</a> . Y You can auto-generate a constantly updated encyclopedia from a set of documents and conversations with an AI about those documents. Trying to make the process of having a Zettlkasten or personal notetaking system frictionless.
评论 #41690521 未加载
klawed8 months ago
<a href="http:&#x2F;&#x2F;slothulence.com&#x2F;" rel="nofollow">http:&#x2F;&#x2F;slothulence.com&#x2F;</a><p>Various slothy art and coding experiments - a 1 level melonjs sloth platformer, A vanilla js game with lots of animations and audio and mobile accelerometers usage using no JavaScript libraries- just html, css and js callong browser apis.
s3rius8 months ago
I&#x27;m building an async library for python called taskiq (<a href="https:&#x2F;&#x2F;taskiq-python.github.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;taskiq-python.github.io&#x2F;</a>). It allows you to easily setup RPC over distributed queues. Currently I&#x27;m trying to add a monitoring to see what tasks are being executed.
sim04ful8 months ago
Stack Frontend: NextJS, Tailwind, NextUI, Rust (via wasm-bindgen) hosted on Vercel<p>Backend: Rust, Axum server, LMDB hosted on Alwyzon, Cloudflare for CDN caching and SSL.<p><a href="https:&#x2F;&#x2F;www.arible.co" rel="nofollow">https:&#x2F;&#x2F;www.arible.co</a> A growing directory of useful productivity tools accessible without multiple subscriptions or registrations
joeevans10008 months ago
Patent trolling <a href="https:&#x2F;&#x2F;doesmyscreenwork.com" rel="nofollow">https:&#x2F;&#x2F;doesmyscreenwork.com</a>.
skeptrune8 months ago
I haven&#x27;t had much time, but I&#x27;ve been hacking on a CLI based blogging framework called rot.<p>I want it to be fully piloted via CLI for setup, deploys, and common actions like creating new posts. Bonus features would be random post, analytics, and view count routes built in.<p>Just having fun with it. I&#x27;m not sure if people beyond myself will want it.
eniwnenahg8 months ago
I started &quot;grilling&quot; on top of &quot;oven salt&quot; in my AEG&#x2F;Electrolix steam oven. I am working remote next to a mediterranean market and I put large shrimps and pilgrim mussels on the salt for 8 minutes at 225c. Also tested vegetables, fish and beef. I brush the fish with smoked olive oil from a small factory.
tobilg8 months ago
I‘m building <a href="https:&#x2F;&#x2F;sql-workbench.com" rel="nofollow">https:&#x2F;&#x2F;sql-workbench.com</a> in my spare time.<p>It‘s a SQL Workbench in the browser, based on DuckDB WASM. You can query remote and local datasources, such as CSV, JSON or Parquet files.<p>You can also visualize the results, and share the queries via URL. Let me know what you think!
评论 #41691498 未加载
mertbio8 months ago
Recently released a privacy-friendly translator app that works offline for macOS: <a href="https:&#x2F;&#x2F;apps.apple.com&#x2F;de&#x2F;app&#x2F;offline-translate-translator&#x2F;id6686403979?l=en-GB&amp;mt=12" rel="nofollow">https:&#x2F;&#x2F;apps.apple.com&#x2F;de&#x2F;app&#x2F;offline-translate-translator&#x2F;i...</a>
chown8 months ago
I am working on making using LLMs easy for everyone. Focus is to make users productive rather than having them configuring their environment to death. Wrote this app for my wife who, even as a smart software engineer, was getting overwhelmed with AI and LLMs.<p><a href="https:&#x2F;&#x2F;Msty.app" rel="nofollow">https:&#x2F;&#x2F;Msty.app</a>
评论 #41693611 未加载
hampowder8 months ago
Memrise closed down their community courses, so I&#x27;m trying to make a sustainable alternative. Giving users control over their learning for the future - Requires no backend, I can switch it off and users are fine - One time purchase, Users can pay once and use forever - No ads, No selling data<p>www.learnthewords.app
reducesuffering8 months ago
I&#x27;m working on a project to help people find the best place for them to live or move to (USA right now). You can filter based on 50+ metrics, compare side by side, and just look up random facts about all US counties and states currently.<p><a href="https:&#x2F;&#x2F;exoroad.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;exoroad.com&#x2F;</a>
评论 #41706151 未加载
Scarjit8 months ago
Im currently developing a larger scale 3D printer. My goal is to convert parts of my old Ender-V3 into a new CoreXY frame that can print up to 512x512x256mm (for comparison the P1 series from Bambulabs has 256x256x256mm), while keeping the costs under 500 Euro.<p>A full BOM and Tutorial will be released FOSS if i manage to finish it.
jankovicsandras8 months ago
Free and open source Okapi BM25 search for Postgresql implemented in PL&#x2F;pgSQL, so it works without extensions.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;jankovicsandras&#x2F;plpgsql_bm25">https:&#x2F;&#x2F;github.com&#x2F;jankovicsandras&#x2F;plpgsql_bm25</a><p>Might be useful in hosted&#x2F;cloud Postgres, where you can&#x27;t use Rust extensions.
mark3368 months ago
I&#x27;m working on a tech news summary site: <a href="https:&#x2F;&#x2F;asiaviewnews.com&#x2F;gigabots&#x2F;threads" rel="nofollow">https:&#x2F;&#x2F;asiaviewnews.com&#x2F;gigabots&#x2F;threads</a>. Its mainly tech news, but I also am putting tech news that is relevant to its stock. And will put some finance news.
Pannoniae8 months ago
I&#x27;ve been recently working on a Minecraft-like sandbox game at <a href="https:&#x2F;&#x2F;github.com&#x2F;Pannoniae&#x2F;BlockGame">https:&#x2F;&#x2F;github.com&#x2F;Pannoniae&#x2F;BlockGame</a>.<p>The tech stack is .NET and OpenGL.<p>Progress has been a bit slower than I wanted mostly because I&#x27;ve been sick but we&#x27;ll get to an MVP some day!
jasonlotito8 months ago
I&#x27;m working on the D&amp;D adventure I&#x27;ll be running next year at GenCon and play testing at PAX Unplugged. It&#x27;s based on Jacob&#x27;s Well, a Dungeon #43 adventure, but updated for 5E and updated in other ways.<p>I&#x27;m also planning on working on some TTRPG tooling that I want and releasing them to the web.
Gud8 months ago
I&#x27;m working on <a href="https:&#x2F;&#x2F;www.stonkys.com" rel="nofollow">https:&#x2F;&#x2F;www.stonkys.com</a>. Not really Slashdot, not really Hacker News. I always like programming and I was always curious about the world. I figured, why not make a tech&#x2F;politics website <i>I</i> would like to use?
thebestmoshe8 months ago
I’m working on a generic way of getting human input within any automated workflow.<p>The forms can be dynamically generated within the workflow, and then call back with the response.<p>The docs still need some work and I plan on adding some video demos, but here it is so far.<p><a href="https:&#x2F;&#x2F;humaninput.app" rel="nofollow">https:&#x2F;&#x2F;humaninput.app</a>
erellsworth8 months ago
I&#x27;m working on a shared bookmark manager called LinkPickle, mostly for my wife and I to send each other links. Think Linkwarden but pickle themed and not nearly as fleshed out.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;erellsworth&#x2F;linkpickle">https:&#x2F;&#x2F;github.com&#x2F;erellsworth&#x2F;linkpickle</a>
chr15m8 months ago
I&#x27;m working on an online drum machine for <a href="https:&#x2F;&#x2F;dopeloop.ai&#x2F;beat-maker" rel="nofollow">https:&#x2F;&#x2F;dopeloop.ai&#x2F;beat-maker</a> and the web version of a game called Asterogue <a href="https:&#x2F;&#x2F;asterogue.space" rel="nofollow">https:&#x2F;&#x2F;asterogue.space</a>
kogekar8 months ago
I&#x27;m building StartupLevels.com - a leaderboard for startups to get more exposure + a strong permanent &#x27;do-follow&#x27; backlink.<p>I got several ways to bring a ton of traffic to my site, which other founders&#x2F;startups can tap into!<p>It&#x27;s one of those weird but easy tool discovery platform, but tell me what you think :)
strawbrybanana8 months ago
I&#x27;m working on Briefy, an AI knowledge assistant consisting of powerful summarization tool and built-in knowledge base.<p>We&#x27;re looking at the marketing growth so far, and we want more solid feedback and suggests with the product itself. If you are interested, please contact me and I can offer you a discount!
dmichulke8 months ago
I&#x27;m working on an automated trading bot for crypto currencies in Clojure.<p>It&#x27;s running two different strategies, and basically break-even (slightly positive), though it should have annualized sharpe ratios of &gt;= 1.<p>Parameter space has 48 values, no machine-learning, a single-threaded backtest is &lt; 5s on my old laptop.
jjuliano8 months ago
Gitops orchestration tool to create manageable and predictable shell scripts in YAML. It uses shortest-path first graph to calculate the run-order based on its dependencies - <a href="https:&#x2F;&#x2F;github.com&#x2F;jjuliano&#x2F;runner">https:&#x2F;&#x2F;github.com&#x2F;jjuliano&#x2F;runner</a>
issung8 months ago
A community project to archive PlayStation 2 save game icon assets, and make them viewable&#x2F;downloadable for free in your browser! We&#x27;ve built a small community and are approaching the 20% archival mark :)<p><a href="https:&#x2F;&#x2F;ps2iodb.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;ps2iodb.com&#x2F;</a>
jamifsud8 months ago
Working on <a href="https:&#x2F;&#x2F;www.brief.news" rel="nofollow">https:&#x2F;&#x2F;www.brief.news</a> - a completely personalized daily newsletter on the topics you&#x27;re interested in. We&#x27;ve just launched the ability to add custom topics, so you can create a newsletter on anything now!
评论 #41690671 未加载
mlhpdx8 months ago
I’m working on figuring out what I will be working on.<p>Friday was my last day at my now previous employer and I’m looking at the wake of promising projects I’ve let lay idle. Do I want to seek funding and dive in full time on something? I think yes, but that’s going to be hard mode because I don’t fit the profile.
SuperEgoHealth8 months ago
We are currently building out a health and fitness AI platform with patient communities support and eventual clinical integration. Our vision is to massively increase accessibility for on-demand care.<p><a href="https:&#x2F;&#x2F;superego.health" rel="nofollow">https:&#x2F;&#x2F;superego.health</a>
vintagedave8 months ago
I’ve been building a copilot for an underserved language, and paused that in March with a little time since spent making a full language service: something where you can parse and resolve methods and types, and generally query for useful info. Perhaps it’s the root of a LSP server in future.
oxedom8 months ago
Recently got exicited about transforming my Tensorflow.js Parking mointoring application to a more general webapp that can do many things with Computer Vision, as well as upgrade from YOLO7.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;oxedom&#x2F;parker">https:&#x2F;&#x2F;github.com&#x2F;oxedom&#x2F;parker</a>
nullderef8 months ago
Building an app to use less your phone. There&#x27;s a lot to be done there, and brainstorming features is really fun. It&#x27;s pretty early but I wanna do it right this time. So I&#x27;m talking with designers and so on. But I&#x27;d like to remain VC free if possible :)
jawerty8 months ago
Im currently working on AI agents that control my chrome browser, I have a desktop app with a chat where it does various tasks for me like research&#x2F;posting on sm&#x2F;finding free ebooks for me. All using open source LLMs and custom code for the auto web scraping &#x2F; interactions.
评论 #41702645 未加载
ppnpm8 months ago
I am working on a web app that let&#x27;s you add various types of cards and edit them accordingly and are arranged in a bento UI pattern.<p>I have a few functional cards for now, note, social media, article, quote.<p><a href="https:&#x2F;&#x2F;cardboards.vercel.app" rel="nofollow">https:&#x2F;&#x2F;cardboards.vercel.app</a>
herol3oy8 months ago
I built Couchsurfing Roaster[0] inspired by GitHub Profile Roast[1]<p>[0]<a href="https:&#x2F;&#x2F;csroaster.lol" rel="nofollow">https:&#x2F;&#x2F;csroaster.lol</a> [1]<a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=41145517">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=41145517</a>
henning8 months ago
A stenography app that lets you type regularly on a QWERTY keyboard but also lets you do stenography when you hold down and release multiple keys at once. It&#x27;s intended to make it easier to use a computer and write code while using steno when typing English words than Plover does.
nerder928 months ago
We are building a SaaS enabled marketplace for Brazilian Jiu-Jitsu where people can find gyms and experiences to find new friends to have fun with!<p>If you are in Europe and do BJJ you will probably have hear about us (MAAT).<p>PS: of course we are hiring so feel free to send me an email at stefano_at_joinmaat.com
WillAdams8 months ago
(Still) working on an OpenPythonSCAD library for modeling 3D cutting with a CNC router:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;WillAdams&#x2F;gcodepreview">https:&#x2F;&#x2F;github.com&#x2F;WillAdams&#x2F;gcodepreview</a><p>Trying to re-write the whole thing in Python, but am stuck due to variable scope issues.
dsamarin8 months ago
I&#x27;m working on a to-do list and time management application that I prefer to keep secret for now. If anyone here is using an app like this, I would love to know what you would like to improve. And if you&#x27;re not using an app like this, I would love to know why not?
评论 #41694879 未加载
kbrecordzz8 months ago
Achieving compatibility with all web browsers &gt;2012-2014 and onwards (= those who support TLS 1.2 HTTPS and WebGL), for a 3D game.<p>Also, finding new inspirations for the game. I like how Minecraft uses vertical depth and how peaceful and stressless it is. Maybe I’ll get inspired by that.
skittleson7 months ago
Still tinkering with a bluetooth &quot;wall of sheep&quot; terminal app. <a href="https:&#x2F;&#x2F;github.com&#x2F;skittleson&#x2F;bluetooth-wos">https:&#x2F;&#x2F;github.com&#x2F;skittleson&#x2F;bluetooth-wos</a>
haxzie8 months ago
I&#x27;m building <a href="https:&#x2F;&#x2F;sequel.sh" rel="nofollow">https:&#x2F;&#x2F;sequel.sh</a> it&#x27;s an AI data analyst and text-sql interface which helps you query data, generate charts and analyse the data to give insights all without a single line of SQL.
Max-Ganz-II8 months ago
Building a set of replacement system tables for Amazon Redshift.<p>Not out yet, but the GitHub page is here, and will point to them in due course.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;MaxGanzII&#x2F;redshift-observatory.ch">https:&#x2F;&#x2F;github.com&#x2F;MaxGanzII&#x2F;redshift-observatory.ch</a>
kizunajp8 months ago
After a long break, I&#x27;m working on writing about Japan things I find interesting: <a href="https:&#x2F;&#x2F;onefromnippon.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;onefromnippon.com&#x2F;</a><p>I&#x27;m hoping Japanese vending machines will be an interesting topic for the next post.
评论 #41692258 未加载
Dachande6638 months ago
Working on my first foray into DML-based speakers. Low expectations, but more enjoying the fun of learning a new domain (and it’s a distraction from building garden furniture). Got various exciters, panel types, mount ideas ready, just taking the time out of the evenings.
评论 #41690650 未加载
984690568 months ago
I&#x27;m working on an anonymous chat site <a href="https:&#x2F;&#x2F;voidchat.org" rel="nofollow">https:&#x2F;&#x2F;voidchat.org</a> with the backend written entirely in C++. The only dependencies are libpq and uWebSockets, everything else is built from scratch
_neil8 months ago
A real-time interface for my Fantasy Premier League… league. It calculates point totals up to the minute, which the official app lacks for some reason (can take hours for final point tallies).<p>It’s mostly an excuse to play with data processing with duckdb, remote APIs, and Pocketbase.
flir8 months ago
I&#x27;m just dipping my toe into the Typescript water, with a rehype plugin that helps me turn markdown into &lt;figure&gt;&lt;img&gt;&lt;figcaption&gt;&lt;&#x2F;figcaption&gt;&lt;&#x2F;figure&gt; HTML.<p>The code&#x27;s done, the yak shaving of packaging it as an npm module continues.
BadGeekChris138 months ago
I am currently working on interpretation of LLM. How to we construct the structure of LLM. I am also interested in the local deployment of LLM, offline version of ChatGPT. How to we use RAG to improve not only the accuracy but also the richness expression of LLM.
BadGeekChris8 months ago
I am currently working on interpretation of LLM. How to we construct the structure of LLM. I am also interested in the local deployment of LLM, offline version of ChatGPT. How to we use RAG to improve not only the accuracy but also the richness expression of LLM.
minajevs8 months ago
Still working on <a href="https:&#x2F;&#x2F;evy.app&#x2F;" rel="nofollow">https:&#x2F;&#x2F;evy.app&#x2F;</a> - app for collectors, both professional and casual, to help them keep track of their items.<p>In short, it is an asset management system tailored specifically for collectors.
h4kor8 months ago
I&#x27;m working on my dungeon planning tool for tabletop games.<p>Currently I&#x27;m implementing the export of a player map that can be partially revealed.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;H4kor&#x2F;dungeon-planner">https:&#x2F;&#x2F;github.com&#x2F;H4kor&#x2F;dungeon-planner</a>
评论 #41694275 未加载
wenbin8 months ago
Still working on ListenNotes.com and PodcastAPI.com —it’s been a 7-year journey so far.<p>When I was younger, I admired those who could build 12 startups in 12 months. Now, I have more respect for the ones who stick with the same project for years (or even decades) :)
yunusefendi528 months ago
I am working on inactivity notification it&#x27;s called EchoMe. You open&#x2F;curl the echome endpoint to reset the timer.<p>You can send notification to email or webhook.<p>Try here <a href="https:&#x2F;&#x2F;echome.lhf.my.id" rel="nofollow">https:&#x2F;&#x2F;echome.lhf.my.id</a>
dmuth8 months ago
I wrote my first ever TamperMonkey script, to add some tools to a Facebook group that I moderate:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;dmuth&#x2F;facebook-javascript-toolbox">https:&#x2F;&#x2F;github.com&#x2F;dmuth&#x2F;facebook-javascript-toolbox</a>
balaji_raghavan8 months ago
A browser based no frills TODO list for managing and sharing multiple lists without having to login or sign up: <a href="https:&#x2F;&#x2F;www.computedigit.com&#x2F;list.html" rel="nofollow">https:&#x2F;&#x2F;www.computedigit.com&#x2F;list.html</a>
jaronilan8 months ago
Just finished a third short story.<p>It is about SEO: <a href="https:&#x2F;&#x2F;github.com&#x2F;jaronilan&#x2F;stories&#x2F;blob&#x2F;main&#x2F;Duplicitous.pdf">https:&#x2F;&#x2F;github.com&#x2F;jaronilan&#x2F;stories&#x2F;blob&#x2F;main&#x2F;Duplicitous.p...</a>
kelseyfrog8 months ago
Prototyping a reactive UI library using DataScript[1] as the db and LWJGL as the rendering layer. I just want to see what happens.<p>1. <a href="https:&#x2F;&#x2F;github.com&#x2F;tonsky&#x2F;datascript">https:&#x2F;&#x2F;github.com&#x2F;tonsky&#x2F;datascript</a>
Procrastes8 months ago
New for me, I guess:<p>- Doing a massive tech modernization for a global nonprofit.<p>-Ghostwriting educational email courses for agTech founders who want to convert more customers or investors.<p>- IF I&#x27;m good and get my chores done, I may let myself build a better way to apply for agTech grants.
asdev8 months ago
I recently built a Chrome extension that helps you summarize the comments on HackerNews posts using AI: <a href="https:&#x2F;&#x2F;github.com&#x2F;built-by-as&#x2F;FastDigest">https:&#x2F;&#x2F;github.com&#x2F;built-by-as&#x2F;FastDigest</a>
nextcaller8 months ago
Making a tab manager for powah usahs<p><a href="https:&#x2F;&#x2F;addons.mozilla.org&#x2F;en-US&#x2F;firefox&#x2F;addon&#x2F;grasshopper-urls&#x2F;" rel="nofollow">https:&#x2F;&#x2F;addons.mozilla.org&#x2F;en-US&#x2F;firefox&#x2F;addon&#x2F;grasshopper-u...</a>
jsemrau8 months ago
I am getting obsessed with knowing everything about autonomous AI Agents and write about my journey on my substack. <a href="https:&#x2F;&#x2F;jdsemrau.substack.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;jdsemrau.substack.com&#x2F;</a>
breck8 months ago
A non-toxic, intelligent, trustworthy successor to the web that works offline, called The World Wide Scroll. <a href="https:&#x2F;&#x2F;wws.scroll.pub&#x2F;readme.html" rel="nofollow">https:&#x2F;&#x2F;wws.scroll.pub&#x2F;readme.html</a>
评论 #41692003 未加载
评论 #41691947 未加载
seangransee8 months ago
I&#x27;m building an infinite realtime canvas for people all over the world to collaborate on pixel art. Not a business by any means, just pure fun!<p><a href="https:&#x2F;&#x2F;everyonedraw.com" rel="nofollow">https:&#x2F;&#x2F;everyonedraw.com</a>
bizzyskillet8 months ago
A sort of &quot;Aquarium Trampoline&quot;! I&#x27;m securing LED ropes to my trampoline walls in the shapes of various sea creatures, and they light up cleverly depending on accelerometer readings on the canvas. No pics yet sorry!
BlackAngus18 months ago
I am working on an Open-Source CLI tool for displaying DataBases fast via CLI. It is called PeepDB: <a href="https:&#x2F;&#x2F;github.com&#x2F;PeepDB-dev&#x2F;peepdb">https:&#x2F;&#x2F;github.com&#x2F;PeepDB-dev&#x2F;peepdb</a>
e-clinton8 months ago
Namebrand-Check, a browser extension to help me sort out BS brands on Amazon from legitimate ones. This is something I struggle with regularly. Unless you know the category real well, you may miss that KEEN is a great brand for durable shoes for kids, or example.<p>Using an LLM to do the brand ranking with great results so far. <a href="https:&#x2F;&#x2F;chromewebstore.google.com&#x2F;detail&#x2F;namebrand-check-for" rel="nofollow">https:&#x2F;&#x2F;chromewebstore.google.com&#x2F;detail&#x2F;namebrand-check-for</a>...
matvp8 months ago
I&#x27;m building a video API suite [0] in my free time, from transcode to package to player. The full shebang!<p>[0]: <a href="https:&#x2F;&#x2F;github.com&#x2F;matvp91&#x2F;mixwave">https:&#x2F;&#x2F;github.com&#x2F;matvp91&#x2F;mixwave</a>
dools8 months ago
Platform upgrades that will allow me greater control over billing, and automated provisioning, for BenkoPhone <a href="https:&#x2F;&#x2F;www.benkophone.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.benkophone.com&#x2F;</a>
Yoric8 months ago
A toy compiler for analog quantum architectures.<p>Also, on my spare time, a tabletop role-playing game.
joshuaheard8 months ago
I&#x27;m developing a scuba diving app for the Apple Watch Ultra. It&#x27;s an algorithm and graphical user interface that provides critical real-time information to recreational scuba divers while scuba diving. (Nautosys.com)
cdx1018 months ago
I&#x27;ve started a project to port the IOIO-OTG firmware to the teensy 4.0 board <a href="https:&#x2F;&#x2F;github.com&#x2F;chrisws&#x2F;Teensy4IoIoOtg">https:&#x2F;&#x2F;github.com&#x2F;chrisws&#x2F;Teensy4IoIoOtg</a>
sahillavingia8 months ago
Shortest.com - AI writing my test suite for me, so I can focus on shipping features
dejv8 months ago
I am playing with LK (little kernel) with aim to replicate some functionality of Fuchsia OS, just much simplier and lighweight.<p>I do miss something that is more interactive than Arduino or RTOSes, but not as heavy as having to run Linux.
zeugmata98 months ago
Made a simple word game: <a href="https:&#x2F;&#x2F;wordwheel-pied.vercel.app&#x2F;" rel="nofollow">https:&#x2F;&#x2F;wordwheel-pied.vercel.app&#x2F;</a><p>And went to a fun climate-themed hackathon, would like to make that a regular thing.
lukaqq8 months ago
<a href="https:&#x2F;&#x2F;chillin.online" rel="nofollow">https:&#x2F;&#x2F;chillin.online</a>, Next-Gen AI Video &amp; Motion Editor, no watermark, faster than competitors such as Veed, Clipchamp, Capcut, mobile support
Kafilsaleem8 months ago
I am building a vendor management platform for startups that puts collaboration first. New approach compared to traditional procurement. Https:&#x2F;&#x2F;zapro.ai. Check it out and let me know what you think.
atif0898 months ago
<a href="https:&#x2F;&#x2F;www.voyago.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.voyago.io&#x2F;</a> is a social travel discovery platform that matches your interests with your friends for perfect recommendations
thevivekshukla8 months ago
I am working on <a href="https:&#x2F;&#x2F;daemonstack.com" rel="nofollow">https:&#x2F;&#x2F;daemonstack.com</a>, it&#x27;s a platform that lets you run batch jobs on any cloud provider or on your own hardware.
kebsup8 months ago
Working on a language learning app, with spaced-repetition, sentences, audio and an image generated for literally every word in a language.<p><a href="https:&#x2F;&#x2F;vocabuo.com" rel="nofollow">https:&#x2F;&#x2F;vocabuo.com</a>
mjomaa8 months ago
Working on <a href="https:&#x2F;&#x2F;achromatic.dev" rel="nofollow">https:&#x2F;&#x2F;achromatic.dev</a> - Next.js 15 SaaS boilerplate focused on web app functionality.<p>Just added MFA via authenticator apps + recovery codes today.
polymonster8 months ago
<a href="https:&#x2F;&#x2F;github.com&#x2F;polymonster&#x2F;diig">https:&#x2F;&#x2F;github.com&#x2F;polymonster&#x2F;diig</a><p>A music digging app for record collectors, with instagram style feed for listening to new vinyl snippets
some_furry8 months ago
I&#x27;m gonna buck the trend a bit:<p>I&#x27;m not working on anything. I&#x27;m resting.<p>I&#x27;ll resume my previous projects in due time, but for the next few days, I only have my employer&#x27;s problems to deal with, and have none of my own.
vyrotek8 months ago
Building some prototypes of games with Godot. Mostly enjoying it.<p>A few gripes with the GDScript language though. Might switch back to C#.<p><a href="https:&#x2F;&#x2F;godotengine.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;godotengine.org&#x2F;</a>
评论 #41693923 未加载
评论 #41691491 未加载
greenie_beans8 months ago
taking one last editing pass on a novel, gotta get some folks to read it this week.<p>also, bookhead - inventory and e-commerce software for booksellers: <a href="https:&#x2F;&#x2F;www.bookhead.net&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.bookhead.net&#x2F;</a><p>just finished an mvp. gonna try to find some users during the next month. email me at sam@bookhead.net if you wanna be a beta user. you can list those old books you&#x27;ve always thought about selling! just add the book to the inventory and it&#x27;ll be listed on ebay, biblio, and your bookstore&#x27;s custom e-commerce website.
marpstar8 months ago
I&#x27;m working on a system to help guitar&#x2F;instrument shops post their products (by way of importing listings from Reverb.com) on social media to increase visibility to drive sales and followers.
Ken_At_EM8 months ago
Teaching myself CNNs&#x2F;Machine Learning&#x2F;ML Pipelines and getting familiar with the AI tool ecosystem so my team and I can put our commercially successful wireless telemetry receivers into overdrive.
pythonbrad8 months ago
Working on Afrim a library to facilitate the development of an input method engine. <a href="https:&#x2F;&#x2F;github.com&#x2F;fodydev&#x2F;afrim">https:&#x2F;&#x2F;github.com&#x2F;fodydev&#x2F;afrim</a>
lylo8 months ago
Feedgrab. A free RSS reader (web and mobile via PWA) that makes feed and content discovery a breeze. <a href="https:&#x2F;&#x2F;feedgrab.net" rel="nofollow">https:&#x2F;&#x2F;feedgrab.net</a>.
chirau8 months ago
I am aggregating real estate listings across all African countries and standardizing them into one MLS and API. No front-end yet, but that will be the next step. Still finding sources for some countries
bilater8 months ago
React Email Generator: <a href="https:&#x2F;&#x2F;reactemailgenerator.vercel.app" rel="nofollow">https:&#x2F;&#x2F;reactemailgenerator.vercel.app</a><p>Just write a prompt and get the perfect email template for your use case.
JKCalhoun8 months ago
Rewriting my &quot;UHF&quot; app — a personal TV channel that plays video content I have on a hard drive to a schedule.<p>Also beginning to build a piece of furniture for &quot;The Lab&quot; (man-cave?).
rsktaker8 months ago
I&#x27;m working on a private social media app for (me and my) friends who workout together. Making a beta version of the app with flutterflow (low-code, bit buggy) to see if it is what I think it is.
justEgan8 months ago
With the rich cafe&#x2F;coffee culture in Indonesia, I decided to create a map directory focused specifically in showing cafes.<p><a href="https:&#x2F;&#x2F;kopimap.com" rel="nofollow">https:&#x2F;&#x2F;kopimap.com</a>
RikNieu8 months ago
Started experimenting with Loras and AI image generation and had so much fun I created another profile pic generator<p><a href="https:&#x2F;&#x2F;dreamersgaze.com" rel="nofollow">https:&#x2F;&#x2F;dreamersgaze.com</a>
eismcc8 months ago
Working on WaddleML, and open source variant of weights and balances that uses DuckDb.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;briangu&#x2F;waddleml">https:&#x2F;&#x2F;github.com&#x2F;briangu&#x2F;waddleml</a>
pwatsonwailes8 months ago
Building a narrative interactive novel&#x2F;RPG thing. Wrapping music composition this week, writing about half done, game engine built, art finishing around Christmas.<p>Aiming to launch next summer, with various media.
totemandtoken8 months ago
Just trying to get my personal site up and going: <a href="https:&#x2F;&#x2F;nassharaf.github.io&#x2F;ideasthete&#x2F;" rel="nofollow">https:&#x2F;&#x2F;nassharaf.github.io&#x2F;ideasthete&#x2F;</a>
评论 #41690669 未加载
strzibny8 months ago
I am working on second edition of Kamal Handbook targeting Kamal 2.0.<p><a href="https:&#x2F;&#x2F;kamalmanual.com&#x2F;handbook&#x2F;" rel="nofollow">https:&#x2F;&#x2F;kamalmanual.com&#x2F;handbook&#x2F;</a>
评论 #41701045 未加载
threatofrain8 months ago
I&#x27;ve been working on drone fleet control software from scratch, could definitely use some help. Right now I&#x27;m looking for algos that optimizes for long straightaways for pathfinding.
评论 #41691962 未加载
justanothersys8 months ago
i&#x27;m writing <a href="https:&#x2F;&#x2F;aesthetic.computer" rel="nofollow">https:&#x2F;&#x2F;aesthetic.computer</a> which is a &#x27;social computer&#x27; designed as a more open and integrated alternative to existing kids media networks like roblox and tiktok<p>recently discussed here on hn: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=41526754">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=41526754</a><p>and i&#x27;m currently seeking funding to support another year of development (just enter the command &#x27;bb&#x27;)
xixixao8 months ago
I’m working on a replacement for file coreutils (touch, cp, mv, rm) which prompt before deleting by default and have a more sane api overall. Intended for interactive use on the CLI. In Rust.
MVissers8 months ago
An evolutions simulator where both plants and animals can evolve both their behavior and morphology.<p>This month I’m focussed on plants and I think I’ve had a breakthrough that could be worth publishing.<p>But just a hobby.
zubairq8 months ago
<a href="https:&#x2F;&#x2F;github.com&#x2F;yazz&#x2F;VisualJS">https:&#x2F;&#x2F;github.com&#x2F;yazz&#x2F;VisualJS</a> - VisualJS, a VB style programming language but with Javascript
cranberryturkey8 months ago
- torrent search at <a href="https:&#x2F;&#x2F;quzo.org" rel="nofollow">https:&#x2F;&#x2F;quzo.org</a><p>- media platform at <a href="https:&#x2F;&#x2F;zymo.tv" rel="nofollow">https:&#x2F;&#x2F;zymo.tv</a>
montyanderson8 months ago
Single-file vector database in C. Lots of work to do!<p><a href="https:&#x2F;&#x2F;montyanderson.net&#x2F;projects&#x2F;vecdb" rel="nofollow">https:&#x2F;&#x2F;montyanderson.net&#x2F;projects&#x2F;vecdb</a>
testmasterflex8 months ago
Next version of bathroom privacy device <a href="https:&#x2F;&#x2F;Loodio.com" rel="nofollow">https:&#x2F;&#x2F;Loodio.com</a> which is battery operated, smaller, more powerful sound.
评论 #41695392 未加载
PTbeast8 months ago
I&#x27;m working on a Linux based os written in rust for the stm32f4
评论 #41694107 未加载
darthrupert8 months ago
I&#x27;m working on a concept of a declarative configuration system for Arch Linux. My goal is to get the best 90% of what NixOS provides but with archian simplicity.<p>Influences: decman, Nix, Guix
gigapotential8 months ago
Building Serverless VPN, among the most recent work is an open source iOS app: <a href="https:&#x2F;&#x2F;UpVPN.app&#x2F;ios" rel="nofollow">https:&#x2F;&#x2F;UpVPN.app&#x2F;ios</a>
评论 #41696145 未加载
carbonimpact8 months ago
Working on <a href="https:&#x2F;&#x2F;carbonimpacthq.com" rel="nofollow">https:&#x2F;&#x2F;carbonimpacthq.com</a><p>We are building out the Vanta equivalent for sustainability and climate disclosures.
lokimedes8 months ago
I’m building a private AI computer, designed to handle confidential data and ensure privacy. We call it Lakoy, and are looking for meaningful ways to include collaborators.
atlgator8 months ago
Just a Sunday project but there’s a limited release product dropping in October. One of the online retailers uses Shopify, so I wrote a bot to alert me when it comes in stock.
pythops8 months ago
Working on oryx: A TUI for sniffing network traffic using eBPF on Linux<p><a href="https:&#x2F;&#x2F;github.com&#x2F;pythops&#x2F;oryx">https:&#x2F;&#x2F;github.com&#x2F;pythops&#x2F;oryx</a>
cynicalpeace8 months ago
I have my side project: <a href="https:&#x2F;&#x2F;www.vidwiz.ai" rel="nofollow">https:&#x2F;&#x2F;www.vidwiz.ai</a><p>Think &quot;Cursor, for videos&quot;<p>Very crowded space, but it&#x27;s been fun making it!
kper13378 months ago
I am working on my master thesis. My research group has developed an architecture description language and I am generating a LLVM compiler from this specification.
neverartful8 months ago
Working on a data exploration and visualization tool for SQLite. Some of the features include: ER diagram, browse table data, charting (bar, column, line, pie, scatter).
cosmez8 months ago
Avalonia version of my terminal Redis client <a href="https:&#x2F;&#x2F;github.com&#x2F;cosmez&#x2F;RedisMan">https:&#x2F;&#x2F;github.com&#x2F;cosmez&#x2F;RedisMan</a>
mappu8 months ago
I&#x27;ve been doing a new Qt Widgets binding for Go - <a href="https:&#x2F;&#x2F;github.com&#x2F;mappu&#x2F;miqt">https:&#x2F;&#x2F;github.com&#x2F;mappu&#x2F;miqt</a>
cornfieldlabs8 months ago
I am working an Instagram reel downloader savreel(.) app to learn SEO. I have gotten 37 clicks so for in the last month organically. I am on Twitter as @cornfieldlabs
评论 #41692436 未加载
chaibiker8 months ago
Working on eliminating the health vs. desk work tradeoff: <a href="https:&#x2F;&#x2F;www.movably.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.movably.com&#x2F;</a>
darkhorse138 months ago
I&#x27;ve been building <a href="https:&#x2F;&#x2F;blocks.md" rel="nofollow">https:&#x2F;&#x2F;blocks.md</a>, which lets you turn Markdown-like text into forms.
vinay_ys8 months ago
&gt; For example, if you love football, and you&#x27;re good enough at it, you can get paid a lot to play it.<p>good enough doesn&#x27;t get you paid enough to cover your injuries.
pierrebarre8 months ago
I am working on <a href="https:&#x2F;&#x2F;www.merklemap.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.merklemap.com&#x2F;</a> A subdomain &#x2F; CT search engine.
评论 #41701574 未加载
samelawrence8 months ago
Teaching myself React for the first time. It&#x27;s not easy to learn WebDev in today&#x27;s complexity environment, but at least I have Chat GPT as a tutor.
Instantnoodl8 months ago
Thermal Printer as D&amp;D &#x2F; TTRPG utility: <a href="https:&#x2F;&#x2F;github.com&#x2F;BigJk&#x2F;snd">https:&#x2F;&#x2F;github.com&#x2F;BigJk&#x2F;snd</a>
wanderingmind8 months ago
I&#x27;m learning to deweed our lawn space. Its strange feel to have visual proof of what happens when you neglect your responsibilities even for a short time.
评论 #41691824 未加载
ozzydave8 months ago
A couple of little Apple Watch apps - a drinks counter that calculates approx BAC, and a timer for stretching that gives a 5s pause between stretches.
dogtorwoof8 months ago
I wish I was working on something. How is it that I can’t think of anything? My mind goes blank. Maybe it’s a side effect of being burnt out from my job.
评论 #41694244 未加载
exfildotcloud8 months ago
<a href="https:&#x2F;&#x2F;exfilcloud.com" rel="nofollow">https:&#x2F;&#x2F;exfilcloud.com</a> was me playing with E2E encryption without authentication.
Luctst8 months ago
I’m actually working on an IOS app who estimates if a parking space is available or not in Paris because finding parking in Paris is such a journey.
nurbo8 months ago
<a href="https:&#x2F;&#x2F;blog.faangshui.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;blog.faangshui.com&#x2F;</a><p>Helping folks prepare for their coding interviews.
tdba8 months ago
A new kind of document editor which blends features of word processor and jupyter notebook. Email me (see bio) if you want to try it out.
devgodev8 months ago
Working on DRAAS AI. Data analysis for geolocation compliance.<p><a href="https:&#x2F;&#x2F;www.draas.ai" rel="nofollow">https:&#x2F;&#x2F;www.draas.ai</a>
m1aw8 months ago
I&#x27;m working on this food logging app &#x2F; personal health dashboard that I&#x27;m building for myself.<p>I was asked to log my food by a dietician I&#x27;m working with, because I was constantly feeling hunger after cycling training.<p>But all the solution out there were quite complex to input data, and I just want to write down plain text with some additional markup and be able to generate some graphs and recognize some patterns out it.<p>Decided to do it T3 and throw in all those weird technologies just to see what&#x27;s out there.
weddingbell8 months ago
I&#x27;m waiting for my company&#x27;s layoff...
jbuild8 months ago
Fast Trade<p>A homegrown algorithmic trading suite.<p><a href="https:&#x2F;&#x2F;www.fasttrade.dev&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.fasttrade.dev&#x2F;</a>
koskeller8 months ago
Working on book summaries product - <a href="https:&#x2F;&#x2F;brieflane.com" rel="nofollow">https:&#x2F;&#x2F;brieflane.com</a>
评论 #41696324 未加载
brynet8 months ago
Making rent.<p><a href="https:&#x2F;&#x2F;brynet.ca&#x2F;wallofpizza.html" rel="nofollow">https:&#x2F;&#x2F;brynet.ca&#x2F;wallofpizza.html</a>
the__alchemist8 months ago
I&#x27;m working on my plasmid editing software. (PlasCAD). Slow roll! Adding features to make cloning more intuitive.
kamalkishor19918 months ago
<a href="https:&#x2F;&#x2F;diagramix.ai" rel="nofollow">https:&#x2F;&#x2F;diagramix.ai</a> A diagramming tool using AI
achristmascarl8 months ago
added support for mysql and sqlite (in addition to postgres) to rainfrog, a database management tui: <a href="https:&#x2F;&#x2F;github.com&#x2F;achristmascarl&#x2F;rainfrog">https:&#x2F;&#x2F;github.com&#x2F;achristmascarl&#x2F;rainfrog</a><p>they haven&#x27;t been tested as extensively as postgres though so are still considered unstable!
wkirby8 months ago
I’d like to drop some cool tech thing, but mostly just working on balancing running our company and being a new dad.
terrib1e8 months ago
A scavenger hunting app for couples. I have it working but I&#x27;m trying to figure out the gamification aspect.
mips_avatar8 months ago
I am trying to use a decoder encoder to generate rift transforms for delta compression of binary file updates.
Ken_At_EM8 months ago
Teaching myself CNNs&#x2F;Machine Learning to put our wireless telemetry receiving capability into overdrive.
actinium2268 months ago
I&#x27;m trying to create a space startup in NYC.<p>Right now my main idea is an orbital transfer vehicle powered by solar sails
nicwolff8 months ago
Building a contextual ad-targeting engine to replace Grapeshot which Oracle is shuttering, uh, tomorrow.
thom8 months ago
Writing a screenplay about the Peace of Philocrates, the entire history of which is somewhat hilarious.
weworkjs8 months ago
i&#x27;ve started this sideproject weworkjs[0], which categorize comments on the WhoisHiring thread by location, roles, technologies, and summarizing them.<p>[0] <a href="https:&#x2F;&#x2F;weworkjs.com&#x2F;about" rel="nofollow">https:&#x2F;&#x2F;weworkjs.com&#x2F;about</a>
dmitrygr8 months ago
Designing a CPU out of vacuum tubes
评论 #41692273 未加载
ap110718 months ago
I&#x27;m working on yet another AI-powered app (shocking, I know). It&#x27;s a basic command-line interface (CLI) flashcard tool that uses GPT-4 to grade answers and help you learn based on how far your response is from the correct answer. You can check it out here: [AnkiCLI](<a href="https:&#x2F;&#x2F;github.com&#x2F;johnny1011&#x2F;AnkiCLI">https:&#x2F;&#x2F;github.com&#x2F;johnny1011&#x2F;AnkiCLI</a>). It&#x27;s pretty barebones—just Python and the OpenAI API. Nothing groundbreaking. If anyone has thoughts on how to make this marginally less useless, I&#x27;m all ears.
jcun41288 months ago
Kind of stopped writing code for a while. Been a few months.<p>Going back to the basics... a ToDo app
SLKerrigan8 months ago
I&#x27;m building android app for Teenage Engineering OP-1 (original) backups
uhtred8 months ago
Something soul crushingly dull and unimportant - but the money is good!
lynx238 months ago
A tetris-clone for refreshable braille displays using Cosmopolitan Libc.
franze8 months ago
working on a workshop on how to work AI first<p>part of the exercises is coding a game using prompts only<p>this was the outcome<p><a href="https:&#x2F;&#x2F;emoji-chop.franzai.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;emoji-chop.franzai.com&#x2F;</a>
CuriouslyC8 months ago
I&#x27;m working on an AI outlining tool in preparation for NaNoWriMo.
Conez8 months ago
I build personal data portfolio app in Internet Computer protocol)
purple-leafy8 months ago
- browser extension development framework from scratch<p>- doing a few SQL courses<p>- NAND to Tetris<p>- Graphical programming
atum478 months ago
Trying to mimic mode 7 (Mario kart graphics) using canvas and JavaScript.<p>It is fun.
kinderjaje7 months ago
Yeah, it’s a bit late since it’s already October, but I’m working on a few areas. One is digging deep into AI and how to integrate it with web automation, especially with the tool I’ve been building for a couple of years, <a href="https:&#x2F;&#x2F;automatio.ai" rel="nofollow">https:&#x2F;&#x2F;automatio.ai</a>.<p>We’re focusing on improving multi-threading, releasing smaller packages, and working on documentation. A lot of effort also went into content creation and boosting the site’s domain authority and backlinks.
ziofill8 months ago
I’m taking a crack at ARC-AGI. Very curious to see where I land.
pdyc8 months ago
csv viewer with charts <a href="https:&#x2F;&#x2F;newbeelearn.com&#x2F;tools&#x2F;csvonline" rel="nofollow">https:&#x2F;&#x2F;newbeelearn.com&#x2F;tools&#x2F;csvonline</a>
kebokyo8 months ago
I&#x27;ve mostly been focusing on school right now, but my website <a href="https:&#x2F;&#x2F;eleboog.com" rel="nofollow">https:&#x2F;&#x2F;eleboog.com</a> has needed some more content for, uh, months lmao. So I&#x27;ll probably try to make some new posts for it. Some topic ideas include Geminispace &amp; cool ways people have made web apps with Gemini &amp; related protocols, my tiny prose journal and how it&#x27;s helped me with my mental health, and (of course) the random features I&#x27;ve added to my site over the past half-year and how I feel about them right now.<p>I know it ain&#x27;t as exciting as y&#x27;all with your startups and open source softwares but I&#x27;m just a shmuck stuck in a CS degree that is guaranteed to leave me flipping burgers for a few years until the industry realizes hiring people is actually a good thing... I&#x27;m taking things as I go to build out my portfolio and hopefully work towards making my own open source apps that can hopefully land me a gig or two in the future.
rixed8 months ago
Finishing a web map widget suitable for geo-data visualization.
nomad868 months ago
I&#x27;m building a hotel reservation system on tripoffice.com
solresol8 months ago
Writing up a paper for my PhD on machine learning with non-Euclidean loss functions.<p>Taking over the affairs of one of my elderly relatives now that she can&#x27;t manage by herself.<p>A project with a medical insurer for adjudicating insurance claims using LLMs.
compootr8 months ago
Something with a very fun exploit on almost all domains :)
notnmeyer8 months ago
a task runner&#x2F;build tool thing, <a href="https:&#x2F;&#x2F;github.com&#x2F;notnmeyer&#x2F;tsk">https:&#x2F;&#x2F;github.com&#x2F;notnmeyer&#x2F;tsk</a>
kylecazar8 months ago
I&#x27;m just starting a project to automate XBRL tagging
35mm8 months ago
A tool to help you find content on your website that is outdated or could be made more complete to help rank higher on Google:<p><a href="https:&#x2F;&#x2F;refreshagent.com" rel="nofollow">https:&#x2F;&#x2F;refreshagent.com</a>
gnuser8 months ago
Taking my metaverse&#x2F;game to alpha and crowdfunding.
vednig8 months ago
End to End Encrypted Personal Cloud - cloud.doshare.me
douge18 months ago
Quant finance alpha forecasting with alt data and LLMs
评论 #41692857 未加载
joshdavham8 months ago
Just finished a python package for a &#x27;readability&#x27; calculator for Japanese: <a href="https:&#x2F;&#x2F;github.com&#x2F;joshdavham&#x2F;jreadability">https:&#x2F;&#x2F;github.com&#x2F;joshdavham&#x2F;jreadability</a><p>Not the most impressive project, but hey, some of my friends found it cool!
devilzhong8 months ago
AI agent for debt collection in supply chain
hamandcheese8 months ago
I am working on (yet another?) DuckDB gui, with an emphasis on devops-y&#x2F;back office workflows.<p>I want to join data from AWS with other sources and present a nice data-table UI, and perhaps allow taking some basic actions on a row, defining some filters, etc.<p>Have you ever tried to copy-paste data out of the AWS console? Truly a terrible experience.
maytc8 months ago
A tool to auto-translate images and PDFs.
cmenge8 months ago
Built yet another AI photographer site, <a href="https:&#x2F;&#x2F;www.photovortex.com" rel="nofollow">https:&#x2F;&#x2F;www.photovortex.com</a><p>Crowded space, but I have a couple of fun ideas I want to try and dabble more in the marketing + sales aspect of things, plus it&#x27;s super fun to build
MailleQuiMaille8 months ago
My book. Halfway to the first draft !
b88 months ago
Getting a job in cybersecurity again.
评论 #41691986 未加载
habosa8 months ago
Lately I&#x27;ve been working on GitGuard (<a href="https:&#x2F;&#x2F;gitguard.dev&#x2F;" rel="nofollow">https:&#x2F;&#x2F;gitguard.dev&#x2F;</a>) which is a flexible way to write approval rules &#x2F; workflows for your GitHub PRs. Think GitHub&#x27;s branch protections but with the power of a toy programming language.<p>Also my long-term project (4 years or so) has been CodeApprove (<a href="https:&#x2F;&#x2F;codeapprove.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;codeapprove.com&#x2F;</a>) which is a much better code review UI for teams on GitHub.<p>So, yeah, I am pretty into making GitHub better for teams!
FORTNITEMASTER8 months ago
Can you make a website that can block the blocker app for the board of ed and can you also unblock webs with blocked webs on them?
marvinblum8 months ago
I&#x27;m working on our privacy-friendly and GDPR compliant web analytics tool Pirsch Analytics (pirsch.io) :)<p>I&#x27;ve been doing this for 3 1&#x2F;2 years now and I&#x27;m still super motivated, especially because it&#x27;s challenging from a technical point of view, and very rewarding (I live off it now). We just released a major update, making funnels more flexible and easy to use. One of our goals is to make analytics easy to understand also for non-marketeers.
adaisadais8 months ago
Building in the college NIL space.
评论 #41692112 未加载
bbourn8 months ago
AI for Electronics; www.zenode.ai
terrib1e8 months ago
A scavenger hunt app for couples
评论 #41727102 未加载
ramshanker8 months ago
Mission Vishwakarma 2035.
martinrue8 months ago
I&#x27;m working on a language learning web app (very cool to see several others here too) which <i>gasp</i> does not use AI! It mixes the form of a book and experience of an app, and provides small guides to the basics of languages. Currently only Vietnamese and Esperanto: <a href="https:&#x2F;&#x2F;yakk.app" rel="nofollow">https:&#x2F;&#x2F;yakk.app</a>
makowskid7 months ago
For the last couple of months, I&#x27;m working on <a href="https:&#x2F;&#x2F;SharpAPI.com" rel="nofollow">https:&#x2F;&#x2F;SharpAPI.com</a>.<p>SharpAPI is an AI-powered API platform designed to automate and optimize workflows across various industries, including E-Commerce, Marketing, Content Management, HR Tech, Travel, and more. By leveraging AI , SharpAPI offers a comprehensive suite of tools that streamline complex tasks, enabling businesses to operate more efficiently and effectively.<p>What Problems Does It Solve?<p>Some examples: - Manual Processing Challenges: Automates tasks like resume parsing, product categorization, and sentiment analysis, reducing the need for extensive human intervention. - Language Barriers: Provides real-time translation and analysis across 80+ languages, facilitating global business operations and customer engagement. - Inefficient Workflows: Streamlines processes by automating repetitive tasks, enhancing productivity, and allowing teams to concentrate on strategic initiatives. - Content Quality Issues: Offers tools for paraphrasing, proofreading, SEO optimization, and spam detection, ensuring high-quality and consistent content across platforms.<p>Unique Selling Points (USPs):<p>- Industry-Specific Solutions: Tailors automation tools to meet the specific needs of different industries, such as E-Commerce (product introductions, personalized emails) and HR (resume parsing, job description generation). - All-in-One Platform: Combines a wide range of automation tools within a single API, enabling businesses to streamline processes across multiple departments like Marketing, HR, and Customer Support. - Easy Integration and Scalability: Equipped with a broad range of SDK Client Libraries, SharpAPI is highly customizable, easily integrated into existing systems, and scalable to meet growing business demands. - Extensive Language Support: Handles over 80 languages, offering on-the-fly translation and content analysis, essential for businesses with a global presence. - Advanced Customization: Allows for context-specific customization through advanced API tools, providing flexibility and precision in automation tasks.<p>Who Is It Targeted For?<p>Some companies&#x2F;platforms&#x2F;people that will definitely benefit from it are: - E-Commerce Store Owners: Looking to enhance customer experience and boost sales by automating product introductions, thank-you emails, and customer review analysis. - HR Teams and Recruiters: Seeking to streamline the hiring process with automated resume parsing, data translation, and effortless job description creation. - Travel Operators and Hotel Managers: Aiming to improve customer satisfaction and increase bookings by categorizing offerings and analyzing customer reviews. - Digital Marketing Agencies: Wanting to scale content production, improve quality, and satisfy clients by automating content creation, tagging, and spam filtering. - Retailers and Product Managers: Needing to enhance catalog management and drive sales by categorizing products and optimizing descriptions based on customer feedback. - Content Creators and Platforms: Aspiring to reach global audiences and increase engagement by translating, paraphrasing, and optimizing content for SEO. - Customer Support Teams: Looking to personalize support, reduce response times, and retain customers by extracting contact details and analyzing feedback sentiment.<p>Hope to get some feedback from you guys! Cheers, Dawid
gom_jabbar8 months ago
Deepening the primary literature review for Nick Land&#x27;s thesis that AI and capitalism are teleologically identical at <a href="https:&#x2F;&#x2F;retrochronic.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;retrochronic.com&#x2F;</a>
redman258 months ago
Created a little app for pranking friends and family. Turns a victim’s clicks into confetti.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;joshvoigts&#x2F;confetti_desktop">https:&#x2F;&#x2F;github.com&#x2F;joshvoigts&#x2F;confetti_desktop</a>
dandigangi8 months ago
Taking a break from learning Go&#x2F;Rust to learn Polish. Lol
评论 #41693436 未加载
lukasfo8 months ago
During my 8 years of professional SWE career (mostly startups), I&#x27;ve never worked in a company that did not suffer data breach &#x2F; was hacked. It was always dumb stuff like admin:admin or deploying vulnerable things and forgetting on them.<p>After last one, I was done, left my job and started building Recon Wave [0]. I want to build tooling that will monitor your infra for you and find vulnerable &#x2F; misconfigured &#x2F; forgotten things that can be easily exploited.<p>I believe that security is best applied in layers and we&#x27;re building one of them. We can not protect you from everything, but we can protect you from shooting yourself in the leg.<p>Me &amp; my co-founder decided to take a bit different approach from other attack surface management companies and we try to find patterns in the whole OSINT world (aka most misconfigurations, domain correlations and others). Among others, we scrapped most of DNS and now have pretty cool reverse DNS dataset [1].<p>[0] <a href="https:&#x2F;&#x2F;reconwave.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;reconwave.com&#x2F;</a> [1] <a href="https:&#x2F;&#x2F;search.reconwave.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;search.reconwave.com&#x2F;</a>
评论 #41694896 未加载
评论 #41706983 未加载
storywatch8 months ago
Currently shipping some updates to <a href="https:&#x2F;&#x2F;storywatch.org" rel="nofollow">https:&#x2F;&#x2F;storywatch.org</a>, think of us as Goodreads or IMDB for web fiction and fanfiction, rather than traditional dead tree books. If you are fans of books like Worm or HPMOR, give us a try.
tuanmount28 months ago
I&#x27;m working on MindPal - A platform to build AI Agents and Multi-agent workflow to automate tasks for business.<p>It will just need a minute to build a multi-agent workflow on MindPal. If you are having complicated AI processes that could not be done by ChatGPT, give it a go at <a href="https:&#x2F;&#x2F;mindpal.space&#x2F;" rel="nofollow">https:&#x2F;&#x2F;mindpal.space&#x2F;</a>
hamytphm20228 months ago
I&#x27;m working on <a href="https:&#x2F;&#x2F;mindpal.space&#x2F;" rel="nofollow">https:&#x2F;&#x2F;mindpal.space&#x2F;</a> - a platform for anyone (even without technical backgrounds) to build AI multi-agent workflows as internal AI productivity tools, lead generation tools, or extra income sources.<p>Within just 1 year, we have acquired more than 1500 paid customers.
评论 #41693742 未加载