

I would like to see a Git repo hosting solution that also stores issues and other meta data in either an ancillary git repo or a branch of the git repo as files.


I would like to see a Git repo hosting solution that also stores issues and other meta data in either an ancillary git repo or a branch of the git repo as files.


I really like Sam Natale’s videos. His minimalism and using the platform to achieve things we have traditionally or commonly used plugins for strikes a chord in me.


That’s true. And at the top of the article instead of the bottom.


There is a summary at the bottom of the article.
Summary
macOS Tahoe’s visual interface:
- Fits largely rectangular contents into windows with excessively rounded corners.
- Enlarges controls without any functional benefit.
- Results in app icons being more uniform, thus less distinguishable and memorable.
- Fails to distinguish tools, controls and other interface elements using differences in tone, so making them harder to use.
- Makes a mess where transparent layers are superimposed, and won’t reduce transparency when that’s needed to render its interface more accessible.
Maybe this is because I’m getting older, but that gives me the benefit of having experienced Apple’s older interfaces, with their exceptional quality and functionality.


you can just run live-server on the command line. npx live-server


It would be great to finally have the Facebook beast slain and give fediverse alternatives a chance.


https://blog.sanctum.geek.nz/series/unix-as-ide/
# list all recursive files sorted by size
$ fd -tf "" -x du -h | sort -h
8.0K ./asdfrc
20K ./nvim/lua/lush_theme/bleak.lua
32K ./alacritty.yml
# find files by extension
$ fd -e lua
nvim/colors/bleak.lua
nvim/init.lua
nvim/lua/config/autocmds.lua
# list found files in tree view
$ fd -e lua | tree --fromfile
.
└── nvim
├── colors
│ └── bleak.lua
├── init.lua
# Run "npm test" when a file changes in the src or test directories
$ fd src test | entr -- npm test
# find out how often you use each command
history | cut -d " " -f 1 | sort | uniq -c | sort -n | tail -n 10
80 rm
81 lsd
107 asdf
136 npx
161 find
176 fd
182 cd
185 rg
247 brew
250 nb
465 npm
867 git
Ah shoot. Didn’t realize this was the self-hosted community. My bad.
I’ve enjoyed ProtonMail quite a bit the last year.
FWIW, installing steam used to also install both architectures on my Fedora machine. I use the flatpak version now because it kept causing conflicts years ago.
You can also use the built in :map command. Bonus is that it will also show you your custom keymappings.


With DuckDuckGo around it is hard to justify paying for Kagi personally.
I checked out Slint and immediately closed out when I saw a pricing page. Some software is worth paying for, but a GUI library for me isn’t one of them. A community can usually keep a GUI library going because it doesn’t change a lot after it matures.
Yeah, I’m not going to verify all the maintainers of the software I use is vegan, believes in climate change, and left. While I believe the causes are just and important, not every moment is a time to align values and divide.
Brilliant tip. Thank you