Live data from Hacker News

Ask HN: What (side-)project are you working on?

news.ycombinator.com

21–30 of 244 posts

Re: Ask HN: What (side-)project are you working on?

#21
https://planflow.dev - The easiest way to PLAN your website or mobile app.

It tries to make planning a website or mobile app as close as possible to the pen and paper experience.

It does this in a simple but (from my, and the experience of those who have tested it out) very effective and engaging way.

I share a bit more about how this is done here: https://simpleprogrammer.com/information-architecture-develo....

Re: Ask HN: What (side-)project are you working on?

#22

I'm building https://pygma.app , a tool to turn Figma files into real websites. Perhaps not quite a side project as I've been spending half of the week on it. Should be launching this week.

Sounds challenging to do well, but very cool concept. Best of luck.

Re: Ask HN: What (side-)project are you working on?

#25
I'm working on a system hand off nodejs workloads over a serial port to another machine running some host software.

My intent is to easily write Internet-connected software for old machines where a host machine is doing all of the heavy lifting. I have been messing with 68k Macintosh systems first. The code is very much a work in progress that I am actively chipping away at, and not in a usable state just yet. I write a lot of nodejs professionally but haven't used C since college so its been a fun project.

nodejs software for the "modern" machine: https://github.com/CamHenlin/coprocessor.js

C software (targeted at a 68k mac) for the "slow" machine: https://github.com/CamHenlin/retro68-coprocessorjs-test

Re: Ask HN: What (side-)project are you working on?

#26
A StackOverflow / Discourse alternative: https://github.com/denysvitali/dev-portal-frontend https://github.com/denysvitali/dev-portal

Porting Linux to the Surface Pro X (and failing doing that due to my lack of kernel experience): http://github.com/denysvitali/surface-pro-x-linux/

Creating a Microsoft Teams library + client (WIP): https://github.com/fossteams/teams-api

Unfortunately my free time is quite limited :(

Post reply on HN