More broadly but still related, tomorrow I start as a Squad Lead at work, which will be my first foray into any sort of people management. Excited to learn new types of skills!
Ask HN: What are you working on this year?
291–300 of 514 posts
Re: Ask HN: What are you working on this year?
#292Link: https://getloaf.io/
Re: Ask HN: What are you working on this year?
#293I'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 us…
Re: Ask HN: What are you working on this year?
#294Over 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…
Have you submitted your DNA results to 23andMe or other services? Is this how you were doing the "color clustering", by matching 2nd and 3rd cousins from matches on those sites? I have no experience in the matter but presumably there's some research for familial facial recognition? So maybe you could collect family photos or "scrape" facebook local to your area to see if you get any hits? Its pretty speculative but m…
There’s only so much you can learn from a half-cousin once-removed: her grandfather, born 1911, went to a barn dance, had a good time, and didn’t stay in touch. This man produced my paternal grandma according to my YDNA line — YDNA comes from a male and is passed to males. The YDNA has given me some direction, but no solid answers: I’m trying make a single male from a combination of a male from the most prominent family in 1800s Saugerties, NY, an unknown from Chicago (by way of Bohemia), and two unknowns from two different parts of Grand Forks, North Dakota (both Scandinavians).
And this all happened before the internet of course: 1860-1960 is the range that I am working with.
This h1C1R I speak of is my best match, followed by third-cousins. I’ve exhausted every avenue that’s been visible to me. To the surprise of absolutely nobody, it’s very uncommon to know who casually slept with who generations ago. :)
There’s a lot of census searching (and scraping, and CSVing), newspaper article reading (lots of juicy details in small newspapers) and some luck. I have a tree built out some 1600 people strong. Hopefully with the holiday sales, new matches will come my way that are helpful. :)
Re: Ask HN: What are you working on this year?
#295If my project seems to be going well then I'll keep at it and, if not, then it'll become more like an artistic self-expression and less like a failed attempt at entrepreneurship. :)
I'm building a "sneaky" mental health app. It presents as if it were a modern, sci-fi take on Tamagotchi coupled with a daily self-reflection routine. It's a fledgling ant colony on an alien planet being nurtured by a personality within an orbiting satellite. The player finds themselves compelled to keep their pet alive, commit to the routine of checking in on the pet when the satellite has LOS, and a meditative journaling routing is established by blurring the pet care routine with a self-care routine of journaling and breathwork. The player goes along with all of it since they're interested in keeping their pet alive and growing and are slowly fed entertainment as a reward.
Finch App is the most likely competition in this space. The largest difference is how our audiences discover and think about us. Finch users feel they need help and seek out Finch. Finch understands this, calls attention to the needing help, and presents itself as an anxiety-free warm hug. Finch wants users to "come out of their shell" and to engage with the world. Then, Finch nudges that engagement towards self-improvement. It's great.
Untitled Ant Game users think they're fine as-is (but are underappreciating how far from the ceiling they are), frequently lean into gaming to wind-down and as a means of escapism, and are more likely to adopt concepts that make themselves feel "smart" rather than applying labels to themselves that make them feel like they need fixing. Untitled Ant Game strives to talk about mental health at a higher level of abstraction, hinting at the complexities of psychology, and allows the user to feel like they are discovering knowledge by connecting all the dots. It then provides tools to allow the user to apply their new knowledge.
I'm excited to see how I improve myself with my software and if I can touch others who might typically be reticent of adopting additional self-care habits.
I'm also excited to try and build a game, lol. Everyone who's anyone says it's a bad idea, that it's hard, and that it's not valuable. They're probably right, but sometimes you just gotta touch the hot stove for yourself to really learn. :)
Full building in public, you can find a Discord link in my bio or you can follow https://www.untitledantgame.com/ it'll update ~daily for the forseeable future. Twitch streams coming once I get my thoughts more organized.
Re: Ask HN: What are you working on this year?
#296I'll be working on refining my pitch about how bad everything is and why the system needs to change... And posting that into the void where nobody will ever read it due to big tech algorithm censorship... While working a day job which allows me to profit from the root of all system flaws which I keep complaining about because it's the only one I could find which pays the bills... A kind of forced hypocrisy. Happy new…
Re: Ask HN: What are you working on this year?
#297I'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…
Re: Ask HN: What are you working on this year?
#298I'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…
I think the first product they're building on it is Loop: https://www.zdnet.com/article/microsoft-introduces-loop-a-ne...
Re: Ask HN: What are you working on this year?
#299Callstacking - 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 stat…