tarabukka | 12 years ago | on: Ubuntu Edge will miss $32M crowdfunding target
tarabukka's comments
tarabukka | 12 years ago | on: Bose founder, Amar Bose, has died at 83
It's not about "range of sound", it's about producing sound accurately. A more accurate frequency response won't sound exciting, but you'll hear slightly more of your music because nothing is hyped. It's a matter of personal taste and suitability to the task. I wouldn't mix a song on any Bose equipment, but I wouldn't be frothing at the mouth if I went to a friend's and they had a Bose system. I'd still prefer a £300 pair of studio monitors over an equivalent Bose setup, but that's my opinion.
tarabukka | 13 years ago | on: Hoodie: very fast web app development
tarabukka | 13 years ago | on: Hoodie: very fast web app development
That isn't what "peer to peer" means, though. Peer to peer means that peers (the aforementioned browser, smartphone and tablet) communicate directly with each other.
Also, how does CouchDB keep things secure if clients can sync apparently any data? I'm assuming there's something there, but nobody else has explained this.
tarabukka | 13 years ago | on: Opera moves to WebKit
>the browser that nobody cares about
>Now they see Chrome is going to win
Implies that Opera never innovates or has anything interesting to offer, and implies that instead they follow the market leader like-for-like. They were one of the first browsers to have tabs and supported many CSS3 properties without prefixes first. Just because they didn't support WebSuperFlySpeedySocketRockets the day the draft standard was out doesn't mean they don't innovate.
>copying Chrome
They're standards compliant, Chrome is standards compliant. Not "copying" Chrome.
tarabukka | 13 years ago | on: Win a signed copy of Programming in Lua 3rd Edition
tarabukka | 13 years ago | on: Booting Linux using UEFI can brick Samsung laptops
tarabukka | 13 years ago | on: Hackulous shutdown
tarabukka | 13 years ago | on: What one book could give me a new, useful superpower?
For example, hanging out with people that are into fitness does a lot more for you than going it alone. Working a service job and having to speak to people to make money does more for your confidence than any motivating words. It's different for different people, of course.
tarabukka | 13 years ago | on: What one book could give me a new, useful superpower?
tarabukka | 13 years ago | on: How to set up Remote Desktop with the Raspberry Pi
tarabukka | 13 years ago | on: It's like JSON. but fast and small.
tarabukka | 13 years ago | on: IF-less programming
tarabukka | 13 years ago | on: Show HN: CSS3 animation
At least I didn't get a "please upgrade to a modern browser" notice in Opera, like an unfortunately high number of Show HN posts have done...
tarabukka | 13 years ago | on: Show HN: CSS3 animation
And people ask me why I keep calling Chrome the new Internet Explorer.
tarabukka | 13 years ago | on: IF-less programming
tarabukka | 13 years ago | on: Python alternatives for PHP functions
I think map() from Python should be removed. Its name implies to a new learner that it will draw a map, but it actually does nothing to that effect at all! No, it maps an array to a function. We must rename this dangerous function to call_a_function_on_every_element_of_an_array - or, even better, remove it from the language core ENTIRELY. If it was a private function used inside the runtime, maybe that would be fine, but it's a public part of the API.
tarabukka | 13 years ago | on: Samsung Phones: Every app has full memory access
And then you link me to an Apple security document that basically says (but in Apple style) "we encrypt a lot of stuff and use standard kernel-level security".
tarabukka | 13 years ago | on: Samsung Phones: Every app has full memory access
Memory protection? That's a basic feature of a kernel? Are we talking about each platform's ability for native code to mmap() executable memory or something?
tarabukka | 13 years ago | on: Samsung Phones: Every app has full memory access