Live data from Hacker News

Viewing profile — nextaccountic

nextaccountic

HN member
Joined
Mon, Jun 15, 2020, 1:17 AM UTC
HN karma
6,414
Public activity
3,061 items

About nextaccountic

No profile information was provided.

Recent public activity

  1. comment
    Comment #49220337

    How to define the list of installed packages in a config file in StageX, and tell the system that it should be the new list of packages? Like done in nixos If I remove a package fr…

  2. comment
    Comment #49220298

    Flakes must drop the "experimental" moniker and be officially supported by Nix. It may not be perfect, but it has been widely adopted.

  3. comment
    Comment #49220275

    exactly what rust devs realized. they went from "core team" to "leadership council" in the next iteratiion

  4. comment
    Comment #49207400

    There's a subreddit about that, https://old.reddit.com/r/GuerrillaGardening/ Basically if you don't own land, you can plant stuff on.. land you don't own

  5. comment
    Comment #49180053

    That's a harness concern, not a protocol concern. For example, maki [0] allows that automatically for all tools > code_execution tool - uses monty to run an interpreter that has al…

  6. comment
    Comment #49179132

    Not all platforms want to operate like mainstream social media though

  7. comment
    Comment #49177319

    I actually came to the comments to share this snippet > The hot operation isn’t really “fold this character,” it’s “does this character fold?” Almost always no. Really that's distr…

  8. comment
    Comment #49166514

    Grit isn't made for internal use though, and it's still changing the license

  9. comment
    Comment #49162398

    > if licenses permit. As if licenses mattered in the LLM era Case in point https://news.ycombinator.com/item?id=48466812 > In looking at the code that the LLMs have produced for th…

  10. comment
    Comment #49149447

    Firefox cryptographic primitives are written and formally verified in F* Some Windows things too I think (I think F* is partially funded by Microsoft Research) They actually wrote …

  11. comment
    Comment #49143080

    The source is actually all training data, plus the software used for training, including some scripts or instructions to run the entire thing end to end on your own computer. That'…

  12. comment
    Comment #49142822

    It makes no sense for me that @apply is frowned upon. It's what makes Tailwind actually kinda usable for me. Without it, markup looks like line noise full of boilerplate that's har…

  13. comment
    Comment #49142758

    The type theory of Lean is certainly rich enough though

  14. comment
    Comment #49129713

    if your article is about how your product was insufficient to protect against something, you get a pass i guess

  15. comment
    Comment #49126410

    But perf improvements not only mean you can run the same thing on cheaper hardware, you can also run more capable models in the same hardware In this sense, any advance in intellig…

  16. comment
    Comment #49122260

    In this case, you need benchmarks, in addition to regular tests. You also need concise instructions (or better yet, following your language / ecosystem norms if applicable) to how …

  17. comment
    Comment #49121378

    Could you publish to a store? Either/or Google Play or F-Droid

  18. comment
    Comment #49097758

    Intelligent systems can be tricked in ways that a dumb automaton can't, though

  19. comment
    Comment #49090282

    I agree but asking your partners to get tested is not abstinence

  20. comment
    Comment #49090226

    safe Rust is actually more memory safe than Java, since it guards against data races (in Java data races are not UB, but they are still one of the worst kinds of bugs because it le…

  21. comment
    Comment #49088687

    We could call it distillation learning A model is teaching another here Everyone wins

  22. comment
  23. comment
    Comment #49079014

    > That's an unusually low electric rate for the US What about buying your own solar panels and batteries?

  24. comment
    Comment #49077676

    It's also highly unethical (for some values of ethics)

  25. comment
    Comment #49066386

    Types, preconditions and theorems are still a guardrail Agents perform better when programming in Rust than (at least in my experience), exactly because types matter. Those theorem…