Viewing profile — mille562
mille562
HN member- Joined
- Fri, Oct 01, 2010, 9:22 PM UTC
- HN karma
- 69
- Public activity
- 39 items
- HN profile
- View on Hacker News ↗
About mille562
No profile information was provided.
Recent public activity
- comment
-
comment
Comment #27700763
CerteDrive | Senior Software Engineer | Remote | Full Time CerteDrive is a leading platform for managing DOT Physicals, Drug Screens, Breath Alcohol Testing, Agility Screening, and…
-
comment
Comment #21545617
HP Envy 5055 w/ HP Instant Ink Just works. We print a couple of times a month and the Instant Ink is fee < 10 pages per month.
-
comment
Comment #13158981
Playing devils advocate: - If the hack/virus was already installed, a network shutoff won't help much. - If a car is 10 years old with 10 years of safety updates/patches, resetting…
-
comment
Comment #11822223
It's used to search their site for products. If you want to buy a "571B Banana Slicer" the easiest way to find it on amazon's site is to use their search. The search feature being …
-
comment
Comment #11816220
CerteDrive | Fullstack Rails Engineer | Grand Rapids, MI Mike here, CTO of Certedrive. We just started looking to add 2-3 developers to help us expand our product offering. We are …
-
comment
Comment #10939427
There are people with needs and people with solutions. I understand where you are coming from, but advertising a solution to people that may have that need is not always evil. Ther…
-
comment
Comment #9102953
Set 1 (5,4,3) = 4 average Set 2 (5,7) = 6 average Average of average (4,6) = 5 Average of Set 1 + Set 2 (5,4,3,5,7) = 4.8
-
comment
Comment #7746569
I don't think the question is biased on it's own. It would be biased put in the context of "I'm deciding if I should skip college, is that the right decision?" and using those as y…
-
comment
Comment #6685304
It can be illegal to suggest preference for age in hiring.
-
comment
Comment #6685142
SEEKING WORK - San Francisco - Remote Need help getting a project from idea to production while achieving a good balance of scalability vs time constraints? Need someone that can c…
-
story
Ask HN: When would you consider SOA over a monolithic arch. in your startup?
If you have implemented SOA in your startup, can you describe some of the advantages and problems you encountered? Would you do it again? Have you ever implemented an SOA that star…
-
comment
Comment #6313290
SEEKING WORK - San Francisco / Remote I am a fullstack engineer (front end mobile/web, backend server/api, database, production infrastructure) and can take a project from idea to …
-
comment
Comment #5392711
http://www.tuaw.com/2011/03/18/apple-confirms-some-webkit-op... The discussion is about apps written natively vs apps written in HTML (not web pages viewed in safari). The only met…
-
comment
Comment #5290453
It would be nice if all the parties involved would talk to each other directly to get a better understanding of the miscommunication. It would help for a better outcome of future s…
-
comment
Comment #5178495
Email apps should allow pin protection (separate from the phone pin). An email app is a door allowing access to the majority of services people want to keep secured.
-
comment
Comment #5137442
Any research into how the download size compares to a similar video asset? Do you have plans for native ios and android views?
-
comment
Comment #5039828
Soap.com is a Quidsi company which is a unit of amazon.
-
comment
Comment #4394442
FYI: Flights are on-time if they are within 15 minutes of their scheduled arrival. Arriving 16 minutes early is not an on-time flight.
-
comment
Comment #4257075
It seems like a DMCA takedown notice would work in this situation. Anyone have a reason why that would not be a valid method?
-
comment
Comment #4195365
It's not limited to + either. Hyphen, equals, dot are also valid at different email providers.
-
comment
Comment #4195027
Some may suggest to convert the email address into it's base form and store it in an extra field. So mike+extra@gmail.com would become mike@gmail.com. Use the extra field to block …
-
comment
Comment #4053999
I like the interactive map at the top but it's annoying when the pop-up bubble moves the pin offscreen. I suggest increasing the size of the header/map (w/ sliding open animation) …
-
comment
Comment #3921085
They are storing it as you entered it in a hash, not storing them as all uppercase or all lowercase. If they stored it as all uppercase, then you could randomly change the case of …
-
comment
Comment #3921056
They are probably still storing hashed passwords. It would require hashing your login attempt 3 times: 1) exactly you typed it 2) forcing first character to be lower case 3) invert…