Viewing profile — SHOwnsYou
SHOwnsYou
HN member- Joined
- Sat, Jul 10, 2010, 6:20 AM UTC
- HN karma
- 409
- Public activity
- 275 items
- HN profile
- View on Hacker News ↗
About SHOwnsYou
No profile information was provided.
Recent public activity
-
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…
-
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 …
-
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 …
-
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…
-
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…
-
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…
-
comment
Comment #17618183
This for me also.
-
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 …
-
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…
-
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 …
-
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 …
-
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…
-
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.
-
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…
-
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
-
comment
Comment #13063995
Access to capital. Pay to play is very real in a number of sectors.
-
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…
-
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…
-
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…
-
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…
-
comment
Comment #12220515
I'm inclined to believe him. https://en.wikipedia.org/wiki/Taylor_Caby
-
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,…
-
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…
-
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…
-
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…