Explore >> Select a destination


You are here

seb.wilzba.ch
| | www.bfilipek.com
13.7 parsecs away

Travel
| | Let's put C++17 in practice! One of the good ways to do it is to take part in a coding challenge. So together with Jonathan Boccara from Fluent C++ we invite you to participate in "The Expressive C++17 coding challenge". The Expressive C++17 coding challenge Jonathan made a few contests on his blog (for example this one), and I thought it might be fun to do something similar for C++17.
| | jordi.inversethought.com
9.9 parsecs away

Travel
| |
| | dlang.org
12.0 parsecs away

Travel
| | D Programming Language
| | nfil.dev
80.6 parsecs away

Travel
| This post documents my attempts to manage to jump (or return?) from kernel-space to usermode in my Rust kernel so that it can do what a kernel is supposed to actually do: give the CPU to user programs. That's pretty exciting! In the next part, we'll even take control back from the programs so that we can implement a scheduler.