Hacker Newsnew | past | comments | ask | show | jobs | submit | more ydant's commentslogin

Re: T-Mobile - On United you can just set your laptop user agent to a mobile one and sign on with your phone number. Works fine for both the short period and full flight options.


Looks to be this rider - Eugène Christophe:

https://en.wikipedia.org/wiki/Eug%C3%A8ne_Christophe


I enjoyed this show about feeding the tour riders:

Eat. Race. Win. https://www.amazon.com/Eat-Race-Win-Season-1/dp/B086HVQ5RB

Related, Unchained (https://www.netflix.com/title/81153133) has been an interesting view into the race although food isn't discussed at all.

Before Eat. Race. Win. I had this entirely uninformed idea the food the riders ate would be incredibly streamlined and controlled - I was thinking something like Soylent and protein powder and supplements. To see them chowing down on "normal" food and drinking alcohol (at all) was surprising for me.


The alcohol really surprises me given how meticulous they are about everything else - especially sleep monitoring. After a big win, it's not uncommon for the entire team to have sparkling wine or beer that night. Maybe not a big deal for one day races, but with stage races they usually have another hard race the next day. On the podium during stage races, victors will often drink sparkling wine/beer too. After winning a stage at last year's Vuelta a España (one of the major multi-day stage races) Sepp Kuss took a huge long chug on the podium - and then went on to when the entire race [1]!

Some riders used to drink during races too. Freddy Maertens was able to do it and still win [2].

[1] https://www.atwistedspoke.com/sepp-kuss-champagne-supernova/

[2] https://en.wikipedia.org/wiki/Freddy_Maertens#Alcohol


Any risks in terms of performance have to be weighed up against the benefits to morale. A grand tour is long, a full year's calendar of racing is even longer, but a glass of champagne to celebrate a win goes a long way towards breaking up the monotony of suffering.


and then there's the Radler, a beer and lemonade mixture specifically created for cyclists. It's quite tasty and thirst quenching, although I'm not sure I'd use it as as peri-workout drink (post-workout? sure)!


Your "join" page is a little UX uncomfortable. Middle click doesn't work for the description or apply link (just loads the whole join page again), and the apply expands/embeds the greenhouse.io page (in a narrow column) instead of opening it in a new window.


Related - this might be helpful to someone.

ImageMagick can do a visual PDF compare:

    magick compare -density "$DENSITY" -background white "$1[0]" "$2[0]" "$TMP"
(density = 100, $1 and $2 are the filenames to compare, $TMP the output file)

You need to do some work to support multiple pages, so I use this script:

https://gist.github.com/mbafford/7e6f3bef20fc220f68e467589bb...

This also uses `imgcat` to show the difference directly in the terminal.

You can also use ImageMagick get a perceptual hash difference using something like:

    convert -metric phash "$1" null: "$2" -compose Difference -layers composite -format '%[fx:mean]\n' info:
I use the fact you can configure git to use custom diff tools and take advantage of this with the following in my .gitconfig:

    [diff "pdf"]
        command = ~/bin/git-diff-pdf
And in my .gitattributes I enable the above with:

    *.pdf binary diff=pdf
~/bin/git-diff-pdf does a diff of the output of `pdftotext -layout` (from poppler) and also runs pdf-compare-phash.

To use this custom diff with `git show`, you need to add an extra argument (`git show --ext-diff`), but it uses it automatically if running `git diff`.


Next level, especially with the git attribute calls, well played.

I'm still blown away how powerful imagemagick is after using it for a decade or two, what an inspiring piece of open source software.


imagemagick really is magical.-


I use some custom tools for PDF comparison (visual, textual, and perceptual hash) for my personal records/accounting purposes.

A number of the financial and medical institutions I deal with re-generate PDFs every time you request them, but the content is 99-100% identical. Sometimes just a date changes. So I use a perceptual hash and content comparison to automate detecting truly new documents vs. ones that are only slightly changed.


Bolt will cool itself, but it does so more aggressively when plugged in (even if not actively charging). I always leave our EVs plugged in when it's over about 80F and below freezing because of that.

My 2021 is complaining loudly (running the cooling system) about the heat-wave today.


Thanks for that info. I'll definitely keep it plugged in then.


If you're using AWS ElasticBeanstalk Tomcat distribution, 21 isn't supported yet. I realize this isn't a huge segment of the market, but it's probably not the only example.

https://docs.aws.amazon.com/elasticbeanstalk/latest/platform...

21 is supported for Amazon Linux 2023 and the JavaSE ElasticBeanstalk offering, though.


They don't (on iTerm2), which makes this of fairly limited utility for me, since my next operation would be to copy the filename and act on it.

I mainly use a modified version of iTerm2's imgcat script for browsing images (remotely through SSH and locally) and knowing the filename.

This lsix tool is faster than my imgcat based script, though, so it looks like I have some room for tweaking/improving.


Mine (with Hammerspoon) are:

- Left half / right half - full vertical

- Move to monitor 1 or 2

- Bottom half / top half - full width

- Center 2/3 wide, full vertical (for the ultra-wide screen and reading)

Also have shortcuts for launching or switching to certain key applications (Firefox, IntelliJ, Terminal).

These + normal window switching keybinds are so integral to my workflow I definitely feel out of sorts if using a machine they aren't on.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: