Learning about directory services is empowering, and stuff like keycloak let you build your own single-sign-on solution with very little investment (except for willpower to learn).
Ask HN: What are you learning?
811–820 of 906 posts
Re: Ask HN: What are you learning?
#812I am learning Elixir and Phoenix. And to be honest I am not sure I like either. The lack of decent resources (I mainly use Python and JavaScript with some C#) so I am used to reading a lot of blog posts, I don’t really like the documentation and the answers in forums are over verbose. And then there is Ecto which gives me new respect for SQLAlchemy or even solutions in C#. Debugging is a bit rubbish as well and to to…
Re: Ask HN: What are you learning?
#813I am trying to learn more about distributed systems. Any one have a recommendation for a MOOC or a book that could help? I am specifically looking to understand frameworks such as Dask or Ray and how to build a similar system from scratch. Thanks!
Not sure if this is specific to your ask but I've been enjoying this class. It covers many fundamental concepts. https://pdos.csail.mit.edu/6.824/schedule.html
Re: Ask HN: What are you learning?
#814Earlier quoted context omitted.
Though I probably won't implement the different weighting schemes, I currently have alignment traceback and searching (allow "free shifts" for the pattern string) features.
Here's another recent SIMD aligner if you're interested: https://github.com/langmead-lab/vargas
Regardless, my goal was to learn some SIMD and Rust (first time for both), so I did not read many background papers.
Re: Ask HN: What are you learning?
#815I am trying to learn more about distributed systems. Any one have a recommendation for a MOOC or a book that could help? I am specifically looking to understand frameworks such as Dask or Ray and how to build a similar system from scratch. Thanks!
I haven't done much in Dask and never heard of Ray, so might not be applicable directly. But a general book about distributed systems that I highly recommend and one you'll see often referred to on HN is Designing Data-Intensive Applications. Seriously great book and one I often go back to for fundamentals about distributed systems.
Re: Ask HN: What are you learning?
#816Learning how to read a company’s balance sheet, cash flow, income to see which are at risk of going under. How the stimulus can save but weaken a company’s financial structure during these times
Re: Ask HN: What are you learning?
#817Earlier quoted context omitted.
If you don’t mind me asking, how long do you expect it will take you to go through that text?
I'm not sure! There's a good amount of material that I've never dealt with before, so I'm sure there will be parts where I go relatively slowly. I also have a day job, so I only spend time with the book when I feel up for it. It's kind of an open-ended thing for me right now.
Re: Ask HN: What are you learning?
#818I'm writing a movie script. It's a horror movie about a guy who renovates foreclosed houses for banks. But one of the houses he goes into has a ghost in it. He has to solve the mystery of why the ghost is there before he can leave. I call it: "Repossessed" Working tagline: "This is for closure."
Re: Ask HN: What are you learning?
#819I'm trying to learn to draw. I feel comfortable enough with my technical skills where I feel like I can pick up a new language or framework with relative ease, so I want to switch gears and improve my drawing and visual communication skills. I believe that any project can benefit from a compelling visual component. For now, I've been trying to start slow and just have fun; for example, telling myself to do three quic…
Re: Ask HN: What are you learning?
#820Building a guitar! It's my first attempt at building an instrument. It's going well so far, mostly using threads from TDPRI as guidance and a body template from there as well. I opted to buy a neck from Warmoth since building a neck seemed especially intimidating and requires more special tools. Today I finished soldering the electronics, bolted the neck on, strung it up and it actually works! Now to take it apart an…