Viewing profile — aphexairlines
aphexairlines
HN member- Joined
- Thu, Jul 29, 2010, 12:20 AM UTC
- HN karma
- 1,069
- Public activity
- 436 items
- HN profile
- View on Hacker News ↗
About aphexairlines
http://www.amazon.com/gp/aw
Recent public activity
-
comment
Comment #49015123
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 NP…
-
comment
Comment #44269628
Also standalone: https://www.meta.ai/ and https://about.fb.com/news/2025/04/introducing-meta-ai-app-ne...
-
comment
Comment #40702977
If your requirements.in referenced numpy before this release, then doesn't your requirements.txt already reference a specific 1.x version?
-
comment
Comment #40572503
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).
-
comment
Comment #39409691
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 so…
-
comment
Comment #39369242
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 th…
-
comment
Comment #36389113
This is a JavaScript keyword and there's nothing TypeScript-specific in the blog post.
-
comment
Comment #35163081
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?
-
comment
Comment #34969026
Looks like fake reviews here too: https://news.ycombinator.com/item?id=34968995
-
comment
Comment #34433855
They don't have to hire people who already know Zig -- just people capable of learning it.
-
comment
Comment #34412481
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...…
-
comment
Comment #33796370
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…
- story
-
comment
Comment #33572680
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 t…
-
comment
Comment #33404182
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 (generatin…
-
comment
Comment #32945437
Comments explain why the code is there. That's different from translating code into English.
-
comment
Comment #32312039
Or just walk down Peterborough street: https://elpelon.com
-
comment
Comment #31665413
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…
-
comment
Comment #31664391
- High performance - Scripting language Pick one.
-
comment
Comment #31602050
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 b…
-
comment
Comment #31331327
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 la…
-
comment
Comment #31330400
create-react-app starts with 1506 deps: $ npx create-react-app my-app $ find my-app/node_modules -name package.json | wc -l 1506
-
comment
Comment #31330070
> in my life Lucky you?
-
comment
Comment #31317634
Whoever sold the vulnerable software should be liable for damages.
-
comment
Comment #30432809
It's also easy to provide a default factory: https://doc.rust-lang.org/std/default/trait.Default.html