Viewing profile — pie_flavor
pie_flavor
HN member- Joined
- Thu, Jul 14, 2016, 1:21 AM UTC
- HN karma
- 3,830
- Public activity
- 772 items
- HN profile
- View on Hacker News ↗
About pie_flavor
No profile information was provided.
Recent public activity
-
comment
Comment #49140104
"You're ignoring what I said", says the guy who proceeds to repeat himself ignoring what I said. > You "can" have subsidized retail hardware But neither corporation's shareholders …
-
comment
Comment #49136927
It is not proof of collusion that they abandoned bespoke hardware right as consumer hardware was getting good. That is exactly when you want to abandon bespoke hardware. It is not …
-
comment
Comment #49134149
If you put numbers on a package, the consumer will choose the bigger numbers. Taking some statistic out of context like "the typical consumer does not take reasonable account of pr…
- comment
-
comment
Comment #49099587
Claude is a next-token predictor, appending to a long text document. Prompts aren't an independent kind of thing from policy documents. It's all text in the backscroll.
-
comment
Comment #48994207
It doesn't need embedding. But if it did, cpython is trivial to embed, and beats starlark in that it already has all the features your users (and Claude) know about.
-
comment
Comment #48994175
Plugins and IPC do not replace configuration, though configuration may invoke or enable plugins.
-
comment
Comment #48982626
It is good to keep a configuration simple enough that it doesn't need to be a programming language. The absolute moment you find yourself thinking of putting conditional logic, or …
-
comment
Comment #48819584
You can easily compare to the figures for other games that are also on GamePass. Another Crab's Treasure, for example, had 4.7k Steam players on launch, of a similar nicheness stra…
-
comment
Comment #48819414
Which games of their output were Xbox exclusive? They were basically transitioning into a publishing house with no real hardware impact. In fact what did Phil in finally was trying…
-
comment
Comment #48764029
There are also many challenges to implementing an original TCP library.
-
comment
Comment #48756803
It's not very complicated to import the QUIC library, or to import the HTTP library with HTTP/3 supported. For the library authors, QUIC isn't more complicated to implement than TC…
-
comment
Comment #48606367
I don't feel entitled to personal isolation from people who might want to strike up a conversation. If I'm not in the mood, I'll just say so. I feel entitled to personal isolation …
-
comment
Comment #48573985
Yes this, yes that, yes the other, because proxies are in agreement with patterns are in agreement with the HTTP spec that methods exist and have semantic and functional requiremen…
-
comment
Comment #48514755
What are you talking about? The point of WASI is to stabilize WASM's access to OS APIs. It uses the component model to do this, which is bound to by languages that compile to WASM …
- story
-
comment
Comment #48506231
We evaluated Extism and concluded that it did basically nothing that WASI and the component model didn't already do out of the box. Was your experience different?
-
comment
Comment #48506217
WASI is the best format for code submitted by users, entirely untrusted, which is in principle of any complexity but expected to be pretty simple. It works on any platform, in any …
-
comment
Comment #48506154
The present component model is "simple and stable". It is presently providing "interoperability between different ecosystems" and has been for years. It has basically nothing in co…
-
comment
Comment #48484398
I walk to the grocery store, and can't walk to a data center.
-
comment
Comment #48438723
I don't think any of this relates to the post it's replying to. I appreciate the totally failed attempt to psychoanalyze my emotions, though. If you think I'm 'confused, surprised,…
-
comment
Comment #48429356
None of the languages you mentioned support this 'eager_fallback' feature, no. I am not stuck on any one application of the feature (you'll notice I referred both to the individual…
-
comment
Comment #48429040
If someone spouts untruths, that is a failing of theirs. Talking about how there's emotions of theirs that back this promulgation of untruths, emotions which you could understand i…
-
comment
Comment #48425729
Why is the guy being rigorous worthy of criticism, but the guys being idiots aren't? Did you post any similar calm-down comments in either of the HN threads on the original attacks…
-
comment
Comment #48425675
In none of the languages you mentioned do stdlib functions either return an iterator or a list depending on whether you feed it into an iterator operation; in none of the languages…