3 Geeks and a Law Blog: Bad Lawyering, Not Bad Forms http://www.geeklawblog.com/2016/04/bad-lawyering-not-bad-forms.html
Flaws detected in the Owncloud encryption module
First it is important to understand what this encryption module is actually supposed to do and understand the threat scenario. The encryption provides no security against a malicious server operator, because the encryption happens on the server. The only scenario where this encryption helps is if one has a trusted server that is using an untrusted storage space.
Source: Pwncloud – bad crypto in the Owncloud encryption module – Hanno’s blog
A good read, but also worth noting that encrypting data at rest on a server is rarely bullet proof anyway. If an attacker can get access to the server they can decrypt the data. I wouldn’t even bother encrypting the data store for something like Owncloud anyway since the data is at the end of a long chain where significant security is needed. For example, is the local copy of the data encrypted? Is the web component using HTTPS? Are Owncloud accounts secure with long passwords and 2FA? Is access to the sever running Owncloud properly secure with very limited access? Encrypting data at rest in Owncloud is the least of my worries.
Why Microsoft needed to make Windows run Linux software | Ars Technica
Why Microsoft needed to make Windows run Linux software | Ars Technica http://arstechnica.com/information-technology/2016/04/why-microsoft-needed-to-make-windows-run-linux-software/
After all the hoopla has faded a bit Ars Technica takes an insightful look at the likely reasons that Microsoft made the strategic decision to add Linux support to Windows.
My Twitter Digest for 04/01/2016
- Bar Exam Scores Slip Even Further https://t.co/M6gsMlJSSK via @WSJ 13:04:05, 2016-04-01
- My Twitter Digest for 03/31/2016 https://t.co/6Ar9olxMnj 15:30:21, 2016-04-01
- Used Windows 10 PowerShell all day in place of putty and cmd. Did not go blind, no penguins died. 18:05:59, 2016-04-01
- @jqheywood yeah, but Windows 10 is the windows I've always wanted. We'll see about Windows Subsystem for Linux. That may kill penguins. in reply to jqheywood 18:11:02, 2016-04-01
- GitHub adds commit squashing to tidy up your commit history https://t.co/pJWcgjhVZJ 18:56:53, 2016-04-01
- RT @dicthomson: Check out "Third National Symposium on Experiential Learning in Law" https://t.co/0kFQKPIlGR via @Eventbrite 20:59:48, 2016-04-01
GitHub adds commit squashing to tidy up your commit history
Commit squashing has the benefit of keeping your git history tidy and easier to digest than the alternative created by merge commits. While merge commits retain commits like “oops missed a spot” and “maybe fix that test? [round 2]”, squashing retains the changes but omits the individual commits from history. Many people prefer this workflow because, while those work-in-progress commits are helpful when working on a feature branch, they aren’t necessarily important to retain when looking at the history of your base branch.
— Squash your commits – GitHub
New feature allows for cleaner commits in your code and more suitable for a broader range of workflows.
My Twitter Digest for 03/31/2016
- linkedin/rest.li: Rest.li is a REST+JSON framework for building robust, scalable service architectures using… https://t.co/Iv5hTbHQwZ 06:30:55, 2016-03-31
- RT @teknoids: Teknoids Post: [CALIcon16] Session Info Update: New deadline, new program, more on Slack https://t.co/PInqhQ09yG 10:37:50, 2016-03-31
- My Twitter Digest for 03/30/2016 https://t.co/STPDvTPAph 15:30:23, 2016-03-31