Live data from Hacker News

Viewing profile — rbsmith

rbsmith

HN member
Joined
Wed, May 11, 2016, 1:35 AM UTC
HN karma
19
Public activity
18 items

About rbsmith

No profile information was provided.

Recent public activity

  1. comment
    Comment #49233982

    I'm working my way through "Improving Heuristics for A* Pathfinding". Thank you so much, HN! https://news.ycombinator.com/item?id=49079995

  2. comment
    Comment #47480729

    Do you use Pijul? From time to time, I do a 'pijul pull -a' into the pijul source tree, and I get a conflict (no local work on my part). Is there a way to do a tracking update pull…

  3. comment
    Comment #47022976

    > there is no way to separate it There is git subtree --help May get complicated at the edges, as files move across boundaries. It's a hard problem. And for some subset of those pr…

  4. comment
    Comment #41234902

    Baumol’s Cost Disease or Baumol Effect [1]. Thanks for mentioning. I think it deserves more air time, especially looking at typical responses (raising price, reducing quality) and …

  5. comment
    Comment #40872794

    I worked on bk > The data received was SCCS, which was an understood format with existing tools. You'd be surprised. SCCS is not broadly understood. And BK is not exactly SCCS. I r…

  6. comment
    Comment #35356450

    I had him as a teacher for my 2nd CS class in 1976, I think it was data structures using Pascal. I don't think I had another class which we laughed so much. Enough learning and fun…

  7. comment
  8. comment
    Comment #30519229

    Yes! Thank you. On to exploring!

  9. comment
    Comment #30513124

    The blc.S didn’t build for me using `-oformat:binary` . Changing to `--oformat=binary` it compiled, but then get core dumps. Running Linux x86_64 up to date Ubuntu 20.04.4 . for cc…

  10. comment
    Comment #26228029

    An example: The 4th paragraph from the end of section II talks about optional deltas. It's like ifdefs in a version control system: many version can be checkout with or without som…

  11. comment
    Comment #26227054

    A reasonable direction to go, and I'll give sort of a non-response. For me, it's to take some time to absorb and celebrate this paper. If I go too quickly to doing better, I tend t…

  12. comment
    Comment #26225001

    This amazing paper holds a special place in my heart: my marked up 1992 copy serving me well when working as a graph and weave engineer on BitKeeper. To me, SCCS is both a marvel a…

  13. comment
    Comment #26208201

    All the files that begin with L in : https://github.com/bitkeeper-scm/tcl/tree/master/generic

  14. comment
    Comment #14899068

    Maybe because Mercurial is GPL? I saw that too, and wondered as you did. https://www.mercurial-scm.org/repo/hg/file/tip/COPYING

  15. comment
    Comment #14833196

    > I've never had an SFO PIT flight without layovers. About 10 years ago, I did a round trip a month, each under $300 and all flights non-stop. Then USAirways hub status left, and t…

  16. comment
    Comment #11674967

    Interesting. "^AI Spec" where Spec feeds into a predicate f(Spec, Version) to control printing a particular Version? Looks like you could drop the ^AE lines.

  17. comment
    Comment #11672352

    Thank you! A peek into the (as far as I know) into root node of source control history.

  18. comment
    Comment #11672078

    | CDC's MODIFY and Cray's clone UPDATE, were kind of like SCCS Do you have references? I've heard of these but haven't come across details after much creative searching since they …