TheEskimo's comments

TheEskimo | 12 years ago | on: Valve demonstrates Steam Controller [video]

In regards to the 180 degree spin, this demonstration shows exactly the opposite of what you say. At about 1:34 (elevator in portal 2) he performs a 180 with a single swipe from left to right.

TheEskimo | 12 years ago | on: HTML5 Flash Player (Shumway) lands in Mozilla

That is not true. The people who contributed the original Shunway code own the copyright to it. They are choosing to license it under Apache. You cannot change that since you do not own the copyright.

They may choose to "relicense" it under GPL if all the contributed agree.

What you suggest cannot legally be done. However, Apache is GPL compatible, so it can still be used in a GPL project, though its license will not change.

IANAL

TheEskimo | 12 years ago | on: Google Web Designer

Doubtlessly he's bemoaning the lack of support for linux.

I would also like linux support, but it still looks like an impressive suite regardless.

TheEskimo | 12 years ago | on: Watch how fast people are upgrading to iOS 7

> I don't fully understand why

It's pretty simple - Apple owns the hardware and software they're pushing updates for. Sure, they don't own the carriers, but that's not the problem.

In Google's case they neither own the hardware nor all the software because each third party phone manufacturer slaps in its own stuff and maintains its own fork of android.

Microsoft might own the software, but they don't fully own the hardware. Microsoft is a lot closer to managing it than Google though.

This isn't that Apple has more power over carriers and it isn't hard to understand - it's simply that they have more ownership of all the devices and there are far fewer types of devices (very limited set of software/hardware combinations).

TheEskimo | 12 years ago | on: Why I'm saying goodbye to Dropbox and hello to SpiderOak Hive

SpiderOak does have one problem. It has no arm build for linux (and they apparently have no plans to make one soon). If you frequently use a Raspberry Pi or linux on an arm Chromebook then you'll be out of luck on syncing your files.

I wish they'd release simple sourcecode for a headless sync client or that someone would reverse engineer it enough for that to happen. As it is, you can sshfs mount a folder synced by one of your x86 computers, but that's definitely not ideal.

Other than that complain I've enjoyed using SpiderOak and it's a great piece of software.

TheEskimo | 12 years ago | on: Why I'm saying goodbye to Dropbox and hello to SpiderOak Hive

I personally use keepass and keepassx (the alpha compatible with keepass2.x) and sync my passwords with SpiderOak. That's worked pretty well for me, and I don't actually have to trust a website with my passwords. Even if there's an insecurity in SpiderOak, they'd only get my encrypted keepass database which they'd then have to also decrypt.

I definitely recommend keepass over lastpass.

TheEskimo | 12 years ago | on: Quickly navigate your filesystem from the command line

https://github.com/clvv/fasd

I used to use z, but I've since switched to fasd. It's much like z, but also so much better. In addition to being able to do "z <part of directory>" you can do "f <part of file>". So, for example, if I've got a rails project I've worked on a lot recently I know its config.ru is high on frecency, so I'll just do "vim `f config`" to edit that file. If I want a file that's not so recent I can always do "vim `f -i config`" to pick from a list of files.

fasd is leaps and bounds above z in functionality, and I've thoroughly enjoyed using it.

TheEskimo | 12 years ago | on: Here’s Why Firefox is Still Years Behind Google Chrome

Vertical space on linux? That's simply not true. Exhibit 1: The default firefox and chromium running on my linux (ubuntu, i3wm). http://i.imgur.com/paE173H.png . 6 pixels by default in favour of firefox.

The real problem though is chrome's interface really is completely inflexible. I like a thinner browser than either of those. Hence, my firefox setup: http://i.imgur.com/XAyc8Tu.png .. 17 pixels more space than chrome can be gained easily (firefox with only the extension 'pentadactyl'). And further more, since firefox's appearence is all just XUL it can be styled to be as thin or thick as I like.

So yeah, firefox you can change the ui to be vertically thin. It's simply impossible to do that with chrome.

TheEskimo | 13 years ago | on: The Onion releases fartscroll.js

I've always felt ghostery is the poor-man's noscript. If he wants to know about all external calls (which he presumably does) then noscript will actually do that while ghostery will let 'good' ones by untouched.

TheEskimo | 13 years ago | on: The Flaw that May Bring Down Bitcoin or Change it Forever

I believe that there is an even more important practical issue.

What if someone manages to embed something very much like the EICER string[0] in it? How many people do you think would use the bitcoin client on windows if their AV automatically deleted the blockchain as it downloaded in a misguided attempt to protect them?

Of course, first we have to know if this is possible at all. Does anyone know if there's either a) 20 bytes with a very high AV detection rate or b) some way to embed more than 20 bytes in a row in the block chain?

[0]: http://en.wikipedia.org/wiki/EICAR_test_file

TheEskimo | 13 years ago | on: TraceGL: JavaScript code flow visualisation in WebGL

This is a bad idea. I believe that hn actually will weight every comment you make based on your total karma to a degree. I've certainly heard people make anecdotal claims that if they have a lot of karma their comment, even if not heavily upvoted, appears near the top frequently.

This algorithm makes sense. Since upvotes are supposed to mean something like "I want to see more comments of this type and quality", it is giving the majority what they want to promote people who typically make such contributions.

As soon as you try to value an upvote as something different (here as an impromptu poll) you damage the entire system. What if I would dream of this but don't want to see more comments like yours since it's effectively spam? What if I like the idea and want to upvote it for visibility but would 'never dream' of this somewhat specialized idea?

The point I'm trying to make is that this is a bad idea without even going into how incredibly inaccurate such a poll is. This comment will not give any useful data, actively "abuses" hn's value system by asking for upvotes, and doesn't breed meaningful or intelligent discussion. Good for you I can't downvote yet :-). (notice how I added a smiley so that it would seem childish but friendly? Excellent tactic!)

If you want to do a poll I believe the polling option google docs provides will be much better suited (if perhaps slightly tainted by evil).

TheEskimo | 13 years ago | on: Dell/Alienware release Ubuntu gaming desktop

Well, the "Featured Systems" tab conveniently lists the GPU. It happens to be a GeForce GTX 645 on the cheap end and a GTX 660 on the high end. A 660 costs roughly $200. In addition, if your 'scientific computing' includes hashing or any of a number of other things, it will be orders of magnitude slower than an AMD card.

Overall, it's slightly overpriced. In addition, OEM hardware is invariably uncustomizable (no extra PCI-E slots, lowest end power supply possible). If you wanted to do scientific computing then there would be much more efficient options. This is no better an option (and probably worse) than other run of the mill OEM hardware. I especially like how your comment began with "I don't know anything about <related topic>. But...".

TheEskimo | 13 years ago | on: Browser Wars Revisited

This is windows 7. Notice that neither of them are maximized. The behavior you talk about only occurs when you maximize the window, not when it is "half-maximized" as shown.

TheEskimo | 13 years ago | on: Browser Wars Revisited

Chrome's UI is also completely and totally inflexible. As you can see in this screenshot, http://i.imgur.com/D8rMRBa.png , my firefox's UI takes up less space and is only two rows. Chrome has three rows (the close/max/min buttons, tabs, and navigation). There is no way on windows to reduce that top height. Firefox is flexible enough that you can trivially do what I have with only some simple css. The defaults for firefox are roughly as minimalistic as chrome too. Also, on my linux box my firefox is thinned down even more, while chrome just looks horribly out of place since you can't alter its appearance to closer match the native environment.

I prefer firefox for quite a few reasons, but since you bring up the UI, that's the only one I'll mention here.

TheEskimo | 13 years ago | on: Mozilla Recognized as Most Trusted Internet Company for Privacy

The article's title is misleading. I read the linked study (pdf and prweb summary of results) and found nothing to support that they are the "Most Trusted Internet Company"... In fact, Amazon, eBay, WebMD, and Microsoft are all above it on the list. All of those I'd consider to be "Internet companies". If you alter it, as Mozilla did in the paragraph below, to read "Internet & Social Media" then it's right according to the linked pdf, but that's hardly the same thing as the title.

I do trust Mozilla far more than the other companies that made this list, but I can't help but feel their title is intentionally misleading.

I do find it odd that Mozilla didn't end up higher of course. Out of the listed entities I don't think any of the others are non-profit (nor have something like the Mozilla Manifesto as a guiding principal), and if any are I doubt that they understand crypto anywhere near as well as Mozilla. I trust Mozilla because they not only have the desire to keep me safe, but also have the technical know-how.

TheEskimo | 13 years ago | on: Kim Dotcom's New Mega Encrypted Cloud Storage

I do hope this is a joke. "some fancy acronym like AES"... I can't tell if this is a failed attempt to be funny through saying something so ridiculously stupid or if you're serious. There are lots of acronyms that are BS, but AES isn't one of them. It's mathematically backed and has been thoroughly tested to be strong.

Dropbox being a YC company means absolutely zero other than that YC liked their idea and supported them. That doesn't give me any assurance that they won't make a mistake or that an employee won't sell my data.

In fact, Dropbox, despite being a YC company, already slipped up majorly once to the point that every account was completely passwordless. You could just type in random emails at the web login and view some stranger's files. Story here: http://techcrunch.com/2011/06/20/dropbox-security-bug-made-p...

On the other hand, AES has yet to slip up. My AES encrypted data will take a significant fraction of the life of the universe to crack and, YC or no, a single programmer error won't break it.

TheEskimo | 13 years ago | on: Kim Dotcom's New Mega Encrypted Cloud Storage

Use SpiderOak[0] then. They assure strong zero-knowledge privacy and, while the client isn't technically open source, much of it is completely unobfuscated python. I definitely trust SpiderOak with my data. It also has more features than Dropbox or Drive... You can set syncs as between a subset of all devices, create an arbitrary number of syncs, and create some backups which aren't syncs too. It's quite nice.

Another service which is open source is Tarsnap[1]. It doesn't do syncing or have a free tier, but it's definitely trustable online storage.

In both of these cases the encryption keys are not on the servers.

An additional provider which claims to offer cloud storage/backup with zero-knowledge is Crashplan[3]. I wouldn't trust them as much as either of the previous options, but I still think they're telling the truth. I note it partly because I really like their approach. You can a) let them keep the key and thus you can still reset your password etc, b) let them keep the key so you don't have to transfer it manually to all crashplan-using computers, but have it encrypted on their end with a password only you know (can't be reset), or c) provide your own key which they claim they'll never know. These three tiers make sense and at each one you sacrifice some usability (such as the web-interface being unusable at (c) I think) in exchange for security.

So yeah, dropbox and google drive are both obviously able to look at your data, but that doesn't preclude using other cloud storage providers. There's many that are trustworthy and have the code to prove it. In the case of Mega, I'd trust them less than the typical one. They're big enough that the government will notice them... they'll need to make it usable (allow password resets etc), it looks like you upload unencrypted data and then they encrypt it server-side (edit: turns out it's client side javascript encryption. Downside there is it'll probably be a bit slow)... All of these are problems. If it's not sent already encrypted with a key they've never touched then the government could court-order them to alter the software to store unencrypted copies or to keep encryption keys. Since they're the one giving you the key they obviously know it at some point, however briefly, and they are thus vulnerable. Forcing users to generate and supply keys just isn't user-friendly on a web-only application. The only way you can make that work, as SpiderOak did, is have the user download an application which seamlessly does all the crypto work.

[0]: https://spideroak.com/ [1]: https://www.tarsnap.com/ [2]: http://support.crashplan.com/doku.php/articles/encryption_ke...

TheEskimo | 13 years ago | on: Your C# App on 66 Million Macs: Announcing Xamarin.Mac

Not at all. This offers a completely different solution than java. With java, you write once and run on everything. This lets you write C# on OS X, but it won't compile and run on Windows or Linux. Windows software can't be as easily ported to OS X either, the entire GUI, at the least, will have to be rewritten.

I would argue that Python would make more sense as a java-killer. It has the write once, run everywhere thing down much better (though still not good enough) than this.

Java is not going anywhere, sadly, and the linked product does not offer a compelling reason to believe that it will kill anything. All I see happening is that people who use mono now will potentially switch to this; honestly this isn't really ground breaking.

page 1