Topics - Renegade [ switch to compact view ]

Pages: prev1 2 3 4 [5] 6 7 8 9 10 ... 201next
21
Living Room / Raspberry Pi Zero -- $5.00
« on: November 26, 2015, 10:06 AM »
$5 for a Raspberry Pi Zero!  :o

https://www.raspberrypi.org/blog/raspberry-pi-zero/

Of all the things we do at Raspberry Pi, driving down the cost of computer hardware remains one of the most important. Even in the developed world, a programmable computer is a luxury item for a lot of people, and every extra dollar that we ask someone to spend decreases the chance that they’ll choose to get involved.

More at the link.

It's pretty hard to drop the price much lower than that. I'm thinking of getting a couple just to see what they're like.

However, they're out of stock:

http://www.adafruit.com/products/2885

 :(

22
Developer's Corner / Article on JS V8 math.random()
« on: November 21, 2015, 03:45 PM »
This is an interesting and very well written article on random number generation:

https://medium.com/@betable/tifu-by-using-math-random-f1c308c4fd9d#.nk9324n3r

1 short snippet from it:

The same thing is happening with the V8 PRNG and our random identifiers — under certain conditions, the PRNG’s lack of randomness is making it less likely that we’ll see a collision.

In this case the generator’s determinism worked in our favor, but that’s not always true. The general lesson here is that, even for a high quality PRNG, you can’t assume a random distribution unless the generator’s cycle length is much larger than the number of random values you’re generating.

More at the link.


23
Living Room / "Chilling Effects" is now "Lumen"
« on: November 18, 2015, 01:11 PM »
The Chilling Effects web site has been renamed "Lumen".

https://lumendatabase.org/blog_entries/763

Here's a snippet:

The Birth of “Lumen”

With all of that in mind, we felt that this latest incarnation of the project would be best served with a new and more inclusive name, accessible and comprehensible worldwide. We are therefore excited to announce that as of today, the Chilling Effects project and database will be known as “Lumen”:

Lumen, the measurement unit for visible light, epitomizes our interest in illuminating the online public sphere and the platforms through which all users of the Internet post, search, speak, and read. We plan to be a light shining onto requests to remove online content for many years to come. From a practical perspective, very little will change for our users and notice submitters. All links to existing Chilling Effects notices will continue to function normally, simply redirecting to our new domain of https://www.lumendatabase.org. Notice numbers will remain unchanged, and will function as they currently do. After accommodating the name change and the change to our domain name in their internal procedures, bulk submitters will have the same access to our API that they currently do. And of course, the people on the Chilling Effects team will remain the same.


24
General Software Discussion / Bitcoin symbol in Unicode? Looks like.
« on: November 03, 2015, 01:21 AM »
PDF warning: http://www.unicode.org/L2/L2015/15229-bitcoin-sign.pdf

Conclusion

Looking at the Unicode Criteria for Encoding Symbols, the bitcoin sign BTC is a good fit for addition to
Unicode. It occurs in running text. It has a well defined user community. Being able to search for it in
text would be useful. It has well-defined semantics that make it appropriate for computer processing. It
is needed to complete the class of currency symbols already in the standard. [53] Finally, it is letter-like
in the sense that it should match the surrounding font style.

The bitcoin sign is used extensively in running text in online forums, research papers, websites and
other publications. There is a strong demand for this character and the lack of Unicode support requires
inconvenient workarounds. Providing the bitcoin sign in Unicode would be highly beneficial.

Lots of technical data in the proposal.

Not often that the Unicode standard changes.

I'm sure there's some kind of "Bitcoin Bitches" joke in there somewhere, but I don't have the right font for it quite yet. ;)

25
Tor Just Launched the Easiest App Yet for Anonymous, Encrypted IM

http://www.wired.com/2015/10/tor-just-launched-the-easiest-app-yet-for-anonymous-encrypted-im/

THE ANONYMITY NETWORK Tor has long been the paranoid standard for privacy online, and the Tor Browser that runs on it remains the best way to use the web while revealing the least identifying data. Now the non-profit Tor Project has officially released another piece of software that could bring that same level of privacy to instant messaging: a seamless and simple app that both encrypts the content of IMs and also makes it very difficult for an eavesdropper to identify the person sending them.

On Thursday the Tor Project launched its first beta version of Tor Messenger, its long-in-the-works, open source instant messenger client. The app, perhaps more than any other desktop instant messaging program, is designed for both simplicity and privacy by default: It integrates the “Off-the-Record” (OTR) protocol to encrypt messages and routes them over Tor just as seamlessly as the Tor Browser does for web data. It’s also compatible with the same XMPP or “Jabber” chat protocol used by millions of Facebook and Google accounts, as well as desktop clients like Adium for Mac and Pidgin for Windows. The result is that anyone can download the software and in seconds start sending messages to their pre-existing contacts that are not only strongly encrypted, but tunneled through Tor’s maze of volunteer computers around the world to hide the sender’s IP address.

After some auditing, Tor Messenger is set to become a powerful and popular tool for instant, idiot-proof, and surveillance-resistant communication.

“With Tor Messenger, your chat is encrypted and anonymous…so it is hidden from snoops, whether they are the government of a foreign country or a company trying to sell you boots,” Tor public policy director Kate Krauss wrote to WIRED in a Tor Messenger conversation. She emphasized that despite those features, the program’s use of a pre-existing chat protocol means users won’t need to rebuild their network of contacts. “You can use your Jabber address and your old contacts–you aren’t reinventing the wheel–but wow, much safer.”

More at the link.

The TOR blog link:

https://blog.torproject.org/blog/tor-messenger-beta-chat-over-tor-easily

Tor Messenger Beta: Chat over Tor, Easily


Pages: prev1 2 3 4 [5] 6 7 8 9 10 ... 201next
Go to full version