The Wiert Corner – irregular stream of stuff

Jeroen W. Pluimers on .NET, C#, Delphi, databases, and personal interests

  • My badges

  • Twitter Updates

  • My Flickr Stream

  • Pages

  • All categories

  • Enter your email address to subscribe to this blog and receive notifications of new posts by email.

    Join 1,854 other subscribers

Archive for the ‘Development’ Category

macos – How can I update everything installed through Homebrew after OSX upgrade? – Ask Different

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–greedyAlso include outdated casks with auto_updates true or version :latest. –greedy-latestAlso include outdated casks including those with version :latest. –greedy-auto-updatesAlso 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: | Leave a Comment »

evilsocket/jscythe: Abuse the node.js inspector mechanism in order to force any node.js/electron/v8 based process to execute arbitrary javascript code.

Posted by jpluimers on 2025/02/13

This is based on SIGUSR1, so means you need to run as the same user on the same local system, but it can be used for interesting techniques like extending node.js/electron based applications beyond what they were designed for.

[Wayback/Archive] evilsocket/jscythe: Abuse the node.js inspector mechanism in order to force any node.js/electron/v8 based process to execute arbitrary javascript code.

The behaviour has been documented and was known for a long time: [Wayback/Archive] sigusr1 node.js – Twitter Search.

It got my attention because of [Wayback/Archive] Simone Margaritelli on Twitter: “You can force any v8/Electron process to execute arbitrary js code (child_process, http, etc) by forcefully enabling and abusing the builtin debug mechanism … here’s VS Code executing Calc, but I suspect any Electron app is susceptible 🔥 it works with SIP enabled on macOS”

Read the rest of this entry »

Posted in Development, JavaScript/ECMAScript, Scripting, Software Development | Tagged: | Leave a Comment »

The Search Engine for Vintage Computers: FrogFind!

Posted by jpluimers on 2025/02/12

[Wayback/Archive] FrogFind! (archived as “Server Error”, but working fine on my end) and [Wayback/Archive] FrogFind!

FrogFind!

a pixelated cartoon graphic of a fat, lazy, unamused frog with a keyboard in front of them, awaiting your search query

The Search Engine for Vintage Computers

 

Leap to:
Built by Action Retro on YouTube | Logo by Mac84 | Why build such a thing?Powered by DuckDuckGov1.2

More information at [Wayback/Archive] About FrogFind!

Based on [Wayback/Archive] GitHub – fivefilters/readability.php: PHP port of Mozilla’s Readability.js and DuckDuckGo.

--jeroen

Posted in Development, LifeHacker, PHP, Power User, Retrocomputing, Scripting, SearchEngines, Software Development, Web Browsers | Tagged: | Leave a Comment »

Since covariance and especially contravariance often give me headaches (especially with Action and Func), some links

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 »

#inclusion #accesibility: List of emoticons: Unicode characters – Wikipedia #a11y

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 »

Payload Box

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 »

Notities Warmink / Wuba staande klok met drie melodieëen en wijzers voor minuten+uren, seconden, weekdag, maand, maanstand

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 »

Mailen en communiceren zonder Musk en Trump: Cloud Kootwijk – Bert Hubert’s writings

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 »

Stable Diffusion – a Hugging Face Space by stabilityai

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: | Leave a Comment »

Jürgen Schmidhuber on X: “DeepSeek [1] uses elements of the 2015 reinforcement learning prompt engineer [2] and its 2018 refinement [3] which collapses the RL machine and world model of [2] into a single net through the neural net distillation procedure of 1991 [4]: a distilled chain of thought system. …”

Posted by jpluimers on 2025/02/05

[WaybackSave/Archive] Jürgen Schmidhuber on X: “DeepSeek [1] uses elements of the 2015 reinforcement learning prompt engineer [2] and its 2018 refinement [3] which collapses the RL machine and world model of [2] into a single net through the neural net distillation procedure of 1991 [4]: a distilled chain of thought system. …”

followed by a list of references and this graph:

Read the rest of this entry »

Posted in AI and ML; Artificial Intelligence & Machine Learning, DeepSeek, Development, LLM, Software Development | Leave a Comment »