Live data from Hacker News

Ask HN: What are you working on?

news.ycombinator.com

301–310 of 1001 posts

Re: Ask HN: What are you working on?

#301
I'm working on a jigsaw puzzle website that started out as a fun side project last year. A few of my relatives are currently using it and enjoying it.

Fun fact, the client is very lightweight and completely written in svelte, except for a tiny rust/wasm helper lib. The backend is 100% rust paired with postgres. I wrote my own tiny server framework on top of hyper which is much nicer to use than most of the heavier frameworks I've tried.

Anyway, the site is almost complete, just finishing up a few minor details before launching it to the public! It has a free tier as well as a paid tied for users that want more.

If you're interested in trying it, please do reach out :)

After launch, I plan on tweeting about it and about building my first business as a solo dev.

Re: Ask HN: What are you working on?

#302

I'm working on a utility to archive and organize old data that I want to keep forever, but I don't want cluttering up my local hard drives and Dropbox account. The initial goals of the project are: * Design for cold data only. Stuff that is done changing and won't be accessed regularly if at all: completed projects, annual financial records, RAW image files organized by month, etc. * Store items in flat collections,…

Have you got a site/email list/github/twitter I can follow for a release announcement?

Re: Ask HN: What are you working on?

#303
post #264

A browser extension called Curb Your Consumerism that detects when you are on a checkout page and shows you how long it took you to earn enough money to complete that purchase. The idea is about increasing the mindfulness of your purchases and reducing unnecessary environmental waste driven by impulse buying. Here's what I'm planning next: - Detecting the checkouts and extracting the checkout total generally across w…

Hi I had another idea. You could also show "If you invested X dollars in VTI, your returns could be Y in 5 years Z in 10 years J in 15 years"

X is the amount at the checkout page.

Re: Ask HN: What are you working on?

#304
I'm working to solve job search. I think job search is fundamentally broken. It's a horribly fragmented and frustrating experience. It's a big ambition to challenge the incumbents in this space, but it needs to improve. Anyone with passion and abilities are welcome to join the endeavor.

Re: Ask HN: What are you working on?

#305
An E2E encrypted link/bookmark management app, which will be called StackMarks. The idea is to be able to ‘talk’ to yourself and send text messages, images or files, organised into topics and be able to receive them on any device you own. I don’t know if anyone would actually find this useful but I definitely feel the need for something like this, since I find the idea of having a FIFO ‘stack’ of short-lived links or notes much more practical than all the alternatives I tried.

The challenge mostly comes from having everything encrypted. Some problems I have found so far:

- How to manage schema upgrades of encrypted JSON object data? This would be a simple migration if the data wasn’t encrypted. So far I’ve thought of adding a version field to each encrypted object and add migration steps to upgrade from each version to the newest so old messages would be migrated as they are fetched and then updated with the new schema.

- How to handle synchronization between devices and make it fast and reliable? I’ve thought of adding an endpoint that accepts a cursor and returns the list of changes made to the user’s data since then, such as messages added, updated or deleted which would trigger a API fetch or state update on the app. This could be sent over websockets and a regular endpoint for when it’s down. This is modelled nicely as a queue of changes to the DB for each user from the beginning, where the DB only contains the final state after all changes.

- How to handle conflicting changes made simultaneously so as to not delete user data? This is still mostly unsolved for me.

- There’s probably more as I keep implementing.

This idea has been brewing in me for at least a year now :). Glad I finally got started on it. I would love to hear your thoughts.

Re: Ask HN: What are you working on?

#307
Working on a python-based command-line driven tax software. The idea is that user will download it and may use in the command line so they don't have to share their personal data on the web.

It will be both interactive and batch oriented. In batch oriented method, the program will generate templates based on a brief description of user's situation and user can fill up the values in this template and feed it to the program. Program will fill up appropriate forms and produce PDFs.

A later version will be able to interact with the IRS API so that the tax could be filed directly from the command line.

Re: Ask HN: What are you working on?

#308
Writa.co https://writa.co

Compartmentalizing medical content writing using professionals writers, machine learning, marketing automations, and "plug-and-play" journal sourcing.

Project came to me after serving as a marketing director for a multi-state ophthalmology practice. Understanding how vital quality content is to S/M medical orgs I wanted to see if I could dramatically reduce the time/cost involved with outsourcing professional content. Just launched a week ago with a single client

Re: Ask HN: What are you working on?

#309

I'm working on a utility to archive and organize old data that I want to keep forever, but I don't want cluttering up my local hard drives and Dropbox account. The initial goals of the project are: * Design for cold data only. Stuff that is done changing and won't be accessed regularly if at all: completed projects, annual financial records, RAW image files organized by month, etc. * Store items in flat collections,…

What's a flat collection hierarchy?

Re: Ask HN: What are you working on?

#310
I'm building a job platform focusing on the quality of job listings and the fine details of the application process.

Basically, I got fed up with the meaningless cliches rampant in job ads, the unclear technical details and the randomly thrown in cultural values and I'm going to be offering a consulting service meant to improve these factors + a job board to showcase the result of these processes + an ATS-like tools for teams to work together on selecting the best candidates and help them during onboarding.

The product is built on the belief that a working relationship is just as much an "opportunity" for both sides involved and that keeping that in mind changes how you approach the process.

I've spent the last 14 months building this tool and the first live version went online on 21/1/12 21:1:12. Most of the modules (meaning Rails models coupled with Vuex modules) are turned off with feature flags, meaning that currently only the home page, the pricing page and the legal pages are available. The rest will be gradually turned on over the next week or so.

This is the first time I'm talking about it publicly except for my personal Facebook.

The project is called Moonka.space - https://moonka.space

("Munka" means "work" in Hungarian, so it's a double pun on workspace and moonspace)

I will probably do a Show HN once everything is turned on.

EDIT: forgot to mention, progress is public via GitHub: https://github.com/moonkaspace/launchpad

Post reply on HN