136 private links
WiFi LoRa 32 is a classic IoT dev-board designed & produced by Heltec Automation. Since its launch in 2017, it has been loved by developers and makers. The newly launched V3 version has the same pin sequence as the V2 version and retains Wi-Fi, BLE, LoRa, OLED display, and other functions.
It is the best option for smart cities, farms, homes, industrial control, house security, wireless meter reading, and IoT developers.
Michael Gardi, who makes reproductions of vintage computers and computer-like games, went all out and built a DEC H-500 Computer Lab. He even posted a step-by-step Instructable on how to make your …
A role for configuring Firefox, including addons, preferences and css styles.
Notes:
A Firefox profile named 'default' will be created if it doesn't already exist.
If any addon being installed is a 'complete theme' addon, it will be set as the selected theme (this is the default behaviour of the firefox-addon role dependency).
Requirements
Currently the role has only been tested against Fedora (23) hosts, but in theory should work for all Linux variants.
An Ansible Role that installs Firefox, the firefox addons mentioned in Firefox Kompendium, the user.js from Ghacks, some offline fonts so remote fonts are not required and some search keywords for the Url-Bar. The role is compatible with RHEL/CentOS, Fedora, Debian and Ubuntu. Be aware that while this config blocks a lot of tracking, which helps bot with privacy and security it give the user a very unique fingerprint aswell. Thats why it´s still recommended to use the TOR Browser for normal surfing and this firefox config for functions that websites that require a login (e.g. forums, social media, online banking or online shopping).
user_pref("accessibility.force_disabled", 1);
user_pref("accessibility.typeaheadfind.flashBar", 0);
user_pref("app.normandy.first_run", false);
user_pref("app.shield.optoutstudies.enabled", false);
user_pref("app.update.auto", false);
user_pref("app.update.checkInstallTime", false);
user_pref("app.update.doorhanger", false);
user_pref("browser.feeds.showFirstRunUI", false);
...
in thunderbird user profile folder in "chrome/userContent.css" I have this:
/ quote colors for message display / blockquote[type=cite] { color: PowderBlue ! important; } blockquote[type=cite] blockquote { color: LightBlue ! important; } blockquote[type=cite] blockquote blockquote { color: SkyBlue ! important; } blockquote[type=cite] blockquote blockquote blockquote { color: LightSkyBlue ! important; } blockquote[type=cite] blockquote blockquote blockquote blockquote { color: DeepSkyBlue ! important; }
/ quote color for message composing / span[_moz_quote=true] { color: PowderBlue ! important; }
Spiel 1
Das erste Spiel ist für 1-4 Spiele gedacht. Es handelt sich um ein Spiel indem man einen festen Punkt „fangen“ muss. Es gibt eine laufende und einen stehende LED. Man muß jetzt mit seinem Taster genau im richtigen Moment, wenn die laufende LED die stehenden LED kreuzt, seinen Taster betätigen.
Wenn man alleine spielt, bekommt man einen Punkt, wenn man daneben liegt, bekommt man zwei Punkte abgezogen.
Wenn man mit zwei, drei oder vier Spielen spielt, ist das Punktesystem das selbe, es bekommt aber nur der den Punkt der auch als erstes gedrückt hat. Sollte der erstgedrückte daneben liegen, bekommt er natürlich auch die zwei Punkte abgezogen.
Dies geht über 30 Runden, die immer etwas schneller werden. Wer am Ende die meisten Punkte hat, der hat das Spiel gewonnen.
Spiel 2:
Das zweite Spiel ist ein reines Spiel für zwei Personen. Dabei handelt es sich um eine Art Aufbauspiel. Man hat gegenüberliegend seines Knopfes einen seiner Farbe entsprechenden eine farbige LED. Rot oder Grün. Daneben ist jeweils ein Blauer Punkt und viele Weiße. Die Weißen markieren das jeweilige Spielfeld. Sobald man das Spiel startet, kommt ein weiteres Licht hinzu welches die ganze Zeit von links nach rechts und zurück läuft. Man muß jetzt immer im blauen Feld drücken um sein Rotes oder Grünes Feld weiter aufzubauen. Wenn man an der falschen Stelle drückt, bekommt der Gegner 5 Züge Vorsprung. Wer als erstes das Spielfeld voll hat, hat gewonnen.
Build a time tracking cube! Flip the cube to switch between tasks so you can automate your time sheets. An accelerometer tracks orientation and neopixels light up each task.
Use Adafruit IO to log data into a feed and store timestamps of each task. Setup triggers in Zapier and create an action to update a google spreadsheet. Get the Adafruit Feather HUZZAH and start building your IoT projects.
The following package is meant to provide an easy way to regularly measure your internet connection speed and create some stats. You can easily set up this script on a raspberry pi with raspbian and keep it running in the background.
The data can be used to confront your ISP if your speed is way below the promised speed.
For setting up the machine you need a linux machine because ansible does not run on windows.