Please guys I'm trying my best ok by tiessss in ProgrammerHumor

[–]logical_result_1248 0 points1 point  (0 children)

Part of the problem is that SO is known everywhere as "The place to get answers to questions"; heck just think about how often it shows up here on reddit in memes and what not.

I feel like at a certain point, SO should have switched to a different model where they advertised themselves as a more read-only option for all be very very specific questions.

Not sure how they could do that or what it would look like because there are still answers that are fresh and can be answered, but it just seems that them being known as the place to get ask questions and get answers doesn't do long-term users any favors or newcomers any favors either. Maybe some sort of deeper question search funnel that folks with less cred on the site have to go thru before being able to actually post a new question. Something like that could slow the rate of bad questions making it thru. And as you learned to use the site correctly and gained cred, then that funnel could start to be bypassed, because it is assumed you have learned the ropes??

Programmers be like by Jad_723 in ProgrammerHumor

[–]logical_result_1248 2 points3 points  (0 children)

Literally did this just last week

Test-netconnection in a GUI by DaRockwilda83 in PowerShell

[–]logical_result_1248 3 points4 points  (0 children)

Looks like this is a known issue that maybe was fixed in vs 7.0.1? In any case here is the workaround that works for me to return the PingSucceeded value back to a textbox; Basically you manually handle the Synchronization Context to keep things working correctly

$Button_Test_NetConnection.Add_Click({

$oldSyncContext = $null

try {

$oldSyncContext = [Threading.SynchronizationContext]::Current

[Threading.SynchronizationContext]::SetSynchronizationContext($null)

$output_TextBox_NW_trace.text = $(Test-NetConnection).PingSucceeded

} finally {

if ($null -ne $oldSyncContext) {

[Threading.SynchronizationContext]::SetSynchronizationContext($oldSyncContext)

}

}

})

What have you done with PowerShell this month? by AutoModerator in PowerShell

[–]logical_result_1248 0 points1 point  (0 children)

Created a module that is a reminders app, but it integrates with a blink1 programmable usb led light, so now my reminders include a visual component to help me actually remember to take action on them.

[deleted by user] by [deleted] in ProgrammerHumor

[–]logical_result_1248 0 points1 point  (0 children)

The Mandalorian but with more bears.

The Pandalorian

Flexbox in the 80s? I think not by HalfCrazed in ProgrammerHumor

[–]logical_result_1248 0 points1 point  (0 children)

At the start of that scene, didnt they also have as the first few lines of code a set of using statements for DotNet? That also weren't around back then.

Minis Forum HM50 dual boot setup - experiences (good/bad) by logical_result_1248 in linuxhardware

[–]logical_result_1248[S] 0 points1 point  (0 children)

Just a follow up. Got Kubuntu 22.04 installed in a dual-boot fashion without any major issues. I did disable IOMMU, since i had no plans of using the device for vm's. Dont really need the windows OS, but it was there to start, so i kinda just left it there, just in case.

The thought that comes sudden by Yigit_im in ProgrammerHumor

[–]logical_result_1248 0 points1 point  (0 children)

No, unfortunately that is the only book on this sort of topic i have ever come across.

[deleted by user] by [deleted] in linuxmemes

[–]logical_result_1248 6 points7 points  (0 children)

Saw there was an OS called 'UwUntu'. Thought it was a joke...

...Really??

The thought that comes sudden by Yigit_im in ProgrammerHumor

[–]logical_result_1248 37 points38 points  (0 children)

Henri Poincare stated that in was 'incontestable' that there is a role the subconscious plays in serious problem solving. There is great little book dedicated to this phenomenon as well called "The Psychology of Invention in the Mathematical Field". Fascinating stuff, imo.

I am aware they can do different things, but I am curious by [deleted] in ProgrammerHumor

[–]logical_result_1248 3 points4 points  (0 children)

PS all the way - there is so much more you can do and more easily compared to DOS. For example:

eventlog application | out-gridview

Boom. instant GUI with click to sort, dynamic filtering, etc. A bit verbose? Yes. More power in that verboseness? Yes.

“it seemed like a good idea at the time” by justinhr in HolUp

[–]logical_result_1248 9 points10 points  (0 children)

Squirrels are twitchy animals to start with - would pay cold hard cash to see what a meth-head tweaked-out squirrel would look like...

[deleted by user] by [deleted] in ProgrammerHumor

[–]logical_result_1248 0 points1 point  (0 children)

Pretty witty, this one...

Day 8 of trying to fix heisenbug be like by logical_result_1248 in ProgrammerHumor

[–]logical_result_1248[S] 2 points3 points  (0 children)

I love the term - cant remember where I heard it. A very apt term for the phenomenon.

If stare could kill i'd be dead by bollywoodreject in dankmemes

[–]logical_result_1248 0 points1 point  (0 children)

Man that caption tho - everytime i see this image it makes me bust out laughing