136 private links
Bezirksrichter Amit Mehta wusste am ersten Prozesstag nicht, ob Mozillas Firefox ein Browser oder eine Suchmaschine ist
So as you may know, I've been getting interested in CRDTs lately. For the uninitiated, CRDTs (Conflict-Free Replicated Data types) are fancy programming tools which let multiple users edit the same data at the same tim
I’ve always loved building tools and platforms, and have long been fascinated with the world of operating systems. Apart from reading through the source code (where that’s legally available, of course…) I think there’s no better way to explore and understand a system - and the mindset that produced it - than to develop for it.
What follows is a brain-dump of what I’ve learned about developing for the AmigaOS, both on classic 68k-powered hardware to modern PowerPC systems like the X5000. I’ll cover development environments, modern workflows like CI builds on containerised infrastructure, distribution of packages and even a look back in time before C existed, thanks to AmigaDOS’s odd heritage.
A reconstructed version of a KLF album most of whose copies were destroyed after a legal dispute with Abba has been donated by the band to the British Library.
The library said it had acquired The Acetate, the only physical copy of a new version of 1987 (What the Fuck Is Going On?) by the Justified Ancients of Mu Mu, who later renamed themselves the KLF.
OpenSSL, which encrypts an estimated 66% of the web, is currently maintained by 18 engineers compensated through donations and elective corporate contracts.
In the first article of this series on using Ansible to configure a workstation, we set up a repository and configured a few basic things. In the second part, we automated Ansible to apply settings automatically when changes are made to our repository. In this third (and final) article, we'll use Ansible to configure GNOME desktop settings.
This configuration will work only on newer distributions (such as Ubuntu 18.04, which I'll use in my examples). Older versions of Ubuntu will not work, as they ship with a version of python-psutils that is too old for Ansible's dconf module to work properly. If you're using a newer version of your Linux distribution, you should have no issues.
AGRO GbR Germendorf
Nadja Sandig
Wiesengrund 1
16515 Oranienburg OT Germendorf
Telefon: +49 (0) 3301 53 93 08
Fax: +49 (0) 3301 37 18
Internet: www.agro-germendorf.de
Email: info@agro-germendorf.de
Öffnungszeiten: nach telefonischer Vereinbarung
Angebot: Freilandgänse, Kartoffeln, Getreide,
Heu & Stroh
Abgabe von
Heu
Stroh
Getreide
Kartoffeln
Landpartie durch Oberhavel
Stadtverwaltung Zehdenick
Für Ihre Fragen zum Wirtschaftsstandort Gransee im Landkreis Oberhavel steht Ihnen die WInTO GmbH (Wirtschafts-, Innovations- und Tourismusförderung Oberhavel) gern zur Verfügung. Sie vermittelt gemeindeübergreifend regionalspezifisch-wirtschaftliches Know-how, wirbt für eine starke Region, entwickelt zukunftsorientierte Projekte und bietet Service aus einer Hand.
Customers want flexibility and control in how they consume and deploy Enterprise Linux systems. If they can’t get it from Red Hat or any of the rebuilders, they will go somewhere else. Maybe not immediately, but eventually RHEL will fade as the gold standard.
TIL there are dozens of neat little command-line tools hidden away in the Python standard library, available to run on any machine that has a Python installation https://til.simonwillison.net/python/stdlib-cli-tools
TFW a file format is so old that it includes an "insert paper tape this way" arrow as part of the header: Looks like this traces back to the PDP-11.
Seamless integration with kubectl autocompletion
Fast completion
Label autocompletion
Automatic namespace switch
Happy birthday to the 19" equipment rack, which turns 100 next month. From the July, 1923, Bell Systems Technical Journal: "All panels are to be of a uniform length, designed to mount on vertical supports spaced 19>< inches between centers. The height of the different panels will vary, according to the amount of apparatus in each unit, but this vertical dimension is in all cases to be a whole multiple of 1-3/4 inches."
How could I miss out on #VisiData for so long? This might become my new favorite #CLI tool.
If you do anything with data and enjoy working in the terminal, check it out. It can
• provide a #TUI for viewing and editing data in #CSV, #Excel, #SQLite, #JSON, #YAML & #XML files and quite a few more
• sort, filter, join and edit that data, across files and across formats
• convert between the formats (interactively or not)
• record & play macros
• be scripted in #Python