Live data from Hacker News

Ask HN: What are you working on this year?

news.ycombinator.com

171–180 of 514 posts

Re: Ask HN: What are you working on this year?

#171
I'm still working on https://pagespace.app/. The vision is Github but for books with built in subscription and sale incentives for an author to continuously update a book to make it a lifelong project.

The other idea I want to work on is longevity as a service, helping folks track health metrics that have been reliably shown to affect life expectancy. Things like hormones, cholesterol (apoB, lp(A)), inflammation...

Re: Ask HN: What are you working on this year?

#172

I'm sick of having to decide between using cloud software and using local software. Cloud software so often needs subscriptions, and if the company dies I lose access to my data. Local software isn't collaborative. I don't want to email files around to myself, or think about versions. So I'm building a software platform for local first applications on top of CRDTs. Its called Replica, though we haven't talked much ab…

What's your opinion of Etherpad? Does their roadmap overlap with your vision?

Re: Ask HN: What are you working on this year?

#173
Over the summer I got into genealogy — my partner tasked me with finding her biological parents. I did, and afterward, I took a DNA test of my own only to discover that my mom failed to tell me something (she passed away a few years ago): who my biological father is.

This was a surprise to me, my dad, and many others. Some of her girlfriends knew this situation existed, but never got a name.

And so I spent my summer in what I call "old lady Facebook groups" and learned the tricks and the trades to investigative genetic genealogy. One of the useful tips you can apply to your DNA matches called DNA color clustering — it's incredibly useful: https://www.danaleeds.com/dna-color-clustering-the-leeds-met...

Of course, I didn't want to do this by hand. There were some tools out there that existed but they were "old school" software packages: you know, you install it on your own device! "Worse" yet, I'd have to give it my raw password — no thanks! It started there, and morphed into a lot more, and now it's used by "search genies" and consumers alike: https://sherlockdna.com

There's a lot more that can be done in this realm by both providers and hackers. There's a niche for these "pro tools" that exist but the typical DNA test taker is not after any sort of genealogical exploration that requires substantial effort. There is a very sizable group of people who do, though, and those people, I have found, are very pleasant, kind, and nice to be around. I like surrounding myself with good people, so I'm happy to help them while I scratch my own itch.

All this, and I am yet to find the guy I'm looking for despite having invested over 1,000 hours into finding him. I have, though, found over two dozen "wanted" individuals (not in the criminal sense) and united them with their searcher — at least that part is satisfying.

Re: Ask HN: What are you working on this year?

#174
When chatGPT first came out, my first thought was to replicate it myself. But then, I have too many missing skills or lack the time for backend, frontend and deployment. So I found LAION started an initiative for open-assistant. https://github.com/LAION-AI/Open-Assistant

So I just join them, so far its quite an active community working on pushing out the initial 0.1 version.

Re: Ask HN: What are you working on this year?

#175
post #117

My oldest daughter will turn 8 this year. These days I'm planning which would be best computer/software/OS for her (if any), but nothing in the market fits my requirements as a father. There is so much noise, distraction and overall bullshit in today's computers that I don't think it is healthy or appropriate for her. So I'm planning to make a custom (software) solution. A small set of focused, minimal, productive an…

One of my two kids was interested. I gave him my Apple IIci when he was around five (early nineties). Now he’s making the big bucks doing awesome stuff at Apple.

I recommend finding one of those. When you turned it on, the only thing you could type was Basic. As he got older, I just gave him my old computers.

Don’t overthink. If your kid is going to like computers basically the only thing you need to do is get out of the way. If you approve too energetically, she will start to hate on her thirteenth birthday on principle… unless she likes it then it matters very little what you do.

Re: Ask HN: What are you working on this year?

#176

I'm sick of having to decide between using cloud software and using local software. Cloud software so often needs subscriptions, and if the company dies I lose access to my data. Local software isn't collaborative. I don't want to email files around to myself, or think about versions. So I'm building a software platform for local first applications on top of CRDTs. Its called Replica, though we haven't talked much ab…

Just a few projects that could perhaps interest you in terms of design of your own solution and I think that validates your idea:

Upspin: https://upspin.io/

Perkeep:https://perkeep.org/

Re: Ask HN: What are you working on this year?

#177
I'm working on two projects this year.

First is a routine/task management app designed for people with inattentive ADHD. The goal is develop automated strategies that catch and counter the tendency for such tools to spontaneously turn "invisible" to the audience, whereupon they lose progress and time until they find a new strategy or reconnect.

Second is publishing a fiction serial via a self-hosted Ghost instance using a custom theme. The v0.1 of this is about to launch. I've been pottering towards this since lockdown. The goals for this project are two fold - try and build a web-based reading experience that is low friction and enjoyable (probably on top of epub.js), and test my theory that the internet is big enough such that there is an audience that will support any creative work as long as they can find it.

Re: Ask HN: What are you working on this year?

#178
For the start of 2023, I will be continuing my ongoing work on Exhibitor - a React component workshop. The aim is "think Storybook but leaner, faster, simpler, and with sane defaults". Been one month so far (in-between my existing goings-on) and it's been a very promising and exciting time so far. It's still early days, but it's turning into a really delightful tool to use.

Latest update over on my blog: https://samhuk.substack.com/p/exhibitor-update-3-v200

Re: Ask HN: What are you working on this year?

#179
Callstacking - a better debugger for Ruby on Rails.

Records all application level method calls within your app, along with their important context.

Visual nesting of the method calls allows you to easily see which methods call which.

Request params, method argument values, method return values, local variable values, all are recorded.

https://callstacking.com/

You no longer need to debug with binding.pry or puts statements, as the entire callstack for a given request is captured.

Any new engineer joining your team can quickly understand what are the important calls/views for any given request.

Teammates can comment on changes to your call chain.

Re: Ask HN: What are you working on this year?

#180
A multiplayer dice rolling web/app so that I can roll some Platonic solids/polyhedron dice with my D&D friends at any time. Like during lunch.

I'm sure such a thing already exists but I'm having a go at it anyways. I have an app I use today (that I didn't create) to roll dice but it's just computing an RNG value and displaying that number in text and doesn't support multiple players. I want my creation to be flashier and physics based.

Skills I'm flexing

- technical artist skills with modeling, texturing, and VFX from writing shaders and crafting particles

- UX design from the interfaces and considering types of audio to delight the player

- gameplay programming from defining the simple loose "dice room" sandbox

- multiplayer programming obviously from having everyone connected to a room

- AWS solutions architecting from arranging my cloud resources, driven by terraform

- Linux system administration from providing a service on the internet in a secure way

So it's one of those small things that has enough going on with it for me to chew on for a few weeks to possibly even a few months if I want to support player customization topics. You know, custom dice, custom VFX, and maybe even being able to customize where the numbers actually are on your D*.

Fun stuff.

Post reply on HN