HN user

qilo

377 karma
Posts8
Comments124
View on HN

You can't install anything without an Apple account. Just tried installing altstore.io to repeat my previous unsuccessful attempt.

Only users based in Brazil, Japan, or the European Union are able to install apps through alternative app distribution. The country or region of your *Apple Account* must be set to one of those countries or regions, and you must physically be located there. [0]

UPDATE: Also tried to install onside.io. No luck. The same popup:

Cannot Install App: You are not eligible to install apps from "onside.io".

[0] https://support.apple.com/en-us/117767 https://support.apple.com/en-us/118110

Unifi Travel Router 7 months ago

Hehe. Bought TP LINK TL-WR1043ND (one of the first models of affordable home routers with integrated gigabit switch) in 2012 for $40 (maybe $50, but not more), flashed OpenWrt and still using to this day.

It's not working for me anymore, after upgrade to 139.

chrome://policy/ shows policy status error:

  Policy name                        Policy value    Source      Applies to    Level        Status

  ExtensionManifestV2Availability    2               Platform    Machine       Mandatory    Error
                            Value    2
                            Error    Unknown policy.
Update: Add these options to the chrome executable to make it work again:
  --enable-features=AllowLegacyMV2Extensions,UnexpireFlagsM136,UnexpireFlagsM137 --disable-features=ExtensionManifestV2Unsupported
Actually, these are enough:
  --enable-features=AllowLegacyMV2Extensions --disable-features=ExtensionManifestV2Unsupported

Mozilla sells user data to third parties. Their statement:

The reason we’ve stepped away from making blanket claims that “We never sell your data” is because, in some places, the LEGAL definition of “sale of data” is broad and evolving. As an example, the California Consumer Privacy Act (CCPA) defines “sale” as the “selling, renting, releasing, disclosing, disseminating, making available, transferring, or otherwise communicating orally, in writing, or by electronic or other means, a consumer’s personal information by [a] business to another business or a third party” in exchange for “monetary” or “other valuable consideration.”

https://news.ycombinator.com/item?id=43213612

Firefox Focus is available on App Store. You don't have to use it (I don't), but set it as a content blocker in Safari settings.

https://support.mozilla.org/en-US/kb/safari-integration-fire...

The only other extension I’ve started using recently, when the quantity/frequency of YouTube ads on Safari became unbearable, is 1Blocker. It includes a specific filter for blocking YouTube ads, and you can use one active filter for free without subscription.

https://support.1blocker.com/en/articles/9313640-how-to-bloc...

Is there any course about Android "administration"? I mean there are plenty of content on Linux/Windows administration (not programming): partitions, file systems, bootloaders, boot sequence, kernels, init(ialization), processes, shells, users, configuration, application installation and execution, logging, security, etc. How all of the components fit together, what interacts with what, and so on.

When I first got my phone was looking for an Android course which would explain all the above concepts (and more, like what is launcher, how notifications work, what other APIs there are, location, camera, microphone, etc.). But didn't find anything, only found courses/books about application development in Java/Kotlin. I have no interest in Android programming, just want to know how it works.

ChatGPT Search 2 years ago

Here's what ChatGPT 4o mini (free) answered to me to the same question:

No, Paul Edwin Zimmer did not write a fourth novel in the Dark Border series. The trilogy consists of "The Dark Border," "The Dark Border: The Return," and "The Dark Border: The Reckoning." After these, he focused on other projects and did not continue the series.

"Neighbouring Finland offered an analogue telephone exchange as a gift and the Estonian government declined, [...]"

In 1997 even to think about an "upgrade" to an analogue system is a negligence. Estonia already had 3 GSM networks in a country with a population of 1,400,000.

At the time [May 1997] of Ritabell's entering the Estonian market, there were about 64,500 GSM subscribers in the country. 53,000 belonged to EMT and 11,500 to Radiolinja, [...] [0]

EMT (Eesti Mobiiltelefon) claims even bigger numbers:

By 1996, EMT had 100,000 subscribers. [1]

[0] https://books.google.lt/books?id=SrFXo6qDRjcC&pg=PA152

[1] https://www.telia.ee/en/uudised/celebrating-25-years-of-mobi...

There's a registry key

  HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows NT\DNSClient\AppendToMultiLabelName
  [default value - 0 (Do not Append Suffix)]
which resolver built into Windows (DNS Client) respects.

nslookup contains its own DNS resolver and does not rely on the resolver built into the operating system. The DNS (multi-label) query packets sent by the nslookup tool will append the domains listed in the suffix search order (or primary DNS suffix if the list is empty) irrespective of that registry key.

In summary, don't use nslookup to try to get insight into what actually happens when apps/services try to resolve names. ping is probably a better bet, at least it uses Windows resolver which honours the above registry key.