@thomasw@toot.bldrweb.org
@thomasw@toot.bldrweb.org avatar

thomasw

@thomasw@toot.bldrweb.org

I like #bikes, #boulder, #FOSS, #rstats, and #data things.

Apparently I also like attempting to run a mastodon instance. Wish me luck!

email: thomasw@bldrweb.org
pronouns: https://pronoun.is/he/him

This profile is from a federated server and may be incomplete. Browse more on the original instance.

thomasw, to Colorado
@thomasw@toot.bldrweb.org avatar

This was a fascinating read about RTD's history. Thanks @dcwoodruff !

https://coloradonewsline.com/2024/04/25/a-short-history-of-colorado-lawmakers-magical-thinking-on-rtd-reform/

> A short history of Colorado lawmakers’ magical thinking on RTD reform
> State leaders have spent decades tinkering with transit system’s operations — while doing little to give it more resources

thomasw, to boulder
@thomasw@toot.bldrweb.org avatar

> Boulder’s historic district proposal sparks reckoning with the city’s displacement of early Black residents

https://boulderreportinglab.org/2024/04/02/boulders-historic-district-proposal-sparks-reckoning-with-the-citys-displacement-of-early-black-residents/

> What is evident from their research is that about a century ago, the City of Boulder was involved in displacing residents living along Boulder Creek. At the time, it was described as an effort to “clean up and beautify” the area, the Boulder Daily Camera reported in 1921. Now, for the first time, city officials are publicly reframing this moment in the city’s history as an instance of racial injustice.

ntnsndr, to random
@ntnsndr@social.coop avatar

If there were a local cooperative host for your email, Mastodon, and file-sharing, would you join?

thomasw,
@thomasw@toot.bldrweb.org avatar

@ntnsndr bldrweb is doing alright, I think. Not seeing much member growth, but that's ok.

I don't think my local server is big enough to be useful for local-focused discussions. It seems hashtags are better for that.

I think in general, accounts (identities) should not be location specific. People move. People have multiple simultaneous locations/communities. Etc. And they don't want to manage multiple accounts (or inboxes) or try to migrate things when moving locations.

thomasw,
@thomasw@toot.bldrweb.org avatar

@ntnsndr Co-op/collaborative adim or selfhosted online communities and other tools: yes!

But I think a lot of care needs to be taken when thinking about which parts define an online identity (and thus don't change or change infrequently and/or are mutually exclusive if you want multiple simultaneously) and which parts are communities your identity participates in.

Roughly, in my mind anyway:

Email, username, etc: identity

Discourse posts, toots, files, slack messages: things done by the identity.

Not the best expression of my thoughts here, but hopefully that's interesting, at least 😀

thomasw,
@thomasw@toot.bldrweb.org avatar

@ntnsndr

I guess another point I was trying to make: I love the idea of community/self hosted identities and spaces and tools, but I don't think I want my identity(ies) closely coupled to my physical location. I want something more permanent for my identity association.

And I usually want to minimize the number of identities I have to manage. From a privacy perspective, separate identities rarely remain fully separate, so I'd rather not fool myself into thinking they do. I mostly want these two:

  • Thomas (for most everything)
  • anonymous (when needed, fully ephemeral)
thomasw,
@thomasw@toot.bldrweb.org avatar

@ntnsndr agreed, but I'm still pretty skeptical of the ownership/control over there. I'm hopeful that projects like @bonfire can give us the community level filters while still maintaining federation or portable identity.

glightly, to cycling
@glightly@mastodon.social avatar

We need at leasst 17 more people using the hashtag (on public posts) to have a shot of trending.

Why do I care? Because Mastodon isn't the greatest for discoverability. I think BikeNite is a cool community and I would like to see more cyclists able to find us and participate in this a/synchronous weekly structured chat. @mastobikes @fedibikes @bikenite

thomasw,
@thomasw@toot.bldrweb.org avatar

@glightly @mastobikes @fedibikes @bikenite

The first rule of is: we always talk about

thomasw, to random
@thomasw@toot.bldrweb.org avatar

I love reading documentation (and blogs and books) from the world. I can learn so much so quickly just by reading the docs! And they're often a joy to read!

I'm glad this community puts such emphasis and effort into high quality , and I'm grateful for all folks who pour time into maintaining it.

Are you aware of any other with similar cultures about documentation?

I'm wondering not just about technical or programming communities (definitely interested in hearing about those), but any type. Birders maybe? Parts of academia? Collaborative industries?

thomasw, to random
@thomasw@toot.bldrweb.org avatar

This was a fun rabbit hole to explore!

Takeaway: you can pipe objects into rm() using base but not dplyr.

I probably just missed it, but I don't recall seeing this particular advantage of base pipes discussed anywhere yet.

> # demonstrate expected rm() behavior  
> x <- 3  
> rm(x)  
> x  
Error: object 'x' not found

> # rm() with dplyr pipe doesn't work  
> `%>%` <- dplyr::`%>%` # ensure dplyr pipe is loaded  
> x <- 3  
> x %>% rm()  
> x  
[1] 3

> # rm() with base pipe does work  
> x <- 3  
> x |> rm()  
> x  
Error: object 'x' not found  
andrew, to random
@andrew@fediscience.org avatar

#rstats Q: I'm trying to make a flexdashboard (or Quarto dashboard or whatever) that displays data dynamically when loading in the browser (like pulling from an API). It looks like running a full Shiny server is the only way to get that to work. Is there some other way to populate it w/live data?

thomasw,
@thomasw@toot.bldrweb.org avatar

@andrew

There's a brand new shinylive for R package(?) And quarto extension that I just heard about by watching the posit conf video [1]. This is the best reference I could find quickly, but you might find more with a bit more searching
https://github.com/coatless-quarto/r-shinylive-demo

[1] https://youtu.be/j1M6YyU2ZX8?si=aKMN0Eooa4GQFe-t

thomasw,
@thomasw@toot.bldrweb.org avatar

@josi @andrew

If one is down to learn OJS, I bet that's a more elegant approach. I'm guessing R shinylive is a bit finicky right now (but I haven't tried it).

thomasw, to random
@thomasw@toot.bldrweb.org avatar

https://apnews.com/article/homicide-poverty-social-security-caste-system-american-318c9dbd5a01f5d9dd6e57198549dd5f

> Perspective: Children born poor have little margin for mistakes or bad decisions, regardless of race | AP News

thomasw, to random
@thomasw@toot.bldrweb.org avatar

Hey - just a heads-up: I'm going to do a server upgrade today. There will be a brief downtime (5 minutes?). I'll try to announce a bit in advance.

smach, to rstats
@smach@masto.machlis.com avatar
thomasw,
@thomasw@toot.bldrweb.org avatar

@smach

This is super cool! Is there an option for bike and walk isochrones as well?

@rstats

thomasw,
@thomasw@toot.bldrweb.org avatar

@smach

Found my answer: https://walker-data.com/mapboxapi/reference/mb_isochrone.html

> profile
> One of "driving", "walking", "cycling", or "driving-traffic". "driving" is the default.

@rstats

thomasw, to fediverse
@thomasw@toot.bldrweb.org avatar

I'm all in on expanding / facilitating Mastodon or Bluesky or whatever platform to try to (re)create a public commons for discussion and news about local topics (a la twitter of City Council meetings of yore, ). That commons is such an important platform that I can't stand the thought of it being controlled by a for-profit organization again.

I'm also super interested in promoting replacements to Slack and Discord (and WhatsApp, etc) for much the same reason. Ditto for Q&A forums (reddit, stack overflow).

thomasw,
@thomasw@toot.bldrweb.org avatar

@reiver
Indeed! The latest updates to the app for sliding sync make it much more viable for general adoption. But how to get people to switch?

fribygda, to fediverse
@fribygda@fribygda.no avatar

Hey admins and techies, is there some kind of recent bug going around which can explain the sudden spike in media storage?

Our 100GB storage increased by 3GB in just 1 night, and this is AFTER I LOWERED the retention time for storing of remote media and blocked image downloads from mastodon.social

thomasw,
@thomasw@toot.bldrweb.org avatar

@fribygda

Did you ever find a cause or solution?

I've battled what seems like excess disk usage as well. Things are currently fine, but I don't feel like I ever really fixed it.

thomasw, to boulder
@thomasw@toot.bldrweb.org avatar

Tonight is discussing housing reform in the form of occupancy limits. City council meetings about housing policy are what first brought me to Twitter back in the day. I hope we can continue the tradition of side channel discussions about Boulder City Council meetings.

Thank you to everyone there speaking tonight!

Live stream / recording:
https://www.youtube.com/live/zA5JVdBVOQk?feature=share

thomasw, to random
@thomasw@toot.bldrweb.org avatar

Hey there friends! I finally created a way to receive contributions ($$) toward the server hosting costs for our instance (toot.bldrweb.org). Please check out the page for all the details:

https://opencollective.com/bldrweb

The About section has all the (imagined) FAQs, but please leave a comment below or message me if you have other questions/concerns/comments.

Boosts appreciated!

(continued...)

paul, to random
@paul@oldfriends.live avatar

Can anyone point me to a guide to migrate storage from AWS s3 bucket back to the default local storage.

Prefer leaving the current media files in my AWS bucket and not move them back locally but new post media files created would be stored locally. If that isn't possible, I can move them back.

I've only found guides to migrate from one service to another or away from local but not back to local

thomasw,
@thomasw@toot.bldrweb.org avatar

@paul

Curious about why you're planning to do this. Performance?. I'm planning to go from local to S3 soon, so wondering if you've run into some gotcha I should consider before jumping through the hoops.

thomasw,
@thomasw@toot.bldrweb.org avatar

@paul very helpful, thanks!

mariyadelano, to Colorado
@mariyadelano@hachyderm.io avatar

My husband and I decided to extend our stay in by a couple of months.

So I’m looking to meet people while I’m here! I’m in , halfway between and .

I work in (specifically ), own a and talk a lot about and being a creator. I’m , and outside of work I love , , , , , and good food / cafes

If anyone is around, knows of any events, meetups, or looking for speakers - hi! 👋

thomasw,
@thomasw@toot.bldrweb.org avatar

@mariyadelano

I'm not around Boulder this summer, but I suggest browsing the local feed on toot.bldrweb.org to connect with some locals and events in

  • All
  • Subscribed
  • Moderated
  • Favorites
  • JUstTest
  • thenastyranch
  • DreamBathrooms
  • InstantRegret
  • magazineikmin
  • everett
  • Youngstown
  • ngwrru68w68
  • slotface
  • ethstaker
  • rosin
  • khanakhh
  • kavyap
  • GTA5RPClips
  • provamag3
  • tacticalgear
  • mdbf
  • cubers
  • Durango
  • osvaldo12
  • normalnudes
  • tester
  • cisconetworking
  • modclub
  • anitta
  • Leos
  • megavids
  • lostlight
  • All magazines