
All the Swift tutorials in one place
MacBooks without batteries severely throttled
Link tinyapps.org/blog/201811150700_macbook_slow_no_battery.html And more apple.stackexchange.com/questions/335247/macbook-pro-with-shot-battery-possible-to-prevent-cpu-throttling...
How to flash Tuya or SmartLife switches over the air
So… no soldering required: youtu.be/O5GYh470m5k And you can find other information here: Also support with Reddit...
Fix InnoDB error: The InnoDB memory heap is disabled
If you have something like this, add this entry innodb_use_sys_malloc = 0 into the my.cnf and restarted the MySQL...
Top 10 MySQL mistakes made by PHP developers
Here sitepoint.com/mysql-mistakes-php-developers/ Photo by Shahadat Rahman on Unsplash...
How to remove primary key on MySQL
First of all remove AI (auto increment) on the cols and then...
How to set locale variables automatically
On macOS of course, because in Ubuntu and other distro you probably already have. So… open terminal and create a new file: sudo nano ~/.profile Then paste this two line...
How to reset all iOS simulators
Open the terminal and then execute: osascript -e \'tell application \"iOS Simulator\" to quit\' osascript -e \'tell application \"Simulator\" to quit\' xcrun simctl erase all Source: gist.github.com/ZevEisenberg/5a172662cb576872d1ab...
Why TunnelBear is the best VPN
Because it is. You need to try to understand what I mean. Try it for 7 days and then you can say to me that is the best VPN out...
Where to find the log of the Raspberry Pi
If you want to find where, how and why your Raspberry Pi doesn’t work like it should… well. This save your life and start to understand what’s happen...
Guide to managing social media
benomad.co/money/social-media/ultimate-digital-nomads-guide-managing-social-media/...
How to make Xiaomi gateway compatible with HomeKit
This is very simple and there are a lot of way to do so. You need: – Raspberry Pi (3 or Zero it’s the same, you just need to install...
How to install Raspbian
It’s so easy nnowadays that you can even image how difficult was (for the noobs, the pro are already pro). Go here and download the last version of NOOBS: raspberrypi.org/downloads/...
The iPhone X is so easy to use: complete guide
No it’s not, I’m kidding. Image found online. And I agree, it’s not intuitive as it should...
How to simultaneous Xcode 7 and Xcode 8 compatibility
If you want to not upgrade at Swift 3, follow this tutorial: radex.io/xcode7-xcode8/...
How to read and write file in Swift
In Swift 3 the syntax is a just a few different than the 1 or 2 version: Source: stackoverflow.com/questions/24097826/read-and-write-data-from-text-file...
Xcode can’t archive codesign failed with exit code 1
In case Xcode, when you try to compile an app in simulator give you “Command /usr/bin/codesign failed with exit code 1”. Open the terminal and paste...
Smartphone connected home door lock
More info here: hackster.io/hackerhouse/smartphone-connected-home-door-lock-69944f...
How to list installed network cards
In terminal you can use ip link show or netstat -i. Then you can edit /etc/network/interfaces with the right name of your network interface...
20 ways to break Europe
Admit it! It’s funny! Source: atlasofprejudice.com...
How to pick a strong password to decrypt
Image found online...
How to sniff iPhone web traffic with Wireshark
Photo by Jakob Owens on Unsplash Open Xcode and click on top Devices like in the image below: Devices from Xcode Copy the identifier (in the black row): Identifier iPhone from Xcode Now...
How to delete cache and free space on Xcode
If something goes wrong or the simple Clean and rebuild does not work, you must delete the contents of these folders right now (carefully). Thanks to the source...
Size of tvOS icons
Just a few memo for iOS developer: Front, Middle, and Back (Large): 1280×768Front, Middle, and Back (Small): 400×240Launch Image: 1920×1080Top Shelf image: 1920×720...
Word of the day
Do you want to show off a sophisticated language but your vocabulary is always reduced to the same words? Do you want to enrich your dictionary with the words that...
Dailycharge
Suppose you bought a new car and want to know what cost the last thee years. If you paid $ 20,000, and 365 days have passed, what will it cost...