Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ewjt
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
ewjt
9d ago
Anthropic specifically calls out that example as >"illegible reasoning in a few reinforcement-learning environments over long rollout" Yet, I get the point that you're making: those tokens essentially are an internal scrat
2.
▲
by
ewjt
18d ago
The handle is publicly[1] tied to a South Korean security researcher, and there’s no evidence that it refers to white supremacy. [1] “CVE-2025-43347: JZ, Seo Hyun-gyu (@wh1te4ever)” https://support.apple.com/en-us/12511
3.
▲
by
ewjt
5mo ago
Both can be true— We need to be the change we want to see. There are significant structural issues in society that present headwinds for average people trying to build a fulfilling life.
4.
▲
by
ewjt
7mo ago
Transportation is like farming and yielding ownership of critical industries gives foreign adversaries too much leverage. I’m with you though. If humans could just get along we could build an amazing world.
5.
▲
by
ewjt
2y ago
Oligarchs would use the robots to kill people instead of a pandemic. A virus carries too much risk of affecting the original creators. Fortunately, robotic capability like that basically becomes the equivalent of Nuclear MAD. Unfortunately,
6.
▲
by
ewjt
2y ago
Do you actually need to simulate at that minuscule level of detail? Or is it possible for a system to be built that can approximate biology similar to how LLMs approximate cognition without true understanding and reasoning?
7.
▲
by
ewjt
2y ago
This is not preprogrammed replay. Replay would not be able handle even tiny variations in the starting positions of the shirt.
8.
▲
by
ewjt
3y ago
That's an extreme position to take that rests on the claim that sponsorship/advertising is objectively bad. Media & journalism have been underpinned by advertising for over a century. Tons of educational and informative servi
9.
▲
by
ewjt
3y ago
Can you elaborate on “properly tweaked”? When I use one of the Stable Diffusion and AUTOMATIC1111 templates on runpod.io, the results are absolutely worthless. This is using some of the popular prompts you can find on sites like prompthero
10.
▲
by
ewjt
3y ago
It is the only book I wish I could forget completely. Serious advice: think twice before reading The Road if you’re susceptible to doom and gloom about the human race.
11.
▲
by
ewjt
3y ago
Please back up the claim "climate models has a terrible track record" and qualify the word 'terrible'. Casting blame is a common denier tactic [1] used despite the models being useful and accurate [2]. The "whatabou
12.
▲
by
ewjt
4y ago
These are all generally highly reviewed can lead to interesting discussions: Gattaca - interesting take on genetics/DNA discrimination Europa - hard science fiction, maybe a bit slow for a 12 year old The Net - older movie but the conc
13.
▲
by
ewjt
4y ago
Based on the GIF, I thought it created an animated video. Even when the .PNG downloaded I thought for sure it’d be an animated PNG. If I’m doing some content creation, I probably already have an image editor, in which case I can create this
14.
▲
by
ewjt
4y ago
Magic means “hidden complexity”, AKA “abstraction”. The negative connotation is that sometimes you can’t figure out why your software is behaving a certain way and what you need to do about it. The positive connotation is that you write le
15.
▲
by
ewjt
4y ago
Can you elaborate on “is in no way a typical hosted ASP.NET app”? I get that the machinery under the hood is different (ie. Kestrel web server may not get used). However, we typically don’t care about those details. Our ASP.NET code runs
16.
▲
by
ewjt
4y ago
It’s a minor signal, but it’s still a signal. If someone only lists “Angular”, it could be Angular 4 from 2016 or something more relevant. Same thing with .NET— the version can imply Windows-related experience (.NET Framework) vs. something
17.
▲
by
ewjt
4y ago
The annual cadence simplifies our planning— we can preview features a year ahead and prepare for the LTS release. It also shortens the feedback cycle for Microsoft which has to be useful. From a recruiting standpoint, it allows me to start
18.
▲
by
ewjt
4y ago
Serverless. Running an ASP.NET app in AWS Lambda is just a few lines of code. However, all of a sudden startup time becomes important for both performance and cost. These investments by Microsoft and others[1] allow .NET to remain relevant
19.
▲
by
ewjt
4y ago
Can you name other development platforms of similar scale/depth that don’t have this issue? Compared to the whirring treadmill of frontend web development, I find .NET to be pretty easy to keep up with. Good IDEs (ReSharper or Rider)
20.
▲
by
ewjt
4y ago
Serverless hosting (ie. AWS Lambda) makes ASP.NET a primary use case for AOT because cold startup times cripple performance and increase cost. I suspect they’re just not ready yet and targeting the easy use cases (console apps).
21.
▲
by
ewjt
4y ago
“sexy”, definition: 1. Arousing or tending to arouse sexual desire or interest. 2. Highly appealing or interesting; attractive. 3. Having sexual appeal; suggestive of sex. While #2 might be the intent, there are much better alternative choi
22.
▲
by
ewjt
4y ago
Mars advantages continued: 3. Available water, required for any human/plant/animal life 4. 2.3 times the gravity of the moon 5. CO2 in atmosphere could be converted to O2 for breathing or methane for rocket fuel
23.
▲
by
ewjt
4y ago
I’m not picking on you specifically, it sounds like you do a lot of desktop .NET development and there are legitimate complaints there. However, “too invested to switch now” reminds me of .NET/C# developers that don’t embrace change an
24.
▲
by
ewjt
4y ago
Aside from labor replacement and the implied capital efficiency, are there other benefits automation can bring to solar installations?
25.
▲
by
ewjt
5y ago
I thought 100k HP was either too incredible or a typo. Then I looked it up: “You def don’t want electric pumps on a rocket engine! Raptor turbopumps alone need 100,000 horsepower per engine. That’s not a typo.” —Elon Musk x 32 engines. A
26.
▲
by
ewjt
5y ago
How does a single metric from a highly specialized runtime environment indicate a tech stack is dead? There are things you can do right now [1] to mitigate these cold start issues. Going forward, ahead-of-time compilation will be an optio
27.
▲
by
ewjt
5y ago
Lambda only has default support for the LTS releases of .NET, which is 2.1, 3.1 and the upcoming (November 2021) .NET 6. The only way to run .NET 5 in a Lambda that I know of would be custom runtimes or containers. Is that what do you mean