Flex247A
- Karma
- 0
- Created
- ()
- Submissions
- 0
- Show HN: I built a RISC-V emulator that runs DOOM (github.com)
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…
- Modern Microprocessors – A 90-Minute Guide (lighterra.com)
-
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…
- Mistral: Le Chat (chat.mistral.ai)
- OpenFyde: Open-Source Version of FydeOS (openfyde.io)
- Halide: A language for fast, portable computation on images and tensors (halide-lang.org)
- Official statement from Godot Foundation board (twitter.com)
- Winamp Desktop: GitHub Issues (github.com)
- No more blurry fonts in Linux (2023) (blog.aktsbot.in)
- Writing Portable Rendering Code with Nvrhi (developer.nvidia.com)
- How to maintain code for a century: Just add Rust (theregister.com)
- COO OpenAI: OpenAI is nothing without its people (twitter.com)
- Sublime Text 4: build 4113 (sublimetext.com)
-
I want to learn properly how ALSA works. But I am having trouble finding good resources. Can you help me?
-
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…
-
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!
-
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…
-
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…
-
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…