Viewing profile — EddieRingle
EddieRingle
HN member- Joined
- Mon, Jan 16, 2012, 10:59 PM UTC
- HN karma
- 1,405
- Public activity
- 189 items
- HN profile
- View on Hacker News ↗
About EddieRingle
Happy to talk - eddie [at] ringle [dot] io
[ my public key: https://keybase.io/eddieringle; my proof: https://keybase.io/eddieringle/sigs/QZtW0oYTMUR988YYBQpB7Mqfg775MsU3GCBvTTVaYX0 ]
Recent public activity
-
comment
Comment #49242758
Dense models run at a very usable speed (Qwen 3.6 was running at ~50t/s last I looked) on my dual 7900 XTX desktop. (And before anyone brings it up, I did not buy them for this pur…
-
comment
Comment #48738894
> There’s no way to justify their valuations if they get downgraded to a pair programming tool. Honestly I still don't see how they justify their valuations, period. If anything th…
-
comment
Comment #48655889
Also SQLDelight for Kotlin: https://sqldelight.github.io/sqldelight/
-
comment
Comment #48632576
Compose UI apps can be compiled to native binaries already, via Kotlin's LLVM backend, though at the moment only the macOS/iOS targets have proper (official) support. Last I looked…
-
comment
Comment #48514706
Both can be true, no? The administration has a vendetta (justified or not), and Anthropic's behavior gave them a reason to act on it.
-
comment
Comment #48479003
Let's expand the actual quote we're responding to: > the borrow checker woes can be offloaded to the model, you focus on all the other programming logic Then the person you respond…
-
comment
Comment #48475753
They're not talking about the model, and they're not talking about token budgets.
-
comment
Comment #48475649
> Speaks volumes to the strengths of the language, also speaks volumes that LLMs lift the barrier of entry for Rust programming, the borrow checker woes can be offloaded to the mod…
-
comment
Comment #48275558
I wouldn't say Compose UI/Flutter/SwiftUI are "implementing React", but if your point is that other platforms have better solutions than JSX (plus all the bloat React adds to appli…
-
comment
Comment #48231318
I'm always taken aback a little when I read through HN and see how little mind share Kotlin and its ecosystem has here. JetBrains has done a pretty good job of creating something t…
-
comment
Comment #47735326
> I think ECS is a new enough architecture that the patterns are still very much folk lore. ECS is a pretty old idea, built on concepts that are even older. I was playing around wi…
-
comment
Comment #46910363
According to that article, the data they analyzed was API prices from LLM providers, not their actual cost to perform the inference. From that perspective, it's entirely possible t…
-
comment
Comment #46860668
Sent an email out just a bit ago! Please let me know if it doesn't arrive for whatever reason. EDIT: Looks like my comment was detached from its thread ( https://news.ycombinator.c…
-
comment
Comment #46859628
> I applied and got rejected without feedback. They stated that there was a high volume of strong applicants (if there were, why are they posting again?) This is the case for the v…
-
comment
Comment #46857201
> Plus, it seems some of y’all love to hate the very industry which puts a roof over your head. You’re hoping and praying that it all burns down—yet where will that leave you? How …
-
comment
Comment #46845170
Kotlin has a LLVM backend, among others.
-
comment
Comment #46833101
I didn't get as far as experiencing their billing system; I decided to finally look into Claude recently and discovered that their pricing page's content area was completely blank.…
-
comment
Comment #45646943
They're citing another section of the article rather than the cherry picked quotes they were responding to.
-
comment
Comment #42732845
None of those will get you a "native" app, but they might get you most of the way to a cross-platform app.
-
comment
Comment #42678300
Are you familiar with Kotlin's DataFrame? ( https://github.com/Kotlin/dataframe ) JetBrains also keeps a list of other data analysis libraries for Kotlin (and Java) as well: https:…
-
comment
Comment #42514646
On Android it more or less just uses the accessibility APIs to grab the actual text, you can do it without using Google Assistant even by selecting text inside an app's thumbnail w…
-
comment
Comment #42379384
> I am uninterested in `you can do that in git with [insert esoteric commands]`. Why? If the only requirements you specified are that you're looking for something that is compatibl…
-
comment
Comment #42025066
I'm actually surprised to learn that Notion mandates on-site. It gives the impression that the leadership doesn't believe in their own product (which revolves entirely around colla…
-
comment
Comment #42019096
They're building a product that revolves around React and Typescript and include an email specifically for receiving investors, so it's reasonable that they'd talk up both technolo…
-
comment
Comment #42018710
See also, Mosaic, experimental terminal UI using Jetpack Compose: https://github.com/JakeWharton/mosaic Since it's Kotlin, it has backends for the JVM, LLVM, and JS/Wasm, though cu…