Use the Hyper key
Brian Lovin explains how to turn caps lock into a Hyper key that simulates pressing all four modifier keys at once. Use it for instant app switching, Raycast quicklinks, and custom window layouts.
Read more [brianlovin.com]
Posts tagged with macos
Brian Lovin explains how to turn caps lock into a Hyper key that simulates pressing all four modifier keys at once. Use it for instant app switching, Raycast quicklinks, and custom window layouts.
Read more [brianlovin.com]
After tweeting out a screenshot, it often get questions around which editor, font or color scheme I'm using. Instead of replying to those questions individually I've decided to just write down the settings and apps that I'm using.
Join 9,500+ smart developers
Get my monthly newsletter with what I learn from running Spatie, building Oh Dear, and maintaining 300+ open source packages. Practical takes on Laravel, PHP, and AI that you can actually use.
No spam. Unsubscribe anytime. You can also follow me on X.
"Always fresh, useful tips and articles. Carefully selected community content. My favorite newsletter, which I look forward to every time."
My current setup (end 2021 edition)
After tweeting out a screenshot, it often get questions around which editor, font or color scheme I'm using. Instead of replying to those questions individually I've decided to just write down the settings and apps that I'm using.
Last week, I started using a M1 powered MacBook Air as my primary computer. It feels much faster that my previous 16" MacBook Pro with Intel processor. Here's a good post on how Apple made their processors so fast.
Read more [debugger.medium.com]
After tweeting out a screenshot, it often get questions around which editor, font or color scheme I'm using. Instead of replying to those questions individually I've decided to just write down the settings and apps that I'm using.
Project Lanai is a joint effort between JetBrains and Oracle that looks to solve performance problems by utilizing Apple's Metal API for rendering the application instead of OpenGL. My colleague Alex tried using it in PhpStorm
Read more [alexvanderbist.com]
After tweeting out a screenshot, it often get questions around which editor, font or color scheme I'm using. Instead of replying to those questions individually I've decided to just write down the settings and apps that I'm using.
? Desktop always a mess? This little script tells macOS to not render desktop icons at all, so ~/Desktop is just another folder and your wallpaper is always unobstructed. pic.twitter.com/GjsmbrZ4c4
— Adam Wathan (@adamwathan) July 15, 2019
Read more [twitter.com]
In the first blogpost on his new blog, Mathias Hansen, co-creator of geocod.io, walks us through how he customized the look of macOS. ChunkWM seems particularly interesting.
ChunkWM neatly arranges all of the windows on my screen. skhd which me to define global hotkeys to control ChunkWM. Pecan (built on Übersicht) renders the neat status bar that you see at the top of the screen
Read more [www.codemonkey.io]
It's very frustrating I can't use a scaled resolution on my Mac because of PhpStorm.
PhpStorm has had performance issues on OSX for a very long time now, sometimes to the point of being unusable. I've written about these issues before, but it's good to keep a regularly updated list of what's going on. So without further ado: if you're on OSX (Sierra, High Sierra or Mojave); if you're experiencing PhpStorm performance issues, this post might help you.
Read more [stitcher.io]
After tweeting out a screenshot, it often get questions around which editor, font or color scheme I'm using. Instead of replying to those questions individually I've decided to just write down the settings and apps that I'm using. IDE I mainly program PHP. Mostly I develop in PhpStorm. Here's a…
Bram's tweet says it all.
TIL: Finder in macOS 10.12 Sierra (finally!) sports a “Keep folders on top” setting. #courage pic.twitter.com/uk5NCvjZij
— Bramus! (@bramus) October 4, 2016
I'm one of those people who runs beta software. A short time after the keynote is finished I'll update (or wreck) my phone with the beta version of iOS. My Mac generally gets the beta treatment not much later. Of course there are some risks involved. There's no guarantee that your applications will still work. Though your mileage may vary, it's my experience however that those betas are pretty stable.
With macOS Sierra there was one piece of software that didn't work properly: Laravel Valet. For some obscure reason Valet just stopped working after a couple minutes. The requests just hang. After some time an ERR_CONNECTION_REFUSED was displayed in Chrome. After running valet restart it ran fine for some more minutes. After poking around in the configuration of caddy, the webserver that powers Valet, and the php.ini file I found no solution. A complete reinstall of Laravel Valet did not solve the issue. I learned to live with the problem, regularly running valet restart. I even set up an alias for it.
But luckily Bryce Adams found the solution (Martin Bastien notified me about it). It's very simple: you just have to update the caddy server to the latest version manually. Here are the steps involved:
I hope this post can help all the crazy ones running beta software.
EDIT on 2016-09-21: alternatively, you could use the dev-sierra branch to get a working version of Valet on macOS Sierra.
@freekmurze Can also use the `dev-sierra` branch which has Caddy 0.9.1 baked in ??
— Adam Wathan (@adamwathan) September 21, 2016
EDIT on 2016-09-24: Adam has published a list of common problems and solutions for running Valet on Sierra.