Viewing profile — qwhelan
qwhelan
HN member- Joined
- Tue, Jan 29, 2019, 9:17 PM UTC
- HN karma
- 47
- Public activity
- 38 items
- HN profile
- View on Hacker News ↗
About qwhelan
No profile information was provided.
Recent public activity
-
comment
Comment #47699283
I've never ridden in Illinois, but yeah: > § 11-1512. Bicycles on sidewalks. (a) A person propelling a bicycle upon and along a sidewalk, or across a roadway upon and along a cross…
-
comment
Comment #47691738
Unfortunately in many jurisdictions it is legally required to do that when passing a pedestrian.
-
comment
Comment #47548745
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 …
-
comment
Comment #47532641
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…
-
comment
Comment #46428020
Also, part of the City and County of San Francisco!
-
comment
Comment #29119172
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. Unlikel…
-
comment
Comment #29109056
Also worth mentioning that "unapproved software" on bank infrastructure is what an aggressive prosecutor would call "felony bank hacking".
-
comment
Comment #27992644
Also political activists who know how the lottery system works far better than the rest of the population: https://apnews.com/article/cad8b58711d54b178660a0ce379288a4
-
comment
Comment #25133734
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.
-
comment
Comment #25133709
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. …
-
comment
Comment #25119701
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…
-
comment
Comment #25119661
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, …
-
comment
Comment #24295306
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 …
-
comment
Comment #24290663
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…
-
comment
Comment #23201411
We've come full circle - Amazon has a bookstore chain these days (Amazon Books).
-
comment
Comment #23064039
Definitely a bit of the former, but JPM and a few other big players have made similar moves.
-
comment
Comment #23056329
Happened a month ago: https://www.reuters.com/article/us-health-coronavirus-wells-...
-
comment
Comment #22144684
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…
-
comment
Comment #22144585
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.
-
comment
Comment #22144313
> 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 rel…
-
comment
Comment #22144136
You should upgrade your version of pandas if possible - that's been fixed for a few versions now.
-
comment
Comment #22144123
>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(…
-
comment
Comment #22041945
>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…
-
comment
Comment #22041092
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 Cita…
-
comment
Comment #21970856
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 b…