Things that please you...

A few things please me immensly today:

1.) The decrease in total running time of a batch job after fixing some bottlenecks:

View attachment 1444733

2.) Bonus in December :thumbsup:
Awesome, that’s a massive improvement. Had similar last week. A server issue caused jobs that normally run for 6hrs to run for 24hrs causing huge stress on my final work week for the year. After spending 2 days optimising without results, a reboot now has those jobs running in 3 hours and me on leave without any worries. No bonus though.
 
This little script to firewall block all (.exe in this case) files in a folder & subdirectories.

Code:
@ setlocal enableextensions
@ cd /d "%~dp0"

for /R %%f in (*.exe) do (
  netsh advfirewall firewall add rule name="Blocked: %%f" dir=out program="%%f" action=block
)
pause

 
Busy with a small DIY project and having to do 9/10 steps with one tool. Like rewiring a plug that uses a flathead screwdriver for both the housing and the terminal screws. Bliss.

Side note; I detest when working on my car and I need a 10mm spanner to take this cover off, then a 5mm Allen key to remove the bracket beneath it, followed by a T5 Torx bit holding the coolant bottle, only to follow up with a M12 triple square to undo the engine mounting I was initially after. Fscking Germans! Make up your minds!:mad:
 
No power since 8pm last night. Thanks Eskom, keep up the good work. :love: Merry Christmas
 
Top
Sign up to the MyBroadband newsletter
X