tech

tech category

I’m convinced the primary motivation for the widespread AI push is for bosses to suppress wages and eliminate jobs. πŸ’½

I feel like every web browser is “good enough”. There’s nothing I’m excited to use, and I keep switching defaults after one annoys me enough. πŸ’½

I made some tweaks to my blog’s navigation styles so they’re less cramped on mobile. I’ve modified a pre-existing theme, even though my day job is writing custom themes. There’s lots I’d like to tweak, and one day I’ll carve out the time. πŸ’½

I’m a certified Twig Designer. Please, one at a time!

Symfony. This certifies that Chris DeLuca, aka bronzehedwick [connect.symfony.com/profile/b...](https://connect.symfony.com/profile/bronzehedwick) is recognized by the Symfony certification program as a certified Twig 3 Designer TWIG. Certified Designer. 3 Falien Potencier. Fabien Potencier, Symfony CEO

Stop all the news: I updated my Uses page.

Ever in a #Neovim :terminal, and want to open a file without having to back out to normal mode, or have a nested Neovim instance? There’s several ways to do this, but here’s a simple one.

Add a shell function that tests $NVIM, which is set to the server pipe when inside a Neovim instance. If Neovim is running, replace the nvim command with an alias that passes the --server and --remote options.

Here’s a complete example for the Fish shell, but it should be easily adapted to others.

#!/usr/bin/env fish

function nvim --description "Open Neovim within the same instance, if one is running"
  if test -n "$NVIM"
    command nvim --server "$NVIM" --remote $argv
  else
    command nvim $argv
  end
end

I switched to the Hack programming font in my terminal and IDE, and really enjoying it. Functional, readable, and nice to look at.

Why does every macOS app ask for permission to access my local network?

When trying to type event.target.closest(), I instead wrote event.target.closet(). It took me too long to debug.

Currently, this is an embarrassing mistake. However, if we bug the ECMAScript standards committee, all event targets can have their own closet.

Brian Kardell and Eric Mayer have a good discussion on the Mozilla privacy policy changes over at Igalia.

Restore those cool hidden macOS calendars

Years ago I wrote about interesting hidden calendars in macOS. I hadn’t tested this in a long while, until I happened to think of it the other day. In that time Apple had removed the calendars, … Read more

I gave a whimsical talk introducing #git at Florida #Drupal Camp, and published it as a blog post. I’m very proud of it. Open to any feedback!

Grokking Git: A Fantasy Story

This post was originally done as a presentation at Florida Drupal Camp. You can watch the video on YouTube. Git is a big part of a lot of tech worker’s every day lives, but it can be confusing to use. … Read more

Grokking Git: A Fantasy Story

Git is a big part of a lot of tech worker’s every day lives, but it can be confusing to use. There’s good news and bad news. The bad news is, Git is complex; there’s a lot of confusing commands. The … Read more

I’m on the Lullabot Podcast talking about Single Directory Components! #Drupal #SDC

Jason Koebler nailing the sentiment in OpenAI Furious DeepSeek Might Have Stolen All the Data OpenAI Stole From Us

I will explain what this means in a moment, but first: Hahahahahahahahahahahahahahahahahahahhahahahahahahahahahahaha.

My CLI wrapped most used commands.

  1. 3732 git
  2. 1471 ls
  3. 1289 rg
  4. 856 ddev
  5. 745 nvim
  6. 546 mv
  7. 534 cd
  8. 510 rm
  9. 477 yarn
  10. 453 cat

Generated with history | awk '{print $1}' | sort | uniq --count | sort --numeric-sort --reverse | head -10.

After exhaustive research and countless hours over nights and weekends, I’ve compiled the authoritative demographic info on the audience for each vi derivative.

  1. Neovim: devs wanting a hackable IDE
  2. Vim: sysadmins who work primarily over remote terminals
  3. Vi: FreeBSD devs
  4. Ed: The criminally insane

I’m very excited that I’ll be giving my first session at Flordia DrupalCamp 2025: Grokking Git. Hope to see you there! #drupal #git #lullabot

Debra Lawal has an excellent essay on gender bias in hard work vs natural talent.

As a dude and a senior software developer, let me say unequivocally that I have no natural talent. Like, zero. Any skill I have is through effort, and I’m not unique in that way.

bronzehedwick's 2024 | ~ GitHub Wrapped Private Access: False. Contribution Calendar. Contribution Calendar. 815 Contributions. 174. Active Days. 35 Contributions. 10 13 5%, on 10/31/2024. Longest Streak Longest Gap Weekend Activity Busiest Day. Lines of Code (LOC) Analysis. Most Used Languages Most Active Repositories. By LOC Changed By LOC Changed. +3,000 -700. LOC Additions LOC Deletions. ~500 lines. ~900 lines. myimmond. comles. 2.1k lines. CSS. 18/4 10. Typical Commit Lines Changed / Day. Contribution Breakdown. Contributions by Type Contributions by Month. Log Scale By Contribution Count. Commis. 160-. 140-. 120-. Reviews. Contribution: 60-. 40-. 20-. Dec. Pull Requests. Ω‘-Ω - -000-. Contributions by Day Contributions by Time. By Contribution Count 176 Sampled Contributions, Eastern Time. 12:004M-. 180-. 06:00 AM-. 09:00 AM-. 10x01. Contributions. 160-. 03:00 PM-. 06:00 PM-. 0-. Sunday Monday Tuesday Wednesday wadnient. Day. Create your own at www.githubwrapped.io

Fun little wrapped project for Github.

Had a lovely time at NEDCamp as always. Thanks to all the organizers and speakers for such a great con.

TIL that there is a tac command that is like cat, but prints the lines in reverse. Maybe I’m uncreative, but…why?

Had a great time at #smashingconf. Thanks to all the speakers and organizers and staff. Everyone was very kind and approachable and I learned a lot.

TIL the word “Tesselate”, which is a repeating pattern, like a honeycomb. ⬣