wynand | 14 years ago | on: Amit Gupta needs you
wynand's comments
wynand | 14 years ago | on: Amit Gupta needs you
If we take the current criticisms (of your comment) as being morally representative of the general population (probably a decent approximation) then most people would consider the dictionary definitions of ``shameless'' and ``modest'' to be incomplete and not applicable (at least not to someone that is possibly dying). That is one reason why you see so many upset comments here.
In the end, saving Amit's life is better than not saving it, all else being equal. Especially when the goal is so clearly defined and within reach.
wynand | 14 years ago | on: Single psilocybin dose may make lasting personality change
It's alright to disagree strongly with someone else but mutual respect is one of the attributes that keeps HN an open and interesting discussion forum.
wynand | 14 years ago | on: One Path to Better Jobs: More Density in Cities
wynand | 14 years ago | on: Why must you laugh at my back end?
I cannot see what is wrong with your using plain PHP if you can get the job done faster (as long as you avoid things that make exploits easy, such as raw mysql db functions). When the time for a framework comes, you'll know.
Stop worrying about what others think and good luck!
wynand | 14 years ago | on: PyPy - We need Software Transactional Memory
It will likely be difficult to beat expertly written code using explicit locks. But most people aren't experts in concurrency and will either get it wrong or have slow implementations. And if transactional memory catches on, we may even see some hardware assistance in future CPUs.
(S)TM is definitely worth exploring more and even a 2x slower implementation (as envisioned by the PyPy team) could cover most concurrency needs, which will make it a success in most people's eyes.
wynand | 14 years ago | on: PyPy 1.6 Released - Full Python 2.7.1 Implementation
wynand | 14 years ago | on: Cisco Sued By Chinese Political Prisoners Over 'Golden Shield'
Yes, I have also run into those who see no problem with (or even approve of) the censorship.
But there are more than enough dissidents.
EDIT: changed "oppression" to "Chinese political regime" as it more truthfully reflects my experience with Chinese students.
wynand | 14 years ago | on: Applescript is Not dead
wynand | 14 years ago | on: Chocolat - the new editor
A number of days ago, I downloaded Textmate and started playing with it. In the beginning I almost wanted to just delete it and go back to Emacs. But as time went on, its simplicity became increasingly pleasant; so last night, I purchased a license.
To me, it's good to know that innovation in text editing is not over. I don't think that Textmate is the last word by any means but it is a beautiful tool and I'm curious to see how Chocolat stacks up.
wynand | 14 years ago | on: Is Airbnb Full Of Fake Listings?
I am pissed with AirBnB for how they've handled the recent events but speculating like this is just kicking them when they're down.
wynand | 14 years ago | on: Could Quantum Computing Kill Copyright?
A large (and growing) part of the world's population will want some kind of guarantee that they'll be compensated for their time and they'll be pushing for some kind of IP. Whether or not this will be better or worse for society, only data can tell us. But regardless of that, people want to optimize for what they think is best for themselves and their offspring and will vote on the basis of that.
wynand | 14 years ago | on: "We Really Don't Know How To Compute" - Sussman keynote at Strange Loop
wynand | 14 years ago | on: Illustrated: Apple's Fear of Android
But I agree that they cannot afford to lose ground to HTC, Motorola, LG and Samsung's high-end phones.
wynand | 14 years ago | on: The Moment Of Truth For Airbnb As User’s Home Is Utterly Trashed
Is there someone here that can set up a Paypal account for this gal? I'd happily donate a few $.
wynand | 14 years ago | on: OS X Lion: Macs' beginner-friendly days are over
The most confusing thing for me was to get my Mac onto our university WPA2 enterprise network. It is actually impossible to configure Mac OS 10.7 for this (at least via a GUI). After an hour, I realized I could use the .mobileconfig file for the iPad/iPhone (on our network) to set up a profile for my Mac and then things went smoothly. This was annoying to be sure and I'm not sure what benefit derives from this removed functionality (since 10.6 can do this).
But other than that, I've had a blast of a day. Everything else has been fairly discoverable and I figured out the gestures very quickly. In contrast to some of the complaints, I like the reversed scrolling and I like the way that Mission Control works.
I'm certain that if I were to give this machine to my parents, they would be fine. Perhaps I would disable Mission Control but otherwise I cannot foresee stumbling blocks.
wynand | 14 years ago | on: The Netflix Simian Army
It's an excellent technique for software improvement, as it somewhat mirrors an evolutionary game. You have your prey (your software) and a predator (the chaos-like monkeys). When the predator is successful, you improve your prey until the predator is under control (with non-chaos monkeys). Then you improve your predator (chaos-like monkeys). This cycle of prey/predator improvement can be repeated as long as needed.
As saurik points out, this has the potential to lead to cascading failures. But this is true of any complex system that has multiple levels of self-repair - repair systems in biological systems can also work against the host organism.
I'd love to see commonly used software hardened in this way - Apache for example. Imagine a contest where the aim is to find creative ways to bring down sandboxed Apache servers (executed on the machine of the contest participant). You (the contestant) come up with an Apache killer and submit it to the contest website and get points based on how much damage your code can do. This gives the Apache developers an idea of where to harden Apache.
The obvious danger with such a system is that it's a treasure trove of DOS attacks against existing Apache installations. But the argument in favor is that some black-hats might already have similar code anyway and they won't be publishing their code. Also, the code is a good test harness that can be used to verify that major architectural changes (such as what would be needed to integrate Google's SPDY into Apache) don't make Apache vulnerable to previous attacks. And of course, other similar software (Nginx et al.) can also benefit from some of these test cases.
wynand | 15 years ago | on: Are grains making us fat? If so, we should be much thinner than 1914.
I had to dig out this paper the other day because someone that I was talking to did not want to believe that weight is mainly tied to one's diet:
http://www.nature.com/?file=%2Fijo%2Fjournal%2Fv21%2Fn10%2Fa...
I'm not sure if this is behind a paywall (my uni has access to everything on Nature's site), so here is the salient bit:
RESULTS: Primarily, subjects aged 40 y have been studied (39.5±0.4 y, mean±s.e.m.) who are only moderately obese (92.7±0.9 kg, 33.2±0.5 body mass index (BMI), 33.4±0.7% body fat); for short durations (15.6±0.6 weeks). Exercise studies were of a shorter duration, used younger subjects who weighed less, had lower BMI and percentage body fat values, than diet or diet plus exercise studies. Despite these differences, weight lost through diet, exercise and diet plus exercise was 10.7±0.5, 2.9±0.4* and 11.0±0.6 kg, respectively.
wynand | 15 years ago | on: What is Bitcoin? (Video)
I overlooked the Bitcoin limit - price inflation will certainly be limited through this mechanism. But I wonder if this might not cause prices to drop at a constant rate (since Bitcoins are so divisible) - this would include labor costs (although how wage stickiness would hold up to this remains to be seen).
wynand | 15 years ago | on: What is Bitcoin? (Video)
All current currencies are controlled by central bodies that can dampen the effects of these feedback loops.
Does anyone with an economics background have an idea of how the Bitcoin network could be adapted to counteract these feedback loops? For example, perhaps the network should make the transfer of small amounts very liquid whilst the transfer of larger amounts becomes progressively more "viscous".
Permit me to explain how I see this. You may disagree strongly with me but I hope to convey why your comment aroused so much passion.
I don't see Amit as considering himself to be more important than anyone else. I see a man who is trying to save his own life (with very little time to spare) and I have sympathy with his cause. I don't expect him to take this cause further when he is well, even though I know that many people in the world are suffering.
My position is very different from yours. I find it difficult to agree with the sentiment of your comment because I don't expect Amit to be looking out for anyone else but himself at this moment. In this case, I suspect that many others here have similar views.