Cars are actually two bicycles attached to each other. little known fact
TechnoCat
joined 6 months ago
n64 has so many great games
Sega emulator with some games
you can just run live-server on the command line. npx live-server
I remember playing this decades ago. Has the built-in level editor if I recall.
Friend of mine blogged about it:
Says 17 people a week lol
I'm not sure how to help. But looks like you found it.
It would be great to finally have the Facebook beast slain and give fediverse alternatives a chance.
I'm all about this community. Been gaming on a 2017 laptop with integrated Intel graphics.
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
view more: next ›
Italian restaurant food. Why should I pay so much for spaghetti and meatballs???