Live data from Hacker News

Viewing profile — chris_pie

chris_pie

HN member
Joined
Sat, Apr 20, 2024, 10:07 PM UTC
HN karma
62
Public activity
69 items

About chris_pie

chris_pie.at.hn

Recent public activity

  1. 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 …

  2. 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.

  3. comment
    Comment #45949474

    note that the front page also says: "61 chapters • Project-based • Zero AI"

  4. comment
    Comment #45948548

    I don't think so, I think it's just a pompous style of writing.

  5. comment
    Comment #45557674

    I wish the author explained the difference between pipelines and multi-statement queries

  6. comment
    Comment #45365887

    You're right, for example age is useful when picking targets for scams. It would also be great for groomers.

  7. 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…

  8. 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 …

  9. comment
    Comment #44617928

    The second one seems very similar to the "using static" feature, but less verbose.

  10. comment
    Comment #44151324

    For this specific case there's a "Nitter Redirect" extension

  11. comment
    Comment #44056807

    Hasn't the blue light affecting circadian rhythms been debunked at this point?

  12. comment
    Comment #44049509

    To your point, ValueTask is less safe than Task. For example, it's important not to await it more than once.

  13. 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 …

  14. comment
    Comment #44016634

    Here's a benchmark of int keys in .NET https://github.com/MessagePack-CSharp/MessagePack-CSharp#des...

  15. comment
    Comment #44016541

    .NET doesn't use WasmGC because Microsoft found it too different from how .NET's GC works. Which is quite unfortunate

  16. 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…

  17. comment
    Comment #43956889

    Best he could do was DEUS I

  18. comment
    Comment #43949838

    attribute names depend on the implementation, Solid uses JSX and `class`

  19. comment
    Comment #43949825

    what's funny is that there are 2 libraries called hyperscript

  20. 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)

  21. comment
    Comment #43949437

    Same on a not-old Pixel 8

  22. 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

  23. comment
    Comment #43604565

    There's also Paddle (who's a Merchant of Record)

  24. 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.

  25. 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#.