felixfurtak

- friends
134 link karma
201 comment karma
send messageredditor for
what's this?

TROPHY CASE

  • dust

Thought you guys might find this useful. by hamiltonismintin raspberry_pi

[–]felixfurtak 2 points3 points ago

What's this obsession with cases? A populated PCB is a thing of beauty, why cover it up with a boring old case?

Leap 3D motion control system is 100 times more accurate than Kinect, will cost $69.99 by fregoliin technology

[–]felixfurtak 0 points1 point ago

I suspect they may have spent quite a large proportion of their $14M funding already on marketing, and making promises that they can't keep. This product is a dog and I don't know why so many people are getting excited about it.

Leap 3D motion control system is 100 times more accurate than Kinect, will cost $69.99 by fregoliin technology

[–]felixfurtak 4 points5 points ago

I suspect that for this price it is nothing more than perhaps an infra-red light source and either one or two IR-cameras. The black surface eludes to this. They probably have some kind of hand model similar to Kinect that allows them to claim such a high accuracy. Problem number 1 that I see is power. Hands are not very IR reflective. It will need a high power IR light source. Thus the images you see of a wireless device are disingenuous. It will need USB connected to function. Reading the FAQ, this is more-or-less confirmed. Problem number 2. Look at the handwriting demo. It tracks movement continuously, but can't tell when the virtual pen is lifted off the paper. Problem number 3. Interfacing with existing operating systems will be diffucult. Yes, you can move a mouse pointer around, or swipe stuff and zoom in. But what about a decisive 'select' or mouse click. How can this work? Basically, IMHO this is, at best, going to be a huge disappointment to all those who purchase and most likely going to be vaporware. So thing twice about that pre-order folks.

Haven't ordered a Pi yet? Don't order from Farnell / element14 (or Farnell woes) by offbytwoin raspberry_pi

[–]felixfurtak 1 point2 points ago

I had night problems with Farnell. Far delivery by UPS and they only debited ny credit card after the Pi had been despatched. You are probably just unlucky .

Web browsing on the Pi? by elad661in raspberry_pi

[–]felixfurtak 1 point2 points ago

Just had a looks at xxxterm - quite a nice simple browser, strange name. There was no package in the ARM Arch repository so I compiled it from source. Interestingly, it has the same behaviour as Midori, in that it displays a web page and then any click inside it causes a crash. I suspect this is a flaw with Webkit, since both must be using common render libraries.

How original of you, Great Value! by livebythecreedin funny

[–]felixfurtak 1 point2 points ago

I actually used to have a collection of 'butter' lids all with the same theme. About 26 in all. Some of my favorites included: 'butterlicious', 'you'd butter believe it', 'you'll mutter it's butter', and of course the classic 'I can't believe it's not butter'.

Web browsing on the Pi? by elad661in raspberry_pi

[–]felixfurtak 4 points5 points ago

I suspect that we'll be waiting a long time for a decent X driver, if the speed of development of the Pi- specific distributions is anything to go by.

Web browsing on the Pi? by elad661in raspberry_pi

[–]felixfurtak 4 points5 points ago*

Yep, it's not a good experience. this is mainly due to the fact that the distributions are currently using fbdev video driver which lacks any kind of acceleration. Are you using Debian? I've been running Arch, but I've yet to get any browser to work apart from the text-based Lynx. Apparently NetSurf works, but it's a fairly old browser.

So my Pi arrived. by Reyyesreyin raspberry_pi

[–]felixfurtak 0 points1 point ago

see above

So my Pi arrived. by Reyyesreyin raspberry_pi

[–]felixfurtak 2 points3 points ago

not true. it boots fine without a keyboard

So my Pi arrived. by Reyyesreyin raspberry_pi

[–]felixfurtak 4 points5 points ago*

Here is link for OpenELEC that I compiled a few days ago. You just need to unpack it and then dd to a 2Gb (or larger) SD card using

 gunzip OpenELECr10842.img.gz 
 sudo dd if=OpenELECr10842.img of=/dev/sdX bs=1M

https://www.dropbox.com/s/zhv47aip2g8uw3h/OpenELECr10842.img.gz

I know very little about the Raspberry Pi. Would I be able to, out of the box, hook it up to my TV via HDMI, plug in a mouse and keyboard, and immediately watch videos on the internet, or would there be more work involved? by error9900in raspberry_pi

[–]felixfurtak -1 points0 points ago

Ok, I take your point. However, OpenELEC still contains a modified version of XBMC within it, with some OpenELEC specific components. Therefore it is, in many respects, a variant XBMC. Can we leave it at that please? It's slightly off topic anyway.

I know very little about the Raspberry Pi. Would I be able to, out of the box, hook it up to my TV via HDMI, plug in a mouse and keyboard, and immediately watch videos on the internet, or would there be more work involved? by error9900in raspberry_pi

[–]felixfurtak 7 points8 points ago

I've had some success with OpenELEC (a variant of XBMC) for watching HD videos, since it has the GPU acceleration built in. However, most of the plugins don't currently work and there is no functioning web browser. So quite a way to go before it's really useable.

Did the raspberry pi hype kill some of its momentum? by ilsecoloin raspberry_pi

[–]felixfurtak 0 points1 point ago*

Sure. You'll find it at https://www.dropbox.com/s/zhv47aip2g8uw3h/OpenELECr10842.img.gz

 gunzip OpenELECr10842.img.gz
 sudo dd if=OpenELECr10842.img of=/dev/sdX bs=1M

where X is the drive where your SD card is situated (be careful to get this right!). This image is from a 2Gb SD card, but shoud work fine on a larger size card. You may want to resize the second partition (using gparted or similar).

Did the raspberry pi hype kill some of its momentum? by ilsecoloin raspberry_pi

[–]felixfurtak 1 point2 points ago

True. I think it'll be a while before we get a stable Xorg driver to replace the default fbdev driver though. These can be fairly tricky.

Did the raspberry pi hype kill some of its momentum? by ilsecoloin raspberry_pi

[–]felixfurtak 0 points1 point ago

Guide is on the openelec.tv website. http://openelec.tv/component/k2/item/242-openelec-meets-raspberry-pi-part-2. I managed to cross compile on Ubuntu without too many issues. Although it did take around 5 hours on my old dual core laptop.

Did the raspberry pi hype kill some of its momentum? by ilsecoloin raspberry_pi

[–]felixfurtak 3 points4 points ago

I just compiled OpenElec and have it running on my Pi. While it does play h.264 video pretty well, the rest of the media center aspect is rather slow, and it struggles with decoding certain types of audio, due to its limited cpu power. I think quite a few people will be disappointed in this respect. Also as a simple window system it sucks. The web browser, is slow and scrolling down a page is a very jerky affair. I suspect that once people realise this we will see a lot of second hand ones on Ebay and you'll then be able to get one for $35. This is where the fun will start for the enthusiasts, since the real power of this machine is in its Arduino like features: the GPIO pins.

Is there any travel company in Auckland/New Zealand that specialises in LAST MINUTE cheap flights or holidays by felixfurtakin newzealand

[–]felixfurtak[S] 0 points1 point ago

Good thought. I looked on grabaseat.co.nz and it has cheap flights to Fiji for around $470 return. But I'm really looking for a cheap package holiday. One where the flights, accomodation, etc. are all part of the deal. Logic tells me that people must cancel these type of flights all the time, for one reason or another, and it surprises me that I can't seem to find any on sale.

view more: next