Viewing profile — seabrookmx
seabrookmx
HN member- Joined
- Wed, Mar 13, 2013, 1:27 AM UTC
- HN karma
- 2,074
- Public activity
- 1,082 items
- HN profile
- View on Hacker News ↗
About seabrookmx
Recent public activity
-
comment
Comment #49265794
Does it run a VM under the covers like the Claude desktop app does? I've passed on the Claude desktop app for that reason, despite being curious about the "Routines" feature that i…
-
comment
Comment #49263561
Likely because Netflix relied on Silverlight for video playback early on. I'd be surprised if they still had C# in their front-end stack (and I say that as a general C# fan, though…
-
comment
Comment #49140889
"The spec" is loose in places and is full of undefined behavior which can change from compiler to compiler. Very low level code tends to hit these types of issues much more than ap…
-
comment
Comment #49071467
I have fond memories of riding the one in Duncan BC as a kid! The museum (now labelled a "discovery center" for whatever reason) ha sall sorts of old equipment for kids (and adults…
-
comment
Comment #49008051
X3D is marketed as a gaming feature and benchmarks bear that out. Productivity workloads (video editing, compiling code, etc) benefit very little from the extra cache. You're bette…
-
comment
Comment #49007977
The US is the third largest country by population and disproportionately represented here on hackernews (given it's where ycombinator is based), so it doesn't seem that weird to me…
-
comment
Comment #48959285
The use case is niche but there. I ride mountain bikes and off-road motorcycles and have a GoPro on my helmet. A phone is the wrong form factor and a DSLR is too heavy. Same with s…
-
comment
Comment #48955570
You're going to need a source for an LLM one-shotting a port of a AAA title from one graphics API to another...
-
comment
Comment #48950275
Self-contained != static compilation though. The self-contained binaries still have pretty poor startup time and are large since they contain the whole JIT.
-
comment
Comment #48949949
Lots of replies to this comment but a simple answer from my side: compatibility with ASP.NET attribute routing.
-
comment
Comment #48930014
Here I am wanting the opposite. I want C# compiled into a static binary like with the GoLang toolchain! Maybe .NET AOT will get there one day..
-
comment
Comment #48878240
Likely not. A lot of debuggers don't work under WSL1 either due to missing syscalls. I know some folks love the "purity" of WSL 1 but it's really hard to recommend if you care at a…
-
comment
Comment #48840671
I'm a big C# fan but XML docstrings definitely suck. We also got stuck with XML-based project files somehow, despite .NET Core/.NET 5+ being a complete rewrite.
-
comment
Comment #48820917
It's not any better on the other OS' either. MS hasn't had a sane native app strategy in a decade and the GTK/QT divide remains on Linux.
-
comment
Comment #48805511
I don't understand why people care about Electron? Evaluate the quality of the software based on its own merits IMO. VS Code, Slack, Postman, Obsidian.. I use this software every d…
-
comment
Comment #48783061
I just visited this beauty[1] a few weeks ago. Not 400ft tall, but over half that and over 13ft round at the base! We're lucky to have a handful of big Doug Firs, Sitka Spruce, and…
-
comment
Comment #48766658
Sure, but that doesn't mean it works that way everywhere or is inevitable. Where I work, a senior would be reprimanded for such behavior. A key metric to their success is how well …
-
comment
Comment #48762591
If that's how it functions where you work, I'd be looking for a new job.
-
comment
Comment #48693006
Or maybe corporations hate competition. We'll never know!
-
comment
Comment #48682242
I don't disagree with you, but technically speaking MacOS is still proprietary and Asahi is not compatible with the latest and greatest Apple devices. While they don't _prevent_ As…
-
comment
Comment #48682234
I didn't have a single Apple device in my house until a month ago when I bought a Neo. The last Apple devices I had before that were an iPod Nano and a PowerMac G5 many many years …
-
comment
Comment #48646118
The base PS5 does not have better hardware. Though the PS5 Pro outperforms the Steam Machine and is still cheaper than it..
-
comment
Comment #48637837
It supports HDMI CEC, it has a built in dedicated radio for the steam controller, it ships with Steam OS, and will receive support from Valve. If you are comfortable building a cus…
-
comment
Comment #48623130
I used TenFourFox to extend the usefulness of my PowerMac G5 for many years, though I last used it about a decade ago. I'd imagine running the modern web on a machine that slow wou…
-
comment
Comment #48484222
Tokio uses a thread pool with work stealing so it is definitely more advanced than Windows 3.1's model! As other commenters have pointed out, cooperative multitasking is actually a…