Earlier quoted context omitted.
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…
Oh yes, I have everything under the sun: Ancestry, FTDNA, MyHeritage, 23andMe. I’ve even had the leading experts in the field helping me and working alongside me on this but it’s really just a case of bad matches. 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 accordi…
Ask HN: What are you working on this year?
301–310 of 514 posts
Re: Ask HN: What are you working on this year?
#302Re: Ask HN: What are you working on this year?
#303- User authentication & authorization - Background worker & scheduler - Roles & permissions management - Pre built UI layouts and themes
Re: Ask HN: What are you working on this year?
#304My 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…
> a Raspberry Pi last Christmas and loaded one thing; a python shell "PlayOS" that I wrote to make everything a three or four letter command
Re: Ask HN: What are you working on this year?
#305I'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 am not sure if this applies, but is the concept similar to blockchain... All the data is with everyone and still within your machine as well. Meanwhile, if the machine is disconnected then reconnect and update with other users.
Think about email. Your emails aren't on everyone's devices. They're just on your devices. If you go offline, you can still read and reply to emails. But the emails you send won't actually get sent until you go online again. Its like that; but instead of sending messages back and forth, you can edit things and the changes you make get synced while you're online.
Re: Ask HN: What are you working on this year?
#306Re: Ask HN: What are you working on this year?
#307You would think that 20+ years in Python and PHP would make any modern framework a breeze. Not so for an Adobe product! (yes, I know that Adobe purchased the framework, but did not develop it... I suspect that the purchase appeal was the developer "experience")
Apparently PHP is just too hard to use, so to make customization possible by content managers without needed a PHP developer, Magento employs an XML config system. Because XML is so much easier to use, right? Because there exist easy to use XML tools that warn of misconfigurations, bad syntax, typos in element names, typos in attribute names, typos in attribute values, and typos in tag values. Because content managers can safely SSH into the server to recompile the entire XML config from a CLI. Because content managers can read the docs - not that there are much in practice anyway - and understand how to configure the XML. Because content managers can grep and sed and perl and awk and sort their way to finding what depends on what. Because content managers understand when a namespace needs a leading backslash, and when a leading backslash is forbidden, and case sensitivity, and the difference between an underscore and a dash and a space and a and whatever nonprinting unicode character they managed to copy off Raj's blog post. Because content managers understand that config relevant to Magento 1 is not relevant Magento 2 (which share only name and logo) so that needs to be checked _before_ you put that in the live config and recompile while users are trying to browse the site. Because content managers understand that _this_ element needs CamelCase, but the same string must be snake_case when used in that attribute over there.
Don't get me started on the PHP aspects of Magento! Or the Magento ORM. Or the Magento docs. Or the Magento deploy process. Or the heavy dependency on a patched minor JS framework for all backend UI elements. Or the server spec requirements. Or the heavy reliance on PHP magic methods. Or the fact that the entire community seems to exist due to the benefit of one prolific blogger who burned out two minor versions back.
Re: Ask HN: What are you working on this year?
#308I have been dreaming of living on my own product since I started as a developer 10 years ago and tried a lot of different ideas out but it just wasn't happening. When I found out that my girlfriend was pregnant with twins in spring 2022 there was this now or never moment. I thought there would never again be enough time available in my life to do something like that. I decided to quit my job to put a gun against my head. Then I contacted hundreds of people on LinkedIn and other places asking them if they had an idea on a product to build. One guy responded telling me about how far behind in digitalization his industry is and that we could potentially do something here. I went with it and have been building it since.
As the product starts to mature we have showed it to potential customers and the response has been amazing. We have been promised around $8000 / month from 8-9 companies as soon as we finish a couple of more features and we estimate that there are at least 100 potential customers in our country.
This autumn has been so intense since I'm doing this while doing 40h/week consultation do get money plus having 2 newborn kids at home. I feel very lucky though that I finally got an opportunity to go all in on my own product.
One thing I have learned: There are so many software developers with both the skills and drive to create a business, but what is super hard is to just come up with an idea. The key is to connect with people outside of our community. The whole world is waiting to be digitalized and our skills are in short supply. The further away from the normal dev community you go, the less crowded will it be and the easier for you to find an opportunity to add value.
Re: Ask HN: What are you working on this year?
#309My old video game from 2004 [1] is now older than I was when I wrote it, and I recently found the C++ source and sprites in one of my archives, so I'm rewriting it in TypeScript as a personal challenge. The C++ code no longer builds (it's missing proprietary dependencies), and I no longer have the binaries or even the hardware needed to run them (it's a PocketPC game). If I manage to finish the rewrite, I'll get in t…
Re: Ask HN: What are you working on this year?
#310My mom departed when I was 19. My oldest son is almost 6. I had a moment last week where I realized that if I applied that scenario, I’m about 1/3 through the time I have with my kids. Obviously it doesn’t work that way, but it was a moment that brought shock then clarity. Life is fleeting. So I’m working on “working” as little as I need to.