by david927 on 9/29/24, 8:16 PM with 1039 comments
by loufe on 9/29/24, 9:31 PM
To fit on a trailer (the mushroom's cap is 11.5ft wide) the cap comes off the stem and the edges of the cap are two half-moons which have fixed mounting points where threaded rod sticks through some welded washers, and a nut is put on in place. I was too last minute to install the 200 WS2811 pixels and have them run some cool patterns, before the music festival I brought it to came time, but even just a lantern on top (another painters tarp covered the cap's metal-frame, and everything was spray painted) looked great.
Super fun project. Expensive, but I learned a lot, got to be creative, and I'm happy to try out new things and make the best of my before-children time. Also, it was such a joy seeing people croud around the mushroom (and site beside the mushroom man inside) at night during the festival.
by switz on 9/29/24, 8:40 PM
The unique angle here is that each article includes a hand-written summary explaining why the article was meaningful to the curator. This gives you a quick window into the piece without being overwhelming.
Since this is a free website mostly to be shared with friends and family, I implemented user login via "phone number" to save and submit articles, but without a one-time token. So it's "password-less" for now; a trust-based system.
It's basically 'done' - but I'm not sure that I want to share it publicly for the aforementioned reasons. I've been using it on my subway rides to read more interesting stuff. So far so good.
screenshot - https://i.imgur.com/8kIrgBt.png
by sponno on 9/30/24, 5:18 AM
I built a complete platform over the past 3 years, that doesn't require a subscription and you only pay for what you send. Give it a go if you need to send a document that needs to be signed.
by kurttheviking on 9/30/24, 2:05 AM
by pyrrhotech on 9/29/24, 9:48 PM
Since launching https://grizzlybulls.com in January 2022:
Model | Return | Max drawdown
-------------------
S&P 500 (benchmark) | 21.51% | -27.56%
VIX TA Macro MP Extreme | 64.21% | -16.48%
VIX TA Macro Advanced| 59.13% | -19.12%
VIX TA Advanced | 35.20% | -22.96%
VIX Advanced | 33.39% | -23.93%
VIX Basic | 24.29% | -24.23%
TA - Mean Reversion | 22.30% | -19.92%
TA - Trend | 27.07% | -24.98%
This is an unleveraged, apples to apples comparison. These are not high frequency trading models. Most of them only change signal once every 2-4 weeks on average. During long signals, the models are simply long the S&P 500 and during short signals, they go to cash.
One of the pros of this macro swing-trading/hedging style is high tax efficiency, by holding a core ETF long position that never gets sold and then selling S&P 500 futures (ES or MES) of equal value to the ETFs against the long position. This way your account will accumulate unrealized capital gains indefinitely and you'll only pay tax on the net result of successful hedging. The cherry on top is that the S&P 500 futures are section 1256 contracts that are taxed at 60% long term / 40% short term capital gains rates regardless of the duration they are held.
The models use a variety of indicators, many of them custom built. Most important are various VIX metrics (absolute level, VIX futures curve shape/slope, divergences against S&P 500 price, etc), trend-following TA metrics (MACD, EMV, etc), mean-reversion TA metrics (Bollinger Bands, CMO, etc), macroeconomic (unemployment, housing starts, leading composite), and monetary policy (yield curve inversion, equity risk premium, dot plot, etc). They've been backtested very cautiously to avoid overfitting to the best of my ability.
by cddotdotslash on 9/29/24, 9:31 PM
It's essentially a simpler, read-only, AWS dashboard where everything is a filterable, searchable, exportable-to-CSV table, with some extra features like multi-region mode, saved notes, and a debugger for access denied errors.
It uses the AWS SDK for JavaScript, so everything is run client-side from your browser. I'm not 100% sure what direction I'm taking it yet, but it's been fun to hack on!
There's a live demo here: https://wut.dev/?service=ec2&type=instances&demo=true if you want to try it out.
by Alex-Programs on 9/29/24, 9:29 PM
Currently trying to reduce costs by switching from using DeepL (high quality, low latency, high cost) everywhere to a hybrid that also uses Claude (high quality, high latency, low cost) for text that is far from the user. Also experimenting with Gemma 2 9B via Groq to go in between them, but it's bad at following instructions and I don't quite trust the quality numbers I'm seeing for it (they're benchmarked with gpt-4o as a judge).
I'm also trying to work out marketing. I'm not good at it, and I dislike it, but I need to get good at it. Currently considering Reddit ads for awareness, some content marketing going over the technical details (there's some fun language processing and performance optimisations), and... I feel that's not enough, but I'm not sure what to add to that.
I'm running on very little budget (I just left school and I'd rather not go into my limited savings over this), so I can't afford to just throw money at ads.
by owenpalmer on 9/29/24, 10:38 PM
I developed a very simple compiler to specify flashcard content. Anything inside brackets is considered the "back" of the flashcard (cloze) in Anki. The @n references the nth group in the canvas, and copies those svg paths into the flashcard.
Example card:
How do you solve for x in this problem?
@0 // handwritten text of 2x = 4
[
Divide both sides by 2, them simplify
]
This project was a response to the lack of systematic review in my college's STEM classes. I would practice a lot, but forget how to approach certain problems on exams. The hope is to have a digital space where I can be reasonably productive in solving practice problems, but also lets me easily integrate with SRS tools.I wish educators and educational institutions would make an attempt to incorporate SRS into classes. I think it would help a lot of students, especially for cumulative final exams.
Edit: Here's a screenshot: https://imgur.com/a/Yaq7vBx
by XetiNA on 9/30/24, 1:19 PM
For example, a carbon footprint calculator that pokes fun at the idea of the individual being to blame for climate change. https://a.mancato.nl/climate-calculator
And after seeing my dad struggle to find stuff online because he was seeing so many ads, I made an adblocker ad. https://a.mancato.nl/adblock
by milquen on 9/29/24, 10:37 PM
My wife is an English teacher, so I've been building little educational games for her to try in the classroom. My latest attempt is a proof-reading game https://frogs.cool Currently I'm using wikipedia articles but I'm working on adding a variety of age appropriate texts in different genres.
by maxweylandt on 9/29/24, 10:47 PM
Official data sharing practices are poor - results are are often in the wrong format or not available at all. I had to be quite resourceful to put this all together. As I transition out of academia I hope this sort of data helps others do interesting work.
by paddy_m on 9/30/24, 3:37 AM
Recently I have been working on the low-code UI. I find myself looking up and typing the same pandas (and polars) incantations over and over again to explore and modify data. The low-code UI allows simple transforms of data (search, remove column outliers, show only outliers of a column, group by) to be perfromed with just clicks. You can also view the generated python code. This is powered by a json-flavored lisp interpreter, but users never have to type lisp code.
by jfil on 9/30/24, 2:17 PM
Writing articles about & archiving Victorian-era "Artistic Printing" - like the examples at [2]. (Reach out if you're knowledgeable about letterpress printing, brass rule art etc. and want to share your insights)
[1] https://jacobfilipp.com/hammer [2] https://www.sheaff-ephemera.com/list/artistic_printing_album...
by Saigonautica on 9/30/24, 4:28 AM
There are some electronic Catan builds out there, but I found them really expensive -- e.g. opting for a smartwatch screen + microcontroller for every game tile (of which there are 19). Beautiful, yes -- but not my style.
Instead, I went for 8-segment displays for numeric tile values, and RGB LEDs to display terrain types. It adds up to 342 LEDs to control for the full board, from a single central microcontroller. When you turn it on, it sets up the board for you. Pressing a central button "rolls the dice", and it will flash the tiles that produce resources as per the game rules. Or cue special actions on certain rolls.
I really enjoy cost-optimizing prototypes, so this was good fun. I got it down to about USD 20 for a single, ready-to-play unit, including solid brass game pieces (it helps that I'm in Asia). I still use the deck of cards from Catan for now, but plan to replace it with something sci-fi themed. Maybe "Asteroid Miners".
The only thing I'm not 100% satisfied with is that the board is a little cramped -- it's a bit over half the size of the original Catan board. The PCBs had to fit within 100mx100mm -- I used a bit of a weird PCB geometry so that the board is composed of 3 identical subunits, rotated a few degrees to maximize it's surface area within a 100mm square.
I'm not planning to sell it. I just had a slow month, so it's a good time to learn to do new things. I never make any money with hardware, but I love how whimsical electronics can brighten someone's day. Sometimes that earns me a client -- and if not, it's cheap entertainment for me that keeps my skills sharp and my morale high.
by vinc on 9/29/24, 9:05 PM
This weekend, I also made good progress on user-space memory and found a workaround for some issues I had. I still need to implement it the right way, though. After a few years on the project, the thing that is giving me the most trouble is grokking the concept of page tables.
by jonyt on 9/29/24, 9:06 PM
by nicbou on 9/30/24, 7:03 AM
I'm currently adding an automated AI translation feature to my custom static site generator, so that I can translate the website to multiple languages and reach more people. I'm trying to make the process as seamless and automated as possible, because I'm running this website solo, and there are only so many hours in a day.
It's a surprisingly tricky endeavour! As usual, the first 80% are easy. It's getting the last 20% right that requires a lot of work. There are so many small hurdles. For instance, translating the URL structure and translating the URLs within the content, getting the translations to be accurate, getting the SEO right, translating the templates and the JS tools I've built, keeping the costs low.
by kleiba on 9/30/24, 8:27 AM
That idea has actually never left my mind though, and now, a few decades later, I've started to realize that if I don't get on it soon, I probably never will.
So I've started writing a game for the Commodore C64, 30 years after they stopped making them, and that's what I've been working on lately.
by armagon on 9/29/24, 8:37 PM
by jviotti on 9/30/24, 1:47 PM
If you work at any of those industries and pay a lot for data transfer, please reach out! I'm trying to talk to as many people as possible to make sure JSON BinPack fits their use case well (I'm trying to build a business around it).
It was originally designed during my (award-winning!) research at the University of Oxford (https://www.jviotti.com/dissertation.pdf), and it was proven to be more space-efficient than any tested alternative in every single tested case (https://arxiv.org/abs/2211.12799), beating Protocol Buffers for up to ~75%.
While designing it was already difficult, implementing a C++ production-ready version has proven to be very tricky, leading me to branch off to various other pre-requisite projects, like an ultra-fast JSON Schema compiler for nano-second schema validation (https://github.com/sourcemeta/jsontoolkit) (for which I'm publishing a paper soon).
by lihaoyi on 9/29/24, 11:29 PM
There's been a lot of innovation in build tools for other languages recently: turborepo, nx, poetry. Also Monorepo build tools like Bazel, Pants, or Buck. Mill aims to bring a lot of those innovations to the JVM ecosystem which is currently dominated by old stalwarts like Maven (circa 2004) or Gradle (2008), which although improving definitely have the weight of legacy holding back their potential
Mill brings things like automatic task caching, side-effect-free build tasks, automatic parallalization, automatic detection of task dependencies, task sandboxing/isolation, and other things that are table stakes in modern build tools, along with a concise strongly typed build language with excellent IDE support to make condiguring your build easy and safe (no more yaml!)
by oulipo on 9/29/24, 9:49 PM
- Ride Sustainably with the World's First Repairable Battery
- Refillable in 5 minutes (just buy $150 worth of new cells every 3 years or so, when they're depleted)
- Be Worry-Free thanks to the Fireproof Casing! There's been waaaaaay too many lithium fires!
It's launching as an IndieGogo in one week and there is an offer for early-backers here https://get.gouach.com/1 for a 25% discount on the battery!
by devgoth on 9/29/24, 8:52 PM
I called it gofaux: https://github.com/tjb/gofaux
by nradk on 9/30/24, 5:15 AM
This is the most excited I've been about a programming project in years, and I'm looking forward to the fun and the learning. And I'm really curious to see how slow my intetpreter is going to be compared to the industrial-grade ones.
by ianthehenry on 9/29/24, 10:24 PM
SDFs are very cool in general, and widely used in the generative art communities, but kinda hard to wrangle when you're writing shader code directly. They really are functions, but GLSL doesn't support first-class functions, so if you want to compose shapes you have to manually plumb a bunch of arguments around. So Bauble is essentially a high-level GLSL compiler that lets you model SDFs as first-class values, and as a result you can make a pretty cool 3D shape in just a few lines of code. And then 3D print them!
I need to do some actual work to promote and publicize it once I'm done with the documentation and implement a few more primitives, but it's very close!
The docs have lots of examples of the sorts of things you can do with SDFs: https://bauble.studio/help/
And for examples of some "art" that I've made with it recently:
https://x.com/ianthehenry/status/1839061056301445451 https://x.com/ianthehenry/status/1839649510597013592 https://x.com/ianthehenry/status/1827461714524434883
by joenot443 on 9/30/24, 6:11 AM
Much of the GLSL is Creative Commons fragments from ShaderToy written by brilliant artist coders from around the world. ImGui and an associated node editor library for the GUI, OpenFrameworks handles the graphics APIs. This is my first serious foray into shaders, C++, and OpenGL, meaning if I can ship a product and it helps one single artist then I'll walk away very happy.
I'm standing on the shoulders of giants with this one. Huge gratitude and respect for Inigo (IQ), Omar (ocornut), and Michal (thedmd).
by zitterbewegung on 9/29/24, 10:37 PM
The hardware and software is really all built out the real thing is to find the right epaper display (4.01 inch 7 color display) and an easy way to display the badge. I moved to a pimoroni instead of waveshare due to an easier way to program the system . See https://github.com/zitterbewegung/psychic_paper
If you want to follow the development see https://discord.gg/xE4TmkSc
by chewxy on 9/30/24, 1:01 AM
It's a hard scifi novel with mild existential horror tones that is borne mostly of maths jokes. At one point the main character tries to escape the matrix (reality). But the matrix is defective, so the best way out was to orthogonalize the subspace and reduce the matrix to its eigenbasis instead. Most of the scenes are based on similar maths jokes.
Tentative name is Diagonalization of the Meta (I had previously called it The Metaverse).
by firefoxd on 9/29/24, 11:42 PM
It's still a draft, but the main goal is to serve as a guide for both technical and non technical folks.
[1]: https://github.com/ibudiallo/automated-agents-book
Ps: I shared it in the previous thread last month as well
by stagas on 9/30/24, 7:18 AM
by markussss on 9/30/24, 12:38 PM
This weekend I got an idea to create a 2D-pattern from a 1D initial pattern. I put it on https://ige.land/, and I find it very fun and satisfying to play around with. It's not so elegant and pretty, but it's fun for me, and that's all I was looking for! Click any cell to change that color in the pattern. Right click or long press to set the length of the 1D pattern. It's also fun to first create a pattern and then resize the browser window to see how it looks like.
So, what I'm working on is not really an interesting project or product. I'm working on my creativity, playing with code, and in general having more fun with programming. Making it magical for myself again.
I'm not sure if it's 100% in line with the spirit of the thread, but it's what I'm most excited to be working on! :-)
by wluer on 9/29/24, 10:33 PM
I cofounded a remote startup in 2021 that I ended up leaving after a few years because I found the remote culture to be very isolating and I didn't feel like it would lead to a successful company. Many companies have started implementing return to office policies that unfortunately don't make sense for a lot of employees. I wanted to build this site to give people the power to find good jobs, companies, and teams that are convenient for them. Let me know if you have any feedback or want to post a job on it!
by piazz on 9/30/24, 3:24 AM
https://ankiweb.net/shared/info/1531888719
It’s a paid service at $5/mo with a free trial. Just cracked $50/MRR! Baby steps, but the value is clearly there. Need to tighten up a couple things, especially the web presence and onboarding, before I start marketing more. The tragic irony is that I’m spending all my language learning time building this (alas there can be no other way).
by CalRobert on 9/30/24, 9:08 AM
It was something I built for myself years and years ago and then ignored, but when I put it online so my wife could use it, other people started to as well. I lost my job a few months ago and decided to overhaul it. It's how we got a house on a few acres a 15 minute bike ride from the train an hour from Dublin with gigabit fibre under €100,000 in 2019.
www.gaffologist.com. Let me know you saw me on HN!
by bwb on 9/30/24, 12:25 PM
In a few days, launching user accounts + our first user feature using our new Book DNA review system that is trying to help narrow in on the type of books you love and why. The goal is to serve better recommendations going forward and get more people excited about reading.
It is fun :)
by sifex on 9/30/24, 3:09 AM
It tries to deal with alert fatigue via some nice de-duplication techniques (via customisable aggregation and correlation rules), manages and runs detection rules against different logging platforms (Elastic, Splunk and ALA/Azure) with Validation and Simulation testing, and will lower the time that it takes to determine malicious activity by presenting as much relevant information per security alert as possible.
Hopefully to launch sometime before end-of-year. If you're interested, I'm always free to talk via alex@sinn.io, or sign up to the newsletter.
by guiambros on 9/29/24, 8:37 PM
by jeeybee on 9/29/24, 11:28 PM
I’m currently enhancing the documentation for my project, PGQueuer.
About PGQueuer: PGQueuer is a minimalist, high-performance job queue library for Python, leveraging PostgreSQL’s LISTEN/NOTIFY for efficient job management. It’s perfect for handling background tasks and managing workflows with simplicity and reliability
by itsgrimetime on 9/29/24, 8:30 PM
by memset on 9/29/24, 9:20 PM
It lets you use whatever you’re already doing for auth, and lets you become an oauth provider, or issue tokens instead of people passing API keys, on top of that.
The more interesting aspect of that you could use it to bolt on an entire app store or ecosystem on top of your existing product or api.
(ping me if you want to look at this more seriously from a business perspective!)
by Alacart on 9/30/24, 2:30 AM
Currently working on:
- Further improving the embeddable DNS widget (to help/automate users updating their DNS records) that launched last month
- Rolling out the new hybrid self hosted version that allows traffic and certs to only go through your servers, while getting the full benefit of the cloud version
- Tinkering with some AI ideas for improving the existing WAF features (tricky, but potentially powerful)
- Making Edge Sequences (pattern matching and rules applied at the edge) more flexible and powerful with more composable options and ways to match requests
Recently hit a milestone of over a million domains served!
by keyle on 9/29/24, 9:01 PM
by 1bit_e on 9/29/24, 9:50 PM
I made a website where you can play chess puzzles against Stockfish.
I had the idea for a website where you can play chess puzzles, but if you make the wrong move, the puzzle turns into a game against Stockfish. This opens the door to either find alternative solutions or fail miserably (at some point you realize you are not following the puzzle any more). I think its a more engaging way to play puzzles!
This is my first online project, feedback is highly appreciated!
by mmcool on 9/30/24, 2:50 PM
Anyways, I am trying to make sure people only go to reputable clinics, and eventually let them pay online (instead of carrying cash). Check it out!
by briandilley on 9/29/24, 10:16 PM
by theptrk on 9/30/24, 2:25 AM
This way I can search through all my physical and computer activity to answer questions like: how many times did I go to the gym last year? or how many leetcode questions did I do this month?
Wrote a summary here (https://theptrk.com/2024/09/27/me-database-master-plan/)
by mmarian on 9/29/24, 8:24 PM
by mattkevan on 9/30/24, 6:37 AM
I’m still in active development so there may be bugs or crashes, but I’d be very interested in your feedback.
by fguerraz on 9/29/24, 10:16 PM
We already had a PoC which saved our customer 50% vs ALB (in their case that’s more than a million dollars a year), we’re now working on tooling and scaling the solution up!
Next we want to bring wasm modules to the lbs, to do edge traffic curation, bring your own model, etc.
In technical terms, we offer a fully managed control plane for an optimised version of envoy running on EC2, and we react in near real time to avoid unnecessary cross AZ traffic (the key to the costs savings).
by mikewarot on 9/29/24, 11:19 PM
I'm also re-acquainting myself with Verilog so I can do an ASIC prototype through TinyTapeout. The main question that I hope to answer is just how much power a bitgrid cell actually consumes, both static and dynamic. If it's low enough, then it'll give Petaflops to the masses, if not.. it's a curiosity.
Along that path, I've learned that the configuration memory for the LUTs is going to consume most of the silicon. Since it's all just D flip-flops... I figured I could dual-use it as memory without loss of generalization. You can virtually add 2 bytes of memory in a cell in any of the 4 directions... so I call it IsoLinear Memory.[2] ;-)
I should be able to make the deadline for TinyTapeout 9, in November. Meanwhile I'll update my emulator to include Isolinear Memory, and figure out how to program the damned thing. My stretch goal is to figure out how to program it from TinyGrad.[3].
If nothing else, it'll be good for real time DSP.
[1] https://github.com/mikewarot/BitGrid_TTL
[2] https://github.com/mikewarot/BitGrid_TTL/tree/master/IsoLine...
by churros_train on 9/30/24, 4:59 AM
Using a highlighter or annotation type tool, if you will.
So I decided to build an annotation tool for all public webpages! Playground demos of how it will work: - https://www.contextdive.com/snapshot?snapshottedId=47692b19-... - https://www.contextdive.com/snapshot?snapshottedId=3557f52f-...
^These are previously snapshotted page, you can highlight anywhere and leave a comment by right clicking for the context menu
\PS: I still don't have persistence of comments working yet since its a playground, but would love to hear feedback if anyone would like to use it.
by tm11zz on 9/30/24, 5:21 AM
This is something current models struggle with but I've always wanted high quality vector graphics for my projects.
by bluehatbrit on 9/30/24, 6:54 AM
Now I've moved to an early startup and I'm really missing the tool. So I've started putting together my own with a few improvements.
This one can support multiple infrastructure types such as ECS, K8S, and anything else you could write an agent for. It's also going to do the same for zero trust auth, starting with tailscale.
Once we've got it up and running we're going to open source it. Could be a few more months though.
Building it using elixir, phoenix, and live view as that's my background.
by zeta0134 on 9/29/24, 9:25 PM
https://www.patreon.com/posts/september-2024-113011369?utm_m...
Basically, my rhythm-based roguelike on original NES now has a proper economy, with gold gain and shops to spend the gold in. It also now supports PAL and Dendy systems, which is especially wonky due to the different framerate, but helped a bit by this being a rhythm game. As long as the music plays at the correct tempo, the rest of the game adapts its speed and "feels" correct at the lower framerate.
Tons of work left to do, most of it pixel art (I'm learning as I go) but it's progressing quite nicely.
by hermitcrab on 9/29/24, 9:44 PM
by solomonb on 9/29/24, 8:55 PM
by keb_ on 9/29/24, 8:25 PM
by stevage on 9/30/24, 1:18 AM
Cute names welcome :)
by p-o on 9/30/24, 12:19 AM
As worked a lot with Kubernetes in the past, I started with creating a Kubernetes Operator alternative to external-dns I call Phonebook: https://github.com/pier-oliviert/phonebook
It lets you control DNS record like you would any other native resources in Kubernetes through CRDs. Open-sourced it last week and there's already a bunch of features that are planned for the operator"
- cert-manager's support for DNS-01 challenges
- More support for other providers
- Increase support for each provider that already exists
- etc.
Check it out!by dijksterhuis on 9/29/24, 8:37 PM
- hacking around with FunDSP (turns out it’s pretty fun), again to learn some Rust https://github.com/SamiPerttu/fundsp
- Giving up Arma3 gamemode dev maintenance for a large-ish community, but hanging around to teach people git/github and provide wisdom / teach how to do software dev (a lot of folks have minimal software experience). Although debating whether to straight up leave the community.
by iceman_w on 9/30/24, 5:10 AM
It tracks 1000+ startups that have been founded in the last 3 years and showcases how their product, mission, team size, founders, etc. evolve week over week. It is interesting to see how quickly early stage startups pivot.
Looking for feedback/suggestions about how I can make this more useful.
by magicbuzz on 9/30/24, 2:24 AM
https://tim-burgess.observablehq.cloud/pvoutput/solar
SolCast (solcast.com.au) has a free API for home users and also some historical data. So it's essentially just some D3 code running on Observable.
by raghavtoshniwal on 9/29/24, 8:36 PM
Primary use-case is to read receipt data from legacy POS systems without having to write software integrations.
Figuring out how to commercialise. Reach out if you have ideas!
by sveske_juice on 9/30/24, 3:52 AM
It will probably be licensed with some open source license like GPL or MIT. Right now there really isn't much functionality, but i hope that it someday will be as good as other existing CAS tools like Maple and WolframAlpha.
The main motivation for this project besides from learning, is that there really isn't any modern open source alternatives to the leading CAS tools (at least that i know of).
by cryptoz on 9/29/24, 8:27 PM
My initial goal is to let users make webapp prototypes and iterate on them by writing tickets for the AI to complete.
I for some reason call it Code+=AI: https://codeplusequalsai.com
by hlship on 9/29/24, 10:30 PM
https://github.com/hlship/dialog-tool
Learning Svelte for the web UI part.
by sabman on 9/29/24, 9:48 PM
We have created workflows that a specific to the geospatial, mapping and GIS industry use cases. This is currently in private beta but going live in a few weeks. It is built on top of supabase's self-hosted stack.
We were recently also featured on motherduck's blog https://motherduck.com/blog/pushing-geo-boundaries-with-moth...
by s-d-m on 9/30/24, 9:43 AM
This is a project I started to scratch an itch I had at work. We use jira there, and our setup is such that it takes about 8-10 seconds to load a page. So to make things more usable, the local_jira downloads the data from the server, saves it in a local database, and make it available. jira_gui is a simple gui for it.
[0] https://github.com/s-d-m/local_jira [1] https://github.com/s-d-m/jira_gui
by spirodonfl on 9/30/24, 11:01 AM
visualgrideditor.app
Mad with Odin, compiled to WASM, vanilla JS and has Laravel integration. I just need to alpha test this more and see if there's anybody who wants to use it.
by dowakin on 9/29/24, 9:32 PM
I always thought the idea was somewhat weak, but not enough to discard entirely. So, along with a friend, I built a prototype over the last two weeks, and now we're trying to validate it: https://scanningfox.com/
I'm enjoying using Elixir for this project. As a long-time Erlang dev, I was initially skeptical about Elixir, but Phoenix.LiveView has changed my opinion.
by cebert on 9/30/24, 2:24 AM
by wamberg on 10/2/24, 6:26 PM
I'm working on an exercise database and a strength training app.
Two years ago I tore my meniscus and had to go through physical therapy. The experience was eye-opening! Before PT, I thought I was relatively fit because I wasn't overweight, walked a bit, and went to yoga 1-2 times a week. At PT, the therapists basically told me, "You tore your meniscus because you're weak." I had just turned 40. I noticed that I could tweak my back if I sneezed wrong. My mental model of myself hadn't caught up with the stressors of aging that were set upon me. I had never been much into weight lifting before, but I needed to update the way I was taking care of myself.
I didn't know many strength training exercises. Like any good engineer, I started to build a database. It's free and open source:
https://github.com/longhaul-fitness/exercises
I needed a way to track my workouts, so I started to build an app. Over time the app grew beyond tracking my workouts to planning them too.
The app isn't for sale yet; I'm just looking for testers now. Sign up at the first link and try it out for free. Let me know what you think if you want to have a hand shaping the app that's worked for me for two years and counting. I love talking about strength training. Email welcome!
by ahstilde on 9/30/24, 1:56 AM
Socially: I'm trying to connect people more, so I'm starting a social club [2]. If it just ends up with people meeting up in meatspace regularly, then it's a win.
Personally: well, my wife just purchased 6 pieces of flatpak furniture, so I'm building it!
[1] https://www.wyndly.com [2] https://www.nycfounders.club/
by franky47 on 9/29/24, 9:29 PM
nuqs [1] started as a Next.js-only library, but recently I've been working on supporting all major React frameworks & routers (Remix, React Router, plain React with Vite etc).
by rishikeshs on 9/30/24, 4:15 AM
by Syntaf on 9/30/24, 8:42 AM
We're offering online memberships, event management, and a member database packed with features. Membership management is a crowded space, but it's also a low-tech space with lots of sleeping giants not willing to iterate on their product.
It's been a really fun project so far and even more rewarding to see clubs using embolt for their daily operations.
by jmpavlec on 9/29/24, 8:36 PM
by NunoSempere on 9/29/24, 9:27 PM
by gualang on 9/30/24, 6:19 AM
by alexlll862 on 9/29/24, 9:26 PM
by huslage on 9/29/24, 8:34 PM
by jll29 on 9/29/24, 9:24 PM
Have got a bit of funding, a building, an 1.3 M€ GPU cluster. Also looking for Ph.D. candidates and contract developers. (The hard part is spending the money wisely but in 8 weeks - it is a time-limited government budget that "expires" - while teaching writing papers and writing grant applications.)
by delduca on 9/29/24, 10:51 PM
Game (WebAssembly, use WASD): https://play.carimbo.cloud/1.0.2/khromatizo/henrique/0.0.27/... Engine: https://github.com/khromatizo/carimbo
by abe94 on 9/30/24, 1:32 PM
by jascha_eng on 9/30/24, 5:49 PM
Trying to make production database access easy while avoiding dropping a table in production.
Experimenting with websockets right now so you don't have to create formal requests like a pull request anymore but instead can have more fluent database access sessions while another engineer watches over your virtual shoulder.
by omikun on 9/30/24, 7:37 AM
by abhgh on 9/29/24, 11:37 PM
PS: If the work is of interest and you want to avoid reading the paper, I have a blogpost too [3].
[1] https://github.com/ThuongTNguyen/active_learning_comparisons
[2] https://arxiv.org/abs/2403.15744 (this was accepted in EMNLP'24)
by seidleroni on 9/30/24, 2:55 PM
I love my Peloton and it was really annoying finding a ride with a difficulty over a certain threshold that was recent. I'm an embedded developer by day and did this with a lot of help from ChatGPT and Claude. Hoping to add some more features to it as time goes on.
by KPGv2 on 9/29/24, 10:32 PM
Last year i wrote a novel about what it'd be like if you were the parent of a teenage superhero, but all you saw was the aversion to touch, panic attacks, unexplained absences, and falling grades (they're obviously lying to you about what the problem is, but you don't know why!).
And how would you handle discovering that it wasn't drugs or her being a victim of assault, but was instead so much worse: that she's the one fighting for her life on the news all the time?
I've just started writing my second, which is superheroes arguing over what to do about one of the villains, who turned good and helped them defeat a Big Bad. The story is still in early stages, so there's plenty more ideas to come up with still.
For a stay at home dad like me, writing is really enjoyable as a hobby because I can do it at the soccer fields while my kids practice for two hours, or I can do it while they're at a gym playing, or at night when they're asleep. I don't have to schedule out a three-hour block to meet up with buddies for tennis a month in advance.
by excsn on 9/29/24, 11:45 PM
My next idea is to use SSML to better control some of the speech and add delays where needed.
[1] https://www.excsn.com/apps/unlearn_stress
[2] https://apps.apple.com/us/app/unlearn-stress-with-stories/id...
[3] https://play.google.com/store/apps/details?id=com.excsn.andr...
by yqiang on 9/29/24, 11:21 PM
This month the focus is improving food data quality & search relevancy. I'm also starting to experiment with some more advanced generative AI use cases in the realm of providing suggestions on what to eat & analysis of your diet.
by dv35z on 9/30/24, 9:11 AM
The idea is that mindset is important in the morning, and that we all want to do these healthy habits - meditation and yoga - and yet when life get's stressful, it's easy to fall out of a healthy rhythm.
I've been doing deep study about affirmations, our sub-conscious mind, and how to use repetition to change yourself - absolutely fascinating and effective. This Affirmatpr tool can help reduce the effects of depression & anxiety, help you set & internalize goals and habits for your dream life.
If anyone is interested in trying it out - I've got a prototype which can create customized affirmation sessions, and layer it on top of a calm music backing track)
Tech stack: Python / Django (soon) / Text to speech: ElevenLabs & Piper TTS. The automation currently runs with 'cron' on MacOS and Shortcuts.app/Music.app on iPhone.
Everything is open-source (Codeberg) and can run locally instead of cloud hosted, so maximum people can benefit (and so you can set private goals/affirmations that perhaps you don't want everyone to hear about).
I would love to meet others who would be interested in contributing / collaborating, as there is huge potential here. My contact is in my profile.
by hypertexthero on 9/29/24, 9:44 PM
Working on a default home.html page for my web browser with most used links, note pad, drawing pad, and forms for quickly creating posts for static sites that I’ll publish shortly. It would be nice if Firefox let you define a custom page for new tabs as well as new windows, instead of only Blank Page and Firefox Home (Default).
Usually have the relationship between work and play in mind, and how many of my favorite games have elements of compounding interest in rogue lite game modes where a little bit goes a long way with saved progression.
Harvesting four varieties of potatoes planted in the garden earlier in the year. Thankful to be able to work outdoors listening to the wind and nature.
Thinking about the difficult, important work of nurses and caretakers while helping to manage care for an elderly relative.
by simonorzel26 on 9/30/24, 9:47 AM
I'm running this project solo, and while it's been rewarding, there are challenges in scaling and sustaining it—like covering operational costs (~€20 per city per month) and expanding to more locations. I'm planning to eventually monetize through partnerships with promoters and venues, but for now, I'm looking for feedback or suggestions on improving the platform and reaching a wider audience without compromising on the user experience. Any insights or critiques from the community would be greatly appreciated.
by eli_gottlieb on 9/30/24, 2:15 AM
by artkulak on 9/29/24, 9:40 PM
Our goal is to provide complete observability into player behavior, detect cheaters and griefers, and help game developers improve player retention.
Some key features we're working on:
- AI-powered analysis of in-match player actions to detect anomalies
- Customizable rules engine for automated responses to toxic behavior
- Visual replay system for reviewing flagged matches
Check out our website at https://www.getgud.io and watch our detection video at https://www.youtube.com/watch?v=5EhTpfEzh1M to see Getgud.io in action.
We support server-side integration for popular platforms like Unreal Engine and Unity.
For integration guides and SDK references, visit our docs at https://github.com/getgud-io/getgud-docs.
Happy to chat more about game analytics and cheat detection if anyone's interested!
by shaklee3 on 9/30/24, 4:42 AM
It's working very well, and the kids like it more because it has audio feedback on laps and time.
Besides the cheap USB qr scanners there's no expenses either.
by osm3000 on 9/30/24, 4:34 AM
You start by learning the words: It augments the repetition aspect of Anki with added context to the words (random example sentences for each work, each time). I curated / generated the set of words in advance. Then you move to practice these words in chat about different topics (soon voice conversation as well). You get a feedback in each turn about what your mistakes, without interrupting the chat.
I am using DeepL for translation (I am not liking it though, since it is very narrow strict definitions. I will be exploring OpenAI for that soon). For chat, OpenAI GPT-4o.
This is my first webapp. I used HTMX + AlpineJS, Python, Supabase (Auth, S3, DB), and hosting on my PI.
It's work in progress, but I need to start finding core users to give feedback. I am not really sure how though. I had some tough experiences on Reddit and Discord (understandable tbh).
by nolan879 on 9/29/24, 8:24 PM
by moxvallix on 9/30/24, 3:27 AM
Starting from a wayback machine archive, I hacked some much needed improvements in to the minimised jquery-based, javascript (a right pain but an excellent learning experience). I implemented a Rails backend for the gallery, and have since been slowly improving it, replacing assets, and growing a community around it.
We recently hit 10k skins on the site!
I am working on rewriting the actual editor from scratch, and releasing the code as open source once all original assets/code have been swapped out.
If anyone wants to check it out: https://needcoolershoes.com/ (The editor doesnt work on mobile, but the gallery does)
by __mharrison__ on 9/29/24, 11:16 PM
A course on using modern Python constructs and tooling. (uv, coding with AI, pytest, type annotations, etc).
A book on interviewing for Python coding jobs.
Planning next book on either catboost or duckdb.
Ideas that I'm thinking about: how AI helps established programmers and new programmers.
by ideasman42 on 9/29/24, 11:13 PM
Re-creating a vectorized version of Amiga's system font.
Since I've always found font's online to be unreasonably opaque, the glyphs are stored in a TOML file, edited in Blender and exported using FontForge.
by cmdrk on 9/30/24, 5:11 AM
Otherwise I’ve been thinking a lot about using Erlang as a control plane in the scientific/hpc realm. I often fantasize about a single system image on the BEAM for running functions as a service, talking to object stores etc.
by pronopython on 9/30/24, 5:13 AM
My app can handle landscapes of hundred of thousands of images at once. The last major feature addition was the ability to handle video files. These are presented as a collection of still frames within the "world". Currently I am trying to find bugs within the media loading scheduler mechanism.
The work is quite hard, because despite good installation numbers (pypi) and clones (github), there's literally no feedback whatsoever (bugs, questions etc). If this is because of the adult-use aspect or if this is normal I can't tell but would suggest the first reason. So I have to come up with possible problems people might have all by myself. Any feedback is highly welcomed!
by ibx22 on 9/30/24, 3:08 AM
And working on a member-owned social network that runs from users countertops to foster dynamics that make for a better social user experience.
by tromp on 9/30/24, 7:30 AM
(*) in the sense of having a human-scale program
[1] https://googology.fandom.com/wiki/User_blog:Upquark11111/An_...
[2] https://codegolf.stackexchange.com/questions/176966/golf-a-n...
by ConstrPlus8561 on 9/30/24, 1:21 AM
I'm working on an open-source web app to visualize barbell lifts.
Basically trying to provide the best motivation and resources to help people invest in their physical strength which is crucial to health and longevity.
I'm keeping it strictly based on user Google Sheet data - because over the years I've changed apps and it's always hard to get your data out.
So far I have:
- lots of charts
- an cgpt wrapper to talk to your lifting data and get lifting advice
- the best strength calculators (in my opinion)
- a strength ranking system for squat, bench press, deadlift and strict press.
Tech stack:
- Next.js on Vercel
- ShadcnUI components (the charts are great)
- nextauth
- Tailwind CSS
- ChatGPT 4o
by mishu2 on 9/30/24, 12:31 AM
This resulted in another side project, https://mishmash.photos/ -- a website to organize, share and collaborate on albums (because I always lose photos when going on trips with friends). There are better apps out there for this, but this one is mine.
Sample album: https://mishmash.photos/share/84f83b09-0a24-4d13-b436-8131ee...
Tech stack is django, htmx, bootstrap and a Stripe integration, to keep things simple.
(There's no free tier; from reading this website I know offering free image upload usually ends badly.)
by andrewlevver on 9/30/24, 8:05 PM
There aren't any public posts yet because I've been too much of a coward to release them into the wild and promote them even though I think they are great. I'm hoping by commenting here I can pressure myself to update in October with some actual stuff published.
by bhl on 9/29/24, 9:15 PM
Instead of replacing the entire document or selection, we want it to create diffs or operations for the minimal amount of edits as possible. This helps preserve intent better when merging the doc later on with OT/CRDTs. (Of course, you could also ask GPT to semantically merge docs for you haha).
So far, it's been harder than plain text or spreadsheets which have an easier position/coordinate system to work with: just line-col or row-col.
Rich text is usually stored as trees with json or html. Have seen a paper (https://www.inkandswitch.com/peritext/) that represents it as a flat array.
Difference in approach would then be: is it easier for gpt to work with diffs or with operations/tool calls?
by vijitdhingra on 9/30/24, 3:09 AM
1. Summarize Articles – Get concise overviews of content from sources like HackerNews, Reddit, and more. 2. Quick Information Lookup – Effortlessly locate key details on pages such as developer documentation, car forums, and beyond. 3. Personalized LinkedIn Outreach – Craft customized outreach messages for your LinkedIn connections with ease. 4. Review Analysis – Analyze feedback and reviews from platforms like Airbnb, Amazon, and others for quick insights.
by digest on 9/30/24, 10:10 AM
by holocen on 9/30/24, 2:03 PM
I have really enjoyed going back to a text first information dense design. I'll likely build more tiny sites like this in the future.
by throw_30092024 on 9/30/24, 8:39 AM
I made a tiny and open source musical instruments that allows you to make some cool chord progression with a fully configurable synthesis engine. Its still being developed but the website is here [1].
You also have a (quite low quality I'm sorry about that) video demo [2].
For the cool sound it can make, here is a small audio recording [3].
[1]: https://minichord.com [2]: https://www.youtube.com/watch?v=h-6qkhU_WoA [3]: https://minichord.com/ressources/audio_demo.mp3
by woile on 9/30/24, 7:18 AM
In a nutshell, reciperium is the center of all my recipes, I was tired of finding recipes on different channels (youtube, reddit, instagram, google, friends, etc), and not having a place to put them. On top of that, I can fork my friend's recipes to adjust them to my taste.
by wahnfrieden on 9/30/24, 4:35 AM
https://reader.manabi.io iOS/macOS
It tracks every word and kanji you read to show you what you need to learn in order to read something new. It assembles your own personal corpus of example sentences as you read too, and will soon show you "i + 1" sentences to learn. No AI slop, just native immersion.
I'm also finishing an update now that automatically reviews flashcards that appear in texts you read. I find this more enjoyable and effective than slogging through context-light flashcards.
by smcn on 9/30/24, 3:05 AM
Over the weekend, we trialled the AI on Reddit[0] and got 300 comments more than expected, so we're doing the above while there are a lot more eyeballs on us.
Super stressful but we're getting there.
0: https://www.reddit.com/r/Shortsqueeze/comments/1fr9ae1/give_...
by bckr on 9/30/24, 4:15 PM
The plan is to make a threejs site where I can display all my favorite games with models of their original packaging and instruction manuals.
An interesting aspect of the research is that almost all published games are bad or mediocre.
Wikipedia knows about ~800 video games published in the year 2000. Of those, only ~300 either piqued my interest based on description or had reviews above ~70% positive.
I eliminated more of those based on personal interest (realistic flying or sports are not very interesting to me). And even more by watching videos of gameplay.
The level of polish and artistry vary enormously.
I’ve got a list of <100 games I’m very interested in, still. Which is a lot! But the breakdown is interesting to me.
by nhatcher on 9/29/24, 10:09 PM
A spreadsheet engine with an open source permissive license. I have high hopes for it but I'm still in early stages of the project.
by MrVandemar on 9/29/24, 11:12 PM
There are a lot of older films that are not audio described, and so every now and again I pick a film and write a script, and another volunteer records and mixes the narration track.
It takes about 2+ hours to describe about 20 minutes, and the film itself is 2 hours.
Sample:
68
00:11:18,219 --> 00:11:33,169
They step through doors marked "Research Laboratory". The wheel shaped cover stone towers over them, mounted upright on the wall. The disc in the centre has a cartouche, a vertical panel of symbols. Jackson stares up at it open mouthed.
by shaftway on 9/30/24, 3:44 PM
The hard part is the corners. I'm trying to get some celtic knots going, but this requires extremely accurate sizing, otherwise nothing lines up. The strips of wood are either 3/8" x 1/2" or 1/16" x 1/2". You have to be very careful with clamping when gluing, otherwise everything is off.
Oh and it's end-grain, which just means so much more processing of everything.
by atilimcetin on 9/29/24, 10:55 PM
I'm using typst[1] for my writing journey.
by brotchie on 9/29/24, 9:53 PM
Used a logic analyzer to work out the protocol between the head unit and the motor controller (uart at 9600) and used a ESP32 to man in the middle the protocol. Currently reverse engineering the meaning of the bytes in the packets sent between the units.
First attempt was taking apart the head unit and attaching a debugger to the exposed serial debug interface (Cortex M0) chip, but looks like the manufacturer had disabled flash reading by setting the flash security bit.
by jph on 9/29/24, 9:11 PM
by rafaepta on 10/1/24, 2:53 PM
It’s crazy how much time developers waste tweaking hardcoded prompts, writing endless test cases or constantly shift focus between building LLM features and verifying them. It’s usually the product person who should be handling this.
To scale a product, you need an extra set of eyes to double-check the engineers' work before it goes live.
Just want to give non-technical folks the power to test and improve LLM apps themselves!
This project is called https://ottic.ai/
by mavidser on 10/1/24, 2:49 PM
https://github.com/weather-viz/data-generator/
It started with me trying to get weather stats for my city, to give proof to the nagging thought 'Has it really gotten this hotter in the last X years?'
Now its aiming to be a project where one can visualize historical weather data for any place with a lot of stats and trendlines
Still in active development - right now the visualization only has my town in it.
by me_bx on 9/30/24, 5:22 PM
I spent the past few months refactoring most of the site:
* Find a smarter logic to recommend when to go surfing, based on how the combination of swell and wind indicators are.
* Add support for other locations (currently: only Fuerteventura, Canary Islands is there) - this means refactoring the way how forecast data is managed.
* UX & UI: enhance the information hierarchy, menus, create a new visual identity.
Finally soon to be released.[0]: https://gonna.surf
by SuperV1234 on 9/30/24, 10:08 AM
- Modern OpenGL and first-class support for Emscripten4 - Easy to use drawable batching system - Enhanced API safety at compile-time - Flexible design approach over strict OOP principles - New audio API supporting multiple simultaneous devices - Built-in SFML::ImGui module - Remarkably fast compilation time & small run-time debug mode overhead
More info: https://vittorioromeo.info/index/blog/vrsfml.html
by naveen99 on 9/29/24, 9:26 PM
Some features:
Search user profiles
Find similar comments
Find similar stories
Find similar users
See user karma next to their comments
browse comments in chronological order on stories
by dh1011 on 9/30/24, 2:43 AM
Here is the Github repo of this project: https://github.com/dh1011/subscription-manager
This is a self-hosted open-source project, licensed under the MIT license.
by yawebnw on 9/30/24, 1:54 AM
Really hoping to do this right as an indie dev with a good website, video promotion, marketing, etc. Probably free but with a one-time IAP for unlocking features. Worst case scenario this helps me land new jobs :p
by jfoster on 9/30/24, 2:27 PM
I intentionally made it a super easy choice if you need a quick screen recording by not having any accounts, making it free, not watermarking videos, etc.
I also recently added WebP support to Batch Compress (https://batchcompress.com/en), which is an image compressor that runs in the browser.
by mjAxi0m on 9/29/24, 8:51 PM
by rahilb on 9/29/24, 8:29 PM
Currently working on supporting dataview tasks format and multiple reminder lists.
The app supports any markdown backed notes app, but I fear I may have limited its appeal by including Obsidian in the app name.
Edit: previous discussion https://news.ycombinator.com/item?id=39764919
by elric on 10/1/24, 1:04 PM
by ecuaflo on 9/29/24, 8:41 PM
by kolleraa on 9/30/24, 1:56 AM
You start with either an example or a brief description. Then, you'll get relevant preferences to select from. Your recommendations are based on the preferences you select. Every run is different.
I've added some new features along with support for blogs/newsletters and podcasts over the past month, and improved the recommendations generally.
by r3tr0 on 9/30/24, 1:57 AM
A dynamic runtime and package manager on top of Linux's BPF virtual machine with a SQL interface for visualizing system information in real-time.
Interesting combination of low-level systems programming, low-level frontend programming, real-time networking and computer graphics.
Still filling in index.
A good example if you want to try:
https://yeet.cx/@yeet/execsnoop
We're also hiring: work@yeet.cx
by tombert on 9/30/24, 6:09 PM
Something fun about being into niche subjects in computer science is that the textbooks for them have very low resale value. As a result, you can make "best offers" on eBay for 1/2 or even less than the suggested price, and it will likely be accepted since the seller really just wants to get rid of them.
I've been taking advantage of this and purchased a bunch of obscure concurrency theory books that I've been reading through.
by old-priate on 9/30/24, 9:54 AM
Currently struggling with how to get any sales but there are some good resources like Aaron's cold outreach video [1]
[0] https://www.m2mmart.com/ [1] https://www.youtube.com/watch?v=7Kh_fpxP1yY
by geros on 9/30/24, 7:20 PM
by CreepGin on 9/30/24, 3:07 AM
by kidproquo on 9/29/24, 9:05 PM
Tech stack: Swift, UIKit, SpriteKit
by asciimike on 9/29/24, 11:34 PM
- Practicing CAD and 3D printing: building a go pro mount on my bike computer mount for a light (https://twitter.com/asciimike/status/1836892842716750221), an oil filter wrench (https://twitter.com/asciimike/status/1840051449625018870), etc. I like the idea of needing a specialty car/bike/etc. tool and being able to quickly model and build it in hours vs having to order an often fairly expensive tool that takes days to show up.
- Import/export (specifically from Japan to the US): In particular, importing kei vehicles >25 years old as well as specialty roasted coffee. Both of which have a lot of specific regulations and intricacy, and while I've done a lot of reading on how to do them (e.g. this doc on importing a kei truck: https://wittymelon.wordpress.com/portfolio/diy-how-to-import...). If anyone has connections to people who have imported kei vehicles to the US, I'd love to chat!
by tasoeur on 9/30/24, 10:10 AM
It actually won a prize at a hackathon recently and it was enough signal for me to make it a fully fleshed game :-)
I’m also making progress on an immersive gpu shader editor app that got release on AVP recently: https://shader.vision
by cromantin on 9/30/24, 11:38 AM
I tried this manually and it was a blast with my kids. They’ll love it.
by martin_a on 9/30/24, 10:38 AM
Some months ago, I've build a digital clock, based on the somewhat famous 8x8 LED matrix modules and a 3D-printed enclosure.
While doing everything on a breadboard was fine for a quantity of 1, I thought about building some more and gifting them to friends. For that, a custom PCB to place the ESP on, and screw it into the housing would be nice.
So... I'll need to learn to create a simple PCB with KiCad and then have it produced with one of the online services.
Wish me luck! :-D
by manzoorsamad on 9/30/24, 11:41 AM
This journey started with a simple idea: to challenge the belief that social media research is slow and ineffective. We felt the same pain and decided to build a larger influencer database, like other platforms out there. But we quickly realized something interesting—our users prefer spending time directly on social media rather than bouncing between a SaaS platform. So we went back to the drawing board to rethink how we could truly make this experience better.
With SocialiQ 2.0 We’ve made it possible to qualify influencers directly within social media, cutting out the hassle. On October 8th, we’re launching a version that’s not only smarter but also faster and easier to use. Over 20,000 marketers already love SocialiQ, but this update is going to take things to the next level.
We can’t wait to show you what’s next. If you want early access, join the waitlist on Product Hunt [1].
[0] https://www.impulze.ai/socialiq [1] https://www.producthunt.com/products/socialiq
by rwieruch on 9/30/24, 8:07 AM
But in any way, I think it will be a great resource for developers to level up :)
by michelpp on 9/30/24, 4:10 PM
by apexkid on 9/30/24, 1:16 AM
This is my side project because I needed an app like this for my daily use and I hate the fact that every other good app is paid even though maintaining such an app really doesn't cost anything.
Zipshot solves several problems:
- Easy to use shortcuts like cmd+shift+1
- No desktop clutter as images are uploaded to Zipshot cloud.
- Share via links.
- Powerful editor and figma style comments for annotations.
- OCR that works without the internet on 11 languages.
- Slack & Gmail integration.
- Context aware naming.
- Serious privacy measures.
- One click data download.
Who is it for: - Users who take 5+ screenshots a week with mostly the purpose of sharing it with their team or friends.
I am improving it every week. Here are the things I am working on: - Make the on-boarding and permission seeking workflow simpler.
- Speed up the app for apple silicon devices.
- Support OCR for rotated text and include more languages.
Here is an example demo: https://app.zipshot.co/bp4jr1by tauntz on 9/29/24, 10:30 PM
Trying out https://cooking.nytimes.com/recipes/1021581-pickled-jalapeno... but using lots of different chilies instead of only jalapenos. In-progress pic: https://ibb.co/XFBpyYV
by shwetank on 9/30/24, 2:15 AM
It's a leadership development platform, aimed at new managers who want to do it right. I'm solo bootstrapping it.
It has a combination of learning resources (courses, research paper insights etc) and tools.
While the learning resources are for helping you with knowledge, the tooling aspect is for developing the right habits for staying a good leader.
by bob1029 on 9/30/24, 2:15 AM
The ML project is probably the most interesting. It is seeking to use evolutionary/genetic algorithms with novel computational substrates such as spiking networks and Turing machines. Things that would (by intent) run poorly on someone's GPU farm. I figure I might get lucky looking under rocks no one seems to care about anymore.
by andrewstuart on 9/29/24, 9:54 PM
Lots of people have visited but a launch on HN isn’t enough on its own. I’m trying to figure out how to get the word out to more people to kickstart it. The goal is for it to be a community that people return to as part of their daily online life. That’s not a programming problem so it’s hard (for me).
by doersino on 9/29/24, 8:35 PM
Recently, a fairly detailed one on doing something semi-obscure with directory services on AWS. https://excessivelyadequate.com/posts/sadwsp.html
by safar_so_far on 9/30/24, 5:07 AM
I develop it in my spare time (for already 3 weeks) and you can check it here: https://github.com/SafarSoFar/pixelater
I build it with C++, ImGui for GUI and raylib for graphics, mainly for texture writing. Hope you will like it!
by korben-benoit on 9/29/24, 9:14 PM
by iamwil on 9/30/24, 4:48 AM
by langitbiru on 9/30/24, 2:17 PM
There are also adjacent services, like AI career coach that can roast your CV and give advice on how to raise your salary, and crowdsourced salaries data.
I'm working on other features like creating interview questions based on CVs, and so on.
by Razengan on 9/30/24, 3:00 AM
Still quite a bit of work to do but I wanted something that could be a one-stop shop for all kinds of 2D games. So you could use it to make something as varied as say UFO 50 [0] or any of the arcade games from the 1980s-90s.
I've always thought there should be more genre-specific "editors" instead of just "engines". Because even with the most powerful engines you still need a TON of boilerplate and Google-fu to make all the basic mid-layer stuff that’s necessary in almost all games.
The editors and toolkits that came with StarCraft, Warcraft 3 etc. enabled solitary creators to make some of the most popular games in the world like DotA, CounterStrike, even spawning entire new genres..
And I’ve always loved the “composition” paradigm: A workflow where you’d think about the basic behaviors that your in-game objects and characters will have, write them once, and then wire them together in many different ways.
And Godot has been the perfect starting place for that! Its editor is good enough and customizable, and its node hierarchy system fits perfectly with the idea of Lego-like components. I wanted to make something like Godot Nodes but for gameplay.
Hopefully soon I will have my ideal engine to actually make my actual game… :’)
by michaelsalim on 10/2/24, 9:52 AM
It's usable now, but still not user friendly since I'm focusing on the functionality. Hope to get alpha out this month!
by zzyzek on 9/29/24, 11:46 PM
https://github.com/zzyzek/PunchOutModelSynthesis
Here's a gallery of sample outputs from the algorithm:
https://github.com/zzyzek/PunchOutModelSynthesis/blob/main/r...
I have an online demo of the algorithm in action for different tilesets (it's a little rough, so be warned):
https://zzyzek.github.io/PunchOutModelSynthesis/
The idea is you take an example image, chop it into little segments and infer tile rules depending on the overlap. It's very much old fashioned "machine learning/artificial intelligence" (that is, without any neural networks involved). There's also a demo of tile rule inference idea here:
https://zzyzek.github.io/TileRuleHighlighter/
by marksun130 on 10/1/24, 4:07 PM
Now I am a bit afraid I might have just added a bit too much flexibility in the latest version with the `process` module which truly lets users create and modify 'function-like' objects like regular objects (arrays).
The feature came naturally from trying to solve the problem of creating reactive functions. This really entails building up functions incrementally. Now once I pursued the solution in the logical direction, we have this dangerous thing that is generally considered bad for maintainability.
My goal has always been more simplicity, expressiveness and clarity, which is why I wanted to put everything in the hands of the end user. It is a dilemma.
by kukkeliskuu on 9/29/24, 9:41 PM
For the dance calendar, support site with good first-line AI support based on FAQ answers.
Ad management platform for the dance calendar. Sites like this have specific requirements for placing ads that are not well supported by AdSense etc. I would like to have an alternative for smaller players for the header bidding used by the larger players.
Separate webapp to store happenings (messages, emails, descriptions, documents, etc.), tag them and show them on a timeline, allowing filtering the events visible on the timeline. Django/HTMX/AlpineJS. This is for a legal battle I am having.
A tool for describing workflows using the Unified Service Management (USM) model. The method is to frameworks (ITIL etc.) what open source is to commercial software. I am currently working on cross-referencing tool to map ISO 27k requirements to USM statements. I have developed my own formal language for defining the requirements. The end goal is to automate validating many ISO 27k requirements.
by p44v9n on 9/29/24, 9:07 PM
Functional but a few small bugs to iron out, then want to get a nicer welcome screen up and submit to the Apple App Store. Would love any feedback!
by jcgrillo on 9/30/24, 1:49 AM
- Major house renovation. Air sourced heat pumps are in, but the kitchen, a bathroom, and a bedroom are WIP. Subfloor, insulation, and drywall are the current focus. Also replumbing domestic cold and hot water in the entire house. Adding a brand new backup condensing gas hydronic system for when it's too cold for the heat pumps.
- Building a rear bumper for my 80 series Land Cruiser (4x4 Labs DIY kit).
- Building a press brake for my 20 ton shop press to bend some brackets to mount a backhoe to my tractor.
- Rustproofing both cars (80 series and diesel W210 Benz) before winter. Rust reformer primer, POR-15, and various Noxudol waxes and some Blaster Shield. New front and rear bumpers for the W210, painting front and (new) rear bumper on the 80.
- Working on something I'm tentatively calling "Swage" which is all about compact (think: nearly the information-theoretic minimum number of bits) representation for o11y data (metrics, traces, logs).
- Refactoring a PID controller crate I wrote a while back to be less bad and more good (in particular, trying to use funty to make it generic over fixed and floating point numbers).
by ivanyu on 9/30/24, 9:11 AM
1. After the recent successful growth of Antithesis [1], I'm diving into the topic of deterministic simulation testing. There are some cases (and ready-to-use libraries) where people are doing this in Rust, C++, Go, I'm interesting in this in Java. So I'm up to some experiments. I've also started an "awesome list" of resources about this topic [2]
2. I've made a generated serialization/deserialization library for the Kafka wire protocol in Rust, tested against the original Java implementation. I'll add 3.9 support once it's released and don't see much upcoming changes to the library, apart from maybe working on the Go version.
[2] https://github.com/ivanyu/awesome-deterministic-simulation-t...
by scoofy on 9/30/24, 12:17 AM
Currently finishing up the tournament software and getting ready for beta testing with some local clubs. This should eventually allow frugal clubs to operate golf tournaments extremely cheaply because no data needs to be licensed if they add their own course's data to the wiki.
by swax on 9/29/24, 9:46 PM
Just a fun little CRUD app built with Next.js, MUI, Prisma Postgres. I'm adding Halloween sketches now, if you know some good ones feel free to add them, or anything else :)
by onion2k on 9/29/24, 8:36 PM
by laconicmatt on 9/29/24, 10:40 PM
After successfully completing my first game, Strife Sisters - a strategy RPG, I decided to try out a new genre. Although I'm having fun working on this style of game, part of me wishes I had stuck with the same genre since I still had a lot of ideas to work with.
by fwsgonzo on 9/29/24, 8:38 PM
https://github.com/libriscv/godot-sandbox
I originally started on it just to get into Godot.
by ejs on 9/29/24, 9:13 PM
Also building an easier way to add real-time metrics and monitoring to web applications: https://flexlogs.com
Also, this little side project for less overwhelming weekly goals: https://carpeweekem.com
by niklasmtj on 9/30/24, 5:52 AM
Right now I have 3/7 chapters ready and I am working on the 4th right now. It will be about Deno on the CLI, learning about the permission model, getting user input etc. creating a small CLI application as a single file binary (deno compile)
After abandoning a lot of smaller side projects for years now I wanted to push through and ship something that is not just some hours of work (read <3-4 hours). I learnt that I have a lot of fun writing about and trying to teach things that I'm interested in.
by wslh on 9/29/24, 10:08 PM
The core architecture is split into two components: a timestamping signing service and a P2P gossip network. By decoupling the gossip network, I'm simulating its performance using a Monte Carlo approach. With a basic gossip protocol, the simulation reaches ~10k TPS on a 100-node, randomly connected network (not fully connected), and I see a lot of potential for further protocol optimizations.
Initially, I considered a more resource-intensive approach using Shadow [2] for more realistic node simulations, as outlined in this discussion on libp2p's Gossipsub stress metrics [3]. However, the Monte Carlo method allows me to simulate the network more efficiently without needing to deploy full nodes.
In parallel, I'm exploring game-theoretical concepts for selecting signers and ensuring the system remains open to new entrants. One paper I'm currently diving into is "Collusion, Efficiency, and Dominant Strategies" [4].
[1] https://news.ycombinator.com/item?id=41687715
[3] https://discuss.libp2p.io/t/rough-stress-metrics-for-gossips...
[4] https://www.sciencedirect.com/science/article/pii/S089982561...
by gamache on 9/29/24, 10:21 PM
Are you an IRC shitposter? Isn't it hard to experiment with Toilet/Figlet fonts and flags? Well _not anymore._ Presenting Tuilet: a front-end to Toilet written by us, for us.
by divyamchandel on 9/30/24, 1:38 AM
Most of the startups are unable to document things properly because of the nature of business and speed. But everything is available in conversations over emails / slack and calls.
Can we prepare a brain like graph which is context aware and understands the business and product?
Thoughts?
by jamiedumont on 9/30/24, 6:53 AM
Aim is for a static-site development/writing experience but with a dynamic app to allow for email subscriptions, payments, etc.
Not building it as a business, just to meet my own needs.
by icy on 9/30/24, 8:08 AM
Get in on the early access waitlist here: https://kapycluster.com
by jononor on 9/30/24, 6:41 AM
by msmith115 on 9/30/24, 4:35 PM
I've found that it's difficult to distribute metrics inside an organization. Today, most teams rely on systems like PowerBI / Tableau which are great for deep analysis, but can be too complex for sharing headline data to a large audience. Or, even more challenging, data can be locked in spreadsheets that are difficult to access when all you want to know is a few simple metrics like revenue or customer growth.
With Datagram, developers can quickly create data dashboards, update them via API, and push updates to the whole team on mobile using notifications.
Has anyone experienced similar challenges and does this sound interesting? It would be great to hear any feedback as we're early stage and want to make sure we're building something people want!
by richardbui95 on 9/30/24, 2:56 AM
Sheetany is a website builder that helps you quickly create websites directly from your Google Sheets without design or development skills, for blogs, directories, job boards, and more.
by Joeri on 9/30/24, 3:48 PM
I am working on blog posts about various topics, vanilla intersection loading, accessible web components, server-side rendering strategies, vanilla PWA, etc…
Always open to ideas and feedback.
by jagged-chisel on 9/29/24, 11:51 PM
Trying to decide on My Next Big Technology Project. I might have already decided, but I’m not ready to share for psychological reasons. I would like to do it in the open, but I have no idea how to build an audience. Maybe I just get started and hope I'm not totally boring.
by nonrandomstring on 9/29/24, 9:08 PM
by reverseblade2 on 9/30/24, 10:31 AM
There is also twitter account you can follow to see the set of news https://x.com/AlarmsGlobal
by Prcmaker on 9/30/24, 1:28 AM
by AutoAPI on 9/30/24, 3:12 AM
My free plan offers an all in price which includes design, print and mail to your customers door for less than any competitor
by nagisa on 9/29/24, 8:44 PM
Many of the sensors and connections are small enough that I could have spun another PCB to replace the VOC/NOx module it comes with[1], but SGP41 ain't cheap & I wouldn't dare to desolder one from the existing module. So instead I'm going to try to use the extension I/O connector AG board has. Am currently waiting for my PCBs to arrive.
Speaking of PCBs. It is wonderful that it is possible to get 5 units of a prototype for a price of a coffee or two.
[1]: https://www.airgradient.com/shop/#!/SGP41-TVOC-NOx-Module/p/...
by DontNoodles on 9/30/24, 4:07 AM
I considered both multi-projector setup as well as single projector based on a fisheye lens and have decided to go with the later due to ease of use as well as cost. But getting the right lens in my corner of the world is proving to be near impossible. There is a specific lens that is suggested but the original manufacturers have no stock and the only used lens available on US eBay is proving impossible to order. So, that is where I am stuck at: twiddling my thumbs.
by alimoeeny on 9/30/24, 12:34 PM
by ertucetin on 9/30/24, 10:58 AM
It's in the prototype phase, and I was heavily inspired by the game Spellbreak.
by aman2k4 on 9/30/24, 7:41 AM
An app to track your groceries, to save money and eat healthy.
I think healthiest food is cooked at home and people are eating out and doing takeaways . So I am planning to build tools and features which help people to cook more at home.
by padraigf on 9/30/24, 9:24 AM
Its a hobby project, to play around with American Football statistics.
I'm trying to do a few innovative things with it. e.g. I generate an excitement-rating per-game. Here are the excitement ratings from yesterday's games:
https://www.americanfootballinsights.com/excitement/2024/4/
I've used that feature already today. It tells me the big Sunday Night Football game last night, between the Ravens and Bills, was not worth watching!
I'm planning to develop more as the season goes on. For updates:
by vishnu-v12 on 9/30/24, 10:44 AM
promise this isn't just one of those chatwithpdf clones. its fully open source and free, and constantly shipping. (built a line-by-line highlighting tts just today https://x.com/vishnuu122/status/1840509664876020154)
more features coming soon.
would love for y'all to try it out and give feedbacks :)
https://uxie.vercel.app https://github.com/zeus-12/uxie https://uxie.vercel.app/feedback
by linsomniac on 9/30/24, 9:34 AM
It's been a lot of fun, and my wife has sold a few things out of it on her Etsy shop. I've had the printer running nearly continuously since I got it, including a few weeks where I was printing parts for a circular sock knitting machine for someone local who reached out through a Facebook gifting community.
by ninefoxgambit on 9/30/24, 9:52 AM
I’m also reworking and relaunched https://www.wickedblocks.dev which has nearly 200 free blocks for Tailwind. We’ll be released some optional premium sets here soon.
Finally we are about to release a set of 3 templates for 11ty at https://www.zerostatic.io where I build niche templates for SSGs. I believe these will be some of the best template available for 11ty and I’m keen to see if this niche has a serviceable market.
by j2kwebb on 9/30/24, 8:36 AM
by 100daysofcode on 9/30/24, 11:35 AM
by cloverich on 9/30/24, 7:39 PM
[1]: https://github.com/cloverich/chronicles [2]: https://github.com/cloverich/chronicles/issues/160
by venky180 on 9/30/24, 2:25 AM
by zakm on 9/30/24, 1:52 AM
by haidrali on 9/30/24, 1:46 PM
by mepian on 9/29/24, 11:03 PM
by yoav on 9/29/24, 11:32 PM
I’m currently building an Electron/Tauri alternative that uses Bun called Electrobun [2].
As well as a hybrid code editor + browser which is built on Electrobun called co(lab) [3].
I’m also going to be open sourcing some other stuff that powers Electrobun and co(lab) including an optimized bsdiff implementation I wrote in zig, and a NoSql database designed for rapid prototyping.
Meanwhile I also spend around 3-6 months a year helping friends/fellow alumni with their startups. Typically unblocking hard technical problems or driving large refactors and process/culture changes. Currently midway through my 3rd.
[3]: https://colab.sh
by cylo on 9/29/24, 10:21 PM
by kiru_io on 9/30/24, 8:24 AM
It started as a web app for us, but more ppl asked. So I turned it into an app. Basically a meal planner / recipe manager for families and couples.
by kyleperik on 9/30/24, 2:41 AM
https://git.sr.ht/~kylep/pipes
Just a toy, but I like playing with novel semantics and paradigms which break out of the procedural/functional/oop styles.
by eigilsagafos on 9/30/24, 3:03 AM
by a_t48 on 9/30/24, 12:43 AM
Very testing and production focused. Biggest competitor is ROS though there’s some others popping up now. Our first public release is going to be within a month, I’m excited.
by chantepierre on 9/30/24, 7:12 AM
It's kind of niche but I'm doing more and more automation on my side, to efficiently build custom one-off layout editors for my clients. Some have surprisingly specific wants (for example : "multi-player live google-slides like editor, but constrained to brand guidelines and layout systems with block-level pick and place across all documents").
I am having lots of fun with that and am trying to move from one-off bespoke systems to a common base + client-specific code.
Edit : it's 90% Elixir and designed to run both on-prem or as a managed service.
by fdlaks on 10/2/24, 6:41 PM
The enclosure for the camera is all 3D printed and made in fusion 360, and I even 3D printed a little box that a cheap joystick fits into that connects to a computer in order to control the position and zoom of the camera over serial.
I live pretty close to an area in San Francisco where you can see massive container ships coming in and out of the bay area, eventually I think it would be cool to have the camera setup somewhere around there so that I could get alerts when ships are entering or leaving the area and watch in real time over a 4G connection to the camera.
by ugam on 10/1/24, 6:49 AM
A typical user journey involves hustling through Instagram, Google, or word-of-mouth to find the right experts. And then they have to talk to multiple expert providers to align on scope, negotiate the price, and hope the service quality matches their expectations. It’s painful and full of friction right?
With Tribe, we aim to transform this user journey from a chore into a delightful experience. Think of it like closest one can get to an “Amazon for services”.
You can try Tribe here: https://tribe.best
by empressplay on 9/30/24, 12:23 AM
We're actually starting to get users!
Also, we're going to start working on a 2D arcade game builder that uses Logo as its scripting language
by joseph on 9/29/24, 11:37 PM
I've also written some Terraform modules that deploy machines from images created with easyto.
One is https://registry.terraform.io/modules/cloudboss/airport/aws, for managing Concourse CI.
Another is https://registry.terraform.io/modules/cloudboss/tailscale-su..., to quickly spin up a tailscale instance in a VPC.
by oxcabe on 9/30/24, 10:44 AM
It's a web security audit reporting web app. The idea is to centralize the entire auditing process inside Markdown based reports, à la Jupyter Notebooks. Then, any discovery actions like subdomain enum, path fuzzing, etc. would run by demand on edge functions.
We'll also be adding support for prompting generative models to help writing reports, suggest procedures and create dictionaries based on current findings.
The project is Apache-2.0 licensed, and can be found here: https://github.com/supaudit/supaudit. Please, note that the report UI is unfinished as of the date of this comment.
Constructive feedback is more than welcome c:
by doctorhandshake on 9/30/24, 10:40 AM
Walls and floor projection, markerless motion capture, full-body arcade-style gameplay.
Cinematic, hilarious, innovative, beautiful, addictive games.
No goggles, no controllers. https://thirdwavearcade.com
by est on 9/30/24, 12:54 AM
source code at https://github.com/est/metronome
by desideratum on 9/29/24, 9:27 PM
by hsnice16 on 9/30/24, 3:33 AM
Also, I completed a few AWS-related tasks right after starting full-stack. I have written blogs mentioning what I did to help others.
Lambda function to access RDS, S3. And, Eventbridge in AWS - https://hsnice16.medium.com/lambda-function-to-access-rds-s3...
Use private AWS Aurora with DBeaver using SSH tunneling - https://hsnice16.medium.com/use-private-aws-aurora-with-dbea...
Build and Push the docker image on AWS ECR using GitHub actions - https://hsnice16.medium.com/build-and-push-the-docker-image-...
There is one more blog that I have found, that has helped a lot of folks.
Write your own Telegram Wallet bot - https://hsnice16.medium.com/write-your-own-telegram-wallet-b...
I also created a KPI card component that I listed on Gumroad, but sadly it was a flop idea. https://hsnice.gumroad.com/l/pdnbo
And, in the last GitHub streak is coming back - https://github.com/hsnice16 (POV, your org has added your personal GitHub username in the repo)
by vinitagr on 9/30/24, 5:21 AM
Till now, I have made the following tools: 1. Image Generator 2. Emoji Maker 3. OpenAPI Explorer (Explore 4000+ OpenAPI Spec Files in a nice GUI) 4. WIP - Cyber Sign - Digitally Document Signing Tool 5. WIP - Meme Generator - Make a Meme Image, GIF, Video, etc. with a text prompt
All the code is public and open source.
If you want to use the tools directly, you can check them on my website: https://www.vinitagrawal.com/
by tetris11 on 9/29/24, 10:18 PM
by fmcgg on 9/30/24, 5:28 AM
Main repo: https://github.com/formulaicgame/fmc Contains the client and a library for implementing servers. Game implementation: https://github.com/formulaicgame/FMC-Beta
by maxander on 9/29/24, 9:59 PM
My side-project, in essence, the bash '&' operator for cases where the first process is already running. It took me months of searching before I could believe that this doesn't already exist, but there you go. I gave in to feature creep, of course, so it's a bit more than that now (I made a ncurses-based dashboard? Why??) but someday soon I'll make it public.
by Cyph0n on 9/29/24, 9:03 PM
by jacques_chester on 9/29/24, 9:30 PM
It's an SQL library for doing statistical process control (SPC) calculations.
This has been a labour of love for about 2 years now. I work on it sporadically. Recently I got more disciplined about what I am working on and I am slowly closing the gap on a first 0.1 release.
2. Finding work. As much fun as it is to tinker, I am nursing the standard crippling addiction to food and shelter. I am also nursing an increasing loathing for LinkedIn and wish to be free of having to check it.
by guywithahat on 9/30/24, 3:52 AM
An AI parent filter, which can remove and modify page content in real time. It's designed for kids using their first computer, and is fully launched (although only available on Windows right now).
Admittedly we're looking for seed funding and may not stay open forever, but the tech itself is really cool, and we get really strong positive reactions from parents once they learn you can use this to filter out quasi-political content in addition to adult/graphic content. We're entering an age where all content can be modified in real time, and I think Parent Controls Win still has a lot of potential.
by carbonboarder on 9/30/24, 6:57 AM
My business partner and I spent so much time analyzing hundreds of properties to understand if the numbers work for investment properties. We then built a workflow that sends regular emails with a table with all the numbers calculated for us, based on rent estimates.
We’ve onboarded a couple of people so far and are onboarding more investors and agents next week.
We also added a red flag analyzer using LLMs for each property which we hope to expand into hard to reach data (government records) as well as the data we pull from public sites.
Feel free to DM me or sign up on our website and we’ll reach out. We’re iterating a lot and value your feedback!
Thanks
by iepathos on 9/30/24, 5:31 AM
by supplied_demand on 9/30/24, 7:45 PM
The first two reports were Wine [1] and Pokemon Cards [2]. I'm currently working on the third edition, Fine Art.
[1] https://www.altasset.report/001-wine/
[2] https://www.altasset.report/alt-asset-report-002-pokemon-car...
by varjag on 9/30/24, 10:35 AM
by socketcluster on 9/30/24, 5:32 AM
The idea is that if you're a highly experienced senior developer, it should feel oddly familiar. It aims to address every possible concern that a senior developer might have when building a web application.
Avoiding footguns is one of the core principles behind it.
It aims to strike the ideal balance between flexibility and simplicity. It's not for building rough prototypes; it lets you build apps that are more secure, more performant, more scalable and more maintainable than the ones you would write from scratch.
by nevernothing on 9/30/24, 12:13 AM
by cmenge on 9/30/24, 7:31 AM
It seems people don't really have a need for managing prompts outside the code https://x.com/cmenge/status/1830534838681485728
Also, proxying for larger co's requires certifications etc., plus stellar 24/7 operations, making this a less-than-ideal side project. I might add some content indexing + RAG features, but also not exactly a new idea...
by senko on 9/30/24, 8:08 AM
Basically a simple way to CRUD dicts to disk without needing a separate database (uses SQLite underneath). I've always liked MongoDB ease of use, and in many quick hacks/projects I don't want to write custom SQL or bring in a proper ORM or install a db server.
TBH the main motivation is to just work on a simple side project with no stress, no need to productize it, and no need to obsess over productivity / can tinker to my heart's content.
Mostly done now tho, so probably will do something else next month :)
by Multiset on 9/30/24, 10:14 PM
It's completely free for now. The report gets emailed to you within 24 hours.
by c-smile on 9/30/24, 1:26 AM
Sciter offers access to OpenGL as by WebGL/JS as by native OpenGL API access.
Idea is simple: pretty much any 3D application needs some form of 2D UI/Chrome. And so Sciter.GLX provides just that - HTML/CSS/JS UI with <webgl> islands.
Sciter.GLX is also about direct support of as Wayland as X11 on Linux.
Check preview: https://sciter.com/sciter-glx-generation-4/
by 42lux on 9/30/24, 1:58 AM
Here is an example[0] in 6k resolution from two weeks ago done with just text conditioning. The controlnet elevates the precision even more up to 99%, the last 1% is easier fixed in post. Which isn't optimal but a good way to go for now.
by 0xbadcafebee on 9/29/24, 9:29 PM
by bastien-barn on 9/30/24, 7:34 AM
by g5pw on 9/30/24, 7:07 PM
If we won't use it for our child, I'll use it as a slightly overpowered macro keyboard :D
Of course I intend to publish it as soon as I have the first prototypes debugged!
by tamimio on 9/29/24, 9:52 PM
by dukeofharen on 9/30/24, 6:16 AM
by syldor on 9/30/24, 8:27 AM
I started it as I was making a booklet about meteorology for kids in Lao language. I tried an automatic transation tool and was amazed to see it was keeping the format, so I dived into the markup file for Indesign, called IDML. InDesign is such a great software.
by TimeWasterPro on 9/30/24, 3:27 AM
by avastel on 9/30/24, 1:12 PM
by nemo1618 on 9/30/24, 2:00 PM
Try it with this classic: https://vektroid.bandcamp.com/track/420
by madshougesen on 9/30/24, 1:23 PM
It works by embedding "traditional" formatters like rustfmt and gofmt (currently support 174 tools), which helps keep documentation matching with the codebase.
[https://github.com/hougesen/mdsf](https://github.com/hougese...
by davidatbu on 9/30/24, 5:06 AM
1. Background sync of repo state/PRs/issues/etc.
2. Ability to do "optimistically updates" when creating/editing PRs/issues etc.
The short to medium plan is to implement a CLI interface. But I hope to abstract the core into something that can be compiled to wasm such that a web UI that has optimistic updates everywhere, and is "offline first".
I'm doing this post to see if folks have seen similar projects around, I'd prefer not to build something that's already built.
by crockeo on 9/29/24, 9:30 PM
- `main`, which currently houses a custom interactive graph visualizer built on top of the great `vello` from linebender (https://github.com/linebender/vello).
- `ch/typescript`, which has my attempts at joining a more traditional task manager with a graph visualization.
by cwmoore on 9/29/24, 9:27 PM
It’s a pretty bad hack of HTML, CSS, and some JavaScript, saved by Laravel, trying to print slightly larger than A5 paper for a major on demand publisher standard paperback, with browser Print to PDF settings, and is unwieldy but to the point, has an ISBN as well as being NP-complete. Discovered for myself that the number of permutations and derangements of the same length are related by the ratio of Euler’s Number e.
by hambos22 on 9/30/24, 9:00 AM
150+ postgres tables, a huge backend dashboard, an optimized storefront, Hasura, Go, React/Typescript/Next.js and a myriad of integrations.
Abandoned my professional career for this one to chase the dream and got sciatica while in the process :)
by kdavis586 on 9/30/24, 1:48 AM
For anyone who's wondering the specification I'm following along with is "Cowgod's Chip-8 Technical Reference v1.0" (http://devernay.free.fr/hacks/chip8/C8TECH10.HTM)
by FragrantRiver on 9/30/24, 4:16 PM
So, instead of having people write content in Google Docs or somewhere else and then copying it into the CMS, I want to create a place where you can enjoy writing and publishing your content.
If this sounds interesting to you, you can try it at https://pmkin.io/ :)
by makebelievelol on 9/29/24, 9:33 PM
by tracerbulletx on 9/30/24, 2:50 AM
by ccorcos on 10/1/24, 12:07 AM
by sambaumann on 9/30/24, 1:24 AM
The plan is to open source it once I feel good about it.
I don't have anything to show off yet but maybe by the time this thread comes around next month I will :)
by ianbicking on 9/30/24, 3:12 AM
It's like the fourth or fifth time I've made an attempt at this, each time learning something along the way. This might not be a success either... but I can tell I've made progress.
Right now I'm struggling with how to manage different events and different agents. Actually making a "winnable" game with "a point" is also hard!
by iknownthing on 9/30/24, 12:34 AM
by cygnion on 9/30/24, 4:58 PM
by willguest on 9/30/24, 3:07 PM
I see it being useful for artists, indie devs and anyone else who want to fire up their immersive ideas and keep control of the content, code and costs of running it.
by fragmede on 9/29/24, 8:39 PM
it's incomplete but https://github.com/fragmede/pasteboard-image
I'm in the middle of rewriting it in rust so it's easier to install.
by BoingBoomTschak on 9/29/24, 9:21 PM
by asteroidburger on 9/30/24, 1:04 AM
by monokai_nl on 9/30/24, 11:42 AM
by steveybrown on 9/29/24, 10:46 PM
I don’t expect to add much more to the app and I’ll probably kill it in a few months as it’ll likely cost me more to run it.
by wczerniak on 9/30/24, 1:49 PM
by radeeyate on 9/30/24, 3:17 PM
by retardracer on 9/30/24, 2:53 PM
I think the security score are gimicky (ignore that i have a header score I will be removing that).
You can just use it as a one-off tool to scan/check, you can schedule scans, get notified of changes (unexpected or expected), show proof of remediation, auto JIRA issue creation (with PDF attaching).
Thoughts? I would love some comments/usage/feedback. internetsecure.org
by fabianlindfors on 9/29/24, 9:28 PM
Haven't written up anything about it or published any code yet, but it's working pretty well and I haven't even had to fork Postgres with all the extensibility it offers!
My email is in my profile if anybody would like to chat about it
by paul7986 on 9/30/24, 2:02 AM
- Go to aquarium, look in tank, put glasses in info mode via a gesture to see the names of the fish in the tank. Learn more about them then on my phone.
- Have glasses keep score of any real life game you are playing from pickleball, to a card game to any game that has a score and requires vision to keep track of it.
Guess i could start creating such on the Vision Pro. Im thinking either idea will be created and or built into the smart glass winner but hmm maybe they are lame ideas..
by sotix on 9/29/24, 10:44 PM
by dandrew5 on 9/29/24, 8:44 PM
by matthiasb on 9/30/24, 10:21 AM
Our first product was a CO2 monitor for your AWS infrastructure https://www.li10.com/
The next logical step is to provide tools to reduce it (along with cost reduction and security benefits)
Our first iteration is available here: https://github.com/li10labs/li10-governance
by sumeruchat on 9/30/24, 7:41 PM
https://testflight.apple.com/join/R3fvUHwT
For feedback (or if link doesnt work) please reach me at sumeru@tradomate.io
I am looking for honest feedback so feel free to be critical
by chilldsgn on 9/30/24, 2:39 PM
During my spare time I am building a web app to help my mom manage her healthy food market and trying to finish a ChatGPT wrapper web app to help me create meta descriptions for web pages a little quicker. Might monetise that one if it's worth the effort and will be valuable to people, we'll see.
by bilater on 9/30/24, 2:36 AM
https://x.com/deepwhitman/status/1840578869847580815
Link to app => https://www.shortsgenerator.com/
by thenipper on 9/29/24, 10:25 PM
by k__ on 9/30/24, 8:05 AM
The USPs are:
- pay once, host forever
- censorship resistance via globally decentralised gateways
The app:
Arweave:
AO:
by crypticgoose on 9/30/24, 8:01 AM
Any ideas around challenges welcome!
by yusufaytas on 9/29/24, 9:16 PM
We’ve experimented with various approaches to promotion, including HN, KDP, Amazon Ads, and most recently Reddit Ads. It's been interesting to see which strategies resonate with the audience, but we're still figuring out the best way to get it in front of the right people.
And marketing is really hard!
by ldenoue on 9/30/24, 3:12 PM
Now looking into fine tuning a small LLM like Gemma 2b-it to this task.
Any advice on other LLMs that would work appreciated.
Also bonus if this LLM can run in a browser
by nvlled on 9/30/24, 8:03 AM
I'm also planning on making changes to improve my text reader. The purpose of the project is to help me alleviate my discomfort when reading long blocks of text over an extended period of time.
by pyromaker on 9/29/24, 11:23 PM
Here's a video site I created using this tool - a startup pitch video site
by kunley on 9/30/24, 12:34 AM
That makes my other project a bit lacking attention, but I will get back to it - a configuration language BCL https://github.com/wkhere/bcl . Parser is based on a vm beauty from the 2nd part of Robert Nystrom's Crafting Interpreters book.
by bilekas on 9/30/24, 9:30 AM
Still in progress but I did manage to find a bug in one of the open source libs I am using for the IRC protocol interface and it was approved. Overall a productive flu weekend.
by DigiEggz on 9/30/24, 4:00 AM
Relevant links: https://jamcloud95.com https://github.com/DigiEggz/smartfox-haxe-client
by bediger4000 on 9/29/24, 8:36 PM
https://bruceediger.com/posts/mergesort-investigation-1/
It seems that adding one node to a linked list causes a repeatable performance drop. That is, linked lists of say 2^21 nodes sort faster than lists of 2^21 + 1 nodes.
by 4lb0 on 9/30/24, 12:38 AM
It's based on the Object-Oriented scripting language Wren, it's fully integrated with SQLite, and it has a sort of JSX for the HTML (it's actually strings and interpolations, being part of the language).
by 7thpower on 9/29/24, 11:37 PM
Similar to PhotoAI but much more limited in scope. Wanted to get more experience implementing auth and payments, creating LoRAs, and some different regulations.
Also wanted something that was timeboxed where I could step away when the project is over.
Should be ready to start accepting users next week, then will have to figure out distribution. If I make any money it will be a cherry on top.
by techazard on 9/30/24, 8:27 AM
For learning purposes, I'm imposing the following restrictions:
- I can't use external dependencies (crates)
- I have to reverse engineer the Soulseek protocol myself
So far it's been a lot of fun and rewarding as it touches upon low-level concepts I don't have to deal with normally as a web dev.
by johnxie on 9/30/24, 7:26 AM
These AI agents think, learn, and act—handling tasks, research, and more—right in your workspace where you can chat, manage tasks, create mind maps, tables, and more.
Check it out and let me know what you think!
by Faelian2 on 9/30/24, 1:27 PM
https://github.com/0xfalafel/hextazy
I am also playing a bit with Gtk4, Relm4, and creating Active Directory labs with vagrant. https://blog.lasne.pro/posts/ad_lab_part1/
by rgbrgb on 9/30/24, 5:35 AM
by chauhankiran on 9/30/24, 5:48 AM
I've take the different approach in building this system as it is traditional MVC architecture in Node with Express, Postgres, Pug, etc. as technologies.
by davefol on 9/29/24, 10:19 PM
I've got some nice types set up and a no fit polygon algorithm. Working on the genetic algorithm for packing à là svgnest.
by aljarry on 9/30/24, 2:25 PM
The general premise is that most sufficiently advanced yaml configs begin to look like code - e.g. in Github Actions one could look at external Actions and shared workflows as dynamic libraries; workflows as public functions; jobs and steps as internal ones.
We have better languages than yaml-structure-as-a-code, and tools to help us write and test them quicker.
by Narciss on 9/29/24, 11:28 PM
It’s the kind of thing that could only exist because after I built the theory behind it, I went into software engineering and learned how to build web apps, so that I could build strange stuff like this.
by zelphirkalt on 9/29/24, 9:29 PM
That, and my personal website, using only HTML and CSS, and trying to keep it minimalistic, yet nice looking.
by tlocke on 9/30/24, 2:05 PM
by Melenahill on 10/11/24, 11:35 PM
by instb3at on 9/30/24, 12:02 AM
by dubme1 on 9/29/24, 8:40 PM
The App is mostly being used for generating NSFW images though (which is ok).
by quicksilver03 on 9/30/24, 10:04 AM
The problems that are on my mind right now are 1. how to improve visibility on search engines and 2. how to add POPs on Anycast IPs to improve latency for resolvers without selling my right arm to obtain a /24.
by rashmisingh_s26 on 9/30/24, 9:07 AM
by germinalphrase on 9/30/24, 4:05 PM
by mohit_tater on 9/30/24, 8:42 AM
by jimaek on 9/30/24, 2:40 PM
Currently it's at stage of "RIPE Atlas with better UI and UX" but I plan to expand the functionality to cover a lot more use cases like ISPs,Cloud,Edge rankings and performance
by codr7 on 9/29/24, 9:05 PM
A custom Lisp: https://github.com/codr7/sharpl
A backend on top of Postgres: https://github.com/codr7/hostr
And a frontend in React: https://github.com/codr7/hostr-web
by jansan on 9/30/24, 4:50 AM
Basic features are implemented, it is fast and already quite stable and slick. For the first version all that is missing is a website and feedback channels.
There are major features in the pipeline and I hope that one day I will be able to make some money with this project.
by thesurlydev on 9/30/24, 5:25 AM
The intent is to remove as many obstacles as possible for finishing my side projects and sharing them. Worst case scenario is it becomes another unfinished project but I’ve learned a lot along the way.
by davidtos on 9/29/24, 9:05 PM
by taptak on 9/30/24, 2:38 PM
My full writing, editorial, SEO promotional staff is Claude AI. Science fact-checking and art by ChatGPT. Narration by Eleven labs.
The Multiverse Employee Handbook: https://multiverseemployeehandbook.com
by 147 on 9/30/24, 1:09 AM
I was frustrated by GitHub's official Slack integration and the lack of certain customization and filtering capabilities. For example, I wanted to be able to send all production deployments to a specific Slack channel, but I couldn't.
by epolanski on 9/29/24, 9:49 PM
It's similar to chess puzzles but with a twist: positions and moves are explained, there's a wider variety of exercises (such as excluding all the bad moves explaining why, improving the board position, and many others).
by pbnjay on 9/30/24, 1:17 AM
Been taking longer than I hoped but should be released soon (next few days)
by xandrius on 9/30/24, 12:21 PM
I finished batch processing the bird species and their conservation status and now planning to setup a testing environment to begin the work. I'm already learning so much about the birds of north America. Exciting!
by 0track on 9/30/24, 11:58 AM
One is a problem solving technique designed to attack resource problems from multiple directions.
The second is an approach to user experience inventory which can be used for users, customers, and adversaries.
by byrnedo on 9/30/24, 6:27 PM
by LouDNL on 9/30/24, 5:58 PM
https://github.com/LouDnl/USBSID-Pico USBSID-Pico is a RasberryPi Pico based board for interfacing one or two MOS SID chips and/or hardware SID emulators with a computer/phone over USB.
by koliber on 9/30/24, 6:18 AM
Hoping to get a working version out this week. In the meantime if you want to get an early peek at how it works you can go to sandbox.wasitsent.com. The sandbox is ugly but functional. It goes down a lot and the data is periodically wiped because I use it for testing.
by axelv on 10/1/24, 6:26 AM
by edelans on 9/30/24, 8:02 AM
I just finished (yesterday) a custom shelf for my daughter -> https://imgur.com/a/7zGHOOG
It took me 6w VS the 2w initially planned, but the result is worth it!
With so many hours spent on my screen doing virtual stuff, touching the materials and seeing my progress materialized is very satisfying.
by justinclift on 10/1/24, 6:57 AM
Working on some improvements to it. :)
PostgreSQL 17 support was added by a fellow developer over the last few days, and we're working on automating the post upgrade tasks now too.
eg vacuum analyse, reindexing the databases, etc.
by henadzit on 9/29/24, 9:32 PM
by nicoloren on 10/1/24, 8:07 AM
The tech stack is simple and I use FreePascal / Lazarus IDE, but my client has multiple/obscure business process that make it difficult.
I own the right to the software and I will be able to sell it to other companies (not sure if I will do it).
by aaronblohowiak on 9/30/24, 3:12 AM
by asylbeknarmatov on 9/30/24, 3:28 PM
I'm working on implementing Game Go (Baduk) in Ocaml language. I want to implement everything from scratch (FE & BE and etc)
by bequanna on 10/1/24, 2:42 AM
The discussions and content displayed will be relevant to whatever is currently playing on your TV at the specific time.
Have a rough app built and my potential initial target audiences identified. The integrations aren’t TOO technically challenging and should be feasible.
by xFuture on 9/30/24, 7:38 AM
It is so much fun to build stuff that you need for your own and additionally want to share it with other people!
by fishcakes on 9/30/24, 4:38 AM
We are hiring for two roles:
1. People that have a technical background and want to become investors.
2. People that have an extraordinary background outside of technology (especially in writing or other liberal arts) and a deep interest in technology and want to become investors.
Please get in touch if interested! My email is alex at …
by ChrisMarshallNY on 9/29/24, 9:19 PM
I've written an app that is aimed at a specific demographic (so I'm not linking to it), and I'm developing an improved backend admin app.
This involves mostly Swift, using UIKit, to produce an app that will run on iOS, iPadOS, and MacOS. The backend is PHP, and doesn't need much work.
by marginalia_nu on 9/29/24, 10:46 PM
by selvan on 9/30/24, 12:03 AM
by cushychicken on 9/29/24, 9:17 PM
www.fpgajobs.com
www.firmwarejobs.com
www.reportCardcomments.com
www.primeribcalculator.com
by MurageKabui on 9/29/24, 9:22 PM
Basically a mobile app with an integrated IDE and terminal with custom commands tailored to execute js code that interfaces with native android features
by user432678 on 9/30/24, 9:05 AM
Planning to make it single binary to remove the dependency on Bun from target projects.
by taleodor on 9/30/24, 1:05 AM
by BetterWhisper on 9/29/24, 8:37 PM
by Daniel_Van_Zant on 9/29/24, 8:34 PM
by klawed on 9/30/24, 12:59 PM
Various slothy art and coding experiments - a 1 level melonjs sloth platformer, A vanilla js game with lots of animations and audio and mobile accelerometers usage using no JavaScript libraries- just html, css and js callong browser apis.
by s3rius on 9/30/24, 6:22 AM
by sim04ful on 9/29/24, 9:46 PM
Backend: Rust, Axum server, LMDB hosted on Alwyzon, Cloudflare for CDN caching and SSL.
https://www.arible.co A growing directory of useful productivity tools accessible without multiple subscriptions or registrations
by joeevans1000 on 9/30/24, 2:30 AM
by skeptrune on 9/30/24, 3:05 AM
I want it to be fully piloted via CLI for setup, deploys, and common actions like creating new posts. Bonus features would be random post, analytics, and view count routes built in.
Just having fun with it. I'm not sure if people beyond myself will want it.
by eniwnenahg on 9/29/24, 10:44 PM
by tobilg on 9/29/24, 10:19 PM
It‘s a SQL Workbench in the browser, based on DuckDB WASM. You can query remote and local datasources, such as CSV, JSON or Parquet files.
You can also visualize the results, and share the queries via URL. Let me know what you think!
by mertbio on 9/30/24, 5:36 AM
by chown on 9/30/24, 4:02 AM
by hampowder on 10/1/24, 2:12 PM
www.learnthewords.app
by reducesuffering on 9/29/24, 11:16 PM
by Scarjit on 9/30/24, 9:56 AM
A full BOM and Tutorial will be released FOSS if i manage to finish it.
by jankovicsandras on 9/30/24, 5:01 AM
https://github.com/jankovicsandras/plpgsql_bm25
Might be useful in hosted/cloud Postgres, where you can't use Rust extensions.
by mark336 on 9/30/24, 4:58 AM
by Pannoniae on 9/29/24, 8:34 PM
The tech stack is .NET and OpenGL.
Progress has been a bit slower than I wanted mostly because I've been sick but we'll get to an MVP some day!
by jasonlotito on 9/30/24, 2:02 PM
I'm also planning on working on some TTRPG tooling that I want and releasing them to the web.
by Gud on 9/30/24, 4:08 AM
by thebestmoshe on 9/29/24, 9:36 PM
The forms can be dynamically generated within the workflow, and then call back with the response.
The docs still need some work and I plan on adding some video demos, but here it is so far.
by erellsworth on 9/30/24, 4:02 PM
by chr15m on 9/29/24, 9:16 PM
by kogekar on 9/30/24, 9:57 AM
I got several ways to bring a ton of traffic to my site, which other founders/startups can tap into!
It's one of those weird but easy tool discovery platform, but tell me what you think :)
by strawbrybanana on 9/30/24, 8:26 AM
We're looking at the marketing growth so far, and we want more solid feedback and suggests with the product itself. If you are interested, please contact me and I can offer you a discount!
by dmichulke on 9/30/24, 8:15 AM
It's running two different strategies, and basically break-even (slightly positive), though it should have annualized sharpe ratios of >= 1.
Parameter space has 48 values, no machine-learning, a single-threaded backtest is < 5s on my old laptop.
by jjuliano on 9/30/24, 5:01 AM
by issung on 9/30/24, 5:21 AM
by jamifsud on 9/29/24, 8:28 PM
by mlhpdx on 9/29/24, 10:33 PM
Friday was my last day at my now previous employer and I’m looking at the wake of promising projects I’ve let lay idle. Do I want to seek funding and dive in full time on something? I think yes, but that’s going to be hard mode because I don’t fit the profile.
by SuperEgoHealth on 10/1/24, 4:01 AM
by vintagedave on 9/29/24, 9:20 PM
by oxedom on 9/29/24, 9:14 PM
by nullderef on 10/1/24, 6:18 AM
by jawerty on 9/30/24, 12:51 AM
by ppnpm on 9/30/24, 6:00 AM
I have a few functional cards for now, note, social media, article, quote.
by herol3oy on 9/30/24, 8:53 AM
[0]https://csroaster.lol [1]https://news.ycombinator.com/item?id=41145517
by henning on 9/30/24, 12:32 AM
by nerder92 on 9/30/24, 12:02 PM
If you are in Europe and do BJJ you will probably have hear about us (MAAT).
PS: of course we are hiring so feel free to send me an email at stefano_at_joinmaat.com
by WillAdams on 9/30/24, 12:35 AM
https://github.com/WillAdams/gcodepreview
Trying to re-write the whole thing in Python, but am stuck due to variable scope issues.
by dsamarin on 9/30/24, 6:36 AM
by kbrecordzz on 9/30/24, 5:17 AM
Also, finding new inspirations for the game. I like how Minecraft uses vertical depth and how peaceful and stressless it is. Maybe I’ll get inspired by that.
by skittleson on 10/4/24, 11:22 PM
by haxzie on 9/30/24, 8:52 AM
by Max-Ganz-II on 9/30/24, 7:17 AM
Not out yet, but the GitHub page is here, and will point to them in due course.
by kizunajp on 9/29/24, 10:17 PM
I'm hoping Japanese vending machines will be an interesting topic for the next post.
by Dachande663 on 9/29/24, 8:22 PM
by 98469056 on 9/30/24, 10:04 AM
by _neil on 9/29/24, 9:06 PM
It’s mostly an excuse to play with data processing with duckdb, remote APIs, and Pocketbase.
by flir on 9/29/24, 9:04 PM
The code's done, the yak shaving of packaging it as an npm module continues.
by BadGeekChris13 on 9/30/24, 3:59 AM
by BadGeekChris on 9/30/24, 3:59 AM
by minajevs on 9/29/24, 8:24 PM
In short, it is an asset management system tailored specifically for collectors.
by h4kor on 9/30/24, 6:49 AM
Currently I'm implementing the export of a player map that can be partially revealed.
by wenbin on 9/30/24, 2:37 AM
When I was younger, I admired those who could build 12 startups in 12 months. Now, I have more respect for the ones who stick with the same project for years (or even decades) :)
by yunusefendi52 on 9/30/24, 12:08 PM
You can send notification to email or webhook.
Try here https://echome.lhf.my.id
by dmuth on 9/30/24, 3:47 PM
by balaji_raghavan on 9/29/24, 8:45 PM
by jaronilan on 9/29/24, 11:44 PM
It is about SEO: https://github.com/jaronilan/stories/blob/main/Duplicitous.p...
by kelseyfrog on 9/29/24, 9:03 PM
by Procrastes on 9/29/24, 8:27 PM
- Doing a massive tech modernization for a global nonprofit.
-Ghostwriting educational email courses for agTech founders who want to convert more customers or investors.
- IF I'm good and get my chores done, I may let myself build a better way to apply for agTech grants.
by asdev on 9/30/24, 12:12 AM
by nextcaller on 9/29/24, 10:24 PM
https://addons.mozilla.org/en-US/firefox/addon/grasshopper-u...
by jsemrau on 9/30/24, 5:32 AM
by breck on 9/29/24, 11:38 PM
by seangransee on 9/30/24, 3:27 AM
by bizzyskillet on 9/30/24, 12:13 AM
by BlackAngus1 on 9/30/24, 6:24 AM
by e-clinton on 9/30/24, 3:53 AM
Using an LLM to do the brand ranking with great results so far. https://chromewebstore.google.com/detail/namebrand-check-for...
by matvp on 9/30/24, 9:02 AM
by dools on 9/30/24, 3:31 AM
by Yoric on 9/29/24, 9:58 PM
Also, on my spare time, a tabletop role-playing game.
by joshuaheard on 9/29/24, 9:02 PM
by cdx101 on 9/30/24, 7:32 AM
by sahillavingia on 9/29/24, 10:05 PM
by dejv on 9/30/24, 6:30 AM
I do miss something that is more interactive than Arduino or RTOSes, but not as heavy as having to run Linux.
by zeugmata9 on 9/30/24, 3:32 AM
And went to a fun climate-themed hackathon, would like to make that a regular thing.
by lukaqq on 9/29/24, 11:43 PM
by Kafilsaleem on 9/30/24, 9:28 PM
by atif089 on 9/29/24, 11:46 PM
by thevivekshukla on 9/30/24, 9:19 AM
by kebsup on 9/30/24, 6:15 AM
by mjomaa on 9/29/24, 8:25 PM
Just added MFA via authenticator apps + recovery codes today.
by polymonster on 9/29/24, 9:53 PM
A music digging app for record collectors, with instagram style feed for listening to new vinyl snippets
by some_furry on 9/30/24, 3:06 AM
I'm not working on anything. I'm resting.
I'll resume my previous projects in due time, but for the next few days, I only have my employer's problems to deal with, and have none of my own.
by vyrotek on 9/29/24, 9:17 PM
A few gripes with the GDScript language though. Might switch back to C#.
by greenie_beans on 9/29/24, 10:32 PM
also, bookhead - inventory and e-commerce software for booksellers: https://www.bookhead.net/
just finished an mvp. gonna try to find some users during the next month. email me at sam@bookhead.net if you wanna be a beta user. you can list those old books you've always thought about selling! just add the book to the inventory and it'll be listed on ebay, biblio, and your bookstore's custom e-commerce website.
by marpstar on 9/30/24, 2:38 PM
by Ken_At_EM on 9/30/24, 1:59 AM
by pythonbrad on 9/30/24, 7:42 AM
by lylo on 10/1/24, 8:41 AM
by chirau on 9/30/24, 6:11 AM
by bilater on 9/29/24, 8:46 PM
Just write a prompt and get the perfect email template for your use case.
by JKCalhoun on 9/29/24, 9:11 PM
Also beginning to build a piece of furniture for "The Lab" (man-cave?).
by rsktaker on 9/30/24, 2:05 AM
by justEgan on 9/30/24, 2:52 AM
by RikNieu on 9/30/24, 5:21 AM
by eismcc on 9/30/24, 12:32 PM
by pwatsonwailes on 9/29/24, 8:29 PM
Aiming to launch next summer, with various media.
by totemandtoken on 9/29/24, 8:36 PM
by strzibny on 9/30/24, 1:14 PM
by threatofrain on 9/29/24, 11:43 PM
by justanothersys on 9/29/24, 11:52 PM
recently discussed here on hn: https://news.ycombinator.com/item?id=41526754
and i'm currently seeking funding to support another year of development (just enter the command 'bb')
by xixixao on 9/29/24, 8:35 PM
by MVissers on 9/30/24, 3:01 PM
This month I’m focussed on plants and I think I’ve had a breakthrough that could be worth publishing.
But just a hobby.
by zubairq on 9/30/24, 12:56 PM
by cranberryturkey on 9/30/24, 5:47 AM
- media platform at https://zymo.tv
by montyanderson on 9/30/24, 12:24 AM
by testmasterflex on 9/30/24, 8:04 AM
by PTbeast on 9/30/24, 6:19 AM
by darthrupert on 9/30/24, 4:11 PM
Influences: decman, Nix, Guix
by gigapotential on 9/29/24, 9:37 PM
by carbonimpact on 9/29/24, 8:34 PM
We are building out the Vanta equivalent for sustainability and climate disclosures.
by lokimedes on 9/30/24, 10:23 AM
by atlgator on 9/30/24, 3:31 AM
by pythops on 9/30/24, 1:22 PM
by cynicalpeace on 9/29/24, 9:53 PM
Think "Cursor, for videos"
Very crowded space, but it's been fun making it!
by kper1337 on 9/30/24, 3:31 PM
by neverartful on 9/29/24, 8:38 PM
by cosmez on 9/29/24, 9:24 PM
by mappu on 9/29/24, 9:22 PM
by cornfieldlabs on 9/29/24, 10:56 PM
by chaibiker on 9/30/24, 12:38 AM
by darkhorse13 on 9/30/24, 6:28 PM
by vinay_ys on 9/30/24, 5:00 PM
good enough doesn't get you paid enough to cover your injuries.
by pierrebarre on 9/29/24, 9:59 PM
by samelawrence on 9/30/24, 8:03 PM
by Instantnoodl on 9/30/24, 5:02 AM
by wanderingmind on 9/29/24, 11:14 PM
by ozzydave on 10/1/24, 12:32 AM
by dogtorwoof on 9/30/24, 3:34 AM
by exfildotcloud on 9/29/24, 11:16 PM
by Luctst on 9/30/24, 8:48 AM
by nurbo on 9/29/24, 11:22 PM
Helping folks prepare for their coding interviews.
by tdba on 9/29/24, 10:26 PM
by devgodev on 9/29/24, 9:42 PM
by m1aw on 9/29/24, 8:37 PM
I was asked to log my food by a dietician I'm working with, because I was constantly feeling hunger after cycling training.
But all the solution out there were quite complex to input data, and I just want to write down plain text with some additional markup and be able to generate some graphs and recognize some patterns out it.
Decided to do it T3 and throw in all those weird technologies just to see what's out there.
by weddingbell on 9/30/24, 1:10 AM
by jbuild on 9/30/24, 5:28 AM
A homegrown algorithmic trading suite.
by koskeller on 9/29/24, 9:16 PM
by brynet on 9/29/24, 11:26 PM
by the__alchemist on 9/30/24, 3:19 PM
by kamalkishor1991 on 9/30/24, 4:25 AM
by achristmascarl on 9/30/24, 12:20 AM
they haven't been tested as extensively as postgres though so are still considered unstable!
by wkirby on 9/29/24, 11:11 PM
by terrib1e on 9/29/24, 9:06 PM
by mips_avatar on 9/30/24, 2:13 AM
by Ken_At_EM on 9/30/24, 1:58 AM
by actinium226 on 9/29/24, 11:52 PM
Right now my main idea is an orbital transfer vehicle powered by solar sails
by nicwolff on 9/29/24, 10:37 PM
by thom on 9/30/24, 12:05 AM
by weworkjs on 9/30/24, 4:12 AM
by dmitrygr on 9/29/24, 11:30 PM
by ap11071 on 9/30/24, 11:11 AM
by jcun4128 on 9/29/24, 9:26 PM
Going back to the basics... a ToDo app
by SLKerrigan on 9/29/24, 9:33 PM
by uhtred on 9/30/24, 3:17 PM
by lynx23 on 9/30/24, 7:03 AM
by franze on 9/30/24, 6:33 AM
part of the exercises is coding a game using prompts only
this was the outcome
by CuriouslyC on 9/29/24, 8:28 PM
by Conez on 9/30/24, 9:33 AM
by purple-leafy on 9/29/24, 9:16 PM
- doing a few SQL courses
- NAND to Tetris
- Graphical programming
by atum47 on 9/29/24, 8:53 PM
It is fun.
by kinderjaje on 10/12/24, 9:56 AM
We’re focusing on improving multi-threading, releasing smaller packages, and working on documentation. A lot of effort also went into content creation and boosting the site’s domain authority and backlinks.
by ziofill on 9/30/24, 3:00 AM
by pdyc on 9/30/24, 5:00 AM
by kebokyo on 9/30/24, 7:55 AM
I know it ain't as exciting as y'all with your startups and open source softwares but I'm just a shmuck stuck in a CS degree that is guaranteed to leave me flipping burgers for a few years until the industry realizes hiring people is actually a good thing... I'm taking things as I go to build out my portfolio and hopefully work towards making my own open source apps that can hopefully land me a gig or two in the future.
by rixed on 9/29/24, 9:32 PM
by nomad86 on 9/29/24, 8:35 PM
by solresol on 9/29/24, 10:03 PM
Taking over the affairs of one of my elderly relatives now that she can't manage by herself.
A project with a medical insurer for adjudicating insurance claims using LLMs.
by compootr on 9/30/24, 1:48 AM
by notnmeyer on 9/29/24, 8:39 PM
by kylecazar on 9/29/24, 8:32 PM
by 35mm on 9/30/24, 6:25 AM
by gnuser on 9/29/24, 8:55 PM
by vednig on 9/30/24, 4:01 AM
by douge1 on 9/30/24, 1:00 AM
by joshdavham on 9/29/24, 9:23 PM
Not the most impressive project, but hey, some of my friends found it cool!
by devilzhong on 10/1/24, 2:44 AM
by hamandcheese on 9/29/24, 8:33 PM
I want to join data from AWS with other sources and present a nice data-table UI, and perhaps allow taking some basic actions on a row, defining some filters, etc.
Have you ever tried to copy-paste data out of the AWS console? Truly a terrible experience.
by maytc on 9/30/24, 2:37 AM
by cmenge on 9/30/24, 7:24 AM
Crowded space, but I have a couple of fun ideas I want to try and dabble more in the marketing + sales aspect of things, plus it's super fun to build
by MailleQuiMaille on 9/30/24, 12:26 AM
by b8 on 9/29/24, 9:16 PM
by habosa on 9/30/24, 3:38 AM
Also my long-term project (4 years or so) has been CodeApprove (https://codeapprove.com/) which is a much better code review UI for teams on GitHub.
So, yeah, I am pretty into making GitHub better for teams!
by FORTNITEMASTER on 9/30/24, 12:17 AM
by marvinblum on 9/29/24, 11:24 PM
I've been doing this for 3 1/2 years now and I'm still super motivated, especially because it's challenging from a technical point of view, and very rewarding (I live off it now). We just released a major update, making funnels more flexible and easy to use. One of our goals is to make analytics easy to understand also for non-marketeers.
by adaisadais on 9/30/24, 12:08 AM
by bbourn on 9/30/24, 3:45 AM
by terrib1e on 9/29/24, 9:05 PM
by ramshanker on 9/30/24, 12:13 AM
by martinrue on 9/30/24, 10:44 AM
by makowskid on 10/11/24, 3:16 PM
SharpAPI is an AI-powered API platform designed to automate and optimize workflows across various industries, including E-Commerce, Marketing, Content Management, HR Tech, Travel, and more. By leveraging AI , SharpAPI offers a comprehensive suite of tools that streamline complex tasks, enabling businesses to operate more efficiently and effectively.
What Problems Does It Solve?
Some examples: - Manual Processing Challenges: Automates tasks like resume parsing, product categorization, and sentiment analysis, reducing the need for extensive human intervention. - Language Barriers: Provides real-time translation and analysis across 80+ languages, facilitating global business operations and customer engagement. - Inefficient Workflows: Streamlines processes by automating repetitive tasks, enhancing productivity, and allowing teams to concentrate on strategic initiatives. - Content Quality Issues: Offers tools for paraphrasing, proofreading, SEO optimization, and spam detection, ensuring high-quality and consistent content across platforms.
Unique Selling Points (USPs):
- Industry-Specific Solutions: Tailors automation tools to meet the specific needs of different industries, such as E-Commerce (product introductions, personalized emails) and HR (resume parsing, job description generation). - All-in-One Platform: Combines a wide range of automation tools within a single API, enabling businesses to streamline processes across multiple departments like Marketing, HR, and Customer Support. - Easy Integration and Scalability: Equipped with a broad range of SDK Client Libraries, SharpAPI is highly customizable, easily integrated into existing systems, and scalable to meet growing business demands. - Extensive Language Support: Handles over 80 languages, offering on-the-fly translation and content analysis, essential for businesses with a global presence. - Advanced Customization: Allows for context-specific customization through advanced API tools, providing flexibility and precision in automation tasks.
Who Is It Targeted For?
Some companies/platforms/people that will definitely benefit from it are: - E-Commerce Store Owners: Looking to enhance customer experience and boost sales by automating product introductions, thank-you emails, and customer review analysis. - HR Teams and Recruiters: Seeking to streamline the hiring process with automated resume parsing, data translation, and effortless job description creation. - Travel Operators and Hotel Managers: Aiming to improve customer satisfaction and increase bookings by categorizing offerings and analyzing customer reviews. - Digital Marketing Agencies: Wanting to scale content production, improve quality, and satisfy clients by automating content creation, tagging, and spam filtering. - Retailers and Product Managers: Needing to enhance catalog management and drive sales by categorizing products and optimizing descriptions based on customer feedback. - Content Creators and Platforms: Aspiring to reach global audiences and increase engagement by translating, paraphrasing, and optimizing content for SEO. - Customer Support Teams: Looking to personalize support, reduce response times, and retain customers by extracting contact details and analyzing feedback sentiment.
Hope to get some feedback from you guys! Cheers, Dawid
by gom_jabbar on 9/29/24, 10:42 PM
by redman25 on 9/30/24, 11:38 PM
by dandigangi on 9/29/24, 11:33 PM
by lukasfo on 9/30/24, 8:36 AM
After last one, I was done, left my job and started building Recon Wave [0]. I want to build tooling that will monitor your infra for you and find vulnerable / misconfigured / forgotten things that can be easily exploited.
I believe that security is best applied in layers and we're building one of them. We can not protect you from everything, but we can protect you from shooting yourself in the leg.
Me & my co-founder decided to take a bit different approach from other attack surface management companies and we try to find patterns in the whole OSINT world (aka most misconfigurations, domain correlations and others). Among others, we scrapped most of DNS and now have pretty cool reverse DNS dataset [1].
[0] https://reconwave.com/ [1] https://search.reconwave.com/
by storywatch on 9/29/24, 9:28 PM
by tuanmount2 on 9/30/24, 8:19 AM
It will just need a minute to build a multi-agent workflow on MindPal. If you are having complicated AI processes that could not be done by ChatGPT, give it a go at https://mindpal.space/
by hamytphm2022 on 9/30/24, 4:56 AM
Within just 1 year, we have acquired more than 1500 paid customers.