Live data from Hacker News

Ask HN: What projects are you working on now?

news.ycombinator.com

701–710 of 1001 posts

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

#701
I've been working on a chat web app for the past few months. Its defining feature is that it reimagines the way in which conversations flow, allowing them to be really nonlinear.

It's almost ready for a ShowHN. I just have to get the websockets working!

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

#702
A language study application (focused on Japanese and perhaps Chinese in the future) which learns and adapts to your skill level as you use it, to make time spend studying easier and more effective. In the app store soon?

The idea is to enter terms as you come across them. This could be from classroom materials such as a textbook, or from sources encountered in your daily life such as an article, book, or conversation. The terms entered become part of your repertoire. More frequently encountered terms are prioritized during study sessions. One of the difficult parts about learning Japanese and Chinese is the number of characters that must be learned. The app helps here too, by prioritizing the most commonly encountered characters as well.

Studying is done typical flash cards and a built-in writing journal. The flash cards are pretty simple to begin with but I imagine them getting more capable over time if the app catches on.

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

#703
post #119

I'm working on bot implementation for my latest game[1]. I only ever made bots for my first game[2] but it was a breeze then. Now I needed to setup waypoints, pathfinding algorithms and some funky chasing logic but frankly I'm loving it. It's amazing how fruitful javascript community is! Libraries like rbush[3] (and really just a lot of different things by mourner) and ngraph.path[4] make things so much easier. [1] h…

unfortunately im getting about 3fps on shootout

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

#704

I am developing a modern wikipedia interface - a Vuejs powered modern, single page, progressive, offline capable web application for Wikipedia. I have been working on this for last several months and have working version available at https://wikipedia.thottingal.in Source code and more details available at https://github.com/santhoshtr/wikivue It is a fully client side PWA application using wikipedia web apis, instal…

The layout reminds me of Everipedia, but cleaner. Well done.

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

#705

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…

Sounds like a great idea! I'd love to use this from the terminal with vim.

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

#706
Inspiration: http://worrydream.com/DrawingDynamicVisualizationsTalkAddend...

Currently building a web drawing program that can create custom data visualizations. Think “no code D3”.

It has required some pretty cool tech. I’ve essentially built a reactive expression evaluator in typescript. This allows me to do things like “rectangle.height = foo + bar”. It’ll then setup “foo” and “bar” as dependencies of “rectangle.height”, watch them for changes, re-evaluate the expression, and update the rectangles height.

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

#707
I'm working a piece of generative art, a rendering of the milky way galaxy.

I enjoy doing interactive art on the side. e.g. https://nicholasbardy.com/, but I've always hacked it out on my own. I've recently been studying some of the state of the art techniques(Signed Distance Functions) and I'm excited to make something running on the GPU.

Over the holidays I studied Signed Distances func

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

#708
I’m working on a better SRS-based flash card app. I know there’s Anki and some solutions online, but I have not been able to find a good app-based solution (I.e. make your own cards, with no service subscription). Most of the flash card apps out there have awful UI. I’m trying to make mine the most easy to use and powerful flash card app.

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

#710
I built a workout app for Android/iOS in React Native! It's called Workout Warrior (https://workoutwarrior.app).

It allows you to create your own workout from scratch and tracks your progress. I built it to give users users complete freedom over their workout; you control the sets/reps, the rest-time, and even notifications (or lack thereof).

The project is still in its infancy and I am adding new features as we speak (:

Post reply on HN