Archive for the ‘Power User’ Category
Posted by jpluimers on 2026/03/04
Dit is net zo nalatig als de Odildo hack waar alle klantgegevens mee op straat kwamen te liggen: [Wayback/Archive] Odido-router verzamelt analytics van je huishouden
Bevindingen in het kort
- De Odido-router haalt bij een nieuwe WAN-verbinding een bash-script op over een onversleutelde HTTP-verbinding.
- Je kan dit script manipuleren om een root shell op je router te krijgen.
- Als je TLS-verkeer mitm’t zie je analytics-data over de lijn gaan; de scripters hebben TLS-validatie uitgezet (`curl -k`) dus je kan dit ‘versleutelde’ analytics-verkeer inzien.
- Je router stuurt namen en MAC-adressen van devices in je huis door naar Lifemote. Verder deelt het ding de SSID’s en MAC-adressen van WiFi-netwerken in de buurt. En wat analytics-stats over je dataverbruik. Lifemote adverteert met “AI-Powered Home Wi-Fi Solutions for ISPs”. Het voelt wat vies dat zij AI’s gaan trainen met data uit mijn huishouden. Daar vind ik wat van.
--jeroen
Posted in *nix, *nix-tools, bash, bash, Development, ISP, Odido (ex Dutch T-Mobile), Power User, Python, Scripting, Software Development | Leave a Comment »
Posted by jpluimers on 2026/03/04
Finding a reference to DASM while researching yesterday’s post @jpluimers on Twitter: “@b0rk @jilles_com Acids vs bases.”, it felt even more like a trip like memory lane as I had used it in the 1980s on Apple ][ and Apple //e after mainly using EDASM. Lisa and Merlin.
I am glad that it is still alive and kicking with home page at [Wayback/Archive] dasm – macro assembler for 8-bit machines and repository at [Wayback/Archive] dasm-assembler/dasm: Macro assembler with support for several 8-bit microprocessors.
Especially this history section on the home page rang a bell:
- Matthew Dillon started dasm in 1987-1988.
- Olaf “Rhialto” Seibert extended dasm in 1995.
- Andrew “Dr.Boo” Davie maintained dasm in 2003-2008.
- Peter Fröhlich maintained dasm in 2008-2015.
- In 2019, the dasm source code and releases were moved to GitHub.
More links from this trip down memory lane:
Read the rest of this entry »
Posted in //e, 6502 Assembly, Apple, Apple ][, Assembly Language, Development, History, Power User, Software Development | Leave a Comment »
Posted by jpluimers on 2026/03/03
A few years back I tweeted [Wayback/Archive] Jeroen Wiert Pluimers @wiert@mastodon.social on Twitter: “@b0rk @jilles_com Acids vs bases.”

It was a kind of tongue-in-cheek reaction (with a way better picture below) to a very valuable post by b0rk (Julia Evans) on both Twitter and Mastodon [Wayback/Archive] Julia Evans on Twitter: “bases” / [Wayback/Archive] Julia Evans: “bases title: bases # we usually…” – Mastodon for two reasons:
- There are various interpretations of bases
- Octal is very important to educate as errors introduced by its support are hard to spot even if you do know about octal.
Back to Julia’s post:
Read the rest of this entry »
Posted in *nix, *nix-tools, 68k, 8086, Assembly Language, bash, bash, C, C++, Chemistry, Conference Topics, Conferences, Development, EPS/PostScript, Event, Haskell, History, Java, Java Platform, JavaScript/ECMAScript, Jon Skeet, LifeHacker, Mathematics, PDP-11, Perl, PHP, Power User, Python, science, Scripting, Software Development, x86 | Leave a Comment »
Posted by jpluimers on 2026/03/02
Being so used to open PDF files using MacOS Preview – which remembers the last view settings and re-applies that when opening a new document, it took me a while to figure out that in both Adobe Acrobat and Adobe Reader (formerly Acrobat Reader) you have to set it in the preferences using Ctrl-K as explained in [Wayback/Archive] Changing default page view in Adobe Acrobat
When you open a PDF in Adobe Acrobat Reader, the default page view may not be to your liking. For example, it may show a full page when you really need to see part of a page in full width.
…
To change these settings follow the steps below.
- Edit, Preferences (or Control-K).
- Choose Page Display in the Categories section.
- In the Default Layout and Zoom section (top of page), change the Page Layout and Zoom selections to your preference. “100%” and “Fit Page” are most commonly used in the Zoom selection.
- Click OK to save your settings.
Contrary to the above, the defaults for both my Acrobat Reader both the “Paye Layout” and “Zoom” settings were “Automatic”. I just changed the “Page Layout” to “Two-Up” and am much happier now (:
Read the rest of this entry »
Posted in Adobe, Adobe Acrobat, Adobe Reader, Power User | Leave a Comment »
Posted by jpluimers on 2026/02/27
AliExpress aggressive acidic flux solder has remarkably heavy reels:
| Total |
Reel |
Solder |
% Solder/Total |
| 100 gram |
67 gram |
33 gram |
33 % |
| 51 gram |
32 gram |
19 gram |
37 % |
| 20 gram |
10 gram |
10 gram |
50 % |
--jeroen
Posted in DIY, LifeHacker, Power User, Soldering | Leave a Comment »
Posted by jpluimers on 2026/02/27
Reading SubStack via RSS skips the nag screens and other annoying steps.
If you sign in to your.substack.com/feed then you get redirected to your own RSS feed link.
Even easier if you want to read from a link:
- if you see a Subtack URL hosted at
domain.substack.com
- then the accompanying RSS feed URL is
domain.substack.com/feed
Via [Wayback/Archive] Jeroen Baert on Twitter: “Tip voor mensen die substacks lezen: elke substack heeft een RSS-feed onder https:// whatever . substack . com / feed – Inladen in je RSS-lezer, en geen nag screens of gedoe, gewoon de content.”
Related:
Read the rest of this entry »
Posted in Power User, RSS, SocialMedia, Substack | Leave a Comment »
Posted by jpluimers on 2026/02/26
The description of [Wayback/Archive] GitHub – dessant/web-archives: Browser extension for viewing archived and cached versions of web pages, available for Chrome, Edge and Safari is missing Firefox and Opera, but in the meantime the extension is available in these stores for:
As a great example of how to write a browser plugin for all these architectures, it shows how to write this in mostly JavaScript with Vue.js with a tiny bit of play HTML.
Web Archives is a plugin that lets you search either the URL from the current browser tab, or a URL you type, within various archival sites (all Wikipedia links):
Read the rest of this entry »
Posted in Archive Today controversy, archive.is / archive.today, Archiving, Chrome, Development, Edge, Firefox, Internet, InternetArchive, Opera, Power User, Safari, Software Development, WayBack machine, Web Browsers, Web Development | Leave a Comment »