Live data from Hacker News

Viewing profile — oftenwrong

oftenwrong

HN member
Joined
Sun, Apr 22, 2012, 5:40 PM UTC
HN karma
15,022
Public activity
2,471 items

About oftenwrong

sfir6i2z@mailer.me

Recent public activity

  1. story
  2. story
  3. comment
    Comment #48846068

    I am anticipating a move away from git-style version control entirely. One possible shape is something like unison-lang's CAS AST model: https://www.unison-lang.org/docs/the-big-id…

  4. comment
    Comment #48653260

    Seems that it is already supported: https://docs.memcached.org/features/flashstorage/

  5. comment
    Comment #48416498

    Somewhat similar: https://github.com/facebook/dotslash

  6. comment
    Comment #48273379

    I still have my copy of Learning Perl. Mostly because it represents a milestone in my learning. I have kept and obtained a number of other books simply because they are antiquated,…

  7. story
  8. story
  9. comment
    Comment #47649313

    I have long used underscores for _emphasis_, but I never made the connection that it was meant to resemble an underline until now.

  10. comment
    Comment #47579871

    I might be missing your sarcasm, but this is a common approach for large scale builds. Virtual filesystems are used to provide a pre-computed tree hash as a xattr. In a more typica…

  11. comment
    Comment #47471074

    Surely the school streets are a great benefit for families, yes? That seems as pro-child as public space allocation could be.

  12. story
  13. story
  14. comment
    Comment #47195597

    >The browser extension doesn’t work half the time. In addition to being frustrating, that makes it a less secure system, as one of the benefits is that it only fills the password o…

  15. comment
    Comment #47195243

    I have used savevers.vim for many years as a way to recover old versions of files. https://www.vim.org/scripts/script.php?script_id=89 It is comparatively unsophisticated, but I ne…

  16. comment
    Comment #47189679

    https://github.com/mikehaertel/minrx

  17. comment
    Comment #47108225

    #!/usr/bin/env java --source 25 void main() { IO.println("Hello, World!"); }

  18. comment
    Comment #46995410

    Seems that the Google-style approach would be a good fit: mostly one codebase with a well-defined dependency graph, and build/test infrastructure that supports fast and comprehensi…

  19. story
  20. comment
    Comment #46961818

    This is one of the main problems I have banging my head on for the past decade, and many of the things mentioned, like Buf, Unison, and more, I only stumbled upon randomly on my ow…

  21. comment
    Comment #46902437

    This is perhaps a bit different, but Fossil supports storing more types of written company artifacts in the repo: >One notable feature of Fossil is that it bundles bug tracking, wi…

  22. comment
    Comment #46744289

    I have been doing this for decades. My files are in a sub-directory of $HOME. It also makes it very obvious when a piece of software does not treat your $HOME with respect.

  23. comment
    Comment #46653304

    What is the benefit of having this be a standard? Can't an agent follow a guide just as easily in document with similar content in a different structure?

  24. comment
    Comment #46496696

    I don't think it's meant to be a point against abstraction or a point against complexity. I think it's widely understood that abstraction is part of how advancement is made in our …

  25. comment
    Comment #46447702

    You can do better now: #!/usr/bin/env java --source 25 void main() { IO.println("Hello, World!"); } https://openjdk.org/jeps/330 https://openjdk.org/jeps/458 https://openjdk.org/je…