Slashdot Mirror


User: hamster_nz

hamster_nz's activity in the archive.

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

Comments · 251

  1. Re:biased sampling will cause problems. on Crowdsourcing the Discovery of New Antibiotics · · Score: 1

    If I found the new antibiotic while testing pants or bugs in my garden for fun I wouldn't be too pissed if I didn't get any money for it.

    I would just be happy to have helped,

  2. Like a cubieboard... on Dual-Core Allwinner A20 Powered EOMA-68 Engineering Card Available · · Score: 1

    I'ld rather have a Cubietruck to have with (or even a Cubieboard V2, which is the same price point).

    Being able to replace the core of your tablet doesn't fix sctrached screens, aged batteries, and general wear... and any tablet that you can replace something on is going to be thicker and less "tablet like" than a 'nice' current tablet.

  3. Re:Not good on Microsoft Certifications For High School Credits In Australia · · Score: 2, Insightful

    Like churchs, they need to capture the next generation. The first hit of relegious salvation is always free.

    FTFY.

  4. (Not another) Raspbery Pi comment... on New Smart Glasses Allow Nurses To See Veins Through Skin · · Score: 2

    Can't wait to see if this is possible to see this effect with the Raspberry Pi and a Pi NoIR camera, given that you can
    use the material from inside a floppy disk as a visible light filter

  5. Re:So how much does a blood test cost in the US? on Affordable Blood Work In Four Hours Coming To Pharmacies · · Score: 1

    So this is an attempt to solve what is not a technology problem but a political one?

      I can't see that this will ever be able to make blood tests affordable to you - it will be used by the existing providers to increase profit margins while doing less work.

  6. Re:So how much does a blood test cost in the US? on Affordable Blood Work In Four Hours Coming To Pharmacies · · Score: 1

    I don't know if I should laugh or cry at that. What stops somebody setting up a lab - you could pay a lab tech's salary twice over to just do one manual test a day.

    Is there some sort of cartel that doesn't supply equipment / reagents / consumables to labs that don't toe the line?

    Or are the labs being screwed by their suppliers?

  7. So how much does a blood test cost in the US? on Affordable Blood Work In Four Hours Coming To Pharmacies · · Score: 1

    I used to look after the local Lab Management System for a medical lab here in New Zealand.

    Here blood tests are pretty much free when ordered by a doctor - IIRC the ministry of health gives the tester around $5 for the simple tests... if you walked off the street they might charge you $US15 for doing the paperwork.

    The results were ready in a few hours, and then an EDI-style clearing house is used to deliver the results back into the doctor's patient management system, so a four hour turn-around was not unheard of (as long as the sample was taken at the lab and not the doctor's surgery).

  8. The great open/closed divide. on Interview: Ask Limor Fried About Open-Source Hardware and Adafruit · · Score: 2

    Hi Limor,

    A lot of open-source supported don't appreciate that there is a large component of closed source hardware components supporting their favorite platforms. maybe the BIOS on a PC, CPU microcode, firmware for ethernet or RAID adapters, the internal CPU architecture, the chipsets that support the CPUs. Even when you have the full HDL source for the system (e.g the OpenRISC CPU or the ATmega compatible AVR8 core) converting that to working silicon is all but impossible unless you have won a lottery - and to do so you need to use closed source tools.

    How does Adafruit balance its Open Source ideals with the realities of providing up-to-date, high quality and low-cost products? How do you draw the line to deciede when a product is open enough for you and your company?

    Warmest regards,

    Mike

  9. Re:practical road blocks on Raspberry Pi Hits the 2 Million Mark · · Score: 2

    I use a HDMI -> DVI-D cable with no problems. I like 3.3V though, all the cool sensors use 3.3V logic...

    But I think the bigger sin is no RTC!

  10. Re:Practical question on Raspberry Pi Hits the 2 Million Mark · · Score: 2

    So why can't you run OpenBSD? Nothing about the hardware forces you to run Linux. Here is a tutorial on how to write and boot your own basic kernel.

    However, if your faith forbids the touching of 'unclean' hardware, then who am I to question it!

  11. Re:Not Free (As In Freedom) on Raspberry Pi Hits the 2 Million Mark · · Score: 4, Insightful

    Wow! Said like a true Open Source fundamentalist. I'm hoping you wrote that on an OpenRISC based computer, not a PC with a closed source CPU, closed source BIOS, closed source chipset, closed source video adapter... :-)

    I like my hardware Open, however I don't mind shelling out $35 for board to do stuff with. Download and write an image SD card, plug it in.

    Up and running in 15 minutes, with no 'wasted' time or money..

  12. Time for 007 on Military Drone Lost Over Lake Ontario · · Score: 2

    Call James Bond as an Evil Cat-Patting Genius has taken control of it. We must recover it before they get our launch codes!

    Oh, so this isn't the plot for a movie?

  13. Re:My reason for not getting involved. on Aging Linux Kernel Community Is Looking For Younger Participants · · Score: 1

    (I am the original poster) - Yeah, been there, done that - can debug a partation table from a hex dump. I know all about MBRs, PBRs, Initrd images, compressed kernel images, and once wrote a 386 DOS extender in assembler so I could use more than 640kB.

    But would like to reiterate - working witth the Linux kernel is not fun anymore - that is why few people want to do it out of the goodness of their hearts.

    Or perhaps my apathy has grown with age. However my desire to twiddle bits definately hasn't - I've moved on to FPGAs.

  14. Re:My reason for not getting involved. on Aging Linux Kernel Community Is Looking For Younger Participants · · Score: 1

    Maybe I just program/design for fun - my replacement for doing Suduko. I'ld much rather: hook a camera upto an FPGA or work my way thorugh Project Euler maths problems than bother writing anything for the Linux kernel.

    I'm sure I could if I had a good reason to - in fact I hacked mixer support for a Brooktree PCI video card into the kernel some time back (way back!) after attacking the board with a multimeter. The Linux kernel has matured to the point where there is very little fun left in developing for it - why would I give up my spare time for no fun?

    And bare metal ARM builds are not starting from nothing - most dev boards have a base system with device drivers and libraries for most stuff. Why the heck would I want a full OS to drive a few stepper motors, or act as a USB HID device?

    Do you own any low-end dev boards? If not, get some. They are fun. I've got a
    - CubieBoard - used as a media player
    - a Raspberry Pi (in case I want to do high altitude ballooing) - used as a host for a 100MHz Logic Analyser
    - a PcDuino (Android or Linux+ a bit of GPIO),
    - a few Arduinos (one for controlling a reflow toaster overn)
    - a few TI Launchpads(well they were $5...)
    - a ChipKit Uno - 80MHz of microcontroller fun
    - a MicroZed - gifted to me by Xilinx, the FPGA maker
    - a Zedboard - gifted to me by Avnet to blog about
    - TI Chronos watch - you can upgrade the firmware and make it run Mars time if you need to!
    - A lot of FPGA boards
    - My wiki-based FPGA VHDL programming course with 100K+ hits.

    They are all much more interesting and 'fun' then writing a an obscure corner of the Linux kernel could ever be.

  15. My reason for not getting involved. on Aging Linux Kernel Community Is Looking For Younger Participants · · Score: 5, Interesting

    It is just too damn big, hard and complex. Why would I want to learn the ins and outs of such a large codebase unless somebody is paying me to?

    It is not like the old days when you could pick up a "... in a nutshell" book, start hacking up a driver, then get it accepted into the kernel. I don't want a three year unpaid intership while I get up to speed and gain respect in the comunity.

    I'll spend my time working on my project on either a microcontroller (AVR, PIC...) or a bare-metal build on ARM.

  16. Re:Hardware is just petrified software. on Crossing the Divide From Software Dev To Hardware Dev · · Score: 2

    Not quite - hardware is only good at petrifying O(1) algorithms. They have to be tightly bounded in space and time.

  17. Go the FPGA way. on Crossing the Divide From Software Dev To Hardware Dev · · Score: 2

    I've taken the high tech way to designing hardware - FPGAs. So far I've built quite a few bits and bobs - 200MHz GPS referenced frequency counters, a 60 stage Mandelbrot pipeline (12B Ops per second @ 200MHz), SDRAM controllers, my own processors, video adapters, and implemented the DVI-D protocol. I've even worked out how to make a chip with 1Gb/s outputs work at 1.5Gb/s - yay! 1080p! Everything is in a HDL (Hardware Description Language) so can be used by others on their own projects. It isn't that expensive - dev boards start less than $100.

    As Quinn points out it takes a very long time to get everything working correctly - you software guys don't know how lucky you have it!

    I've put some of my projects on my wiki at http://hamsterworks.co.nz/mediawiki/index.php/FPGA_Projects if anybody wants to take a look.

  18. One useful thing I learnt from the article. on Galileo: Right On the Solar System, Wrong On Ice · · Score: 1

    Paper-clips float on water, if you place them in flat and very carefully.

    I just had to raid the office supplies cabinet and try it...

  19. Re:Not fully open source on Adapteva Parallella Supercomputing Boards Start Shipping · · Score: 2

    It is a shame that you posted as an anonymous coward here. I'ld love to understand your thinking on this. As far as I see it, this is a win as the source code for the FPGA logic will be open, making this much like using Visual Studio to build an other Open Source project - hardly an Open Source fail.

    I would also like to know if you run on Sparc CPUs as they are "open" (with published HDL source), rather than on Intel or ARM? If not, how can you defend that your favourite Open Source project (say Apache) running on Linux on an Intel system board is more "Open Source" than this? Do you have the source code for your MoBo's chipset?

    You will with the Parallella...

  20. When all the good science has been done... on Arduino Enables a Low-Cost Space Revolution · · Score: 1, Insightful

    ... I guess you can always use weedkiller for artistic purposes, and photograph it from space.

  21. Re:C64 DTV designer on Former Valve Hardware Designer Recounts Management Difficulties · · Score: 1

    Only in very specific areas. Someone more gifted in social skills might think she's quite naive and uneducated. I used to be like her, but now I think people like her are overgrown children.

    And we would judge somebody more gifted in social skills as "perfect for management as they can't make sh*t work, but know which ass to lick to get ahead".

    I know who's bookcase I'ld rather spend time reading from.

  22. Re:C64 DTV designer on Former Valve Hardware Designer Recounts Management Difficulties · · Score: 5, Interesting

    I assume this is the same Jeri Ellisworth that designed the Commodore 64 Direct to TV unit?

    Yes, uber-hacker-maker. Has a collection of self-restored electron microscopes.

    Much smarter & more creative than your average person.

  23. Re: Easy on Ask Slashdot: Best Way To Store Data In Hard Copy? · · Score: 4, Informative

    Spoken like somebody who was born in the plug and play PC age...

    The MFM controller actually controlled the disk positioning, and so you need to know the physicals of the device to access it, hopefully avoiding trashing the disk.

  24. Re: Easy on Ask Slashdot: Best Way To Store Data In Hard Copy? · · Score: 4, Insightful

    He is making a valid point.

    Soon IDE will be a thing of the past, and maybe SATA will be replaced with something better... maybe native USB3.0 to the disk?

    When I cleaned out my garage I found some old floppies (5.25" and 3.5", including compilers and OSs that cost me quite a lot), some DAT tapes, some Jaz disks, some zip disks, some audio cassettes and some MFM disks too.

    All of which are pretty much junk.

    An interesting aside - when I looked up the specs for a 20Meg MFM disk I found I was surprised that a then current PC was able to read the entire contents in less than half a minute. If only we could do that with today's 3TB drives...

  25. Re:New features? on Review: Oracle Database 12c · · Score: 4, Informative

    I didn't read that from TFA - just that object level restores have been improved, as has some compression features.

    Just so everybody is aware Oracle has always had kick-ass restore and recovery features, way ahead of other database - such things as Flashback, it has been shipping transaction logs since Noah was a boy, and the good ol' "ALERT TABLESPACE BEGIN BACKUP" to allow you to copy files online. It can perform change block tracking on database datafiles to allow increment backups "ALTER DATABASE ENABLE BLOCK CHANGE TRACKING USING FILE ;". All of this is platform independent too.

    Recovery is also awesome. "ALTER DATABASE RECOVER UNTIL [timestamp]", "ALTER DATABASE RECOVERY UNTIL CANCEL", "ALTER DATABASE UNTIL CHANGE [transaction number]" and so on. If you accidentally loose you control files (somewhat like your MS-SQL master database being trashed) you can recreate them using SQL.

    The big problem is that you have to be doing a lot of it to be good at it, many very think books have been written on Oracle backup and restore. So tools like Oracle's RMAN have been created to manage the process for DBAs...