Viewing profile — timf
timf
HN member- Joined
- Mon, Dec 29, 2008, 5:52 AM UTC
- HN karma
- 19,412
- Public activity
- 1,704 items
- HN profile
- View on Hacker News ↗
About timf
Building Yupdates - https://www.yupdates.com
https://www.peakscale.com/about/
https://twitter.com/peakscale
hn@peakscale.com
Recent public activity
-
comment
Comment #40136299
The U.S. Chamber of Commerce is likely to file suit: https://www.uschamber.com/finance/antitrust/chamber-comments...
- story
- story
- story
-
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…
-
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…
- comment
-
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).
-
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.
-
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…
-
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…
- story
- story
-
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…
- story
-
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…
-
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…
- story
- story
- story
-
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…
- story
- story
- story
-
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…