Viewing profile — vamc19
vamc19
HN member- Joined
- Tue, Oct 22, 2013, 4:16 AM UTC
- HN karma
- 63
- Public activity
- 16 items
- HN profile
- View on Hacker News ↗
About vamc19
No profile information was provided.
Recent public activity
-
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…
-
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…
-
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…
-
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…
-
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…
-
comment
Comment #18072751
On my Pixel 2XL, I cannot set temperature to Celsius on my home and lock screen unless I allow this setting.
-
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 …
-
comment
Comment #17560760
Of course. I'm no stranger to rooting the phone just to get rid of those pesky apps.
-
comment
Comment #17560628
English US.
-
comment
Comment #17560592
Amazon provides alternative APIs for their platform. https://developer.amazon.com/docs/fire-tv/fire-os-overview.h...
-
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…
-
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…
-
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…
-
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…
- story
-
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.