topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Sunday June 29, 2025, 3:59 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Recent Posts

Pages: prev1 ... 130 131 132 133 134 [135] 136 137 138 139 140 ... 225next
3351
General Software Discussion / Re: Spider Oak Purge
« Last post by 4wd on January 07, 2013, 02:48 AM »
Should be quotes around the whole path\program:

"c:\Program Files (x86)\SpiderOak\SpiderOak.exe" --purge-historical-versions d60

or

c:\progra~2\SpiderOak\SpiderOak.exe --purge-historical-versions d60

should work if you haven't fiddled with any registry entries :)
3352
General Software Discussion / Re: Regular Expressions (help)
« Last post by 4wd on January 06, 2013, 11:50 PM »
What I need is convert those string in the clipboard when I paste with the special hotkey control+alt+win+2

A conversion string tool.

A code snack ?

Clipboard Help + Spell ?
3353
Living Room / Re: win7 + external HDD
« Last post by 4wd on January 06, 2013, 11:15 PM »
yes, it is a 2.5" external, and yes it does have usb3 ports

This is a usb 2 device, and I've been using the usb 2 ports

Plug it into one of the USB3 ports when you get home.

USB3 ports can supply up to 900mA according to specs, USB2 only supplies 500mA.

Almost every 2.5" HDD needs over 500mA to spin up - if the over-current protection on your USB2 is a bit overzealous or the USB2 interface ICs are "crap", (as some of VIA' chips were), then the drive won't be getting the power required to spin the drive up.

By rights, the drive should have been provided with a Y cable for powering it from USB2 ports, (to provide 1000mA), but they're too stingy to do that these days.

IMG_5699.JPG

I don't know why it wouldn't have worked going through your self-powered hub but that, naturally, introduces another unknown so best to avoid from the start - possibly the hub also current limits.
3354
General Software Discussion / Re: Regular Expressions (help)
« Last post by 4wd on January 06, 2013, 11:00 PM »
(read: lazy :) )

I'm waiting to see the RegEx for the second instance....if it's possible.
3355
General Software Discussion / Re: Regular Expressions (help)
« Last post by 4wd on January 06, 2013, 10:44 PM »
For the first one:

Match:
([0-9][0-9])\.([0-9][0-9])\.([0-9][0-9][0-9][0-9])\.([0-9][0-9])\.([0-9][0-9])

That's pretty specific/verbose, but is also very simple.

I went for simpler, (read: lazy :) )

Match: (..).(..).(....).(..).(..)

Also note depending on the renaming program you use, the backreference could be a $ instead of \

eg. For RegexRenamer, Renegades replace string would be:

Replace: $1_$2_$3 , $4_$5
3356
Living Room / Re: LED Quality
« Last post by 4wd on January 06, 2013, 10:09 PM »
I wasn't going to reply but then I thought "screw it" :)

Just to be sure we're talking about the same thing, this is about White High Performance LEDs which are generally what are used in incandescent replacements.

Also fine print. LEDs do produce some heat, although not much by themselves. It is their power supplies that need the heatsinks and are responsible for most of the efficiency loss.

Every LED replacement I've seen, used and built is the exact opposite - the LED generates most of the heat.  They don't produce radiant infrared heat, (as incandescent bulbs do), but the semi-conductor junction within them produces a lot of heat that needs to be dissipated via conduction.

Maximum junction thermal temperature for LEDs is normally specified at ~150°C by manufacturers, (CREE, Luxeon, etc), in their datasheets - at that temperature the LED lifespan is greatly reduced, (eg. from ~100,000 hours @ 30°C to ~10,000 @ 150°C), and luminous output is also reduced.

LEDs are usually supplied thermally bonded to an aluminium slug, this then should be mounted on a heatsink sufficient to reduce the LEDs junction thermal temperature for extended life.

The RAB floodlight you mention uses three 13W LED chips, each of which consist of ~9 LED emitters arranged in 3 columns.

Here's a LED Junction Temperature calculation for a 6 emitter 11.76W chip:
Calculating LED Junction Temperature in Lighting Applications

A calculated junction temperature of 262.9°C.

Here's a calculation for the heatsink requirements of a 14.6W LED chip:
How to calculate your LED heat sink

Drivers for LEDs are very efficient these days, anywhere from 80-95% - you can get them for outputs up to 20W or more that don't need heatsinks - even the 70W versions are in small metal boxes that don't require any extra heatsinking.

The RAB 39W floodlights use the whole front of the floodlight, (reflector/housing), as one big heatsink with fins to ensure the LEDs stay cool enough to achieve their 100,000 hour rating.

If you were to open it up, remove the LEDs from the housing and just hold them while you turned it on, I pretty much guarantee you won't be holding them for long.

The exact same thing can be seen in the MR-16 (12V AC/DC) and GU-10 (90-265V AC) replacements, the LEDs are mounted on the heatsink, the drivers have none.

The author of the junction temperature calculation above mentions that ~70% of the input power to the LED is converted to heat.

Fact or Fiction – LEDs don’t produce heat

And FWIW, here's an article on how to drive an LED at over 100% efficiency but at 69 picowatts of of optical output I don't think you'll be lighting up the backyard any time soon. :)
3357
Living Room / Re: win7 + external HDD
« Last post by 4wd on January 06, 2013, 10:07 PM »
That said, the lite on the drive flickers, so there is something happening

That seems to me like the drive isn't spinning up, when you plug it in do you hear the drive spin up ?

Or, do you hear nothing or a soft clicking ?

nothing, but that's normal, ie when I use the drive normally (on the laptop) it makes no noise either

Press it against your ear, I've yet to hear a completely silent HDD :)

Plus you should feel it vibrate.

would the drive spin up if it wasn't detected?  I don't know anything about the low level operation of these things, but I would assume not, as it wouldn't get any indication from 'the system' to do so

I've yet to see an external HDD, (2.5" or 3.5"), not spin up when first plugged in, (doesn't mean they don't exist), but I did have a external Seagate, (and others), that goes to sleep after inactivity.

The flashing LED you mentioned above normally indicates to me, (in the case of a 2.5" external), a lack of power to spin the drive up, (which sometimes results in a soft clicking).

BTW, we are talking about a 2.5" external ?

Also, does the computer in question have any USB3 ports ?
3358
Living Room / Re: win7 + external HDD
« Last post by 4wd on January 06, 2013, 09:11 PM »
That said, the lite on the drive flickers, so there is something happening

That seems to me like the drive isn't spinning up, when you plug it in do you hear the drive spin up ?

Or, do you hear nothing or a soft clicking ?
3359
General Software Discussion / Re: Is there a decent youtube downloader?
« Last post by 4wd on January 06, 2013, 09:28 AM »
http://www.youtubedownloadersite.com/

Isn't that what was tried and had its inadequacies pointed out in the OP, (YTD/FYTD)?
3360
Living Room / Re: Probably the single best idea I've seen in a *very* long time.
« Last post by 4wd on January 06, 2013, 05:57 AM »
I'm always amazed by some people's reaction when I let my phone "ring through" to voicemail.

No redirection or call-waiting, (I'm not paying for the extra calls generated), on my mobile and landline so in theory it'll ring for 60-90 seconds before it times out...but off course the impatient people ringing won't let it get past 20 seconds before they hang up  ;D

That's fine, if it's really important they'll ring again  ;)
3361
General Software Discussion / Re: Firefox Extensions: Your favorite or most useful
« Last post by 4wd on January 06, 2013, 03:43 AM »
Couple of addons to manipulate the HTTP referer:

Change Referer Button - let's you easily toggle between no referer, destination site or normal mode.
RefControl - Blacklist/whitelist control for the HTTP referer info.

Collusion before adding:

2013-01-06_19-39-54.png

After adding and going to the same sites:

2013-01-06_19-59-50.png

I know which picture I prefer :)
3362
Developer's Corner / Re: What pisses you off? [NSFW - language]
« Last post by 4wd on January 06, 2013, 02:58 AM »
I kind of think that I should have been more explicit about "things" being programming things...  :'(

I just went straight for the lowest common denominator: people create things, people use things, people buy things, people imagine things, people cause things to happen

Get rid of people and things won't piss you off.....simple.

This should be an interesting thread ... two (2) peevish people  :huh: and a jeep  :P.

Wash your mouth out, Landcruiser, OKA, Unimog or nothing  :P

BTW, the BEST motorsport event on the planet started this weekend:

plaque.png
3363
General Software Discussion / Re: Is there a decent youtube downloader?
« Last post by 4wd on January 05, 2013, 06:50 PM »
Something to try with a couple of Firefox addons:

BYTubeD - Bulk YouTube video Downloader
Features at a glance
------------------------------------------------------------------------------------------------------------------------------------
  •    Helps in batch downloading YouTube videos;
  •    Can grab YouTube video links from: any web page, a local HTML or text file and system clipboard;
  •    Can be used to download YouTube Playlists (as a by-product of the ability to batch download);
  •    Formats Supported: FLV, MP4, WebM, 3GP (subject to availability);
  •    Qualities Supported: 144p, 240p, 360p, 480p, 720p HD, 1080p HD, Original (subject to availability);
  •    Can download subtitles in the chosen language, if available.
  •    Can be used in combination with download managers like DownThemAll!

DownThemAll! - excellent download manager that can be set to skip already existing files.

Use PortableFirefox if you don't want to install Firefox.
3364
Living Room / Re: win7 + external HDD
« Last post by 4wd on January 04, 2013, 04:34 AM »
I meant to also add, it might pay to reset your BIOS to defaults and then make sure any USB settings are all enabled.

BTW, with most modern computers any USB storage device should show up in the Boot list, (when you press F11 or F12 usually at boot instead of Del), does it ?

If it's not showing up in the boot list then that might indicate a problem with either BIOS settings or the motherboard.
3365
Living Room / Re: win7 + external HDD
« Last post by 4wd on January 03, 2013, 11:04 PM »
Something easy to try, plug the drive into a USB 2.0 port on the suspect computer and boot off of a Linux LiveCD - it will at least isolate it to software or hardware.
3366
Developer's Corner / Re: What pisses you off? [NSFW - language]
« Last post by 4wd on January 03, 2013, 07:03 PM »
Overly complicated answers.

Pet Peeve of mine is people who have pet peeves with people who necro-thread things ;-)
3367
Living Room / Re: silly humor - post 'em here! [warning some NSFW and adult content]
« Last post by 4wd on January 03, 2013, 07:02 PM »
(see attachment in previous post)

Do they have a female doctor with a rubber glove on in the toilet?
3368
Living Room / Re: LED Quality
« Last post by 4wd on January 03, 2013, 06:44 PM »
Use CFLs for lights that remain on for a long time, use incandescent for short term use, (eg. toilet), and replace all the stupid MR-16/GU-10 halogens with LED versions.

Probably the most economical way to go until LED incandescent-equivalent light bulbs come down to reasonable prices.

Because LEDs don't produce heat, less heat is released into your house making it easier to cool.

Slightly contradictory content - LEDs, (as used in incandescent replacement), produce heat - it's why they're stuck on heatsinks.  If the heatsink isn't big enough for the job, then they will fail prematurely.

All-in-all it was a pretty useless article that had nothing to do with "Learn the difference between good and bad LEDs".
3369
Living Room / Re: win7 + external HDD
« Last post by 4wd on January 03, 2013, 01:22 AM »
Perhaps try GhostBuster to remove any non-plugged in devices, then try again.
3370
General Software Discussion / Re: name.lnk.lnk.lnk.lnk.lnk forever ?
« Last post by 4wd on January 02, 2013, 10:55 PM »
Used to be able to turn it off in XP under Folder Options->View, in Windows 7 it's a bit different, see here.

One of the first things I did on any new install since I don't use Explorer anyway - one, (or more), less files cluttering up the place :)

At least MS learnt to stop spreading them all over the drives.
3371
General Software Discussion / Re: name.lnk.lnk.lnk.lnk.lnk forever ?
« Last post by 4wd on January 02, 2013, 10:33 PM »
Delete all thumbs.db - they are a semi-useless file that just carries ephemeral data, (ala. pagefile).

Better yet, don't back them up in the first place, most decent file backup programs just ignore them.

To refresh the display, click on another folder than back again or hit F5.
3372
General Software Discussion / Re: name.lnk.lnk.lnk.lnk.lnk forever ?
« Last post by 4wd on January 02, 2013, 08:59 PM »
2013-01-03_13-58-04.png
3373
General Software Discussion / Re: name.lnk.lnk.lnk.lnk.lnk forever ?
« Last post by 4wd on January 02, 2013, 06:35 PM »
RegexRenamer

2013-01-03_11-33-00.png

PS. I haven't the foggiest idea why it works, just that it does.
3374
Community Giveaways / Re: DonationCoder Digital White Elephant Thread
« Last post by 4wd on January 02, 2013, 06:41 AM »
PM sent.

Thanks Wraith, c.gingerich, Deo, mouser, (and I'm sure Stephen had a hand in the bonuses), for a bit of Xmas fun!

Cheers and hope the year ahead will be good to you  ;D
3375
Community Giveaways / Re: DonationCoder Digital White Elephant Thread
« Last post by 4wd on January 01, 2013, 07:44 PM »
And if I was, then I'd have done the three way prisoner's dilemma.

...

Now *that* would be interesting to watch  ;D

That's just simply evil.........







I'm in  :greenclp:

PS. I stand by my original PM if we go this way.
Pages: prev1 ... 130 131 132 133 134 [135] 136 137 138 139 140 ... 225next