diff options
Diffstat (limited to 'content/articles')
| -rw-r--r-- | content/articles/_index.md | 7 | ||||
| -rw-r--r-- | content/articles/automotive-spreadsheets.md | 20 | ||||
| -rw-r--r-- | content/articles/foo.md | 6 | ||||
| -rw-r--r-- | content/articles/header-test.md | 20 | ||||
| -rw-r--r-- | content/articles/tools-i-use.md | 58 |
5 files changed, 0 insertions, 111 deletions
diff --git a/content/articles/_index.md b/content/articles/_index.md deleted file mode 100644 index bc3438a..0000000 --- a/content/articles/_index.md +++ /dev/null @@ -1,7 +0,0 @@ -+++ -title = 'Articles' -date = 2025-12-23T08:30:00-07:00 -draft = false -+++ - -Tempor est exercitation ad qui pariatur quis adipisicing aliquip nisi ea consequat ipsum occaecat. Nostrud consequat ullamco laboris fugiat esse esse adipisicing velit laborum ipsum incididunt ut enim. Dolor pariatur nulla quis fugiat dolore excepteur. Aliquip ad quis aliqua enim do consequat. diff --git a/content/articles/automotive-spreadsheets.md b/content/articles/automotive-spreadsheets.md deleted file mode 100644 index caf57fa..0000000 --- a/content/articles/automotive-spreadsheets.md +++ /dev/null @@ -1,20 +0,0 @@ -+++ -title = 'Automotive Spreadsheets' -date = '2026-01-10T17:22:57-05:00' -tags = ["cars"] -draft = false -+++ - -Collection of spreadsheets for calculating suspension dynamics, brake bias, and so on. -_I'm not an engineer, so use at your own risk._ - -They're pieced together using information from several sources: - -- _Brake Handbook_, Fred Puhn, 1985. -- _Engineer to Win_, Carroll Smith, 1984. -- _Race Car Vehicle Dynamics_, Milliken & Milliken, 1994. -- [_Springs & Dampers_](https://optimumg.com/springsdampers1/): Parts One through Six, Matt Giaraffa: OptimumG, 2018. -- _Tune to Win_, Carroll Smith, 1978. - -# Spreadsheets -{{< asset-table patterns="auto/*.ods" >}} diff --git a/content/articles/foo.md b/content/articles/foo.md deleted file mode 100644 index 6300edf..0000000 --- a/content/articles/foo.md +++ /dev/null @@ -1,6 +0,0 @@ -+++ -title = 'Foo' -date = '2026-01-21T15:16:20-05:00' -tags = ["cars", "foo", "bar"] -draft = true -+++ diff --git a/content/articles/header-test.md b/content/articles/header-test.md deleted file mode 100644 index e401e77..0000000 --- a/content/articles/header-test.md +++ /dev/null @@ -1,20 +0,0 @@ -+++ -title = 'Header Test' -date = '2026-01-13T09:37:54-05:00' -tags = [] -draft = true -+++ - -Lorem ipsum dolor sit amet. - -# First level - -Lorem ipsum dolor sit amet. - -## Second level - -Lorem ipsum dolor sit amet. - -### Third level - -Lorem ipsum dolor sit amet. diff --git a/content/articles/tools-i-use.md b/content/articles/tools-i-use.md deleted file mode 100644 index 298c7d3..0000000 --- a/content/articles/tools-i-use.md +++ /dev/null @@ -1,58 +0,0 @@ -+++ -title = 'Tools I Use' -date = '2026-01-02T15:24:53-03:30' -tags = [] -draft = false -+++ - -Here is a list of some of the tools I use day-to-day. - - -# Software - -- [Gentoo Linux](https://www.gentoo.org/) --- - One of the most solid barebones Linux distros I know of. - I use it on my desktop and laptop computers. -- [OpenBSD](https://www.openbsd.org/) --- - Secure server operating system. - I use it to serve this website. - - Unlike a GNU/Linux distro, OpenBSD is a single homogeneous system. - Everything makes sense and the documentation is really good. - Reminds me of [Plan 9](https://plan9.io/plan9/) in that respect. - -- [Acme](http://acme.cat-v.org/) --- - Originally developed for Plan 9, Acme is [Rob Pike's](https://commandcenter.blogspot.com/) user interface for programmers. - It's what we now call an IDE. - I'm writing this article in Acme right now. - - Every piece of text in Acme can be a executed or piped into/out-of a script. - Very powerful. -- [Dwm](https://dwm.suckless.org/) --- - Nice tiling window manager for X11. - Goes well with other Suckless accoutrements. -- [Syncthing](https://syncthing.net/) --- - Syncthing is a sort of distributed filesystem. - I use it to synchronize files between my laptop, desktop, and phone. - - -# Hardware - -- [Thinkpad T420s](https://www.thinkwiki.org/wiki/Category:T420s) --- - I've had this laptop for a few years now; no complaints. - - I replaced the hard drive with an SSD and threw some extra DDR3 in there. - The 10+ year old 4-thread Sandy Bridge i5 is actually fine. - I'm waiting for someone to make a [serious multithreaded](https://netlib.org/utk/papers/advanced-computers/tera.html) RISC-V CPU, but unfortunately everyone seems to be obsessed with high clock speeds and out-of-order-execution chips that use as much die space and power as possible. - That [Esperanto ET-SoC-1](https://youtu.be/LmUu-lN7D0k) looked promising, but apparently they went out of business or something? - - Anyway, the T420s has a sturdy magnesium frame, a good keyboard, and a three-button touchpad which is essential for Acme and CAD programs---I don't know how people live without one. - -- [USBtin](https://www.fischl.de/usbtin/) --- - Simple USB-to-CAN interface by Thomas Fischl. - Works with [SocketCAN](https://docs.kernel.org/networking/can.html). - Used to test and debug systems that incorporate a CAN bus, like [this](http://git.samanthony.xyz/can-gauge-interface.git/). - -- [Espotek Labrador](https://espotek.com/labrador/) --- - Combined oscilloscope, signal generator, power supply, logic analyzer, and multimeter. - Obviously a tiny $30 board is not as good as real lab equipment, but it's small and cheap and good enough for now. |