Ask HN: What projects are you working on now?
161–170 of 1001 posts
Re: Ask HN: What projects are you working on now?
#162Re: Ask HN: What projects are you working on now?
#163Re: Ask HN: What projects are you working on now?
#164Re: Ask HN: What projects are you working on now?
#165Broadcastify Calls A Full featured managed radio calls ingest platform. Every call on every captured radio system is available live and archived. I'm currently doing some of the final beta development work before I make onboarding call ingestors available to the general public. We have 18 systems being sent to the platform at this time. https://www.broadcastify.com/calls/ This will be part of a new direction for how…
Re: Ask HN: What projects are you working on now?
#166I’ve been diving deeper into Crystal (which I think is amazing and elegant and really fun to code in) and learning Svelte, which is also awesome and powerful. I released a super early alpha preview do-not-use-this-in-production version of a mini-framework to builds web apps with Svelte as a drop-in for the view layer and Crystal on the back end: https://github.com/noahlh/celestite It’s nothing fancy - but it works wi…
Re: Ask HN: What projects are you working on now?
#167Re: Ask HN: What projects are you working on now?
#168Re: Ask HN: What projects are you working on now?
#169Click to make buildings (above the tree line only right now) and click and drag the sun down to go to night. Drag the moon to return to day.
Gif of night sky: https://twitter.com/simonsarris/status/1235761030996901888
The point is to replace the background town that's currently on https://simonsarris.com (which is animated purely by CSS right now, including the birds) with a much more interactive and playful one. (the current site background gives you an idea of what will be built and why it currently only works behind the tree line). The time consuming part right now is making pretty graphics. I had begun with buildings made from Canvas drawing code, with procedural params and all that, but I'm switching to images because it will be much prettier in the long run.