https://github.com/twitter/the-algorithm/issues/1386
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-29218
Via
Posted by jpluimers on 2023/04/04
https://github.com/twitter/the-algorithm/issues/1386
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-29218
Via
Posted in Uncategorized | Leave a Comment »
Posted by jpluimers on 2023/02/09
Getting the latest cloud outages is easy: just follow [Archive] howisthecloud (@howisthecloud) / Twitter
Feeding cloud provider statuses from all over the Internets. Currently tweeting AWS,SFDC,Heroku,GoogleApps,Azure,Sakura,Rackspace,Pivotal statuses. By
I used it to keep an eye on the december 2021 US-EAST-1 AWS outage I wrote about in Does it still hold: “Never keep anything important on AWS in US-EAST-1”?.
–jeroen
Posted in Amazon.com/.de/.fr/.uk/..., AWS Amazon Web Services, Azure Cloud, Cloud, Infrastructure, Uncategorized | Leave a Comment »
Posted by jpluimers on 2022/12/29
Reminder to self: even opnieuw in het archief stoppen begin januari.
[Wayback/Archive] Terugkijken | NPO Radio 2
–jeroen
Posted in Uncategorized | Leave a Comment »
Posted by jpluimers on 2022/12/18
Free speech really should be free. To bypass the new censorship regime at twitter, use this URL shortener to link to Mastodon or other censored destinations
Jack didn’t understand the new rules either:
–jeroen
Posted in Uncategorized | Leave a Comment »
Posted by jpluimers on 2022/07/29
More than 10 years ago, I wrote about 7 screens; 3 computers; 1 keyboard/mouse to direct them all: Input Director and started with
At home, I have 7 screens on 3 computers on the same desk. That sounds like a clutter, but all these keyboards and mice hooked up to them add even more clutter. Until I found out about Input Direct…
In the mean time, I’ve mainly used a Mac with MacOS as a front-end to virtually logon to remote machines using both the internal display and one or two external monitors.
Especially when doing video (think Covid-19 and especially on-line meetings!) in addition to software development work, this is far from ideal.
So here are some things on my list of potential enhancements to this situation:
tl;dr:
- Windows machines give [Wayback/Archive.is] Garage Mouse without Borders a try
- Windows and Mac try [Wayback/Archive.is] ShareMouse
- Windows, Mac and Linux try [Wayback/Archive.is] Synergy, which requires one computer to act as host (Only host can control mouse/kb across multiple devices).
- Linux try [Wayback/Archive.is] x2x
- Mouse Without Borders: Free and Easy for Windows
- Synergy & Barrier: Smooth and Cross-Platform
- Input Director: Mouse Without Borders Alternative
- Sharemouse: Synergy Alternative
- KVM Switch: The Hardware Option
- (Chrome & Microsoft) Remote Desktop
–jeroen
Posted in Apple, Hardware, Keyboards and Keyboard Shortcuts, KVM keyboard/video/mouse, Mac OS X / OS X / MacOS, Power User, Uncategorized, Windows | Leave a Comment »
Posted by jpluimers on 2022/07/07
Sometimes you want to edit your Windows hosts file.
Next to that it is not in /etc/hosts, but in %windir%\system32\drivers\etc\hosts., you also have to edit it elevated with an elevated Administrator token (see Source: User Account Control – Wikipedia).
The Windows GUI by default runs without that token, and for a keyboard person like me, doing the mouse clicking elevation can be cumbersome especially combined with the unintuitive path to the hosts file.
Basically the below batch file executes this, but than elevated:
start notepad %windir%\system32\drivers\etc\hosts.
So I created a small batch file that does that for me: start notepad as an elevated user opening the correct file.
powershell -command "Start-Process notepad.exe -Verb runas -Args %windir%\system32\drivers\etc\hosts."
I named it edit-hosts-as-administrator.bat, but consider naming it edit-hosts.bat as the elevation is mandatory anyway.
It is based on by blog post Run cmd as elevated user (via: windows – How to run batch file command with elevated permissions? – Super User).
It helped setting up the localghost address explained in my blog post The spookback localghost address to resolve 👻.
That one in turn needed unicode support which I showed last week in Unicode symbols in a batch file – Stack Overflow.
Related:
edit-hosts.bat voor gemaakt die automatisch om Administrator elevation vraagt. Dit is de inhoud ervan: powershell -command "Start-Process notepad.exe -Verb runas -Args %windir%\system32\drivers\etc\hosts." Veel plezier ermee!… “start | Microsoft DocsStart-Process (Microsoft.PowerShell.Management) – PowerShell | Microsoft Docs–jeroen
Posted in Uncategorized | Leave a Comment »
Posted by jpluimers on 2022/03/04
Helaas is de belangrijkste beperkende voorwaarde dit:
Ik ben een senior, maar laat geen eengezinswoning van Stek achter. Kan ik wel gebruik maken van voorrang voor senioren?
Wanneer u geen eengezinswoning van Stek of 4 kamerappartement in Noordwijk achterlaat, is het niet mogelijk voorrang te krijgen. Wel kunt u reageren op de woningen die op Huren in Holland Rijnland staan. Mochten er geen kandidaten zijn die via ons seniorenbeleid voorrang krijgen, gaan wij verder met de kandidatenlijst en maakt u dus alsnog kans!
Via [Archive.is] Gemeente Teylingen – Doorstroming woningen | Facebook:
Posted in Uncategorized | Leave a Comment »
Posted by jpluimers on 2022/02/13
For my link archive: [Archive] Hoge Raad opent weg voor massaclaim woekerpolissen
–jeroen
Posted in Uncategorized | Leave a Comment »
Posted by jpluimers on 2022/02/04
Ik schrok even toen ik in een uittreksel van het kadaster de aanuiding “Hyp4 2228/40 Leiden” vond: was de hypotheek niet afbetaald?
Toch wel: de aanduiding “Hyp4” gaat over eigendommen, niet over hypotheken. Er was geen “Hyp3” aanduiding bij dit perceel, dus de hypotheek was afbetaald en doorgehaald bij het Kadaster.
– Onder de aanduiding “Hyp4” vind je aktes die ten grondslag liggen aan het kadastraal bericht. Het betreft vooral aktes over verkoop en voorlopige verkoop, splitsing, ruil en herverdeling en veiling. Kort gezegd: transportaktes. Je ziet er weergegeven hoe de verkoop van een adres heeft plaatsgevonden, wie daar bij betrokken is geweest en welke prijs er voor is betaald.
– Onder de aanduiding “Hyp3” vind je aktes die ten grondslag liggen aan het hypothecair bericht. Het betreft onder ander hypotheekaktes en beslagaktes. Het gaat kortom in de aktes niet zozeer over het verhandelen van vastgoed maar om bezwaringsaktes, waarmee beperkingen worden opgelegd door derden aan het verhandelen van dat vastgoed door de eigenaar. Je kunt erin lezen wat de bepalingen van de hypotheek zijn of waarom er beslag is gelegd.
–jeroen
Posted in Uncategorized | Leave a Comment »