Maybe I'll add spaced repetition, and then I'll be ready to go to town with aliases.
Maybe I'll add spaced repetition, and then I'll be ready to go to town with aliases.
Learn touch typing.
Seriously, though!
Learn touch typing.
Seriously, though!
“This is the personal transaction that’s at the heart of good nonfiction writing. Out of it come two of the most important qualities that this book will go in search of: humanity and warmth”, he writes.
“This is the personal transaction that’s at the heart of good nonfiction writing. Out of it come two of the most important qualities that this book will go in search of: humanity and warmth”, he writes.
"Running sudo ..." 👀 " ... make me a sandwich" 😂
"Running sudo ..." 👀 " ... make me a sandwich" 😂
Be it with a human or an AI assistant. This actually helps decelerate, and be more calm. I can then keep my focus a lot better during the day.
Be it with a human or an AI assistant. This actually helps decelerate, and be more calm. I can then keep my focus a lot better during the day.
We haven't automated all, yet. We haven't configured all, yet.
We haven't automated all, yet. We haven't configured all, yet.
I’ve seen much, and I’ve experienced much. But a lot of it is lost in the notes I didn’t take.
I mostly struggle with wether I will really ever need a piece information again, or be able to apply a particular lesson.
I’ve seen much, and I’ve experienced much. But a lot of it is lost in the notes I didn’t take.
I mostly struggle with wether I will really ever need a piece information again, or be able to apply a particular lesson.
It’s like “show me the results before I believe it”. We wouldn’t be here without the visionaries who explore and push the limits, people who are sincerely interested in how this stuff works.
It’s like “show me the results before I believe it”. We wouldn’t be here without the visionaries who explore and push the limits, people who are sincerely interested in how this stuff works.
Two strings look exactly the same – but they're not. This has happened to me exactly three times in my career.
Is there a way to show the raw byte contents of the clipboard?
Two strings look exactly the same – but they're not. This has happened to me exactly three times in my career.
Is there a way to show the raw byte contents of the clipboard?
I’m most interested in that “gap”. Don’t show me shiny new tools. Stop discussing what if. Instead, show me your actual workflow.
How do you fit AI in your workflow? I mean: How exactly? Including: When do you hit a wall?
I’m most interested in that “gap”. Don’t show me shiny new tools. Stop discussing what if. Instead, show me your actual workflow.
How do you fit AI in your workflow? I mean: How exactly? Including: When do you hit a wall?
AI generated code often diverts from my coding style. That’s okay, but when it comes to structure and architecture, I appreciate the ability to restructure and refactor, and to do so quickly.
AI generated code often diverts from my coding style. That’s okay, but when it comes to structure and architecture, I appreciate the ability to restructure and refactor, and to do so quickly.
> str_replace('', '', 1.10)
= "1.1"
So to limit to 2 decimals, but omit trailing zeros, I use:
> str_replace('', '', round(1.2345, 2))
= "1.23"
> str_replace('', '', round(1.2, 2))
= "1.2"
> str_replace('', '', 1.10)
= "1.1"
So to limit to 2 decimals, but omit trailing zeros, I use:
> str_replace('', '', round(1.2345, 2))
= "1.23"
> str_replace('', '', round(1.2, 2))
= "1.2"
Saves debugging time from “#” or other commenting characters in your env files.
#softwaredevelopment #coding
Saves debugging time from “#” or other commenting characters in your env files.
#softwaredevelopment #coding
Help junior developers understand these dynamics.
Help junior developers understand these dynamics.
`$this->actingAs(new User());`
😅
`$this->actingAs(new User());`
😅
soundcloud.com/humminalong/duck
soundcloud.com/humminalong/duck
Hide your mess.
Put it in a class, behind a narrow interface. Don’t care about the code, as long as it’s tested.
Hide your mess.
Put it in a class, behind a narrow interface. Don’t care about the code, as long as it’s tested.
recommend JetBrains
I love VS Code and the cool kids prefer to experiment with Cursor or neovim… but I must admit it has the best automated refactorings in town ⭐
www.jetbrains.com/webstorm/
recommend JetBrains
`<div wire:init="loadData">`
`<div wire:init="loadData">`