“floating point arithmetic is considered an esoteric subject by many people” (src: What Every Computer Scientist Should Know About Floating Point Arithmetic – David Goldberg 1991.pdf) some even do “transcendental calculations” (src) make no mistake: computer make mistakes too! not […]
setup LAMP Linux Apache2 MariaDB PHP7.3 su – root; # become root apt update; # update system to latest apt upgrade; # database first apt install mariadb-server mariadb-client # set root pwd for database (can be root on dev test […]
git was initially written by Linus Torvalds on the idea: how to create source code management system that does not suck. source code management is very useful when the developer team is larger than > 1 developer. it allows fast […]
UEmacs is the editor/ide that is said to be the work and choice of Linus Torvalds (gnu linux kernel, THANK YOU FOR THE GNU LINUX KERNEL! THANKS!, THANKS MR STALLMAN FOR GCC THANKS! THANKS TO ALL INVOLVED!) UEmacs hostnamectl; # […]
Update: 2020-02 added “geany” is there an ideal IDE for every task? Nope. Of course just as programming languages every IDE has their pros and cons. (build for a specific purpose? might serve other purposes also) There is not a […]
Update 2020-08: “Through the past five years of experimentation, I’ve gone from intrigued, to optimistic, to convinced that Rust is an ideal language to build industrial grade, bulletproof bare metal software. Beyond that, I’ve come to realize that even the […]
Dylan Beattie ?? @dylanbeattie Feb 16 Learning to code is an essential skill in the modern world. Here’s a handy diagram showing you how to get started. that’s what i really liked about Adobe Flex Builder… it was based on […]
and don’t know what it is about simple things that hackers find so complicated 😀 so how do you import an existing project into eclipse? in older/almost any version of eclipse: THERE IS NO IMPORT 😀 (!? WHAT? YES THERE […]