Viewing profile — HoppedUpMenace
HoppedUpMenace
HN member- Joined
- Wed, Jul 01, 2015, 9:02 PM UTC
- HN karma
- 1,566
- Public activity
- 155 items
- HN profile
- View on Hacker News ↗
About HoppedUpMenace
No profile information was provided.
Recent public activity
-
comment
Comment #34778458
I don't have 1:1 meetings, nor do I ever get reviews of my work, but I get things done and I'm still tasked with stuff, so I must be doing something right?
-
story
Ask HN: Has anyone noticed Redfin altering past house price estimates?
I've noticed, at least with regards to my home, that the price estimates for early this year were much higher than they are today. For example, one might had looked at the price hi…
- story
- story
- story
- story
-
comment
Comment #31186855
So should I switch to Firefox on everything or VPN or just erase cookies every session?
-
story
Ask HN: Do ISP's inject ads into browsers?
Just noticed that an item that was heavily Google searched on one device in my home was now showing up as an advertisement on another device that was using Internet Explorer. This …
-
comment
Comment #31128381
"we went from "I wanna hold your hand" to Cardi-B's WAP." You must not have been around for what the 80's/early 90's had churned out. Any number of songs from 2 Live Crew and Too S…
- story
-
comment
Comment #29323520
I only see one version of this video on youtube, the first incident. I swear years ago when this was posted here, there was a different version I saw with more stuff going on and t…
- story
- story
- story
- story
-
comment
Comment #27543861
This is actually a big deal for me and probably one of the main reasons why I asked the question. Facebook did this exact same thing in the past (not sure if its changed) where eve…
-
story
Ask HN: Is there a way to keep phone contacts from seeing that you're on Signal?
I think its a bit annoying that there are people who get notified and vice-versa that someone is on Signal. If there is any way to avoid this, that would be great, otherwise what o…
-
story
Ask HN: Why does this ad window in macOS Catalina have no close/dismiss option?
I don't know where to submit screen captures to be viewable by anyone without creating accounts and such but here is a URL to the app the ad in this window is advertising for: http…
- story
-
comment
Comment #24561181
So all of what is happening in China with regards to Tibet and Uighers is part of a disinformation campaign, piecing together the totality of the sources you provided?
-
comment
Comment #24521383
Thanks for the replies!
-
story
Ask HN: Why does Amazon not allow certain shower heads to be shipped to CA?
Example: https://www.amazon.com/Waterpik-XRO-763-Pressure-Powerpulse-Detachable/dp/B071D7WCT8/ref=sr_1_7?dchild=1&keywords=shower%2Bhead&qid=1600420162&sr=8-7&th=1
- story
- story
-
comment
Comment #22252348
Here's a pretty embarrassing one ;): int index = 0; while (!element.equals(sortedList.get(index)) && sortedList.size() > ++index); return index < sortedList.size() ? index : -1;