danio | 15 years ago | on: Donate few bucks to Wikipedia (We're all using it on a daily basis, aren't we?)
danio's comments
danio | 15 years ago | on: Donate few bucks to Wikipedia (We're all using it on a daily basis, aren't we?)
10 people are described as 'other program': I'm guessing this means "Support strategic volunteer work" and "Bootstrap community programs in key geographies". But why not just let the site grow organically? Why do they have to spend time encouraging people to be editors? The volunteer model has worked so well in the past that it seems to me that the motivation behind this is purely expansionism.
5 members of staff for fundraising: again why act like a corporation instead of letting people donate if they think the site is valuable.
There is also $1.8M spent on external contractors: what for?
$380,000 on travel works out at $8000 per person. That's a lot to get to wikimania and 3 nights in a hotel.
Overall it is a bit galling to me that they have built the site on data contributed by us, it is edited by us and now they want money from us at the same time becoming more and more dictatorial over the type of content that may be submitted and unresponsive to users complaints.
danio | 15 years ago | on: SR-71 Blackbird Communication to Tower
danio | 15 years ago | on: Personal Surveillance Drones are here.
danio | 15 years ago | on: E.W.Dijkstra: On the foolishness of "natural language programming"
danio | 15 years ago | on: For 18 minutes, China hijacked 15 percent of the world’s Internet traffic
How is that a problem? You cannot expect your internet data to be private: the nature of the beast is that it will be public. Anything sensitive must be encrypted in such a way that by the time the encryption is broken by your enemy (considering the likely resources they have) the data is no longer useful.
Did I miss something?
danio | 15 years ago | on: Getting the "ship it" idea into developers stubborn minds: some links
The right arrow button to look at the different links has poor discoverability. The first link is shown twice on the main page, and there's no real indication that there are any more links. [edit: slowness was caused by twitter being open in another tab!]
Licorize is an interesting idea, but I feel needs more work before being unleashed on the general public.
danio | 15 years ago | on: The Python IAQ: Infrequently Answered Questions
danio | 15 years ago | on: The Python IAQ: Infrequently Answered Questions
fact = lambda n: _if (n <= 1) (1) (lambda: n * fact(n-1))
over def fact(n):
if (n <= 1):
return 1
else:
return n * fact(n-1)
1 line vs 5 lines doesn't seem like an advantage to me when it takes pretty much the same amount of time to read and understand the complicated 1 liner.Is there more optimisation possible?
danio | 15 years ago | on: Dear Mom and Dad ...
"The page you asked for does not exist You may have followed an out-dated link, or there may be an error in our service. We apologize for the inconvenience."
Whoops.
danio | 15 years ago | on: Implementing the auto-buying bot from xkcd #576
danio | 15 years ago | on: On a weekend, I taught open source skills to CS kids. Thoughts?
Most employers expect a CS graduate to understand version control, bug tracking systems, IDEs and the like.
Most CS departments think that such things are beneath them.
The concept of a weekend extra-curricular course to bridge the gap seems ideal to me. The only problem I see is funding it.
danio | 15 years ago | on: Follow up on the reverse job application.
When I read the original I thought it was all good, apart from:
1. <<Possess strong written, verbal and interpersonal communication skills. If you can't tell the difference between "you're" and "your", your never going to be able to get you're points across to me.>> There are plenty of people out there who have correct grammar but terrible communication skills.
2. he seems to think that people are unable to type their e-mail address correctly and that they have not yet figured out how to copy and paste their e-mail address on web forms.
These seemed very arrogant to me and the anonymous psychologists comments in the follow-up re-inforce that.
danio | 15 years ago | on: Groceries: which lane is the fastest?
danio | 15 years ago | on: Groceries: which lane is the fastest?
jfb - It also doesn't have any negative effect on "the geegaws sold in line" as they just put the "geegaw" displays along the side of the one queue. In fact it is better for the store in that respect as they can show more variety.
The best way I can think of to get rid of this overhead is to have a rule where each cashier has a queue depth 2 that is fed from a single queue. But how would you get people to stick to just 2 people? And it would be very annoying to be just behind a slow person.
In theory people should naturaly start moving forward when they notice that somebody is finishing up but at least in the Rail station and Post office the counter staff have a tendency to shut their counter without warning or start processing some other task before they are ready to serve the next person.
danio | 15 years ago | on: Groceries: which lane is the fastest?
danio | 15 years ago | on: When the Tech Guy is 13 (or even 10)
danio | 15 years ago | on: Why I really, really hate Instagram
danio | 15 years ago | on: For Lisa, the World Ended in 1995
danio | 15 years ago | on: Company Uses An Array of Twitter Accounts as Its Website
* Original Research - Wikipedia does not allow any. Wikinfo's solution: Allow original research with editor registration.
* Wikipedia only allows certain types of information, as it is purely an encyclopedia. Wikinfo's solution: All types of information are allowed