yes PHP is a serious language, it is (often) even faster than Python 😀 but this is also very good Python news: Python code now running on GPUs? wow that must give the most massive speed ever! 😀 sharing is […]
as a long-time vim user (R.I.P Bam) there are very interesting youtube video tutorials about emacs how to setup? https://github.com/hubisan/emacs-wsl?tab=readme-ov-file#install-ubuntu of course instead of apt install emacs, every true hardcore user compiles programs from src 😉 hostnamectl; # tested on […]
yes it’s possible via eclipse plugin called “corrosion” X-D (wondering when the WD40 will come into play? oh wait hewego…) but it’s not easy to get working X-D because for some reason debugging only works when eclipse is started via […]
complicated long-story-short: asciidoc is a (wiki) like meta syntax that allows documentation for software projects asciidoctor.org is a toolset to write asciidoc.org there is a eclipse plugin for asciidoc (there is a eclipse plugin for (almost) EVERYTHING :D) how to install […]
git is a complex source code repository management system that completely relies on file transactions this means: there is no running service or open port (except if git-over-ssh is used, all it needs for network multi developer cooperation is a […]
prepare: echo “com -nargs=1 HI exe histget(‘c’, )” >> ~/.vimrc then start vim and type to show the history (commands last typed): [ESC] :history # or short :his now to re run the command #LineNumber 29, type: :HI 29
short story: phase it out So it finally happened, Oracle wants to cash in on it’s $7.4 Billion investment it made in 2009. The non-Open-Source non-GPL non-Free-Software-coffee has officially gone sour. One can just pray, that this will be a […]
“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 GNU-Linux Apache2 MariaDB PHP7.3 su – root; # become root apt update; # update system to latest apt upgrade; # database first apt -y install mariadb-server mariadb-client # set root pwd for database (can be root on dev […]
imho git is a bitch it’s not intuitive it’s not easy but at least pray it’s a well thought out system (it works for Linus does not mean it works for all) https://dwaves.de/2016/10/01/githhub-com-cheat-sheet/ home of git’s git repo: https://git-scm.com/ # […]
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; # […]
is there an ideal IDE for every task? or no IDE at all? 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 […]
is Rust safer than C/C++? “show me the src” https://github.com/rust-lang https://github.com/rust-lang/rust/tree/master/src DebConf 2019: Why would a python programmer learn rust when there are no jobs in it https://ytpak.net/watch?v=IYLf8lUqR40 “This means no matter what language you use, the only safe way […]
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 […]