Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror

Comment "Why create this framework now?" (Score 1) 85

....they were asked, a referring to the comment, "Green and colleagues argue that...we should reframe such a discovery, so it isn't presented as a single moment when aliens are announced to the world."

Looking nervously around the room he replied, "....no reason...No more questions."

Comment Re:10 PRINT "FIRST POST" (Score 1) 301

Regarding clock cycles, the largest bit of software I wrote (in BASIC) on the Coco3 was to calculate and draw a mandelbrot set. This took between 12 hours and a full day. I found many tricks during programming to speed this up. For example, assigning a value of "." as in "a = ." was faster than using "a = 0". I've forgotten the rest of the speed tweaks. Well, except POKE 65496,0 and Poke 65497,0.

Comment Madness (Score 1) 145

My favorite so far. Getting around the requirement of having a paid monitoring service for my alarm panel to get notifications of simple events such as arm / disarm.

Get alarm panel. Wire to Linksys voip adapter. Give it extension on asterisk voip server. Configure asterisk with AlarmReceiver so it will understand the Ademco codes via the voip adapter. Configure that to write to a tmp; and another script found online to parse that to decode events and send appropriate email.

I just found all the portions online, so not my hack at all; but just amusing steps to get an alarm panel I actually own to send email events.

Comment Re:The OP needs a NAS with ZFS! (Score 1) 272

except you can't simply expand a ZFS system by adding more disks or swapping in larger HDDs into an existing array.

You can increase the size of a zpool. Just replace the drives one at a time, wait for the rebuild to complete between each swap, then export / import your pool and it will now reflect the larger size. I understand there may be an autoexpand property on newer versions, but I have not used that personally.

Comment Re:It's too bad you're getting flamed so hard (Score 1) 442

Thank you, this is one of those posts that cement what I like about the 'ask slashdot' replies. You hit it right on the head with your comment about people not getting it, or so mired in doing it 100% correctly at the start. No startup would ever start if they had to be 100% correct. And a lot of the posts that seem to be deterring for various reasons seem to indicate by their content that they have never actually looked at some of the offerings and how they work.

Great post.

Comment Re:Hire me? (Score 1) 600

These are the responses I look forward to reading in the 'Ask Slashdot' threads. Not the banal accusations of 'OP just wants /. to do my job for me'. This is thoughtful, informative and should provide some sort of direction for getting to a reasonable starting point.

Thank you.

Image

Music By Natural Selection 164

maccallr writes "The DarwinTunes experiment needs you! Using an evolutionary algorithm and the ears of you the general public, we've been evolving a four bar loop that started out as pretty dismal primordial auditory soup and now after >27k ratings and 200 generations is sounding pretty good. Given that the only ingredients are sine waves, we're impressed. We got some coverage in the New Scientist CultureLab blog but now things have gone quiet and we'd really appreciate some Slashdotter idle time. We recently upped the maximum 'genome size' and we think that the music is already benefiting from the change."

Slashdot Top Deals

There is no royal road to geometry. -- Euclid

Working...