filkertom: (Default)
filkertom ([personal profile] filkertom) wrote2011-04-24 09:08 am
Entry tags:

Go, Drosophila, Go

Thanks to the vagaries of algorithms, a famous text on flies was briefly listed on Amazon for $23,698,655.93 (+$3.99 shipping).

Gotta love computers -- they don't do what you want, only what you tell them.

What's your latest twitchy software story? I've got a problem with USB drives not being recognized (I think it's a glitchy cable), and -- after several tries in the past -- my Win7x64 has finally recognized ASIO4ALL.

[identity profile] wingus.livejournal.com 2011-04-24 01:34 pm (UTC)(link)
Had some issues with YouTube lately - it would switch to a higher level of HD when I maximized the screen, but not immediately. It'd do it after I switched and settled in to being comfy in watching the video. Also the buffer bar did not work right - it would pop up as fully loaded every time, so I had no clue how much the videos were loading.

The HD change was a new setting that I turned off, and deleting YouTube cookies fixed the buffer bar issue.

[identity profile] dwimmerlaik.livejournal.com 2011-04-24 03:41 pm (UTC)(link)
Ha! Since I work in a Drosophila lab, I'll have to tell my boss about this.

[identity profile] netpositive.livejournal.com 2011-04-24 03:44 pm (UTC)(link)
I love my iPod, but iTunes hates me. No, hate is not strong enough. Someone created iTunes specifically to make digital music management hell for me. :)
ext_68422: (Default)

[identity profile] mimiheart.livejournal.com 2011-04-24 04:03 pm (UTC)(link)
I think at that price, shipping should be free. I'm just saying...

[identity profile] jannyblue.livejournal.com 2011-04-24 04:20 pm (UTC)(link)
Only recent "twitchy" software issue for me is the "pocket dials" I got yesterday... though my GPS did crap out in the way back from Baltimore, so I had to go from memory and signs. (Fortunately, I know how to do this)

Though I worry I've jinxed myself now by saying that. :-)

[identity profile] caligogreywings.livejournal.com 2011-04-24 04:26 pm (UTC)(link)
I cannot shut down my computer from Windows. It just restarts. I have to hold the button down to make it shut off. No idea except that possibly it's wired wrong.
kengr: (Default)

[personal profile] kengr 2011-04-24 06:42 pm (UTC)(link)
Nope, that's *definitely* a software issue. Might be a BIOS setting, but more likely there's something weird in an obscure Windoze setting somewhere.

[identity profile] caligogreywings.livejournal.com 2011-04-24 07:13 pm (UTC)(link)
Yeah, we went through the bios and couldn't find where that might go wrong. But it's a piecemeal sort of thing anyways, so I'm not entirely surprised. I had to get a new chip (the tiny one) because one of my ex roommates tried to update the bios and bricked the old chip. So it could be something the installers did wrong? Either way, it's mostly a minor inconvenience.

[identity profile] archiver-tim.livejournal.com 2011-04-24 07:34 pm (UTC)(link)
I have the 'won't shut off' problem when an external USB CD/DVD drive is powered on and not software removed from the system before the shutoff command. As a result, that drive stays unplugged/unpowered until needed.
kengr: (Default)

[personal profile] kengr 2011-04-24 06:40 pm (UTC)(link)
The other day I used the local tansit district's route planner to plan a bus trip to arrive somewhere by a specific time.

I've used this in the past and often gotten warnings that the algorithm could occasionally produce odd routing when you used the arrive by option instead of the default "depart after".

Well that day I found out what they were talking about.

The first option was to take the #71 (nearest bus to me) to the #72 and get off a block from the destination.

The second was to take the #71 in the oppossite direction of the first option, to the #15, and get off a block from the destination (it's right at the point the #15 and #72 cross).

The third option. Oh my. It had me take the #71 in the same direction as the first option. But go *past* the #72 to a transit center about a mile further along. Then take the #71 *back* to the #72. Then take the #72 in the direction *away* from the destination, ride to the end of the line and then back to the destination.

Oh yeah, the "arrive by" time was 7pm. The first two options had me catch the bus at 6:20 & 6:24. The third had me catching it at 3:49!!!!

ext_281979: (Default)

[identity profile] his-spiffyness.livejournal.com 2011-04-24 08:55 pm (UTC)(link)
Sometime back on one of the map sites, somebody mentioned a bug about traveling between two points within the United Kingdom.

To get from point A to point B, you had to take a ferry to Denmark, travel through Sweden, ferry through the Netherlands, and travel through Belgium and France before taking another ferry back to England and finally getting to point B.

[identity profile] the-s-guy.livejournal.com 2011-04-25 12:30 am (UTC)(link)
You'd think that there would be some filter tripped when the total length of a journey is more than three times the shortest distance from A to B, and a note sent to the route programmers to double-check the results.

[identity profile] sethb.livejournal.com 2011-04-25 09:13 pm (UTC)(link)
If it's the case I remember, the question was for the fastest walking route, and ferries were allowed. The answer given was correct; walking the entire way was slower.

[identity profile] the-s-guy.livejournal.com 2011-04-25 09:54 pm (UTC)(link)
Hmm. I guess as long as the answer summary highlights the total walking distance as well as the total overall distance, it'd be useful. Not technically a glitch, either, given the specific input parameters.

Should it still check the route vs the direct distance and add some commentary if there's a large discrepancy? Something along the lines of "This is quite a long total journey, but it has the shortest available walking component, as requested. You can adjust the maximum allowable total travel distance or time, if you like, by clicking [here]."?

[identity profile] the-s-guy.livejournal.com 2011-04-25 12:28 am (UTC)(link)
I wrote a program once, on the insistence of a manager, which was supposed to analyse a multi-dozen-thousand list of internal corporate IP addresses and DNS names and make sure the numbers matched the naming conventions, and output mismatches for the attention of the networking team.

Of course they didn't give me the official naming conventions.

I had the brainstorm to read in the list of IP/name pairs and run a "closest match" on them. This would let me automatically build sets of matching data, and I could then use the derived rules to project what the results should be, run a check between those and the actual data, and highlight any discrepancies.

It had the advantage that I didn't need to hardcode any actual naming convention rules - the program should automatically derive them from the correct 99% of the data.

Well, it sort of worked.

The data went in. The program ground away to itself, testing and trying combinations of match rules and making notes of which rules had the most 'hits' in the raw data. Then it went through again and spat out the data which didn't match those rules.

Except that the data it spat out was for IP/name combos which were actually correct.

No, I hadn't coded the tests backwards. It's just that closest-match process only works if the raw data fed into it follows the desired rules more than 50% of the time. It doesn't work when the company network hosts are 75% incorrectly named in the first place.

[identity profile] strredwolf.livejournal.com 2011-04-25 03:40 am (UTC)(link)
I've had twitchy software... and then there's twitchy hardware.

A dud of a gaming laptop from Sager (a rebranded Compal) had USB ports that would short out. Plug in wrong, bZZT! Sorry whole subsystem gone.

I ended up buying a monster Asus gaming laptop a month later (after Anthrocon). This past month, I bought the proper Asus laptop, which is working rather well. The Sager? Stripped for parts and recycled.

[identity profile] tomreedtoon.livejournal.com 2011-04-25 09:59 am (UTC)(link)
This one was a weirdie. It seems that, when Win XP gets a string of errors reading from a CD or DVD disk, it downgrades the drive from optimal DMA status to the slow, horrible PIO status so it can read "slower." But it never recovers. You have to run a little script and reboot your computer to reset it. I lucked into a web site that explains it: http://winhlp.com/node/10

The most common cause for this happening is a dirty or scratched CD or DVD disk. Which happens to a lot of disks, no matter what care we give them.

[identity profile] shockwave77598.livejournal.com 2011-04-25 02:14 pm (UTC)(link)
Yes, this is very commonplace. when you can't access the net, a way to get it back up again is to delete the entire interface in System and let Windows rediscover it. Then it'll be at the right setting.

This is why I use SATA for everything now - no DMA mess to contend with.
ext_3294: Tux (Default)

[identity profile] technoshaman.livejournal.com 2011-04-25 02:01 pm (UTC)(link)
My Android recently updated itself to 2.2, and then Weatherbug Elite got itself into a force-close state... the app would initialize and immediately crash. Hmmm.... Market -> Check for up.. wait, it already tells me there's updates! goooooood. Updated four apps, and all is shiny. But jeez. Whatever WB was doing musta been really version-specific, in a Very Bad Way.

[identity profile] shockwave77598.livejournal.com 2011-04-25 02:12 pm (UTC)(link)
I cannot install the M1 vst because the stupid key dongle doesn't work. I spent money for this?

[identity profile] filkertom.livejournal.com 2011-04-25 08:01 pm (UTC)(link)
Funny, there's actually a specific thread on free or cheap alternatives to the Korg Wavestation plugin (http://www.kvraudio.com/forum/viewtopic.php?p=4499192) on KVR about this right now. M1's not that far away, geneologically speaking.

You also might try calling Korg for a new dongle. Those things do go glitchy fairly fast, which is why I don't use Waves products -- they all want an iLok.

[identity profile] smparadox.livejournal.com 2011-04-25 03:44 pm (UTC)(link)
Funny, Drosophilia is thw word I used to derive my latest password at work...

[identity profile] peachtales.livejournal.com 2011-04-26 02:11 am (UTC)(link)
My laptop has decided it doesn't think it has a dvd drive anymore, and also will no longer recognize any external attached. It's really driving me nuts.