Viewing profile — sroussey
sroussey
HN member- Joined
- Sun, Dec 20, 2009, 7:11 PM UTC
- HN karma
- 5,475
- Public activity
- 2,856 items
- HN profile
- View on Hacker News ↗
About sroussey
Previously: Embarc, Privicy, Wag, Weebly, Firebug, Network54, Kantara
Recent public activity
-
comment
Comment #49203175
Or do a hybrid
-
comment
Comment #49200970
IMB YouTube video explainer: https://www.youtube.com/watch?v=ZfWDVO3rzeA
-
comment
Comment #49191590
Own the customer relationship.
-
comment
Comment #49191484
Instagram knows what content you pause on, which is a huge signal.
-
comment
Comment #49191450
Product search model: https://www.linkedin.com/posts/introducing-ontology-1-ugcPos... Edit: more direct links, sorry: https://onton.com/research/ontology-1 https://onton.com/resear…
-
comment
Comment #49191346
15. Cut AI energy use by 1000x while increasing processing speed 1000x Obvious near term trillions dollar market to disrupt.
-
comment
Comment #49176353
I have Opus grade each of my repos, and each subsystem of them, and do it every weekend. Since the version of opus has changed over time, so have the evaluations. I was going to co…
-
comment
Comment #49176160
It need only be one of several tools in a toolbox.
-
comment
Comment #49176138
The parent commenter was talking about Mistral as a single company and you switched from that to all of the EU. There definitely have been Chinese companies with models that fell b…
-
comment
Comment #49162806
Yes, but to walk in to the market late, and not have all that debt, it will be too much of an opportunity for an aspiring company. Google was not the first search engine. But in a …
-
comment
Comment #49161991
But the incentive to produce that intelligence is so high, that many opportunities become practical to explore. And many of them show doing AI inference workloads at 1000x cheaper …
-
comment
Comment #49139898
yes, i went back and re-read the report. an immediate read 1 instruction later works, but 10 does not. the page marked dirty but pointing to the zero page. some context flapping i …
-
comment
Comment #49136580
The way I read it was that it wrote to a page and then did a read on that page within 10 instructions and that was not enough time for the memory system to have gone through the pr…
-
comment
Comment #49130587
And this explains a lot of politics these days…
-
comment
Comment #49128271
1970s design.
-
comment
Comment #49127840
Yes, there is always a failure mode. But if do a search or have some result set, it is convenient to have paging work as close to expected as possible. Say you are processing/shipp…
-
comment
Comment #49118981
That does not work for web apps, mobile, etc
-
comment
Comment #49111987
Even then, that does not work if new records are being inserted.
-
comment
Comment #49085253
Google already has a system where data and access control are combined as part of shared docs. I think Zanzibar for docs themselves on GDrive. Not sure the name of the system that …
-
comment
Comment #49084913
The shots are expensive, but the pills are free in the USA. They do have adverse kidney issues over prolonged use (more for some people than others).
-
comment
Comment #49071406
The money being poured into AI infrastructure means there is a market for new ways of doing things that take 1/1000 of the power or are 1000x faster, or both. And there are many su…
-
comment
Comment #49071356
With the exports rewritten? Maybe we should have a export of “ts” like we have “types” instead?
-
comment
Comment #49071280
Yeah, 1.3.14 has some bad regressions. 1.3.11 is ideal for tests CI. Or canary. For production, I don’t have any advice. There will be no 1.3.15.
-
comment
Comment #49065296
There is always AssemblyScript
-
comment
Comment #49065280
Publishing a lib as JS with .d.ts type files gives you JS compatibility and TS types for using the lib, but no TS source so no types inside. I’ve seen people want to publish TS lib…