Live data from Hacker News

Viewing profile — jsmith45

jsmith45

HN member
Joined
Tue, Aug 21, 2018, 9:10 PM UTC
HN karma
1,561
Public activity
699 items

About jsmith45

No profile information was provided.

Recent public activity

  1. comment
    Comment #48950443

    I have successfully had am M1 MacBook open and in active use (albeit not with very heavy workload, mostly text editor and web), while plugged into a Nintendo Switch 1 charger (only…

  2. comment
    Comment #48950344

    The original design intention of this approach was that wallet apps were independant and interchangable, with any wallet app able to talk to any attestation provider, to get age at…

  3. comment
    Comment #48863957

    The PLC keys are normally intended to be held by your current PDS. Not a hard protocol requirement, but without it, certain things like migrating to a custom domain handle cannot b…

  4. comment
    Comment #48832153

    Yeah, an agent should run with permissions no greater than that of the user on whose behalf it is executing, and ideally with less permissions. This is the scenario that is easier …

  5. comment
    Comment #48782610

    Yep. Thrashing is a well known known issue that can occur with swap, but it can also happen from page cache or memory mapped files. Indeed not having swap enabled can make things w…

  6. comment
    Comment #48376333

    In theory, sure, an identity verifier could issue you you a bunch of single use JWTs signed by them that contain `{"over18":"true", "nonce": 12748583..., "iss": " "}`, signed by th…

  7. comment
    Comment #48371748

    I'd argue they are not commutive in regexes either, at least as implemented in practice. Implemented regexes favor the leftmost alternative even when both sides of the alternative …

  8. comment
    Comment #48236162

    If the compiler can find any operation prior to the null check that would be UB if the value is null (even if it is something that in assembly would be harmless, like performing po…

  9. comment
    Comment #48222909

    A combined MPU and MCU architecture isn't that exotic. ST microelectronics currently sells a single chip with that contains a two core Cortex A7 Microprocessor combined with a micr…

  10. comment
    Comment #48065926

    I must be missing something, since I'm not really sure that follows. Initially neither AV nor AR models knows anything about how activations map to explanations or how explanations…

  11. comment
    Comment #47780104

    Yeah, as far as I know, you need to define a customized theme to customize pie chart colors. You can prepend the chart with initialization logic like: %%{init: {"theme": "base", "t…

  12. comment
    Comment #47707967

    > I think many people already mentioned it, but I also don't feel to good about non-boxed unions not being the default. I'd personally like the path of least resistance to lead to …

  13. comment
    Comment #47586518

    Cost tracking is used if you connect claude code with an api key instead of a subscription. It powers the /cost command. It is tricky to meaningfully expose a dollar cost equivlent…

  14. comment
    Comment #47557523

    Right. Claude models seem to have had very limited prohibitions in this area baked in via RLHF. It seems to use the system prompt as the main defense, possibly reinforced by an api…

  15. comment
    Comment #47484130

    The file locking approach is one used by centralized version control systems, and are mostly used in the everybody commits directly to trunk style of development. In those environm…

  16. comment
    Comment #46290937

    Sure but the real concern of the article that if passed "gid://moneymaker/Invoice/22ecb3fd-5e25-462c-ad2b-cafed9435d16" the global id locator will effectively locate "gid://moneyma…

  17. comment
  18. comment
    Comment #45902228

    Chrome desktop has just landed enabled by default native HLS support for the video element within the last month. (There may be a few issues still to be worked out, and I don't kno…

  19. comment
    Comment #45901896

    Chrome has finally just landed enabled by default native HLS playback support within the past month. See http://crrev.com/c/7047405 I'm not sure what the rollout status actually is…

  20. comment
    Comment #45682659

    > COM is just 3 predefined calls in the virtual table. COM can be as simple as that implementation side, at least if your platforms vtable ABI matches COM's perfectly, but it also …

  21. comment
    Comment #45585451

    BBFC's rulings have legal impact, and they can refuse classification making the film illegal show or sell in the UK. over in the US, getting an MPAA rating is completely voluntary.…

  22. comment
    Comment #45584545

    Yeah, proving correct is not a panacea. If you have C code that has been proven correct with respect to what the C Standard mandates (and some specific values of implementation def…

  23. comment
    Comment #45583832

    I'm confused by your perspective. The simplest (and arguably best) usage for a devcontainer is simply to set up a working development environment (i.e. to have the correct version …

  24. comment
    Comment #45582948

    Might be worth checking out Tidal's Mondo Notation, which while not quite Haskell syntax is far closer to it, being a proper functional style notion, that unifies with mini notatio…

  25. comment
    Comment #45415638

    Phonics based reading is all about sounding out unknown words. The idea is that the student would understand if somebody else read the text out loud, so if we can teach the kids ho…