Viewing profile — chris_pie
chris_pie
HN member- Joined
- Sat, Apr 20, 2024, 10:07 PM UTC
- HN karma
- 62
- Public activity
- 69 items
- HN profile
- View on Hacker News ↗
About chris_pie
Recent public activity
-
comment
Comment #45997206
The potential customer rarely cares whether a service provider is running their business well. What matters is the product's value added and risks added, as compared to just using …
-
comment
Comment #45974535
That's a big name for a slop fork. So many possibilities (with LLMs and without) but Google just can't bring themselves to do anything creative, let alone transformative.
-
comment
Comment #45949474
note that the front page also says: "61 chapters • Project-based • Zero AI"
-
comment
Comment #45948548
I don't think so, I think it's just a pompous style of writing.
-
comment
Comment #45557674
I wish the author explained the difference between pipelines and multi-statement queries
-
comment
Comment #45365887
You're right, for example age is useful when picking targets for scams. It would also be great for groomers.
-
comment
Comment #45294816
Hot take in regards to the good old statement taken literally: the boring exciting dimension is irrelevant in terms of something being good or bad. Yes I know, stable things are st…
-
comment
Comment #45243651
The meaning has changed very quickly for some reason, but I think the original meaning was that you evaluate the result in a superficial manner by checking if the program seems to …
-
comment
Comment #44617928
The second one seems very similar to the "using static" feature, but less verbose.
-
comment
Comment #44151324
For this specific case there's a "Nitter Redirect" extension
-
comment
Comment #44056807
Hasn't the blue light affecting circadian rhythms been debunked at this point?
-
comment
Comment #44049509
To your point, ValueTask is less safe than Task. For example, it's important not to await it more than once.
-
comment
Comment #44017710
I can't find the actual decision, but there was some discussion here: https://github.com/WebAssembly/gc/issues/77 Microsoft later in 2023 said that that discussion "is the current …
-
comment
Comment #44016634
Here's a benchmark of int keys in .NET https://github.com/MessagePack-CSharp/MessagePack-CSharp#des...
-
comment
Comment #44016541
.NET doesn't use WasmGC because Microsoft found it too different from how .NET's GC works. Which is quite unfortunate
-
comment
Comment #43979209
I've been using Pixel 8 for nearly a year now and I agree that it's surprisingly buggy. Also, the chip is excessively power-hungry, especially for the performance it offers. In add…
-
comment
Comment #43956889
Best he could do was DEUS I
-
comment
Comment #43949838
attribute names depend on the implementation, Solid uses JSX and `class`
-
comment
Comment #43949825
what's funny is that there are 2 libraries called hyperscript
-
comment
Comment #43949469
Some features of Kiwi were merged to Edge, which means it now supports extensions (any extension if using developer options in Canary)
-
comment
Comment #43949437
Same on a not-old Pixel 8
-
comment
Comment #43890645
Great job! Does anyone know which one was first: Slime Volleyball or Blobby Volley? I fondly remember playing Blobby Volley at school
-
comment
Comment #43604565
There's also Paddle (who's a Merchant of Record)
-
comment
Comment #43518031
Also the Units of Measure are a great feature. I think they're a zero-cost abstraction that Rust users love to mention.
-
comment
Comment #43518003
To be fair, my knowledge of F# is a bit basic, but I meant stuff like classes (including abstract ones), interfaces, and the ingrained interop with C#.