Skip to main content

Senior Web Engineer. Open web / music. Remote DJ. Tall Dutch guy. #3million

micro.blog/sander

svandragt

mixcloud.com/cloudseer

 

https://arstechnica.com/information-technology/2019/02/behold-the-facebook-phishing-scam-that-could-... This is easily fixed: let us specify a login background in the preferences.

 

test a single checkbox < install testing framework < install api mocking framekwork < require composer < overhaul a mono repository and dev setup

 

If there was a plan B we would have heard about it by now. It’s no surprise that the government cannot be honest about it.

 

New day new problem. Bluetooth Magic Keyboard is no longer recognised.

 

Every time I restart my Mac it won’t recognise the external ssd boot partition. Ugh

 

This is why I registered http://appsubscriptions.com which redirects to the subscription screen on any Apple device.

 

Updating Known

I wrote a quick and dirty upgrade.sh script that sits in the parent directory of my Known site (updated now with the new composer setup). I'm using the following directory structure:

config.ini  
Uploads/
html/
upgrade.sh 

The offical Known git repository is checked out in html/. The config.ini and Uploads folder have been moved to the folder to sit alongside it.

The contents of the upgrade.sh script can be viewed as a gist on Github:

It's not elegant but it makes updating to the latest Known changes pretty seamless.

 

All my interesting links will be posted to https://vandragt.com/content/bookmarkedpages/ first before shared to social media and pocket. Own your content!

 

 

May will stick to Brexit 'principles' in cross-party talks, says No 10. aka Let's have a talk to come to an agreement, but I'm not going to change my mind.
https://www.theguardian.com/politics/2019/jan/17/may-will-stick-to-brexit-principles-in-cross-party-...

 

Spotify how to hide the "Find friends" bar

On Linux operating systems, Spotify does not always show the file and view menus. This makes it harder to hide the "Find Friends" bar as there is no close button on the sidebar itself.

However there's another way: Click on the chevron in the top right corner next to your spotify username, then on Settings > Display Options > untick Show Friend Activity.

 

vandragt.com is now hosted on Known (withknown.com)

 

Does social media contribute to a more isolated society?

https://www.theguardian.com/business/2019/jan/05/britons-hang-up-landline-call-volumes-halve :
>“Calling someone is a bit daunting,” said one 18-year-old respondent in a survey on phone habits conducted by Ofcom. “It’s much easier and quicker to WhatsApp my friends. If I have to call a company, I’ll always try to use webchat if it’s available.”

 

Take note PES, via The Guardian:

https://www.theguardian.com/football/2019/jan/05/the-borrowers-loan-deals-dominate-january-transfer-...
>some players not only get their wages covered in full by the club they are joining but also receive a substantial sum on top.

 

Great blogging advice here https://ohhelloana.blog/blogging-and-me

 

It’s nearly 2019. Coca Cola and other soft drink have showed us how to make a can that opens easily. Get with it tinned vegetables!

 

Install Python 3.7.1 on OpenSUSE Tumbleweed

After another hour of resolving issues with pyenv and a personal project that requires Python 3.7 I thought it best to note the steps I used to install Python 3.7.1 on OpenSUSE Tumbleweed:

# Install requirements for compiling Python
sudo zypper in zlib-devel bzip2 libbz2-devel libffi-devel libopenssl-devel readline-devel sqlite3 sqlite3-devel xz xz-devel 

# Compile Python
cd ~/Downloads
wget https://www.python.org/ftp/python/3.7.1/Python-3.7.1.tar.xz
tar xf Python-3.7.1.tar.xz
cd Python-3.7.1
./configure
make

# AltInstall ensures 3.7.1 is installed alongside your system python
sudo make altinstall

# Fix dynamic library loading
sudo ln -s /usr/local/lib64/python3.7/lib-dynload /usr/local/lib/python3.7/lib-dynload

I've updated the Common build problems · pyenv/pyenv Wiki page to reflect the updated required packages. Thanks to Andrew Cooke for the dynamic library fix

 

A locally running browser integrated notetaking app with cloud storage syncing, instant search and markdown / file upload support you say?

 

Shoutout to Apple Maps. It’s got a lot smarter about rerouting during the last few months!

 

The Milk Chocolate Peanut

Aaron Gustafson wrote back in 2008:

Getting into the progressive enhancement mindset is quite simple: just think from the content out. The content forms the solid base on which you layer your style and interactivity. If you’re a candy fan, think of it as a Peanut M&M:

The Chocolatey Layers of Progressive Enhancement

JavaScript first websites have the peanut inside out!