Apple Studio Display (5K) on Arch Linux with Hyprland was experiencing intermittent connection issues where:
- Display would not always connect reliably
- System detected the display as two separate devices
- Wrong display connector was sometimes chosen
Apple Studio Display (5K) on Arch Linux with Hyprland was experiencing intermittent connection issues where:
| require "strscan" | |
| class Scanner | |
| TOK = [] | |
| TOK["{".ord] = :LBRACE; TOK["}".ord] = :RBRACE; TOK[";".ord] = :SEMI | |
| def initialize data | |
| @scan = StringScanner.new data | |
| @prev_pos = @scan.pos | |
| end |
| { | |
| "emojis": [ | |
| {"emoji": "👩👩👧👧", "name": "family: woman, woman, girl, girl", "shortname": ":woman_woman_girl_girl:", "unicode": "1F469 200D 1F469 200D 1F467 200D 1F467", "html": "👩‍👩‍👧‍👧", "category": "People & Body (family)", "order": ""}, | |
| {"emoji": "👩👩👧👦", "name": "family: woman, woman, girl, boy", "shortname": ":woman_woman_girl_boy:", "unicode": "1F469 200D 1F469 200D 1F467 200D 1F466", "html": "👩‍👩‍👧‍👦", "category": "People & Body (family)", "order": ""}, | |
| {"emoji": "👩👩👦👦", "name": "family: woman, woman, boy, boy", "shortname": ":woman_woman_boy_boy:", "unicode": "1F469 200D 1F469 200D 1F466 200D 1F466", "html": "👩‍👩‍👦‍👦", "category": "People & Body (family)", "order": ""}, | |
| {"emoji": "👨👩👧👧", "name": "family: man, woman, girl, girl", "shortname": ":man_woman_girl_girl:", "unicode": "1F468 200D 1F469 200D 1F467 200D 1F467", "html": "👨‍👩&z |
###The ROSSConf project, or: helping Open Source help Open Source
Last April Saturday ROSSConf Vienna took place. Sixty registered participants, some loose canons, 5 projects, 6 maintainers, 8-ish team members, 1 baby all in one coworking space. Here's what happened.
*credit: Manuel Gruber*####In the beginning October last year, at arrrrcamp, I came up with the concept for ROSSConf. Having attended 1001 tech conferences (I haven't kept count) I concluded that I'm always missing something. I found myself listening to a talk and wishing I could contribute to the project discussed but the internet connection wasn't sufficient for cloning the repo, nor was there time to hack on the project as the next talk was about to start. And, I figured, I'd need some time to get into the project and the contributing etiquette before being able to contribute.
| #!/bin/bash | |
| # Sync Homebrew installations between Macs via Dropbox | |
| # Also syncs gui applications installed using brew-cask (https://github.com/phinze/homebrew-cask) | |
| # Modified from https://gist.github.com/jpawlowski/5248465 | |
| # | |
| BREW="/usr/local/bin/brew" | |
| # first get local settings | |
| echo "Reading local settings ..." | |
| rm -f /tmp/brew-sync.* | |
| $BREW tap > /tmp/brew-sync.taps |
| #app/inputs/collection_check_boxes_input.rb | |
| class CollectionCheckBoxesInput < SimpleForm::Inputs::CollectionCheckBoxesInput | |
| def item_wrapper_class | |
| "checkbox-inline" | |
| end | |
| end |
| class Compass | |
| constructor: (options = {enableHighAccuracy: yes, maximumAge: 10000, timeout: 100000}) -> | |
| @lat = 0 | |
| @lng = 0 | |
| @alt = 0 | |
| @acc = 0 | |
| @altAcc = 0 | |
| @hdg = 0 | |
| @spd = 0 | |
| @_grabGPS(options) |
| # Do not refactor, it is a bad practice. YOLO | |
| # Not understanding why or how something works is always good. YOLO | |
| # Do not ever test your code yourself, just ask. YOLO | |
| # No one is going to read your code, at any point don't comment. YOLO | |
| # Why do it the easy way when you can reinvent the wheel? Future-proofing is for pussies. YOLO |
Get Homebrew installed on your mac if you don't already have it
Install highlight. "brew install highlight". (This brings down Lua and Boost as well)