Live data from Hacker News

Ask HN: What projects are you working on now?

news.ycombinator.com

401–410 of 1001 posts

Re: Ask HN: What projects are you working on now?

#401
Hmn where to start?

1. Static site generator

2. Table component for vue.js that actually deliver solutions for common use cases I had in my projects lately but had to customize existing solutions to achieve what I needed.

3. Live tile pure js library (like from Windows phone OS) - just for fun

4. Form generator based on provided json structure for vue.js projects.

5. I occasionally write random tech articles on my website and also run weekly lifelog/devlog since the beginning of this year.

Re: Ask HN: What projects are you working on now?

#403

I’m working on a tool that allows developers to record and playback interactive, guided walkthroughs of a codebase, directly from their editor. It’s called CodeTour, and it’s currently available as a VS Code extension: https://aka.ms/codetour . I built it because I frequently find myself looking to onboard (or “reboard”) to a project, and not knowing exactly where to start. After speaking to a bunch of other develope…

That's a surprisingly nice approach to the problem.

Re: Ask HN: What projects are you working on now?

#405
A personal journal that you can share with trusted ones: https://www.quidsentio.com

I want to evolve it to a quiet social network where the incentive is to nurture relationships with closed ones, not optimize for number of people seeing your posts.

I am writing a few thoughts about my journey here: https://blog.quidsentio.com

Re: Ask HN: What projects are you working on now?

#406

A sound effects generator in the style of SFXR (or its many clones), but with a larger library of sound effects. https://www.ultrafxr.us/ Under the hood, it’s a software modular synthesizer with certain limitations—for example, the modules can’t be connected in a cycle. The modules are connected with code in a simple language that checks units, so you write “500ms” instead of “0.5” if you need a 500ms delay. If you w…

Sounds cool. If you haven't already, you might want to check out the Fractal Bits iOS app. It doesn't let you manually adjust parameters, only randomly generate sounds, but it makes some nice ones. It sounds probably FM-based to me.

Re: Ask HN: What projects are you working on now?

#408
post #346

It's nothing yet, but I'm trying to hack on ProseMirror(1) and make an easy way to make quizzes (think EdX, or something - cloze, multiple choice, drop-down, etc) that can then be embedded in a page (e.g. export HTML, paste in Ghost CMS). It needs to be usable by regular people like my teacher. Learned about ProseMirror here in the thread on Edtr.io. It's very 'lego-y' and I think it'll work well, but the complexity…

How are you finding it so far?

I set out to build my own contenteditable based editor and after a couple weeks of banging my head on it, I do appreciate Prosemirror's very rigorous approach. I suspect it might be the best choice for me as well.

Re: Ask HN: What projects are you working on now?

#409
There's a game called Hnefatafl, also known as Nordic chess. I've created a platform similar to lichess to play this game with others online: https://litafl.web.app/ There are still some rough edges but please check it out and let me know what you think. - P.S. Anonymous games / ratings do not work at the moment.

Re: Ask HN: What projects are you working on now?

#410

The washing machines in my building are often on the fritz or steal money. I was going to make a simple web app where you can see which ones have been recently confirmed working or broken. It would rely on user input. I think I'll try to do this with AWS s3, lambda, and athena. I want to have operating costs below a couple dollars a month, since I will likely make no money on this. I've also considered trying to use…

Might be easier to find a cheap low-spec VPS on e.g. https://lowendbox.com/
Post reply on HN