kazum93🇪🇺💜 (@kazum93) 's Twitter Profile
kazum93🇪🇺💜

@kazum93

Software Engineer working on stuff in C | C++ | rust. All my views are my own. Interested in compiler, SL, VSL implementations. @buasgames graduated.

ID: 157012476

linkhttps://linktr.ee/simonrenger calendar_today18-06-2010 15:55:26

1,1K Tweet

199 Followers

376 Following

kazum93🇪🇺💜 (@kazum93) 's Twitter Profile Photo

Hey Bobby Henderson is the flying spaghetti Monster gluten free I am cealiac and I am not sure if I get ?to a safe after life if I believe in this and it's not... Just making sure before I join...

kazum93🇪🇺💜 (@kazum93) 's Twitter Profile Photo

And I thought only #cpp community has issues .. on the other hand I mean if #rustlang truely wants to replace #cpp it might be good to show how to gracefully solve issues... Looking forward to see that. Until then I hope for the best.

Ólafur Waage (@olafurw) 's Twitter Profile Photo

If you're making your first game, here's a tip for you. Spend some time in to add in a debug UI early on and keep maintaining it and updating it. It will feel weird at this stage but believe me, you'll thank me later.

Dmitrii Kovanikov (@chshersh) 's Twitter Profile Photo

A really cool idea for REPL: The 'explain' command that takes a piece of code and describes its every part in a beginner-friendly way. I don't recall any programming language doing this. Here's my prototype for OCaml 👇 What do you think?

A really cool idea for REPL:

The 'explain' command that takes a piece of code and describes its every part in a beginner-friendly way.

I don't recall any programming language doing this.

Here's my prototype for OCaml 👇
What do you think?
Oskar Stålberg (@osksta) 's Twitter Profile Photo

I figured out how to mimic Thread.Sleep() in Burst! Just store time in a static unsafe NativeArray! Then you can write to it from the main thread and read from it inside a job! Probably super bad in many ways but good enough for visualization and debug!

Nick Klingensmith - koujaku.bsky.social (@koujaku) 's Twitter Profile Photo

I am still noodling with this idea of node/whiteboard coding! :) Part of this is feeling out how well it can work with existing languages, and what's needed to make that a better experience. This is one .cpp file from the project laid out a bit.

Jonathan Müller (@foonathan) 's Twitter Profile Photo

I've written a new blog post: Should we stop writing functions? (and use lambdas instead) think-cell.com/en/career/devb… #cpp #cplusplus

C++Now (@cppnow) 's Twitter Profile Photo

We hope you enjoy this CppNow 2023 Presentation! A Deep Dive Into Dispatching Techniques in C++ - Jonathan Müller - CppNow 2023 youtube.com/watch?v=vUwsfm… #Dispatchingtechniques #Programming

annie (@soychotic) 's Twitter Profile Photo

How come soccer players get to rip off their shirts and run around when they score goals but I get in trouble with HR for doing it when I get a clean git merge? #misogyny #devsrights

C++Now (@cppnow) 's Twitter Profile Photo

Modernizing Compiler Design for Carbon Toolchain - by Chandler Carruth - CppNow 2023 youtube.com/watch?v=ZI198e… #Carbonlanguage #Coding

Anselmo (@elmosampedro) 's Twitter Profile Photo

This is the City Builder set during the Industrial Revolution that I am working on I am working on, using #bevyengine and #rustlang 🦀 #screenshotsaturday

kazum93🇪🇺💜 (@kazum93) 's Twitter Profile Photo

Why is it so hard to search in different pdfs... Ended up writing my own search engine ... Using #rustlang and #Tantivy and egui ... And the C++ chromiums pdf lib with rust wrappers ^^. Wanted to use C++ but that took to long to set up and JavaScript was to slow ...

kazum93🇪🇺💜 (@kazum93) 's Twitter Profile Photo

The more Ada I write the more I think it would be interesting to see what ownership semantic could look like or what compiletime detectives would look like e.g. consteval or constexpr ... Programming in your free time is fun!

Crazy Coder (@aadriksh) 's Twitter Profile Photo

Found an amazing C programming handbook! It’s a great GitHub repo from a course, covering all the essentials with clear lessons. A must-have resource for beginners diving into C programming!

Found an amazing C programming handbook! It’s a great GitHub repo from a course, covering all the essentials with clear lessons. A must-have resource for beginners diving into C programming!
Karl Zylinski (@karl_zylinski) 's Twitter Profile Photo

Many hate on Object-Oriented Programming. But some junior programmers seem to mostly echo what they've heard experienced programmers say. In this blog post I try to give a "less extreme" perspective, and encourage people to think for themselves: zylinski.se/posts/know-why…