// majora’s bitmask | C
seen from United States
seen from Türkiye
seen from United States
seen from United States

seen from United States
seen from United States
seen from China
seen from China
seen from Germany

seen from Netherlands

seen from Switzerland
seen from China
seen from India
seen from France

seen from Malaysia
seen from Greece
seen from China

seen from Malaysia

seen from Italy
seen from T1
// majora’s bitmask | C
Social media is blocked in Uganda on the day of presidential elections to stop people "telling lies", President Yoweri Museveni has said.
Not blocked if you use good circumvention tools. http://mofolinux.com
MOFO Linux 4.4 Released
MOFO Linux 4.4 is now available for download. Now with smooth and easy language options and Jitsi VOIP secure telephony. It is a system made by hardened circumventionists for hardened circumventionists who want things to “just work” and beat the hell out of censorship and surveillance regimes.
http://mofolinux.com/
Bitmask secure Communication
Bitmask, an open source, encrypted Email application is ready for testing. https://bitmask.net/en It uses Leap security https://leap.se/
MOFO Linux Updated to v4.1
Version 4.1 has an updated Tor Browser, system speed tweaks, and JonDo (a Java Anonymity Proxy) added to the system. JonDo has a free service and a faster service for paid subscribers. All in all, I still think Bitmask and Tor Browser are tops for GFW circumvention these days. VPN Gate is less useful because they don't use obfuscated connections. If you don't obfuscate the VPN, the GFW finds and blocks it in less than a half hour.
Fixed What does (x ^ 0x1) != 0 mean? #dev #it #asnwer
Fixed What does (x ^ 0x1) != 0 mean? #dev #it #asnwer
What does (x ^ 0x1) != 0 mean?
I came across the following code snippet
if( 0 != ( x ^ 0x1 ) ) encode( x, m );
What does x ^ 0x1 mean ? Is this some standard technique ?
Answer: What does (x ^ 0x1) != 0 mean?
There are a lot of good answers but I like to think of it in a simpler way.
if ( 0 != ( x ^ 0x1 ) );
First of all. An if statement is only false if the argument is zero. This means that…
View On WordPress
How to: What does (x ^ 0x1) != 0 mean?
How to: What does (x ^ 0x1) != 0 mean?
What does (x ^ 0x1) != 0 mean?
I came across the following code snippet
if( 0 != ( x ^ 0x1 ) ) encode( x, m );
What does x ^ 0x1 mean ? Is this some standard technique ?
Answer: What does (x ^ 0x1) != 0 mean?
There are a lot of good answers but I like to think of it in a simpler way.
if ( 0 != ( x ^ 0x1 ) );
First of all. An if statement is only false if the argument is zero. This means that…
View On WordPress
Interesting Bit mask + Warshall problem. It was kind of like a knapsack problem. I could buy dvd 1 or dvd 2 or... no dvd from position x.