Live data from Hacker News

Viewing profile — SHOwnsYou

SHOwnsYou

HN member
Joined
Sat, Jul 10, 2010, 6:20 AM UTC
HN karma
409
Public activity
275 items

About SHOwnsYou

No profile information was provided.

Recent public activity

  1. comment
    Comment #45687967

    Hello, There is no where to look. This is a fraudulent scheme. There is no way this works in any capacity when coupled with fractional reserve banking to increase the capital amoun…

  2. comment
    Comment #45681765

    This is a redistribution scheme. It is a transfer of wealth to those who can take the risk to contract for the creation of the wealth generating assets. For example, a regular joe …

  3. comment
    Comment #45673710

    Hello! Novelty is incredible. While economics is basically voodoo, it appears you've stumbled onto a fast track to derailing the country. The federal reserve flipping $600 capital …

  4. comment
    Comment #41595067

    More people are exposed to peanuts today than they were 100 years ago. What do you think about the possibility that this is similar to rates of other diseases "rising", where reall…

  5. comment
    Comment #41302466

    I'm sorry to hear your situation. Thymosin Alpha 1 (abbreviated TA1) is a peptide that upregulates T cell responses in the body. This directly helps the immune system perform bette…

  6. comment
    Comment #30228020

    Dude you’ve got to talk to someone. Not professionally (maybe that too) - but just a peer To talk to as a friend. The factual shit to ground you and connect you to someone else: wh…

  7. comment
    Comment #17618183

    This for me also.

  8. comment
    Comment #17093722

    I love the Walmart checkout machines. They suffered initially from poor software. The update made in the last 4 months or so is 100x better. I see two frequent problems. The first …

  9. comment
    Comment #16977853

    The way you talk sounds like you're putting a lot of pressure on yourself. If you do that, it will manifest with unhealthy ways - stimulants, breakdowns, etc. My first year of unde…

  10. comment
    Comment #16822290

    I very much prefer targeted ads. I don't have time to research the numerous products released each day that target my demographic. Seeing ads that are specific to my interests are …

  11. comment
    Comment #16796435

    I'm not interested in lab grown meat. I don't each much meat anyway, but the meat that I do eat is grass fed & finished and raised semi-locally. I prefer the path closer to nature …

  12. comment
    Comment #16593719

    This is a very disturbing question. Why do you want control over other people, especially with regard to casinos, betting, and porn? All of those are consensual indulgences. What i…

  13. comment
    Comment #15863841

    Your first paragraph basically describes the sunk cost fallacy. People have put money in, so they will make sure the value doesn't drop below their investment.

  14. comment
    Comment #13799809

    I work in ecommerce. Enterprise lite sort of work. We have SLAs in place that require browser compatibilities. The tech stack tends to stay rather basic. jQuery is about as advance…

  15. comment
    Comment #13543325

    I hope his long game is launching solar arrays into space and beaming the power back to earth, effectively combining Tesla Motors, SolarCity, and SpaceX

  16. comment
    Comment #13063995

    Access to capital. Pay to play is very real in a number of sectors.

  17. comment
    Comment #12788108

    Ahh, I get it, Thank you! In the same way var scopes to window if defined outside of a function, let scopes it to the current script block. That is very neat. I'll read more into u…

  18. comment
    Comment #12781487

    From the article-- let x = 'outer'; function test(inner) { if (inner) { let x = 'inner'; return x; } return x; // gets result from line 1 as expected } test(false); // outer test(t…

  19. comment
    Comment #12781151

    Honest question here --- What is the difference between let and global variables? There are hundreds of articles written about the doom associated with PHP globals, but let appears…

  20. comment
    Comment #12629695

    All the time. Demanding job + non-computer related hobbies limit my time to find new things I like. I patronize websites that are for my demographic. I follow people that advertise…

  21. comment
    Comment #12220515

    I'm inclined to believe him. https://en.wikipedia.org/wiki/Taylor_Caby

  22. comment
    Comment #11885900

    The problem I have with simulation theory is why would the creators of the simulation be so cruel as to give the us (the sims) self realization. I can see creating a world of sims,…

  23. comment
    Comment #11807127

    Latency. If you're already hosting on AWS or GCE, using their databases is commonplace. But if you host your frontend, it doesn't make sense to talk to a database in a different da…

  24. comment
    Comment #8759639

    That is exactly what we're doing. I used Selenium to create all the tests. We have 10-15 websites that we build on the same framework, so in many cases, one test is applicable to e…

  25. story
    Monetizing Automated Testing?

    My company is an IT provider for several large websites. Before a typical release, we test all scenarios by hand. It usually takes a couple hours which are then billed to the clien…