|
You are here |
oliveryang.net | ||
| | | | |
www.elttam.com.au
|
|
| | | | | elttam is a globally recognised, independent information security company, renowned for our advanced technical security assessments. | |
| | | | |
kernelpodcast.org
|
|
| | | | | Season 2 - Episode 4 - 2023/04/24 Summary The latest stable kernel is Linux 6.3, released by Linus Torvalds on Sunday, April 23rd, 2023. The latest mainline (development) kernel is 6.3. The Linux 6.4 merge window is open. Linux 6.3 Linus Torvalds announced the release of Linux 6.3, noting, Its been a calm release this | |
| | | | |
www.michaelbromley.co.uk
|
|
| | | | | ||
| | | | |
ciesie.com
|
|
| | | Today I've played around with Zig, the new, hip (is it hip?) programming language. I find it pretty neat. I'm going to walk you (and myself) through my first, very short, piece of code. Below you can see the entirety of it. It basically allocates a 2MB buffer and reads a file into it... Yep, not particularly impressive, but this is a judgment free, learning zone, ok?! 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 const std = @import("std"); const warn = @import("std"). | ||