Lisp isn't a language, it's a building material.
Quotes about programming and/or OS development
-
- Posts: 16
- Joined: Tue Jun 28, 2016 12:16 am
Re: Quotes about programming and/or OS development
Re: Quotes about programming and/or OS development
Once upon a time there was Plan9 and it was hilarious: http://glenda.cat-v.org/gallery/
Nice site, very funny
Nice site, very funny
Hobby stuff (suckless libs, compilators, game engines, kernels): github. Work @ zabbix: arseniuss@zabbix
Re: Quotes about programming and/or OS development
Linus Torvalds wrote:
> Ehh.. Telling people "don't do that" simply doesn't work. Not if they can
> do it easily anyway. Things really don't get fixed unless people have a
> certain pain-level to induce it to get fixed.
Umm... How about the following: you hit delete on patches that introduce
new ioctls, I help to provide required level of pain. Deal?
— Al Viro on linux-kernel
Found on http://quotes.cat-v.org/programming/
> Ehh.. Telling people "don't do that" simply doesn't work. Not if they can
> do it easily anyway. Things really don't get fixed unless people have a
> certain pain-level to induce it to get fixed.
Umm... How about the following: you hit delete on patches that introduce
new ioctls, I help to provide required level of pain. Deal?
— Al Viro on linux-kernel
Found on http://quotes.cat-v.org/programming/
Hobby stuff (suckless libs, compilators, game engines, kernels): github. Work @ zabbix: arseniuss@zabbix
-
- Member
- Posts: 1146
- Joined: Sat Mar 01, 2014 2:59 pm
Re: Quotes about programming and/or OS development
The best code is no code. Where there is no code, there is no room for bugs or inefficiency. Aim to write as little code as possible. (Abridged from Coding Horror.)
And it's true: when I write less code, I get a better result.
And it's true: when I write less code, I get a better result.
When you start writing an OS you do the minimum possible to get the x86 processor in a usable state, then you try to get as far away from it as possible.
Syntax checkup:
Wrong: OS's, IRQ's, zero'ing
Right: OSes, IRQs, zeroing
Syntax checkup:
Wrong: OS's, IRQ's, zero'ing
Right: OSes, IRQs, zeroing
Re: Quotes about programming and/or OS development
One of my superiors once said to me, after I made excuses for taking far too long to track down an error I considered trivial:
My signature is a corollary to that uttering.Every error is trivial... once you've found it.
Every good solution is obvious once you've found it.