“Disclaimer: I don’t like #tap
.”
“Disclaimer: I don’t like #tap
.”
Aside from the 1GB file size limit, does Github have a limit on the number of files in a repository? Could you add, say, 15K files to the root? Asking for a friend.
After postponing it for a month and fighting Jekyll for an hour, https://updates.jeffkreeftmeijer.com/
Remapped the Caps Lock key on my keyboard to Escape instead of Control, because that’s apparently what you should do. Had to remove the Esc keycap to actually use it. Still pressing the uncapped Escape key, before realising it’s on the home row now.
Is there a reliable way to run Elixir master on Travis? The last time I checked kiex ran into Github’s rate limit while fetching versions. Is downloading it manually still the only way? #myelixirstatus
Thanks @Gargron, for reminding me TesseracT (the band, not not cube analogue) exists. 🎩👌 First came across them them back in 2014, at a show with Protest The Hero, The Safety Fire and Intervals (all recommended).
Please don’t take phone calls on trains. Instead, playing 30 Seconds with others is allowed. Even encouraged.
Mechanical keyboard users: which keyboard would you recommend, and why?
I’ve been using a KBT Pure 60% for the last couple of years and I love the layout. Should I just get another one to replace the Apple keyboard at the other office, or do you have better suggestion?
Vim quicktip #4: Vim detects a file’s type by its filename, but you can set the type yourself using the filetype
(or ft
) option. :set ft=elixir
enables syntax highlighting and automatic indentation for Elixir in the current buffer, without having to save the file to disk.
String.replace(text, ~r/(?<!\!)\[([^\]]+)\]\(([^\)]+)\)/, "\\1 (\\2)")
#currentstatus
For extra Regex credit: what does this replacement do?
iCloud Keychain doesn’t automatically add basic authentication credentials. The trick to add them anyway is both a beautiful hack and some horrible user experience. Thanks for figuring this out, @dschneller! 🎩👌
http://www.danielschneller.com/
#currentstatus
When submitting a pull request to an open source project, please split up your work. Did a dependency update and added a feature? Great! Open two pull requests. That makes it easier to accept part of your work.
Don’t “Update $dependency. Also; accept new options in $function”.
Finally caved into peer pressure to watch Black Mirror. Needless to say, it’s very good.
It’s an anthology series, so I’d recommend just watching one (try S01E02, the actual pilot) even if you’re not a TV series kind of person.
Rack has a lobster, Plug has an octopus! 🐙 #myelixirstatus
Oh no.
Please, don’t auto link everything ending with a dot and a TLD. If you need to auto link text, require users to use a protocol prefix (https://), so you don’t create links when your users mention Terminal.app or somescript.sh.
Gift cards you can exclusively use to buy other gift cards with are another thing I’m afraid I don’t understand.
Christmas Breakfast Pro Tip™: Boil eggs in an electric kettle.
It’s difficult to be the first to switch to a new social network or messenger app. However, please ask you friends and family to move off WhatsApp again. @signalapp and @telegram are great alternatives.
Not everyone will switch, so you might have to use two apps for a while. 🤷♀️
Last week I learned about Vim’s o
in visual select mode, cursor placement with /foo/e+3
, why I should use line completion (⌃X⌃F
) and that I should finally get into macros. Some great tips in this thread (and more are always welcome).
https://twitter.com/
What's that Vim trick that blew your mind the first time you learned about it? A feature that has a big (or small) impact on your workflow, or just a command you use a lot. Anything goes! 🤯
— Jeff Kreeftmeijer (@jkreeftmeijer) December 20, 2018
Mastodon ProTip™: Adding RT @
as a filter will hide all of those cross-posted retweets from your timeline.