136 private links
2012 entwarfen deutsche Behörden das Szenario eines weltweiten Coronavirus-Ausbruchs. Hätten sie besser auf die aktuelle Krise vorbereitet sein müssen?
Arroganz, Geiz, Verrat: Die Südeuropäer machen den Niederlanden im Streit über Corona-Bonds schwere Vorwürfe. Nun lanciert Premier Rutte eine neue Idee - einen Fonds statt der Bonds.
With help from Fox News and Elon Musk, a misleading French study prompted a wave of misinformation that made its way to the president
Treatment and transplants for some postponed as hospitals are turned over to treat virus
The Ubertooth One is an open source Bluetooth test tool from Michael Ossmann. It is the world's first affordable Bluetooth monitoring and development platform and is a fully open source product (both hardware and software).
Video conferencing services are becoming hugely popular, as they allow you to virtually meet with others when in-person conversations aren't possible. For Zoom, this has led to the discovery of its virtual background feature.
We actually walk you through how to set up and use a virtual background in Zoom here (no green screen required). Essentially, it lets you choose any image as your background. It's handy if you have a messy room or cluttered environment you want to hide during a video call. Even Disney and DC are fans of Zoom's virtual background feature, as they've now shared free images for people to use.
Ein Rentner soll in seinem Keller im österreichischen Bezirk Freistadt über Jahrzehnte ein riesiges Waffenarsenal gehortet haben. Gesamtwert: rund 300.000 Euro.
Zurzeit gilt auch in Niedersachsen ein Besuchsverbot für Altenheime. Eine betagte Bewohnerin wollte ihrer Tochter trotzdem persönlich gratulieren - und trickste ihre Betreuer aus.
Noch hat die Öffentlichkeit die geplante datenschutzfreundliche App zur Kontaktermittlung von Coronavirus-Infizierten nicht zu sehen bekommen. Aber die Bundesregierung schwört die Bürger schon darauf ein.
Von Ausgangsregeln zur Pandemiekontrolle: Das Innenministerium beschreibt in einem Konzeptpapier, wie Einschränkungen im öffentlichen Leben schrittweise aufgehoben werden könnten.
Jeder, der sich mehrere Tage im Ausland aufgehalten hat und wieder einreisen will, muss sich zunächst zwei Wochen in Quarantäne begeben. Dieses Verfahren schlägt die Regierung jetzt den Bundesländern vor.
Überschwemmungen, einstürzende Gebäude: Ein Wirbelsturm hat Teile des Inselstaats Vanuatu verwüstet.
Boris Johnson hat die Nacht im Krankenhaus verbracht. Staatssekretär Jenrick zufolge geht es dem britischen Premier aber gut. Er werde bald wieder in der Downing Street erwartet.
Die Deutsche Bahn kämpft weiterhin mit ihrer maroden Infrastruktur. Sorgen bereitet insbesondere der schlechte Zustand vieler Brücken.
The blaze started on Saturday close to the site of the world’s worst ever nuclear disaster
The first of McIlroy's dicta is often paraphrased as "do one thing and do it well", which is shortened from "Make each program do one thing well. To do a new job, build afresh rather than complicate old programs by adding new 'features.'"
McIlroy's example of this dictum is:
Surprising to outsiders is the fact that UNIX compilers produce no listings: printing can be done better and more flexibly by a separate program.
If you open up a manpage for ls on mac, you’ll see that it starts with
ls [-ABCFGHLOPRSTUW@abcdefghiklmnopqrstuwx1] [file ...]
That is, the one-letter flags to ls include every lowercase letter except for {jvyz}, 14 uppercase letters, plus @ and 1. That’s 22 + 14 + 2 = 38 single-character options alone.
WireGuard, created by security researcher Jason A. Donenfeld, is smaller and simpler than most other VPN software. The first version of WireGuard contained fewer than 4,000 lines of code—compared with tens of thousands of lines in other VPN software. That doesn't make WireGuard more secure, but it makes it easier to find and fix problems.
WireGuard clients are already available for Android, iOS, MacOS, Linux, and Windows. Cloudflare's VPN service Warp is based on the WireGuard protocol, and several commercial VPN providers also enable users to use the WireGuard protocol, including TorGuard, IVPN, and Mullvad.
Apple may have discontinued the last of the click-wheel iPods years ago, but a large community of iPod modders resurrects them for their sound and nostalgia
I recently asked our writer community to share with us what they're reading. These folks come from all different walks of life and roles in tech. What they have in common is that they are living and breathing Linux and open source every day.
Drink in this fantastic list. Many of them are free and available to download.
You may see books you've been meaning to get around to, books that are completely new to you, and some that feel like old friends.
One of the things that makes the shell an invaluable tool is the amount of available text processing commands, and the ability to easily pipe them into each other to build complex text processing workflows. These commands can make it trivial to perform text and data analysis, convert data between different formats, filter lines, etc.
When working with text data, the philosophy is to break any complex problem you have into a set of smaller ones, and to solve each of them with a specialized tool.