If I ever need to do something with GitLab notifications more than just look at the web-ui:
- [WayBack] GitLab Notification Emails – GitLab Documentation
- [WayBack] Notification settings API – GitLab Documentation
–jeroen
Posted by jpluimers on 2019/03/26
If I ever need to do something with GitLab notifications more than just look at the web-ui:
–jeroen
Posted in Uncategorized | Leave a Comment »
Posted by jpluimers on 2018/11/21
Posted in Uncategorized | Leave a Comment »
Posted by jpluimers on 2018/10/21
TN1150: Describes the physical layout of an HFS Plus volume.
Posted in Uncategorized | Leave a Comment »
Posted by jpluimers on 2018/08/19
So many interesting bits on Windows process behaviour investigations: https://randomascii.wordpress.com/2018/08/16/24-core-cpu-and-i-cant-type-an-email-part-one/
Via Check out @BruceDawson0xB’s Tweet:
Posted in Uncategorized | Leave a Comment »
Posted by jpluimers on 2018/07/29
Posted in Uncategorized | Leave a Comment »
Posted by jpluimers on 2018/07/26
The below code expands %…% for environment variables and $(…) for CSIDL values.
Someday I will find time to convert it to something that does expansion like the $(…) one from the Delphi IDE.
References:
–jeroen
Posted in Uncategorized | Leave a Comment »
Posted by jpluimers on 2018/03/20
Last year I came across this semi-humorous post: [WayBack] Bwahahaha, now that they took your init and replaced it with systemd, they are coming after your ifconfig. Next thing is that they will come after your… – Kristian Köhntopp – Google+
Underneath is a bigger problem: net-tools had been dormant for a long time, which means a lot of people rely on the predictable behaviour – especially by parsing the output for post processing.
Those days are definitely over: net-tools is in more active maintenance now breaking scripts like crazing. So since the foundation of networking on most distributions is now iproute2, it’s better to learn iproute2.
That’s not easy though, so here is some background reading to do:
I got this little translation table from the last link:
program obsoleted by arp ip neigh ifconfig ip addr ipmaddr ip maddr iptunnel ip tunnel route ip route nameif ifrename mii-tool ethtool
–jeroen
Posted in Uncategorized | Leave a Comment »
Posted by jpluimers on 2018/02/23
These are the command-line parameters I assembled to get close to “Ultra” compression from the 7-zip command-line:
"C:\Program Files\7-Zip\7z.exe" a -t7z -m0=lzma2:d1024m -mx=9 -aoa -mfb=64 -md=32m -ms=on -sdel filename archive.7z
This will move filename to archive.7z using maximum compression.
Sometimes this is slightly better than “Ultra” compression from the 7-zip UI, sometimes slightly worse, but never far apart.
via:[WayBack] batch file – 7zip Ultra LZMA2 compression – Stack Overflow
–jeroen
Posted in Uncategorized | Leave a Comment »
Posted by jpluimers on 2018/02/12
For my link archive: [WayBack] Nikon AF modules reference table
Posted in LifeHacker, Power User, Uncategorized | Leave a Comment »
Posted by jpluimers on 2017/12/13
The Intel Intrinsics Guide is an interactive reference tool for Intel intrinsic instructions, which are C style functions that provide access to many Intel instructions – including Intel® SSE, AVX, AVX-512, and more – without the need to write assembly code.
Source: Intel Intrinsics Guide
Via: [WayBack] G+ David Berneda; Nice Intel cpu docs, filter and click items to get detailed descriptions
–jeroen
Posted in Uncategorized | Leave a Comment »