Live data from Hacker News

Viewing profile — HoppedUpMenace

HoppedUpMenace

HN member
Joined
Wed, Jul 01, 2015, 9:02 PM UTC
HN karma
1,566
Public activity
155 items

About HoppedUpMenace

No profile information was provided.

Recent public activity

  1. 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?

  2. 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…

  3. story
  4. story
  5. story
  6. story
  7. comment
    Comment #31186855

    So should I switch to Firefox on everything or VPN or just erase cookies every session?

  8. 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 …

  9. 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…

  10. story
  11. 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…

  12. story
  13. story
  14. story
  15. story
  16. 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…

  17. 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…

  18. 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…

  19. story
  20. 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?

  21. comment
    Comment #24521383

    Thanks for the replies!

  22. 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

  23. story
  24. story
  25. 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;