diff --git a/dennis/static/bg.png b/dennis/static/bg.png deleted file mode 100644 index 7c36f0c..0000000 Binary files a/dennis/static/bg.png and /dev/null differ diff --git a/dennis/static/blog/000000000-swim.html b/dennis/static/blog/000000000-swim.html index 01cc813..04d800f 100644 --- a/dennis/static/blog/000000000-swim.html +++ b/dennis/static/blog/000000000-swim.html @@ -1,5 +1,5 @@
-

+

April 22, 1958
57 Perry Street
New York City
@@ -19,7 +19,7 @@ to give you specific advice, it would be too much like the blind leading the blind.

-

+

"To be, or not to be: that is the question: Whether 'tis nobler in the mind to suffer the slings and arrows of outrageous fortune, or to take arms against a sea of @@ -151,7 +151,7 @@


    And that's it for now. Until I hear from you again, I remain,

-

+

your friend...
Hunter

diff --git a/dennis/static/blog/20220506-change.html b/dennis/static/blog/20220506-change.html index 1f9158f..664531b 100644 --- a/dennis/static/blog/20220506-change.html +++ b/dennis/static/blog/20220506-change.html @@ -1,7 +1,5 @@
-

May 06, 2022

-

Change

-

+

"Life should not be a journey to the grave with the intention of arriving safely in a pretty and well preserved body, but rather to skid in broadside in a cloud of smoke, thoroughly used up, totally worn out, and loudly proclaiming "Wow! What a diff --git a/dennis/static/blog/20220520-nvidia.html b/dennis/static/blog/20220520-nvidia.html index 29824b8..9273313 100644 --- a/dennis/static/blog/20220520-nvidia.html +++ b/dennis/static/blog/20220520-nvidia.html @@ -1,12 +1,10 @@

-

May 20, 2022

-

It's about time, NVIDIA

   It's about time... NVIDIA has finally released and is starting to support Open-source software with their new modules released recently for the Linux kernel. NVIDIA historically has been seemingly against Linux/OSS for whatever reason. This is a huge step forward both for end users and NVIDIA.

-

+

NVIDIA open-gpu-kernel-modules on github.

diff --git a/dennis/static/blog/20220602-back.html b/dennis/static/blog/20220602-back.html index dbb0ae7..a3822ad 100644 --- a/dennis/static/blog/20220602-back.html +++ b/dennis/static/blog/20220602-back.html @@ -1,6 +1,4 @@
-

Jun 02, 2022

-

Back to School

Where the hell have I been!?

Looking back at the past 5 weeks, it's impressive the amount of new things that have diff --git a/dennis/static/blog/20220701-progress.html b/dennis/static/blog/20220701-progress.html index bbe02ef..9e62219 100644 --- a/dennis/static/blog/20220701-progress.html +++ b/dennis/static/blog/20220701-progress.html @@ -1,8 +1,6 @@

-

Jul 01, 2022

-

It's a post about nothing!

The progress update

-

+

Bots

diff --git a/dennis/static/blog/test.py b/dennis/static/blog/test.py deleted file mode 100644 index bc0071d..0000000 --- a/dennis/static/blog/test.py +++ /dev/null @@ -1,2 +0,0 @@ -with open('./000000000-swim.html') as file: - print(file.read()); diff --git a/dennis/static/projects/20220529-housing.html b/dennis/static/projects/20220529-housing.html index 515d299..a997e98 100644 --- a/dennis/static/projects/20220529-housing.html +++ b/dennis/static/projects/20220529-housing.html @@ -1,6 +1,4 @@
-

May 29, 2022

-

Predicting Housing Prices

A recent project I had for class was to use scikit-learn @@ -30,20 +28,20 @@ Well, I don't know much about appraising houses. But I have heard the term "price per square foot" so we'll start with that:

-

+

There is a feature for 'Above Grade Living Area' meaning floor area that's not basement. It looks linear, there were a couple outliers to take care of but this should be a good signal.

Next I calculated the age of every house at time of sale and plotted it:

-

+

Exactly what I'd expect to see. Price drops as age goes up, a few outliers. We'll include that in the model.

Next I chose the area of the lot:

-

+

Lot area positively affects sale price because land has value. Most of the houses here have similarly sized lots. diff --git a/dennis/static/projects/20220614-reddit.html b/dennis/static/projects/20220614-reddit.html index 449b97f..688b877 100644 --- a/dennis/static/projects/20220614-reddit.html +++ b/dennis/static/projects/20220614-reddit.html @@ -1,6 +1,4 @@

-

Jun 14, 2022

-

What Goes Into a Successful Reddit Post?

In an attempt to find out what about a Reddit post makes it successful I will use some classification models to try to determine which features have the highest influence on diff --git a/dennis/static/projects/20230217-cartman.html b/dennis/static/projects/20230217-cartman.html index 02ecf43..929fe76 100644 --- a/dennis/static/projects/20230217-cartman.html +++ b/dennis/static/projects/20230217-cartman.html @@ -1,36 +1,36 @@ -

Feb 17, 2023

-

Cartman

-
    -
  • Cartman is trained by combining Microsoft's - DialoGPT-large - NLP model (trained on 147M samples of multi-turn dialogue from Reddit) with 17 seasons of - South Park - transcripts. -
  • -
  • -

    - Requests are routed from - Nginx - through - WireGuard - to a - Raspberry Pi 4B 8GB - running - FastAPI, - and the Cartman model using PyTorch. - It has enough RAM for more, but the CPU is pretty much at its limit. Expect it to take a few - seconds, I'm cheap. Sorry(kinda). -

    -
  • -
-

- You can download a Docker image if you'd like to run it on your own hardware for either - x86_64 - or - aarch64. -

-

- More info here as well as - example scripts - to talk to the docker container. -

+
+
    +
  • Cartman is trained by combining Microsoft's + DialoGPT-large + NLP model (trained on 147M samples of multi-turn dialogue from Reddit) with 17 seasons of + South Park + transcripts. +
  • +
  • +

    + Requests are routed from + Nginx + through + WireGuard + to a + Raspberry Pi 4B 8GB + running + FastAPI, + and the Cartman model using PyTorch. + It has enough RAM for more, but the CPU is pretty much at its limit. Expect it to take a few + seconds, I'm cheap. Sorry(kinda). +

    +
  • +
+

+ You can download a Docker image if you'd like to run it on your own hardware for either + x86_64 + or + aarch64. +

+

+ More info here as well as + example scripts + to talk to the docker container. +

+
diff --git a/solid_start/src/components/Slingshot.tsx b/solid_start/src/components/Slingshot.tsx index 1144936..1bc47be 100644 --- a/solid_start/src/components/Slingshot.tsx +++ b/solid_start/src/components/Slingshot.tsx @@ -12,7 +12,7 @@ export type Ammo = { export default function Slingshot(props: { ammo: Ammo }) { return ( -
+

{props.ammo.date}

diff --git a/solid_start/src/root.css b/solid_start/src/root.css index bd6213e..7894c0e 100644 --- a/solid_start/src/root.css +++ b/solid_start/src/root.css @@ -1,3 +1,12 @@ @tailwind base; @tailwind components; -@tailwind utilities; \ No newline at end of file +@tailwind utilities; + +/* for innerHTML articles */ +article p, h3 { + margin-top: 2em; +} + +article h3 { + font-size: 1.5em; +} diff --git a/solid_start/src/root.tsx b/solid_start/src/root.tsx index 5f2e251..7216017 100644 --- a/solid_start/src/root.tsx +++ b/solid_start/src/root.tsx @@ -25,16 +25,16 @@ export default function Root() { : "border-transparent hover:border-orange-700 duration-300"; return ( - + doordesk - + -