Some 3 years after ChatGPT was introduced, I wonder if this still holds for current language and knowledge models:
[Wayback/Archive] We come to bury ChatGPT, not to praise it.
Posted by jpluimers on 2025/11/26
Some 3 years after ChatGPT was introduced, I wonder if this still holds for current language and knowledge models:
[Wayback/Archive] We come to bury ChatGPT, not to praise it.
Posted in AI and ML; Artificial Intelligence & Machine Learning, ChatGPT, Development, GPT-3, Software Development | Tagged: ChatGPT | Leave a Comment »
Posted by jpluimers on 2025/11/25
The libc C standard library memcpy function is very fast, but because of that also very dumb and with a list of circumstances where its behaviour is undefined (a great opportunity to introduce vulnerabilities in your code). The specs of those are in [Wayback/Archive] memcpy, memcpy_s – cppreference.com, including:
The behavior is undefined if either
destorsrcis an invalid or null pointer.
With C compilers becoming smarter and smarter, their optimisations can hide the fact that you call memcpy with parameters causing undefined behaviour.
This is a nice example of that: [Wayback/Archive] Fix a crash trying to save an empty AudioStream by hpvb · Pull Request #100422 · godotengine/godot · GitHub
The change is relatively simple, but hardly shows why the change is there. Only one line got changed in [Wayback/Archive] Fix a crash trying to save an empty AudioStream by hpvb · Pull Request #100422 · godotengine/godot · GitHub
Posted in C, Development, Software Development | Tagged: 100422, 97720, 97790 | Leave a Comment »
Posted by jpluimers on 2025/11/25
[Wayback/Archive] Online x86 and x64 Intel Instruction Assembler
The source starts in these two files:
Posted in Assembly Language, Conference Topics, Conferences, Development, Event, Software Development, x64, x86 | Leave a Comment »
Posted by jpluimers on 2025/11/24
Need to check this out:
Query: [Wayback/Archive] pdf editor macos – Google Search
--jeroen
Posted in Apple, Apple Silicon, M1 Mac, Mac, Mac OS X / OS X / MacOS, MacBook, MacBook-Pro, Power User | Leave a Comment »
Posted by jpluimers on 2025/11/24
When I have an external monitor connected to my 2015 era Retina MacBook Pro machines, I wanted some apps to appear on the laptop screen and others on the external one.
That was harder than I hoped for as no single solution works in all cases.
What I do now is to make sure the icon bar is on the monitor where I want applications to open. Not perfect, but works for most cases.
Here are some links that helped me:
Posted in Apple, Mac, Mac OS X / OS X / MacOS, MacBook, MacBook Retina, MacBook-Pro, Power User | Leave a Comment »
Posted by jpluimers on 2025/11/22
Voor wanneer de R van Rijkswaterstaat in de maand zit: [Wayback/Archive] Strooikaart | Rijkswaterstaat
Augustus 2025 had de eerste nachtvorst: een maand dan september wat een normale maand is voor die gebeurtenis
Inzoomen op de kaart laat zien:
Voorbeeld:
Posted in cars, LifeHacker, Power User | Leave a Comment »
Posted by jpluimers on 2025/11/22
Trilveen 2026 is op 9 mei. De inschrijving is bijna gesloten: Trilveen Festival 2026 | Muzikaal feest voor de blaasmuziek
Avondprogramma staat al vast – twee gerenommeerde orkesten die hun complete WMC-programma laten horen:
In 2025 deden overdag volgens [Archive] Trilveen Festival | KunstGreep Oostzaan | deze orkesten mee:
Posted in LifeHacker, Music, Power User | Leave a Comment »
Posted by jpluimers on 2025/11/20
A longer while I ago, I could not find a URL that would bring up the BKSY post pop-up.
A while ago, I found out there is a compose intent URL: you can even add a text parameter with URL-encoded content!
[Wayback/Archive] Cory LaViska: “ooh you can create intent links for Bluesky” — Bluesky
[Wayback/Archive] bafkreig4tmnf44akrfnqvuvinsj6pkg4zsosu5uivwpgqypkpgree247xq@jpeg (1000×425)
The below queries revealed various other posts indicating the same:
Posted in Development, Encoding, HTML, Software Development, URL Encoding, Web Development | Leave a Comment »