Archive for the ‘Development’ Category
Posted by jpluimers on 2024/12/03
Het gebruik van Bitly is netjes vermeld: [Wayback/Archive] Privacyverklaring | Mazda
Bitly: URL-verkortingsdienst en linkbeheerplatform; dienstverlener: Bitly, Inc, 139 Fifth Avenue, 5th Floor, New York, NY 10010, USA; website: https://bitly.com; privacybeleid: https://bitly.com/pages/privacy.
Dat is belangrijk, want URL-shorteners zijn een risico op bijvoorbeeld:
- De daadwerkelijke doel-URL is niet op voorhand zichtbaar of duidelijk
- De doel-URL kan achteraf worden gewijzigd, dus waar je nu op uitkomt is niet noodzakelijkerwijs waar je in de toekomst op uitkomt
- Er kan user-tracking plaatsvinden op het niveau van de URL-shortener
- Ze worden veel gebruikt om malware te verpreiden (juist ook omdat de doel-URL makkelijk aanpasbaar is)
- In veel omgevingen worden URL-shorteners om bovenstaande redenen geblokkeerd
--jeroen
Posted in Development, GDPR/DS-GVO/AVG, LifeHacker, Power User, Privacy, Web Development | Leave a Comment »
Posted by jpluimers on 2024/12/03
Fron a while ago but still relevant [Wayback/Archive] Is it Pokémon or Big Data?.
It is a cool experiment to test your own knowledge or for fun to assess recruiters or candidates (;
And it is open source too:
Read the rest of this entry »
Posted in Cloud, Cloud Development, Conference Topics, Conferences, Development, Event, Fun, Infrastructure, LifeHacker, PokemonGo, Power User, Software Development | Tagged: bigdata | Leave a Comment »
Posted by jpluimers on 2024/11/28
Ordered because all of a sudden, my scanner would only charge over USB, but not connect to any computer any more over USB (likekly because the Micro-USB connector on the mainboard was broken which is odd after just a few 100 inserts which is odd as it should last 10k+ cycles according to USB hardware – Wikipedia) [WaybackSave/Archive] SCANSNAP iX100 SCANNER REPAIR MANUAL – PFU Ricoh Store.
It costs only USB 0.00, so I hope they will send it outside of the USA.
When ordering, you have to agree with these:
When I don’t receive the manual, hopefully the translated version of this video will be of help: [WaybackSave/Archive] Reparación Scanner Fujitsu ScanSnap – Puerto De Carga Micro USB – YouTube -> Fujitsu ScanSnap Scanner Repair – Micro USB Charging Port – YouTube.
Como me pasa muchas veces esto grabe este video. Me piden que repare algo que ya intentaron reparar de la manera incorrecta.
->
As this happens to me many times, I recorded this video. I am asked to repair something that they already tried to repair incorrectly.
Queries:
--jeroen
Posted in Development, Fujitsu ScanSnap, Hardware, Hardware Development, ix100, Power User, Scanners | Leave a Comment »
Posted by jpluimers on 2024/11/27
The cells for the APC RBC7 and RBC55 UPS battery packs are all the same: 12V varying from 17Ah to 22Ah, has M5 leads for mounting the cables, and dimensions of ~76.5 * 181.5 * 167.5 mm
These cells are collectively named UB12180 but searching that term will get you prices that are not far from the APC ones, and APC wants to charge you an arm and a leg for them (around EUR 75 per cell).
Searching for the individual cell capacity will get you better offers.
Related blog posts:
Some links for finding them; maybe around Black Friday (it’s in a few days: 2024-11-29) I can really good deals:
Read the rest of this entry »
Posted in APC Smart-UPS, Development, Hardware Development, UPS | Tagged: 55 | Leave a Comment »
Posted by jpluimers on 2024/11/27
Posted in Development, Hardware, Internet, IPv4, Network-and-equipment, Power User, Scripting, Software Development | Tagged: cyberwarrior, infosec, networkbasics, networks, networks4hackers, subnetting | Leave a Comment »
Posted by jpluimers on 2024/11/22
Somehow this post missed the schedule and for a long time I forgot to properly checked for “missed schedule” posts.
Back in 2021, suddenly systems with speedtest-cli threw a [Wayback/Archive] ValueError: invalid literal for int() with base 10: ” by tzwickl · Pull Request #768 · sivel/speedtest-cli after accessing the speedtest.net servers.
Around 7-8 April, 2021 the speedtest.net/speedtest-config.php XML configuration suddenly had changed the value for the XPath expression /settings/server-config/@ignoreids from being a list of integers into empty, see the archived files below.
Read the rest of this entry »
Posted in Development, JavaScript/ECMAScript, Python, Scripting, Software Development, XML/XSD, XPath | Tagged: 768, 769 | Leave a Comment »
Posted by jpluimers on 2024/11/21
Still relevant: [Wayback/Archive] The Twelve-Factor App and [Wayback/Archive] 12 Fractured Apps — Medium
Once Docker hit the scene the benefits of the 12 Factor App (12FA) really started to shine. For example, 12FA recommends that logging should be done to stdout and be treated as an event stream. Ever run the docker logs command? That’s 12FA in action!
Via
–jeroen
Posted in Back-End Development, Cloud Development, Communications Development, Conference Topics, Conferences, Deployment, Developing scalable systems, Development, DevOps, Distributed Computing, Event, Software Development | Leave a Comment »