Archive for the ‘Development’ Category
Posted by jpluimers on 2025/02/13
[Wayback/Archive] macos – How can I update everything installed through Homebrew after OSX upgrade? – Ask Different
A
Use the command brew upgrade in the terminal to update all of the packages.
C
brew upgrade --cask not updated my excited packages like Flutter. using brew upgrade --g will be preferred as mentioned in Manpage : –g, –greedy: Also include outdated casks with auto_updates true or version :latest. –greedy-latest: Also include outdated casks including those with version :latest. –greedy-auto-updates: Also include outdated casks including those with auto_updates true.
C
Casks are not upgraded because of their internal auto-update capabilities and the conflict in these two auto-update mechanisms. See more details on docs.brew.sh/…
So if you want to upgrade casks as well, then run this (but read the warnings below first):
Read the rest of this entry »
Posted in Apple, Development, Home brew / homebrew, Power User, Software Development | Tagged: 17427 | Leave a Comment »
Posted by jpluimers on 2025/02/12
For my reading list (will likely be extended in the future) as covariance and especially contravariance often give me headaches (even after all these years of C#):
Read the rest of this entry »
Posted in .NET, C#, Development, Software Development | Leave a Comment »
Posted by jpluimers on 2025/02/11
A lot of forum software (not just on retro computing or history) embed image smileys in their messages translated from text-smileys.
It seems they missed that a lot of them have made their way into Unicode, making it not just easier to display but also a lot easier for visually impaired.
So, please software developers, use the Unicode characters whenever possible.
Here is a good start
--jeroen
Posted in accessibility (a11y), Awareness, Development, Inclusion / inclusive society, Software Development | Leave a Comment »
Posted by jpluimers on 2025/02/11
For my link archive: [Wayback/Archive] Payload Box.
It has lots of examples on payloads for various kinds of injections that are excellent teaching material.
Covered are Cross Site Scripting (XSS), SQL Injection, Server Side Template Injection, RFI/LFI, Command Injection, CSV Injection, Directory, Open Redirect and XML External Entity (XXE) Injection.
Got there when inspired by:
Read the rest of this entry »
Posted in Blue team, Database Development, Development, Power User, Red team, Security, Software Development, SQL, Web Development | Leave a Comment »
Posted by jpluimers on 2025/02/10
Inn de basis een door mijn opa gebouwde opwindbare (3 gewichten) Warmink Wuba triple chime – Westminster, St. Michael, Whittington clock.
Die liep nauwelijks meer, en sloeg zowel geen melodie meer, maar ook geen uursignaal meer.
Hieronder links die me hielpen met uitzoeken wat er van dit merk nog bestond en kennis aanwezig is.
Read the rest of this entry »
Posted in About, Development, DIY, Encoding, LifeHacker, Mojibake, Personal, Power User, Software Development | Leave a Comment »
Posted by jpluimers on 2025/02/06
Hopelijk lukt dit iemand van de grond te krijgen, maar het zal wel stranden in regelgeving (net als GPT-NL wat tegen licentieproblemen aan loopt¹ en GEITje – wat vanwege licentieproblemen uit de lucht gehaald is ²) [Wayback/Archive] Mailen en communiceren zonder Musk en Trump: Cloud Kootwijk – Bert Hubert’s writings.
Via onder meer:
Read the rest of this entry »
Posted in Cloud, Communications Development, Development, eMail, Infrastructure, SocialMedia, Software Development | Leave a Comment »
Posted by jpluimers on 2025/02/06
I’m anxious to see how some 2.5 years after the introduction, Stable Diffusion has evolved.
By then, you could run it either on-line at for instance [Wayback/Archive] Stable Diffusion – a Hugging Face Space by stabilityai:
Stable Diffusion DemoStable Diffusion is a state of the art text-to-image model that generates images from text.
or run it yourself if your GPU was powerful enough by using the base repository [Wayback/Archive] CompVis/stable-diffusion or one of the many forks: [Wayback/Archive] Forks · CompVis/stable-diffusion (back then some 1.4k!)
The original announcement was [Wayback/Archive] Stable Diffusion Public Release — Stability.Ai.
Read the rest of this entry »
Posted in AI and ML; Artificial Intelligence & Machine Learning, Development, Python, Scripting, Software Development | Tagged: stablediffusion | Leave a Comment »