the American PhDs, eager to investigate this part of the world so often plagued by bursts of inter-ethnic violence. Before they arrived we never knew murder was indigenous to our hands, a thing that blooms at regular intervals like the laughter of history. Nick from Connecticut is here to inspect. A peace studies graduate, whenever there’s war Nick from Connecticut is deployed to spread common sense, ask the right questions—why, instead of why not. The more we war the more we need Nick from Connecticut, a few more genocides and he’ll join the tenure track. O Nick from Connecticut! We’ll come through for you, pocket twenty dollars for our informed consent. We’ll be your very own local informants. Conveniently anonymous. Ready to talk on cue. So we do, and o Nick from Connecticut, yours is the outrage of all folks whose countries would never ever. Yours is a tender soul, there goes compassion dripping from your face onto the floor. It snakes across the room and up our legs. It leaves a
This file contains 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
local wezterm = require 'wezterm' | |
wezterm.on('format-window-title', function(tab, pane, tabs, panes, config) | |
local zoomed = ' 🗗 ' | |
if tab.active_pane.is_zoomed then | |
zoomed = ' 🗖 ' | |
end | |
local index = '' | |
if #tabs > 1 then |
This file contains 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
themes { | |
pencil-light { | |
fg "#005F87" | |
bg "#f1f1f1" | |
black "#f1f1f1" | |
red "#B6D6FD" | |
green "#10A778" | |
yellow "#A89C14" | |
blue "#008EC4" | |
magenta "#B6D6FD" |
This file contains 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
; inherits: javascript | |
; Highlight component names differently | |
(jsx_opening_element ((identifier) @constructor | |
(#match? @constructor "^[A-Z]"))) | |
; Handle the dot operator effectively - <My.Component> | |
(jsx_opening_element ((nested_identifier (identifier) @tag (identifier) @constructor))) | |
(jsx_closing_element ((identifier) @constructor |
This file contains 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
const express = require('express'); | |
const htm = require('htm'); | |
const vhtml = require('vhtml'); | |
// create an html`` tag function for vhtml: | |
const html = htm.bind(vhtml); | |
const App = (props) => html` | |
<div class="app"> | |
<h1>This is an app</h1> |
This file contains 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
[user] | |
name = Aral Balkan | |
email = mail@ar.al | |
[core] | |
pager = cat | |
[diff] | |
tool = meld |
This file contains 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
theme = "dracula" | |
[editor] | |
scroll-lines = 1 | |
idle-timeout = 0 | |
[editor.cursor-shape] | |
insert = "bar" | |
[keys.insert] |
Work-in-progress: A brief security review of permissions of curated apps on the elementary OS 6 AppCenter (see elementary/appcenter#1012 and elementary/appcenter-reviews#225 for context).
These are apps with --filesystem=home
or above permissions that currently should not be allowed on the AppCenter (as per elementary/appcenter-reviews#225)
This is a new effort to map Vhi company plans to the companies that use (negotiated?) them and whether they have any special perks that are not available to everyday people in Ireland (like waiting periods being waived for employees of VMWare).
Company Plan | Company | Notes |
---|---|---|
PMI 18 11 | VMWare | Waiting periods are waived: “Pre-existing conditions and waiting periods have been waived which provides you and your eligible dependents with coverage from your enrolment under the Company policy.” (Source) |
PMI 26 12 | [PayPal](https://www.paypalbenefits.com/ire/health/vhi-healthcare-medica |
This file contains 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
bash -lic "wget -O /tmp/magick https://download.imagemagick.org/ImageMagick/download/binaries/magick && chmod +x /tmp/magick && test \$(wget -qO- https://download.imagemagick.org/ImageMagick/download/binaries/digest.rdf | grep 'rdf:about=\"magick\".*' -A6 | sed -rn 's/.*<digest:sha256>(.*?)<\/digest:sha256>/\1/p') = \$(sha256sum /tmp/magick | sed -r 's/(.*)\s(.*)/\1/') && (sudo mv /tmp/magick /usr/local/bin/ && echo 'ImageMagick 7 successfully installed.') || (rm /tmp/magick && echo 'Installation failed. Security error: message digest verification failed for ImageMagick 7 AppImage binary.') |
NewerOlder