Archive for the ‘Software Development’ Category
Posted by jpluimers on 2024/07/30
I love the new title-text for the 2018 “Clippy” picture at [Wayback/Archive] CrazyMyra: “After AI took his job as an online assistant, Mr Clippy was obliged to seek work in other sectors…” – beige.party
A metal toilet paper holder in a corner od a bathro,with an empty roll, that looks similar to a large paperclip
Read the rest of this entry »
Posted in AI and ML; Artificial Intelligence & Machine Learning, Conference Topics, Conferences, Development, Event, Fun, History, JavaScript/ECMAScript, LifeHacker, LLM, Meme, Office, Power User, Scripting, Software Development, Web Development, Windows | Leave a Comment »
Posted by jpluimers on 2024/07/27
Mentioned this on various social media already yesterday, as then suddenly – even for EU users, which is against their GDPR regulations – Twitter turned on data sharing with Grok AI of your Twitter data at x.com/settings/grok_settings (direct settings link) without given prior warning at all

[Wayback/Archive] GTarqIOWEAAs4jy.png (768×290)
I got this default setting despite living in The Netherlands and Twitter knowing that:
Read the rest of this entry »
Posted in AI and ML; Artificial Intelligence & Machine Learning, Development, GDPR/DS-GVO/AVG, LLM, Power User, Privacy, SocialMedia, Software Development, Twitter | Leave a Comment »
Posted by jpluimers on 2024/07/25
A few years ago I asked for some help figuring out what to whitelist so that winget can update its sources and install packages.
This is how I found out.
The queste started with [Wayback/Archive] Need help trying to figure out what domains/IPs to whitelist for installing packages · Discussion #2304 · microsoft/winget-cli
Read the rest of this entry »
Posted in Batch-Files, Development, Firewall, Fritz!, Fritz!Box, Hardware, Network-and-equipment, Power User, Scripting, Software Development, Windows, Windows 10, Windows 11, winget | Leave a Comment »
Posted by jpluimers on 2024/07/24
If even companies that normally charge a fukcton of money* to advise the obvious gets it, why are so many still falling for it?
[Wayback/Archive] Goldman Sachs: AI Is Overhyped, Wildly Expensive, and Unreliable
“Despite its expensive price tag, the technology is nowhere near where it needs to be in order to be useful for even such basic tasks”
Via [Wayback/Archive] tldr.nettime – tante: “”What this means in plain Engl…”
“What this means in plain English is that one of the largest financial institutions in the world is seeing what people who are paying attention are seeing with their eyes: Companies are acting like generative AI is going to change the world and are acting as such, while the reality is that this is a technology that is currently deeply unreliable and may not change much of anything at all.”
(Original title: Goldman Sachs: AI Is Overhyped, Wildly Expensive, and Unreliable)
- do I really need to mention the USD 4 million contact for figuring out that for NYC, putting garbage bags on OTTO garbage wheelie bins would on the streets would work better than putting plain garbage bags on the streets?
Read the rest of this entry »
Posted in AI and ML; Artificial Intelligence & Machine Learning, Development, LLM, Software Development | Leave a Comment »
Posted by jpluimers on 2024/07/23
Posted in *nix, *nix-tools, cron, Development, Hardware Development, Linux, Power User, Python, Raspberry Pi, Scripting, Software Development | Leave a Comment »
Posted by jpluimers on 2024/07/17
Earlier this week there were only three sponsors for [Wayback/Archive] sebres (Sergey G. Brester) · GitHub.
You might think “Why is this important?”.
Sergey is the single maintainer of fail2ban, the open source project that protects countless (likely a majority) of public facing servers facing on the Internet.
Please don’t let fail2ban become another XZ Utils and support Sergey: we don’t want the project to become unmaintained, or worse: being backdoored like XZ was.
[Wayback/Archive] Sponsor @sebres on GitHub Sponsors · GitHub
The fail2ban repository is at [Wayback/Archive] GitHub – fail2ban/fail2ban: Daemon to ban hosts that cause multiple authentication errors
Via [Wayback/Archive] dee 🏳️⚧️: “fail2ban has one core maintain…” – Grafana Social
fail2ban has one core maintainer github.com/fail2ban/fail2ban and he has only 3 Github sponsors github.com/sebres
WTF
I can’t even comprehend how many servers are protected by fail2ban, how many compromises are avoided, how many people who run hobby things all the way up to major sites that get to sleep soundly every night… because of this single project.
Related: XZ 5.6.x are backdoored and present in many systems: downgrade to 5.4.x or earlier now; consider libarchive compromised until proven otherwise
--jeroen
Read the rest of this entry »
Posted in Development, Python, Scripting, Software Development | Leave a Comment »
Posted by jpluimers on 2024/07/17
The feature reminds me on how archive.today saves content.
Both the zhot and tweetzhot repositories are on my list of tools to try. They might make writing blog posts easier.
They are both based on [Wayback/Archive] puppeteer/puppeteer: Headless Chrome Node.js API
…
Puppeteer is a Node library which provides a high-level API to control Chrome or Chromium over the
DevTools Protocol. Puppeteer runs
headless by default, but can be configured to run full (non-headless) Chrome or Chromium.
…
It demonstrates headless browser usage and can for instance:
- Generate screenshots and PDFs of pages.
- Crawl a SPA (Single-Page Application) and generate pre-rendered content (i.e. “SSR” (Server-Side Rendering)).
- Automate form submission, UI testing, keyboard input, etc.
- Create an up-to-date, automated testing environment. Run your tests directly in the latest version of Chrome using the latest JavaScript and browser features.
- Capture a timeline trace of your site to help diagnose performance issues.
- Test Chrome Extensions.
Note any headless browser will have some trouble rendering single-page applications.
Repositories:
Read the rest of this entry »
Posted in Chrome, Chrome, Development, Google, JavaScript/ECMAScript, Power User, Puppeteer, Scripting, Software Development, Web Browsers | Leave a Comment »