241 Followers
239 Following
469 Posts
I've moved all of my posting over to @llimllib
websitehttps://billmill.org
githubhttps://github.com/llimllib

This is the best summary graphic for my training cycle that I've come up with so far.

data and a bit of exploration over here: https://observablehq.com/d/a2c0b7952cab9a02

Plot Scatterplot

Using Plot.dot.

Observable

A critique of the current style, and proposal for better diagrams of neural networks: https://medium.com/@amaster_37400/please-stop-drawing-neural-networks-wrong-ffd02b67ad77

via @mikiko via @janeadams

Please Stop Drawing Neural Networks Wrong - Aaron Master - Medium

If you’re one of the millions of people who has tried to learn neural networks, odds are you’ve seen something like this: By which we mean confusing, incomplete, and probably wrong. The diagram…

Medium
RT @mbostock TypeScript declarations (for plot) are now available! https://github.com/observablehq/plot/releases/tag/v0.6.5
Release v0.6.5 · observablehq/plot

Please see the 0.6.5 release notes for more! TypeScript! 🎉 Plot now exports TypeScript type declarations. #401 #1320 #1343 Channels now opt-out of the opacity scale by default when all values are ...

GitHub
@kristinHenry @llimllib I mostly have just felt that my off-topic stuff is most of my stuff so I’ll move it to a server that makes more sense, don’t want to clog up here and I never remember to cw

I think I'm going to limit my posting on this account to strictly data visualization stuff, and move almost all of my posting to @llimllib , so follow me there if you want.

I'm not transferring there because I'm still going to keep this account alive.

I wish I had a billmill.org mastodon but I'm also not willing to do the work to set one up.

@kristinHenry ah, apologies

Even as a skeptic, this is neat.

I ask gpt to write me a webpage that displays a floating hexagonal prism, and it nails it. This is just a screenshot, the camera is rotating around the object.

(I get that this is a near-ideal circumstance for gpt, basically a slight modification to every first tutorial. Still, I think it's neat)

I cleaned up my command line interface for gpt

- added proper command line arguments and a usage message
- added a second command for image generation queries

Then made it into its own repository: https://github.com/llimllib/gpt-bash-cli

I'm still not at all a huge fan of these models, and of OpenAI the organization especially, but basically I feel like I need to be able to use them to evaluate them properly.

GitHub - llimllib/gpt-bash-cli: A simple bash interface to openai's API that saves requests and responses to a sqlite database

A simple bash interface to openai's API that saves requests and responses to a sqlite database - GitHub - llimllib/gpt-bash-cli: A simple bash interface to openai's API that saves requests ...

GitHub
comments are important and we should not be hiding them!

syntax highlighting theme designers consistently make the color of code comments too dim. My preference is to use color to distinguish code from comment, and increase the contrast to make it more readable.

For example, default github gist syntax colors comments in desaturated light grey, versus a darker green option: