Live data from Hacker News

Viewing profile — wyoung2

wyoung2

HN member
Joined
Tue, Dec 15, 2015, 4:07 PM UTC
HN karma
168
Public activity
156 items

About wyoung2

No profile information was provided.

Recent public activity

  1. comment
    Comment #47963035

    RPN calculator program implementations of the math behind a paper previously discussed here: https://news.ycombinator.com/item?id=47746610

  2. story
  3. comment
    Comment #45151794

    My expanded version clarifies that, among other things: https://tangentsoft.com/podman/wiki?name=Not%20a%20Drop-In%2... Thanks!

  4. comment
    Comment #45145321

    Thanks! I've expanded it into an article, still in rough draft form but available here: https://tangentsoft.com/podman/wiki?name=Not%20a%20Drop-In%2...

  5. comment
    Comment #45141851

    > huge uid didn't work in podman (like 1000000 I think) You're running into the `/etc/sub[ug]id` defaults. The old default was to start your normal user at 100000 + 64k additional …

  6. comment
    Comment #45141778

    Broadly, the claim that Podman is a drop-in replacement for Docker is true only for the simple cases, but people have developed assorted dependencies on Docker implementation detai…

  7. comment
    Comment #38596663

    > github.com…I don't want an 'impedance mismatch' between my system and their system So give your contributors developer accounts on your Fossil instance, which is super-cheap to s…

  8. story
  9. comment
    Comment #31699541

    Fossil's method is backwards-compatible, and we published the method for it five years ago (2017-03-05): https://fossil-scm.org/home/doc/trunk/www/hashpolicy.wiki

  10. comment
    Comment #31699167

    We don't know how to push bad artifacts into a Merkle tree by exploiting SHA-1's weaknesses. The thing is, though, we didn't want to be pushed into scrambling for a better hash alg…

  11. comment
    Comment #31698981

    It's easy to strap the color-coding JS library of your choice to Fossil. Here's an instance using Prism.js and its Cay theme: https://tangentsoft.com/mikrotik/wiki?name=Maintaining…

  12. comment
    Comment #31698929

    All of which is why Fossil now uses SHA3-256 by default. How long is it going to take Git to follow?

  13. comment
    Comment #30823225

    > all those features. The forum, chat, and Pikchr features have been added since then. Indeed, everything in the Fossil ChangeLog has been added since then, because it cuts off a f…

  14. comment
    Comment #30816782

    When Fossil didn't have those features, the frequent complaints were that Fossil doesn't have those features, and that's why they had to keep using $INERTIA_SOURCE. Now that it has…

  15. comment
    Comment #29914263

    I'm the type of guy that would store the Pikchrs in the version control system alongside the HTML, then write a Makefile to regenerate the SVGs referenced from the HTML every time …

  16. comment
    Comment #29914225

    No technology popular enough to attract an audience ever goes away. However, would you care to speculate on how many troff documents were written in 2021 versus Markdown docs?

  17. comment
    Comment #29914205

    If you leave off the "pikchr" tag or use something else like "PikchrSource", then the renderer doesn't trigger. If you want to see it both ways, Fossil renders the diagrams with an…

  18. comment
    Comment #29126789

    I daresay there is no DVCS appropriate for many large files that change. You want something more like a classic non-distributed VCS so you're not cloning the entire history of huge…

  19. comment
    Comment #29126768

    The thing is, Fossil is also a huge improvement over Subversion without losing its day-to-day simplicity.

  20. comment
    Comment #29126758

    Fossil was designed by someone coming from CVS, so its everyday CLI is actually closest to that. As a Subversion expat, I found Fossil quite easy to pick up, modulo a few quibbles …

  21. comment
    Comment #29126751

    Fossil is that thing: a simplified DVCS that doesn't have important bits missing. There are certainly cases where Git is the right tool, but it's vastly overapplied, used because i…

  22. comment
    Comment #29126714

    Complexity is fine in something like a programming language or a text editor where increasing mastery can mean better software and hopefully more money. How do I make more money by…

  23. comment
    Comment #29126699

    "Detached head" is Git's way of saying "I don't know how to find my children when you say something like 'git checkout abcd1234'". Fossil can do this, so you can point someone to a…

  24. comment
    Comment #27739063

    1. Fossil syncs branching and tagging info among all clones; it isn't local state as with Git. Therefore, when you're looking at a timeline, others' branches and such are named, la…

  25. comment
    Comment #27738986

    > tests that cannot be run locally Fossil just got a "patch" command to help with cases like that: https://fossil-scm.org/home/doc/trunk/www/patchcmd.md Previously, the standard so…