Live data from Hacker News

Ask HN: What are you working on? (October 2024)

news.ycombinator.com

621–630 of 1001 posts

Re: Ask HN: What are you working on? (October 2024)

#621

I built 3 electric cars from 2018 to 2023 and drove them 20k miles. My own firmware and controllers, with an https://openinverter.org motor controller Now I release my knowledge in bite-sized chunks on my new YouTube channel to help others: What's a battery management system? https://www.youtube.com/watch?v=_QsMoCrSTYc What is the C-Rate? https://www.youtube.com/watch?v=dDu1fRtKfsA What is battery balancing? https://…

You are the closest I have found to this, even though it is a digression: Do you know of any communities with self-built airplanes? (especially novel-esque designs for propulsion or wings?) I realise these have far more regulations, but experimental GA is something that really excites me.

If you are in the US, you probably already know about Mike Patey but I'll share this here anyway. He has a track record of building something custom pretty much every year. I believe he is trying to build a community around a similar idea, but also catering for more mainstream GA too.

He's actually building out an aviation park to promote the community: https://www.youtube.com/watch?v=IenxeMl2nkw

Re: Ask HN: What are you working on? (October 2024)

#622
I'm working on a unique discovery app / recommender for books, tv, movies, video games, songs, youtube channels, newsletters and podcasts - and more categories soon!

Since my last update here, I've added more detailed personalized descriptions of recommendations (hit Describe to request), including a rating out of 10 for how well the item meets your preferences.

I've also added the ability to replace individual recommendations (this was the most requested new feature!). If you update your preferences, your replacements will use your updated preferences - pretty nice for fine tuning your results!

Try it: https://www.yogurrt.com/

Re: Ask HN: What are you working on? (October 2024)

#623

Trying to make C/C++ memory safe. Full compatibility + memory safety with no escape hatches. Currently working on redoing the underlying object model to eliminate the top perf overheads. https://www.youtube.com/live/_VF3pISRYRc?t=4862s

cool Does it have any relation to safe c++ [1] proposal? [1] https://safecpp.org/draft.html

No, because Fil-C++ isn’t a new language. No new annotations. Just recompile your code and it’s safe.

Re: Ask HN: What are you working on? (October 2024)

#624
As a personal project during my free time I'm currently working on adding more accessibility features, specifically screen reader compatibility, to my Terminal User Interface XMPP/Jabber client, Communiqué. Unfortunately, as far as I can see there's no actual way to make a TUI compatible with screen readers (reach out on the issue tracker, fedi, or xmpp, see link below if you know otherwise or have experience here, please, I'd love to pick your brain!), so my current plan is to re-write the UI with whatever TUI toolkit makes it easiest to also have a CLI/prompt mode that we can specifically design to be reader compatible.

https://codeberg.org/mellium/communique-tui/

Re: Ask HN: What are you working on? (October 2024)

#625
Outside of the software world I'm also working on opening a Bike Shop and frame building studio. I'm hoping that one day I can actually make a small living on frame building since I don't do software for my day job anymore, but I'm not quite ready to build for other people yet (so far I've only built frames for myself and I'd like to thoroughly strength test them before I risk putting someone else on one of my creations!)

If you're in the Atlanta, GA area and need bicycle work done, hit me up! No job is too big or too small. I particularly enjoy building wheels if you want a sweet custom wheel set, but I do it all (including Mountain Bike fork and suspension work that many shops won't do).

https://www.atlbikeshed.com/

Re: Ask HN: What are you working on? (October 2024)

#628
Building connections and mini tools for my website builder and funnels to gain users organically through tooling that doesn't exist yet.

Sync contacts, products and orders with 3rd party processors like square, Stripe, others.

Also probably set up some basic AI hints like one click ad generator for Facebook, Instagram, or other ad platforms that will link to your Funnel.

Once complete I will either make lots of money or it was a huge waste of time. However, the learning experience is priceless.

Also Making an offline Fantasy draft tool to learn Elixir and Pheonix.

Re: Ask HN: What are you working on? (October 2024)

#629
I'm working on a solution to the age-old problem of tracking my food intake. Every app I have every tried from the many dozens on the market has not met my need of a low friction simple UI tool, so I've built it myself.

I've built Journable, a simple & frictionless chat-based & photo-based calorie tracker. Just type in what you've eaten, in as much or as little detail as you can. Or type in what you did for exercise. Or just snap a photo of your plate. Whatever works for you.

https://www.journable.com/

Re: Ask HN: What are you working on? (October 2024)

#630
I'm finishing building a 120sqft shed in the back yard, learning Fusion 360, and hopefully getting my chronic sinusitis solved.

Poured a slab, designed, framed, used as much reclaimed lumber as I could, and sheathed a lean-to style shed. My first attempt at building a structure, and it's coming out nice. This is to replace the 64sqft 5' shed that a neighbors tree fell on earlier this year, but we really need the extra storage.

I got a Bambu P1S 3D printer for Father's Day to replace an old Ender 3 Pro, and it has just been a dream. TinkerCAD, while amazing and a very capable tool, I'm ready to move on to something else. I tried Plasticity, and it showed a lot of promise but I found it very frustrating, bumped against some missing documentation and ran out of free trial time. Tried FreeCAD 1.0RC/Ondsel, and it's a fantastic piece of software. Yesterday I decided to give Fusion 360 a try and it's just so much more refined. Started the Product Design Online tutorials on Youtube yesterday and the stuff you're building in the first 5 15 minute lessons are frankly amazing.

Post reply on HN