Links from 2023-11-25
MakerSkillTree: A repository of Maker Skill Trees and templates to make your own.
Maker Skill Trees are printable templates that can guide and track hands-on skill progression. Colour in the boxes as you go and get inspired to try new things. This repository is always growing and aims to include a large variety of skills, see full list below. Everyone’s journey is different and you can interpret the goals flexibly. Not everything needs to be completed.
A peculiarity of the GNU Coreutils version of ‘test’ and ‘[‘
The binary size difference is presumably because the ‘test’ binary omits the version and help text, along with the code to display it. But if you look at the relevant Coreutils test.c code, the relevant code isn’t disabled with an #ifdef. Instead, LBRACKET is #defined to 0 when compiling the ‘test’ binary. So it seems that modern C compilers are doing dead code elimination on the ‘if (LBRACKET) { …}’ section, which is a well established optimization, and then going on to notice that the called functions like ‘usage()’ are never invoked and dropping them from the binary.
Ransomware: Cyberangriff trifft zwölf schwäbische Gemeinden - Golem.de
Von einer Ransomware ist zwar bei BR24 nicht explizit die Rede, jedoch sei von den Angreifern ein Word-Dokument hinterlassen worden, mit der Anweisung, mit den Hackern in Verhandlung zu treten. Die böswilligen Akteure wollen hier offenbar eine Lösegeldforderung durchsetzen. Wie die Süddeutsche Zeitung (SZ) unter Verweis auf Aussagen der Generalstaatsanwaltschaft Bamberg berichtet, wurden bei dem Vorfall wohl Daten verschlüsselt – ein typischer Ransomwareangriff also.
Liste der Mangelberufe 2024 wieder lang - news.ORF.at
Bundesweit stehen 110 und regional 48 Berufe auf der Mangelliste. Das bedeutet: Sehr, sehr wenige Menschen wollen sie ausüben. In der Fachkräfteverordnung legt das Wirtschaftsministerium die Mangelberufsliste für das jeweilige Folgejahr fest. Bei den Mangelberufen handelt es sich keineswegs um aussterbende Professionen. Laut einer Aussendung von ÖVP-Ressortchef Martin Kocher sind auch „Green Jobs“ im Mobilitätsbereich neu dabei.
Als Mangelberufe gelten solche, in denen im aktuellen Jahr weniger als 1,5 Arbeitssuchende pro beim Arbeitsmarktservice (AMS) gemeldeter offener Stelle zur Verfügung standen. Für diese Berufe gibt es erleichterte Zulassungsvoraussetzungen für den Erhalt der Rot-Weiß-Rot-Karte und damit Zugang zum Arbeitsmarkt.
Tagged as: 2blog, collection, commandline, delicious, gnu, goal, itfails, itfailsAT, itfailsDE, links, linux, maker, motivation, posix, shaarli, talk | Author: Martin Leyrer
[Sonntag, 20231126, 05:00 | permanent link | 0 Kommentar(e)
Comments are closed for this story.