At the end of S02E01 of Mr Robot, there is a scene where Darlene generate a ransomeware with a modified SET toolkit. My fingers were itching for the IP address 192.251.68.254 which seems to be the C2 address for this malware. Not surprisingly, WHOIS resolved to NBC-UNIVERSAL. Lets see how deep this rabbit hole is.
LTDCA 2016: Workshop on Legal Text, Document, and Corpus Analytics: Proceedings, Report, and storify | Legal Informatics Blog
LTDCA 2016: Workshop on Legal Text, Document, and Corpus Analytics: Proceedings, Report, and storify | Legal Informatics Blog https://legalinformatics.wordpress.com/2016/07/10/ltdca-2016-workshop-on-legal-text-document-and-corpus-analytics-proceedings-report-and-storify/
Windows gets bash(ed) plus a full shot of Ubuntu
More importantly than bringing the shell over to Windows, developers will now be able to write their .sh Bash scripts on Windows, as well (or use Emacs to edit their code). Microsoft noted that this will work through a new Linux subsystem in Windows 10 that Microsoft worked on with Canonical.
— Microsoft is bringing the Bash shell to Windows 10 | TechCrunch
So this if what all those Microsoft folks at Great Wide Open were so damn giddy about a couple of weeks ago. I must say I’m dumbfounded. Bash will roll out in a Windows 10 update this summer, sooner if you’re part of the Insider program.
Ethereum Blockchain Project Launches First Production Release – CoinDesk
Next-generation blockchain platform Ethereum has released ‘Homestead’ the first production release of its software, which was implemented at block 1,150,000 today
Are e-casebooks doomed by perceived shortcomings of e-books generally?
Can these obstacles be overcome? It doesn’t seem likely. While e-books are great for keyword-searching and access via tables of contents, for tasks that require flipping back and forth and finding the right page in a hurry, they’re not so great. While e-books do have the convenience of instant access and search capability, they will probably always be better-suited to mass-market fiction that is meant to be read in a linear fashion, rather than textbooks and reference material that needs instant random access.
— Sometimes e-textbooks come up short – TeleRead News: E-books, publishing, tech and beyond http://www.teleread.com/sometimes-e-textbooks-come-short/
I think the reason e-textbooks (and e-casebooks in my world) come up short is because they merely replicate print in an electronic format. These resources attack print typically on price and weight, 2 attributes that have nothing to do with the information being delivered. The potential for electronic educational materials is practically limitless but publishers and even authors are focused on recreating print.
Think of the first automobiles. They were referred to as horseless carriages for a reason, many designs were engines dropped into horse carriages. And that didn’t really work out, did it? It took many years and a lot of development to break the idea of copying carriages and come up with what we now know as the automobile.
E-books are still in the horseless carriage phase of development, everything getting forced into the tired metaphor of a book. We need to break free of the limits imposed by the book and push development of these educational resources into the future. The tools exist to do all the things we want to do with e-casebooks, we just need to use the tools and let go of the past
FFR The database preferences for locally hosted Drupal…
FFR: The database preferences for locally hosted Drupal sites running in Acquia Dev Desktop are located in the .acquia/DevDesktop/DrupalSettings
folder in your home directory. On Widnows that’s /Users/YourName/
. This is especially important if you’ve just imported a Drupal site from elsewhere that has it’s own settings.php
that will be left in the structure but ignored. Things like db table prefixes are not picked up in the import process and you’re on your own to track things down to make the site run locally.
Amazon releases Lumberyard, a free AAA game engine. A platform for legal ed of the future?
Amazon Lumberyard is a free, cross-platform, 3D game engine for you to create the highest-quality games, connect your games to the vast compute and storage of the AWS Cloud, and engage fans on Twitch.
Eventually sometime is going to take a tool set like this and figure out how to build a game that simulates at least some of the American legal system. A simulated world with lots of property, contacts, torts, and legal issues and the courts to resolve the issues. Law students would engage each other at different levels to identify and pursue legal issues. Non-player characters would appear as judges, potential clients, and senior attorneys. It would be interesting.
Checkout the Lumberyard announcement video:
Tips for locking down your data and protecting your privacy on the Internet
Your online privacy is only as strong as the weakest link in the chain consisting of you, your ISP, and the places you visit on the Internet.
Source: Tips for locking down data and protecting privacy | Opensource.com
The article recommends you run your own server in your house to have the best control over your data. With a server you can control email and run your own secure storage cloud. Not a bad idea.
Triage | BDSWorks – This Drupal module adds a guided pathway option for navigating content on your site.
Triage | BDSWorks – http://bdsworks.org/triage – This Drupal module adds a guided pathway option for navigating content on your site.
So you want Git, Docker, and continuous integration for your documents?
The power of Git, Docker, and continuous integration (CI) can be leveraged to makeTeX document compilation easy while keeping track of different variants and versions. On the top of these technologies, a flexible workflow can be developed to reflect successive changes in TeX documents in each PDF—versioned with a progressive number, document-v4.pdf, say.
Git, Docker, and continuous integration for TeX documents | Opensource.com https://opensource.com/business/15/12/git-docker-continuous-integration-tex-documents?sc_cid=701600000011kEYAAY
This makes me think about every time I hear someone say all we need for legislation/court documents/legal documents is Github. The workflow described in this article would indeed solve any number of document issues, but I can’t imagine in my world really using this.