Interested in advertising on Derpibooru? Click here for information!
Champions of Equestria

Help fund the $15 daily operational cost of Derpibooru - support us financially!

Description

No description provided.

Comments

Syntax quick reference: **bold** *italic* ||hide text|| `code` __underline__ ~~strike~~ ^sup^ %sub%

Detailed syntax guide

🐴
Magnificent Metadata Maniac - #1 Assistant
Solar Guardian - Refused to surrender in the face of the Lunar rebellion and showed utmost loyalty to the Solar Empire (April Fools 2023).
Non-Fungible Trixie -
Magical Inkwell - Wrote MLP fanfiction consisting of at least around 1.5k words, and has a verified link to the platform of their choice

IRL 🎠 stallion
Did they finally oust Linus and replace him with somepony who is actually friendly to maintainers? Or is she working on a move fast and break things fork where breaking userland when fixing bugs is acceptable?
liamwhite1
Perfect Pony Plot Provider - 10+ uploads with over 350 upvotes or more (Questionable/Explicit)
A Perfectly Normal Pony - <%byte[]> I keep logs up my ass

@Shadow swift Storm  
You amuse me by having the audacity to say normal programming (“software developing”) is worse.
 
Kernel programming is so much fun, especially when:  
  • If you monkeypatch kernel code, CPU codepage caching fun make it so that it never runs.  
  • If you leak memory, you die.  
  • If you forget to release your ioctl, you die.  
  • You get about 16kB of stack to play with. If you overflow that, the machine is fucked.  
  • Kernel debugging is ridiculous. The easiest way to do it is to log to the kmsg via kprintf which isn’t persistent, so you can’t look back after a panic.  
  • Writing device drivers will essentially require you to be able to read and understand assembly.