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

 



Forgot your password?
typodupeerror
×

Comment Re:I am by no means a fan of Comcast... (Score 1) 291

Since the 2nd modem is virtualized, it should not affect your transfer rates or bandwidth quotas.

I'm not familiar with with cable in the states, but does this mean that Comcast are selling a service well below line speed? Where I am the cable company will sell you whatever they can squeeze down the line: this week it is 1000/100, but it tends to go up every month or two as they switch cable boxes.

Comment Re:I am no economist, but as a geek ... (Score 1) 205

I'm not sure that I am rebutting a different argument. When you said that hunter/gathers generally have more leisure time I interpreted that as meaning "more than us". Which is exactly what I was disagreeing with.

I don't spend 8 hours a day performing an activity that pays for my food and shelter: my wage is 3x my basic needs. So it takes me about 2.5hrs of work to do that. I do actually have a flexible work environment where I could stop at that point, but instead I stick around for another 5hrs and take home more cash. That is not an excess as you have phrased it - I can operate in other markets than basic needs and I am procuring funds for those.

Also, I did not imply that you had claimed that hunter gatherers have it easy, although you may have been misled by my british turn of phrase. I would claim that 13-20hrs of work a week is having it easy, my question to you was whether or not that was true that hunter/gathers worked less than this? My assumption is that they would need more time than this to acquire food each week.

Comment Re:macro assembler (Score 1) 641

Where are you drawing the line for good?

I can see that somebody could program without knowing anything at all about assembly language, but I find it difficult to believe that they would be any good at it. For many years CS curricula around the world contained the same sequence of courses: a "high" level language (be it C, C++ or Java depending on time and location), assembly language for a real architecture (SPARC, MIPS or x86) then a compiler course later in the degree that explicitly teachs the mapping from (parts of) the high level language into the low level language.

It has been understood for a long time that know both of these languages and having some explicit knowledge about what a compiler does to convert between them makes a programmer better. The vast majority of programmers my age (mid 30s) went through this sequence of courses as a mandatory part of their undergraduate education. I'm really curious what your definition of a "good programmer" is that doesn't know assembly language. How do they differ from just a programmer?

Comment Re:Summary, or tl;dr (Score 1) 205

Nice summary, much clearer than the original.

There seems to be a basic mismatch between the "problem" and the "solution". Most of the lead-in talks about corporate financing, and companies free-loading without paying for development. Well, in that world the funding distribution is from Extremistan (i.e it is probably a power-law distribution). So most of the money is held in pledges that unmatched by ten peers. The matching model only makes sense in Mediocrastan (i.e the roughly a uniform distribution) where the majority of the pledges would be matched.

So let's say there is a big super important project and one million individuals put up their $1 pledges. There is also a company that wants/needs the results and is willing to put up $1 million to get it done. Sadly they are limited to $1 and the other $999,999 cannot be spent.

I don't think that a ransom-ware model for open-source is a good idea at all, but the author really needs to rethink exactly which model they use. Or to phrase that in the author's own language "carefully considerating the underlying game theory and doing a bit of mechanism design leads us to much better equilibria".

Comment Re:Sadly,... (Score 1) 180

Yeah, because the "regulated" taxi industry *never* has these problems.

Is that the only kind of distinction that exists - the world is purely binary? Or could be that a regulated industry has fewer of these problems. Is that not better to a lesser extent?

The problem, as always, is that people like you think that "regulation"

So what is a person like me then? Is that something that you are capable of understanding based on a jokey response to a request for a sketch. Wow, your deductive power of reasoning must put the great Sherlock Holmes to shame. Either that or you over-generalise so freely that you are not even aware when you do it. You know, like an idiot.

Perhaps you should spend an hour or two reading about cognitive dissonance, and try to spot the analogy to the point that you were trying to make with Regulatory Capture. I'll warn you - your world view is about to get a dramatic overhaul.

Comment Re:Sadly,... (Score 4, Interesting) 180

Hello and welcome to Uber.

We are going to pretend that we offer you a service like a taxi, you know - licensed and regulated so that we manage to keep whack jobs out of the driving seat and you can feel a measure of safety in your journey.

But instead, for half the price we are going to send you some completely random fucker that we have no real record of. He could be anyone, and probably is. So basically you are hitchhiking with all of the associated risks, but you are paying us for the privilege.

Yay for Uber. Please feel free to call* and ask questions if you survive your trip.

* actually not really, this would push up costs. But you know, it's the thought that counts.

Slashdot Top Deals

egrep -n '^[a-z].*\(' $ | sort -t':' +2.0

Working...