Viewing profile — Flux159
Flux159
HN member- Joined
- Sun, Oct 10, 2010, 4:24 AM UTC
- HN karma
- 932
- Public activity
- 163 items
- HN profile
- View on Hacker News ↗
About Flux159
https://twitter.com/flux159
Recent public activity
-
comment
Comment #48925469
They mention in the announcement link https://thinkingmachines.ai/news/introducing-inkling/ that they are still testing Inkling-Small and it will also still be multimodal. This mak…
-
comment
Comment #48925441
There's also an Inkling-Small that is 276B, 12B active that is much smaller than GLM 5.2 and still multimodal. Not released yet, but in the announcement link they mention that they…
-
comment
Comment #48648256
Article from semianalysis that goes into the history of CXMT & over a decade long investment (including government support) to become a 4th player in the DRAM market. Useful to und…
- story
-
comment
Comment #48533066
Unreal will definitely get better results out of the box, but it's also possible to do photorealism with significantly less overhead (particularly UE shader compilation overhead) -…
-
comment
Comment #47951581
Agree that the choices are strange. Sonnet 4.6 was tested, but no Opus 4.6. Gemini 3.1 and GLM 5 came out around the same time as Sonnet 4.6 (~Feb 2026) so it's strange that they a…
-
comment
Comment #47845392
I think the reason we're not seeing many examples yet is that the full loop doesn't work completely autonomously yet. There's still a human in the loop at some critical points - sp…
-
comment
Comment #47840666
There’s some early work being done here by companies looking at making LLM ASICS like Taalas (HC1 gets 17k t/s for llama 8b - currently at 2.5kW which is closer to a single server,…
-
comment
Comment #47785652
I'm going to be honest - this is over a year late. I still use ChatGPT on Mac because it actually had a Mac App from May of 2024, whereas I had to go to the Gemini website to use G…
-
comment
Comment #47526820
This looks pretty interesting! I haven't used it yet, but looked through the code a bit, it looks like it uses turndown to convert the html to markdown first, then it passes that t…
-
story
Ask HN: How do you prevent AI generated GitHub issues?
Hey HN, I wanted to know if there are tools that will block or automatically close AI generated issues in my public github repos. Github seems to want to do nothing about this & I'…
-
comment
Comment #47266687
Amazon checkout is not working for me right now. There's no Amazon specific status page it seems? AWS has information about their UAE data centers, but haven't seen any confirmatio…
-
comment
Comment #47238720
Thanks for clarifying! I guess the default for most users is going to be to use the router / auto switcher which is fine since most people won't change the default. Just noting tha…
-
comment
Comment #47236835
So is this a minimal upgrade before the M6 Macbook Pros w/ OLED & a redesign later this year? It doesn't even look like they added cellular as an option with their own C1X chip (ge…
-
comment
Comment #47236785
I'm a bit confused by this branding (never even noticed that there was a 5.2-Instant), it's not a super fast 1000tok/s Cerebras based model which they have for codex-spark, it's ju…
-
comment
Comment #47055920
This seems like it’s in response to the congressional testimony last week to clarify some things about their remote assistance systems. It’s interesting that they only have 70 peop…
-
comment
Comment #47038007
This was announced in early preview a few days ago by Chrome as well: https://developer.chrome.com/blog/webmcp-epp I think that the github repo's README may be more useful: https:/…
-
comment
Comment #46966872
I'm currently a solo bootstrapped founder, have done short stints in the past - 1 year in 2022, then became cofounder of a funded startup for a year. Now doing it again. Question i…
-
comment
Comment #46941371
A native WebGPU JS engine (no browser needed) https://github.com/mystralengine/mystralnative/ Already have my own JS engine & the basics of three.js and pixi.js 8 working, roadmap …
-
comment
Comment #46839701
WASM shouldn't be an issue since the draco decoder uses it - but it may only work with V8 (for quickjs builds it wouldn't work, but the default builds use V8+dawn). Obviously with …
-
comment
Comment #46832378
So in theory it should be possible, but it might require customizing the Dawn or wgpu-native builds if they don't support it (this is providing the JS bindings / wrapper around tho…
-
comment
Comment #46828761
AssemblyScript was just mentioned as some prior work, I don't think that AssemblyScript would work as is for games. I realize the major issues with TS->C++ though (or any language …
-
comment
Comment #46823024
Followup comment about Apple disallowing JIT - will need to confirm if JSC is allowed to JIT or only inside of a webview. I was able to get JSC + wgpu-native rendering in an iOS bu…
-
comment
Comment #46822960
I remember reading about Ejecta a long time ago! I had completely forgotten about it, but it is similar! The funny thing is to support UI elements, I had to also support canvas2d t…
-
comment
Comment #46822946
Phaser is not supported right now because phaser is still using a WebGL renderer from my understanding (maybe in a v2.0.0 adding ANGLE + WebGL support is an option, but debating if…