Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
aphexairlines
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
21 ms
·
1.
▲
by
aphexairlines
2mo ago
It's interesting that you chose to measure how well each LLM did in talking to other NPCs, and having each NPC also use an LLM to react to each input. Why not have the LLM fight NPCs and loot items (both a significant part of the MUD
2.
▲
by
aphexairlines
1y ago
Also standalone: https://www.meta.ai/ and https://about.fb.com/news/2025/04/introducing-meta-ai-app-ne...
3.
▲
by
aphexairlines
2y ago
If your requirements.in referenced numpy before this release, then doesn't your requirements.txt already reference a specific 1.x version?
4.
▲
by
aphexairlines
2y ago
Not a Thinkpad and not Intel, but that already seems attainable with the asus G14 (AMD 8945HS + NVIDIA 4070) or the upcoming asus zenbook S16 (AMD HX 370).
5.
▲
by
aphexairlines
3y ago
I've never seen a large company with more L7+ engineers than L7+ managers. Usually it's a ratio of drastically more managers hired/promoted into those levels than engineers, and some orgs don't have any engineers in tho
6.
▲
by
aphexairlines
3y ago
Take a look at https://github.com/xonsh/xonsh/issues before deciding to abandon the devil you know. I prefer sticking with bash where necessary (where a script is the only thing that will reasonably work), and els
7.
▲
by
aphexairlines
3y ago
This is a JavaScript keyword and there's nothing TypeScript-specific in the blog post.
8.
▲
by
aphexairlines
4y ago
Is this similar to people moving away from giving their code as open source when companies take it, repackage, and sell it while the authors get nothing?
9.
▲
by
aphexairlines
4y ago
Looks like fake reviews here too: https://news.ycombinator.com/item?id=34968995
10.
▲
by
aphexairlines
4y ago
They don't have to hire people who already know Zig -- just people capable of learning it.
11.
▲
by
aphexairlines
4y ago
You don't need to run jlink yourself to avoid shipping the entire JDK. Here's a java19 runtime docker image at 62MB: https://hub.docker.com/_/eclipse-temurin/tags?page=1&name=19... Not customizing t
12.
▲
by
aphexairlines
4y ago
You still need postcss or something like it to use css modules. The alternative of CSS-in-JS requires a build step to extract either a CSS file or inline critical styles for server rendering. The browser-native alternative of CSS Module S
13.
▲
Russian software disguised as American finds its way into US Army, CDC apps
(reuters.com)
15 points
by
aphexairlines
4y ago
|
0 comments
14.
▲
by
aphexairlines
4y ago
There's still no good way of publishing an npm package with multiple components, stylesheets per component, and transitive consumers using only the stylesheets for the components they reference while rendering fully server side. CSS
15.
▲
by
aphexairlines
4y ago
Very good to have a smaller runtime. Some of the stated benefits of the new generator are silly and the comparison with ts-proto doesn't point out the actual improvement (generating d.ts files means your CI doesn't spend time typ
16.
▲
by
aphexairlines
4y ago
Comments explain why the code is there. That's different from translating code into English.
17.
▲
by
aphexairlines
4y ago
Or just walk down Peterborough street: https://elpelon.com
18.
▲
by
aphexairlines
4y ago
There's a super interesting article from the just-js author explaining how he got a JS implementation into that top 20: https://just.billywhizz.io/blog/on-javascript-performance-01...
19.
▲
by
aphexairlines
4y ago
- High performance - Scripting language Pick one.
20.
▲
by
aphexairlines
4y ago
I think that's ocaml. Higher level, with GC, nice type system, no traits but signatures and higher order modules might be enough for you, and a compiler that produces fast native binaries.
21.
▲
by
aphexairlines
4y ago
Yes. Even this week, we have the news that his supreme court nominees are voting to strike down abortion protections, and I have female friends and family in states with trigger laws.
22.
▲
by
aphexairlines
4y ago
create-react-app starts with 1506 deps: $ npx create-react-app my-app $ find my-app/node_modules -name package.json | wc -l 1506
23.
▲
by
aphexairlines
4y ago
> in my life Lucky you?
24.
▲
by
aphexairlines
4y ago
Whoever sold the vulnerable software should be liable for damages.
25.
▲
by
aphexairlines
5y ago
It's also easy to provide a default factory: https://doc.rust-lang.org/std/default/trait.Default.html
26.
▲
by
aphexairlines
5y ago
Reconsider because you'll do yourself a disservice by expecting the world to work that way. You don't want to be surprised and upset when your employer rewards someone for introducing more bureaucracy instead of some technically
27.
▲
by
aphexairlines
5y ago
If you truly believe this, then please reconsider. The tech industry doesn't reward people for technically challenging work. Consider how many large companies were/are built on what you'd consider to be terrible technology
28.
▲
by
aphexairlines
5y ago
Health service in the US comes with liability: https://www.ncsl.org/research/financial-services-and-commerc... The HHS regulates public health at the federal level. It has around 80,000 employees. https://w
29.
▲
by
aphexairlines
5y ago
> the invisible hand The FDA has 18,000 employees. The USDA has around 100,000.
30.
▲
by
aphexairlines
5y ago
Given the same salaries in both countries, it's probably more expensive to hire that employee in the US given that the US firm is expected to pay for fairly expensive health insurance. UK firms pay for private health insurance too, but
More ›