Explore >> Select a destination


You are here

notebook.hew.tt
| | telegra.ph
12.9 parsecs away

Travel
| | Some users asked me about a Gizmodo article that claims everybody should stop using Telegram because we don't encrypt chats. Unfortunately, this article is based on incorrect and misleading statements. 1. Always encrypted The author confuses encryption and end-to-end encryption and claims that some data on Telegram is sent and stored unencrypted. This is not true. All data is encrypted. Secret Chats use end-to-end encryption, Cloud Chats use server-client encryption in transit and are of course encrypted in...
| | techtldr.com
16.2 parsecs away

Travel
| | I'd like to open with the following comment on one of my anti-AMP shares, that I received today. HI I see that you have constant opposition to AMP because it renders badly on iphone. Do you know how expensive is DATA here in 3rd world? Native websites, force people to load trackers + install stupid [...]
| | xavd.id
13.7 parsecs away

Travel
| | The ins and outs of password security
| | dailytechvideo.com
71.0 parsecs away

Travel
| Python is a dynamic language, which basically means that data has types (but identifiers don't). So s can point to a string, an int, a dict, or a function. But there has been some movement in the last year or two to introduce some form of strong typing, or type hints, into Python. What does ... Continue reading [Video 318] Christopher Neugebauer: Python's New Type Hints in Action... In JavaScript ?