import Head from 'next/head'
import { Card } from '@/components/Card'
import { Section } from '@/components/Section'
import { SimpleLayout } from '@/components/SimpleLayout'
function ToolsSection({ children, ...props }) {
return (
)
}
function Tool({ title, href, children }) {
return (
{title}
{children}
)
}
export default function Uses() {
return (
<>
Uses - Spencer Sharp
I was using an Intel-based 16” MacBook Pro prior to this and the
difference is night and day. I’ve never heard the fans turn on a
single time, even under the incredibly heavy loads I put it
through with our various launch simulations.
The only display on the market if you want something HiDPI and
bigger than 27”. When you’re working at planetary scale, every
pixel you can get counts.
They don’t make keyboards the way they used to. I buy these any
time I see them go up for sale and keep them in storage in case I
need parts or need to retire my main.
Something about all the gestures makes me feel like a wizard with
special powers. I really like feeling like a wizard with special
powers.
If I’m going to slouch in the worst ergonomic position imaginable
all day, I might as well do it in an expensive chair.
I don’t care if it’s missing all of the fancy IDE features
everyone else relies on, Sublime Text is still the best text
editor ever made.
I’m honestly not even sure what features I get with this that
aren’t just part of the macOS Terminal but it’s what I use.
Great software for working with databases. Has saved me from
building about a thousand admin interfaces for my various projects
over the years.
We started using Figma as just a design tool but now it’s become
our virtual whiteboard for the entire company. Never would have
expected the collaboration features to be the real hook.
It’s not the newest kid on the block but it’s still the fastest.
The Sublime Text of the application launcher world.
Using a daily notes system instead of trying to keep things
organized by topics has been super powerful for me. And with
Reflect, it’s still easy for me to keep all of that stuff
discoverable by topic even though all of my writing happens in the
daily note.
Great tool for scheduling meetings while protecting my calendar
and making sure I still have lots of time for deep work during the
week.
Simple tool for blocking distracting websites when I need to just
do the work and get some momentum going.
>
)
}