Stories
Slash Boxes
Comments

SoylentNews is people

SoylentNews is powered by your submissions, so send in your scoop. Only 12 submissions in the queue.
posted by LaminatorX on Saturday November 08 2014, @11:17AM   Printer-friendly
from the resignationd dept.

https://lists.debian.org/debian-devel/2014/11/msg00174.html

Joey Hess has apparently left Debian after 18 years, stating that the Debian Constitution is leading Debian in "very unhealthy directions".

 
This discussion has been archived. No new comments can be posted.
Display Options Threshold/Breakthrough Mark All as Read Mark All as Unread
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
  • (Score: 1) by novak on Sunday November 09 2014, @08:48PM

    by novak (4683) on Sunday November 09 2014, @08:48PM (#114330) Homepage

    I've also thought that rather than teaching beginning programmers python or javascript, a better intro would be to get close to the hardware. Maybe that's just my own stupid idea but what originally fascinated me about computers was the really low level stuff- assembly code (or even shellcode), how to build logic gates and circuits out of transistors, and how operating systems work, and how to control things at the most fundamental level. Wanting to understand these secrets was what led me into programming, not wanting to write a basic "app."

    I think the best intro to programming book I've personally seen is "Hacking: The Art of Exploitation." It takes you through writing a simple C program, and helps you dig into every facet of it. Basically, you wind up writing buffer overflow exploits of increasing complexity (against your own program), which teaches you more about how a computer works at a really low level than you could get out of anything besides actually building your own hardware.

    --
    novak
  • (Score: 2) by Pav on Tuesday November 11 2014, @11:09PM

    by Pav (114) on Tuesday November 11 2014, @11:09PM (#115004)

    Yeah, perhaps close-to-the-hardware is good... or perhaps a very high level and very low level perspective that meets in the middle? I guess different students have different things they'd want to know.