Live data from Hacker News

Viewing profile — testing12341234

testing12341234

HN member
Joined
Thu, Jan 05, 2012, 1:12 AM UTC
HN karma
485
Public activity
93 items

About testing12341234

No profile information was provided.

Recent public activity

  1. comment
    Comment #7104053

    The author does specify both that this is not "Internet" (with capital I) and that they are not using bonjour, and that it is a proprietary technology. So it does not appear to be …

  2. comment
    Comment #7100021

    According to the original source[0], the solution has been in place since 2005, and had reduced the homeless population by 74% by 2012. The cost savings was about 5k per homeless p…

  3. comment
    Comment #7099190

    On the flip side of the other comments, I used the TrueCar service about 4 months ago. For the specific trim that I wanted (standard trim, not crazy options), several dealership we…

  4. comment
    Comment #6967804

    Since Apple provides the metadata tagging of the words via NSLinguisticTagger, then is this the web equivalent: //dim non-anchor tags $('*').not('a').addClass('dim'); //hightlight …

  5. comment
    Comment #6967666

    I'm not actively seeking new employment and am very happy at my current position. However, I am always (passively) interested in new opportunities, and am not going to ignore somet…

  6. comment
    Comment #6967612

    I would imagine a spike in the amount of Amazon Prime memberships increased this week due to console purchases. This year I signed up for a free 30 day trial of Prime so that I cou…

  7. comment
    Comment #6967585

    Checksums do not offer this property if both the remote file and checksum are both sent unsecured. If an attacker can MitM the remote file, then they can also do the same for the c…

  8. comment
    Comment #6961400

    http://reactphp.org/

  9. comment
    Comment #6957356

    Maybe it would be helpful to modify "entitled free of charge on PACER" to a phrasing that includes information about how the charges are unreasonable. I happen to know that under t…

  10. comment
    Comment #6943750

    Ken White has a post titled "Ninth Circuit Clarifies First Amendment Rights of Public University Professors" [0] which goes in to some detail about the various legal issues at the …

  11. comment
    Comment #6940741

    The easiest to understand response to this question that I've seen so far is from this comment [0]: The contest limitations rule out most of the likely attack vectors for breaking …

  12. comment
    Comment #6939495

    Laravel is technically at 100%, however the unit tests are throwing a lot of warnings. compare: php 5.5: https://travis-ci.org/laravel/framework/jobs/15683979 hhvm: https://travis-…

  13. comment
    Comment #6938983

    Guidelines indeed. For reference, here is an example of a double negative from the Prologue to the Canterbury Tales: Nowher so bisy a man as he ther nas [0] (Nowhere so busy a man …

  14. comment
    Comment #6938232

    And yet one of the father's of written modern English, Chaucer himself often used double negatives [0]. ex: "Ther nas no man no wher so vertuous" ("There never was no man nowhere s…

  15. comment
    Comment #6924666

    It appears to be available right now http://ubislate.us/product.php?prodid=1

  16. comment
    Comment #6886637

    Real engineering happens in a team, not in a hermit's cave. Unless you're Fabrice Bellard. http://bellard.org/jslinux/tech.html http://bellard.org/lte/ http://bellard.org/ffasn1/ h…

  17. comment
    Comment #6805406

    So how does a developer determine their own value? For example: 1.) I do web development every day. I'm not a spectacular designer, but I can put a work flow together and I'm comfo…

  18. comment
    Comment #6772178

    It's even less than $22/hr because the 40 hours per week here doesn't include work outside of the classroom such as grading papers and projects, or "Assist students outside of clas…

  19. comment
    Comment #6609256

    Actually, after further review, it looks like the issue is with a revoked intermediate certificate that is sent along in the chain. It still causes issues in FF, but at least it's …

  20. comment
    Comment #6609230

    It looks like the SSL certificate currently being served has been revoked. For me, it's blocked in FF, but allowed in Chrome. Does anyone know if this is related to them moving php…

  21. story
  22. comment
    Comment #6608979

    To clarify the above, the video starts with the deep brain stimulation device turned on. The changes mentioned are due to the Parkinson's Disease effect showing themselves once the…

  23. comment
    Comment #6602376

    Unfortunately, she doesn't want to try again. But good luck!

  24. comment
    Comment #6602285

    I gave the first level over to my wife (who is a non-programmer, and has no interest in programming, but loves RPGs). Unfortunately, it didn't work out too well. She was able to ma…

  25. comment
    Comment #6573646

    I'm not very familiar with the JSON datatype in postgres. Is it possible to update subvalues without writing the entire JSON bag? For example: {"a": 1, "b": 2} (in psuedocode) User…