tropicalmug
|
8 years ago
|
on: How Logos are Remembered
Think it's funny that the person who drew the Pizza Hut logo for Domino's is considered more accurate than the person who drew a domino.
tropicalmug
|
9 years ago
|
on: Who Will Command the Robot Armies?
"One man alone can be pretty dumb sometimes, but for real bona fide stupidity there ain't nothing can beat teamwork."
Seldom Smith, from The Monkey-Wrench Gang by Edward Abbey.
tropicalmug
|
9 years ago
|
on: Lon.gs: A URL shortener in C
There are other needs for a shortened URL. Perhaps you have to hardcode a link in code and don't want to be tied to a page whose contents may break. If you control your URL shortener, you can hardcode your shortened one, and update the redirect as needed.
tropicalmug
|
11 years ago
|
on: HTTP/2 Is Done
I wish instead of a protocol improvement that focused solely on network resources, the next version will also include improvements for users such as encryption by default and doing away with cookies.
tropicalmug
|
12 years ago
|
on: Show HN: An easy-to-use Text Analysis API – NLP and Machine Learning
What tools would you suggest for doing this? Or even what algorithms to implement for doing this sort of work?
tropicalmug
|
12 years ago
|
on: Sublime Text 3 Build 3059
Open your user key-bindings (in OSX this is Sublime Text -> Preferences -> Key Bindings - User), and put
[
{ "keys": ["ctrl+tab"], "command": "next_view" },
{ "keys": ["ctrl+shift+tab"], "command": "prev_view" }
]
tropicalmug
|
12 years ago
|
on: Feedly is Now Hijacking Shared Links And Cutting Out Original Publishers
Newsblur[0] is a great open-source[1] feed-reader that not only beats Feedly in ease of use, but also has a bunch of great additional features over the standard RSS reader, with apps for both iOS and Android to complement the killer web-app. I highly recommend it.
[0] https://newsblur.com/
[1] https://github.com/samuelclay/NewsBlur
tropicalmug
|
12 years ago
|
on: Google Account Recovery Vulnerability
11 days? Two weeks? A month? Never?
Not every company values this sort of feedback from their users. Some go out of their way to prosecute those that break their services this way.
tropicalmug
|
12 years ago
|
on: NSA Files Decoded: What the revelations mean for you
It doesn't say anything about her backtracking. It says she defends the program and that her "reform" bill maintains the status quo.
tropicalmug
|
12 years ago
|
on: Bloom Filters by example
Another great Bloom Filter library not mentioned in this article is Bitly's implementation on GitHub[0]. It has the best of both worlds: a C implementation and higher-level wrappers (Golang, PHP, Python, and Common Lisp). If you don't want to play around with a fancier DBMS and really just want the damn filters, I would look here.
[0] https://github.com/bitly/dablooms
tropicalmug
|
12 years ago
|
on: One Month Rails (YC S13) Teaches How To Build Your Startup While Learning To Code
"97% of people recommend One Month Rails" is also a little misleading. I'm willing to bet 97% of people don't know what One Month Rails is.
tropicalmug
|
12 years ago
|
on: Loom (YC W12) Launching Cloud Storage for Photos and Videos
Thanks for the quick response. I keep playing with this and it's very cool. I'm looking forward to being able to put those pictures back up.
Congrats on the launch again.
tropicalmug
|
12 years ago
|
on: Loom (YC W12) Launching Cloud Storage for Photos and Videos
I'd love to be able to add the same photo to more than one album. This seems like the sort of thing that's a natural advantage of digital photos over regular ones.
Let's say I was taking pictures of friends at a baseball game, along with a couple of other shots of the surroundings. I want to put the pictures of friends in "friends" album, but I also want to put those same pictures in the overarching "baseball" album, or the album for that particular game. It seems as though you have nested albums, which is nice, but this would be a good usecase to look into.
Also, while I was playing around, I created an album that I wanted to get rid of. I deleted the album and it took all of the pictures in it out of my timeline. I probably should have figured that the albums act more as folders than tags when I discovered that pictures were assigned to a single album, but I can't figure out how to reupload those pictures. Any help?
Congratulations on the launch!
tropicalmug
|
12 years ago
|
on: Impressions of Go
I am one of those programmers: I have no real idea how a compiler goes about its business, my university does not offer an accessible compiler class (only for grad students and very irregularly), and I have no idea where to start besides trying to force my way through the purple dragon book.
What are things I should know about compilers that I probably don't? What is suggested reading on compilers?
tropicalmug
|
12 years ago
|
on: Edward Snowden's Father Gives Interview: My Son Is Not A Traitor
This story is not relevant to the privacy issues at hand. This is distracting from the conversation we should be having.
tropicalmug
|
12 years ago
|
on: Amazon is staffing up for its $600 million cloud for spooks
Right, but couldn't they expand the pane but leave the text at the same ratio? The way it is now, the right-hand scrollbar leaves the right side of the window[1], which is kind of weird. Adding whitespace on the sides might be a better way to achieve the same goal.
[1]: http://i.imgur.com/doaiMyc.jpg
tropicalmug
|
12 years ago
|
on: Amazon is staffing up for its $600 million cloud for spooks
Why does Quartz allow for their menu bar to resize for any window size but prevent the article pane from doing the same thing? I get large grey space on the right side of any story that I read on a large-enough monitor.
tropicalmug
|
12 years ago
|
on: Norwegian lawyer had visa withdrawn after private chat with client on Facebook
You're correct, it wouldn't apply. My naïveté had me a little carried away.
tropicalmug
|
12 years ago
|
on: Norwegian lawyer had visa withdrawn after private chat with client on Facebook
Isn't this a bigger deal than just monitoring supposedly private Facebook communications? This would also violate attorney-client privilege too, right?
EDIT: This is just naïveté on my part.
tropicalmug
|
12 years ago
|
on: The Smears Against Edward Snowden Have Begun
I wish he hadn't come forward. There was no real reason for him to release his name or tell his story yet. This is going to distract us all from the real issues at hand.