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.
Ask HN: What are you working on (September 2024)?
681–690 of 1001 posts
Re: Ask HN: What are you working on (September 2024)?
#682I'm working on https://nuenki.app/ , a language learning tool. It teaches you a language while you procrastinate by inserting translations of appropriate-difficulty sentences into webpages as you browse HN etc. 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 fr…
Are you adding safari support? It's fairly trivial technically as there is a convertor template for xcode to chrome extension -> safari extension.
Re: Ask HN: What are you working on (September 2024)?
#683I built an English-speaking website that helps immigrants settle in Berlin.[0] It has been my full time job for a while. Most English speakers know about it, but it's nearly invisible to Germans, who would also benefit from the content and tools I have worked on. 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 r…
Thank you for building this! I’ve discovered it a while ago and has been showing it as an example of what a good government website should look like. It’s a joy to read and explore, even though I’m not considering moving to Berlin :-) Any suggestions to anybody starting another website like this?
It's clean, fast, readable, accessible, works without js. The information is presented directly and to the point.
Re: Ask HN: What are you working on (September 2024)?
#684This 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
Re: Ask HN: What are you working on (September 2024)?
#685I'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.
Re: Ask HN: What are you working on (September 2024)?
#686My last job had an internal tool for deploying all, or a reduced set of, their platform into a kube namespace. We called them One Time Environments and used them for testing and development. They were fantastic, really fast to spin up, and pretty cheap to run as they were on our own hardware. I've never found anything similar that doesn't cost an absolute bomb of money. Now I've moved to an early startup and I'm real…
If you are going down the open source angle, why not use OSS zero trust auth, starting with OpenZiti - https://openziti.io/ ?
Re: Ask HN: What are you working on (September 2024)?
#687I’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.
Re: Ask HN: What are you working on (September 2024)?
#688Real estate search for homes in Ireland where you can travel by bike, train, and walking. Most Irish (and other) property websites just give you a road map, this starts off with a public transport and biking map, and has color-coded rail commute times, etc. 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 los…
Re: Ask HN: What are you working on (September 2024)?
#689Currently 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
Re: Ask HN: What are you working on (September 2024)?
#690I'm working on https://nuenki.app/ , a language learning tool. It teaches you a language while you procrastinate by inserting translations of appropriate-difficulty sentences into webpages as you browse HN etc. 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 fr…
Some feedback: I was about to try now (paying) but currently I can only install it in my desktop (no iOS support), and I am very worried about the idea of giving full access to a close-source unpopular extension with not-very-clear ownership. I think it would go a long way to create some trust to show who are you in the webpage and maybe open source the extension too (the backend is not as importa nt).
Here's my github: https://github.com/Alex-Programs
I'm considering open sourcing the extension. I don't want people to be able to copy it wholesale, but realistically that's unlikely and I'm going to write some blog posts on the technical details anyway.