Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Comment Re:Why? (Score 1) 549

Uh... because each particular species can't choose to be within the survivors or the extinct? That's mostly a random outcome, based on their adaptability to the new environment - which you don't know a priori what will be, or what survival skills will require.

We were as a species on the verge of extinction once, it could very well happen again.

Comment Re:vpn's also get you disconnected (short term) (Score 1) 418

I used a vpn almost all the time and my line stayed up pretty much 100%.this year when I moved, I transferred CC to my new place and I continue to run a vpn. I now notice, for some reason, that after a few hours, I get a loss of ping to anything. if I stop my vpn, the default router is still unpingable. what 'fixes' it is to reboot the cable modem (and my access pfsense router, which then gets a new dhcp primary addr) and then things are good again for a few hours. not sure if this is related, but if I don't use a vpn, the line stays up for days and weeks at a time. when I use a vpn, I get a few hours at a time.

Check your hardware, including your pfsense and cablemodem.

I'm on Comcast, and I run three VPNs over my residential connection -- SSL outbound from an internal NAT client to my work network for about 8 hours a day, plus a nailed-up outbound IPSEC tunnel to my personal server in Chicago, and I also have a listener for inbound OpenVPN sessions. All this and I've been doing about 100GB/month in torrents, yet my connection is rock solid.

Comment Comcast says this never happened. (Score 5, Interesting) 418

Via DSLreports:

I reached out to Comcast and was told by spokesman Charlie Douglas that the report is "wildly inaccurate."

"The anecdotal chat room evidence provided is not consistent with our agents’ messages and is not accurate," said Douglas. "Per our own internal review, we have found no evidence that these conversations took place, nor do we employ a Security Assurance team member named Kelly.

Douglas proceeded to state that "Comcast doesn’t monitor users’ browser software or web surfing and has no program addressing the Tor browser. Customers are free to use their Xfinity Internet service to visit any website or use it however they wish otherwise

Comment Re:Hexidecimal (Score 1) 169

Actually, the message in that OS version is fairly acceptable for its purpose and context. It identifies the nature of the problem using understandable words, offers a course of action for recovering from it, and explains the potential outcomes of following it. That's pretty much what the user needs to know.

If you want to debug it you should use the logs anyway, so the message for the end user is better written in plain English.

Comment Re:Do not ever (Score 1) 116

Despite the presumend good manners in states witout any particular gun laws, I was taught do not show the weapon unless I was going to use it.

Good manners agree with you, but the "brandishing" law varies by state. If they're not directly threatening violence, easiest to just pick up the phone in the room, dial 9-911, and let the situation resolve itself without violence.

Comment Re: Sigh (Score 1) 748

Could also be that the more elder slashdot users are simply retired and/or just generally not as interested in tech news anymore.

Could also be that they just aren't as interested in spending time posting.

I read slashdot about as often now as I did a decade ago, usually logged in, but have moved on to other forums as far as posting goes.

Comment Re:Coding at that level becomes art (Score 1) 172

There's a very basic level of hygienic measures that are are taught to first graders and nobody disagrees with. Things like don't overuse global variables, don't build one-mile-long procedures, avoid spaghetti code by banning goto, declare the type of your parameters in C.

For other rules of style, yes, every house has their own rulebook.

Comment Re:Institutional hypocrisy (Score 1) 186

Anyone claiming that the Streisand effect somehow harmed this guy because of the original information is now widely known , doesn't understand a damn thing about the case.

The man didn't want to hide that he was once in debt to the point of having his home auctioned - had that been his only goal, starting a legal case on it would be idiotic. The point was to remove a very prominent display that implied the false impression he was still in debt, that was shown without any context to antone who Googled his name.

Anyone looking for him now will know about tge corrections he made. As this was his goal, it's a net win for him.

Comment Re:I still can't understand this insanity. (Score 1) 186

There is no, cannot be any, justification for removing indexes of factual reference

Suppose someone covers the walls all over your neighbourhood with signboards saying "See at <URL> photos of ReekRend [your real name here] picking his nose/drunk as a skunk/bathing nude at the beach that night/whatever" that is factual but inconsequential, though makes you and your loved ones ashamed of something in your past, up for anyone visiting you to see them. Would you want those to be removed, or would you be OK with those being a permanent feature of your street?

Now does it make a difference if the signboards are virtual?

Comment Perspectives on End-User Development (Score 1) 30

With today programming languages, creating new new software requires learning a complex syntax with very specialized rules on how to combine words, even for creating very simple software (for example, web pages with trivial interactions such as folding and dragging items).

Some approaches to allow end users to build automated behavior exist, but they can only go so far. There are "drag and drop" interface builders for building web pages with forms, and graph languages for transforming data. But they only allow reusing pre-defined components which are built with traditional languages. Any behavior not supported by those components can not be added to the program.

There are also rule-based visual systems like Agentsheets that allow defining new behaviors without a strict complex syntax, but those are difficult to reason about when behaviors depend on several levels of nested rules.

My question is: what would be your preferred approach to achieve the goal of allowing end users build their own simple software programs? This assumes that we define "program" in a loose way, not necessarily in the traditional way but referring to any software artifacts for defining repeatable processes to handle information such as:
* building and classifying collections of related data, transforming the shape of parts of a document...
* or for automation of actions in time (turning on and off lights and engines at particular times or in a pre-defined pattern, sending messages to groups of people that follow certain criteria under some triggering condition)...

All this without requiring that the user learns a scripting language or otherwise needs to form a mental model of how exactly the program's execution evolves in time within the machine components.

Comment Re:But... (Score 1) 490

Try comparing something more clear-cut: murder rates: it is 4x higher in the US. So you tell me, if you believe your fictional statistic about 8x the violent crime in the UK, but only 1/4 as many people die, that means "violent" crime is 1/32 as lethal in the UK vs the US..

You also have to correct for other oddities, like the distinction between "Manslaughter" and "Murder" in some countries but not others, or how England and Wales primarily publish their "solved" homicide (convictions and similar) rate. If you kill somebody and get away with it, that death doesn't count in the UK.

The USA is not uniform, my home state has a lower homicide rate than the UK. And while America is touted as being socially and economically advanced, there are large areas which lag behind in these areas. If you don't discuss the violent crime rates of the European Union as a unified whole, why do so for the United States? Also, many US states have a higher non-firearm homicide rate than other nation's total homicide rate; even without guns, Americans manage to kill one another at a higher rate than in other countries.

Slashdot Top Deals

Intel CPUs are not defective, they just act that way. -- Henry Spencer

Working...