~bt

Planet Earth

https://btxx.org

I'm Brad, a UX designer, developer, and technical writer who creates enjoyable experiences for humans. Passionate about open source software, usability and minimal design.

This place hosts MIRRORS of all my projects found here: https://git.btxx.org

~bt/1mb-club-devel

Last active a day ago

~bt/wruby-devel

Last active 22 days ago

~bt/1kb-club-devel

Last active a month ago

~bt/jsfree-devel

Last active a month ago

~bt/wruby-announce

Last active 2 months ago

~bt/alpine-suck-devel

Last active 3 months ago

~bt/alpine-suck-announce

Last active 3 months ago

~bt/normform-devel

Last active 3 months ago

~bt/jsfree-announce

Last active 3 months ago

~bt/open-suck-devel

Last active 3 months ago
View more

Recent activity

Re: [PATCH] Add ad301.org 7 days ago

From Bradley Taunt to ~bt/1mb-club-devel

I seem to be getting 8.1 / 8.14 pretty consistently with Firefox network tab.

You've been added to the club!

Cheers

Re: [PATCH] Add ficd.ca 15 days ago

From Bradley Taunt to ~bt/1mb-club-devel

Thanks, you’ve been added to the club!

Re: wruby crashes on bundler setup 22 days ago

From Bradley Taunt to ~bt/wruby-devel

I’ve tested the new instructions from the README on both 
Alpine and FreeBSD live servers: everything works as intended.

So I have removed the bundle/inline from the main wruby file and 
instead instruct users to `gem install` the proper dependencies

Hope this makes things easier!

Cheers

Re: Want to submit but can't send a patch 22 days ago

From Bradley Taunt to ~bt/1mb-club-devel

I’m not sure why you’re getting a disk space error? git itself is roughly 10-25MB 
only (based on platform) - are you sure you’re not trying to install something different?

As for the 1MB limit, it is based off individual page size as mentioned on the submission 
page:

> Total web page size

Cheers

Re: wruby crashes on bundler setup 23 days ago

From Bradley Taunt to ~bt/wruby-devel

This has been fixed with: https://git.sr.ht/~bt/wruby/commit/15741e4f9ee0e80b84152f2f560dc34e03f64d8e

The README is now updated to reflect the required install commands for gems.

Let me know if you still run into issues!

Re: wruby crashes on bundler setup 23 days ago

From Bradley Taunt to ~bt/wruby-devel

Sorry, you are correct - let me look into this!

Re: wruby crashes on bundler setup 23 days ago

From Bradley Taunt to ~bt/wruby-devel

You’ll want to run: `make build` first, in order to install all the required dependencies. Otherwise it will complain about missing gems.

Re: wruby crashes on bundler setup 23 days ago

From Bradley Taunt to ~bt/wruby-devel

That’s odd. To me this error:

> require': cannot load such file -- bundler/inline

Looks as though bundler isn’t available or installed?

Re: Generate sitemap.xml? 23 days ago

From Bradley Taunt to ~bt/wruby-devel

> If I write the script maybe we could include it in a contrib/ [1] dir?

Although not a bad idea, I would like to keep the core project as a 
baseline. (An example: I have an "embedded" coding font in my wruby 
website but do not include that in the core project)

Re: Generate sitemap.xml? 25 days ago

From Bradley Taunt to ~bt/wruby-devel

> Would it be useful to add sitemap generation?

While that isn’t a bad idea, I think I would prefer to keep the base of wruby as simple as possible.

Adding a script that runs after the “build” has completed (or including it in the build process itself) should be 
included by users themselves.