Live data from Hacker News

Viewing profile — timf

timf

HN member
Joined
Mon, Dec 29, 2008, 5:52 AM UTC
HN karma
19,412
Public activity
1,704 items

About timf

Tim Freeman

Building Yupdates - https://www.yupdates.com

https://www.peakscale.com/about/

https://twitter.com/peakscale

hn@peakscale.com

Recent public activity

  1. comment
    Comment #40136299

    The U.S. Chamber of Commerce is likely to file suit: https://www.uschamber.com/finance/antitrust/chamber-comments...

  2. story
  3. story
  4. story
  5. comment
    Comment #36510372

    I do a similar thing [1]. One of the great advantages to formally namespaced IDs is including a systematic conversion into strong types in your code. It's harder to accidentally mi…

  6. comment
    Comment #36507256

    I don't see how it isn't based on time. They use GPS and atomic clocks to establish the time, establish an uncertainty window, and in Spanner's case will have transactions wait out…

  7. comment
  8. comment
    Comment #36502270

    Agree, and the timestamp comparisons you can make when the windows do not overlap are the basis of the ordering guarantees (across machines, even globally).

  9. comment
    Comment #36500438

    Could be an alias, I have a limited set of aliases for each type of system. But I keep a repository of hundreds of personal shell scripts and it fit better there.

  10. comment
    Comment #36500379

    > The main reason we can not use system clocks is that system clocks across servers are not guaranteed to be synchronized. Data center/cloud system clocks can be tightly synchroniz…

  11. comment
    Comment #36493204

    Since I'm bouncing between OSX and Linux a lot, I have a shell script with the same name on each that boils down to: if [ `uname` == "Darwin" ]; then pbcopy else xsel --clipboard f…

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

    I want to make a FOSS reader that we can run on our own machines. It would poll on demand and be really good at archiving sites/posts. A combination of feed reader and scraping/arc…

  15. story
  16. comment
    Comment #36402915

    The author is pointing out that someone who clicks an RSS/Atom link and gets a page of gibberish is not going to understand all that XML, and they will likely just go back to the s…

  17. comment
    Comment #36402877

    There are a lot of feeds now with titles and maybe a short paragraph of text, like the beginning of the article or a summary. There is a world of difference between sites maintaini…

  18. story
  19. story
  20. story
  21. comment
    Comment #36232933

    Related: Reddit is creating an exemption to its unpopular new API pricing terms for makers of accessibility apps, which could come as a big relief for some developers worried about…

  22. story
  23. story
  24. story
  25. comment
    Comment #36144704

    I don't have that mentality that this must be the case, for what it's worth. It's just what is most attractive to the end-users usually. And it's what many products do to attract t…