HN user

jongalloway2

1,810 karma

[ my public key: https://keybase.io/jon_galloway; my proof: https://keybase.io/jon_galloway/sigs/3g5o60xAOls_icmBCDLxOSIZXECa0HB_Lx3aO-GFAp8 ]

Posts50
Comments317
View on HN
github.com 1mo ago

OpenClaw Windows Hub

jongalloway2
2pts0
commandline.microsoft.com 1mo ago

Disposable agents, durable memory: The architecture behind Squad

jongalloway2
3pts0
devblogs.microsoft.com 1mo ago

Intelligent Terminal 0.1

jongalloway2
29pts17
javaevolved.github.io 5mo ago

Java.evolved: Java has evolved. Your code can too

jongalloway2
67pts36
devblogs.microsoft.com 6mo ago

We Synchronize .NET's Virtual Monorepo

jongalloway2
4pts0
devblogs.microsoft.com 2y ago

.NET Aspire: Simplifying Cloud-Native Development with .NET 8

jongalloway2
30pts4
www.audacityteam.org 2y ago

Audacity 3.4

jongalloway2
231pts119
devblogs.microsoft.com 5y ago

.NET 6 Preview 1

jongalloway2
39pts5
benchmarksgame-team.pages.debian.net 7y ago

C# .NET Core versus Java Fastest Programs

jongalloway2
2pts1
www.hanselman.com 8y ago

Running ASP.NET Core on GoDaddy's Cheapest Shared Linux Hosting

jongalloway2
32pts2
github.com 8y ago

NET Core Alpine Image Ready for Testing

jongalloway2
2pts0
www.mono-project.com 8y ago

Hello WebAssembly

jongalloway2
189pts49
blogs.msdn.microsoft.com 9y ago

SUSE’s Linux Distros for WSL Now Available in the Windows Store

jongalloway2
2pts0
blogs.msdn.microsoft.com 9y ago

Ubuntu now available from the Windows Store

jongalloway2
5pts0
weblogs.asp.net 9y ago

How to Talk Yourself Out of Your New Year’s Blogging Resolution

jongalloway2
1pts0
venturebeat.com 9y ago

Samsung Launches Visual Studio Tools for Tizen Preview – Build Apps with .NET

jongalloway2
4pts0
www.hanselman.com 10y ago

Announcing Open Live Writer – An Open Source Fork of Windows Live Writer

jongalloway2
11pts1
blogs.msdn.com 10y ago

NET Core and ASP.NET Launches a Beta Bug Bounty Program

jongalloway2
2pts0
www.hanselman.com 11y ago

.NET CoreCLR Source GitHub Repo Run Through Azure Power BI

jongalloway2
2pts0
herdingcode.com 11y ago

Herding Code Podcast: Damian Edwards on ASP.NET VNext, Tag Helpers and SignalR

jongalloway2
1pts0
github.com 12y ago

ASP.NET released on GitHub under Apache 2 license

jongalloway2
2pts0
weblogs.asp.net 12y ago

Lessons Learned Preparing and Presenting Tech Training Events

jongalloway2
1pts0
rise4fun.com 12y ago

TS*: Gradual Typing Embedded Securely in JavaScript

jongalloway2
2pts0
dev.mixrad.io 12y ago

How Nokia's using Xamarin, PCLs and MvvMCross to port MixRadio to Nokia X

jongalloway2
1pts0
herdingcode.com 12y ago

Herding Code Podcast: CouchDb, Cloudant, MyCouch and SisoDb

jongalloway2
1pts0
lostechies.com 12y ago

Discovering .NET Open Source: up-for-grabs.net

jongalloway2
4pts0
weblogs.asp.net 12y ago

A look at the new Visual Studio Online "Monaco" code editor

jongalloway2
1pts0
www.ubelly.com 12y ago

Web Design: Client Requests Through The Years

jongalloway2
1pts0
openmymind.net 12y ago

Own A System Beyond Its Childhood, Or Stay A Bad Programmer

jongalloway2
4pts0
weblogs.asp.net 12y ago

Adding an audio play indicator to your page's tab with JavaScript

jongalloway2
42pts13

CSnakes integrates Python into .NET apps - https://tonybaloney.github.io/CSnakes/

https://www.youtube.com/watch?v=DqoxHNH9Iwo shows adding an LLM

There are several ways to manage migrations depending on the team structure and dev practices: SQL scripts, command line, bundles (single-file executables), and in-app. The team recommends SQL scripts since they can be reviewed, tuned, and managed by a DBA but take your pick. https://learn.microsoft.com/ef/core/managing-schemas/migrati...

Stay Gold, America 2 years ago

The post specifically calls out wealth concentration (e.g. becoming wealthier than one's fellows) as a major problem, and the donations are focused on working against that. Review the list of dentations, as you may have missed that these are organizations that help people in need rather than, say, recent examples of billionaires buying votes.

Install size depends on the features you pick when you install. Web / service / library development is small, desktop / mobile / C++ gets bigger as the toolchains + sdks + emulators are big. If your VS install is 30 GB and that's a problem, run the installer, click modify, and uncheck stuff you're not using. A lot of devs check off everything "just in case" but since you can add other features when you need them, it's better to start with what you know you'll use.

Visual Studio for Mac has run natively on M1 (without Rosetta) since the May 22 release of Visual Studio 2022 for Mac v17.0 - https://devblogs.microsoft.com/visualstudio/visual-studio-20...

The installer is a separate binary and currently still requires Rosetta. There's an update due out very soon (a few weeks) that will remove the Rosetta requirement. The team prioritized getting the application fully native before the installer since you spend a lot more time running the app than the installer.

Also it's important to know that Visual Studio for Mac isn't the exact same application as Visual Studio (Windows). Visual Studio is 25 years old and has some Windows specific features that don't make sense on macOS. Also, Visual Studio for Mac is optimized to integrate with macOS features (e.g. accessibility and themeing). There's a lot of code shared between the editor, project system, debuggers, etc., and we try to balance making them as similar as possible while following the macOS app guidelines and conventions.

Disclaimer: I'm on the .NET team at Microsoft, and work with the Visual Studio for Mac team a lot.

Hi, I'm on the .NET community team. Here's what we see as the happy path for .NET:

- .NET website (https://dot.net) - High level info on different workloads, 5 minute in-browser tutorials, links to live shows and community

- MS Learn (https://aka.ms/mslearn-dotnet) - Interactive tutorials with learning paths built from 30ish minute learning tutorials

- Docs (https://aka.ms/msdocs-dotnet) - More in-depth documentation on specific tasks and features, e.g. API documentation, performance optimization, security guidance, etc.

While you can go directly to any of them, the dot.net site will link you to Learn modules that will link you to docs, so hopefully you can start on the dot.net site and it will help you find the right place.

One thing I really like (and I'm totally biased because I've helped set it up) is https://live.dot.net. Those are all our live shows with the PM and dev teams. We've got a show every day of the week, and there's always really good Q&A in the chat.

I think this is a good partnership. One of the goals of open source software foundations is to eliminate risks due to dependency on a small developer team. In this case, HIBP is a fantastic resource being maintained, and paid for, by one developer. That's not good for the maintainer, it's not good for the community, and it's risky to the community. If the sole developer wins a spot on the next flight to Mars or time travels to A.D. 802,701, the code becomes unmaintained and the site hosting payment expires. Software foundations governed by rotating teams and aren't dependant on a single individual. This is an example of something that's relatively low investment for an established software foundation - some legal fees and discounted cloud hosting from a sponsor - and benefits the whole community.

Brief mention in the post, but FYI to the thread - .NET Foundation is an independant non-profit (501c6) foundation that supports the .NET open source community. It's run by a community elected board and funded by member donations and a diverse group of corporate sponsors. This is a great example of the kind of work they do to support the community.

Disclaimer: I was on staff at .NET Foundation 2016-2019.

Here's the customer showcase on the .NET site (with links to more at the bottom of the page). It lists some of the biggest enterprise adopters: https://dotnet.microsoft.com/platform/customers

Of course, lots of Microsoft services run on .NET Core. Last year, the Bing team talked about how their move to .NET Core 2.1 gave them big performance jumps here: https://devblogs.microsoft.com/dotnet/bing-com-runs-on-net-c...

(disclaimer: Microsoft employee, .NET team)

.NET Core 3 (in preview, due out Sep 23) includes support for popcount as part of the BitOperations class: https://docs.microsoft.com/en-us/dotnet/api/system.numerics..... There's a recent post describing hardware intrinsics in .NET Core: https://devblogs.microsoft.com/dotnet/hardware-intrinsics-in...

There are a lot of potential use cases, but one of the early discussions was around quickly scanning for known HTTP headers. You can see that in use here: https://github.com/aspnet/AspNetCore/blob/caa910ceeba5f2b2c0...

If you really need help falling asleep, here's the discussion going back to 2015: https://github.com/dotnet/corefx/issues/2209

Disclaimers: Microsoft employee, Nazgûl

That's the entire point of this zoning change - moving the higher density housing near to public transportation, with integrated restaurants and stores so they're walkable. The current five zone types (explained in the article) separate commercial and residential, requiring people to drive to businesses and work. (also a San Diegan)

Here's my understanding:

- Mobius is .NET Framework / Mono based and x-plat isn’t great, .NET for Apache Spark is .NET Core / .NET Standard and built with x-plat as a primary concern

- Mobius only targets up to Spark 2.0; while Spark LTS is up to 2.4 now

- .NET for Apache Spark is built to take advantage of .NET Core performance improvements, showing big advantages over Python and R bindings, especially when user defined functions are a major factor

- .NET for Apache Spark is driven by lessons learned and customer demand, including major big data users inside and outside Microsoft

Disclaimer: I know people that worked on this and helped from .NET Foundation side, but the above is my non-official summary from readme's and stuff.