bigpicture | 7 years ago | on: Kelly Criterion (2007)
bigpicture's comments
bigpicture | 7 years ago | on: Ads just work, no matter what you think
bigpicture | 7 years ago | on: A new way to make steel could cut 5% of CO2 emissions at a stroke
U.S. Steel operates integrated mills, which make steel from raw materials. "Mini-mills" make steel using electric arc blast furnaces to recycle existing steel.
If you need very high quality steel, you have to get it from an integrated mill. Everyone else can use the recycled stuff. The real benefit that you are talking about is the fact that recycled steel quality is improving enough to be useful in more applications.
PS - U.S. Steel is converting their Alabama mill to an electric arc blast furnace (they may have finished by now).
bigpicture | 7 years ago | on: Intel announces Cascade Lake Xeons: 48 cores and 12-channel memory per socket
Every single consumer-targeted Intel chip has integrated graphics capable of displaying a 4k movie on the screen/tv without so much as breaking a sweat. AMD has exactly 3 Ryzen chips with that capability, none of which fit into their "Lot's of cores!" strategy. I'm not sure that AMD understands what drives the majority of consumer purchases.
bigpicture | 7 years ago | on: The Surprising Power of the Long Game
Appendix A [1] contains the salary schedule for Chicago Public Schools, which shows that in the current school year a first-year teacher ("step 1") with a bachelor's degree ("lane 1") earns between $57,000 and $69,000 per year, depending on the length of the school year in the particular school they are appointed to. A master's degree ("lane 2") bumps the pay by somewhere in the range of $4,000-5,000.
Being a coach on the sports team earns an additional $26.21 per hour of coaching, participating in after-school non-coaching, non-instructional activities earns $40.90 per hour, and after-school instructional activities earn $47.62 per hour.
It appears as though a teacher could add $5,000 or more per year with only an hour of extra time per school day.
If a teacher wanted to be frugal and save money, it surely appears possible.
bigpicture | 7 years ago | on: Texans say voting machines changing straight-ticket choices
If you do early voting, you can only vote electronically. If you vote on election day, you can choose a paper ballot if you wish. Early voting is electronic only because you can vote anywhere in the city (if you work downtown you can do so on your lunch break no matter where in the city you live) and there are dozens of different ballots because we vote on things at the neighborhood level in addition to state and national candidates. Having paper ballots would be quite challenging.
bigpicture | 7 years ago | on: Tesla Third Quarter 2018 Update [pdf]
Sure, look at their balance sheet from the 8-k filing. How many quarters in a row showing a $1.2 billion increase in accounts payable will their suppliers tolerate?
bigpicture | 7 years ago | on: TinySeed – A Startup Accelerator Designed for Bootstrappers
bigpicture | 7 years ago | on: State education rankings are riddled with methodological flaws
bigpicture | 7 years ago | on: State education rankings are riddled with methodological flaws
bigpicture | 7 years ago | on: The Case for Making Cities Out of Wood
Additionally, a CLT office building has been approved in Chicago and will be the largest CLT building in the United States when finished.
bigpicture | 7 years ago | on: 12 Factor CLI Apps
bigpicture | 7 years ago | on: The down side to wind power
So when they say that a downside to wind power is the much larger amount of space required compared to previous expectations, is it in the NIMBY "I don't want to see a turbine when I look out the window", or something else? I'd like to give the authors the benefit of the doubt; I wish they'd spent a little more space explaining the downside of the land requirements.
bigpicture | 7 years ago | on: In El Chapo’s Trial, Extraordinary Steps to Keep Witnesses Alive
Osama bin Laden was tried and convicted for the first WTC bombing
bigpicture | 7 years ago | on: Prepare for changes to macOS Server 5.7.1
The current iteration, however, needs some work. On my old Mac Mini, it is constantly complaining that it needs more space. This will become annoying and I'm sure that some people will find this message anxiety-inducing. For me, I have been meaning to find out whether it stops working or if it purges old content when this happens. I hope it is the latter!
bigpicture | 7 years ago | on: No class action for unhappy Uber drivers: U.S. appeals court
[1] https://www.xfinity.com/Corporate/Customers/Policies/Subscri...
bigpicture | 7 years ago | on: No class action for unhappy Uber drivers: U.S. appeals court
The company absolutely has an interest in not choosing the arbiter, instead contracting out that choice to some respected third party. Corporations win more frequently in arbitration because you are required to do work, you are required to be prepared, you don't have unlimited resources at your disposal, and you don't get to go on a fishing expedition in the form of lawsuit discovery.
bigpicture | 7 years ago | on: The Little Typer
This is published by MIT press, but the author (Friedman) is a professor at Indiana University.
bigpicture | 7 years ago | on: Let’s bring back the Sabbath as an act against ‘total work’
bigpicture | 7 years ago | on: Stop using strncpy already (2013)
I'm a big fan of using strategies to avoid bugs. Another strategy than can be a big help is to spend a little time thinking about what kinds of strings you are going to be using and how big they might be. And then sanitizing your program input based on those sizes. Find the too-long strings before they get into your program and before you start copying them around.
The system I'm responsible for came into being as a set of programs on a Univac II and was a bunch of C and FORTRAN when I joined. Because of the need to pass data between C and FORTRAN programs/code, we had a set of 10-20 standard string sizes, based on what kind of text you had. We no longer write new code in either C or FORTRAN, but maintain the concept of standard sizes for our text. By specifying the kind of text (we also do this with numbers) in the design steps, we save far more time and effort than we spend over the entire SDLC.
Coincidence?
Who else is taking Stat 110?