Slashdot Mirror


User: vlakkies

vlakkies's activity in the archive.

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

Comments · 14

  1. Karma is a bitch on Former Edge Browser Intern Alleges Google Sabotaged Microsoft's Browser (ycombinator.com) · · Score: 1, Informative

    Remember Explorer vs. Nautilus and the rest?

  2. Profession (Asimov) on Ask Slashdot: How To Fix an Outdated College Tech Curriculum? · · Score: 5, Insightful

    Asimov's "Profession" is one of my favorites. I teach Computer Science at a 4 year university, and my goal is to teach skills that transcend a particular technology/language/API, while at the same time being relevant to current developments. As a student, you are pretty much out of luck, but as an instructor it takes a lot of effort to resolve the tension between timely and timeless content.

  3. No on Ask Slashdot: Would You Recommend Updating To Windows 10? · · Score: 4, Insightful

    It hosed my Win7 machine. YMMV

  4. Winners have a femtosecond to claim the prize on CERN Gives Away Higgs Boson Particles To 10 Lucky Winners · · Score: 1

    How long between being awarded the prize and it decaying?

  5. Support Global Warming on A Warming Planet Can Mean More Snow · · Score: 4, Insightful

    Since a shortage of fresh water is our next big crisis, doesn't that mean that global warming is a good thing?

  6. Re:New to open GL on OpenGL Shading Language 3rd Edition · · Score: 2, Informative

    OpenGL: A Primer by Edward Angel is very readable and a thin little book that is also inexpensive. I use in my class where I teach OpenGL. The Red Book and others are great references, but Angel is the best way to get your feet wet.

  7. What to learn first on Should Undergraduates Be Taught Fortran? · · Score: 1

    For a scientist, FORTRAN is still a valuable skill since there are so many libraries and applications that represent many years worth of development to draw from. Plus it is efficient, etc.

    The question here is what is the best way to introduce students as a first exposure to programming. FORTRAN has many quirks so it is debatable whether it is really the best language to learn first. You can write truly horrible code in FORTRAN, but that is true to some extent of all languages, although Python does make it harder.

    On balance, if students are taught a modern dialect of FORTRAN and the instructor stresses good programming practices, it remains a good way to introduce students to solving a problem numerically and of getting the job done for people who may not code for a living.

  8. Is this all it takes? on Brazilian Pirates Hijack US Military Satellites · · Score: 1

    If a few clowns with $500 worth of equipment can essentially deny the military the use of the system, it is not going to be of any use in a conflict when the opposing force has a lot more sophisticated equipment.

  9. Another Attack Vector on First Responder Networks 5 Years After 9/11 · · Score: 2, Insightful

    FTA: With IP, SWN can upgrade radio software over the network and provide mobile data support.

    The state of software security being what it is, I wonder if the next major attack would not be accompanied by a day zero exploit of a bug in the radio software that renders all the radios useless because the bad guys uploads some bad software. Vendor diversity in radios may be beneficial just as it is in operating systems.

  10. 386SX/16 on Breathing Life Into Older Computers · · Score: 2, Funny

    I may take the record here: I'm running Debian on a Dell 316LT. That is a 16 MHz 386SX laptop with 8MB of RAM and a 120 MB hard drive and a 10BaseT ethernet card that I needed to grind the end off to make it fit.

    It doesn't really run Linux, it is more like a walk.

  11. Re:Avoid Tiger on Open Maps? · · Score: 2, Informative

    This is correct. Unfortunately, when the TIGER data was first derived from the USGS 1:100,000 data, they omitted some of the points along lines to keep the file sizes down. This was done on an ad hoc basis. If you compare the original Tiger '90 data with the same vintage DLGs (about the time this became generally available), you can track this in great detail. Things diverged from there and the newer TIGER data has been improved a great deal. Unfortunately, there doesn't seem to be a lot of cross-pollination between the USGS and Census folks.

  12. Avoid Tiger on Open Maps? · · Score: 1

    Avoid using the TIGER data. It is topologically correct (junctions are correct), but the absolute position location is poor. The USGS Digital Line Graphs (DLGs) are much better. The DLG-3 Optional format is quite easy to decode and has the entire USA at 1:100,000 scale. This is accurate to about 100 feet but a bit dated (80s and 90s). The 1:24,000 (quadrangle) scale maps are also available but in SDTS format which is pretty hard to decode, but open source code is available to decode it. Accuracy is about 50' or better, more detail, but coverage is often spotty. The EROS data center is your best source: http://edc.usgs.gov/geodata/

  13. Crappy Batteries on IBM 600 Series Laptops and Flaky Batteries? · · Score: 1

    In spite of advances in battery technology, it is my impression that batteries are getting worse! I have a Dell Inspiron 4000 that has had the exact same problem and, fo course, Dell just want to sell you another battery. I have an older Dell 7500, and its battery is till going strong despite being three times as old.

  14. Apollo did it first on Next Windows to Have New Filesystem · · Score: 1

    Anybody remember the Apollo workstations and the object file system from circa 1984? It was a neat system, good performance, but got killed by HP when they bought Apollo Computer.