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: Tell us about your project that's not done yet but you want feedback on

195 pointsby abjalmost 2 years ago
A lot of times with side projects I wished I had gotten feedback early on, before I spent a lot of time on an inefficient direction. I wonder if people wait too long to publish something before it is fully polished, then realized that the polishing wasn&#x27;t needed.<p>I&#x27;m interested to see things that people would have never published otherwise. I know a lot of my projects never make it to a published phase, but I still would have been interested in knowing the general reception. Please drop your projects here!

232 comments

toomanyrichiesalmost 2 years ago
I&#x27;m writing &quot;The Impostor&#x27;s Guide To The Shell&quot;. My theory is that reading popular open-source codebases, and Googling stuff you don&#x27;t understand until you grok it, is a great way to overcome impostor&#x27;s syndrome. The goal is to take a reader from thinking &quot;Maybe a 10x engineer could understand that library, but I never could...&quot; to &quot;Oh, <i>that&#x27;s</i> all it does?&quot;.<p>The guide covers things like:<p>- shebangs<p>- exit codes<p>- parameter expansion<p>- file permissions<p>- how to look up docs via &quot;man&quot; and &quot;help&quot;<p>- And a lot more.<p>The codebase I&#x27;m starting with is a Ruby version manager (written in bash) called RBENV. I&#x27;ve published it onto a platform called HelpThisBook.com, a platform to help authors get feedback from early readers (co-created by Rob Fitzpatrick, author of &quot;The Mom Test&quot;, &quot;Write Useful Books&quot;, etc.). Instructions on how to leave feedback should be given when you open the link below.<p><a href="https:&#x2F;&#x2F;helpthisbook.com&#x2F;richie&#x2F;impostors-guide-to-the-shell" rel="nofollow noreferrer">https:&#x2F;&#x2F;helpthisbook.com&#x2F;richie&#x2F;impostors-guide-to-the-shell</a>
评论 #37170176 未加载
评论 #37171419 未加载
评论 #37202392 未加载
eternityforestalmost 2 years ago
Wow, what a great idea for a thread!<p>I&#x27;m trying to pare down my personal projects to just the really exciting ones, so I don&#x27;t have much, butni think the most appropriate to the thread is <a href="https:&#x2F;&#x2F;github.com&#x2F;EternityForest&#x2F;iot_devices">https:&#x2F;&#x2F;github.com&#x2F;EternityForest&#x2F;iot_devices</a><p>It&#x27;s mean to be a cross-framework library for creating device integrations, so you can, say, write a handler for RTL SDR weather stations, and use it in a simple script up to a mega framework.<p>I kind of dislike the way HASS and others handle automations where they have special purpose primitives for everything that needs lots of hand written code.<p>I just have config entries, they must be strings, and data points, they can be strings, numbers, bytes, or objects. You can put metadata on them. There&#x27;s also a few other utilities like the ability to make subdevices, and the ability to request things from the host.<p>There are no special subclasses, a light bulb is just a device with a brightness point.<p>It currently runs my security system with object detection recording, QR decoding if desired, multiple regions, motion detection without decoding every frame, and subsecond latency streaming to the browser, a nice recordings browser that can view a recording while it&#x27;s being made, etc.
Soupyalmost 2 years ago
<a href="https:&#x2F;&#x2F;pastmaps.com" rel="nofollow noreferrer">https:&#x2F;&#x2F;pastmaps.com</a><p>Been working on this as a new way to find, explore, and view old historical maps and aerials of my area. Still heavily in development but have been surprised by some early traffic stats (1-2K organic uniques &#x2F; mo and growing 200%+ m&#x2F;m right now)<p>Hoping to add in more advanced map tooling within the next week or 2, including new basemap options, 3d terrain view, and then a proper search box which I&#x27;ve been pushing off for far too long
评论 #37156459 未加载
评论 #37161509 未加载
评论 #37163733 未加载
评论 #37161963 未加载
评论 #37157195 未加载
评论 #37160554 未加载
评论 #37156452 未加载
评论 #37160057 未加载
评论 #37164472 未加载
评论 #37192794 未加载
klakierralmost 2 years ago
An app for language learning by reading books in the target language. It takes the book (any epub book) in the target language add inserts translations:<p>—Arthur —dijo con tono cortante, [&quot;Arthur,&quot; he said sharply.] y su voz sonó como el chasquido de una ratonera—, [and his voice sounded like the click of a mousetrap.]<p>All of the existing apps that I checked only display translation upon clicking a word (like in Kindle), but that 1) doesn&#x27;t work well when you&#x27;re only starting to learn; 2) takes too much from the reading experience, and becomes a chore. Also, most of them only allow a limited selection of books.<p>I&#x27;m using it myself for over a month now, and enjoy reading with it a lot. I feel almost no friction using it, it&#x27;s the usual pleasure of reading a book with added exploration of a new language.<p>The problems:<p>Translating can be hard or &#x2F; and expensive. Cheaper &#x2F; free translations are often incorrect, and struggle with idioms. DeepL would cost &gt; 20€ for a long book. ChatGPT hallucinates, and adds to the original. I&#x27;m using Google Translate for now and it&#x27;s good enough for me, but I don&#x27;t feel it&#x27;s good enough to charge for. It often mixes genders (as opposed to ChatGPT which can deduct them from context I guess), and occasionally mistranslates.<p>Would you want to use such app even with the often erroneous automated translations?
评论 #37157689 未加载
评论 #37157600 未加载
评论 #37169427 未加载
评论 #37198396 未加载
评论 #37160379 未加载
评论 #37158504 未加载
_gabe_almost 2 years ago
<a href="https:&#x2F;&#x2F;github.com&#x2F;ambrosiogabe&#x2F;MathAnimation">https:&#x2F;&#x2F;github.com&#x2F;ambrosiogabe&#x2F;MathAnimation</a><p>If you’ve ever tried to make a mathematical animation (think 3Blue1Brown), it’s a real pain. I was using manim for awhile to make animations for my YT channel, but the whole iteration process felt very slow and repetitive. So I thought I would recreate manim over the weekend, except with a GUI and real-time feedback. It’s been a year and a half and I’m hoping this weekend will be done soon so I can move on and start making videos again.<p>So far, it does a lot, but it still needs a lot of polish and refinement. The readme gives some gifs and a better idea of the feature set right now.
评论 #37157799 未加载
评论 #37227675 未加载
mikewarotalmost 2 years ago
Bitgrid[1][2] is a continuation of an idea I&#x27;ve been carrying around since the 1980s, and tweaking from time to time. If I can maintain focus long enough, I intend to learn RTL, VHDL or Verilog well enough to get it entered in one of the Google open source chip shuttles. I <i>think</i> this approach to computing if applied to neural networks may offer a cheap way to get far more compute, perhaps exaflop performance out of a single chip.<p>It&#x27;s an FPGA without routing hardware, which on the face of it, is the stupidest thing to do. However, because of the clocked nature of the bitgrid, you all data only has to travel to neighboring cells, so lines will be short, and clock rates should be able to be up in the gigahertz range. Instead of worrying about how quickly you can get a signal from one side of the chip to the other, the latency will be 1&#x2F;2 of the number of cells across, if the signal takes a straight line.<p>However... everything along that path can be compute, and routing should be trivial. It avoids the trap with GPUs where they are Turing complete, thus hard to reason about. Like an excel spreadsheet, you can track dependencies, and know exactly where a given bit came from. The chip as a whole, on the other hand, is Turing complete.<p>If anyone knows how much energy in FemtoJoules an 4 bit latch and a 4 bit input LUT take up, and a static ram cell... that would help in estimating the real world power consumption&#x2F;feasibility of this thing. I can&#x27;t find a good answer anywhere.<p>[1] <a href="https:&#x2F;&#x2F;github.com&#x2F;mikewarot&#x2F;Bitgrid">https:&#x2F;&#x2F;github.com&#x2F;mikewarot&#x2F;Bitgrid</a><p>[2] <a href="https:&#x2F;&#x2F;bitgrid.blogspot.com&#x2F;2005&#x2F;03&#x2F;bitgrid-story.html" rel="nofollow noreferrer">https:&#x2F;&#x2F;bitgrid.blogspot.com&#x2F;2005&#x2F;03&#x2F;bitgrid-story.html</a>
评论 #37157408 未加载
评论 #37156724 未加载
harrykeightleyalmost 2 years ago
A little niche, but <a href="https:&#x2F;&#x2F;run-in.app" rel="nofollow noreferrer">https:&#x2F;&#x2F;run-in.app</a> is an online encounter manager for DnD 5e that I&#x27;ve been (slowly) building this year. I initially built it because I was dming a one-shot for some friends and got overwhelmed tracking the health and position of 6 enemies + the party on pen and paper.<p>I wasn&#x27;t happy with the solutions I found to this online, and thought it&#x27;d be fun to try and build one myself.<p>The main features for creating and running an encounter are ready: 1. Adding any 5e SRD mob or a custom mob to battle maps 2. Dragging mobs around the battle map 3. Turn and health tracking 4. Status effect tracking<p>But there are a few bugs to iron out, and more features to come!<p>As a heads up, if you visit the site and get a cold start of the container, it might take a while to be properly interactive. This is, unsurprisingly, the first thing to fix on the roadmap.
评论 #37167645 未加载
评论 #37254574 未加载
评论 #37170040 未加载
janosdebugsalmost 2 years ago
I created ContainerSSH[1] in 2020 which is an SSH server that drops you in a container instead of launching a shell directly. (It&#x27;s not a containerized SSH, it talks to the Docker&#x2F;Kubernetes API.) It has since become a CNCF Sandbox project The main use case is creating jump servers and remote dev environments, but it can also be used as a honeypot due to its audit log features that allow you to reconstruct the SSH interaction accurately. We did a few demos where we showed the SSH interactions on a honeypot in real time on a web interface. The authentication and dynamic configuration of containers is done via webhooks.<p>A now-comaintainer from CERN also contributed X11 and port forwarding support to it and is now continuing the development of the project. <i>Since I switched industries and am nowhere near containers anymore, the project could really use a few contributors.</i><p><i>A few feature ideas we had but never implemented:</i><p>- Web-based terminal that directly interacts with ContainerSSH via websockets.<p>- File manager using the same.<p>- Better audit logging for SFTP interactions, allowing for filename-based search.<p>- Web interface for viewing audit logs.<p><i>There are a few talks&#x2F;videos available online:</i><p>- ContainerSSH in one minute [2]<p>- Building a science lab with ContainerSSH (CERN usecase, Red Hat Research Day EU 2022) [3]<p>- Build your own honeypot with ContainerSSH (DevConf CZ 2021) [4]<p>[1]: <a href="https:&#x2F;&#x2F;containerssh.io" rel="nofollow noreferrer">https:&#x2F;&#x2F;containerssh.io</a><p>[2]: <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=Cs9OrnPi2IM">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=Cs9OrnPi2IM</a><p>[3]: <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=g7M7japaa1o">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=g7M7japaa1o</a><p>[4]: <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=aqJpsx7HpkU">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=aqJpsx7HpkU</a>
评论 #37159502 未加载
soultreesalmost 2 years ago
Here’s another project I worked on that I know will probably ruffle some feathers here. But to preface, I used it as way to learn Open AI function calls and - small concept of a zero to product launch full automation. This is a single page script that that generates an idea, creates an audience profile, then writes a book of short stories in a 5d array, looping over each level, then generates an image through midjourney through a hacked together api and creates a styled cover where there are a number of steps to ensure that aesthetically, the book cover is decent. It then uploads it to Amazon using puppeteer and uploads it to the woocommerce site as a new product.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;mattrichmo&#x2F;wisewriterv3">https:&#x2F;&#x2F;github.com&#x2F;mattrichmo&#x2F;wisewriterv3</a><p>It’s my first complex app I’ve created that required multiple apis, and dealing with errors from multiple levels but I never actually uploaded a single book to Amazon so I can’t speak to the quality of the content. I was thinking if throwing this up on a website and letting people make a book for their child or something but I’d love the take the idea of zero-to-launch automation further. I’d love to go to bed and have a new well researched, highly desired product that actually serves a market need when I wake up sort of deal.
halftheoppositealmost 2 years ago
I&#x27;m working on a Chrome extension that adds realtime presence (cursors, chat, gifs, sticky notes) to any website or page.<p>Each website&#x2F;page (depending on your preferences) becomes an ephemeral channel where you can see and interact with others users browsing the internet. It&#x27;s still in a WIP shape but very functional.<p>Website: <a href="https:&#x2F;&#x2F;webcursors.click&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;webcursors.click&#x2F;</a> Extension: <a href="https:&#x2F;&#x2F;chrome.google.com&#x2F;webstore&#x2F;detail&#x2F;web-cursors&#x2F;chcedockochaodpiikgkicdgpidjjcaf" rel="nofollow noreferrer">https:&#x2F;&#x2F;chrome.google.com&#x2F;webstore&#x2F;detail&#x2F;web-cursors&#x2F;chcedo...</a>
评论 #37164350 未加载
LeonardoTolstoyalmost 2 years ago
For about a year I&#x27;ve been going through the process of gathering all of the television listing pages from the New York Times, processing them to extract the films that played each day, matched the films to their IMDB links, and parsing the VCR codes to get the time&#x2F;channel as well. Now I&#x27;m creating a little frontend to view and analyze the data as well as curate bits that didn&#x27;t match properly.<p>At the moment I&#x27;m mostly just planning on sharing it with my brother, but who knows. I generally think I&#x27;ll eventually share the data somewhere possibly on a website. I can&#x27;t commercialise it if I understand the New York Times license properly since I scraped the Timesmachine for the listing pages.<p>Regardless, it&#x27;s been super fun, and the data is very cool. Like 21 thousand unique films. At the moment I&#x27;m mostly trying to decide if I want to continue adding bits, like seeing all the listings a specific actor was in ... Mostly to test the hypothesis purported by PCU that there is always a Michael Caine or Gene Hackman film on television (I&#x27;m joking obviously there isn&#x27;t although it is closer than you&#x27;d think). At the moment you can view an individual date or all of the listings for a specific film.<p>To me this is starting to feel almost like a Wikipedia thing or internet archive. This is, in a way, a specific ground truth of when television programs played in the New York area. I just have no idea who or what would be interested in it.
评论 #37157613 未加载
evll_wickedalmost 2 years ago
Currently I am developing a browser extension to improve the review process on GitLab.<p>At the company, where I work, we are heavily relying on multiple reviewers to promote familiarity with the code base, as well as, of course, to increase overall code quality.<p>Gitlab Premium and Ultimate allow to use multiple reviewers, however, we don&#x27;t need any other features from those tiers (well, maybe organization-wide code search could be nice as well).<p>As the result, I created a browser extension, which allows to use multiple reviewers via comments and descriptions. It also has graceful degradation, i.e. even team members without the extension will still be able to participate in the process.<p>On top of that the extension adds merge request deadlines with notifications, comment labels (viewable without the extension as well), custom review statuses (&quot;Approved conditionally &quot; is a real time saver) and more.<p>The extension works pretty well in our company, however, I would love to see if it&#x27;s applicable to other companies as well, or what other features people need.<p><a href="https:&#x2F;&#x2F;chrome.google.com&#x2F;webstore&#x2F;detail&#x2F;codecode-review-for-gitla&#x2F;npinjojmpfjohjckpnldackfhlflmhaj?hl=en&amp;authuser=2" rel="nofollow noreferrer">https:&#x2F;&#x2F;chrome.google.com&#x2F;webstore&#x2F;detail&#x2F;codecode-review-fo...</a><p><a href="https:&#x2F;&#x2F;addons.mozilla.org&#x2F;en-US&#x2F;firefox&#x2F;addon&#x2F;codecode-gitlab-code-review&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;addons.mozilla.org&#x2F;en-US&#x2F;firefox&#x2F;addon&#x2F;codecode-gitl...</a>
alpakhaalmost 2 years ago
<a href="https:&#x2F;&#x2F;mapofthebest.com" rel="nofollow noreferrer">https:&#x2F;&#x2F;mapofthebest.com</a><p>I love food and I love travel. Naturally I decided to compile a list of all the best restaurants in the world. Still very much a work-in-progress but would love to get feedback.
评论 #37157214 未加载
评论 #37163383 未加载
评论 #37157120 未加载
评论 #37172766 未加载
评论 #37157540 未加载
评论 #37157129 未加载
noeontheendalmost 2 years ago
I&#x27;m nearing the 0.1 release of Burro, a new typesetting language intended specifically for text-heavy documents. (If you&#x27;ve used the mom macro set for groff, it will seem very familiar to you. I like to describe Burro as a spiritual successor to mom.) The goal is to eventually have all the power of TeX with a much more pleasant syntax (after all, a typesetting language should be easy to type!).<p>The goal of the 0.1 release is to have a strong engine for setting English text, and I&#x27;m pretty much there. The main focus of 0.2 will be the macro system and beginning work on internationalization.<p>I started Burro in October 2018 and took a four year break (yay side projects!). I came back to it early this year and have been working on it pretty consistently ever since. It&#x27;s exciting to have gotten this far!<p>Website: <a href="https:&#x2F;&#x2F;burro.sh" rel="nofollow noreferrer">https:&#x2F;&#x2F;burro.sh</a><p>Source: <a href="https:&#x2F;&#x2F;git.sr.ht&#x2F;~reesmichael1&#x2F;burro" rel="nofollow noreferrer">https:&#x2F;&#x2F;git.sr.ht&#x2F;~reesmichael1&#x2F;burro</a>
评论 #37163388 未加载
评论 #37168121 未加载
ptmalmost 2 years ago
I have been working on a web app that makes tutorials for elderly people who struggle with technology. Something as simple as &quot;turn off the wifi and turn on data&quot; can be a struggle for a lot of people.<p>My plan is to make tools for making tutorials customized exactly to the users phone &#x2F; desktop screen. So if an icon is on bottom right, the tutorial should mirror the same.<p>I have sporadically worked on it for the few months. The only issue is whether I am dumbing down the app way too much.
评论 #37159334 未加载
评论 #37163051 未加载
评论 #37159172 未加载
codeapprovealmost 2 years ago
Is it too developed if it’s in private alpha?<p>Anyway … I’ve been working on CodeApprove (<a href="https:&#x2F;&#x2F;codeapprove.com" rel="nofollow noreferrer">https:&#x2F;&#x2F;codeapprove.com</a>) for a while because I think code review is the biggest shortcoming of GitHub.<p>The idea is to make a code review tool for power users. Just like you have an editor that makes you productive at writing and reading code, you should have a review app that makes you and your team productive at reviewing it.<p>Or for any Xooglers out there: imagine critique but on GitHub.<p>Would love feedback on how it’s positioned and if I could improve the value prop!
评论 #37157635 未加载
评论 #37165127 未加载
评论 #37159348 未加载
评论 #37162354 未加载
boyteralmost 2 years ago
Have been working on a project which allows you to check if any of your source code has been copied from major online projects (over 70 billion lines of code) and report back if duplicates have been found. You can control the length of the run (so 15 lines means a match or 7 lines) and make the line matching fuzzy.<p>The idea being to provide compliance checks such as licensing and such, although I guess it would allow for checking for potential source code leaks as well and as a plagiarism detector.<p>It works by running a program over your source code which produces line by line hashes, with the result uploaded and then scanned over. The result is a report indicating what percentage of code was identified as copied both on a project and on an individual file level, with the identified source and its location. As such if nothing is leaked there is no ability to reconstruct the source code as it is a hash.<p>It works over 200+ languages, and while working over line by line currently can be expanded out to work in different ways.<p>Looking for interested parties to try it out (see my bio for contact) in addition to the current ones I have. Even if its just you wanting to kick the tires.
评论 #37159610 未加载
advancingualmost 2 years ago
I&#x27;m working on <a href="https:&#x2F;&#x2F;commitspark.com" rel="nofollow noreferrer">https:&#x2F;&#x2F;commitspark.com</a> , a headless CMS where all data is stored in a GitHub repository with branching&#x2F;merging workflow support for content.<p>Reading&#x2F;writing content from&#x2F;to GitHub happens through an Open Source API library I released. For the content data schema, I simply require a plaintext GraphQL type file inside the repository. The schema then automatically determines the API structure as well as the editor-friendly UI that I can generate on the Commitspark website when you log in via GitHub.<p>Even though Commitspark is already publicly available, it is still 100% a side-project that doesn&#x27;t earn me any money (yet).
crdrostalmost 2 years ago
Vulgar computation.<p>The <i>vulgus</i> in Latin were the common folks, the non elite, hence referring to cussing ass “vulgarity,” as in “we nobles do not talk that way, that is how the common folk talk!”. And if I do my job right most professional programmers should be offended by the result? But that&#x27;s a really awful thing to have as your north star.<p>The basic idea is that computation should be something that does not require a degree and work experience and other markers of professionalism... Computation is just an intellectual amplifier. I was shocked some 5 to 10 years ago to have gone to a guy’s “Excel Tips” meeting at the advertising firm I worked for—all the other programmers skipped—and saw a bunch of non-technical folks excitedly sitting down to learn what I rapidly realized was... programming! They were <i>volunteering</i> to run and sit at a programming class!!<p>But Excel is a shitty language, but it is also <i>vulgar</i>. When you go to learn it, there is no compiler step, the interpreter step is a repl of sorts, everything is being automatically printf-debugged for you by default, and helpful colorful boxes point to the data dependencies of the cell you&#x27;re working on while you&#x27;re working on it.<p>But it&#x27;s also like, why isn&#x27;t everything like that. If I give you a UI that is written this way, you should expect to be able to long press on a button and see the button disassemble before your very eyes, you can track the pipeline for its clicks, and if that button doesn&#x27;t do what you want it to do, you just change what it does. Everybody on this planet should be able to do that, it shouldn&#x27;t require ivy league ivory tower education bullshit.<p>So I have these prototype languages that are fundamentally graphical, and kind of amount to a sort of XSLT (of all things!) being compiled to WASM?. A bit of inspiration from hypercard here and there. And it&#x27;s weird because the decision to WASM is kind of its own shit decision? Like, I wanted the ability to just text you an app that I am working on and you can run it on your phone and feel safe that I am not stealing all your secrets, was why I started compiling to WASM. But as far as I can tell there is nothing I can do with WASM other than to define a function library, so the resulting language such as it is, is mostly a bunch of conventions operating on a WASM function library, and it gets really elaborate and complicated and I am 90% sure that you could just exploit the conventions in the state that it is right now, so like “why am I writing XSLT-to-WASM who the fuck cares” sometimes.<p>Nothing fully worth showing off right now though.
评论 #37170821 未加载
评论 #37171181 未加载
评论 #37169883 未加载
zakaryalmost 2 years ago
I’m working on developing a new kind of flexible linear actuator for robotics and prosthetics. Essentially an artificial muscle. If we can make production economical it’ll make a big difference in how energy efficient and human-like robots and prosthetics can be. I think it’s plainly evident that traditional electric motors and servo actuators are a big limitation on robots in how well they can mimic human level functions, like grasping and walking. A robot might only have a handful of actuators in their legs to walk, if evolution could have found a way to walk proficiently with so few muscles as their are actuators in a robot like the Tesla bot, it would have. Can’t speak too much about the specifics of how it works, but its using electromagnets, no pneumatics or electrostatics or shape changing polymers etc. I have interest from a few uni research groups in my city, but we’re always on the lookout for groups who might be good alpha or beta candidates. My email is zak at zerocubic dot com
mickael-kerjeanalmost 2 years ago
<a href="https:&#x2F;&#x2F;github.com&#x2F;mickael-kerjean&#x2F;filestash">https:&#x2F;&#x2F;github.com&#x2F;mickael-kerjean&#x2F;filestash</a><p>This is what I wish Dropbox was, a simple layer that make interacting with your FTP server easy so nobody has to own your data. The end game is both to be feature complete with Dropbox and be able to change every aspect of the application through plugin so everyone can get out what they want from it. To do that, I’m making the core a sort of framework to build file manager like application.
评论 #37159885 未加载
n1calmost 2 years ago
* Tool that creates Twitter (X?) &#x2F; Instagram feeds to RSS so I don&#x27;t have to deal with algorithms etc.<p>* A turn based game that is essentially &quot;football manager for counter strike&quot; where you control the whole team and their actions in &quot;planning&quot; and &quot;execution&quot; phases.<p>* I run a Slack community for the South African tech scene, constantly hovering between &quot;I wish I could sell this and move on&quot; and &quot;I really should put in the effort to monetise &#x2F; grow this&quot;.
评论 #37160709 未加载
评论 #37161464 未加载
评论 #37161270 未加载
mirroredfablesalmost 2 years ago
I built mirrored fables, an AI powered visual novel generator. Give it a try!<p><a href="https:&#x2F;&#x2F;www.mirroredfables.com&#x2F;?proxyKey=hellohackernews" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.mirroredfables.com&#x2F;?proxyKey=hellohackernews</a><p>source: <a href="https:&#x2F;&#x2F;github.com&#x2F;mirroredfables&#x2F;mirroredfables">https:&#x2F;&#x2F;github.com&#x2F;mirroredfables&#x2F;mirroredfables</a>
评论 #37159639 未加载
评论 #37157139 未加载
评论 #37157336 未加载
farmeroyalmost 2 years ago
I started working on a musical web app (<a href="https:&#x2F;&#x2F;synth-app.vercel.app&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;synth-app.vercel.app&#x2F;</a>) using Tone.js that allows people to easily create grooves and melodies. It is functional, but I&#x27;m having some issues with the beat being irregular with certain numbers of beats (not sure if it is purely the AMOUNT of synthesizer objects I&#x27;m creating or if it is just a problem with odd beat numbers).<p>I also have plans to add a feature to save and share your projects, but not implemented yet and I&#x27;m always curious what other features or musical capabilities people would enjoy playing with.<p>I&#x27;m also working on cli time tracking tool that is still very basic but I&#x27;m sort of wondering how best to add more functionality. The current main branch allows you to start a task with `$ start -t` and you can add details and then list all the events you&#x27;ve tracked, all saved to sqlite database. I like how immediate it is to track things from the command line, but I&#x27;m still thinking about how to display the events and tasks you&#x27;ve tracked (I&#x27;m building with rust and started tinkering with Ratatui to build a TUI, though I prefer just having a cli most of the time). I&#x27;m also still thinking about cli UX. I kind of prefer the git hub cli style that has commands and sub-commands because it seems more orderly than just having long lists of arguments. Anyway it&#x27;s very in the beginning stages but would love recommendations on reading for UX for command line interfaces. <a href="https:&#x2F;&#x2F;github.com&#x2F;farmeroy&#x2F;Time-Bandit">https:&#x2F;&#x2F;github.com&#x2F;farmeroy&#x2F;Time-Bandit</a>
评论 #37158007 未加载
salamoalmost 2 years ago
<a href="https:&#x2F;&#x2F;github.com&#x2F;lukesalamone&#x2F;code_nitro">https:&#x2F;&#x2F;github.com&#x2F;lukesalamone&#x2F;code_nitro</a><p>Convert your code to an image from the command line. No internet connection needed, although it can also download and convert code from Github too. Made it because currently the best alternative (carbon-now-cli) sends your code over the wire and there&#x27;s a lot of situations where that&#x27;s not desirable.
评论 #37157876 未加载
评论 #37158685 未加载
dinpalmost 2 years ago
<a href="https:&#x2F;&#x2F;apiforllm.com&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;apiforllm.com&#x2F;</a><p>I&#x27;ve been working on this on and off for a few weeks now. The idea is to let LLMs interact with the outside world using function calling. Eg- I built a simple version of chatgpt web browsing using function calling. There&#x27;s a django site which is responsible for the auth, managing chats etc and then there&#x27;s a flask site that&#x27;s responsible for running functions in a gvisor sandbox. Users will be able to upload their functions as docker images and I&#x27;ll run them in a sandbox.<p>There is a lot of self doubt at this point: who is this for? Will people pay for usage? Should I open source the entire thing or part of it? To add to this: I have no online audience, how do I promote this?<p>I do have some answers to these questions. Eg- should I open source the flask site and get llama 2 to use it? It provides value to the community + hopefully I can get some attention for the project.<p>I would appreciate any feedback on this project. Please send me an email if you want some openai credits added to your account.<p>Edit: use testaccount&#x2F;demouser to login, I&#x27;ve added some credits for testing.
评论 #37157167 未加载
jriotalmost 2 years ago
I am working on an experiment called UltraStrong, completing an Open Strongman Competition, and running a 50 miler Ultramarathon over a single weekend. I have done each separately but can you do both simultaneously? During the process I am keeping a journal, documenting everything, with the idea of writing a book at the end in a similar style to Henry David Thoreau&#x27;s Walden.
评论 #37195924 未加载
klntskyalmost 2 years ago
I have been working on a time killer mobile-first geometric game with a novel gameplay.<p>There are vertical light rays, and optics transforming them are falling from the sky. The goal is to get rid of all the darkness.<p>Preview:<p><a href="https:&#x2F;&#x2F;twitter.com&#x2F;klntsky&#x2F;status&#x2F;1687853518395240448" rel="nofollow noreferrer">https:&#x2F;&#x2F;twitter.com&#x2F;klntsky&#x2F;status&#x2F;1687853518395240448</a><p>APK: <a href="https:&#x2F;&#x2F;github.com&#x2F;klntsky&#x2F;SunKey&#x2F;releases">https:&#x2F;&#x2F;github.com&#x2F;klntsky&#x2F;SunKey&#x2F;releases</a>
评论 #37159084 未加载
todd3834almost 2 years ago
<a href="https:&#x2F;&#x2F;www.pgrammer.com&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.pgrammer.com&#x2F;</a> Coding interview practice questions like LeetCode but using GPT to analyze the code and provide hints when you get stuck. It will also look over your submission and give feedback like an interviewer.<p>I&#x27;ve conducted A LOT of interviews and have been the interviewee plenty of times. To me the hardest part about prepping on LeetCode was that I would sometimes get stuck on something. Not necessarily stuck to find any solution but the optimal one. The hints I&#x27;m getting back from GPT have proven to be very valuable and it still lets me code the solution with those pointers.<p>It&#x27;s not a perfect product by any means but it&#x27;s my work in progress passion project that I believe has a lot of potential.
评论 #37160015 未加载
评论 #37162405 未加载
评论 #37157207 未加载
aviperlalmost 2 years ago
I&#x27;ve been working on blog powered entirely by GitHub Gists. <a href="https:&#x2F;&#x2F;gist.aviperl.me&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;gist.aviperl.me&#x2F;</a><p>With zero extra effort, you get a simple blog. With configuration via settings files stored in a secret gist or on a gist itself, a rich blogging experience.<p>A currently hidden feature that is useful is RSS feeds for any GitHub users gists: <a href="https:&#x2F;&#x2F;gist.aviperl.me&#x2F;avi-perl&#x2F;rss" rel="nofollow noreferrer">https:&#x2F;&#x2F;gist.aviperl.me&#x2F;avi-perl&#x2F;rss</a><p>I&#x27;m hoping that the GitHub graphQL API might let me get list of gists with their file content, in which case, no outside build step would be needed to provide the full experience for a GitHub user.<p>What I mean here by &quot;full experience&quot; is adding a title, image, tags, etc.
评论 #37169819 未加载
评论 #37158010 未加载
theoneandarjunalmost 2 years ago
Hi everyone :) I&#x27;m a student at UWaterloo in Canada. My friend and I made a site that can automatically dub videos to different languages: <a href="https:&#x2F;&#x2F;www.dubbah.co" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.dubbah.co</a> . We use Whisper with Speaker Diarization, GPT and some voice cloning models. Would love to answer questions :)
评论 #37169851 未加载
mrlucaxalmost 2 years ago
Hi! Someday, I feared Pocket [1] would disapear and I would suddenly lose all links I saved there. So I made pouch [2]. It let&#x27;s you save links and, if possible, automatically saves the text, for a reading mode.<p>I never showed it publicaly, so I&#x27;m the only user. Fell free to use it and I&#x27;m open to any feedback.<p>Mind you I&#x27;m a backend dev, so in terms of design and overall frontend quality it is definitely lacking.<p>[1] <a href="https:&#x2F;&#x2F;getpocket.com&#x2F;pt&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;getpocket.com&#x2F;pt&#x2F;</a><p>[2] <a href="https:&#x2F;&#x2F;pouch.lucashmsilva.com&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;pouch.lucashmsilva.com&#x2F;</a>
评论 #37164275 未加载
adrianmsmithalmost 2 years ago
&quot;When will I run out of money?&quot; <a href="https:&#x2F;&#x2F;whenwillirunoutofmoney.com&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;whenwillirunoutofmoney.com&#x2F;</a><p>Due to changing jobs recently I created this site as a fun side project, as other sites I found involved sending your financial data to someone else&#x27;s server. But I&#x27;m not really happy with the introductory text, nor did any friend I showed it to find the &quot;help&quot; link which was disappointing. Would love some feedback or advice!
评论 #37159046 未加载
评论 #37159725 未加载
smeejalmost 2 years ago
Going to be piloting in hyper-local form first (one deanery in one diocese), but I&#x27;m working on a sort of Nextdoor-meets-Public-Square for Catholics.<p>First just a list of all local Catholic events with subscribe-able tags for target audiences, but then also a directory of local businesses run by parishioners.<p>Maaaaaybe eventually message-board-type features, but that&#x27;s far enough in the future to ignore for now.<p>No idea yet if anyone will care about it as much as I do, but it&#x27;s something I wish existed, and nobody else seems to be building it!
评论 #37156824 未加载
rockorageralmost 2 years ago
<a href="https:&#x2F;&#x2F;git.sr.ht&#x2F;~rockorager&#x2F;vaxis" rel="nofollow noreferrer">https:&#x2F;&#x2F;git.sr.ht&#x2F;~rockorager&#x2F;vaxis</a><p>A(nother) golang TUI library. Targeting modern terminal features, and a few different APIs for building applications. I really like notcurses, but the CGO cost when setting individual cells is very high...so this was my attempt to &quot;port&quot; what notcurses does to go. I handle things a little differently than notcurses, but in general am taking a lot of the same approaches for finding out terminal capabilities. Just not nearly as many optimizations when it comes to the render side (but Vaxis can render at about 5000 FPS in typical cases, so I haven&#x27;t tried to optimize anything more there than it already is).<p>The main design decision I am going back and forth on how much I have used globals. Initially the design was a big struct, but I liked being able to use globals so when I write widgets as part of the library, they can send messages into the event queue without needing access to an application struct or something. I can&#x27;t think of a single use case where a user would need more than one instance, so globals have seemed fine (and even notcurses says you can have only one notcurses instance per process...so I&#x27;m not even straying from that).<p>Thanks for any feedback!
A-Trainalmost 2 years ago
I&#x27;m a Data Scientist. For some time, I&#x27;ve been working on a library for feature engineering. • GitHub: <a href="https:&#x2F;&#x2F;github.com&#x2F;feature-express&#x2F;feature-express">https:&#x2F;&#x2F;github.com&#x2F;feature-express&#x2F;feature-express</a> • Website: <a href="https:&#x2F;&#x2F;feature.express" rel="nofollow noreferrer">https:&#x2F;&#x2F;feature.express</a> It isn&#x27;t yet complete, and I wouldn&#x27;t consider it ready for production use or handling larger datasets. Here are some of its characteristics: • Event-based workflows: Initially, everything is converted to an event format, ingested into an event store, and processed from there. • In-memory: Both the event store and evaluation have been built from scratch. • Written in Rust, but there&#x27;s a Python package available. • A DSL (Domain Specific Language) for defining aggregations, similar to SQL. Why am I developing this? I&#x27;ve always found it challenging to build models based on time. These models can be surprisingly tricky, and there&#x27;s a high risk of accidentally using future data, which can lead to data leakage. FeatureExpress is designed to nearly eliminate such mistakes. Moreover, I believe that representing data as events is an intuitive approach.
rnoordaalmost 2 years ago
A series of travel-based puzzles to solve as a way to explore a new city. Going to Edinburgh? You get a series of clues to solve, using landmarks in that city. It will take you to many of the areas a tourist would want to visit, but in a more engaging way than a list of things you &#x27;must see.&#x27;<p>I&#x27;m trying to nail down the exact audience&#x2F;tone. Is it for families with kids? How hard should the clues be? Should it be more lighthearted or immersive?
sanderovicalmost 2 years ago
I am making <a href="https:&#x2F;&#x2F;gpxgo.com" rel="nofollow noreferrer">https:&#x2F;&#x2F;gpxgo.com</a>, a route planner for road cyclists.<p>I am aware of the existence of strava and komoot but I had some frustrations creating specific routes using their apps on mobile. Especially adding and dragging waypoints to a route was a focus point. In addition to exporting the route to a gpx file, the website allows to view the elevation profile and road type.
评论 #37159660 未加载
评论 #37159671 未加载
olalondealmost 2 years ago
I&#x27;ve developed a niche app designed to assist individuals in the Dominican Republic and potentially others outside the US who purchase from platforms like Amazon US and eBay US in retrieving sales tax refunds. The way it operates is by accessing data from your Amazon purchase history and your courier or forwarding service. From this, it auto-generates an email to Amazon to reclaim the sales tax. Initially, I aimed to introduce a commission-based model from these refunds, but this aspect is still in the pipeline.<p>The tool did function for a short while, during which it successfuly reclaimed a few hundred dollars in refunds. However, it broke when a courier site introduced reCAPTCHA at their login and Amazon made UI changes to their order page. I&#x27;m now at a crossroads, contemplating whether the upkeep required to ensure the app keeps working is worth my while, given how niche the potential market is. I am not sure if I can make realistically make money from this. Would love to hear insights or suggestions.<p>For reference, you can check it out at <a href="https:&#x2F;&#x2F;taxrefunder.io" rel="nofollow noreferrer">https:&#x2F;&#x2F;taxrefunder.io</a>, although the core functionality is down at the moment.
评论 #37157705 未加载
redgetanalmost 2 years ago
<a href="http:&#x2F;&#x2F;polymorf.me&#x2F;" rel="nofollow noreferrer">http:&#x2F;&#x2F;polymorf.me&#x2F;</a><p>A Talking Avatar AI generator similar to d-id. Worked on it for 2 months but I have problems adding natural head movement to the speaker. About 100 users so far but 0 revenue. Very low traffic (like 10-20 users&#x2F;day). Not sure where to go next, at moment trying to focus more on marketing and getting feedback
评论 #37156975 未加载
评论 #37167238 未加载
acaloiaralmost 2 years ago
Neoq (<a href="https:&#x2F;&#x2F;github.com&#x2F;acaloiaro&#x2F;neoq">https:&#x2F;&#x2F;github.com&#x2F;acaloiaro&#x2F;neoq</a>) is a background job processor for Go.<p>It began from my desire to have a robust Postgres-backed job processor. What I quickly realized was that the interface in front of the queue was what was really important. This allowed me to add both in-memory and Redis (provided by asynq) backends behind the same interface. Which allows users to switch between different backends depending on their durability and performance constraints. E.g. in-memory for testing&#x2F;development&#x2F;low durability requirements, postgres when you&#x27;re not running Google-scale jobs, and Redis for all the obvious use cases for a Redis-backed queue.<p>This allows me to swap out job queue backends without changing a line of job processor code.<p>I&#x27;m familiar with the theory that one shouldn&#x27;t implement queues on Postgres, and to a large extent, I disagree with those theories. I&#x27;m confident you can point out a scenario in which one shouldn&#x27;t, and I contend that those scenarios are the exception rather than the rule.
limandocalmost 2 years ago
I am creating a documentation management software, with emphasis on a diagramming and system building - similar to Draw.io [1] but with better support on PDFs&#x2F;Files, text&#x2F;markdown&#x2F;Latex, web links, and Search.<p>It is a desktop application and self-hosted, which will allow to sync with your work laptop and mobile devices without the need for 3rd party server. Many online solutions for knowledge management did not make me happy (e.g. Notion[2], Miro[3], Evernote[4]) as they all lacked either diagram building or were online only. There is also an Obsidian[5] for it is too complicated and it&#x27;s unbelievable that a user has to go through hours of tutorials on youtube to understand how to use PKM software. Hence I created my easy but powerful tool for keeping all the knowledge&#x2F;documentation in one place.<p>The desktop app was build using Kotlin Multiplatform (JVM app) with Compose UI framework<p>You can view(and comment!) the app screenshots here [6]: There are also mockups with more features, so ignore weird UI at first.<p>[1]: <a href="https:&#x2F;&#x2F;www.drawio.com" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.drawio.com</a> [2]: <a href="https:&#x2F;&#x2F;www.notion.so" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.notion.so</a> [3]: <a href="https:&#x2F;&#x2F;miro.com" rel="nofollow noreferrer">https:&#x2F;&#x2F;miro.com</a> [4]: <a href="https:&#x2F;&#x2F;evernote.com" rel="nofollow noreferrer">https:&#x2F;&#x2F;evernote.com</a> [5]: <a href="https:&#x2F;&#x2F;obsidian.md" rel="nofollow noreferrer">https:&#x2F;&#x2F;obsidian.md</a><p>[6: App screenshots]: <a href="https:&#x2F;&#x2F;drive.google.com&#x2F;drive&#x2F;folders&#x2F;1lOIfGaXKbymw7fQXjwBhD6JpUuZ-ez3f?usp=sharing" rel="nofollow noreferrer">https:&#x2F;&#x2F;drive.google.com&#x2F;drive&#x2F;folders&#x2F;1lOIfGaXKbymw7fQXjwBh...</a>
评论 #37159966 未加载
tagyroalmost 2 years ago
I developed a platform called <a href="https:&#x2F;&#x2F;rolematch.me" rel="nofollow noreferrer">https:&#x2F;&#x2F;rolematch.me</a>, designed to assist job seekers in tailoring their resumes to match specific job advertisements more effectively.<p>The platform employs a custom-trained Language Model (LLM) to perform a semantic analysis of both the resume and the job description. This analysis then generates practical suggestions that could enhance the applicant&#x27;s likelihood of bypassing Applicant Tracking Systems (ATS). Ultimately, the goal is to transform a job advertisement into a potential job offer.<p>Currently, rolematch.me is in its private beta phase. It does not collect or store any user data and is available free of charge. However, we are planning to introduce a premium version that will offer additional features such as cover letter assistance and job search capabilities.<p>For those interested in testing the platform, the invite code is the *name* of a well-known early cheat code. This code could be activated in the game Gradius by pressing buttons in a specific sequence.
评论 #37159832 未加载
romanhnalmost 2 years ago
I got tired of tracking the status of my job applications in spreadsheets and emails, and built Rolepad (<a href="https:&#x2F;&#x2F;rolepad.com" rel="nofollow noreferrer">https:&#x2F;&#x2F;rolepad.com</a>) to help with that. The goal is to help applicants focus on their job process and not expand mental energy on the mechanics of tracking dozens (and sometimes hundreds) of job applications. It&#x27;s got a few beta users and I&#x27;ve gotten positive feedback, but there are still a few things I need to add before its ready for primetime (aka Show HN).<p>The tool is free and helps you manage your job applications, pipeline status, interviews, emails, notes, etc. Notable features include the ability to leave detailed reviews of your job process (+ read others&#x27; reviews and get various per-company stats... this is new, went live yesterday - tracking more fine-grained data than Glassdoor and others), forwarding emails to save@rolepad.com so they can be tracked as notes within Rolepad, sharing your progress via Sankey charts, and more.
评论 #37157726 未加载
xiasonghalmost 2 years ago
<a href="https:&#x2F;&#x2F;chrome.google.com&#x2F;webstore&#x2F;detail&#x2F;jpt-chatgpt-code-interpre&#x2F;hhpkcgbmfdclebniepgkgnfmpbgijoaf" rel="nofollow noreferrer">https:&#x2F;&#x2F;chrome.google.com&#x2F;webstore&#x2F;detail&#x2F;jpt-chatgpt-code-i...</a><p>I&#x27;ve been working on a chrome extension that let&#x27;s you run python code in ChatGPT. You can see the output, see plots with matplotlib, upload and download files, use a bunch of packages, all thanks to Pyodide[0]. Basically ChatGPT&#x27;s own code interpreter but worse (it&#x27;s also free, you get what you pay for). It was important to me that it works completely locally and does not save any data.<p>It is one of my first personal projects and seeing the number of users go up makes me happy and want to keep improving it. I had to make my github repo private because I had an issue with a copycat, but I can make it public if people actually care.<p>[0] <a href="https:&#x2F;&#x2F;pyodide.org&#x2F;en&#x2F;stable&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;pyodide.org&#x2F;en&#x2F;stable&#x2F;</a>
评论 #37157864 未加载
jupenuralmost 2 years ago
I&#x27;m trying to solve the problem of &quot;how can I trust an e2ee messaging app on the web&quot;. Basically, the issue is that while e2ee messaging apps (think WhatsApp, Signal) assume no trust in the server, the user still has to trust the client -- and on the web, the server controls the client. Desktop and mobile platforms solve the trust issue in multiple ways: code signing, app stores, reproducible builds, publicly available hashes etc. On the web, none of that&#x27;s possible. That&#x27;s why Signal doesn&#x27;t have a web client. WhatsApp does, but using it defeats the point of e2ee.<p>My proposed solution is to use Service Workers to cache a web app in the browser and employ clever tricks to prevent the server from pushing updates to either the Service Worker or the caches. This way the user can then control any updates and verify new versions using means that are already familiar from other ecosystems: comparing hashes, trusting only signed code, etc.<p>The goal isn&#x27;t to develop a new e2ee messaging app. Instead I&#x27;m prototyping something that resembles an auto-update framework like Squirrel [1], only for web apps. Ideally it will be largely &quot;plug and play&quot;, i.e. you could take the existing WhatsApp web app, serve it using the updater framework, and your users would now have a trustworthy version of WhatsApp.<p>So far I have a small amount of PoC-level code validating several small parts of the larger concept. For instance, I&#x27;m fairly confident that I will be able to reliably prevent forceful server-controlled updates, which is a core requirement. Right now I&#x27;m in the process of formalizing a threat model, hoping to spot any gaps before I move forward with the implementation.<p>Feedback on the idea in general would be highly appreciated, but I&#x27;d also love to hear any more specific concerns regarding technical solutions, UX, etc.<p>[1] <a href="https:&#x2F;&#x2F;github.com&#x2F;Squirrel">https:&#x2F;&#x2F;github.com&#x2F;Squirrel</a>
jakelazaroffalmost 2 years ago
I just started working on this last week at Recurse Center — a live coding playground for audio effects: <a href="https:&#x2F;&#x2F;fxplayground.pages.dev" rel="nofollow noreferrer">https:&#x2F;&#x2F;fxplayground.pages.dev</a><p>The three main todos on my roadmap are:<p>- support languages other than JS (C&#x2F;C++ would be the obvious ones)<p>- improve the visualization<p>- improve debugging (e.g. if you have a syntax error)
boulosalmost 2 years ago
I had (have?) a side project to build a self-hostable Mint&#x2F;PersonalCapital&#x2F;whatever on top of ofxtools. The basic idea would be full control of your credentials, so you don&#x27;t have to trust a third-party like Plaid or Yodlee. Self-hosted doesn&#x27;t necessarily mean not supporting SaaS-ish behavior though, it&#x27;s fairly easy to do &quot;dump all my transactions to BigQuery in my own project&quot;.<p>I feel like self-hostable asset and expense tracking is something a few people would care about. I believe tech forward folks are faced with a choice between:<p>- Command-line tools like gnucash or ofxtools that are pretty bare bones<p>- Spreadsheets that are manually updated<p>- Give in, and hope that these companies don&#x27;t have data breaches<p>Those options kinda suck :). Does anyone want this? I made it part of the way, until I got infuriated by the sad state of &quot;open banking&quot; in Europe (a friend was interested, but is in Europe, where OFX isn&#x27;t popular).
评论 #37158171 未加载
lgrammelalmost 2 years ago
I’m working on ModelFusion, a TypeScript library for working with AI models (llm, image, etc.)<p><a href="https:&#x2F;&#x2F;github.com&#x2F;lgrammel&#x2F;modelfusion">https:&#x2F;&#x2F;github.com&#x2F;lgrammel&#x2F;modelfusion</a><p>It is only getting limited traction so I’m wondering if I’m missing something fundamental with the approach that I’m taking.
评论 #37169968 未加载
评论 #37168017 未加载
leiferikalmost 2 years ago
I&#x27;ve been working on TurboScribe (<a href="https:&#x2F;&#x2F;turboscribe.ai&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;turboscribe.ai&#x2F;</a>) for a few weeks and preparing to &quot;officially&quot; launch soon.<p>I think high-quality AI transcription should be a <i>lot</i> cheaper.<p>It&#x27;s pretty simple: Unlimited transcription (powered by Whisper) for $10&#x2F;month. Upload your audio&#x2F;video files, get your transcripts (and export to many common formats).<p>There&#x27;s a free tier of 4 transcripts (i.e. up to 2 hours) per day if you&#x27;d like to check it out.<p>TurboScribe is especially designed for individuals who need to transcribe larger volumes of audio&#x2F;video (i.e. dozens or hundreds of hours, including at the highest Whisper large_v2 quality level) or just don&#x27;t want to have to worry about getting billed by the hour, hitting some ridiculously low cap, etc.
评论 #37164528 未加载
bcjordanalmost 2 years ago
What a wonderful idea, would love to have this be a monthly thread.<p>Homebrew clubs style—bring the half-baked experiments you&#x27;ve been tinkering with, we&#x27;ll all learn something from it
评论 #37170948 未加载
j-romalmost 2 years ago
I built Carve, a site that lets users schedule Google Calendar meetings with 1-click. There are a bunch of features I want to add but I want to make sure that this is a real problem first.<p>Link: <a href="https:&#x2F;&#x2F;carvemeetings.com&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;carvemeetings.com&#x2F;</a>
评论 #37156242 未加载
radicalriddleralmost 2 years ago
<a href="https:&#x2F;&#x2F;www.webtospeech.app" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.webtospeech.app</a><p>It takes a URL and a voice selection, sends it off to Azure TTS speech service. The backend handles converting the HTML to SSML, it&#x27;s really a one step solution to converting web pages to audio files that you can download, or stream on the platform.<p>I use it a lot for Hackernews articles at work, where I want to keep working, but there&#x27;s an interesting article that I want to read.<p>The voices that come from Azure are reasonably good enough.<p>It&#x27;s just an Astro app for the frontend, with a golang service behind it that parses the webpages and sends it off the azure. Also using supabase for authentication and database storage, although I&#x27;m using Cloudflare for it&#x27;s R2 storage of audio.
SeanAndersonalmost 2 years ago
I&#x27;m creating a 2D ant colony simulation that runs 24&#x2F;7 in your browser. It&#x27;s supposed to feel like a pet and you&#x27;re supposed to want to keep it alive and check in on it as tunnels are dug, ants are born, food is found, etc.<p>You, the proud owner of some new ants, must keep them alive. For the MVP, you&#x27;ll just get a ration of food each day when you show up, but there&#x27;s a catch. To unlock the food, you need to arrive at a self-designated time each day, you can&#x27;t miss your time window, and you&#x27;ll need to participate in a breathing exercise. Black screen, white text, breathe in&#x2F;out, repeat for a minute, etc. You emerge calmer than before, get your food, feed your ants, watch them thrive, and get on with your day.<p>Long-term, I&#x27;d like to continually increase the complexity of the simulation to make it more engaging, disguise the self-care offerings behind game lore&#x2F;mechanics, and provide more self-care offerings such as journaling or guided meditation.<p>The goal is to get people who like using technology a lot to unintentionally dedicate a few minutes each day to checking in on themselves. They get into it thinking they&#x27;re caring for some wannabe-Tamagotchi ants, but they stick with it because they&#x27;re on a seven day self-care streak, feel good about that, and don&#x27;t want to let their ants down. It&#x27;s similar to <a href="https:&#x2F;&#x2F;finchcare.com&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;finchcare.com&#x2F;</a> but less on-the-nose about feelings and more for those who&#x27;d appreciate a RimWorld &#x2F; Dwarf Fortress simulation aesthetic.<p>This is my first attempt at anything like a ~game and I have very little to show in way of functionality, but I&#x27;ve been enjoying teaching myself Rust&#x2F;Bevy and writing with an ECS-first mindset. Trying to use these tools has slowed down development several magnitudes compared to throwing TypeScript at the wall, and I haven&#x27;t seen significant benefits yet, but I&#x27;m hoping that long-term the low-level control and fast-growing game engine will pay dividends.<p>Anyway, here&#x27;s a few ants which dig dirt and make some sand piles. I know it&#x27;s not much :)<p><a href="https:&#x2F;&#x2F;ant.care&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;ant.care&#x2F;</a><p>I&#x27;m hoping to get people checking back on their ants for seven straight days by spicing up the visuals a little bit, adding a queen, nesting, egg laying, hunger, death, and then a top-down view for food discovery &#x2F; pheromone trails.
评论 #37159972 未加载
评论 #37157927 未加载
aantixalmost 2 years ago
Call Stacking is a Ruby on Rails debugger that captures everything for a given request - each method call, params&#x2F;argument&#x2F;return values, class name&#x2F;method&#x2F;line of execution. You can visibly see which method called which, as each method call is nested relative to its parent callee. In a single consolidated timeline.<p><a href="https:&#x2F;&#x2F;callstacking.com&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;callstacking.com&#x2F;</a><p>The state of debugging is kind of in the dark ages. I bet I spend 90% of the time on a feature just trying to figure out the execution path - what method calls what other method and under what context. It only gets harder as the code base grows.<p>Call Stacking is an attempt to automate that discovery process.
chevetalmost 2 years ago
<a href="https:&#x2F;&#x2F;www.inouts.com" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.inouts.com</a><p>I build Inouts - a search engine for online tools without BS, with a focus on specific examples of their use.<p>Instead of browsing seo optimized pages, fake &quot;top X tools for ...&quot; rankings or websites full of dark patterns where, for example, only at the end of the process you find out that you have to pay, you can use Inouts.<p>Currently in the database there are more than 5000+ tools and even more examples of their use. Categorized in over 1000+ tasks they solve. You can easily find the right tool through the search engine and filters such as:<p>- inputs, outputs<p>- tasks<p>- payment plans (free, paid)<p>- platforms (website, mobile app, etc.)<p>- features (no account required, no CC required, no watermark, etc.)<p>Currently works best on desktop.
评论 #37169599 未加载
评论 #37203045 未加载
评论 #37173057 未加载
patrulekalmost 2 years ago
Ive started 3 projects i would like to come back someday:<p>1) HoM&amp;M3: Hota player vs AI battle simulator - i already did some reverse engineering of AI used in battle and reimplemented some game mechanics to be able to run simulations with a few units. Purpose: to find average best possible output for given fight scenario.<p>2) Benchmark runner, database and visualization - i have some code for db, cli and dsl used for querying data. Purpose: to find performance regressions in subsequent builds and to give nice visualizations of product performance for management and marketing.<p>3) General purpose scripting language built in Go. No code, but most of the grammar already defined. Purpose: mostly educational.
jfilover 1 year ago
Over 2 months I monitored block-list data for the shared IP pools that Marketing Automation vendors offer their customers (Act-On,Campaign Monitor,Eloqua,Hubspot,MailChimp,Marketo,Pardot). Now that I have the data, I&#x27;m analyzing it and writing an article. I&#x27;ll be sharing figures for average MTBF, MTTR and the 2 main approaches vendors use to manage their IP pool. If you can think of other insights that people would be interested in, or are interested in doing an initial reading, then do reply!
ananthakumaranalmost 2 years ago
I am building a Web UI called paisa[1] to visualize personal finance data. We currently have very good command line tooling for this (ledger&#x2F;hledger&#x2F;beancount). A Web UI will make it even easier to see what&#x27;s going on with your finances.<p>I am interested in knowing what are the common problems you face with command line approach that can be solved via a Web UI<p>[1]: <a href="https:&#x2F;&#x2F;github.com&#x2F;ananthakumaran&#x2F;paisa">https:&#x2F;&#x2F;github.com&#x2F;ananthakumaran&#x2F;paisa</a><p>[2]: <a href="https:&#x2F;&#x2F;paisa-demo.ananthakumaran.in&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;paisa-demo.ananthakumaran.in&#x2F;</a>
goddamnyouryanalmost 2 years ago
I have literally so many not done projects (maybe I have adhd)<p>- TripSync: A “shared travel plans app” for you and your friends. Essentially tells you where your friends are going to be when and when you’ll be in the same area. (For iOS, not yet launched of course)<p>- cookmatic: recipe organization and parsing: <a href="https:&#x2F;&#x2F;cookmatic.co" rel="nofollow noreferrer">https:&#x2F;&#x2F;cookmatic.co</a><p>- polyfill: finding developer jobs based on company values as opposed to programming languages: <a href="https:&#x2F;&#x2F;polyfill.work" rel="nofollow noreferrer">https:&#x2F;&#x2F;polyfill.work</a><p>- tweeker: a&#x2F;b and multi variate testing: <a href="https:&#x2F;&#x2F;tweeker.io" rel="nofollow noreferrer">https:&#x2F;&#x2F;tweeker.io</a><p>- payote: custom stripe invoice data and invoice plugin for your site: <a href="https:&#x2F;&#x2F;payote.co" rel="nofollow noreferrer">https:&#x2F;&#x2F;payote.co</a><p>- minotaur: using Spotify data and YouTube to make a free web based music player with a better, simpler ui: <a href="https:&#x2F;&#x2F;minotaur.fm" rel="nofollow noreferrer">https:&#x2F;&#x2F;minotaur.fm</a><p>Some are essentially finished, others are barely started.
choudharismalmost 2 years ago
I’m building <a href="https:&#x2F;&#x2F;coldpress.ai" rel="nofollow noreferrer">https:&#x2F;&#x2F;coldpress.ai</a> - the idea is to be a large library of labelled datasets (both free and paid), so that ML folks can spend less time hunting down data and more time working on the model.<p>I don’t want to entirely replace the data gathering + annotation workflow for everyone, but I believe that ready-to-go data can reduce the barrier of entry for ML projects, make _some_ people realize that they don’t really need their own data collection, and even help large businesses reduce their dependency on Scale &#x2F; Appen.
bytasvalmost 2 years ago
We’ve been building Design&#x2F;UI development app with first class support for code generation (react + next) - <a href="https:&#x2F;&#x2F;www.kubi.design" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.kubi.design</a><p>It’s UI&#x2F;UX is pretty similar to Figma (you can import from Figma). We do support integration of your own design system, that means that you can use actual code components in design canvas with all interactions and business logic. (Currently we have integrated Ant design and Mantine libraries)<p>We are looking for beta testers who want to speed up UI development or simply save money on FE development.
codazodaalmost 2 years ago
I&#x27;m working on an application where you share your business idea with an AI which evaluates and ranks ideas. It scores the idea, explains why it scored the way it did, and offers suggestions for improvement.<p>That&#x27;s double meta in this thread, I know.<p>I don&#x27;t have an MVP yet but I&#x27;ve been testing and tweaking prompts. An early strategy might be to release this as a free open source app and then offer extra business value later. I created an email form in case there&#x27;s any interest here.<p><a href="https:&#x2F;&#x2F;tally.so&#x2F;r&#x2F;mK5J6K" rel="nofollow noreferrer">https:&#x2F;&#x2F;tally.so&#x2F;r&#x2F;mK5J6K</a>
评论 #37156458 未加载
mattigamesalmost 2 years ago
A webapp that lets you quickly record over existing YT videos (or TikTok), putting your face over the video in a little overlay circle, so you can make commentaries about any existing video, it will support multiple YT videos so you can mix them for whatever reason (e.g. your video of top 5 doom mods that you clipped together 5 different videos), the main focus would be to make it easy, no dragging bars like most video editing software; you record, you click &quot;undo&quot; if you didn&#x27;t like the record, by default they are saved in the order you recorded
andy800almost 2 years ago
<a href="https:&#x2F;&#x2F;www.casinojoblist.com" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.casinojoblist.com</a>, which I hope is self-explanatory. Updated daily.<p>Problem is getting any kind of SEO success. The site is functional and designed to be as easy to use as possible, what it doesn&#x27;t have are any articles, blogs, ads, pricing, or distractions (other than multiple casino-related themes, for a little bit of flair). What&#x27;s good for users (I hope) seems to suppress any presence in search engines, however.
评论 #37173085 未加载
zzo38computeralmost 2 years ago
I have made many projects, some of which are incomplete. In the case of Free Hero Mesh (a puzzle game engine, like MESH:Hero but many enhancements; in fact I originally wrote it because I wanted to play Hero Hearts on Linux) maybe it is too late (it is ready for use although improvements may be made in future; some features are incomplete so far). I also had incomplete (and not working yet) such as Pokemon Text Battle (supposed to be a Pokemon battle simulator in C, with a C API (do you have some ideas about how this API could work? I have some ideas but I am not sure that they are very good (I partially wrote the .h file so far), so I want to ensure to improve it before it is implemented); there are some features I had wanted to implement that other battle simulators lack, including a telnet-based implementation), and a currently unnamed operating system design (I have many ideas but no name yet; this includes a capability-based system with proxy capabilities, a hypertext file system with no file names and no directory structures (file streams can contain links to other files though, both to a fixed version and do a varying version are possible), a common file format for most types of data which can even be (text, tables, time series, and many others), integrated command-line with GUI, accessibility and multilingualization, non-Unicode, and many other ideas; I have written some about it on Usenet).
iwebdevfromhomealmost 2 years ago
Back before Apollo the client for Reddit announced that it was going to disappeared, i started working on a client with the same dark scheme and ui feel as Apollo but for HN.<p>I did this as a way to play around with iPod development and swift and i made it pretty far, more than expected, using the hn api powered by fire ase.<p>I eventually got into an issue with hn stories with too many comments. I need to rethink my approach on how to handle these cases, otherwise the app crashes when it tries to render 800 comments or so.<p>Overall it was a fun learning experience.
评论 #37158300 未加载
drekipusalmost 2 years ago
Damn, I&#x27;m most likely late for this.<p>I&#x27;ve got a project called <a href="http:&#x2F;&#x2F;digitapes.app&#x2F;" rel="nofollow noreferrer">http:&#x2F;&#x2F;digitapes.app&#x2F;</a> - very much not-finished yet, but would be interested in hearing some thoughts.<p>The basic premise is that it&#x27;s an easier media archiving &#x2F; montage tool. Rather than saving everything to google&#x2F;apple photos, this allows you to &quot;share&quot; to digitapes instead (much like you might &quot;share&quot; to your family members via messenger) - then digitapes puts them all together into a montage reel that you can watch &#x2F; download &#x2F; share.<p>You could also give access to your friends, who they can &quot;share&quot; it to your tape, so the group of you can make a montage of the holiday you all took.<p>I also wanted to break away from subscription pricing: you buy a tape for X dollars, and it should continue to exist* (maybe it becomes read-only after a little bit, and it has a size &#x2F; length limit). - this obviously requires more people to buy more tapes, to keep the business going.<p>I made it with idea of keeping &quot;home movies&quot; for my daughter. My wife and I have video tapes from when we were young, but digital media has a &quot;cheap and plenty&quot; vibe, so I wanted to have a special place that i could easily store and montage photos and videos of my daughter while she grows up.<p>I&#x27;ve just been too busy with raising her to finish it off, unfortunately. :D
aschleckalmost 2 years ago
A website making trail data from OpenStreetMap easily browsable: <a href="https:&#x2F;&#x2F;trailcatalog.org&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;trailcatalog.org&#x2F;</a><p>Myself and a friend have been working on this for quite a while. It&#x27;s frustrating because it has come so far (showing trail data worldwide interactively on a tiny budget is challenging), and yet it is so far from being something super useful like AllTrails due to low data quality and a lack of relevant features (photos, reviews, etc etc.)
评论 #37157869 未加载
psychomugsalmost 2 years ago
I&#x27;ve been working on a redesign of a small robot platform I designed in grad school ( <a href="https:&#x2F;&#x2F;github.com&#x2F;psychomugs&#x2F;r0b0">https:&#x2F;&#x2F;github.com&#x2F;psychomugs&#x2F;r0b0</a> ). We designed the robot as a small robot construction kit for other researchers and roboticists, and is basically a floating head under a fabric exterior. My last research project used the robot as a tabletop motion-controlled telepresence device accessible through a no-downloads mobile browser.<p>I never had the time to polish the platform so I did a ground-up hardware and software refactor. The hardware was redesigned as an homage to popular snap-fit robot model kits, with runner layouts and instructions ( <a href="https:&#x2F;&#x2F;github.com&#x2F;psychomugs&#x2F;r0b0&#x2F;blob&#x2F;main&#x2F;docs&#x2F;assets&#x2F;blsm&#x2F;blsm.pdf">https:&#x2F;&#x2F;github.com&#x2F;psychomugs&#x2F;r0b0&#x2F;blob&#x2F;main&#x2F;docs&#x2F;assets&#x2F;bls...</a> ).<p>I&#x27;ve tried to generalize the software as an `aconnect` for non-robot-specific hardware devices. The software powers this digital back I designed for my &gt;50-year old Leica M2 ( <a href="https:&#x2F;&#x2F;www.raspberrypi.com&#x2F;news&#x2F;leica-mpi-a-pi-zero-retrofit-camera&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.raspberrypi.com&#x2F;news&#x2F;leica-mpi-a-pi-zero-retrofi...</a> ) and enables quick prototyping of physical IO, e.g. using a MIDI keyboard to control motors or a gaming joystick to control a mouse.<p>It&#x27;s mostly a passion project to refine the platform into something more usable than how it was left, but I&#x27;m open to suggestions or beta testers!
flarcoalmost 2 years ago
<a href="https:&#x2F;&#x2F;github.com&#x2F;dbnet-io&#x2F;dbnet">https:&#x2F;&#x2F;github.com&#x2F;dbnet-io&#x2F;dbnet</a><p>dbNet is a web-based SQL IDE using Go as a backend, and your browser as front-end. I built it because I was unsatisfied with the database clients out there. Alot of them are top-heavy, unintuitive, slow or expensive.<p>Here are some of the databases it connects to:<p>Clickhouse Google BigQuery Google BigTable MySQL Oracle Redshift PostgreSQL SQLite SQL Server Snowflake DuckDB
DamnInterestingalmost 2 years ago
I have been tinkering with this word game for something like 6 years. It is intended for mobile, though it works adequately on desktop. It is a virtually endless word-finding game that can be played solo or taking turns with a friend. I still need to add some game modes and more interaction, but the bones are there:<p><a href="https:&#x2F;&#x2F;wordwhile.com&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;wordwhile.com&#x2F;</a><p>Be gentle, it&#x27;s running on a budget server.
评论 #37159065 未加载
评论 #37157915 未加载
评论 #37170624 未加载
评论 #37157617 未加载
runar-rkmediaalmost 2 years ago
I&#x27;ve been working on a mathematical puzzle-game, sort of like 2048, but with real mathematics.<p>Rules:<p>- Combine cells by dragging over them to create a adjacent path, that either multiply or add up to the last cell in the path, like 2*3=6 or 4+5=9. - Swipe in any direction to move the cells in that direction.<p>The game uses visual color-code to help the user to get an intuitive feel for which numbers can be multiplied together. Most people will get a sense of this without an explanation, but technically the color coding are the fractions of the number. For instance if the target cell is 12, it has two orange(2) and one green(3). In this case, one can look at cells close to the target that has those colors, instead of performing the calculation.<p>--- I&#x27;ve been working on this for about a year in my spare time. I think that the most important part that is missing now is a nicer UI, as well as to tweak the controls a bit.<p>I&#x27;ve had a ton of fun with this one, with various over engineered implementations (it&#x27;s my personal project, so I can can do that if I want), and learned a ton.<p>Interesting highlights:<p>- Generating fun, varied and challenging boards. - Using bitmaps to create a custom but memory-space-effective representation of every action taken on a board.<p>As for a pricing model, I think it will be free, with a _Buy me a coffee_-button or similar.<p><a href="https:&#x2F;&#x2F;gotally.fly.dev&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;gotally.fly.dev&#x2F;</a>
francescogioralmost 2 years ago
I&#x27;ve created &quot;AlbertBro,&quot; an AI math tutor chatbot for kids aged 10 to 16. It helps with math homework by solving problems from photos. Available as a Progressive Web App at <a href="https:&#x2F;&#x2F;photo2math.com?hn=1" rel="nofollow noreferrer">https:&#x2F;&#x2F;photo2math.com?hn=1</a><p>Mobile users can snap a math problem pic, desktop offers drag-drop, paste &amp; file upload. Crop pics for accuracy, AI converts to LaTeX for analysis. The rest is math GPT with a system prompt
评论 #37161532 未加载
unrealpalmost 2 years ago
Breath focused meditation gear syncronized with pulse rate - today people breathe based on a count, like 4-7-8 is a popular pattern. 4 count inhale - 7 count hold - 8 count exhale. problem is the pattern doesnt account for metabolic level, so I plan to use pulse sensor to monitor pulse and breathing count will be in terms of pulses. This might create some feedback loop so not sure if it will work.<p>The gear I have is a cheap heartbeat&#x2F;pulse monitor integrated with raspberry pi.
sailorganymedealmost 2 years ago
I am working on a note taking tool which is like Notion and Apple Notes had a baby. As an engineer, I gotta take a lot of notes for my own personal use. I found apps like Notion way too overkill and expensive, Obsidian required way too much time to set up to get it to be useful and Apple Notes was a bit too simple. So a half way between the both would be incredibly productive for me!<p>Got the database stuff all set up - now need to get the commands to work...
duttishalmost 2 years ago
I&#x27;m a big fan of json schemas, but it&#x27;s hard to know what one is missing so for years I&#x27;ve looked for a json schema based fuzzer for http backends, now I&#x27;ve started building one. Even if the input data passes schema validation, does the backend crash because a case can&#x27;t be caught in schema?<p>The basic idea is you upload the jsonschema to a website and get a binary in return. This binary generates data based on that schema and sends it to endpoints as &#x2F; how &#x2F; when you want. Set up a VM with your backend and let it run for a week, look at the report to find any crashes, repeat. Maybe with some nice webhooks etc.<p>The reasons to do this by sending a binary the user run themselves instead of over the network are that fuzzing will generate a _lot_ of requests, with a binary you can have it running on localhost and cut down on time.<p>Value prop: Find crashes in backend code and help you improve your input validation schemas.<p>Later I&#x27;ve realized that it can just as easily be used to generate test data, lots of test data too, but that probably requires different marketing etc.<p>Hoping to have a PoC up before end of year or so if anyone is interested.
asaddhamanialmost 2 years ago
I’ve been building an app that lets you convert rough notes into articles that match your writing style. The app is called PenPersona, here’s the landing page: <a href="https:&#x2F;&#x2F;beta.penpersona.com" rel="nofollow noreferrer">https:&#x2F;&#x2F;beta.penpersona.com</a> and here’s the app <a href="https:&#x2F;&#x2F;app.penpersona.com" rel="nofollow noreferrer">https:&#x2F;&#x2F;app.penpersona.com</a><p>The idea is to remove friction in the writing process. I’ve always wanted to be more regular with my writing, and I have a long list of topics I want to write about with notes on quite a few. I have content, converting those rough notes into blog posts is a time consuming process. I can get GPT to rewrite the notes but it’ll not preserve my writing style and will stand out as AI generated content even though it’s not.<p>PenPersona is able to look at samples of your writing, generate a “persona” from those samples, and then apply it to notes to convert them into articles matching the style from those samples.<p>While working on this I’ve seen many similar apps which gives me reassurance that it’s a real problem, but I’m not sure I want to enter a crowded market and the product feels more like a feature rather than a full product to me.
bdgalmost 2 years ago
<a href="https:&#x2F;&#x2F;leftwardsplanning.com&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;leftwardsplanning.com&#x2F;</a><p>I&#x27;m building a planning methodology for tech teams to use once they know what they want to build in an iteration. This is meant to be the missing near-term tactical planning framework, not yet another long-term-roadmap concept.<p>Happy to help facilitate planning too with anyone who wants to try it in their team but isn&#x27;t sure how to start.
danielvaughnalmost 2 years ago
I&#x27;ve been working on a domain-specific language for UI designers, called Matry.<p>The language is:<p><pre><code> - platform agnostic - component oriented - designed to feel intuitive to non-technical users </code></pre> I&#x27;ve been at the drawing board for a long time, stuck in syntax design. So I don&#x27;t have a working prototype. But I do have a landing page and some documentation:<p><a href="https:&#x2F;&#x2F;matry.design&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;matry.design&#x2F;</a><p><a href="https:&#x2F;&#x2F;github.com&#x2F;matry&#x2F;documentation">https:&#x2F;&#x2F;github.com&#x2F;matry&#x2F;documentation</a><p>My philosophy is this: over the last decade or so, the design world has been attempting to get closer to developers and collaborate more closely. While there&#x27;s a lot of excitement and energy from the design side to solve this problem, I don&#x27;t see as much enthusiasm from the dev side. So what I&#x27;m trying to do is carve out a space in the software development toolchain specifically for designers - an approach I&#x27;m calling &quot;design inclusion&quot;.<p>The real question is <i>how</i> to do this. Most attempts from the design side fall under two categories - making design tooling more programmatic (aka Figma), and introducing no-code or low-code tools. I think both of these fall short in various ways; it wouldn&#x27;t be practical to list those reasons here. If this gap is going to be bridged, I think the solution has to come from engineers. We have to define an interface for design contribution, and over the years that I&#x27;ve spent thinking about this problem, I&#x27;ve come to the conclusion that a formal language is by far the most versatile and efficient way to create that bridge.
plow-tycoonalmost 2 years ago
I don&#x27;t have a link to anything yet, but I&#x27;m working on a mac app that&#x27;s intended to help programmers observe their own productivity in an objective but configurable way, and provide a more cohesive interface for working with independent project management tools. This is particularly for people who struggle with things that their managers tend to assume that everyone has the same capability of managing, like when was the last time you updated a Jira comment thread that directly connects to a GitHub PR review, that directly connects to a Git Branch. You might go and push some code, but forget to re-request review, or forget that someone asked a question in the thread, because you don&#x27;t have native notifications.<p>I haven&#x27;t worked out a coherent UI for this quite yet, but ideally you&#x27;d be able to give yourself a notification that a branch you were working on hasn&#x27;t seen any updates in some time, or that you did commit but haven&#x27;t pushed, or haven&#x27;t changed the status of the Jira ticket back into review.<p>If anyone has these problems, I&#x27;d love to hear if anything like this would be useful.
collaborativealmost 2 years ago
Aisearch.vip<p>I have given up on it because it belongs to a market that requires being a large, well-known entity (search). So I just use it for myself since I find it extremely helpful, but I am always happy when random users give me tips ans suggestions on how to improve it further. It&#x27;s not 100% done and it&#x27;s capped at one free search per day because again, I am not trying to grow it
soultreesalmost 2 years ago
As someone who has been majorly affected by the Hollywood strikes, I finally dived in and spent the time needed to make mistakes to continually learn how to program.<p>That said, ive been working on a node.js PDF Text screenplay parser that will ultimately push out a JSON object according to an initiative to standardize all screenplay objects in screenJSON[0].<p>Here is the github for my project, it’s messy but I’m about 80% there and just need to spend more time on Regex to catch edge cases. Currently working on a next.js front end that maps out the script into a visual format but that’s not ready to be seen yet. Also don’t judge me on the name, it’s not going to stay as that. No AI as of yet, but could use text classifiers to be able to tell the difference between a key prop, and say, a camera movement but I’m trying to get as far as I can without LLM help of the classifications.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;mattrichmo&#x2F;ScreenBaby">https:&#x2F;&#x2F;github.com&#x2F;mattrichmo&#x2F;ScreenBaby</a>.<p>[0] <a href="https:&#x2F;&#x2F;screenjson.com" rel="nofollow noreferrer">https:&#x2F;&#x2F;screenjson.com</a>.
评论 #37157014 未加载
davearmsalmost 2 years ago
I’m still actively developing offline and on a temporary domain and using screenshare demos and online surveys to get feedback.<p>Developing a new approach to the online local business directory portals where we start with the user and their end goal to then suggest businesses and bundle deals<p>instead of assuming they’ll start with location, category or keywords (plumber, London) and then have to filter based on price and ratings.<p>The platform encourages local business to cross-promote, cross&#x2F;upsell and offer bundles with non-competing business.<p>An example; user wants their pool and garden cleaned and trimmed.<p>Instead of searching for two businesses and starting two conversations, and payments, the gardener and pool cleaner can come together to offer a Summer clean up.<p>One click. One payment. Two services. Service is delivered, and we pay out minus a small commission.<p>It’s more a multivendor e-commerce marketplace focused on local business and cooperation than a listings site.<p>And already partnered with a B2B2C messaging app that coordinates business and customers via email&#x2F;SMS - so it doesn’t fall apart once the deal is sold.<p>I’ll have something to share soon.
packetlostalmost 2 years ago
I want to integrate automatic code documentation with knowledge graph&#x2F;wiki software. Think Logseq [^0] or Obsidian but with code docs integrated into it, both from public documentation sites but also internal&#x2F;private codebases. I&#x27;ve done no work to begin implementing this and I have no idea if anyone would find it helpful or not. For me, frequently the thing that slows me down most is having to break my coding flow and search for docs on the thing I&#x27;m writing. There&#x27;s integrations in my editor for some things (Rust and Go both have pretty great support for this with their LSPs), but often I need more in-depth docs than what is immediately provided. Further, I firmly believe that most of the knowledge <i>about</i> a codebase should live in or next to that codebase. I&#x27;d really like to have a knowledge graph that integrates fully into the development cycle.<p>[0]: <a href="https:&#x2F;&#x2F;logseq.com&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;logseq.com&#x2F;</a>
fishywangalmost 2 years ago
I wrote a service (Google Cloud Run as the backend, with Telegram bot as the frontend) to generate readable ePub from URLs and send directly to e-ink readers. It was originally wrote for reMarkable 2 (using reMarkable cloud), I recently added support for Kindle (by using the send-to-kindle emails). The code is at <a href="https:&#x2F;&#x2F;github.com&#x2F;fishy&#x2F;url2epub">https:&#x2F;&#x2F;github.com&#x2F;fishy&#x2F;url2epub</a> and I blogged about the recently added kindle support at <a href="https:&#x2F;&#x2F;b.yuxuan.org&#x2F;url2epub-kindle" rel="nofollow noreferrer">https:&#x2F;&#x2F;b.yuxuan.org&#x2F;url2epub-kindle</a>.<p>I&#x27;m open to suggestions on what other e-ink platforms to add, as long as they have a reasonable cloud API. I&#x27;m also looking for a good e-ink platform to move to personally, as it becomes apparent that reMarkable really doesn&#x27;t want third parties to use their proprietary cloud &quot;API&quot;.
dc_rogalmost 2 years ago
Love this askHN post.<p>I&#x27;m currently working on &quot;JobMailer&quot;.<p>When I was looking for a job and applying to 100-200 positions, I got really good at the process. To me it seemed like a somewhat wasted skill set, because I was just looking for one job (unlike, for example, trying to acquire customers).<p>&quot;JobMailer&quot; rebundles paid subscription features that a job seeker might use only a handful of times over their search period and automates manual application tasks:<p>- Find good fit companies and jobs<p>- Reword resume&#x2F;CV to mirror or match job description and keywords<p>- Find recruiter and hiring manager email addresses<p>- Write cover letter and send email to recruiter&#x2F;hiring manager to get noticed<p>- Track email opens<p>- Single page hub for all application statuses (think Mint but for all different company application login pages)<p>The goal would be to semi-automate and submit ~50 high-quality and tailored applications in the first 30 days for a user.
hardwaresoftonalmost 2 years ago
<a href="https:&#x2F;&#x2F;nimbusws.com" rel="nofollow noreferrer">https:&#x2F;&#x2F;nimbusws.com</a><p>I&#x27;ve been working on a managed service provider for smaller clouds -- right now it&#x27;s focused on Hetzner.<p>A few services (redis, webpage analytics) have already been released on Nimbus and next is Object Storage next and it&#x27;s quite a big lift!<p>The dogfood tastes great so far! I&#x27;ve been able to consolidate a bunch of instances I was running and mange them centrally which is fine (I had a lot of side projects).<p>I&#x27;ve been having trouble finding the right people to try it out and give me feedback&#x2F;see if they&#x27;d use it regularly, and if you&#x27;re running on Hetzner (or have avoided it because they didn&#x27;t have managed services) I&#x27;d love to hear from you.<p>[EDIT] - I should note, there IS a free tier, but a credit card is required. You can launch an ephemeral redis instances for absolutely free, but I do have a CC gate up to help mitigate fraud (and to see if I&#x27;ve built something people actually want!).
continuationalalmost 2 years ago
Firefly is a programming language that aims to simplify full-stack development:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;Ahnfelt&#x2F;firefly-boot#readme">https:&#x2F;&#x2F;github.com&#x2F;Ahnfelt&#x2F;firefly-boot#readme</a><p>It comes with IDE support and such, and the language itself is more or less done, but there are so many other things to do before it&#x27;s ready for serious work :)
maximmcnairalmost 2 years ago
I&#x27;ve been writing a series on _Image Processing_ algorithms in WebGL covering a range of topics such as Color Correction, Blend Modes, Thresholding, Dithering, Convolution and Film Grain.<p><a href="https:&#x2F;&#x2F;maximmcnair.com&#x2F;webgl-image-processing" rel="nofollow noreferrer">https:&#x2F;&#x2F;maximmcnair.com&#x2F;webgl-image-processing</a>
1-morealmost 2 years ago
I want to learn-in-public making an interpreter for my fellow C students.<p>I&#x27;ve been working on an incremental brainfuck-and-beyond interpreter. Brainfuck is nice because you can deal with single characters rather than lexing or parsing. Right now it&#x27;s just a brainfuck interpreter with all the bells and whistles you&#x27;d want animation, highlighting the loop you&#x27;re in, skipping the loop you&#x27;re in, memory tape visualizer, decent error messages when you write a bad loop. Here&#x27;s a preview (kinda ugg because everything has to live in one file) <a href="https:&#x2F;&#x2F;ellie-app.com&#x2F;nG99JJ3wt6da1" rel="nofollow noreferrer">https:&#x2F;&#x2F;ellie-app.com&#x2F;nG99JJ3wt6da1</a><p>I&#x27;d like to make a bit of a writing series on this: start with BF with one instruction and a single cell tape. Expand to cover everything in BF. Then expand out to a language slightly bigger until we have the idea of scopes being a thing.<p>Here are the ways I was thinking of expanding the language a bit in order to bring in new concepts:<p>- Bring in numbers where 10&gt; means &gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;. This means we need to parse more than one character at a time and introduce new ways of failing. Like maybe 5[ is a bad instruction because we don&#x27;t want to have a loop in there 5 times (or maybe we do?)<p>- Add variables. I know that sounds antithetical, but I think it&#x27;s interesting. Programs like &quot;++^var&gt;_var&quot; would mean &quot;increments the value in the current cell twice. Store that value into a variable named &#x27;var&#x27;. Move one cell to the right. Put the value stored in &#x27;var&#x27; into the current cell&quot; so then we have to keep track of what variables are what. Kinda fun.<p>- subroutines or even better function calls so that the current scope of variables can change. I have no idea what that would be like.<p>Anyways, is there anything like this out there already?
justinlloydalmost 2 years ago
<a href="https:&#x2F;&#x2F;github.com&#x2F;justinlloyd&#x2F;banderschnappen">https:&#x2F;&#x2F;github.com&#x2F;justinlloyd&#x2F;banderschnappen</a><p>I am working on a dedicated GPT AI Dungeon Master. Results have been promising so far. Though it has a ways to go before it is even remotely playable outside of &quot;yeah, it&#x27;ll break if you do that, let me load up the jupyter notebook that can handle that situation.&quot;<p><a href="https:&#x2F;&#x2F;github.com&#x2F;justinlloyd&#x2F;retro-chores">https:&#x2F;&#x2F;github.com&#x2F;justinlloyd&#x2F;retro-chores</a><p>A physical chores list with a digital component. Unfortunately it has languished for a year due to circumstances of life (family health issues). Now that things are settling down I can return my attention to it.<p>And I found a functional 4K 55&quot; TV on the street last night that was being disposed of, so I&#x27;m trying to decide what to do with that (apart from watching TV on it). I am thinking another cat toy, since the cats trashed their last one.
captn3m0almost 2 years ago
I’ve been working on a Jekyll SQLite plugin: <a href="https:&#x2F;&#x2F;github.com&#x2F;captn3m0&#x2F;jekyll-sqlite">https:&#x2F;&#x2F;github.com&#x2F;captn3m0&#x2F;jekyll-sqlite</a>.<p>Jekyll let’s you use CSV&#x2F;YAML&#x2F;JSON files as data source, but they’re unwieldy since the schema is fixed.<p>The plugin is meant to let you reshape your data before you use it within Jekyll. You get complete flexibility of SQLite, to let you join tables, use indexes etc.<p>What I can’t figure out is how to best do “dynamic” queries, say a query that needs to show the number of reviews on the restaurant page (restaurants is the table). Each of these page will need to run a dynamic query with the page.id variable.<p>SQLite Injection isn’t a big issue, since this is all trusted input. But I’d like something better than just Templating queries using liquid.<p>I’m doing some parameterized queries on the global level (see README). Need to find a nice way to do them locally.<p>Maybe just putting them in metadata would be a good way?
andrewljohnsonalmost 2 years ago
I am building a marketplace focused 100% on Magic: The Gathering, which I have played for 30 years.<p>Biggest issues are inventory and buyer-side bugs now. I wished I would have shipped a few months ago, got caught up on a feature I didn&#x27;t need to engage users.<p><a href="https:&#x2F;&#x2F;manapool.com" rel="nofollow noreferrer">https:&#x2F;&#x2F;manapool.com</a>
评论 #37171531 未加载
busymichaelalmost 2 years ago
I&#x27;m working on building better product merchandising with AI&#x2F;ML for online retailers.<p>The problem: creating unique, engaging product content is expensive and time consuming for retailers. Hiring content writers can cost $50-100 per product. Multiply that by 1000s of products and then add in constant product churn.<p>With uniquely tuned AI models, combined with a retailers raw product data, I can generate content that improves the buyer&#x27;s experience and leads to:<p>- higher conversions<p>- improved SEO<p>- standing out from competitors<p>The app includes:<p>- the unique LL models<p>- pipelines to connect to the retailer&#x27;s catalog<p>- a feedback mechanism to monitor the products (add to cart, conversions, on page time, etc) and test new content<p>I did pilot with a large wine retailer. We generated nearly 4,000 product descriptions and saw a near immediate increase in on page time and conversions. It is 90 days out we are now seeing an SEO gain too.<p><a href="https:&#x2F;&#x2F;intro.wtf" rel="nofollow noreferrer">https:&#x2F;&#x2F;intro.wtf</a>
vikpalmost 2 years ago
I&#x27;m writing a deep learning course called Zero to GPT - <a href="https:&#x2F;&#x2F;github.com&#x2F;VikParuchuri&#x2F;zero_to_gpt">https:&#x2F;&#x2F;github.com&#x2F;VikParuchuri&#x2F;zero_to_gpt</a> .<p>It teaches you everything you need to train an LLM, including the basics of deep learning and linear algebra. You learn the theory and the application. It includes written explanations, code, diagrams, and videos.<p>I believe that learning should be challenging enough to let the concepts sink in, so it&#x27;s not a course you can just skim. It also isn&#x27;t a &quot;just type this, trust me&quot; type of course - I think it&#x27;s important to always know why you&#x27;re doing something and how it works.<p>I&#x27;ve written 11 lessons, and I&#x27;m up to transformers - only a few more lessons to go. It&#x27;s been fun to write, but balancing time spent training models with writing the course has been hard. Hopefully I will get to finish it soon.
mateusfreiraalmost 2 years ago
I am currently developing an open-source (MIT) database that can be directly accessed from the frontend (browser and apps) , that is distributed, and capable to deliver data in real-time. The primary goal is to provide support for any use-case that requires close proximity to users and, most importantly, it is entirely free to use and run by yourself if desired.<p>If you would like to view it, please visit: <a href="https:&#x2F;&#x2F;github.com&#x2F;mateusfreira&#x2F;nun-db">https:&#x2F;&#x2F;github.com&#x2F;mateusfreira&#x2F;nun-db</a><p>Feedback is always welcome, especially if you have a use-case in mind that you believe it may be suitable for but are unsure. I have already utilized it in many of my personal projects and for a few clients with a small number of users, but I am hopeful that it will soon be ready for larger-scale implementation. Comments here, issues on GH or emails are welcome
LawrenceKerralmost 2 years ago
I know this isn’t a topic that would do well in the typical HN crowd, but, just in case someone out there shares my passion: I am working on “technoetic” projects.<p>That word, “technoetics”, beautifully encapsulates what I find most interesting: the exploration of consciousness through technological means.<p>My ambition would be to merge “maker culture” with fringe topics related to parapsychology, anomalous cognition (remote viewing), mind-matter interaction, … in a kind of open-minded and curious yet self-aware, artful, playful, and not-so-serious way.<p>To make it a little more specific but probably still very cryptic to anyone not familiar with this: I am working on software to support various “psi” experiments. For example, I want to make it really easy to do timestamped ARV-based predictions of future outcomes.<p>I don’t have anything to show publicly right now, but feel free to comment or reach out via mail (see profile) if this piques your interest too.
ian0almost 2 years ago
Had a tough year and found coding very therapeutic (not my day job - so go easy!). The results:<p><a href="https:&#x2F;&#x2F;www.sheetmonitor.com&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.sheetmonitor.com&#x2F;</a> - Time-based-analysis on aggregated google sheet data. You can point it at a google sheet and define what data you want to track. It then grabs aggregate data from the sheet at regular intervals so you can see how the sheet is changing over time. Its something thats not possible to do within the sheets themselves for a lot of circumstances. Nodejs, sheets api &amp; a time series DB.<p><a href="https:&#x2F;&#x2F;dafr.ink&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;dafr.ink&#x2F;</a> - Simple Goal orientated project tracking. Wanted to create a tool that was really really fast, sharable without anyone having to login, but with optional lazy authentication. Svelte &amp; cloudflare functions.
thangalinalmost 2 years ago
KeenWrite is my free, open-source, cross-platform desktop Markdown editor that can produce beautifully typeset PDFs. I started working on it years ago to help write a novel having a complex timeline and I couldn&#x27;t find a text editor that allowed me to integrate a character sheet with the story itself.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;DaveJarvis&#x2F;keenwrite">https:&#x2F;&#x2F;github.com&#x2F;DaveJarvis&#x2F;keenwrite</a><p>Here&#x27;s what I mean by using variables from the character sheet directly:<p><a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=CFCqe3A5dFg">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=CFCqe3A5dFg</a><p>Tutorials:<p><a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;playlist?list=PLB-WIt1cZYLm1MMx2FBG9KWzPIoWZMKu_">https:&#x2F;&#x2F;www.youtube.com&#x2F;playlist?list=PLB-WIt1cZYLm1MMx2FBG9...</a><p>CommonMark doesn&#x27;t propose a standard for bibliographic references. I&#x27;m wondering if anyone would find cross-references and citations in Markdown to be useful?
jborden13almost 2 years ago
Working on <a href="https:&#x2F;&#x2F;kindbuds.ai" rel="nofollow noreferrer">https:&#x2F;&#x2F;kindbuds.ai</a> - a platform where you can craft and deploy custom AI chatbots. You can use them on your site or plug them into our network (kind of like upwork for ai) of bots for users to discover&#x2F;interact with.<p>Like bots trained on a market: <a href="https:&#x2F;&#x2F;www.kindbuds.ai&#x2F;ght&#x2F;telluride" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.kindbuds.ai&#x2F;ght&#x2F;telluride</a><p>Or bots for utility: <a href="https:&#x2F;&#x2F;www.kindbuds.ai&#x2F;ght&#x2F;spence" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.kindbuds.ai&#x2F;ght&#x2F;spence</a><p>Or bots for business: <a href="https:&#x2F;&#x2F;www.kindbuds.ai&#x2F;ght&#x2F;knowmad" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.kindbuds.ai&#x2F;ght&#x2F;knowmad</a><p>Much is mid development - ultimately I&#x27;m deep working on finishing out the sites UX, bot output and functionality.
ru6xul6almost 2 years ago
As someone who enjoys exploring and learning about new fields, I often lack a curriculum of learning materials. To solve that problem, I&#x27;m parsing wikipedia to create a knowledge graph composed of &quot;concepts&quot; linked to each other. Every &quot;concept&quot; has some prerequisite of other &quot;concepts&quot;, say, in order to learn differential equation I need to first learn about calculus, etc. Therefore, if I were to learn about self-driving cars, I can mark the starting point (concepts I already know of) and the target (most important 50 concepts for self-driving car), and the graph would give me the best path to achieve my target. Therefore, I can be self-guided in my learning with the help of a knowledge graph similar to technology tree in games. Let me know what you think!
roomsnewsletteralmost 2 years ago
I&#x27;ve been working on a new newsletter for the last month and a half called Rooms where I feature creative individuals homes as well as a brief interview regarding their thoughts on design:<p><a href="https:&#x2F;&#x2F;rooms.substack.com&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;rooms.substack.com&#x2F;</a><p>Would love any general feedback or ideas!
评论 #37257227 未加载
评论 #37158100 未加载
smoggalmost 2 years ago
W nutrition planning app that focuses on looking at an entire week, instead of daily goals. It&#x27;s based on a spreadsheet-system I&#x27;ve been using for a while: the idea is that you can have a pizza night and eat a little bit more on Friday by recovering from the extra calories throughout the rest of the week.
评论 #37159202 未加载
zenkins1019almost 2 years ago
I have been working on a product which uses AI in the backend to improve email and growth marketing.<p>Our product flow starts with an email validator - The user can load the list of email IDs or, through our integration of famous CRM such as Salesforce or Hubspot. Our flow first will filter out all the invalid mail ids - We&#x27;re using an ML model and a basic logical approach in the backend.<p>Once this is done, we allow them to store valid contact data in our product. Once that is done, they can do email marketing from our product. As of now, we&#x27;re working on the email marketing part.<p>The plan is to give them multiple templates for them to choose from. By using AI, we are planning to create unlimited templates for them. The messages can be personalised for each contact based on their details and current status.<p>Email id validator flow is completed, and we&#x27;re actively working on the email marketing flow.
npilkalmost 2 years ago
<a href="https:&#x2F;&#x2F;www.semiform.ai" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.semiform.ai</a> - playing around with a replacement for web forms using LLMs to parse free-text responses and create structured data.<p>Not perfect right now (you can try it out at <a href="https:&#x2F;&#x2F;www.semiform.ai&#x2F;examples" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.semiform.ai&#x2F;examples</a> to see what I mean) - trying to figure out a few things:<p>- How to deal with a &#x27;half-completed&#x27; response where the user hasn&#x27;t provided all the requested information? Not really possible for most traditional forms if fields are required. Could be helpful or counterproductive.<p>- Need to make it simpler for non-technical users to set up an effective form. Right now planning to add templates to help with this, but I think there&#x27;s more to be done here
raphaeljalmost 2 years ago
I&#x27;m writing a open-source library (<a href="https:&#x2F;&#x2F;github.com&#x2F;RaphaelJ&#x2F;libhum&#x2F;">https:&#x2F;&#x2F;github.com&#x2F;RaphaelJ&#x2F;libhum&#x2F;</a>) and a webapp (<a href="https:&#x2F;&#x2F;datethis.app:8080&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;datethis.app:8080&#x2F;</a>) that detects the Utility Grid noise emitted by electrical devices (A&#x2F;C, motors, appliances ...) from Video&#x2F;Audio recording.<p>It then tries to date the recording by matching it to historical data.<p>The signal processing part is getting decent. I&#x27;m still trying to collect more reference signals in RU, UK, China and Japan.<p>Tom Scott made a video about the idea: <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=e0elNU0iOMY">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=e0elNU0iOMY</a>
hammeiamalmost 2 years ago
I built a simple little webapp to help encourage taking breaks during work to practice healthy habits, it&#x27;s called <a href="https:&#x2F;&#x2F;takeabreak.health" rel="nofollow noreferrer">https:&#x2F;&#x2F;takeabreak.health</a><p>Eventually I&#x27;d like to add auth and a backend, it&#x27;s using localstorage for now.
lcallalmost 2 years ago
<a href="https:&#x2F;&#x2F;www.onemodel.org" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.onemodel.org</a> aka OM: available and in daily use, but progress is slow until health improves. A highly effective (desktop) knowledge manager, text UI, Free (AGPL), using Scala and PostgreSQL (working to move to Rust). Something like an efficient combination of mindmap, zettelkasten and GTD in one, with much greater ambitions including for linking instances for collaboration; see site links to screen shots for some idea of how I organize&#x2F;categorize things. Low-volume announcements email list available (under &quot;community&quot;).
amjithalmost 2 years ago
I&#x27;m working on a mountain biking app to compare trails that I&#x27;ve ridden.<p><a href="https:&#x2F;&#x2F;trailcompare.com&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;trailcompare.com&#x2F;</a><p>Imports data from strava and lets me search and compare multiple rides.<p>The trail name detection only works in SantaCruz (CA) area.
fredwualmost 2 years ago
<a href="https:&#x2F;&#x2F;persumi.com&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;persumi.com&#x2F;</a><p>I spent 3-4 months working on it whilst having a day job. It&#x27;s a writing&#x2F;reading&#x2F;listening platform, kinda like a mix of Medium&#x2F;Substack&#x2F;Wordpress&#x2F;Twitter&#x2F;Reddit...<p>I wrote about the tech stack and how I built it here: <a href="https:&#x2F;&#x2F;persumi.com&#x2F;c&#x2F;persumi&#x2F;u&#x2F;fredwu&#x2F;p&#x2F;how-i-built-a-mostly-feature-complete-mvp-in-3-months-whilst-working-full-time" rel="nofollow noreferrer">https:&#x2F;&#x2F;persumi.com&#x2F;c&#x2F;persumi&#x2F;u&#x2F;fredwu&#x2F;p&#x2F;how-i-built-a-mostl...</a><p>Still got a long way to go, especially to tweak the user onboarding side of things to explain much better on the concepts.<p>Would love some feedback!
评论 #37157434 未加载
tildedashalmost 2 years ago
I am working on an application designed to keep runners motivated: <a href="https:&#x2F;&#x2F;www.frenzyrun.com" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.frenzyrun.com</a><p>The main features include:<p>- Capture the flag: Every week, a virtual flag is planted randomly in various cities. Capture these flags to collect virtual coins, encouraging you to discover new areas.<p>- Virtual medals: Earn medals by running iconic distances. These medals will boost your experience.<p>- Groups: Compare your performance with that of your co-workers, friends, and family members.<p>There&#x27;s still a lot of work to be done, bugs to fix, and features to enhance. However, it has already helped some of my friends and me to stay motivated.<p>If you are a runner or want to be one, which other feature can help you to stay motivated ?
评论 #37165105 未加载
victorabarrosalmost 2 years ago
I&#x27;m developing this twitter bot to post the uranium stock market prices each hour. After this done, the next step is developing integration with some IA to produce content as well.<p><a href="https:&#x2F;&#x2F;twitter.com&#x2F;uraniumstockbot" rel="nofollow noreferrer">https:&#x2F;&#x2F;twitter.com&#x2F;uraniumstockbot</a> <a href="https:&#x2F;&#x2F;github.com&#x2F;victorabarros&#x2F;ura-bot">https:&#x2F;&#x2F;github.com&#x2F;victorabarros&#x2F;ura-bot</a>
stuckinaloopalmost 2 years ago
Ahhh I regret not have a landing page buttt...<p>I&#x27;m making a social media app called Spotted. It&#x27;s aiming to combine the visual messaging aspects of Snapchat and IG Stories with the &quot;opt-in&quot; features of recent apps like Gas and BeReal<p>Hopefully looking to launch soon!
voqkalmost 2 years ago
Homer Draft is fantasy baseball light that Jomboy used to play with his co-hosts on his podcast. I adjusted the rules slightly so that I could play w my family and friends more asynchronously (we just make picks and don&#x27;t have to draft in order)<p><a href="https:&#x2F;&#x2F;homerdraft.com" rel="nofollow noreferrer">https:&#x2F;&#x2F;homerdraft.com</a><p>The two week &quot;season&quot; and then break makes it really fun. It gives importance to games that otherwise would just be one of 162. My wife who isn&#x27;t into baseball now knows all the sluggers, can rank stadiums in order of HRs, and checks weather on game days at ballparks w&#x2F;o roofs.<p>Next feature I need to add is separate leagues so other groups can play w friends.
kgabisalmost 2 years ago
<a href="https:&#x2F;&#x2F;kgdev.pl&#x2F;scanplay&#x2F;new" rel="nofollow noreferrer">https:&#x2F;&#x2F;kgdev.pl&#x2F;scanplay&#x2F;new</a><p>It&#x27;s a NES-tanks inspired browser game where you use your phone as a controller. It&#x27;s built for local multiplayer sessions and includes a simple level editor (levels are encoded in urls so it&#x27;s easy to share them). In order to play you have to scan qr code with your phone (for test purposes it&#x27;s possible to control 1 tank with WASD after pressing &quot;local&quot; button). There&#x27;s still plenty of scaling and compatibility issues that will probably never be solved but it&#x27;s been quite fun to work on.
bichiliadalmost 2 years ago
I&#x27;m working on an app called ScreenHint. It lets you take a screenshot of a bit of your screen, which then floats there above your other windows until you dismiss it. It&#x27;s essentially a clone of the sadly-abandoned Snappy, if you&#x27;re familiar with it. There are a lot of things I wish it could do still, but I&#x27;m worried that I&#x27;m missing some ease-of-use and polish items still. The app is free and is currently on the mac app store, but I haven&#x27;t really done much to promote it yet.<p><a href="https:&#x2F;&#x2F;www.screenhint.com&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.screenhint.com&#x2F;</a>
评论 #37173134 未加载
cfu28almost 2 years ago
Super early stage still, but I’m building a progressive web app that lets you see all of your medical records across your doctors in one app. The goal was to build an app that focused on privacy and offline-first functionality - storing your medical records on your device, not in the cloud. It’s missing a few core features (like backup and sync to a self hosted server, encryption at rest, etc) but it already (should) work for 3000+ healthcare providers in the USA.<p><a href="https:&#x2F;&#x2F;www.meremedical.co" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.meremedical.co</a>
aleksandrmalmost 2 years ago
Costco Companion App, available on iOS and Android stores if you search for it.<p>Idea is to improve and enhance your Costco warehouse shopping experience, mainly:<p>- Provide platform to enable shoppers to review and rate products and for others to find said reviews. Costco and Sameday doesn&#x27;t provide reviews, so we try to fill the gap.<p>- Recently we started showing very special Costco warehouse deals in our app, there&#x27;s a certain magic to Costco prices, e.g. if something ends in .97 it is extremely discounted but it&#x27;s never advertised otherwise so we try to bring more of these special deals to our users.<p>- We have more features and want to bridge Costco communities together.<p>But... feel like, something is missing still?
arminialmost 2 years ago
<a href="https:&#x2F;&#x2F;qwerki.com&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;qwerki.com&#x2F;</a> (ChatGPT powered personal assistant)<p>Working in a startup of two people means I&#x27;m always context switching &amp; lose track of my day. I convinced my brother to build an app that helps us manage our notes &amp; reminders using ChatGPT. We found it to be really helpful for our day to day work &amp; we recently had someone do an awesome review of our app <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;shorts&#x2F;x27OhTQ9bA0">https:&#x2F;&#x2F;www.youtube.com&#x2F;shorts&#x2F;x27OhTQ9bA0</a><p>Happy to share testflight link for anyone else interested in helping us
oaldersalmost 2 years ago
I&#x27;m working on &quot;is&quot;. <a href="https:&#x2F;&#x2F;github.com&#x2F;oalders&#x2F;is">https:&#x2F;&#x2F;github.com&#x2F;oalders&#x2F;is</a><p>It allows me to install various things in various environments without getting too deep in to bash scripting.<p>For example:<p>$ is cli version tmux gt 3.2 &amp;&amp; echo || echo<p>$ is there go &amp;&amp; is there nvim &amp;&amp; nvim +:GoUpdateBinaries +qa<p>$ is known cli version bash 5.2.15<p>I&#x27;ve also been working on a service to track TLS cert expirations, domain name expirations, server pings and successful HTTP HEAD requests. <a href="https:&#x2F;&#x2F;www.prettygoodping.com&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.prettygoodping.com&#x2F;</a>
jvanderbotalmost 2 years ago
If you play &quot;Highfleet&quot; at all, can you poke around <a href="https:&#x2F;&#x2F;hfopt.jodavaho.io" rel="nofollow noreferrer">https:&#x2F;&#x2F;hfopt.jodavaho.io</a> and see if you can get it to generate module lists that make sense?<p>It&#x27;s an optimizer, just add what you know you want, set some cost &#x2F; range &#x2F; speed limits, and it will output the cheapest version of the ship that includes all required modules and has all requested stats.<p>Some overview posts: <a href="https:&#x2F;&#x2F;jodavaho.io&#x2F;tags&#x2F;highfleet.html" rel="nofollow noreferrer">https:&#x2F;&#x2F;jodavaho.io&#x2F;tags&#x2F;highfleet.html</a>
swyxalmost 2 years ago
been working on <a href="https:&#x2F;&#x2F;github.com&#x2F;smol-ai&#x2F;menubar">https:&#x2F;&#x2F;github.com&#x2F;smol-ai&#x2F;menubar</a> for a couple months, but nervous to &quot;launch&quot; it because i feel like it hasn&#x27;t had a significant &quot;wow&quot; moment yet. basically the idea is to 5x the amount of chat output for every unit of human input, to get variety + familiarity with the wide range of chat models out there. its moved from a &quot;smol menubar app&quot; towards its own &quot;ai chat browser&quot;. i wonder if i should put int he work to make it a full &quot;ai browser&quot; before i launch it.
js98almost 2 years ago
Easily generate function metadata (json) automatically for GPT function calling: <a href="https:&#x2F;&#x2F;github.com&#x2F;Jakob-98&#x2F;openai-functools">https:&#x2F;&#x2F;github.com&#x2F;Jakob-98&#x2F;openai-functools</a><p>My colleague and I have been working on this tool and using it in some internal projects. It works quite well as an intent-&gt;functions machine, and makes the process of invoking functions with GPT a lot more bearable. We hope to make it a library which does one thing so great that it will be the industry standard in its niche, so looking for some feedback on the documentation and use.
hbcondo714almost 2 years ago
I&#x27;ve been building Revenut, a web + mobile app (PWA) written in React Native + Typescript that does simple revenue forecasting for a SaaS that uses Stripe.<p>Stripe&#x27;s mobile app and others kinda do this already but some of their numbers can be inaccurate (as detailed in the repo&#x27;s readme) so that made me open-source + solve an issue my own SaaS has with Stripe:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;hbcondo&#x2F;revenut-app">https:&#x2F;&#x2F;github.com&#x2F;hbcondo&#x2F;revenut-app</a><p>As mentioned in the <i>challenge</i> section, getting data from Stripe is slow so I&#x27;ve been reluctant to put this app in front of others even though it is fully functional.
ctasalmost 2 years ago
I&#x27;m building <a href="https:&#x2F;&#x2F;www.markix.com" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.markix.com</a>, a transactional email service that&#x27;s meant to be boring and reliable.<p>At this stage, I&#x27;m primarily targeting small senders that need great reputation. There are no dedicated IPs. Emails are delivered from a pool of shared IPs that have great time-to-inbox and deliverability.<p>In contrast to other providers, I do not plan to support click and open tracking to protect recipients privacy. I&#x27;d appreciate feedback on that though.<p>Always happy to chat about email in general if there are any questions.
jasonysalmost 2 years ago
I am working on a LEGO-like News Feed that allows you to combine different AI models and Filter&#x2F;Ranking Blocks to create your own For You feeds. You can take control of the algorithm and iteratively train your algorithm on the data you specify. No more black box feeds that try to optimize you into mindless scrolling.<p>If you have diverse interests (say Tech vs Games vs Traveling), they can each be contained within their own feeds and your recommendation signals will not be polluted between the different feeds.<p><a href="https:&#x2F;&#x2F;personamo.com" rel="nofollow noreferrer">https:&#x2F;&#x2F;personamo.com</a>
bronzecarnagealmost 2 years ago
Wasn&#x27;t satisfied with zotero and mendeley for pdf reference management. Wanted something terminal based and simple, so I wrote a shell script that I eventually rewrote in python. Given a pdf, it reads it, tries to find the article doi and fetches metadata from crossref to rename the file and store metadata in the file itself. I Plan on integrating features like interactive tagging and tag browsing from the terminal.<p>Any help with code review or additional features are welcome :)<p><a href="https:&#x2F;&#x2F;github.com&#x2F;jayghoshter&#x2F;prem">https:&#x2F;&#x2F;github.com&#x2F;jayghoshter&#x2F;prem</a>
sebnunalmost 2 years ago
I&#x27;m working on <a href="https:&#x2F;&#x2F;openlang.ai" rel="nofollow noreferrer">https:&#x2F;&#x2F;openlang.ai</a> (please try it on desktop, there are some bugs on mobile)<p>It&#x27;s a web app to learn languages using podcasts, Youtube and chatgtp. I have been using these language learning techniques myself and I know they work better than duolingo or similar apps. I&#x27;m biased of course, but that&#x27;s the reason I&#x27;m building this in the first place, I don&#x27;t think there&#x27;s any other app as effective out there.<p>It&#x27;s not done yet, but it&#x27;s usable on desktop. Any type of feedback is appreciated.
FrostAlotalmost 2 years ago
<a href="https:&#x2F;&#x2F;techblogz.onrender.com&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;techblogz.onrender.com&#x2F;</a><p>Its is a collection of engineering related blogs articles from technology companies. Its meant for technology professional to discover tech content. It also has a built-in instant search service of searching for a keyword (like &#x27;gpt&#x27; or &#x27;kubernetes&#x27;) across multiple technology company website&#x27;s blogs with a single search and filtering the results.
teemuralmost 2 years ago
Well, I did a show HN a couple of days ago, so technically it might be published, but given how raw state the project is still in, I do not consider it a big mistake to put it here as well:<p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=37100760">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=37100760</a><p>(Hypersprawl&#x2F;Hypershack is a metaverse&#x2F;playground in 4 spatial dimensions. where you can upload your 4 dimensional objects and move around and in them. more info in the show HN or <a href="https:&#x2F;&#x2F;brainpaingames.com" rel="nofollow noreferrer">https:&#x2F;&#x2F;brainpaingames.com</a>)
sawmuraialmost 2 years ago
I build <a href="https:&#x2F;&#x2F;amazing-gains.app" rel="nofollow noreferrer">https:&#x2F;&#x2F;amazing-gains.app</a> where you can manage your workouts and some nutritional metrics. One focus is on data protection, so you should be able to easily download your data whenever you feel like it. It is also supposed to work offline (PWA) as I personally have very poor connectivity in my basement gym :)<p>Currently it is completely free but I would need to assign certain permissions to new user accounts so they can create exercises and workouts. I would do that for everyone who signs up today.
superasnalmost 2 years ago
<a href="https:&#x2F;&#x2F;www.bootstrapsite.com" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.bootstrapsite.com</a><p>I&#x27;ve been working on a landing page builder for sometime now (mostly just weekends though).<p>It&#x27;s written in vue 3 and laravel. The usp is that once you enter the page data you can try on hundreds of designs and style and customise the components without ever touching the data.<p>My plan is it make it open source but just haven&#x27;t gotten around to it yet.<p>Here is one YouTube video I made explaining it<p><a href="https:&#x2F;&#x2F;youtube.com&#x2F;watch?v=cN7E6REY7TM">https:&#x2F;&#x2F;youtube.com&#x2F;watch?v=cN7E6REY7TM</a><p>Would love to get some feedback too.
dhruvkbalmost 2 years ago
I&#x27;m working on pls (<a href="https:&#x2F;&#x2F;github.com&#x2F;dhruvkb&#x2F;pls&#x2F;">https:&#x2F;&#x2F;github.com&#x2F;dhruvkb&#x2F;pls&#x2F;</a>), a prettier and more powerful alternative to ls(1) that adds a lot of customisation and provides a very fluent command-line interface. It aims to be a superset of exa in terms of the features, while being more actively maintained and targeting a smaller subset of pro-users.<p>It works quite well and is very usable as a daily driver. I&#x27;m adding more features to it and making it available to install it via platform-native package managers.
ivanstojicalmost 2 years ago
I&#x27;ve been playing around with a limited PCB autorouter for mechanical keyboards. You feed it a KLE layout file, and it spits out a KiCad PCB, layout map for QMK firmware, and various SVG cuts for case machining.
SubGeniusalmost 2 years ago
I&#x27;m building a publicly-accessible Matrix app [0] for anyone looking to self-host a discord + discussions alternative.<p>More and more communities are moving to closed-off apps hidden behind auth, and not being indexed by search engines. This is quite unfortunate, and I&#x27;m hoping that Shpong can (soon) be a viable alternative that respects the open web.<p>Shpong instances federate with each other, and I&#x27;m working on adding ActivityPub compatibility as well.<p>[0] - <a href="https:&#x2F;&#x2F;shpong.com&#x2F;shpong&#x2F;development" rel="nofollow noreferrer">https:&#x2F;&#x2F;shpong.com&#x2F;shpong&#x2F;development</a>
评论 #37156825 未加载
lippihomalmost 2 years ago
Focused on trying to build out a more authentic locally focused travel site, <a href="https:&#x2F;&#x2F;www.tipsiti.com&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.tipsiti.com&#x2F;</a>. Ideally positioning it as an alternative to TripAdvisor and the other more mainstream tour bus tourist travel sites. I love Google Maps but how the information is displayed leaves a bit to be desired. More niche sites like On the Grid are phenomenal but somehow don&#x27;t have the same reach.
jondwillisalmost 2 years ago
<a href="https:&#x2F;&#x2F;waggledance.ai" rel="nofollow noreferrer">https:&#x2F;&#x2F;waggledance.ai</a> another Agent+Data+Tools app, like AutoGPT et. al. I’m trying to apply a nice UX and combine a lot of techniques (namely concurrency, streaming, review, ReAct, loop detection, skill recall) to make Agents more effective. For now I am probably about 85-90% to my MVP.<p>- working on cleaning up the source for open sourcing<p>- the first task is failing right now due to a bug<p>- doc upload is bugged<p>- tools are disabled<p>- tons of loose ends in the UI<p>- Actively developed: database is likely to be wiped frequently until launch, along with any user accounts.
tdermendjievalmost 2 years ago
I&#x27;ve been working on a disk cleanup tool tailored specifically for developers. The idea is to help devs reclaim disk space by intelligently identifying and removing old, unused project files, node_modules folders, docker containers, vm images, caches etc.<p>I&#x27;m currently in the design phase and would love to get feedback on the concept, especially from those who&#x27;ve faced disk space issues due to development projects.
cetra3almost 2 years ago
Working on &amp; off on a scuba diving site which allows you to log dives, sites, photos &amp; sealife.<p>Currently only South Australian &amp; Victorian dive sites, but probably the most extensive collection of either.<p>Live website here: <a href="https:&#x2F;&#x2F;divedb.net&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;divedb.net&#x2F;</a><p>Source here: <a href="https:&#x2F;&#x2F;github.com&#x2F;cetra3&#x2F;divedb">https:&#x2F;&#x2F;github.com&#x2F;cetra3&#x2F;divedb</a><p>Currently exploring activitypub integration, being able to log dives and have people follow&#x2F;comment&#x2F;react to them from the fediverse
strontianalmost 2 years ago
I’ve been recording voice notes to work through problems on walks for about a year and I love it.<p>There are other transcription apps out there, but they are all focused on b2b, so I have been making one for individuals.<p><a href="https:&#x2F;&#x2F;www.glowvoicenotes.com&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.glowvoicenotes.com&#x2F;</a><p>It’s still pretty early days(first version should be available in about a week) but I would love to find anyone out there interested in using voice as part of their work flow, there are a few different directions it could go in terms of features.
评论 #37156901 未加载
dom96almost 2 years ago
I&#x27;m building a few things, the two I&#x27;d love feedback on are:<p>- <a href="https:&#x2F;&#x2F;mousetrack.co.uk" rel="nofollow noreferrer">https:&#x2F;&#x2F;mousetrack.co.uk</a> - a Disney World price tracker that tracks how the hotel&#x2F;ticket prices are changing over time and which also gives some great tips on how to save money on holidays<p>- <a href="https:&#x2F;&#x2F;chirper.picheta.me" rel="nofollow noreferrer">https:&#x2F;&#x2F;chirper.picheta.me</a> - A Chrome browser extension which puts the Mastodon timeline into twitter.com
dSebastienalmost 2 years ago
I&#x27;m working on Knowii [0], an Open Source (AGPL) Knowledge Management platform for communities. In the first version, communities will be able to curate&#x2F;capture&#x2F;share collections of useful&#x2F;interesting resources. A browser extension will make it easy to capture information&#x2F;links.<p>Later on, we&#x27;ll add job boards, ways to share summaries&#x2F;notes, news, vote, tag, explore through user profiles, etc.<p>[0] <a href="https:&#x2F;&#x2F;github.com&#x2F;knowii-oss&#x2F;knowii">https:&#x2F;&#x2F;github.com&#x2F;knowii-oss&#x2F;knowii</a>
评论 #37157770 未加载
chainwaxalmost 2 years ago
Currently working on a site that allows you to use your data from run&#x2F;bike apps to visualize your data on a map, make it look neat, and order a print.<p>I have an early version of it hosted on <a href="https:&#x2F;&#x2F;ridemapper.henrygrant.dev" rel="nofollow noreferrer">https:&#x2F;&#x2F;ridemapper.henrygrant.dev</a> and add features as I think of them&#x2F;when I have time.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;henrygrant&#x2F;ridemapper-svelte">https:&#x2F;&#x2F;github.com&#x2F;henrygrant&#x2F;ridemapper-svelte</a>
评论 #37164061 未加载
CharanSriramalmost 2 years ago
I’ve been working on a tool called Phases! (bit.ly&#x2F;phases-demo). It’s basically a way to expose localhost to the web with a neat UI that let’s others edit your underlying webpage via AI (currently works with React).<p>Currently working on building a simpler version first that lets you expose multiple ports (like for your frontend and backend), generates a public URL, and connects the ports by rewriting requests in the browser to the public URLs.<p>Basically ngrok + more powerful deploy previews. Curious what y’all think!
hakandilekalmost 2 years ago
Kind of an open-source clone of Firebase. It&#x27;s not only a database but also can be used to serve as a REST backend for your frontend.<p>I&#x27;ve started building this a while ago but gave up around two years ago: <a href="https:&#x2F;&#x2F;gitlab.com&#x2F;restbase&#x2F;restbase" rel="nofollow noreferrer">https:&#x2F;&#x2F;gitlab.com&#x2F;restbase&#x2F;restbase</a>
adamdecafalmost 2 years ago
I&#x27;m building Recall Kitchen which is an aggregator to notify consumers of products they use which have been recalled. Right now I&#x27;m focusing on the effort to help users tailor notifications so they&#x27;re specific and actionable. It doesn&#x27;t help to be told your brand of taco shells was recalled three states over and I&#x27;m working to fine-tune the signal.<p><a href="https:&#x2F;&#x2F;recallkitchen.com&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;recallkitchen.com&#x2F;</a>
评论 #37257130 未加载
7sidedmarblealmost 2 years ago
<a href="https:&#x2F;&#x2F;catnip.vip" rel="nofollow noreferrer">https:&#x2F;&#x2F;catnip.vip</a><p>Catnip is an RSS web app with two main differentiators: - it&#x27;s an RSS &#x27;aggregator&#x27;, not a reader mode. I believe the browser itself is the optimal reader. Every RSS app has a bespoke reader mode that tends to suck in comparison to the browser itself. - it has a frontpage that&#x27;s an aggregate of some popular feeds, making it useful without an account. I plan on adding some boosting of popular feeds once I have users.
keizoalmost 2 years ago
Not sure it&#x27;s as early as you are looking for, I&#x27;ve been at it for 10 months, but <a href="https:&#x2F;&#x2F;grugnotes.com" rel="nofollow noreferrer">https:&#x2F;&#x2F;grugnotes.com</a> is my take on a simpler roam&#x2F;obsidian&#x2F;yet another notetaking app. Casual ambition to make it a saas business. But of late, just building without too much polishing, trying to get it to a point I can use it effectively in my small business. Always so much more to making something real than you ever imagine.
_loustealmost 2 years ago
<a href="https:&#x2F;&#x2F;spheria.ai" rel="nofollow noreferrer">https:&#x2F;&#x2F;spheria.ai</a><p>Currently working on Spheria - a Personal AI that learns from your data to be able to speak for you.<p>For a long time, I&#x27;ve been thinking of alternate ways to make my knowledge searchable by anyone at any time and forever (docs, posts, links, books, libraries...). Thought that putting a chat interface that acts as a safe guardrail would make the experience nicer.
blendguinalmost 2 years ago
I&#x27;m creating an app that helps teenagers and adults glow up.<p>Every day, you can send AI your selfies, and it will provide suggestions for your outfit and how to enhance your appearance. Sometimes, people feel hesitant to ask their friends for advice.<p>Here is the landing page I created with Carrd: <a href="https:&#x2F;&#x2F;glowbuddy.carrd.co&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;glowbuddy.carrd.co&#x2F;</a><p>The app is still in the idea stage, but I&#x27;d be happy to answer any questions!
J_Shelby_Jalmost 2 years ago
Slack and discord bots for QA over docs. It’s the hello world of LLMs, but my focus is on making them polished and easy to deploy into a docker container. Use them for my current company with ok success. They actually out perform some of the funded startups in the space, but it’s an arms race and I don’t think I’ll be able to keep up against the saas offerings.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;shelby-as-a&#x2F;shelby-as-a-service">https:&#x2F;&#x2F;github.com&#x2F;shelby-as-a&#x2F;shelby-as-a-service</a>
DotSaucealmost 2 years ago
<a href="https:&#x2F;&#x2F;Rarsy.com" rel="nofollow noreferrer">https:&#x2F;&#x2F;Rarsy.com</a> is an AI Carousel generator for LinkedIn. This is a high-demand application. The site already gets tons of organic traffic daily and has 500+ email subscribers.<p>Could monetize this eventually fairly easily with a premium version with expanded suite of features and improve the UX.<p>If anyone wants to help me take on some of the more technical aspects.<p>--&gt; I need a clean HTML&#x2F;CSS to PDF export functionality, but it&#x27;s proving challenging.<p>Any interest or feedback?
grsfkevalmost 2 years ago
<a href="https:&#x2F;&#x2F;blitzbear.com&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;blitzbear.com&#x2F;</a><p>Build user dashboards into your B2B SaaS product in five minutes, not five weeks
gpalmost 2 years ago
I&#x27;m building software to transparently connect your program or machine to remote filesystems. I&#x27;m initially supporting C++ and Go, and later plan to support Python and Javascript as well.<p>There are a lot of exciting filesystems out there - what I&#x27;m focusing on is ease of use and getting a &quot;magic&quot; experience for the end user. Think NFS, but easy to setup.<p>If anybody is interested in learning more or helping write some language specific implementations I&#x27;d love to talk.
psionalmost 2 years ago
I started a CMS bundle for Symfony projects, and released it. It still needs more work, and people to actually use it. <a href="https:&#x2F;&#x2F;github.com&#x2F;SeleneSoftware&#x2F;seleneCMSBundle">https:&#x2F;&#x2F;github.com&#x2F;SeleneSoftware&#x2F;seleneCMSBundle</a><p>And a skeleton application that uses the bundle. <a href="https:&#x2F;&#x2F;github.com&#x2F;SeleneSoftware&#x2F;SeleneCMS">https:&#x2F;&#x2F;github.com&#x2F;SeleneSoftware&#x2F;SeleneCMS</a><p>Issues and Pull Requests welcome.
liviucoman10almost 2 years ago
Over the first part of this year I built a small CLI tool to help me keep track of and execute bash scripts, commands, aliases, etc. It&#x27;s not what I&#x27;d call &quot;done yet&quot; but not &quot;just started it&quot; either.<p><a href="https:&#x2F;&#x2F;bashvault.app&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;bashvault.app&#x2F;</a><p>Depending on what feedback&#x2F;success I have with it, I plan on adding support for more shells, operating systems, etc.
dheeraalmost 2 years ago
* ROSboard -- visualize ROS topics in the web browser -- <a href="https:&#x2F;&#x2F;github.com&#x2F;dheera&#x2F;rosboard">https:&#x2F;&#x2F;github.com&#x2F;dheera&#x2F;rosboard</a><p>Lots of things that could be done with this but a lot of robotics teams and projects got laid in the past year and it doesn&#x27;t have as many users as it once did. There is also Foxglove which is a full-blown funded startup working on something similar and the more progress they make, the less motivation I have to make my FOSS project better, as a one-person team.<p>* Air quality monitor -- <a href="https:&#x2F;&#x2F;dheera.net&#x2F;projects&#x2F;airmonitor&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;dheera.net&#x2F;projects&#x2F;airmonitor&#x2F;</a><p>Unfinished due to the PM2.5 sensor in it (PMSA003I) always reporting 0 and Adafruit not caring.<p>* BotParty -- telepresence robots -- <a href="https:&#x2F;&#x2F;dheera.net&#x2F;projects&#x2F;botparty&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;dheera.net&#x2F;projects&#x2F;botparty&#x2F;</a><p>Unfinished since COVID isolation ended and telepresence parties aren&#x27;t needed anymore<p>* Luxo -- jumping Pixar lamp -- <a href="https:&#x2F;&#x2F;dheera.net&#x2F;projects&#x2F;luxo&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;dheera.net&#x2F;projects&#x2F;luxo&#x2F;</a><p>Unfinished due to lack of time but it does scoot and jump.<p>* Digital 4x5 camera back -- <a href="https:&#x2F;&#x2F;dheera.net&#x2F;projects&#x2F;4x5&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;dheera.net&#x2F;projects&#x2F;4x5&#x2F;</a><p>Unfinished due to issues with CRA optimization on the microlens array on the Pi HQ camera and unavailability of a real HQ camera with an actually large (e.g. 35mm) sensor.<p>* E-ink picture frame -- <a href="https:&#x2F;&#x2F;dheera.net&#x2F;projects&#x2F;einkframe&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;dheera.net&#x2F;projects&#x2F;einkframe&#x2F;</a><p>Pending to be done: (a) Get rid of the unsightly USB power wire, use a battery or super-capacitor and a thin strip of solar panel on top of the frame, and ESP32 deep sleep mode and have it update once every hour or so. (b) Update it to use a diffusion model in the cloud for image generation (c) Add a microphone and a mode where you can yell a prompt at it and it draws it
评论 #37156392 未加载
lagniappealmost 2 years ago
I had an issue where I had a million droplets with an app on port 3000 because nginx is hard and I&#x27;m not that smart, so I made a thing that lets you add a domain mapped to a port super easy, and the request gets dynamically routed to the correct app on the correct port. It lacks https, but is otherwise super useful.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;donuts-are-good&#x2F;appserve">https:&#x2F;&#x2F;github.com&#x2F;donuts-are-good&#x2F;appserve</a>
davidwritesbugsalmost 2 years ago
I&#x27;m writing an NNTP server in Go. It&#x27;s something I do when I have a spare hour or two in the evening - which is why I&#x27;ve been at it for 3 years when a decent Go coder, not me, could bang it out in 3 weeks. I&#x27;m doing it from the RFCs and hope to make it a full spec server not a toy one. Intending to put it on Github when done but wouldn&#x27;t dare let anyone see it now as it is comically bad and incomplete.
paulbaresalmost 2 years ago
I am building a sort of SQL query engine compatible with several databases (bigquery, snowflake, duckdb, clickhouse, spark) in order to add more power to the SQL query language bringing multi dimensional capabilities to SQL and more. The project has been released few months ago and available on GitHub <a href="https:&#x2F;&#x2F;github.com&#x2F;squashql&#x2F;squashql">https:&#x2F;&#x2F;github.com&#x2F;squashql&#x2F;squashql</a>
MyRandomUnamealmost 2 years ago
Probably too early even for <i>this</i> discussion, but why not: <a href="https:&#x2F;&#x2F;github.com&#x2F;cconvey&#x2F;cpu-n1">https:&#x2F;&#x2F;github.com&#x2F;cconvey&#x2F;cpu-n1</a><p>It&#x27;s a simple (WIP) ISA and corresponding simulator. I want to get experience adding a new backend target for LLVM, and this is will be the target.<p>The idea is to be <i>similar</i> to other LLVM targets, but different enough that I can&#x27;t just copy-and-paste existing LLVM code.
ponyousalmost 2 years ago
<a href="https:&#x2F;&#x2F;otiv.dev" rel="nofollow noreferrer">https:&#x2F;&#x2F;otiv.dev</a> - Automation tool for teams that use Notion and Slack.<p>Basically got 0 paying customers right now, but we are using it on all our internal projects - just started running Google ads to see if I can get some conversions. Would love some feedback - especially if you are the target audience - a team that uses Slack and Notion.
renegat0x0almost 2 years ago
I have a project. I have posted it once herenon HN. I have not received any feedback then, it hasn&#x27;t received much traction.<p>It is a link aggregation. Can be used as a RSS client, or YouTube front end for subscriptions.<p>It is intended for light, personal use, therefore it is not much scalable, but supports user management.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;rumca-js&#x2F;Django-link-archive">https:&#x2F;&#x2F;github.com&#x2F;rumca-js&#x2F;Django-link-archive</a>
Pabblo001almost 2 years ago
I&#x27;m working on <a href="https:&#x2F;&#x2F;apispire.com" rel="nofollow noreferrer">https:&#x2F;&#x2F;apispire.com</a> - APIs as a service (authentication, mail submission etc..) nothing fancy.<p>I have to finish the front end but I don&#x27;t like to do it so I&#x27;m constantly procrastinating.. Funny is that I wrote the backend in nodejs, later in .Net, and at the end with golang but I never finish the frontend...
monologicalalmost 2 years ago
<a href="https:&#x2F;&#x2F;www.podshorty.com&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.podshorty.com&#x2F;</a><p>Been working on this for 3-4 months. Summarizes YouTube videos and synthesizes podcasts that you can listen to. Also has transcripts so you can follow along. Click on the timestamp to jump ahead.<p>Summarization target percentage is set to about 50%. So if you want to listen to a Lex Friedman podcast, this can save you half the time.
motiwalmost 2 years ago
I am writing a low-code tool for Google Apps Script and Google Sheets.<p>Developed in pure JavaScript and can work in both desktop and mobile browsers.<p>It includes a custom front-end framework that completely eliminates the need for front-end coding.<p>The tool also includes many features such as a shopping cart, signatures, and fully flexible forms.<p>Development with this tool does not require a graphical interface, so ChatGPT can handle most of the development.
zainhodaalmost 2 years ago
Vanna: A Python package to generate SQL using LLMs<p>Package: <a href="https:&#x2F;&#x2F;github.com&#x2F;vanna-ai&#x2F;vanna">https:&#x2F;&#x2F;github.com&#x2F;vanna-ai&#x2F;vanna</a><p>A paper we&#x27;re just finished: <a href="https:&#x2F;&#x2F;github.com&#x2F;vanna-ai&#x2F;vanna&#x2F;blob&#x2F;main&#x2F;papers&#x2F;ai-sql-accuracy-2023-08-17.md">https:&#x2F;&#x2F;github.com&#x2F;vanna-ai&#x2F;vanna&#x2F;blob&#x2F;main&#x2F;papers&#x2F;ai-sql-ac...</a>
noaohalmost 2 years ago
<a href="https:&#x2F;&#x2F;todotxt.vercel.app" rel="nofollow noreferrer">https:&#x2F;&#x2F;todotxt.vercel.app</a>. It&#x27;s a web app implementing the todo.txt format (see <a href="http:&#x2F;&#x2F;todotxt.org&#x2F;" rel="nofollow noreferrer">http:&#x2F;&#x2F;todotxt.org&#x2F;</a>). It&#x27;s an exercise to learn frontend currently, I doubt I could successfully monetize it. Would appreciate any feedback!
saulpwalmost 2 years ago
AIPL is an &quot;Array-Inspired Pipeline Language&quot;, a tiny DSL in Python to make it easier to explore and experiment with AI pipelines.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;saulpw&#x2F;aipl">https:&#x2F;&#x2F;github.com&#x2F;saulpw&#x2F;aipl</a><p>When you want to run some prompts through an LLM over a dataset, with some preprocessing and&#x2F;or chaining prompts together, AIPL makes it much easier than writing a Python script.
stefanvdw1almost 2 years ago
<a href="https:&#x2F;&#x2F;eatfeed.app" rel="nofollow noreferrer">https:&#x2F;&#x2F;eatfeed.app</a><p>If you are like me you have a list of links to recipes on different websites. Maintaining this becomes a hassles and makes it hard to plan your week.<p>This website scrapes the recipes and saves them in a database, ensuring you aren’t reliant on the original website anymore. Useful if they decide to delete the recipe or disappear altogether.
评论 #37281918 未加载
mstipeticalmost 2 years ago
<a href="https:&#x2F;&#x2F;inbox.video" rel="nofollow noreferrer">https:&#x2F;&#x2F;inbox.video</a><p>I&#x27;ve just deployed the other day with a very basic design, but basic functionality tested - a way to charge people to send you messages. Trying to onboard first users now<p><a href="https:&#x2F;&#x2F;www.peoplecast.io&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.peoplecast.io&#x2F;</a><p>Internal company podcast platform
reidjsalmost 2 years ago
Haven’t done much with it yet, but I was thinking of making some kind of surf&#x2F;extreme sport social network or something. Or maybe an app to schedule carpools to go snowboard and whatnot. Haven’t put a ton of work into the idea yet<p>Very open to feedback and ideas. Contact in my bio. Thanks HN!<p><a href="https:&#x2F;&#x2F;www.hazysurf.com&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.hazysurf.com&#x2F;</a>
评论 #37156305 未加载
评论 #37156269 未加载
louisstowalmost 2 years ago
<a href="https:&#x2F;&#x2F;app.secalerts.co" rel="nofollow noreferrer">https:&#x2F;&#x2F;app.secalerts.co</a><p>Our newest vulnerability alert service. We aggregate vulnerability data from over 50 sources into one consistent data schema and allow users to write detailed queries and setup alerting. We&#x27;ve even introduced a pretty good local scanner to keep your SBOM up-to-date.
lohiialmost 2 years ago
I created a simple MVP and opted out of having a fully polished product. Still looking for my first paying customer (I launched this week).<p><a href="https:&#x2F;&#x2F;www.thumbsup.to&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.thumbsup.to&#x2F;</a> - Collect more user feedback
lukehalmost 2 years ago
I’m working on a personal monitor mixer - a device musicians use the tailor their own mixes whilst recording, reducing cognitive load on the recording engineer - that integrates natively into modern AoIP deployments. I don’t know much about electronics beyond Ohm’s Law so it’s a massive learning curve. But it’s the most fun I’ve had in a long time.
评论 #37158287 未加载
评论 #37162003 未加载
jimmyedalmost 2 years ago
I only thought about this yesterday, so I have not written any line of code yet, but I want to create a DSL for making animations. The animations I have in mind are things like 3b1b, codeaesthetic style videos but generated entirely automatically via the DSL code. Looking for inspiration currently on the language syntax and features etc.
castaalmost 2 years ago
<a href="https:&#x2F;&#x2F;www.probarsearch.com&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.probarsearch.com&#x2F;</a><p>It&#x27;s a small tool to sort and filter protein bars.<p>I often found myself trying to figure out how many protein per dollar or calories I&#x27;d get and a friend of mine said he does the same. So we decided to build this in our spare time.
ruslan_talpaalmost 2 years ago
subZero [0] - The TypeScript library to build internal tools fast<p>In technical terms, it&#x27;s PostgREST + GoTrue as TS library (written in rust and go, compiled to wasm, with support for Ppostgres&#x2F;MySql&#x2F;Sqlite&#x2F;ClickHouse)<p>[0] <a href="https:&#x2F;&#x2F;getsubzero.today&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;getsubzero.today&#x2F;</a>
dvlimanalmost 2 years ago
I am working on <a href="https:&#x2F;&#x2F;calculator2go.com&#x2F;?utm_source=hackernews" rel="nofollow noreferrer">https:&#x2F;&#x2F;calculator2go.com&#x2F;?utm_source=hackernews</a> - it is very basic. Nothing technical. I would add tool as I feel need. It is a hands-on approach for me to learn marketing, copywriting, etc.
vintealmost 2 years ago
We have been working on <a href="https:&#x2F;&#x2F;github.com&#x2F;ramanlabs-in&#x2F;hachi">https:&#x2F;&#x2F;github.com&#x2F;ramanlabs-in&#x2F;hachi</a> for some time. This ia a webapp that lets you seaech your videos and images locally. We really need feedback about ui&#x2F;ux, features and usefullness of the webapp.
Saphyelalmost 2 years ago
I was wondering how to organise a project, it is only to show minimal code to try things...<p>* So I was thinking to create branches from 0 to do some work on it.<p>* Other approach I was thiking is everything in master&#x2F;main but different folders.<p>They are meant to be small scripts or structures so I don&#x27;t see a big reason for having different repositories
iamwilalmost 2 years ago
I&#x27;m working on a todo list that uses &#x27;j&#x27; and &#x27;k&#x27; to navigate, and a hot bar of tools to manipulate the list. It&#x27;s a local-first so the data is in your browser. I&#x27;ll have to sync to a server soon.<p><a href="https:&#x2F;&#x2F;fruitful.town" rel="nofollow noreferrer">https:&#x2F;&#x2F;fruitful.town</a>
heofizzyalmost 2 years ago
I&#x27;ve been working on server provisioning and application deployment tool for a while now, it&#x27;s my hobby project that I haven&#x27;t shared much and it is still in the &quot;polishing&quot; state.<p><a href="https:&#x2F;&#x2F;serverfluent.com" rel="nofollow noreferrer">https:&#x2F;&#x2F;serverfluent.com</a>
sjakati98almost 2 years ago
Am working on a 360 degree video player&#x2F;image viewer mostly pointed at businesses who’d like to integrate the technology without branding or hosting from other providers.<p><a href="https:&#x2F;&#x2F;staging.sightsurround.com&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;staging.sightsurround.com&#x2F;</a>
评论 #37164656 未加载
kinderjajealmost 2 years ago
<a href="https:&#x2F;&#x2F;automatio.co" rel="nofollow noreferrer">https:&#x2F;&#x2F;automatio.co</a><p>A no code web automation bot builder. It&#x27;s in production, but still need to work on scaling the product, users.
XCSmealmost 2 years ago
The product is almost done, still figuring out the licensing part and starting with marketing&#x2F;getting some customers in.<p>It&#x27;s <a href="https:&#x2F;&#x2F;wplytic.com" rel="nofollow noreferrer">https:&#x2F;&#x2F;wplytic.com</a> - WordPress Analytics Plugin (data is stored directly in the WP database).
WolfOliveralmost 2 years ago
I work on MonsterWriter. The Desktop app is on the market for some time now but now I&#x27;m working on a SaaS version.<p>Sign up is possible but the link is nowhere on the website: <a href="https:&#x2F;&#x2F;app.monsterwriter.app&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;app.monsterwriter.app&#x2F;</a>
abrichralmost 2 years ago
We are building an open source library for process automation with transformers:<p><a href="https:&#x2F;&#x2F;OpenAdapt.AI" rel="nofollow noreferrer">https:&#x2F;&#x2F;OpenAdapt.AI</a><p><a href="https:&#x2F;&#x2F;github.com&#x2F;OpenAdaptAI&#x2F;OpenAdapt">https:&#x2F;&#x2F;github.com&#x2F;OpenAdaptAI&#x2F;OpenAdapt</a><p>Feedback welcome!
xeonaxalmost 2 years ago
<a href="https:&#x2F;&#x2F;studios.aeonax.com&#x2F;racers&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;studios.aeonax.com&#x2F;racers&#x2F;</a><p>Trackmania meets Elite Dangerous but in 2 Dimensions<p>This my attempt at making a serious game, learning stuff and finally publishing wherever possible.<p>And I love feedback.
eliassonalmost 2 years ago
I have this hobby project for personal time tracking I work on from time to time. It&#x27;s usable enough for my daily use so motivation has dropped since that point.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;eliasson&#x2F;quarter">https:&#x2F;&#x2F;github.com&#x2F;eliasson&#x2F;quarter</a>
jamil7almost 2 years ago
A websocket API for storing and querying GeoJSON features, it exposes a lot of PostGIS functionality. I built it originally for a client project as part of a data collection app and then wondered if it might useful for others as a service. Thoughts? I worry that it’s likely too niche.
评论 #37157592 未加载
bbf007almost 2 years ago
Use kubeswitch to switch kubernetes contexts or namespaces per shell.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;spideyz0r&#x2F;kubesw">https:&#x2F;&#x2F;github.com&#x2F;spideyz0r&#x2F;kubesw</a><p>It&#x27;s written in go, I did some releases but still requires more tests.<p>It would be cool to get some feedback.
zubairqalmost 2 years ago
I&#x27;m still building a low code system with an easy to use component marketplace where you can edit components within the low code tool. Still a work in progress: <a href="https:&#x2F;&#x2F;github.com&#x2F;yazz&#x2F;yazz">https:&#x2F;&#x2F;github.com&#x2F;yazz&#x2F;yazz</a>
sum1renalmost 2 years ago
<a href="https:&#x2F;&#x2F;minidemo.app" rel="nofollow noreferrer">https:&#x2F;&#x2F;minidemo.app</a><p>Been working on a way to turn websites into animated demo videos, with clicks and transitions etc.<p>Hoping that it&#x27;ll help with producing landing page videos or marketing videos without needing after effects
hactuallyalmost 2 years ago
<a href="https:&#x2F;&#x2F;www.bestlms.co" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.bestlms.co</a><p>Working on this while working my main role. This is the missing piece I needed for my previous startup so been working to complete the suite.<p>Would love to connect with any lending&#x2F;finance guys about this.
thefounderalmost 2 years ago
<a href="https:&#x2F;&#x2F;nap.tv&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;nap.tv&#x2F;</a>
Syntafalmost 2 years ago
I co-founded <a href="https:&#x2F;&#x2F;embolt.app" rel="nofollow noreferrer">https:&#x2F;&#x2F;embolt.app</a> to make running membership-based clubs easier -- we just launched our beta!<p>I’m currently searching around for a handful more clubs to try us out free in exchange for feedback.
cryptozalmost 2 years ago
New space AI images every 30 minutes: <a href="https:&#x2F;&#x2F;cosmictrip.space" rel="nofollow noreferrer">https:&#x2F;&#x2F;cosmictrip.space</a><p>I waited too long to publish this but it is still nowhere near done and I just had to publish early.<p>Missing most features I want to add but hey, it’s live now!
jlizzle30almost 2 years ago
I&#x27;ve been looking for a &#x27;Grafana for personal metrics&#x27; (eg. weight, personal finance, etc.). Does anything like this exist? Ideally very simple, stripped-down metrics&#x2F;observability w&#x2F; ability to input data in UI or via API.
评论 #37163152 未加载
评论 #37163060 未加载
POiNTxalmost 2 years ago
<a href="https:&#x2F;&#x2F;territoriez.io&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;territoriez.io&#x2F;</a><p>(No tutorial yet, click on the castle and move around with WASD. E to undo a move.)<p>Little multiplayer web game made with Elixir and Svelte. Based on the game generals.io.<p>Not mobile friendly atm.
gavinhowardalmost 2 years ago
* Shell script replacement language that will also be useful as a production language.<p>* Build system that people will actually love. (I hope.)<p>* Init system that is easier to use than systemd, while also building distributed systems.<p>* All-in-one VCS, like Fossil, but it can track changes to binary files.
评论 #37158366 未加载
austin-cheneyalmost 2 years ago
File sharing and soon remote execution over the internet cross OS. Private and no servers.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;prettydiff&#x2F;share-file-systems">https:&#x2F;&#x2F;github.com&#x2F;prettydiff&#x2F;share-file-systems</a>
tommy_axlealmost 2 years ago
<a href="https:&#x2F;&#x2F;totalwebtool.com" rel="nofollow noreferrer">https:&#x2F;&#x2F;totalwebtool.com</a> Working on a Chrome plugin to go along with the main website for a convenient way to scan while on a webpage.
coupdejarnacalmost 2 years ago
I made pdh4engineers.com, because there aren&#x27;t many continuing education courses for PEs that focus on subjects like software and controls. The site is up and functional, but it needs some SEO and more content.
dj_perlalmost 2 years ago
Here&#x27;s a design for a better Fediverse:<p><a href="https:&#x2F;&#x2F;kolektiva.social&#x2F;@ashwin&#x2F;110671528116415354" rel="nofollow noreferrer">https:&#x2F;&#x2F;kolektiva.social&#x2F;@ashwin&#x2F;110671528116415354</a>
ezedvalmost 2 years ago
We&#x27;ve been working on TranscribeMe, a bot that transcribes audios to text: <a href="https:&#x2F;&#x2F;www.transcribeme.app&#x2F;en" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.transcribeme.app&#x2F;en</a>
评论 #37168584 未加载
mdwaltersalmost 2 years ago
I&#x27;m working on a web-based text editor called owo, it&#x27;s not open-source yet, but I plan on open-sourcing it in the near future. I&#x27;ve talked about it on HN a few times before, and people really like the idea.
hoofheartedalmost 2 years ago
Wordpress alternative for developers. Built with React.js, and 100% open-source.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;elegantframework&#x2F;elegant-cli">https:&#x2F;&#x2F;github.com&#x2F;elegantframework&#x2F;elegant-cli</a>
Sidneys1almost 2 years ago
<a href="https:&#x2F;&#x2F;signal-bot.readthedocs.io" rel="nofollow noreferrer">https:&#x2F;&#x2F;signal-bot.readthedocs.io</a><p>The actual Pip package isn&#x27;t published yet, but the documentation should be self-explanatory.
BenoitPalmost 2 years ago
explicable.ai<p>The frontpage is done, demonstrating the product. ML pipeline is ready. It lacks the CRUD backend though.<p>-- please review the site before comparing to my goals below, to see if it matches --<p>It brings insights (with nice pixels) by clustering together wrt the reason an ML model &quot;reasons about&quot; predicting a column in the dataset.<p>UX is simple: upload a CSV&#x2F;excel, select a goal column and you are set.<p>I haven&#x27;t spent much time marketing it if at all, and have gotten little feedback; and none wanting to pay for it.<p>If you see some interest in it, I&#x27;d love to talk about it. Or even integrate it in another product, for a fee
amccloudalmost 2 years ago
My own personal mint that supports all of my personal data, finances, yes Apple Savings, nutrition, projections, with offline&#x2F;multi device sync.<p>The goal was to avoid aggregators like plaid while avoiding manual entry.
sandheepgralmost 2 years ago
Created a shorts based learning app with community based content ranking <a href="https:&#x2F;&#x2F;www.microideation.com&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.microideation.com&#x2F;</a>
throwawayUS9876almost 2 years ago
My project. Built during Covid Time and still building <a href="https:&#x2F;&#x2F;emwavetech.com&#x2F;get-koottali" rel="nofollow noreferrer">https:&#x2F;&#x2F;emwavetech.com&#x2F;get-koottali</a>
appkalealmost 2 years ago
Making online shopping return reminder app. My wife buys lots of clothes (in different sizes) and returns what doesn’t fit well.<p>It’s a headache to remember return windows for different merchants.
lubienalmost 2 years ago
I have a on hold project called Who is Blocked. It listens to webhooks (GitHub so far) and try to guess which folks are blocked on their tasks so you can support them.
skwee357almost 2 years ago
I’m working on a newsletter platform that is not just another social network.<p>You own the content, I care about distribution.
dbodin11almost 2 years ago
<a href="https:&#x2F;&#x2F;www.kontxt.io" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.kontxt.io</a><p>Social web collaboration. Remix the web.<p>Open to any and all feedback. Thanks.
tiberius_palmost 2 years ago
I&#x27;m working on SystemLisp, a lisp dialect for hardware design and verification based on CommonLisp.
ellis0nalmost 2 years ago
<a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=37095477">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=37095477</a>
greenie_beansalmost 2 years ago
<a href="https:&#x2F;&#x2F;www.bookhead.net&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.bookhead.net&#x2F;</a>
adi8080almost 2 years ago
I&#x27;m working on an LLM app which extends GPT-4&#x27;s code generation abilities to modern libraries :)
plodenalmost 2 years ago
friendlymail: an open source, email-based social network. Email a new post to yourself, and the app generates an HTML version and sends to your followers. They can comment and like via email.<p>I tried a self-hosted blog, but comments and likes were a mess. Email was my solution.
andsoitisalmost 2 years ago
&gt; wait too long to publish something before it is fully polished<p>what is your idea &#x2F; project?
jakobovalmost 2 years ago
I am working on a book. An un-edited draft is available at CodeIsForHumans.com
ashmunialmost 2 years ago
i want to make my own sqlite driver with go, but i do not know where to start. maybe i can get suggestion from here
评论 #37158673 未加载
GlickWickalmost 2 years ago
dontdiecollectloot.com<p>An odd mashup between Diablo, old arcade shooters, with a splash of Vampire Survivors style progression
verdvermalmost 2 years ago
We&#x27;ve started working on a tool to use CUE to create a single config space across TF, Helm, and other tools in the devops space. We no longer want the pain of HCL or templated Yaml.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;hofstadter-io&#x2F;cuelm">https:&#x2F;&#x2F;github.com&#x2F;hofstadter-io&#x2F;cuelm</a> (working name)<p>Our hypothesis is that a unified config space across our industry will bring many benefits.<p>Our open questions are largely around whether we<p>(1) replace &#x2F; alternative<p>(2) just a skin, still same reconciliation loop from the tools<p>(3) replace, but support existing modules &amp; charts
noman-landalmost 2 years ago
<a href="https:&#x2F;&#x2F;transcript.fish" rel="nofollow noreferrer">https:&#x2F;&#x2F;transcript.fish</a><p>I have been working on this podcast transcription project for a couple months and it&#x27;s been super rewarding.<p>I listen to a podcast called No Such Thing As A Fish[0], where some researchers talk about their favorite facts they learned that week. Then they riff on it and are generally smart and funny. I listened to the series so many times that I decided I wanted to listen to the show on shuffle, not at the episode level, but at the <i>fact</i> level.<p>Since I have been playing around with whisper.cpp in python this seemed like a perfect way to combine some technologies I&#x27;ve been wanting to play with.<p>I ran whisper[1] over the entire podcast and transcribed all the episodes. I had to do this multiple times because I kept messing up. It eventually took like 7 straight days of my M1 processing to get through ~490 episodes using the medium.en model.<p>4 million words, and an 800Mb SQLite database later, I got the transcriptions done and have put up a nice site for searching through the data.<p>Now I just need to figure out the rest. Breaking it up into facts. Getting the audio working. Highlighting and linking to words, phrases, etc.<p>Some cool info about the process so far:<p>1. The SQLite database is chunked up and stored as static files, and the frontend queries the static files directly using HTTP range requests, so it only downloads a couple hundred kbs when querying.<p>2. I&#x27;ve been proper using ChatGPT 3.5 free version to help me write python and SQL. It&#x27;s been pretty game changing as I feel basically no pain from not knowing what I&#x27;m doing.<p>The code is here: <a href="https:&#x2F;&#x2F;github.com&#x2F;noman-land&#x2F;transcript.fish">https:&#x2F;&#x2F;github.com&#x2F;noman-land&#x2F;transcript.fish</a><p>Please help if you know how to get whisper speaker diarization working!! I would really appreciate the help.<p>Also any tips on ways to index[2] or search[3] my database that will be super efficient would be helpful. Indexing matters a lot when querying the database in ranges like this... I have learned...<p>[0] <a href="https:&#x2F;&#x2F;www.nosuchthingasafish.com&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.nosuchthingasafish.com&#x2F;</a><p>[1] <a href="https:&#x2F;&#x2F;github.com&#x2F;guillaumekln&#x2F;faster-whisper">https:&#x2F;&#x2F;github.com&#x2F;guillaumekln&#x2F;faster-whisper</a><p>[2] <a href="https:&#x2F;&#x2F;github.com&#x2F;noman-land&#x2F;transcript.fish&#x2F;blob&#x2F;maste&#x2F;db&#x2F;migrations.sql">https:&#x2F;&#x2F;github.com&#x2F;noman-land&#x2F;transcript.fish&#x2F;blob&#x2F;maste&#x2F;db&#x2F;...</a><p>[3] <a href="https:&#x2F;&#x2F;github.com&#x2F;noman-land&#x2F;transcript.fish&#x2F;blob&#x2F;master&#x2F;src&#x2F;js&#x2F;database.ts#L99-L104">https:&#x2F;&#x2F;github.com&#x2F;noman-land&#x2F;transcript.fish&#x2F;blob&#x2F;master&#x2F;sr...</a>
评论 #37156481 未加载
评论 #37156858 未加载
thecmrfrdalmost 2 years ago
guessthatword.com<p>Talk with an LLM to guess the secret word it&#x27;s thinking.
pixelbyindexalmost 2 years ago
Currently working on an (unofficial) VSCode extension for tldr.sh<p>Shouldn&#x27;t take much longer but I haven&#x27;t released it yet. I have been playing around with how I want the commands to be displayed. Simple but useful for me, and I plan to keep it open source.
boricjalmost 2 years ago
I&#x27;ve been working on a specific reverse-engineering technique called <i>unlinking</i> [1] on-and-off for the past 16 months or so. I&#x27;m on my third prototype (first a set of Ghidra scripts written in Jython [2], then a fork of Ghidra [3] and now a Ghidra extension [4]) and I&#x27;ve started a blog in order to document it [5], which side-tracked into writing a whole series of articles on reverse-engineering to introduce the topic.<p>What for, you may ask? Basically I&#x27;m trying to decompile a PlayStation 1 video game and I&#x27;ve quickly decided that dealing alone with multiple +500 KiB executables of complete utter spaghetti code wasn&#x27;t going to work. Instead, I&#x27;ve decided that I&#x27;d rather divide-and-conquer the problem, so I&#x27;ve been tooling up to split executables into relocatable object files, in order to decompile those one at a time and <i>Ship of Theseus</i>-style my way to success.<p>Ironically, all of that stuff is so not done that I don&#x27;t even know what meaningful feedback there could be. My prototypes do work, but only for 32 bit little endian statically-linked MIPS executables. The articles on my blog are draft-quality. As for the decompilation project itself that started all of this, it hasn&#x27;t seen much progress due to all of those side-quests. The overall topic is so esoteric that so far I&#x27;ve only managed to hear about one group of two persons that tried to do anything remotely similar and one another anecdotal account [6] suggesting that this particular skill is very uncommon among reverse engineers.<p>Personally, I&#x27;m starting to think that maybe I could&#x27;ve actually reverse-engineered and decompiled the game in the time I took to get here. I&#x27;ve also tried to engage with Ghidra to upstream the foundations of my modifications in my fork, but after some back-and-forth it became clear that my prototype-grade stuff wasn&#x27;t industrial-grade and couldn&#x27;t be merged in its current state, which is why I&#x27;m currently reworking the code in my fork as a Ghidra extension.<p>To those that want to provide feedback after reading all of this: beware, I&#x27;ve had a lot of fun going down that rabbit hole, but this is one hell of a time sink <i>and</i> a particularly tricky mind-bender.<p>[1] I don&#x27;t actually <i>know</i> what&#x27;s the actual name for this technique, given that there are so few resources on it out there. I do know I didn&#x27;t invent it.<p>[2] <a href="https:&#x2F;&#x2F;github.com&#x2F;boricj&#x2F;ghidra-unlinker-scripts">https:&#x2F;&#x2F;github.com&#x2F;boricj&#x2F;ghidra-unlinker-scripts</a><p>[3] <a href="https:&#x2F;&#x2F;github.com&#x2F;boricj&#x2F;ghidra&#x2F;tree&#x2F;feature&#x2F;elfrelocatebleobjectexporter">https:&#x2F;&#x2F;github.com&#x2F;boricj&#x2F;ghidra&#x2F;tree&#x2F;feature&#x2F;elfrelocateble...</a><p>[4] <a href="https:&#x2F;&#x2F;github.com&#x2F;boricj&#x2F;ghidra-unlinker-extension">https:&#x2F;&#x2F;github.com&#x2F;boricj&#x2F;ghidra-unlinker-extension</a><p>[5] <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=36575081#36590078">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=36575081#36590078</a><p>[6] <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=35729232&amp;p=3#35740761">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=35729232&amp;p=3#35740761</a>