Quotes about programming and/or OS development

All off topic discussions go here. Everything from the funny thing your cat did to your favorite tv shows. Non-programming computer questions are ok too.
davidsmith0143
Posts: 16
Joined: Tue Jun 28, 2016 12:16 am

Re: Quotes about programming and/or OS development

Post by davidsmith0143 »

Lisp isn't a language, it's a building material.
User avatar
arseniuss
Member
Member
Posts: 32
Joined: Tue Aug 10, 2010 12:13 am
Location: Latvia
Contact:

Re: Quotes about programming and/or OS development

Post by arseniuss »

Once upon a time there was Plan9 and it was hilarious: http://glenda.cat-v.org/gallery/

Nice site, very funny
Hobby stuff (suckless libs, compilators, game engines, kernels): github. Work @ zabbix: arseniuss@zabbix
User avatar
arseniuss
Member
Member
Posts: 32
Joined: Tue Aug 10, 2010 12:13 am
Location: Latvia
Contact:

Re: Quotes about programming and/or OS development

Post by arseniuss »

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/
Hobby stuff (suckless libs, compilators, game engines, kernels): github. Work @ zabbix: arseniuss@zabbix
onlyonemac
Member
Member
Posts: 1146
Joined: Sat Mar 01, 2014 2:59 pm

Re: Quotes about programming and/or OS development

Post by onlyonemac »

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.
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
User avatar
Solar
Member
Member
Posts: 7615
Joined: Thu Nov 16, 2006 12:01 pm
Location: Germany
Contact:

Re: Quotes about programming and/or OS development

Post by Solar »

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:
Every error is trivial... once you've found it.
My signature is a corollary to that uttering.
Every good solution is obvious once you've found it.
Post Reply