Slashdot Mirror


User: erikscott

erikscott's activity in the archive.

Stories
0
Comments
95
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 95

  1. Re:"Only" 1.6 Mbps? on Cuba Uses Big Data To Help Tourism, But Their Networks Lack Capacity · · Score: 1

    It's the bandwidth for the entire countries' upstream link to the rest of the world. Which, in incorrectly-rounded-off numbers, is equal to exactly one T1 line.

  2. Re:The cost of a single Airport. on Does Elon Musk's Hyperloop Make More Sense On Mars? · · Score: 1

    You know, $6 billion to go from LA to SFO is only about 12X the cost of a four lane, interstate-grade road. It's not utterly bananas.

  3. Re:AOL had the "unsend" feature decades ago on After 6-Year Beta Test, All Gmail Users Get 'Undo Send' · · Score: 1

    Yeah - am I the only person who thinks the Google Goggles questions are a little too easy?

  4. Re:Slashdot User vs. Average User on Ask Slashdot: Are There Any Search Engines Left That Don't Try To Think For Me? · · Score: 1

    I would optimize for the Slashdot reader. We have higher incomes and we buy very, very expensive stuff at work. The revenue per ad on our ads is going to be several times better than the general public. And that translates to revenue per byte.

    Of course, they have a lot of sunk cost in the bandwidth and capacity now...

  5. Could start with Jasper (was: Re:Free alternative) on Microsoft Bringing Cortana To iOS, Android · · Score: 1

    You could, presumably, start with Jasper... graft on a bunch of Python for DBpedia, and then a heads-up interface for your powered exoskeleton.

  6. Re:Even AOL employees shunned it on Does Using an AOL Email Address Suggest You're a Tech Dinosaur? · · Score: 1

    Hmmm... I went to work for a bank in mid-1997 and this had already happened. This means one of two things:

    1) I'm wrong. In which case, someone mod me down. But how could I have hallucinated this? I haven't even seen those people since I left, this wouldn't have been a "good old days" story.
    or
    2) Quick searching in google groups shows that corp.aol.com was showing up in usenet messages circa 2002, but was showing up as a URL. Now maybe there was a mail server behind it, or maybe an MX record. I'm not sure how to do DNS Time Travel.

    Conundrum. I'm too young for senility, and yet if it didn't happen then how could I...

    Well, no corp.aol.com emails in gmane.org before 2007, in fact.

    Most likely explanation - perhaps he didn't have a corp.aol.com address, perhaps I just saw one in 06 or 07 or so and thought "well, that would have solved that problem". I can believe that. So, in full view of the entire internet... looks like I was wrong.

  7. UUCP on Does Using an AOL Email Address Suggest You're a Tech Dinosaur? · · Score: 1

    No, bangpaths show that you're old.

    {well known host}!mcnc!unc!scotte

    https://groups.google.com/foru...

  8. Even AOL employees shunned it on Does Using an AOL Email Address Suggest You're a Tech Dinosaur? · · Score: 4, Interesting

    AOL employees used to have aol.com addresses. No one took them seriously, figured they were crackpots/frauds/walkoffs. So AOL started giving employees a corp.aol.com address circa 1997. Then folks would start replying to their emails.

    I worked at a .com startup and this happened to us - got some interest from some loser with an aol.com address. Ran into him again at a trade show, and he explained he actually worked for AOL. And we didn't get the sale. Go figure. Did have a corp.aol.com address by then, though.

  9. It's only $2.5K per school anyway on Obama To Announce $240M In New Pledges For STEM Education · · Score: 1

    It works out to $2424 per school, roughly. Might add one faculty member per school system, at least for larger systems.

  10. Re:Microsoft Spartan? on Microsoft Is Killing Off the Internet Explorer Brand · · Score: 2

    pan-inoffensive

    Persia? I could see it going either way...

  11. Wendy's Triple existed by 1984 on Regular Exercise Not Enough To Make Up For Sitting All Day · · Score: 1

    I'm positive the triple existed in 1984 (the last year I lived in a particular city, so I remember it well). It was probably on the menu around 1981 or so - the year that Wendy's came to Our Fair City. The triple was considered obscene, and hence became the traditional end-of-season meal from high school wrestlers. :-)

  12. Hadoop needs a fairly specialized problem on Meet Flink, the Apache Software Foundation's Newest Top-Level Project · · Score: 5, Interesting

    I've been running Hadoop on a 400 node ethernet cluster for a couple years now, and Spark for a few months. I'll give Spark points for speed - as long as your problem fits in RAM, it screams. They have their problems, certainly. Hadoop's dependence on Java and Spark's dependence on Scala... seriously, Java for HPC? WTF? If you're running on anything but x86 Linux you need your head examined. C and Fortran, folks.

    You're absolutely right- Hadoop needs the right kind of job. It needs a problem where processing is per-record and has no dependencies on any other record. That eliminates a lot of interesting problems right there. It needs colossal logical block sizes, both to keep the network and drives saturated, but also to keep from bottlenecking on the HDFS namenode. This strongly suggests a small number of utterly huge files - maybe a hundred 100G files. These problems are, commercially, rare. I'm doing genomics-related things, and my 3 to 60 gig files (about 3TB total) are probably not big enough.

    Spark is pretty clever. As long as your problem fits in RAM. :-) Since you're writing code in Scala, you're (a) the only person who can be on call and (b) irreplacable, so on balance that may not be so bad. Just depends.

    As far as "conventional" cluster programming, I think a good MPI programmer is about as hard to hire as a Scala programmer. MPI looks easy until you get into the corner cases, as I'm sure you've experienced yourself. Trying to do scatter/gather in an environment where worker nodes can vanish without warning is basically a whole lot of not fun. Then there's infiniband. Infiniband FDR is kind of... touchy. If you order a hundred cables, you'll get 98 good ones, and 2 will fail intermittently. It'd be nice if the vendor would label which two were bad, but somehow they don't do this. It was bad enough that Mellanox blamed an earnings miss on bad cables. Maybe they're overcome that? Probably. Maybe. I'll give Hadoop points for working around dead machines and crippled networks.

    You know, I've wanted to try sector and sphere, but somehow never gotten around to it.

  13. Perfectly competitive goods and economic pricing on The Failed Economics of Our Software Commons · · Score: 1

    In market-based economies, pricing of goods depends on fixed and marginal costs. Perfectly competitive (i.e., totally equivalent goods, completely interchangable with each other) cannot be priced above the marginal cost of producing another unit of it (in the long run, at least). Generating pricing power requires differentiation.

    Software that is a commodity cannot be priced above its marginal cost. The marginal cost of another OpenSSL download is about zilch. If there was an efficient market able to make micropayments, market balance could be restored. As it is now, it's a hobby activity for individuals and a cost of doing business for large companies.

    I would argue that editors, OS kernels, and compilers are, at this point, commodities. Obviously commercial offerings are differentiated just enough to generate some pricing power, and that suggests that Open Source offerings at least theoretically could (dual open/commercial licenses, like Qt in the past), but I would argue this is a temporary market inefficiency.

    Incidentally, the classic way to make money giving away software was to then sell the consulting services around it.

  14. different basic training already for doctors... on US Army May Relax Physical Requirements To Recruit Cyber Warriors · · Score: 1

    Not that different from Doctors (MDs), actually. Their basic is two weeks. Makes sense when you figure their basic probably costs $2-3 per minute.

  15. Re:Bigger fuckup than John Akers on IBM Pays GlobalFoundries $1.5 Billion To Shed Its Chip Division · · Score: 3

    I'm still trying to work out why they're paying GlobalFoundries to take the plants. The pension argument doesn't make sense - IBM switched from "defined benefit" to "defined contribution" about ten years ago, so they can walk away on a whim now. The only factors I can think of are:

    1) IBM received a decent subsidy ($600M) from the feds to run a "trusted semiconductor foundry" line, on US soil (google it - not a secret). The government does this in several markets and industries just to make sure they prop up at least one US supplier - they used to pay Micron to make RAM in the US (and may still). Seemed at the time like they wanted to support "one architecture in addition to x86", which would of course be POWER. So, would a shutdown have triggered a repayment clause?

    2) Or... semiconductor manufacturing is a nasty business - literally. Maybe it's cheaper to pay someone to take it than it is to clean up all the, say, arsenic that various processes use a lot of. Still, I would think that just sealing the doors with concrete and walking away would be pretty cheap, too.

  16. Re:Still being made... on The Greatest Keyboard Ever Made · · Score: 1

    I've got a version 3 Das Keyboard. Loud, obnoxious, feels great. My co-workers have basically just decided to accept it.

  17. Mod parent up on Supercomputing Upgrade Produces High-Resolution Storm Forecasts · · Score: 1

    I posted, so can someone else mod the parent up? tnx.

  18. Re:And as the resolution increases ... on Supercomputing Upgrade Produces High-Resolution Storm Forecasts · · Score: 1

    There are urban airshed models that do exactly this for air quality studies and plume analysis models for hazmat, but I'm not aware of weather forecasting at the block-by-block level. Right off the cuff, I would suspect that albedo is at least as important - at human building scales, reynolds number is going to be pretty high. At that point, it looks more like computational fluid dynamics and less like weather - hence airshed modeling and plume analysis.

  19. WRF has gotten pretty good, actually on Supercomputing Upgrade Produces High-Resolution Storm Forecasts · · Score: 4, Informative

    I'm a computer engineer, not a meteorologist, but I've worked with them off and on for about eight years now. One of the most common models for research use is "Weather Research and Forecasting Model" (WRF, pronounced like the dude from ST:TNG). There are several versions in use, so caveats are in order, but in general WRF can produce really good results at a 1.6KM grid for 48 hours in the future. I was given the impression that coarser grids are the route to happiness for longer period forecasts.

    WRF will accept about as much or as little of an initializer as you want to give it. Between NEXRAD radar observations, ground met stations all over the place, two hundred or so balloon launches per day, satellite water vapor estimates, and a cooperative agreement with airlines to download in-flight met conditions (after landing, natch), there's gobs of data available.

    The National Weather Service wants to run new models side-by-side with older models and then back check the daylights out of them, so we can expect the regular forecast products to improve dramatically over the next (very) few years.

  20. Re:Job market does not like PhDs on Ask Slashdot: Finding a Job After Completing Computer Science Ph.D? · · Score: 1

    I wish I had mod points right now. :-)

    CS adjuncts are, additionally, looking for bright people to hire.

  21. What the participants have to say in Vegas... on Alleged Massive Account and Password Seizure By Russian Group · · Score: 1

    ...stays in Vegas.

  22. Re:Nokia still has products? on Nokia Buys a Chunk of Panasonic · · Score: 1

    Nokia has completely shifted gears before - they used to make forestry equipment at one point (early 70s?), which indirectly led to their making VHF radios with telephone interfaces for use out in the boondocks, which led to cellphones for them.

    The VHF "portable phones" from the late 80s, by the way, can be hacked into becoming 2 meter (144 MHz) ham radios. Have fun...

  23. Re:To answer the question directly on Ask Slashdot: Preparing an Android Tablet For Resale? · · Score: 1

    On an ASUS Transformer, the keyboard is where most of the value is, along with the oh-so-strange fifteen (15) volt charger. Sell the keyboard and charger, grind the tablet to powder. It's the only way to be sure.

  24. Ultrix (was: Re:DECwindows ;) ) on X Window System Turns 30 Years Old · · Score: 2

    Mine would be as a first-year EE student, NC State U. 1987. OSF wouldn't ship Motif for another year and half, so it was Athena Widgets and TWM all the way.

    God, I miss the screaming. :-)

  25. Re:Are they taking advice from law schools? on Fixing the Humanities Ph.D. · · Score: 3, Interesting

    The MLA's principal source of revenue is... wait for it... humanities PhD.s and their annual dues. So hell no they aren't going to call for a reduction in output.

    Historically, the sink for all those graduates was Law School. University education basically was Law School until individual "majors" started being created in the mid nineteenth century and the J.D. became a degree in its own right. Lawyers are in something of a unbalanced predator/prey relationship now, and it'll take a while to swing around. Meanwhile, your humanities PhD plus two semesters of organic chem will get you into any Medical School in the country. They like people with the demonstrated perseverance of a PhD in basically anything. The Great Doctor Famine is a good 25-30 years away (the GenX bunch, well, there just aren't enough of us to fill all those beds, and it'll be a while before the millenials get there to fill 'em back up).