Live data from Hacker News

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

news.ycombinator.com

741–750 of 1001 posts

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

#741
Hey everyone! We have a struggling economy here in South Africa, so working on an interesting way to help consumers save money by onboarding product pricing and helping people track their savings while still choosing their preferred brands from stores nearby that are cheaper. I'm using this as a project to learn Swift and SwiftUI for iOS, then I'll get my team to rebuild in Flutter if the prototype yields interest. The idea is to focus on a small community, and give back to that community. The working name is Savery. :) If this is successful, it could be launched in other places, in which case we'll likely open-source the code and have communities manage their own systems. My context is that I an a founder in a solutions company in South Africa, and I am learning to build things as a hobby to be able to best relate and discuss technical things with my software engineers.

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

#742
I'm working on a workout API and native apps (iOS/Android) for Strength Level [1] as another interface for my.strengthlevel.com [2]. Strength Level helps you understand your relative strength - how strong you are for your bodyweight.

Using PHP Slim Framework, MySQL, and vanilla Swift/Java. Prioritizing reliability and efficient sync between local storage and server. Currently finalizing API endpoints and feature matching the web app. Next up is adding a subscription model.

It's challenging as:

- Users want to use the app offline which means we need to sync

- We have to match our existing features on [2] in the first version and evolve the API and database to support reliable sync

- Users want to also track their cardio too e.g. Running Level [3] and Rowing Level [4] but that will have to come out in a future version

[1] https://strengthlevel.com/

[2] https://my.strengthlevel.com/

[3] https://runninglevel.com/

[4] https://rowinglevel.com/

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

#743

Working on a game that parents of young gamers can play together without the child being frustrated or the parent being bored :)

It is a good idea. I can't have my kid play poe and I am checking out too quickly when I let her play pattern matching games. I personally think this is a niche in Steam that has not been 'occupied' well yet.

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

#746
Trying to use Literate Programming to create an OpenSCAD library for a Python-enabled version of OpenSCAD which is able to create DXF and G-code files for creating CNC projects:

https://github.com/WillAdams/gcodepreview

big things are reading:

_Abraham Lincoln and the Structure of Reason_ by David Hirsch and Dan Van Haften

and

_A Philosophy of Software Design_ by John Ousterhout

and getting the code to an actually useful state and then creating CNC joinery which isn't possible with other tools.

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

#748

The recent relicensing of Redis to a non-open-source license bothered many in the community. But the groundwork for the relicensing was laid much earlier. I've been working on relicensing monitor to track various projects attributes that can affect the ease of relicensing a project. https://alexsci.com/relicensing-monitor/

do you consider the likelyhood that a project will be forked?

for example react is listed as high risk, but at the same time i would consider the risk to be very low in the sense that if it is relicensed then it will be forked immediately backed by a community that is strong enough to sustain such a fork.

i'd go as far as saying that for react relicensing would kill the project because the majority of users would go with the fork.

for other projects the risk is higher because they don't have a strong FOSS userbase that could sustain a fork, and because most current users would not care.

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

#750
post #2

(See https://news.ycombinator.com/item?id=41132906 for a bit of recent context)

almost 1000 comments suggests that this is very popular. doing this monthly would really help, although people may want to repost, so maybe some rule is needed for that. probably marking a post as "REPOST" or "NEW" would help regular readers find new projects.
Post reply on HN