Unfortunately in many jurisdictions it is legally required to do that when passing a pedestrian.
Yeah, it's understandable that the real world is messy and user-sourced data can be very suspect. The case I'm thinking of is the eastern end of SR-520 over Lake Washington in the Seattle area. It has hundreds/low…
Yet it's unclear to what extent they actually use them - on freeway adjacent bike paths that have different gradients than the adjacent freeway (typically steeper), it's very clear Garmin is using data referencing the…
Also, part of the City and County of San Francisco!
Well the login message I was greeted with on every ssh connection certainly threatened criminal prosecution for unapproved software at the extremely large bank I worked at. Unlikely? Sure. But a lawyer somewhere thought…
Also worth mentioning that "unapproved software" on bank infrastructure is what an aggressive prosecutor would call "felony bank hacking".
Also political activists who know how the lottery system works far better than the rest of the population: https://apnews.com/article/cad8b58711d54b178660a0ce379288a4
This is an explicit rule introduced at the beginning of most Caltech courses, so the norm is that that behavior is cheating due to being warned in advance.
Some professors would provide past exams for study aids or use them as homework problems. However, the explicit default was that you should not look at solutions from prior years. Professors would announce at the…
The opening words of ACM95a my year are seared into my mind: "I would like to apologize to the students who took this course last year. I always aim for a mean exam score of 50 and a standard deviation of 10. Last…
One example of an adversarial university environment is how fraternities and sororities keep copies of exams and assignments from prior years. Professors know cheating is rampant, so have to change the questions every…
IIRC, CS1 was a mandatory class for other majors (like MechE) and a course in Scheme was basically hazing from their perspective. I forget if Scheme was moved to a later course or made optional.
As yet another housemate of Andy's at Caltech, it is perhaps worth mentioning that he was also involved in updating Caltech's CS curriculum prior to it becoming as popular as it is today. Hard to say how much of the…
We've come full circle - Amazon has a bookstore chain these days (Amazon Books).
Definitely a bit of the former, but JPM and a few other big players have made similar moves.
Happened a month ago: https://www.reuters.com/article/us-health-coronavirus-wells-...
As mentioned elsewhere in this thread, it's opt-in to avoid breaking existing behavior. But given that ingestion points are easy to identify, it's pretty straightforward to turn on (especially if you have a schema for…
Yes, there's a lot of existing code written assuming the old behavior. But most code has only a few ingestion points, so it's pretty simple to turn on.
> Occurs in pandas 0.25.1 (and the release notes for 0.25.2 and 0.25.3 don't mention such a change), so that would likely be still the case in the latest stable release. It was released in 0.24.0:…
You should upgrade your version of pandas if possible - that's been fixed for a few versions now.
>Want to join two dataframes together like you'd join two database tables? df.join(other=df2, on='some_column') does the wrong thing, silently, what you really wanted was df.merge(right=df2, on='some_column') Simply a…
>Of course, at RenTech in particular the employee-only fund is the good fund Yeah, but only the long tenured/high performing employees get access to the good fund (there's a merely average fund that most employee…
At hedge funds, the majority of your "cash bonus" can take the form of deferred comp that's locked up in a shitty fund that doesn't perform anything like the famous ones (both Citadel and RenTec do this). Some don't let…
FWIW it looks like pandas is slow/OOM-ing because the benchmarks solely use Categoricals, which aren't as heavily used by pandas users compared to R. In particular, I suspect the benchmark sizing is forcing falling back…
>SIPC insurance up to 500K USD on all (non-crypto) investment accounts? This is on-par with the same kind of protections you get with any FDIC-insured checking or savings account. While similar, SIPC is not "on-par"…
Unfortunately in many jurisdictions it is legally required to do that when passing a pedestrian.
Yeah, it's understandable that the real world is messy and user-sourced data can be very suspect. The case I'm thinking of is the eastern end of SR-520 over Lake Washington in the Seattle area. It has hundreds/low…
Yet it's unclear to what extent they actually use them - on freeway adjacent bike paths that have different gradients than the adjacent freeway (typically steeper), it's very clear Garmin is using data referencing the…
Also, part of the City and County of San Francisco!
Well the login message I was greeted with on every ssh connection certainly threatened criminal prosecution for unapproved software at the extremely large bank I worked at. Unlikely? Sure. But a lawyer somewhere thought…
Also worth mentioning that "unapproved software" on bank infrastructure is what an aggressive prosecutor would call "felony bank hacking".
Also political activists who know how the lottery system works far better than the rest of the population: https://apnews.com/article/cad8b58711d54b178660a0ce379288a4
This is an explicit rule introduced at the beginning of most Caltech courses, so the norm is that that behavior is cheating due to being warned in advance.
Some professors would provide past exams for study aids or use them as homework problems. However, the explicit default was that you should not look at solutions from prior years. Professors would announce at the…
The opening words of ACM95a my year are seared into my mind: "I would like to apologize to the students who took this course last year. I always aim for a mean exam score of 50 and a standard deviation of 10. Last…
One example of an adversarial university environment is how fraternities and sororities keep copies of exams and assignments from prior years. Professors know cheating is rampant, so have to change the questions every…
IIRC, CS1 was a mandatory class for other majors (like MechE) and a course in Scheme was basically hazing from their perspective. I forget if Scheme was moved to a later course or made optional.
As yet another housemate of Andy's at Caltech, it is perhaps worth mentioning that he was also involved in updating Caltech's CS curriculum prior to it becoming as popular as it is today. Hard to say how much of the…
We've come full circle - Amazon has a bookstore chain these days (Amazon Books).
Definitely a bit of the former, but JPM and a few other big players have made similar moves.
Happened a month ago: https://www.reuters.com/article/us-health-coronavirus-wells-...
As mentioned elsewhere in this thread, it's opt-in to avoid breaking existing behavior. But given that ingestion points are easy to identify, it's pretty straightforward to turn on (especially if you have a schema for…
Yes, there's a lot of existing code written assuming the old behavior. But most code has only a few ingestion points, so it's pretty simple to turn on.
> Occurs in pandas 0.25.1 (and the release notes for 0.25.2 and 0.25.3 don't mention such a change), so that would likely be still the case in the latest stable release. It was released in 0.24.0:…
You should upgrade your version of pandas if possible - that's been fixed for a few versions now.
>Want to join two dataframes together like you'd join two database tables? df.join(other=df2, on='some_column') does the wrong thing, silently, what you really wanted was df.merge(right=df2, on='some_column') Simply a…
>Of course, at RenTech in particular the employee-only fund is the good fund Yeah, but only the long tenured/high performing employees get access to the good fund (there's a merely average fund that most employee…
At hedge funds, the majority of your "cash bonus" can take the form of deferred comp that's locked up in a shitty fund that doesn't perform anything like the famous ones (both Citadel and RenTec do this). Some don't let…
FWIW it looks like pandas is slow/OOM-ing because the benchmarks solely use Categoricals, which aren't as heavily used by pandas users compared to R. In particular, I suspect the benchmark sizing is forcing falling back…
>SIPC insurance up to 500K USD on all (non-crypto) investment accounts? This is on-par with the same kind of protections you get with any FDIC-insured checking or savings account. While similar, SIPC is not "on-par"…