Benjamin Yu

@moorguard.bsky.social

Great seeing people get into vibe coding on the browser. Many are missing how to test. Three easy tips: - Print variables to console - Break up your code into small functions and run them on their own - Run a debugger

Life saving command to grab a dll version: (Get-Command "C:\path\to\your.dll").FileVersionInfo The value I needed was the product version, but it's such a pain finding the right number for your application. Don't know why we need 3 different numbers for the file, product, nuget you name it

NXDOMAIN is a big point of confusion for software developers - Valid response for DNS - Invalid response for applications (Where's my record?) - Applies to EVERY type of record for the name (NOERROR is the response if just the record is missing)

Taxing digital advertising is an interesting approach to improving people's online experience bogged down from advertising. Tax brackets on advertising can help transform the business model of super scalers without impacting small businesses mitsloan.mit.edu/ideas-made-t...

The case for taxing digital advertising | MIT Sloan

Social media platforms make money off sensational content. Taxing digital ads is one way to encourage different business models, according to two MIT economists.

mitsloan.mit.edu

Cutting the Department of Education takes aim at 15% of education specific funding, mainly benefiting children with disabilities, low income or learning English. Why take away their chance for the American dream? We should be looking at enhancing their skill sets in information technology

Software developers are rewarded for delivering impact. This may come from writing documentation, simplifying a workflow or sharing development approaches with your company. Codifying a brand new solution is often expensive and reserved for the greatest of problems.

US Education is a chimera of 50 systems for 50 states: different standards and outcomes. The federal government provides some guidelines funds specific inequalities like providing school lunches and supporting education for students with disabilities. Is this really what we want to give up?

Does it make sense to make Pennies if it costs more than two Pennie’s to make one? Probably not As a developer, your impact goes beyond the engineering. Your influence spans across the customer experience and the company’s bottom line, which help inform engineering decisions.

As a software developer in a large enterprise, most of your time is focused on design discussion over coding. It's like being an analyst! Software developers need to take collaboration to heart to ensure you're on the right path in driving progress for your team 🚀

Microsoft 365 Copilot chat is your plug-and-play digital assistant. It combs through Teams, emails, documents, and images--and can even write and execute code--to deliver answers you need, with the context that matters. Really cool! I start every venture with Copilot