freshbob | 8 days ago | on: Cracking the Python Monorepo
freshbob's comments
freshbob | 2 years ago | on: German credit agency earns millions through unlawful customer manipulation
freshbob | 2 years ago | on: Two interesting XOR circuits inside the Intel 386 processor
freshbob | 2 years ago | on: DM1 by Colin Skelton (2015) [pdf]
freshbob | 3 years ago | on: IPv6 support for cloning Git repositories?
See <https://en.wikipedia.org/wiki/6to4> for more information.
freshbob | 5 years ago | on: Studying the impact of U.S. immigration barriers on global knowledge production
Do you mean settled status? Regardless, that is easier as well (see for instance the guy posting about the Blue Card a few comments up).
freshbob | 5 years ago | on: Lawyers automate this, so why don't airlines?
Lol! I had experiences similar to OPs two or three times. Agents will actively refuse to rebook, if you can get a hold of them at all. They will tell you all kinds of stories: "you booked through a third party, so your contract is with them and they need to rebook", or "I'm not allowed to rebook", or (another classic) "cannot be rebooked and you forfeit your compensation if you rebook yourself".
Honestly, at this point, I consider people suggesting rebooking through an agent as people who rarely or never fly and therefore are very naive about what actually happens in these types of situations.
freshbob | 5 years ago | on: Second cable breaks at Puerto Rico’s Arecibo telescope
freshbob | 5 years ago | on: A Cyrillic orthography for the Polish language
I always felt that Polish words were just too long because some many consonants are required to transport all the different sounds! I personally felt that Cyrillic would be a better fit, but obviously don't know the specifics having never learnt Polish (only a bit of Russian). The choice of the old church symbols seems odd to me because they are so unwritable in handwriting and --- checking Wikipedia --- unsurprisingly evolved to look very different in cursive.
freshbob | 5 years ago | on: Self Referential Formula in Math (2011)
I think it would be far more interesting how to actually construct this formula than just presenting the formula itself, though...
freshbob | 5 years ago | on: Low-code vs model-driven: are they the same?
freshbob | 5 years ago | on: Revisiting the spectacular failure that was the Bill Gates deposition
freshbob | 5 years ago | on: Arithmetic Shifting Considered Harmful (1976) [pdf]
x / 2 resulting in the off-by-one error mentioned in the paper, if x is LLONG_MIN. LLONG_MIN / 2 = 0 in with their optimization.
freshbob | 5 years ago | on: In Pursuit of PPE
freshbob | 5 years ago | on: In Pursuit of PPE
freshbob | 6 years ago | on: Misconfigured Circuit Breakers
IMHO the worst-case assumption of all service instances failing simultaneously leads the author astray in their quest to reduce "wasted utilization".
Pretend the network switch rebooted and all services were unavailable for a short period of time, but your website is in high demand, so the error threshold of three errors per resource was quickly reached. Let's pretend the network switch needed 5 seconds to reboot, so 42 resources each failing 3 times in that time equals 126 requests/5 seconds, 25.2 requests/second. Now, instead of quickly recovering from that state after two seconds, the author advises to instead wait 30 seconds, so that's 756 requests---because your site is so popular---before the first service is retried. Then an additional 41 requests (~1.67 seconds) until all resources are marked available again. So now you made about one thousand people unhappy in case it's their browsing session that's constantly lost. Unless of course your were too optimistic when setting the half_open_resource_timeout, because then your services might be blocked for multiples of error_timeouts, e.g. minutes with a high error_timeout value of 30 seconds. That's a lot more than a thousand people unable to log in.
IMHO setting the half_open_resource_timeout way lower than the regular service_timeout value will just risk the services _never_ becoming available again after an internal network outage in your data center. That seems like a recipe for disaster.
freshbob | 6 years ago | on: I Created a $60K/Month App That Collects In-Person Payments Through Stripe
freshbob | 6 years ago | on: PlantUML in a nutshell
freshbob | 8 years ago | on: A subway-style diagram of the major Roman roads, based on the Empire ca. 125 AD
https://en.wikipedia.org/wiki/Samosata is the modern city of Samsat https://en.wikipedia.org/wiki/Rhesaina is Ressaina (see http://www.perseus.tufts.edu/hopper/text?doc=Perseus:text:19...) https://en.wikipedia.org/wiki/Zeugma,_Commagene Zeugma is near modern-day Gaziantep
The location of historic Tharrana is apparently not finally known. Harran, Turkey is one possibility mentioned at http://www.euratlas.net/cartogra/peutinger/10_mesopotamia/me....
Since all reference points are in Turkey or Syria, best guess is that the cirular lake with the island is Al Jaboul Lake, 36.024360"N, 37.610087"E. It used to be a tributary to the Euphrates but no source I could find states exactly when that changed.
freshbob | 8 years ago | on: Chaos Computer Clubs Breaks Iris Recognition System of the Samsung Galaxy S8
Also, the cellphone image resolution is far too low to recognize dilations. Looking at the video, I'm surprised that it works as well as it does, to be honest.