Comment Re:Was probably cheap to just bury it... (Score 1) 60
" could seep upward into the Alsace aquifer," implies that the aquifer is *above* the depth of the mine. So the question becomes, what is this magical mine where gravity works backwards?
" could seep upward into the Alsace aquifer," implies that the aquifer is *above* the depth of the mine. So the question becomes, what is this magical mine where gravity works backwards?
Biggest problem with fiber to an individual room is the lack of fiber interfaces on devices.
Oddly enough, my 30-year-old stereo amplifier has one. I'll finally have a use for it!
It looks like a behavior modification program, but I'm not sure why they bother when the OS/App ecosystem is a behavior modification system already.
If I lost all of my property I would want to die
Lies.
Where on the planet is not near groundwater?
And yet, the discovery of an anti-gravity mine where contaminants flow UP to the aquifer, should be worth billions.
You can do the math yourself if you like (data here, just adjust for inflation), or just read someone else's summary.
Dunno what your carrier charges you, but most that would be a painful fraction of their yearly income.
The game now really has to be, don't get one unless you have a specific target in mind - definitely title and industry, preferably a specific company you've talked to. You have to recognize the risk and have backup plans.
Basically, do not just keep getting degrees because you are avoiding the real world/really like school/whatever. Maybe a masters, depending on industry.
And being a professor is increasingly a shitty job (from a pretty great starting point, to be sure). Average salary hasn't gone up since the 1970s. (Seriously, look it up.) Culture war bullshit is poisoning the academy, and the MBA-infested administration has decided to replace you with adjuncts who don't even get minimum wage (from that pool of doomed Ph.Ds, remember the big about them working against student interests?). Outside a few schools, it just isn't a good job any more and will keep getting worse.
We are destroying our schools from multiple angles, and seeking work in a declining industry is a very risky bet. There will be something on the other side, but that might take a while and who knows the relevance of your particular Ph.D then.
All advice from a college dropout, salt to-taste.
Where did I say I was expecting similar performance? But Python is slow even for an interpreted language especially given its usually compiled to bytecode first. I would expect similar performance to Java , not run at approx 1/100th the speed of compiled C!
1/100 the speed of compiled languages is typical for interpreted languages.
Non-ancient implementations of Java are fully compiled. Toy benchmarks and Java programs carefully written as if there were no automatic memory management (and don't call standard libraries) can run just as fast ac C code.
Java can't directly support features that depend on dynamic typing and similar flexible run-time behavior that interpreted languages. However, many Java developers sorely miss those features, so they heavily use the reflection APIs and various "beans" frameworks to work around the pre-compilable static typing. This can actually end up running *slower* than Python because many of those Java features are dog slow.
You can already get implementations of Python that do JIT compiling like Java. They often run in the ballpark of about 1/10 the speed of C.
"Pay no attention to the man behind the curtain." -- The Wizard Of Oz