HN user

thelibrarian

488 karma
Posts14
Comments143
View on HN
Cloudflare Drop 14 days ago

If you don’t give them a license to display the works you give them to display, how can they legally display it?

Colin Percival (cperciva), upon being dismissed due to never having won a prestigious mathematical award such as a Putnam fellowship, revealing that he had in fact won a Putnam fellowship in 1999.

Considering the James Van Der Beek of Dawson's Creek fame is having to hold a fundraising auction of his memorabilia to fund his cancer treatment, cancer is expensive in the US.

Litestream v0.5.0 10 months ago

Litestream gives you point in time recovery - you can restore to any snapshot time, not just have a current replica.

While the orientation is interesting, the coloring is very poor. With no key, it would seem that the colors are used to differentiate countries, but they have too many adjacent countries colored the same default beige. This makes Canada, Greenland and Iceland all appear to be the same country, likewise with Australia, New Zealand, and Papua New Guinea. Also Mexico and most of the Caribbean (except Haiti).

Argentina has tried to prove this both by legal means and by force, and has conclusively failed at both, so I think it's well past time to give up.

Don't bother with this one - the latest post (The Return of Magic) is promoting a load of unscientific woo (The Telepathy Tapes). The author seems to seriously mean the title of the post literally.

[dead] 2 years ago

Bill Maher is way too confident(ly incorrect).

Ruby 3.3 3 years ago

I think you may just be used to Python still relying on functions for string processing, where Ruby has methods on the String class for manipulating strings.

It seems to me that Python still has these holdovers from when it was not fully object-oriented, where a lot of string and data structure manipulation is done with language-level functions rather than methods on the objects, which can be quite confusing.

7 Wonders Duel is great, and even better than the very good original.

Patchwork is a very good space-filling tiling game. Its theme and premise may sound boring, but it is fun and very competitive.

The small city-based Ticket to Ride variants play two players very well, and are also good with 3 or 4 players.

Tak is a great abstract strategy game for two players.

Concordia is an excellent game, and plays very well with two players on small maps (e.g. Cyprus or Egypt).

Favourite game from this year: John Company 2nd ed. Very complex, but in an interesting, understandable, and thematic way.

Favourite old game discovered this year: The King is Dead. An area control game with restrictions that interact in very interesting ways.

Perennial favourites:

Orleans - the most played game at my weekly board game group. Worker placement and deck building combined.

Concordia - a great resource collection game, plays well from 2-5 players with no rules changes

Hansa Teutonica - brilliant worker placement game. Looks bland, plays well, and now comes in a well-priced box with all expansions.

This was an upstream change in OpenSSH, not an arbitrary change by Apple.

Also, scp was in fact broken, and they fixed it by changing it to use the SFTP protocol under the hood.

Totally anecdotal, but I have found ripgrep orders of magnitude faster than grep when searching a large corpus of data (in my case, many multi-hundred megabyte to gigabyte XML files). As in, ripgrep completed the search in seconds, grep took multiple minutes. I'm sure I could have done some research to optimise/parallelise grep, but ripgrep worked doing the "dumb" search.