Slashdot Mirror


User: NJRoadfan

NJRoadfan's activity in the archive.

Stories
0
Comments
1,306
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,306

  1. Re:Other Amiga casework? on New Plastic For Old Amigas and Commodores · · Score: 2

    The Amiga 4000T uses a standard AT form factor motherboard. Both Commodore and ESCOM shipped it in an Enlight full AT tower case. If it wasn't for the Commodore/Amiga branded on the front, it looked like a run of the mill PC clone!

  2. Re:What they really need on In Midst of a Tech Boom, Seattle Tries To Keep Its Soul · · Score: 1

    I actually live in Northern NJ, not exactly cheap, but apparently not nearly as expensive as Seattle or San Francisco. I have family who "escaped" to NC from NJ that are complaining about the increases (oh the irony).

  3. Re:What they really need on In Midst of a Tech Boom, Seattle Tries To Keep Its Soul · · Score: 2

    Property taxes and housing prices in those "low tax" states are increasing at a pretty good clip. I see it happening around the Triangle region of NC. People move in and want services, so the taxes just keep on going up. Lack of mass transit and low density development leads to housing shortages near job centers and people are commuting from further and further out.

  4. Re:Porsche and Audi DIESEL on Volkswagen Diesel Scandal Spreads To Porsche and Audi · · Score: 1

    Before the recently released models subject to this investigation, Audi hadn't sold a diesel in the US market since 1983. Whats funny is the last Audi diesel I came across (a MY81 Audi 4000 5 speed with a MY83 1.6L turbo diesel engine) was apparently an EPA test car for VWoA that they later resold locally.

  5. Re:Huh. Imagine that. on The Forgotten Tale of Cartrivision's 1972 VCR · · Score: 1

    To be fair, most "portable" video recording systems in the early 70's were skip frame.

  6. Re:2007 ? Nobody remembers the X10 ads ? on Inside the Booming, Unhinged, and Dangerous Malvertising Menace · · Score: 1

    Malvertising dates back to at least 2004, maybe even sooner. I noticed customers at the computer store I worked at started reporting malware infections by just browsing the web on mainstream sites at the time.

  7. Re:Fifteen years. on AMD Unveils Radeon R9 Nano, Targets Mini ITX Gaming Systems With a New Fury · · Score: 4, Interesting

    Somehow this reminded me of 3dfx's old ad campaign.... all that power.... to play games: https://www.youtube.com/watch?... https://www.youtube.com/watch?...

  8. Re: 'There's no substitute for cubic inches' on The Boeing 747 Is Heading For Retirement · · Score: 2

    This isn't particularly surprising. When the A380 went into service, it was assumed that hub-and-spoke traveling was the way to go: http://www.forbes.com/2006/05/...

    Boeing on the other hand bet on convenience. How many flyers prefer direct flights over having to make a connection?

  9. Re:People are spoiled now on Don't Hate the Phone Call, Hate the Phone (And the Network) · · Score: 3, Informative

    That is because most of those people grew up with a landline phone backed by a network that prided itself in its "five 9s" reliability.

  10. Re:No need to kill Microsoft, suicide in progress. on Broken Windows 10 Update Causes Reboot Loops For Some Users · · Score: 1

    They have been making hardware for over 30 years. Their Z80 Softcards used for running CP/M on the Apple II were popular and widely cloned.

  11. Re:Good move Nokia on Nokia's HERE Maps Sold For $3.2 Billion To Audi, BMW and Daimler · · Score: 1

    TeleAtlas was purchased by TomTom years ago.

  12. Perhaps they need to be exposed to machine language as part of their CS curriculum. Hopefully it isn't being dropped from current programs. I was forced to take an introductory course in it and got quite a bit out of it (even though it was technically for an "obsolete" CPU).

  13. Re:so? on Lenovo ThinkPad W550s: Heavy, But a Battery That Lasts Nearly All Day · · Score: 3, Informative

    Whats odd is this model is a downgrade over the refreshed W541. Unless you really need a Broadwell CPU, the W541 offers Thunderbolt, Expresscard, and double the memory capacity of the W550s. Heck, the optional battery for the W541 is higher capacity (99WHr) than the one for the W550s (72WHr).

  14. Re:Broken OS X Updater on New Default: Mozilla Temporarily Disables Flash In Firefox · · Score: 1

    Most of the time it doesn't work either. Very few machines seem to auto update with it enabled.

  15. Re:"got practical" on How Computer Science Education Got Practical (Again) · · Score: 1

    It depends on the school's curriculum. I had to take an assembly language programming course (VAX!) when I was in college 10+ years ago. Pretty sure nobody had a class on hardware performance. The only time I was exposed to multi-threading was in an operating system theory class (mostly the concept of critical sections and semaphores). Linked lists usually appear in a second semester data structures programming course along with heaps, trees, queues, and stacks. I was first exposed to them in high school in AP Computer Science class. The same teacher also taught object oriented programming even though it wasn't required for the AP test.

    Still despite all this, I know people who graduated with a Comp Sci degree that really didn't know how to program.

  16. Re:Mothers don't let their kids run Java ... on The Next Java Update Could Make Yahoo Your Default Search Provider · · Score: 2

    Some useful open source projects are written in Java, like DavMail and ADTPro.

  17. Re:OS/2 better then windows at running windows app on 25 Years Today - Windows 3.0 · · Score: 1

    That was OS/2 2.0, the 32-bit version released well after Windows 3.0. Windows 3.0, unlike the contemporary 16-bit OS/2 1.x, allowed one to finally use all their RAM (plus virtual memory in 386 enhanced mode) and multitask DOS applications, which could also use extended memory. See: http://virtuallyfun.supergloba...

  18. Re:So they didn't work with OBS? on YouTube Live Streams Now Support HTML5 Playback and 60fps Video · · Score: 1

    More like Google doesn't appear to support RTMP like everyone else. Someone could add support though as its open source.

  19. Re:Who needed it? on Critical Vulnerability In NetUSB Driver Exposes Millions of Routers To Hacking · · Score: 2

    NetUSB is used by some printer servers to allow use of USB only All-in-One printers and scanners over a network. I had to fix a setup once, and it was nothing but a buggy mess. The printer and its drivers were never designed to be used in a shared environment and the client machines needed some really ugly "Virtual USB" driver to fool the AIO's software into thinking it was directly connected to the machine. It worked sometimes, just never EVER try to print or scan from multiple machines at once.

  20. Re:Old DOS Borland Developer Tools. on RTFM? How To Write a Manual Worth Reading · · Score: 1

    I encountered this with the Cairo Graphics library. They do have very basic tutorials, but nothing that covers the advanced functions. Any graphics library/API should show the desired output alongside the code since a picture is worth a thousand words. :P The best example of this I have encountered is Postscript: A Visual Approach. The book's examples showed the source code on the left page and the actual output of the code on the right page. The book also did a good job of explaining how coordinate transforms work, something that is important when dealing with vector graphics.

  21. Re:One thing to keep in mind... on RTFM? How To Write a Manual Worth Reading · · Score: 1

    Sounds like the man page for the "tar" command. This is analogous to someone giving you a box of tools and some materials with a piece of paper explaining what each tool is used for, but no instructions on how to put whatever it is together! I am trying to address this with an open source project I am working on. I broke the document down to the following sections:

    Getting Started: Covers basic setup and configuration. It gets the user up and running step-by-step with the defaults complete with screen shots. It tells users everything they need to know and nothing they don't. This is what is usually lacking from most open source projects. Many times they leave you hanging after "apt get"

    Advanced Configuration: Covers every configuration option in detail and the option's expected behavior. This is for the power users and the folks who need something other than the defaults.

    FAQs/Troubleshooting: Covers common problems and how to fix them. Also covers any questions that can't be explained by the configuration options alone.

  22. Re:OSS needs technical writers more than coders on RTFM? How To Write a Manual Worth Reading · · Score: 5, Insightful

    I am in the process of documenting a system I added to an open source project. Its not easy to write, particularly if one doesn't have a background in technical writing. The basic process the same though, you have to write for your audience, and revise.... a lot. In my case, I have been sending drafts of my work to other developers in the project to not only proofread, but to actually read through the directions and perform the listed tasks as an end-user would. So far the feedback has resulted in changes in both the documentation and the program to make things easier/clearer for the user.

    I guess what I'm trying to say is, don't skip review and just post the documentation. Give the documentation and software to someone not familiar with it and see how they interpret and understand it. Listen to their feedback. Way too many developers don't (I'm looking at your Google!). Wikis are supposed to address this, but don't seem to engage enough people to actually contribute.

  23. Re:Old DOS Borland Developer Tools. on RTFM? How To Write a Manual Worth Reading · · Score: 1

    The working examples are the most helpful thing. I have seen documentation that covers the API in all of its technical glory, but with very few/no working examples for each of the functions.

  24. Re:Plumbing! on Ask Slashdot: Moving To an Offshore-Proof Career? · · Score: 1

    That company was Motorola. Now look at them.

    That being said, its still possible to repair a modern TV. I fixed a 4 year old plasma TV with a service manual and a multimeter to determine the fault. Actual component repair of the faulty board was outsourced to a refurbishing company (the price over buying the parts kit alone was minimal). Popped the repaired board in and the TV is as good as new.

  25. Re:Dealerships HAVE become more cost competitive on Automakers To Gearheads: Stop Repairing Cars · · Score: 1

    Oil changes are typically "loss leader" pricing to get your car in the service bay for other work. I used to know someone who owned a car dealership and he said the most profitable thing he ever did was give free oil changes to anyone who purchased a car there.