Viewing profile — steven777400
steven777400
HN member- Joined
- Wed, Feb 27, 2013, 3:17 PM UTC
- HN karma
- 1,699
- Public activity
- 310 items
- HN profile
- View on Hacker News ↗
About steven777400
Recent public activity
-
comment
Comment #19609723
I don't know much about this case but depending on the level of concern, even just plugging the device into a safe, isolated machine and performing an image may be insufficient. Yo…
-
comment
Comment #19395016
I appreciate the increasing trend toward openness. I think it benefits everyone to see what's out there. My journey All USD $ are gross annualized and approximate. No bonuses/stock…
-
comment
Comment #15695384
I'll agree with you that modern HTML and CSS for presentation is best-of-breed. I'll accept that the DOM API is sufficient. But neither of those necessitate JavaScript; JS is just …
-
comment
Comment #15681987
I have to encourage you not to give up on all tech interviews. (By that I think you mean "hands-on"/"practical" type tests). I do hiring for our agency, which consists entirely of …
-
comment
Comment #15587253
Related question: what online sites, if any, are better to purchase items to avoid counterfeit? I've been thinking of using B&H instead of Amazon for electronic stuff, assuming tha…
-
comment
Comment #15571291
I found very interesting that the sample meal shown was very, very heavily pure meat. Today's meals tend to include substantial "bread"/starch component for each meat: whether a bu…
-
comment
Comment #15468039
What I really want is to the ability to optionally select the shipper... UPS, FedEx, USPS, OnTrac, with different prices as needed. I think a lot of people who have trouble with on…
-
comment
Comment #15467370
Sometimes you can catch this in an interview, too, when you ask what happened to the previous person in the position (I always ask this question). Usually it's simple like "they mo…
-
comment
Comment #15410038
I agree. Of course, there is a "spin-up" time and we prefer to select the competent candidate with skill in our tools vs the competent candidate with skill in a different tool; but…
-
comment
Comment #15203891
This is an oversimplification. The average household has several kinds of debt, and generally debt should be paid down in descending order of interest rate. More significantly, inv…
-
comment
Comment #14949799
This is basically a given/open intention. There was an HN thread a week ago [0] wherein Google indicated they were using new metrics to identify and remove "terror content". The me…
- story
-
comment
Comment #14904398
Although it could have been coincidence, it does seem like Google is making a statement with the temporary suspension of Peterson's account that these initiatives are clearly targe…
-
comment
Comment #14755728
It's possible that a new version could have a breaking policy change. For example, all our intranet apps are served over HTTP. At some point, that's going to become untenable due t…
-
comment
Comment #14754874
The login problem was attempted to be solved by Mozilla's "persona", now deprecated. I like the general idea that I strongly authenticate to my browser, which can then "vouch" for …
-
comment
Comment #14718982
Stories like this are frustrating and a symptom of the impact very large companies can have on multiple facets of our lives. One possible approach is to keep accounts separate for …
-
comment
Comment #14711826
Great article. A few years ago (at a previous job) I took a sick day for "sanity", but told them I wasn't feeling well. I felt guilty about doing it. I think part of it is the asso…
-
comment
Comment #14710796
This is plausible, but I still have a few concerns. EV will need battery replacement on some routine basis. How will that effect the TCO and lifetime of the vehicle? One of the adv…
-
comment
Comment #14710530
What about the interpretation that if reality is a computer simulation, certain operations (such as the factoring described) are a form of a security weakness in the simulation, al…
-
comment
Comment #14673035
I wonder if the environment of experience is significant? USDS positions itself like a startup (even their page has a section on "dress code" which mentions being like "any other s…
-
comment
Comment #14663733
How do we know that the recipient of the key in your scenario (or the originator of the CSR) is in fact the domain owner? The domain contains contact information, but the exchange …
-
comment
Comment #14659095
I enjoy reading descriptions such as these that start with easily detectable problems and go into a level of debugging far beyond my skill level. Helps to illuminate some of those …
-
comment
Comment #14570209
They only have to be unique per module. As of GHC 8.0, there is a flag that enables duplicate record names.
-
comment
Comment #14553181
I even went into the view-source figuring there would at least be an html comment and suggestive css class. I guess in retrospect now it's obvious what the bar is for but I agree a…
-
comment
Comment #14406520
I'm not very familiar with Python but I liked this quiz. I got two wrong (13/15), once for a stupid mistake and once for not knowing the algorithms well enough. In a couple cases I…