Know why and what you (don’t) measure [Wayback/Archive] Meeting Cartoon # 512 – ANDERTOONS
So, as you can see, customer satisfaction is up considerably since phasing out the complaint forms.
Posted by jpluimers on 2024/10/21
Know why and what you (don’t) measure [Wayback/Archive] Meeting Cartoon # 512 – ANDERTOONS
So, as you can see, customer satisfaction is up considerably since phasing out the complaint forms.
Posted in Awareness, Fun, Meme, Power User | Leave a Comment »
Posted by jpluimers on 2024/10/21
I have a few Anker PowerCore+ 26,800 USB power banks of which one would not show the charger lights any more. This is how to reset these power banks (should also work with other Anker power banks).
Below is how to reset it; after that the charging indicator started functioning again:
Try another outlet. If that doesn’t work, plug it into itself.Take a USB cable and plug that into the output and plug the output into the input. This will reset the battery.
Posted in Hardware, Power User, USB | Leave a Comment »
Posted by jpluimers on 2024/10/18
Important evidence-informed ‘quick read’ guide: [Wayback] Supporting Young People After a Distressing Event.
Via [WaybackSave/Archive] Dr Alys Cole-King on X: “Important advice to support young people after a distressing event. Please read and share our evidence-informed ‘quick read’ guide Thanks @Walrathis @drdomthompson @MikeArmiger @jk__read We sincerely hope this will help. Thoughts and prayers with everyone affected #Southport” which initially only had a screenshot (see below the signature) but later had a co-author provide a link to the PDF.
Without downloading the PDF document, you can view it on-line here: [Wayback PDF View/PDF View].
Link to the PDF view via this thread:
Posted in Awareness, Health, LifeHacker, Power User | Tagged: a11y, Southport | Leave a Comment »
Posted by jpluimers on 2024/10/18
For my link archive, as apparently the history recording for the Windows (not just server) Task Scheduler is disabled [Wayback How can I enable the Windows Server Task Scheduler History recording? – Stack Overflow
- Open an elevated Task Scheduler (ie. right-click on the Task Scheduler icon and choose Run as administrator)
- In the Actions pane (right pane, not the actions tab), click Enable All Tasks History
That’s it. Not sure why this isn’t on by default, but it isn’t.
At the time of writing, I did not have energy to figure out which steps on the console to take to enable this history.
Posted in Power User, Windows, Windows 10, Windows 11, Windows 7, Windows 8, Windows 8.1 | Leave a Comment »
Posted by jpluimers on 2024/10/17
LLM are just statistic text generators which depend on the texts they have been trained which and alleviating this usually makes things worse: [Wayback/Archive] AI generates covertly racist decisions about people based on their dialect | Nature
Related:
Of course these issues are not limited to natural language LLM: artificial computer language LLM are also full of training issues that are likely very hard to resolve. What if covert organisations succeed poisoning LLM platforms with malicious code?
Via
Posted in AI and ML; Artificial Intelligence & Machine Learning, Conference Topics, Conferences, Development, Event, LLM, Software Development | Leave a Comment »
Posted by jpluimers on 2024/10/17
Interesting series of tweets about what to harden your application for in a reply to [Wayback/Archive] Kris on Twitter: “On a scale of 1-8, how pessimistic is your code? “Write code to provision a Google Chrome Extension for an end users Mac.”” which I saved to [Wayback/Archive] Thread by @isotopp on Thread Reader App (actually the scale is 1-9):
Extensions are stored in a 32 letter directory in the user profile in the Extensions directory.
i.e.
/Users/kris/Library/Application Support/Google/Chrome/Default/Extensions/<32letters>
- The User has set up their Mac so that their home directory is not in /Users.
- The User has set up their Mac so that the home directory name is different from their login user name.
- The User has multiple user profiles in Chrome, so that the path is not
$HOME/Library/Application Support/Google/Chrome/Default, but some other profile directory.- The target profile is not “
Default“.- The target name is not a directory, but a symlink to some interesting system config file or directory instead.
- The target name already exists, and is a file, not a directory.
- The target name is a file, and has permissions set to
000(chmod a-rwx).- The file has an ACL that denies deletion to the user.
$ chmod +a "$USER deny delete" <32chars>- The file has been
chflags‘ed toschg(immutable; irrevocable, unless the machine is rebooted to single user mode).
The above idea was for Chrome Extensions, so the below links are relevant, but it could be extended to any installer use case.
–jeroen
Posted in Development, Software Development | Leave a Comment »
Posted by jpluimers on 2024/10/16
So relatable: [Wayback/Archive] Five Geek Social Fallacies – Plausibly Deniable
Via: [Wayback/Archive] Ian Coldwater 📦💥 on X: “It has come to my attention that there are younger folks who haven’t heard of Five Geek Social Fallacies. It was written in 2003 and the social dynamics stay real. Once you read it, you’ll see them everywhere.”
--jeroen
Posted in Awareness, Conference Topics, Conferences, Development, Event, Geeky, Inclusion / inclusive society | Leave a Comment »
Posted by jpluimers on 2024/10/16
On my list of things to look at via [Wayback/Archive] “AutoLogonSID” – Google Search:
Posted in Conference Topics, Conferences, Development, Event, Power User, Security, Software Development, Windows, Windows 10, Windows 11, Windows 7, Windows 8, Windows 8.1, Windows Development | Leave a Comment »
Posted by jpluimers on 2024/10/15
[Wayback/Archive] Accessibility Myths has great debunks.
Quite a few of them are phrased with a web perspective in mind. That’s just because of prevalence. These myths are there on native platforms (mobile, Windows, MacOS and Linux) as well and can be debunked in the same way.
Similar myths are even there for real life: accessibility of buildings, signage, streets, you name it are just that and can be debunked with common sense.
An inclusive society actually is cheaper than a exclusive one, as it benefits everyone. The same holds for your software.
Related: [Wayback/Archive] Learn Accessibility | web.dev
Via:
--jeroen
Posted in accessibility (a11y), Awareness, Development, Hardware Development, Inclusion / inclusive society, Power User, Software Development | Leave a Comment »
Posted by jpluimers on 2024/10/15
A while ago I downloaded some internal tooling that required vcredist140.dll (and related DLLs).
From the name you cannot see if that is a 32-bit (x86) or 64-bit (x64) dependency so you often have to trial and error to figure out which one you need.
I adopted some winget package install command-lines with package IDs current at the time of writing this blog post; similar should be available at the time of publication:
Posted in .NET, C++, Development, Software Development, Visual Studio 2015, Visual Studio 2017, Visual Studio 2019, Visual Studio 2022, Visual Studio and tools, Visual Studio C++ | Leave a Comment »