If somebody would ever think to create a syntax highlighter based on Vim’s highlight groups, they could theoretically use my new plugin called synner.vim to extract tokens and let Vim do all the hard work. 🤷♂️
https://github.com/jeffkreeftmeijer/synner.vim
Don’t work weekends.
ETOOMANYREPOSITORIES
Soon.
Not too fond of this new terminal. The formatting is off, and running commands takes long enough for me to wonder if somebody went off to manually find the results.
expected "Contents (last 10 lines):\n" to match "Contents (last 10 lines):"
Diff:
<The diff is empty, are your objects producing identical `#inspect` output?>
🤔
Pro tip: don’t buy board games with translated rulebooks. Our Dutch version of Pandemic Legacy Season two uses the Dutch word for “every” instead of “any” at least once, which tripped us up tonight.
https://en.wikipedia.org/wiki/ANSI_escape_code#SGR_(Select_Graphic_Rendition)_parameters #currentstatus
$ git commit -m 'kill -9 50 times'
Well, let’s see if this works.
“Despite the pandemic, it was a record-setting year for the world’s wealthiest—with a $5 trillion surge in wealth and an unprecedented number of new billionaires.”
Accidentally read part of an article about the updated billionaires list. How’s your day going?
Accidentally came to work. 🤦♂️
Providing technical support is mostly an exercise in first principles thinking.
“We are using here a powerful strategy of synthesis: wishful thinking.”
$ networksetup -setairportpower en0 off
#productivity
Enough of this. I’m making pizza. 🍕
AppSignal is hiring a Rails/React developer.
Have anything you’d like to discuss before applying? Feel free to reach out to me (through my role as internal counselor, whatever we discuss will remain confidential and won’t influence your application).
https://twitter.com/AppSignal/status/1358796234400620552
Be nice. Even if the software doesn’t work.
“Even though compiler errors can be frustrating, they only mean your program isn’t safely doing what you want it to do yet; they do not mean that you’re not a good programmer!”
Didn’t have enough video meeting software on my computer, so I’m installing Cisco Webex.
Since the reactions to this were overwhelmingly positive (thanks all), I’m pondering spending 124 bytes to support dark mode in enough.css.
Here’s what I came up with so far. I’d love to know what you think! https://github.com/jeffkreeftmeijer/enough.css/pull/2
https://twitter.com/jkreeftmeijer/status/1355986264139436034
When in “Dark mode” on macOS, would you prefer to have websites or blogs adopt a dark theme as well?
I feel like although there’s a media query to allow for this @media (prefers-color-scheme: dark)
, it’s rarely used. Is that because it’s more work, or is it just a Bad Idea™?
To install prerelease versions (like 0.1.0-beta.1
) through rebar3, set {deps_allow_prerelease, true}
in your rebar rebar3.config
.