Great read for any iOS developer, nice overview with great examples / best practices.
MariaDB on Ubuntu 16.04 LTS
So this is a new approach… No longer allowing password based auth for the DB root solves a whole lot of possible security snafu’s, but at the expense of some friction in learning ‘the new way’
The idea with the new set-up is that you shouldn’t be using passwords at all.
What’s especially relevant is the contents of /usr/share/doc/mariadb-server-10.0/README.Debian.gz on Ubuntu 16.04:
“Scripts should run as a user have have the required grants and be identified via unix_socket.
So it looks like passwords should no longer be used by applications.”
TripMode for mac – easy bandwidth control
Not just to save your 4G data bundle, but also great to squeeze the most out of a crappy Wi-Fi hotspot when abroad (or on the ‘Wi-Fi in de Trein’ in NL). By blocking large background transfers like CrashPlan, Box and Google Drive, the limited bandwidth is all available for your foreground tasks!
Benchmarks for the Top Server-Side Swift Frameworks vs. Node.js
Very interesting research, even if already a few months old. Interesting to see how this space will develop in 2017!
Edit Oct 7th: Checkout my Follow Up: Benchmarks for Linux (Ubuntu)
Source: Benchmarks for the Top Server-Side Swift Frameworks vs. Node.js
Great resource: OS X terminal shell commands.
Great read, should give anyone a few nifty new nuggets.
awesome-osx-command-line – Use your OS X terminal shell to do awesome things.
From mobile first to mobile native — Benedict Evans
Smart companies are starting to build solutions with a “mobile native” assumption:
This change, from building on mobile ‘first’ to really leveraging what a billion or so high-end smartphones can do in 2016, reminds me a little of the ‘Web 2.0’ products of a decade or so ago. One (and only one) way you could characterize these is that they said: ”you know, we don’t necessarily have to think about Lynx, and CGI scripts, and IE2, and dialup. We’ve evolved the web beyond the point that tags were controversial and can make new assumptions about what will work, and that enables new ways to think about interfaces and services.”
Super l33t programming lessons – or why the web is so insecure
So suppose you are interested in developing a basic website. Without special technical training, let alone security specific know-how, but armed with Google and some terms you heard a friend throw around you get started.
Continue reading “Super l33t programming lessons – or why the web is so insecure”
Mac OS X Server virtualisatie: bestaande server verhuist naar VM.
Deze website heeft afgelopen jaren op een oude MacBook gestaan, die ergens in een hoekje van mijn huis stilletjes zijn werk deed.
Afgelopen weken begon de harddisk van deze MacBook kuren te vertonen, dus het was tijd voor verandering. Ik probeer de rotzooi in huis iets te beperken (samenwonen blijkt dat effect te hebben) en wilde eens proberen of het niet voorlopig, als tussenoplossing naar volledige Cloud server diensten zou werken om deze oude MacBook te virtualiseren op mijn iMac.
Het goede nieuws: dat is gelukt, en deze webpagina komt nu vanaf een virtuele machine met 10.6.8 in VMWare Fusion, gehost door mijn iMac met OS X 10.8 Mountain Lion.
Dit geeft mij de tijd om rustig services over te pompen. Zo is de E-mail nu al Google Apps; de TimeMachine back-up vervangen door CrashPlan+ en de fileshare komt direct van de iMac. Nu nog een mooie oplossing voor de website en dan met name de fotoalbums, liefst zonder dat ik mijn ziel aan FaceBook verkoop of mijn halve salaris aan Amazon Cloud diensten afstaan.
Genoeg geneuzel: dit is hoe je deze truc uitvoert:
http://communities.vmware.com/message/1388957#1388957
Google weigert software te kopen | Open Source Mac Management
Mooi artikel over de mogelijkheden van Open Source Mac client management. Voor bedrijven die meer tijd beschikbaar hebben dan geld, of die flink wat kennis in-house hebben zijn er prachtige oplossingen. Google weigert software te kopen | Computerworld.
Zo zie ik ook veel gebruik van:
- Munki (en MunkiServer)
- DeployStudio
- CauliFlower Vest
- MySQL
Quickly add your FaceBook events to iCal
This is really easy once you figure out the option exist:
1) Navigate to www.facebook.com/events/
2) On the bottom of the page, find the “Export” link.
3) In iCal, select the menu “Calander” –> “Subscribe…” and paste the link provided by Facebook
4) Set a reasonable refresh interval and a descriptive name
5) Done!