Ask HN: What are you learning?
421–430 of 906 posts
Re: Ask HN: What are you learning?
#422Rust for a side project I've just started.
Music production techniques and how modular synthesis works.
I also started skateboarding a couple of months ago after around a 8 year break so I'm getting my flat ground practice on my patio haha (although I'm taking it easy for obvious reasons)
Re: Ask HN: What are you learning?
#423I'm learning the ins and outs of WebAssembly. I just picked back up writing my compiler to WASM for my toy programming language (think JS crossed with ML). Right now I'm getting a feel for writing stack based bytecode and implementing basic features like local variables and control flow. It's not much, but I just got factorial to compile in my language which felt totally awesome.
This sounds really neat. Do you have an open source repo for this? Would love to check it out. What framework are you using to write the compiler itself? LLVM, or something else?
I'm not using any frameworks. Took a bit to figure out code generating wasm, but once I got the basic emitter/IR working it got a little easier. Plus you start being able to read the binary format after a bit of practice.
Re: Ask HN: What are you learning?
#424Re: Ask HN: What are you learning?
#425Re: Ask HN: What are you learning?
#426Audio programming and all jungles surrounding it - C++, plugin frameworks, Fourier transform, filters design etc. Step by step, often hard but also rewarding.
Re: Ask HN: What are you learning?
#427As a native English monolunguist I'm learning Russian. Rust for a side project I've just started. Music production techniques and how modular synthesis works. I also started skateboarding a couple of months ago after around a 8 year break so I'm getting my flat ground practice on my patio haha (although I'm taking it easy for obvious reasons)
Re: Ask HN: What are you learning?
#428(New pilots are restricted to flying in "visual" conditions - clear weather. The instrument rating allows flying in reduced visibility conditions.)
Re: Ask HN: What are you learning?
#429I’d classify my style as synth wave meets 80s arena rock for the current track I’ve been working on :)
My learning path is here [0] and I’ve also been uploading works in progress to my soundcloud [1]
[0] https://learnmonthly.com/u/dave-mosher-e2bc26/andrew-huang-m...
Re: Ask HN: What are you learning?
#430I can't tell yet which is harder. Both are pretty tough.