Viewing profile — BearOso
BearOso
HN member- Joined
- Sat, Aug 20, 2016, 11:30 PM UTC
- HN karma
- 1,271
- Public activity
- 566 items
- HN profile
- View on Hacker News ↗
About BearOso
No profile information was provided.
Recent public activity
-
comment
Comment #49135055
I like how this article pokes fun by not only using the tropes it describes sarcastically, but then adding subtext that AI never would. It also uses alliteration, grouping synonyms…
-
comment
Comment #49070094
What stuck out to me with that sentence was that a competent manager can determine productivity by looking at what the developer produced, easily and quickly. If the person has no …
-
comment
Comment #49069502
Yeah, but a lot of hard work is done by those libraries. Interaction with external interfaces would go through the tools API, which I imagine would all use the same type of code th…
-
comment
Comment #48980817
I think part of this is the mach bands illusion. We perceive some darkening at the transition between shades and think we have to replicate it in rendering. But we really don't bec…
-
comment
Comment #48970829
> Rust does this automatically. A garbage collected language does this automatically. Rust still requires thinking about and tracking memory lifecycles, but the borrow checker will…
-
comment
Comment #48968593
It's been double-stable since early 2025 (version 3.2), so it's weird that Ubuntu doesn't have it when even Debian does. I've seen a couple projects holding back on the upgrade bec…
-
comment
Comment #48953721
The article is from Bain Capital. Of course they're going to ignore the obvious reason and blame something else. They raised prices more than people are willing to pay. Unlimited p…
-
comment
Comment #48929251
Nedry doesn't have a camera on his end, and he's talking through a headset. Maybe guy at the harbor just knows where the closed circuit camera is? Since it's just quicktime anyway,…
-
comment
Comment #48921639
I think Fabien is misinterpreting the part which he sees as "video conferencing." Nedry is talking to a guy on a regular phone line. He's just watching a security camera feed from …
-
comment
Comment #48910254
Yeah, this particular experiment doesn't reveal much because the Nvidia driver is a black box. We know in the past it used its "composition pipeline" in Wayland situations, and tha…
-
comment
Comment #48910008
> Their internal representations are so cryptic and complex that even the top AI researchers don't really know how they work or what their limits are. No one is going to take you s…
-
comment
Comment #48883410
It's marketing. The big AI companies know what they're doing and are trying to drive adoption with FOMO. Some people bought into the idea early on and feel self-important. Meanwhil…
-
comment
Comment #48839074
I think putting it in terms of API pricing is oversimplifying disingenuously. Anthropic still hasn't pulled the rug out from under us, so I'm sure it cost a great deal of money onc…
-
comment
Comment #48838941
I posted on an older article that I thought it probably cost half a million in API pricing. 165k USD is a lot lower. I wonder what the actual compute cost was. When this first hit …
-
comment
Comment #48805466
That's probably in an overscan area on most TVs, so it might not even show up.
-
comment
Comment #48709899
Lenovo has an incentive to say prices will never go down. They need to continue selling right now when prices are high, but customers will wait if they have reason to think they'll…
-
comment
Comment #48687948
Backticks ` ` are used to trigger code-style formatting in markdown. Since all the coding AIs are trained almost entirely on github, you see it everywhere in their output. They'll …
-
comment
Comment #48687715
Slack uses this? Thanks for the info. I've never been forced into Slack, so I wasn't aware of that. Either way, it's stupid to use in places it doesn't induce formatting.
-
comment
Comment #48666478
Yeah. It simply shouldn't be falling back to a software cursor in the first place. That's the bug.
-
comment
Comment #48666360
I'm seeing lots of bots/agents misusing backticks like this. It's because people are writing agent plans in markdown and the agent thinks it's appropriate everywhere. Maybe you sho…
-
comment
Comment #48649431
You do realize that an LLM is an enormous decision tree? The prompt is the state and output tokens added to that are the subsequent state that's fed back into the machine. Running …
-
comment
Comment #48645737
He's referring to accumulator styles, eg. the 6502.
-
comment
Comment #48609897
In our small town, the local compliance officer is colluding with a tree-cutting company that has a contract with the city. They lie and claim trees are "dead" and they're constant…
-
comment
Comment #48604576
We're in this situation because of laziness. I doubt doubling down on it is the solution.
-
comment
Comment #48564074
Avoid the backtick quotes, too. Claude also mistakenly uses them outside of markdown.