Ask HN: What are you learning?
381–390 of 906 posts
Re: Ask HN: What are you learning?
#382Prolog. I think that genetic logic can largely be expressed in Prolog to enable doing some crazy stuff that hasn’t been explored yet. It’s crazy to me that synthetic biology hasn’t really used logical programming yet for gene design.
Have you any thoughts on medikanren? I think they are generally _thinking_ as you do but in the short term that project is more about searching medical knowledge bases as opposed to logical programming of/with genes.
Re: Ask HN: What are you learning?
#383Re: Ask HN: What are you learning?
#384By the end of the year I hope to have built a autonomous drone, with a custom flight controller (both motor control and sensing).
Re: Ask HN: What are you learning?
#385I'll probably get a lot of shit for this, but LeetCode. I've recently been furloughed, and I think that redundancies aren't too far away. There aren't many companies hiring in my area at the moment, and if I'm going to move it's going to be for a big company, so I'm dusting off the CV and am applying to some Big N companies. A recruiter recently reached out to me, and I've got an interview with one Big N company comi…
On LeetCode, how would you estimate the split between slogging-enldlessly-at-things-I-already-know and I-actually-learned-something? I had never heard of it until I read the thread under your comment so I apologize if this is obvious to people in the know. From the comments it sounds like more of the former and less of the latter. I had a good experience with Project Euler back in the day (account long since lost). T…
Re: Ask HN: What are you learning?
#386Re: Ask HN: What are you learning?
#387Re: Ask HN: What are you learning?
#388Earlier quoted context omitted.
This really reminds me, it's been two decades now since I've taken _any_ Algebra. I'd really love to go re-learn it from the basics on up. I mean, I still remember a lot of it here and there but some sort of refresher course up to doing more advanced would be awesome. Any recommendations?
Hell yes! I love hearing about people interested in abstract algebra and wholly support your endeavor! Here is a pretty decent resource on relevant texts: http://www.cargalmathbooks.com/#Abstract%20Algebra That page in general is pretty gold for math texts in general. Also, #math on freenode has lots of algebra-strong users on it, though depending on your luck some can be less helpful than others. I love chatting abo…
Re: Ask HN: What are you learning?
#389Learning the bond market, figuring out the different characteristics of all the different types of bonds, what the risks are, what the potential for gain is. I trade options on equities regularly and recently a friend has been looking for help on figuring out how to handle a large amount of money they came into, so I figured brushing up on bond investing would be helpful since their risk tolerance is substantially lo…
I've become interested in stocks/trading recently and have been wanting to understand it well enough before losing all my money. I started Financial Markets [0]. Just finished Week 1 and it seems a little too broad/dry so far. Any recommendations are welcome.
Re: Ask HN: What are you learning?
#390I'm learning about trading bots. It allows me to learn new things about software développement (réactive streams forum example), mathematics, machine learning and deep learning I made it as a side project : https://github.com/cassandre-tech/cassandre-trading-bot And i am writing a guide about what i learned : https://trading-bot.cassandre.tech/
I had an older version but wasn't using reactive. Definitely, this looks promising.