Earlier quoted context omitted.
Thank goodness for Obamacare (at least in the mid-Atlantic US). Before Obamacare, individual plans were absolute shit (my individual plan wouldn't have covered my wife's pregnancy with our first kid... her job's insurance did). Thanks to Obamacare, individual plans have the same coverage as employer plans. Without Obamacare I couldn't have started my company which now employs 9 people in well paid tech jobs (without…
Obamacare is utter garbage and costs ridiculous amounts of money. It impoverishes poor people far more than it helps. They should've provided a tax credit to people who pay in with it. Instead they just reduce AGI. What a joke. Honestly the best thing Trump did was make that no longer mandatory or face a penalty. It was a rammed through system democrats did just to pat themselves on the back. Quite literally one of t…
Ask HN: What you up to? (Who doesn't want to be hired?)
381–390 of 874 posts
Re: Ask HN: What you up to? (Who doesn't want to be hired?)
#382I won the IPO lottery and I’m in the middle ground between rich enough to never work again but not quite rich enough for the yachts/mansions/private jets lifestyle. I haven’t worked in 6 months and I’m struggling to find a larger meaning to my life beyond getting yet another tech job. I’ve considered going to college for a math degree, moving to my parents home country, and joining the military (among many other opti…
Re: Ask HN: What you up to? (Who doesn't want to be hired?)
#383Yeah, it may never get to see 100 users, but it is fun to build :)
Re: Ask HN: What you up to? (Who doesn't want to be hired?)
#384I'm also building a SPAC tracking/info tool at https://stockbase.com/spacs, among other things.
Also learning about longevity related things and writing about my learnings at https://longevitybase.com. Yes, I think all sites should just be *base.com (haha)
Re: Ask HN: What you up to? (Who doesn't want to be hired?)
#385I stopped working several months ago and have no immediate desire or need to go back to work.
I'm not sure if it's a blessing or curse to have so much free time to grieve.
Enjoying the downtime with occasional spontaneous bursts of tears.
Edit: thank everyone for the kind words. I put together this 4 minute tribute of our times together to honor her/us. She was beautiful.
Re: Ask HN: What you up to? (Who doesn't want to be hired?)
#386In a nutshell:
- Edit in text, transmit in binary. One can be seamlessly converted to the other, but binary is far more efficient for processing, storage and transmission, while text is better for humans to read and edit (which happens far less often than the other things).
- Secure by design: Everything is tightly specced and accounted for so that there aren't differences between implementations that can be exploited to compromise your system. https://github.com/kstenerud/concise-encoding/blob/master/ce...
- Real type support because coercing everything into strings sucks (and is another security risk and source of incompatibilities).
XML had a good run but was replaced by JSON which was a big improvement. JSON also had a good run but it's time for it to retire now that the landscape has changed even further: Security and efficiency are the desires of today, and JSON provides neither.
I've got the spec nailed down and can finally see the light at the end of the tunnel for the reference implementation in golang. I still need to come up with a system for schemas, but I'm hoping that https://cuelang.org will fit the bill.
Re: Ask HN: What you up to? (Who doesn't want to be hired?)
#387Hah this thread is perfect. I just finished building my new four axis robot arm design. It’s all open source. Three months ago I started playing with a new planetary gearbox concept, where the first stage is in the middle with second stages on both sides. The first sun is driven by a shaft that goes through a hole in the second stage sun. The result is a very balanced joint design with parallel outputs. A good config…
Re: Ask HN: What you up to? (Who doesn't want to be hired?)
#388To answer the question, I'm working full-time at a job that I feel completely hopeless at. Basically fresh out of college and I'm working at a place where I can't communicate with like 95% of the development team due to language differences, so I'm stuck working on an undocumented codebase with no guidance/on-boarding/help whatsoever. Lots of trial and error to figure out how stuff works, and a fair bit of going around the current code and working directly with libraries because I don't have the time/energy to try to understand the layer the people before me built on top of that library.
Re: Ask HN: What you up to? (Who doesn't want to be hired?)
#389I won the IPO lottery and I’m in the middle ground between rich enough to never work again but not quite rich enough for the yachts/mansions/private jets lifestyle. I haven’t worked in 6 months and I’m struggling to find a larger meaning to my life beyond getting yet another tech job. I’ve considered going to college for a math degree, moving to my parents home country, and joining the military (among many other opti…
If from the Coinbase IPO, you just got out of lockout and you're new to that amount of money. You're probably still near 100% invested in Coinbase and need to divest into something more diversified and less volatile than Coinbase before you can sit on your hands and look at the number in your brokerage account as if it was real retirement grade money. Plus you'll need to pay a ton of taxes on the capital gain. So don…
Re: Ask HN: What you up to? (Who doesn't want to be hired?)
#390I've been steadily sinking deeper into Go (the board game, not the PL) for the last few years. I keep thinking that my enthusiasm for it will dry up soon, but it just keeps increasing. The depth is immense, every few months I feel like I'm swimming along the bottom of the ocean, then I come to a continental shelf and as I stare into the depths below, I realize that I've only explored the shallows, I dive, and leave t…
But when i created again the same game with AlphaBeta algorithm, i just quit the game. No matter how good you are the computer can predict all the moves, and win you no matter how good you become.