Viewing profile — icefog
icefog
HN member- Joined
- Mon, Dec 02, 2019, 6:14 PM UTC
- HN karma
- 110
- Public activity
- 21 items
- HN profile
- View on Hacker News ↗
About icefog
No profile information was provided.
Recent public activity
-
comment
Comment #21929644
> Of course that means basically no 3rd party apps I'm using LineageOS without Play Store/Services and would like to dispel this myth. Here are just some of the third party applica…
-
comment
Comment #21929595
Step 1: Never, under any circumstances, sign into Google Play Services. Better still would be to rid your Android of it altogether and install LineageOS.
-
comment
Comment #21820202
Removing OnStar antenna and power was one of the first things I did on my new GM truck. It doesn't require any special tools or knowledge and only takes several minutes. The fact I…
-
comment
Comment #21820099
It doesn't offer end-to-end encryption, therefore there is little reason to be interested. It speaks volumes about the product and company that built it, that it's 2019 and it isn'…
-
comment
Comment #21808876
Not if the sole purpose of that account is email and nothing more. I should be able to make decisions about what an account is used for and how to authenticate, even if that's the …
-
comment
Comment #21806686
Does mutt support oauth yet? If not, this will be the last straw for G Suite from me. I can sort-of understand turning off "less secure" apps in consumer Gmail, but forcing "securi…
-
comment
Comment #21716265
What does any of this have to do with whether or not AOSP is open source? The Play Store isn't even part of AOSP nor Lineage/Graphene, so the point of that tangent is even less cle…
-
comment
Comment #21715538
AOSP is absolutely open source: the code can be viewed, modified, built and deployed as desired. There's good reason to be skeptical of Google-developed software, but your characte…
-
comment
Comment #21714919
I like awk as a calculator: calc () { awk "BEGIN { print "$*" }" } $ calc "2^16" 65536 $ calc "2*16" 32 $ calc "2+16" 18
-
comment
Comment #21714836
I value this sentiment and do feel charitable, but $2000 is not a small amount for me - I could buy 10 or more used Android phones for the same price and flash them with open sourc…
-
comment
Comment #21714774
> The problem is no matter what custom flavor of Android you run, you are still running an OS made by an ad company designed from the ground up to spy on you. LineageOS and Graphen…
-
comment
Comment #21714603
Firefox is on a serious roll this year, from performance improvements to actual privacy hardening that matters. Since Chrome rolled out auto-login, I've made it my personal mission…
-
comment
Comment #21714320
I'm unsold on spending $2,000 or even $700 on a new phone, but I also care deeply about privacy and security. Is there any strong reason to choose "Librem" over a cheaper Android r…
-
comment
Comment #21706604
Good to know, but I don't need to write anything on OpenBSD. The protection is just enabled by default. That is more comforting to me as a user.
-
comment
Comment #21706481
Does it? On OpenBSD, Chrome cannot read my ~/.ssh directory, can the same guarantee be made on Mac?
-
comment
Comment #21705871
OpenBSD has a really novel concept of using unveil and pledge to contain processes into restricted-service operating modes. And being OpenBSD, these security features are actually …
-
comment
Comment #21705098
No, but that would be fairly easy to configure - put the IoT devices on their own VLAN with dedicated DNS server. My household is small and the list of new domains visited is manag…
-
comment
Comment #21705032
But not all of them, right? Some of the vulnerabilities do require upstream microcode updates, and without them, I feel like the risk introduced outweighs any benefit provided by L…
-
comment
Comment #21700222
Yes, nothing fancy. On the router, Dnsmasq and Dnscrypt-proxy with "forwarding rules" mapping domains or TLDs to desired resolvers. Any queries not matched get forwarded upstream t…
-
comment
Comment #21698962
On my home network, using dnscrypt-proxy, I keep a whitelist of top-level domains my devices have connected to. The few new domains to resolve are forwarded to a remote server and …
-
comment
Comment #21698938
> x200 with Libreboot How safe are those now that the Intel vulnerabilities are known? I doubt hardware that old is getting microcode updates.