Hacker Newsnew | past | comments | ask | show | jobs | submit | jleehey's commentslogin

My wife and I are both programmers, and as a bonus we also work at the same company :) We may have an easier situation as our specialties are different (I'm a mobile developer and she works server side) but we have never really had any issues at all. As long as both sides keep open minds to information and drop any defensive attitudes, it works out great. Basically, when talking about programming and work, we treat each other as a resource and colleagues rather than a romantically involved couple. It has also made us better programmers as we have any extra point of view when tackling our problems.


Came back to my win7 machine to a dialog saying that Windows 10 will automatically update for me in 3.5 hours. There was no actual cancel button, only try again later.

To be honest, when I first saw the win10 update dialog I thought it was malware. The tray icon and the dialogs are stored after windows 8 so they don't look right.


He recently responded to a comment saying that his boyfriend was the one that broke it off.

Narm No: "@iamkoby Who initiated it?" Koby: "@NarmNo he did :("


Side note to your post, the w800 in your picture was my all time favorite phone. I'm a full time Android developer now and I consider the Java programs I first worked on with the w800 to be the reason behind my interests :)


I believe you're required to have a real, verified account in order to create and modify test users, and I think there are certain features that are blocked for test users.


More generally, to access and edit app settings.


The UI scaling looks a little off on windows. I have a 28" 4K and it takes a little bit to get used to. Make sure you have a desk where you can sit far enough back (I'd say around 3 feet), otherwise eyes start hurting. Only certain IDEs have decent scaling too (Android studio needs some font size tweaks). Visual Studio does a pretty good job.

It's amazing for gaming in the off-hours though. I'd say go for it if you do a lot of front-end work, otherwise wait until there's better support.


View all images on one page as a gallery as well: http://imgur.com/a/Wbu9c?gallery


The Android ViewHolder pattern has been a standard pretty much since SDK 1. For the last few years, I've been using a different approach that results in a cleaner adapter, increased maintainability and better code reuse with larger projects. This is my first HN/blog post so I appreciate any and all feedback.


Hate to be the skeptic, but what's to guarantee that the winner will distribute the winnings evenly? It's not like the site has any official connection to the contest.


Hey, I'm one of the guys working on this project. You're right, we're not sure how to make sure the winner splits the money with everybody, but given how unlikely it is that anyone wins at all, we're just focusing on executing the bracket distribution for now. If someone actually wins, figuring out how to get that person to split up the money is kind of a nice problem to have! Just think of the drama...!


FYI - this isn't a good pitch to get me to sign up.

At least have a TOS saying you'll distribute the winnings.


This is exactly what I was thinking. What's to stop someone from pulling a "Oh, hey, thanks for the winning lotto ticket..."

If the answer is "personal integrity and honor" then, well, call me a skeptic - but some people may just come up a little short after a billion-dollar soul searching.


Came here to post this, especially because the wording about splitting the money seems purposefully vague.


Why does this matter? You'll need to get the code somehow, and once its on your machine, it doesn't make any requests. You can take a look at the code to find out if its malicious or not.


How on Earth would you be able to (easily) tell if the scripts loaded into memory are the scripts at the legitimate URL location? Eg:

    <script type="text/javascript" src="/js/lib/bitcoinjs-min.js"></script>
    <script type="text/javascript" src="/js/lib/jquery-2.1.0.min.js"></script>
    <script data-main="/js/main" src="/js/lib/require.min.js"></script>


You can still verify that it's not communicating. Browser (and/or OS tools) will show that easily.

What you can't verify easily (without inspecting the source through your browser) is that the keys its giving you are brand new. Figuring that's a bit more involved--and you'd have to do that every time you load the page. Which really kills the ease of using a website.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: