Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment Re:I want everything for nothing (Score 1) 141

And it works, because many geeks are antisocial sorts who rather than organising their labour will happily walk over each other just to get that little bit of green. Then, when the race to the bottom has been reached, they'll bitch about everyone else being better treated, rather than stopping to ask why it happened and striving to improve their collective lot.

Organized labor? Uh no, we're too smart for that. I can't speak for everywhere else but where I live there are plenty of well-paying development jobs and I've never seen the type of behavior you describe among my peers.

Every sufficiently old once secure job is now tenuous or non-existent. What is secure today will be tenuous in a decade's time.

Yes, it is a field where you must keep your skills up to date and be willing to switch jobs if market or other conditions dictate. If you stay in one position too long and let your skills stagnate you do run the risk of becoming obsolete.

Comment Re:What about Git? (Score 2) 92

Git is a great system, but it relies on SHA1. If SHA1 has feasible attacks, is git going to stay on SHA1 or will it move to something more secure? Can it even do so without breaking compatibility?

SHA1 as used in Git proves that a particular commit has the contents and the ancestors that the person with the repo says it does. It prevents two different people from saying, "this is what the source looked like at this point in time". So in practice, coming up with a collision attack in that scenario wouldn't be much use because whatever you come up with to generate the collision obviously isn't source code :)

That said, replacing it with something else would essentially involve rebasing the entire repo, which would certainly be inconvenient but not insurmountable. They could probably even have a backwards-compatibility mode where it recognizes both SHA1 and some other algorithm and clients could gradually switch to the next one.

Comment Re:All joking aside... (Score 1) 177

Let me see if I understand you correctly. You have no problems handing over your SSL credentials to a web site so you can do remote admin? Does your employer know you do this?

I'm not sure which "employer" you're referring to; these are my own websites and yes I understand the security implications and take appropriate precautions.

Comment Re:All joking aside... (Score 1) 177

If you have web access, then you can download PuTTY. Much simpler/easier than waiting for an OS to load in your browser ... just to run "ssh".

The wait time of the demo really wasn't that unreasonable. Installing Putty isn't possible if I'm on a platform it doesn't support or on a device where I can't install or run additional software.

Comment Re:All joking aside... (Score 1) 177

Yes some web based SSH clients are better than others, but I assume the response time would be much quicker than emulating an entire OS as running an SSH client within it.

Did you try the demo? I was quite surprised at how snappy it was. Point taken that the definition of "hacky" is subjective :)

Comment Re:where do you not have ssh available? (Score 1) 177

Considering that most smartphones will happily run a terminal program...and you can get bootable linux on a usb stick or a whole linux computer on an HDMI plug.

I'm talking about a device where installing additional software or plugging in a physical device that I probably don't have with me anyway is either not possible or not desirable.

Comment All joking aside... (Score 1) 177

There are many times when I need to do remote admin on a machine from a location where I don't have SSH available. Currently that usually involves some type of hacky browser-based terminal emulator. Actually running a Linux based OS in the browser would be perfect for such occasions, assuming I'm someplace where making outbound port 22 connections isn't a problem.

Comment I'm sure they'd admit as much (Score 5, Funny) 204

I remember reading an interview with one of them several years ago (I believe it was Brin), where they talked about the original homepage. At a time when other search engines were cramming as much crap onto their homepage as possible, Google stood out for being very minimal and serving up "just results" very quickly.

He said they were amused when people gave them compliments for taking such a bold move and assumed it was an intentional departure, but in reality they just didn't know HTML and cobbling together a single form and crappy logo was pretty much all they could manage (or were interested in).

Comment Re:so tell me again... (Score 5, Insightful) 476

No, I'd prefer an intelligent discourse of experts, perhaps moderated by a competent paralegal with years of experience researching such things.

PJ, this post is for you. We NEED you. Please reconsider.

A thousand times this :( It's so sad that we don't have Groklaw to help sort this all out for us. Mr. Florian woke up with a massive hard-on this morning, spewing his usual hypocritical diatribe about how Google brought this all on themselves by not caving in the past. I can't stand the thought that he's the only "tech patent expert" who will be quoted in the news on all of this.

Comment Re:so tell me again... (Score 1) 476

I would say that, if admissible, this "invention" (PDF) completely prevents any company from displaying ads alongside search results, killing Adsense:

But that's a big "if". If the wording is too broad, it will be easy to find prior art. Hell, the old Archie-based internet could be seen as doing this.

However I think that Google will go the other way. What is a "search argument"? I would think it's words such as "and", "or", "like" that are used to narrow the results. At least as a computer scientist, that's what the term usually means. Even though Google has these arguments available, the vast majority of searches don't use them.

There are plenty of other terms in the patent that can be beaten to death and shown to not apply. The thing about patents is that each claim is taken in its entirety. If Google can show that any of those bullet points don't apply to them due to their specific wording, they don't infringe.

Comment Re:Don't buy HP! The new ones need non-free driver (Score 1) 381

Sadly, most of HP's new printers don't print unless you install their non-free driver. This includes their laterjet printers.

HP used to be the most reliable for free software drivers, but not anymore.

Do you have more info on this? Last time I was in the market (which was a couple years ago), HP had far and away the best free driver support. They contribute them upstream instead of making you download separate files and try to install them, and everything "just worked". My multi-function laserjet prints, scans, and duplexes, all over the network, with zero configuration or bother from me.

They have an entire website dedicated to their efforts to support open source, their list of supported printers has any recent printer I can find, and their most recent release notes indicate they're still adding features, printers, and supported distros (notably Ubuntu 13.10 Beta and OpenSuse 13.1 Beta).

They do have a list of printers which are are unsupported due to IP issues but those still seem to be far and away the exception, not the rule.

Slashdot Top Deals

So you think that money is the root of all evil. Have you ever asked what is the root of money? -- Ayn Rand

Working...