Databses used to have some fields that never made sense or were hard to fill in. Some where just chosen for the wrong reasons. For example the gender field is mostly useless and was only chosen to guess the pronoun when generating letters. For that reason and because it's really not that simple we should replace it with what we're actually interested in, the pronoun. Which is a free text field. So if you are an Apache Attackhelicopter and want to be correctly addressed you finally can.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Lenovo Thinkpad T430 | |
| ==================== | |
| - T430: 200,- | |
| - Type: 2347-GAG | |
| - S/N: PB-RHZD3 | |
| - CPU: Intel Core i5-3320M (2.6GHz) | |
| - RAM: 16GB (2x 8GB) | |
| - 70++ battery (94Wh) (FRU 45N1011) | |
| - Lenovo 65W Power Brick included | |
| - keyboard of choice included |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [Trigger] | |
| Operation = Upgrade | |
| Type = Package | |
| Target = linux | |
| [Action] | |
| Description = Restore Linux kernel modules | |
| When = PostTransaction | |
| Depends = coreutils | |
| Depends = rsync |
| part | name | price | url |
|---|---|---|---|
| case | Fractal Design Node 304 | 74,26 | https://www.heise.de/preisvergleich/fractal-design-node-304-weiss-fd-ca-node-304-wh-a978785.html |
| board | Gigabyte GA-H270N-WIFI | 123,10 | https://www.heise.de/preisvergleich/gigabyte-ga-h270n-wifi-a1557912.html |
| cpu | Intel Core i3-7100T | 125,02 | https://www.heise.de/preisvergleich/intel-core-i3-7100t-bx80677i37100t-a1558352.html |
| ram | 2x Kingston ValueRAM DIMM 8GB | 59,23 | https://www.heise.de/preisvergleich/kingston-valueram-dimm-8gb-kvr24n17d8-8-a1503316.html |
| cooler | Scythe Ninja 3 Rev. B | 32,90 | https://www.heise.de/preisvergleich/scythe-ninja-3-rev-b-scnj-3100-a709890.html |
| sum |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # ~/.config/fish/functions/fuckyou.fish | |
| # usage: fuckyou firefox | |
| # dependencies: toilet | |
| function fuckyou --description "Rage quit support for fish" | |
| killall -9 $argv[1] | |
| if test $status = 0 | |
| echo | |
| echo (set_color brred)" (╯°□°)╯"(set_color bryellow)"︵"(set_color FFBF00) (echo $argv[1] | toilet -f term -F rotate)(set_color normal) | |
| echo | |
| else |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ 3035.830541] CPU1: Core temperature above threshold, cpu clock throttled (total events = 4729) | |
| [ 3035.830542] CPU0: Core temperature above threshold, cpu clock throttled (total events = 4729) | |
| [ 3035.830543] CPU2: Package temperature above threshold, cpu clock throttled (total events = 4742) | |
| [ 3035.830544] CPU3: Package temperature above threshold, cpu clock throttled (total events = 4742) | |
| [ 3035.830547] CPU0: Package temperature above threshold, cpu clock throttled (total events = 4742) | |
| [ 3035.830552] CPU1: Package temperature above threshold, cpu clock throttled (total events = 4742) | |
| [ 3035.830560] mce: [Hardware Error]: CPU 0: Machine Check: 0 Bank 128: 000000008805080b | |
| [ 3035.830563] mce: [Hardware Error]: TSC 758bd6bd630 | |
| [ 3035.830565] mce: [Hardware Error]: PROCESSOR 0:306d4 TIME 1490970296 SOCKET 0 APIC 0 microcode 24 | |
| [ 3035.830568] mce: [Hardware Error]: CPU 1: Machine Check: 0 Bank 128: 000000008805080b |
http://andybrown.me.uk/2014/05/11/awreflow/
| Part | Qty | Price | Url |
|---|---|---|---|
| SSR | 1 | 12.37 | https://www.amazon.de/dp/B0087ZTN08 |
| MAX6675 | 1 | 3.67 | https://www.amazon.de/dp/B01GNKT39Y |
| thermocouple | 1 | 3.31 | https://www.amazon.de/dp/B00FVREP12 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| main() { | |
| local ac=$(cat /sys/class/power_supply/AC/online) | |
| if [[ -d /sys/class/power_supply/BAT0 ]] ; then | |
| local int_present=$(cat /sys/class/power_supply/BAT0/present) | |
| local int_capacity=$(cat /sys/class/power_supply/BAT0/capacity) | |
| local int_status=$(cat /sys/class/power_supply/BAT0/status) | |
| else |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "backcolor": "#ebebeb", | |
| "name": "meckbd_v1 columns", | |
| "author": "XenGi", | |
| "background": { | |
| "name": "Steel brushed horizontal", | |
| "style": "background-image: url('/bg/metal/iron_texture66.jpg');" | |
| }, | |
| "switchMount": "cherry", |