Dustin Briles

3 Followers
35 Following
93 Posts
Turning things off and back on again
at https://semwealth.com
I dig: apologetics, programming, music, and 日本語を学んでいる. Love God, love people.
Twitter@elpatokamo

It's been a while, but I am still going through the #OSSU curriculum (https://github.com/ossu/computer-science)!

Recently finished calculus and have a new blog post up: https://dustinbriles.com/ossu-blog-8-calculus/

GitHub - ossu/computer-science: 🎓 Path to a free self-taught education in Computer Science!

🎓 Path to a free self-taught education in Computer Science! - ossu/computer-science

GitHub

Why does C# and .NET involve so. much. ceremony?

I feel like I spend 75% of the time setting up to do what I want to do instead of just doing it.

And this is just an Azure Function... Not sure I'd make it as an enterprise C# dev 😂

@Unlogic @codemonkeymike I've heard good things about Svelte in general. When I went hard into learning web dev I chose Vue (v3 had just been released) because IIRC Svelte was too immature at the time
@PetterOfCats I'll push back on the idea that they don't solve an actual problem. I think they definitely solve problems. I agree on complexity though. We've tried to give web apps the same capabilities as native apps and the way it all came to be involves a mess of code complexity IMO
2. I think the command should be something other than "sudo". Maybe "wsudo"? This Windows version of sudo is fundamentally different enough that it should have a different name. There's already prior precedent for this, e.g. ifconfig vs. ipconfig (2/2)

Initial thoughts on sudo for Windows (https://devblogs.microsoft.com/commandline/introducing-sudo-for-windows/):

1. Don't like the UAC prompt every time you use sudo. I understand the internals of Windows are different than *nix operating systems and so it might not be possible to get around UAC without severely compromising security

(1/2)

Introducing Sudo for Windows!

Introducing Sudo for Windows We’re excited to announce the release of Sudo for Windows in Windows 11 Insider Preview Build 26052! Sudo for Windows is a new way for users to run elevated commands directly from an unelevated console session. It is an ergonomic and familiar solution for users who want to elevate a command […]

Windows Command Line
Recently got an old mac mini (for free) and decided it was time to start my home automation journey. Have @homeassistant running in #Proxmox now. Hard to figure out what to do first... I only have a few Google Homes, Chromecasts, and a smart outlet right now. Any recommendations?
Turns out it's also a good day to post this one

https://www.cnn.com/2023/01/29/health/surgeon-general-social-media/index.html

"...pitting adolescents against Big Tech is 'just not a fair fight'. You have some of the best designers and product developers in the world who have designed these products to make sure people are maximizing the amount of time they spend on these platforms. And if we tell a child, use the force of your willpower to control how much time you’re spending, you’re pitting a child against the world’s greatest product designers."

Hard agree.

"What in the world is going on with this weird, unexpected behavior in my #python program??"

"...Oh right, floating point math is a thing"