Viewing profile — allenz
allenz
HN member- Joined
- Tue, Apr 02, 2013, 12:35 AM UTC
- HN karma
- 1,060
- Public activity
- 366 items
- HN profile
- View on Hacker News ↗
About allenz
Recent public activity
-
comment
Comment #39152859
https://www.videogist.co was mentioned previously on HN: https://news.ycombinator.com/item?id=38555629
-
comment
Comment #26461879
No, Tesla probably has very few employees older than 65 and no employees in nursing homes.
- comment
-
comment
Comment #25457458
To add a bit of context: brokerages like Robinhood send buy/sell orders to national exchanges and to private trading firms e.g. high-frequency traders. Private firms provide price …
-
comment
Comment #25255965
That’s only for the final model. To find it, they’d need to run 1,000 experiments, trying many high-level approaches, many architectures for each component, hyperparameter search, …
-
comment
Comment #18351071
Same here, I run the latest Firefox on both Windows and Linux. Gmail always takes at least 5 seconds to load.
-
comment
Comment #18280973
Perhaps he wasn't prescient, just lucky.
- comment
- comment
-
comment
Comment #18063393
People are perfectly capable of distinguishing between browsers and websites. For example, users have no problem logging into Facebook with Chrome. Auto-signin only adds confusion.…
- comment
-
comment
Comment #18061601
Thanks for the explanation. It seems to assume that Gmail is the internet. If people sometimes use Facebook or forums or games instead of Gmail, then history will appear to sync to…
-
comment
Comment #18061497
The world is very small, and privacy is a mainstream concern these days. The impact of one story or one action is limited, but in the end, users do get their say. Otherwise, we wou…
-
comment
Comment #18061117
What's the point of signing in at all for users who don't use sync?
-
comment
Comment #18060925
But the tech-savvy community has influence. We set up computers for our friends and families. We write IT policies. We are web developers, tech reporters, and more. At least for me…
-
comment
Comment #18054118
craftyguy was just speculating. "Chromium does download hotword-x86-64.nexe on startup, but it has been carefully designed as an opt-in feature" https://news.ycombinator.com/item?i…
-
comment
Comment #18054070
It was an intentional download so that Chromium users could use "Ok Google".
-
comment
Comment #18054032
CamTin was saying that workers should be considered investors in a moral sense: they put time and effort into the company and deserve a share of the profits. Obviously, workers are…
- comment
-
comment
Comment #18053506
"Listening in" is inaccurate. "Ok Google" was opt-in only, and did not record users without consent. Chromium downloaded but didn't run the binary blob. Previous discussion: https:…
-
comment
Comment #18052250
You're still making an ideological argument, though you might not realize it. The question is whether workers should have some degree of ownership and control of their company. You…
-
comment
Comment #18052110
> the students admitted before 1969 were more open to radical ideas Perhaps this reflected a broader social trend, rather than a change in admissions preferences? The 1970s marked …
- comment
-
comment
Comment #17688495
I recommend learning linear programming first. It's simple and useful, and makes it easier to understand quadratic programming, convex optimization, etc.
-
comment
Comment #17687743
You should use a modeling library which abstracts away from individual solvers, such as pyomo for Python: http://www.pyomo.org Gurobi is the fastest solver, and it's free for colle…