Category: development

Rust vs Go – Open Source is about enabling users – Rust lang will complement C around the GNU Linux Kernel (for better safety) “Amazon, Microsoft, Google” and the White House, want to make Open Source more secure
16.05.2022

Open Source is about enabling users “Amazon, Microsoft, Google” and the White House, want to help make Open Source more secure… https://www.golem.de/news/openssf-150-millionen-us-dollar-sollen-open-source-absichern-2205-165382.html https://www.golem.de/news/openssf-linux-foundation-will-security-praxis-vereinheitlichen-2008-150036.html src of src: “White House OSS Mobilization Plan” 2022: https://openssf.org/blog/2022/05/11/testimony-to-the-us-house-committee-on-science-and-technology/ 2020: “The OpenSSF is a cross-industry collaboration […]

AI Superpowers China Silicon Valley and the New World Order – Kai-Fu Lee – light and silicon – extreme Ultra Violet CPU production – ASML (Netherlands) TSMC (Taiwan) AMD Intel (USA) and the crazy physics behind transition from 14nm to 7nm process – Ångstrom Era
13.11.2021

update: 2022-12 wow 3 and 4nm is very very small “TSMC recently announced that it is upping its U.S. investment in Arizona to US$40 billion (NT$1.23 trillion) and will manufacture 4nm and 3nm chips there. The 4nm chips are expected […]

DevC – Linus Torvalds “Nothing better than C”
19.08.2021

what is great about C? the simplicity of the compiler that just run’s anywhere still THE most resource efficient language with C the user does not have to buy a new computer every 3 years, because of updates slowing down […]

compile rust hello world for arm7
27.09.2019

why is RUST so popular? well… it is the better C++, so fore those familiar with C++ it will be a breeze, but for anyone else it might be a steep learning curve (the compiler gives very very helpful error […]

RUST – most loved programming language ever – C++ with safety – new programming language from Mozilla for Mozilla and Safety – now also with step debugging
17.08.2019

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 […]

05.01.2019

is when one’s life depends on (especially when closed) source code that one has not written oneself.

What every office needs
03.10.2018

a sofa/couch: considered “completely normal” in Japan and called: “Inemuri,” the Japanese Art of Taking Power Naps at Work, on the Subway, and Other Public Places a table socker table! (2:2, 1:2, 2:1, max 4 players) alternatives: this would be […]

03.07.2017

strace from the strace.man.txt manpage. trace system calls and signals In the simplest case strace runs the specified command until it exits. It intercepts and records the system calls which are called by a process and the signals which are […]

17.02.2017

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 […]

04.01.2017

*GRRRRRR* now you know why i hate updates 😀 they can brake “old” functionality, but sticking with “the old” is sometimes not an option. as a developer you do not want to test your javascript with 10x versions of a […]