tsiki
|
8 years ago
|
on: You can probably use deep learning even if you don't have a lot of data
I think you're missing the point. The jimmies are getting rustled up because someone provides false information about the performance to make his own argument seem better. This is something anyone should be against.
tsiki
|
9 years ago
|
on: How I went from failing every interview to a job at Amazon
Really? I have the exact opposite experience, I feel much more free to study and work on whatever I want now that I graduated. I would always feel bad for working my own stuff instead of just working on the class project or homework.
tsiki
|
9 years ago
|
on: Google: My interview experience
I've heard this before, is there a source for this? It has all the hallmarks of an urban legend...
tsiki
|
9 years ago
|
on: The Guardian Pulls Out of Facebook’s Instant Articles and Apple News
For me the problem is that the number of sites I'd like to support to some extent. I'd love to donate to The Guardian, but I also frequent The Atlantic, BBC and many other sites. Actually supporting all these sites would take time and effort. I took a look at some chrome extensions which try to make this easier (namely tipsy) but they seem to have very few publishers signed up.
tsiki
|
9 years ago
|
on: The Mac Pro Lives
I currently have a thinkpad with ubuntu in it (not preinstalled should it matter), and unfortunately I'm considering switching the other way around. There are just too many things with this combo that don't work the way they should, like webcam and microphone not working, public wifi with redirection not redirecting etc. I'm completely fine paying some 50% premium to get the support and customer care of a major corporation.
tsiki
|
9 years ago
|
on: Samsung’s biggest challenge now is Google software, not Apple hardware
How exactly would that premise be different from the Microsoft/Nokia disaster?
tsiki
|
10 years ago
|
on: What happens when you talk about salaries at Google
What if wage disparity follows the lines in negotiation ability even more strongly, does that make it an issue of negotiation skills then?
tsiki
|
10 years ago
|
on: Mapping the U.S. By Property Value Instead of Land Area
I'm the most surprised how LA blows up, I thought it was quite a bit cheaper there than in SF/NY.
tsiki
|
10 years ago
|
on: Commit messages are not titles
A lot of the people commenting on the article seem to be pretty adamant that something like this matters. Personally, I've never been confused by a period (or lack of thereof) at the end of a commit message. And if such a time comes, I'll give serious thought to whether it's worth anyone's time to teach the team to use/not use periods or whether I'm better off investing that time to teach them something more useful.
tsiki
|
10 years ago
|
on: How Estonia became a leader in technology
>Finland has a cultural problem: working for a big company is considered good, working for a small one is considered being unsuccessful and failure at founding a startup is considered a shame.
Maybe 10-15 years ago. Now with the rise of successful startups and the national interest towards them, working at a startup is considered good and trendy and rather, most of the CS students avoid large companies. Even my mom was proud and supportive when I cofounded a startup, and she's always been the one to advocate for a good and stable job.
tsiki
|
11 years ago
|
on: Facebook PathPicker
Same goes for Google, but you could argue that it's for a reason. FB/Google have a reputation to uphold and they strive to make sure their name isn't associated with subpar stuff. Plus, they have a lot of brilliant developers to work on this stuff. In the end of the day, it's largely about knowing which of these cool utilities have a better chance of being usable and well thought-out, as nobody wants to spend time on figuring out a utility which turns out to be unusable.
tsiki
|
11 years ago
|
on: The case for higher wages: It's smart business
I think most people from those companies (I can't speak about Wall St) would make more money in other companies. The employers those companies usually hire are exceptionally good at what they do, but simply the reputation of those companies is enough to make a lot of really good people want to apply and accept an offer, ever if they could get a more senior position and more money elsewhere.
tsiki
|
11 years ago
|
on: Those making $1,000+/month on side projects – what did you make?
I'm a big fan of 10MinuteMail, it's saved from a lot of spam. Thanks!
tsiki
|
11 years ago
|
on: A New, Deep-Learning Take on Image Recognition
While Google's this year's submission was good, it didn't seem to contain any particularly inspiring ideas, as it was mostly just a collection of small improvements on previous ideas. Personally, SPP-nets seem to be the most interesting idea to come out of this year's competition.
tsiki
|
11 years ago
|
on: A New, Deep-Learning Take on Image Recognition
>This article makes it sound like Spatial Pyramid Pooling is something new and amazing
Hardly, the paper specifically states "Spatial pyramid pooling ... is one of the most successful methods in computer vision" and "SPP has long been a key component in the leading and competition-winning systems for classification".
tsiki
|
12 years ago
|
on: Sen. Manchin demands complete US ban on Bitcoin
That's a regional Federal Reserve Bank, not "the Fed". Also, you leave out that those share holders get at most 6% annual return for their investment, since it's capped by law.
tsiki
|
12 years ago
|
on: Li Ka-Shing teaches you how to buy a car and house in 5 years
>Famous theory from Harvard: The difference of a person’s fate is decided from what a person spends in his free time between 20:00 to 22:00.
Anyone know the source for this theory? I'd like to know more about it but googling turned up nothing but links to this article.
tsiki
|
12 years ago
|
on: Every line of code is always documented
I think it has something to do with the idealistic view of "pure, well-written" code. There's something appealing about a code base consisting of only code, not comments. But in my very subjective experience, I've noticed that the more programming experience people have under their belts, the more likely they are to appreciate commenting as a tool among other tools to make your code readable.
tsiki
|
12 years ago
|
on: Every line of code is always documented
>You don't want to make someone who is editing code stop to think about how it affects the comments.
What's the point of comments then if your general rule is that it should be fine to edit code without changing the comments?
tsiki
|
12 years ago
|
on: Comments should be sentences
The programmer who doesn't change the documentation when changing the code is usually the same one who doesn't change the function name when changing its functionality. If a bad programmer is tweaking your code, it doesn't really matter if the documentation is in the variable names or in the comments.