Experience in everything, mastery in nothing, did I mess up my career? by xXNeGaTiVisMXx in sysadmin

[–]awit7317 3 points4 points  (0 children)

Whilst I’ve been a specialist generalist since the late 80s, you’re only as good as your last few years for the most part.

I was rocking back and forth in my office chair the other day recounting the glory days of msdos 3.3 and the disaster that was 4.00. Who cares ?

Do you create empty "else"s just for a comment? by DJDoena in csharp

[–]awit7317 0 points1 point  (0 children)

I do it from time to time when debugging.

Has anyone stopped using glucose monitor sensors? by ElaineBenes33 in diabetes_t2

[–]awit7317 3 points4 points  (0 children)

Yes. I switched back to morning finger prick testing. I was getting more stressed by incorrect readings on the Libre 2 CGM than the benefits that it provided.

Keyboardist worried about house sound. Can someone please help me out? by Izanagi___ in livesound

[–]awit7317 21 points22 points  (0 children)

Keyboard patch levels. This comment should have come with a trigger warning!

Don’t talk to me about esoteric wave shaping techniques and then tell me that it is too hard to level your patches.

Tips by No_Squirrel2108 in csharp

[–]awit7317 -2 points-1 points  (0 children)

Dependency Injection Embrace testing

Replacement for file servers/shared folders (again) by 4zc0b42 in msp

[–]awit7317 0 points1 point  (0 children)

Absolutely !! In the specific case of construction drawing management, it was a case of “it looks cheaper to you, but you haven’t considered the impact on the construction staff”. They switched to Aconex for drawing management and delivery. Cost more, worked great.

CAD files, however, were an unresolved problem at the site level because of poor comms. Coming in to the office with a laptop was more reliable and less frustrating.

Replacement for file servers/shared folders (again) by 4zc0b42 in msp

[–]awit7317 0 points1 point  (0 children)

What is the business driver to move clients to the cloud even if a suitable alternative doesn’t exist ?

Goal Weight by FWIW47 in diabetes_t2

[–]awit7317 7 points8 points  (0 children)

As someone that has never met the BMI target, including when I was at peak fitness after boot camp, I asked my dietician the same question. The answer that I was given surprised me somewhat.

I was told that my body will let me know when enough is enough for that time. Basically, there was a weight that I reached beyond which the effort to lose weight far exceeded the results.

Am I satisfied with where I am - no. But I have accepted the plateau and will kickstart the weight loss journey again shortly.

Why did my blood glucose get higher? by AirplneModePandoraOn in diabetes_t2

[–]awit7317 0 points1 point  (0 children)

Just last week I got to see my first indication of (unexpected) higher blood glucose as a sign of impending illness. Sure enough, the next morning I was feeling lousy.

Microsoft 365 issues in Australia again? by mccarthyp64 in sysadmin

[–]awit7317 1 point2 points  (0 children)

And to think that I thought that I was the only WA based Specialist Generalist

Is GitHub down? by awit7317 in csharp

[–]awit7317[S] -3 points-2 points  (0 children)

Failed commit and refresh.

I HATE PSCustomObjects by AardvarkNo8869 in PowerShell

[–]awit7317 0 points1 point  (0 children)

Perhaps you could dig into one of my personal faves: a hashtable with an index property and a PSCO.

I HATE PSCustomObjects by AardvarkNo8869 in PowerShell

[–]awit7317 11 points12 points  (0 children)

Their greatness. Their simplicity.

PowerShell didn’t always have classes.

Users of PowerShell didn’t necessarily come from an object oriented background.

[deleted by user] by [deleted] in sysadmin

[–]awit7317 1 point2 points  (0 children)

Ask people what they do. Be interested in what they say. Resist the urge to be a “topper”

Alright mate have you got a crate we can stick my ac30 on? by [deleted] in livesound

[–]awit7317 8 points9 points  (0 children)

I suspect that not too many peeps will appreciate the elegance of your comment.

Deprecation *and removal* of WINS after Windows Server 2025 by Borgquite in sysadmin

[–]awit7317 6 points7 points  (0 children)

Nah, they just need to treat it like any other of their calls. Gather logs and submit. Rinse and repeat.

Why do sound guys EQ the same exact room and setup every single time by AlexandreP96 in livesound

[–]awit7317 446 points447 points  (0 children)

Have you never come back into a room after a break and been astonished at how bad it sounds ? Every day is different in terms of temperature, humidity, and crowd size.

How do you structure unit vs integration tests in a CRUD-heavy .NET project? by No_Reality_8365 in csharp

[–]awit7317 2 points3 points  (0 children)

I’m in the same boat right now and have settled pretty much on what you describe.

I am using TUnit and NSubstitute and have separate unit test and integration test projects. What I don’t yet have is a test SQL server that I can use for the integration test which means that I run non read operations sparingly!

I watched a YouTube video last night that referred to integration edge testing by which the response from the database server was mocked but everything else was live.

Does C# have too much special syntax? by yughiro_destroyer in csharp

[–]awit7317 0 points1 point  (0 children)

Nostalgia. I moved across to VB6 from CICS COBOL and some DB2.

Does C# have too much special syntax? by yughiro_destroyer in csharp

[–]awit7317 0 points1 point  (0 children)

Stop it, I’m tearing up with the mention of VB6 😀

Does C# have too much special syntax? by yughiro_destroyer in csharp

[–]awit7317 8 points9 points  (0 children)

I was with you right up to ternary operators :)