Flex247A

↗ HN profile [ 78.0 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. Demo: https://www.youtube.com/watch?v=f5uygzEmdLw Hi HN, I built a RISC-V emulator that implements the RV32IM instruction set and a minimal syscall interface to run DOOM. A few weeks ago, I got my first output with a…

  2. Hi guys, I’ve always liked the Windows Sysinternals tools, so I decided to reimplement pslist as a small learning project. Ended up using the windows-rs crate and I found that very pleasant to use. While most of the…

  3. Mistral: Le Chat (chat.mistral.ai)
  4. Sublime Text 4: build 4113 (sublimetext.com)
  5. I want to learn properly how ALSA works. But I am having trouble finding good resources. Can you help me?

  6. I recently picked up 'The Audio Programming Book' [0] and so far, I am really liking it. But I am not sure which resource to pick after reading that. Can you recommend me some audio programming resources which are…

  7. I wrote a simple game for CS project last year, and it was pretty bad. All logic was opaque, and there were tonnes of global variables!

  8. I have played with OpenAL-soft [0] and libsndfile [1] to make a simple music player. It works fine but I want to learn the deeper concepts behind how computer audio works. I am a CS student and I know C/C++, Python, and…

  9. My background: 1st year CS student with knowledge in Python, C and some Rust. I have been wanting to learn graphics programming for a while, so I picked up Computer Graphics from Scratch [0] today, but found the math…

  10. So I've been programming in C for a while (am a CS student) and came across this pretty interesting language called Rust. I consulted three programmers and they told me to go for it. What are your thoughts? Is Rust…