Live data from Hacker News

Viewing profile — vamc19

vamc19

HN member
Joined
Tue, Oct 22, 2013, 4:16 AM UTC
HN karma
63
Public activity
16 items

About vamc19

No profile information was provided.

Recent public activity

  1. comment
    Comment #36876604

    I find it interesting that the author thinks "invasive user fingerprinting" would stop with WEI. If you really believe ad networks are _only_ fingerprinting users to fight fraud an…

  2. comment
    Comment #30815320

    You are correct - I should be running chmod in the download stage and that is what I did before realizing `--chmod` existed. However, `--chmod` is still a valid solution. The reaso…

  3. comment
    Comment #30810675

    If I build an image using the Dockerfile in the blog post 10 days later, there is no guarantee that my application would work. The packages in Ubuntu's repositories might be update…

  4. comment
    Comment #26908753

    Well, they did offer to pay me $30 for limited data a couple of times. They once offered to send me a Google Home Mini (retailed for ~$30 at the time) in exchange for my Spotify pl…

  5. comment
    Comment #20041160

    > And Firefox is just not in that box at all. If you search for Chrome, Chrome will not show up in that box either. And the first browser in that box is, guess what, Firefox. You j…

  6. comment
    Comment #18072751

    On my Pixel 2XL, I cannot set temperature to Celsius on my home and lock screen unless I allow this setting.

  7. comment
    Comment #17561059

    I think I understand what's happening here. If I click the temperaure on launcher, it opens the Google Search app querying for "weather" - here it is in celsius. Temperature units …

  8. comment
    Comment #17560760

    Of course. I'm no stranger to rooting the phone just to get rid of those pesky apps.

  9. comment
    Comment #17560628

    English US.

  10. comment
    Comment #17560592

    Amazon provides alternative APIs for their platform. https://developer.amazon.com/docs/fire-tv/fire-os-overview.h...

  11. comment
    Comment #17560439

    Playing devil's advocate here. I feel like Play Services is necessary evil. This is the only thing that's keeping the ecosystem from fragmenting further. Look at the OEMs update cy…

  12. comment
    Comment #17560286

    Oh you may have misunderstood my comment. On my phone at least, there is an app named "Play Services" which I assume provides things like location services and other background Goo…

  13. comment
    Comment #17558676

    On my Pixel 2, the only apps I can't disable are Settings, Phone, Messages, SIM toolkit, Pixel Launcher and Play Services. I can disable (not uninstall) rest of the Google apps tha…

  14. comment
    Comment #17558157

    I'm not buying your first point. Within a month of OEMs releasing the Kernel sources, you can find builds of AOSP over at XDA, Lineage OS and other forums. And with the project Tre…

  15. story
  16. comment
    Comment #6965282

    I usually do 'git checkout -- ' to revert a single file to previous state. If I ever need a gui (very, very rare), I would just use 'gitk'. Small and does the work.