20 Nov 22
19 Nov 22
18 Nov 22
16 Nov 22
13 Nov 22
12 Nov 22
A brief interview with Common Lisp creator Dr. Scott Fahlman - PLDB: A Programming Language Database
Hassam: What would be your advice to young people today who want to get into the field of designing programming languages? Dr. Fahlman: Don’t! Unless you like to do this as a hobby. What I came to understand, after years of work on Common Lisp and the death of Dylan, the ongoing popularity of the hideous C++, and the rise of Java, is that programming languages don’t become mainstream based on their elegance or their deep utility.
11 Nov 22
I’ve been running chaos.social for nearly 5 years. A reflection.
02 Nov 22
YOU’D EXPECTthe longest and most costly phase in the lifecycle of a software product to be the initial development of the system, when all those great features are first imagined and then created. In fact, the hardest part comes later, during the maintenance phase. That’s when programmers pay the price for the shortcuts they took during development.
31 Oct 22
All modern computers(laptops, phones, pc master race rgb monsters, etc) have somewhat similar components: Processor, Memory, Video Card, Disk and USB controller, WiFi card etc. Some of them are in one single chip and you cant even see them anymore, but they are there. For example there are chips that have Processor and Video Card together. The term for processor is actually CPU - Central processing unit, but we called it processors when we were kids and it kind of make sense, since it processes stuff.