🦀 rustacean
✍️ post a lot about rust and gamedev
medium.com/@trish07/bui...
medium.com/@trish07/bui...
Seriously, it's been a while since I planned to start game dev as a hobby and make some fun games. I'm thinking of starting with Godot and GDScript. What's your opinion?
#gamedev
Seriously, it's been a while since I planned to start game dev as a hobby and make some fun games. I'm thinking of starting with Godot and GDScript. What's your opinion?
#gamedev
I tried it all, it's never less than 3 hours for a basic webapp.
Are they lying?
Am I a noob?
I tried it all, it's never less than 3 hours for a basic webapp.
Are they lying?
Am I a noob?
Did you know it uses eval in the client, requiring unsafe-eval in your CSP headers?
If not done correctly, this can impose serious security risks. 🔐
github.com/hashicorp/ne...
Did you know it uses eval in the client, requiring unsafe-eval in your CSP headers?
If not done correctly, this can impose serious security risks. 🔐
github.com/hashicorp/ne...
- It contains everything you need to implement a full-featured, efficient scripting language. You’ll learn both high-level concepts around parsing and semantics and gritty details like bytecode representation and garbage collection.
www.craftinginterpreters.com
- It contains everything you need to implement a full-featured, efficient scripting language. You’ll learn both high-level concepts around parsing and semantics and gritty details like bytecode representation and garbage collection.
www.craftinginterpreters.com
Follow this project series to build a lightweight, persistent key-value store using:
- Hash table as the underlying data structure
- Disk persistence to minimize memory footprint
- Network interface for remote access
codecapsule.com/2012/11/07/i...
Follow this project series to build a lightweight, persistent key-value store using:
- Hash table as the underlying data structure
- Disk persistence to minimize memory footprint
- Network interface for remote access
codecapsule.com/2012/11/07/i...
Write a simple kernel which could be loaded with the GRUB bootloader on an x86 system. This kernel will display a message on the screen and then hang.
arjunsreedharan.org/post/8271071...
Write a simple kernel which could be loaded with the GRUB bootloader on an x86 system. This kernel will display a message on the screen and then hang.
arjunsreedharan.org/post/8271071...
This article is about writing a simple memory allocator in C.
You will implement malloc(), calloc(), realloc() and free().
arjunsreedharan.org/post/1486758...
This article is about writing a simple memory allocator in C.
You will implement malloc(), calloc(), realloc() and free().
arjunsreedharan.org/post/1486758...
🦀 Rust in Production:
- list of companies use Rust
- based on public information
- not an exhaustive list
github.com/ImplFerris/r...
If you know anything missed(non-crypto), reply/pull request
#rustlang
🦀 Rust in Production:
- list of companies use Rust
- based on public information
- not an exhaustive list
github.com/ImplFerris/r...
If you know anything missed(non-crypto), reply/pull request
#rustlang
I call code clean when I can understand it while just reading! Now what does this mean you could ask?
Well if you need high cognitive power to understand it, then it is not clean.
I call code clean when I can understand it while just reading! Now what does this mean you could ask?
Well if you need high cognitive power to understand it, then it is not clean.
🔗 Blog Link: developerlife.com/2022/08/04/r...
💡 Learn:
- Parsing CSS-like syntax
- Designing intuitive DSLs in Rust
- Building tools for TUIs
#RustLang #DSL #TUI
🔗 Blog Link: developerlife.com/2022/08/04/r...
💡 Learn:
- Parsing CSS-like syntax
- Designing intuitive DSLs in Rust
- Building tools for TUIs
#RustLang #DSL #TUI
- great tutorial, almost covering everything to build a os for raspberry pi
- if you are interested in making an operating system, you should definitely check this out
jsandler18.github.io
- great tutorial, almost covering everything to build a os for raspberry pi
- if you are interested in making an operating system, you should definitely check this out
jsandler18.github.io
github.com/ctjhoa/rust-...
github.com/ctjhoa/rust-...