Viewing profile — oftenwrong
oftenwrong
HN member- Joined
- Sun, Apr 22, 2012, 5:40 PM UTC
- HN karma
- 15,022
- Public activity
- 2,471 items
- HN profile
- View on Hacker News ↗
About oftenwrong
Recent public activity
- story
- story
-
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…
-
comment
Comment #48653260
Seems that it is already supported: https://docs.memcached.org/features/flashstorage/
-
comment
Comment #48416498
Somewhat similar: https://github.com/facebook/dotslash
-
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,…
- story
- story
-
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.
-
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…
-
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.
- story
- story
-
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…
-
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…
-
comment
Comment #47189679
https://github.com/mikehaertel/minrx
-
comment
Comment #47108225
#!/usr/bin/env java --source 25 void main() { IO.println("Hello, World!"); }
-
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…
- story
-
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…
-
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…
-
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.
-
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?
-
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 …
-
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…