software programming is not typing
Schlagwort: Programmieren
ASAP.
Jippieh.
alias yolo="git add . && git commit -m 'some changes' && git push"
my ~/.bash_aliases
BeepyDiBeepBeepBeepBeep.
-B Sound the bell at the start of each (major) garbage collection.
Oddly enough, people really do use this option! Our pal in Durham (England), Paul Callaghan, writes: “Some people here use it for a variety of purposes—honestly!—e.g., confirmation that the code/machine is doing something, infinite loop detection, gauging cost of recently added code. Certain people can even tell what stage [the program] is in by the beep pattern. But the major use is for annoying others in the same office…”
GHC documentation: 5.7.9. RTS options for hackers, debuggers, and over-interested souls
The Power of Code(s).
Lynn Cyrin is a computer science student and Dean's Scholar at Mills College. She has been studying programming for roughly a year, and sees it mainly as a means to an end – the end being destroying capitalism, decolonizing our culture, and spreading queerness.
Physicalities.
I think the first and foremost principle of a higher-level programming language is that of machine independence. A higher-level programming language should allow the programmer to solve a problem rather than drive a physical system. This was a crazy idea in the 1950s.