@veganstraightedge@ruby.social avatar

veganstraightedge

@veganstraightedge@ruby.social

Elon kicked me off Twitter because a fascist told him to. #aphantasia #AuDHD

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

veganstraightedge, to random
@veganstraightedge@ruby.social avatar

Is there a rule to disallow using a trailing slash for a multiline string?

bad

"foo" \
"bar" \
"baz"

good

"foo bar baz"

<<~STRING.squish
foo
bar
baz
STRING

veganstraightedge, to random
@veganstraightedge@ruby.social avatar

What is the rule to require that all methods are be either on the same line or each on its own line?

Same for method chaining? All on one line or each on its own line?

args

bad

method(arg1, arg2,
argthreeeeeeeeeee)

good

method(arg1, arg2, argthreeeeeeeeeee)

method(
arg1,
arg2,
argthreeeeeeeeeee
)

chained

bad

foo.bar
.baaaaaaaaaaaaaz

good

foo.bar.baaaaaaaaaaaaaz

good

foo
.bar
.baaaaaaaaaaaaaz

collin, to random
@collin@ruby.social avatar

If Apple didn’t already have iWork, Final Cut, or Logic, would they make them now? Kind of hard to imagine that kind of investment in new software from them. What even comes close in the last fifteen years?

veganstraightedge,
@veganstraightedge@ruby.social avatar

@davetron5000 @collin they both just got massive updates in iPad versions. That’s a good sign, right? (He says optimistically, hopefully)

veganstraightedge, to rails
@veganstraightedge@ruby.social avatar

buildpack question

AFAIK, my app doesn't want/need

How do I tell Heroku to not install install the buildpack at all?

(and remediate this WARNING on every deploy)


WARNING:

Installing a default version (20.9.0) of Node.js.
This version is not pinned and can change over time, causing unexpected failures.
Heroku recommends placing the heroku/nodejs buildpack in front of
heroku/ruby to install a specific version of node

veganstraightedge, to random
@veganstraightedge@ruby.social avatar

Re-upping my plea for help!

I’m really jammed up on this and blocked by it

When I get it solved, I get to delete 55 triggers and a gem!

And then a similar amount in three other rails apps

Help!?
https://ruby.social/@veganstraightedge/112340159120060018

veganstraightedge,
@veganstraightedge@ruby.social avatar

@jamie @jesseplusplus thanks, both of yall!

honestly, I’m surprised that the fx gem doesn’t have this (that I know of) as an argument on drop_function and drop_trigger

collin, to random
@collin@ruby.social avatar

Considering ways to organize lyrics, recordings etc that is low friction, keeps everything together, and is easy to search and organize. Has to sync with native apps.

Apple Notes excels in being low friction, but the tagging is not ideal and once I start including other files, the whole thing gets unwieldy.

Filesystem is appealing. I can put everything into a folder per song, but tagging is out the window, and it’s annoying on mobile.

I could make my own app, but I shouldn’t.

veganstraightedge,
@veganstraightedge@ruby.social avatar

@collin sail away —with=me

collin, to random
@collin@ruby.social avatar

I want to donate to MaxFunDrive, but I'm already in for like $35 a month or something. I'm at my limit. I want to help the shows I like reach their goal, but giving $50+ a month for a the Star Trek podcast I listen to is kind of a lot.

veganstraightedge,
@veganstraightedge@ruby.social avatar

@collin it’s only a lot if you make it a lot. we’re the grown ups now, we get to decide what’s silly or not. and just do more of whatever brings you joy. 😊

veganstraightedge, to random
@veganstraightedge@ruby.social avatar

Hope is not a strategy
Hope is a fuel

Spite is also a fuel
But it burns dirty

skinnylatte, to BelieveInFilm
@skinnylatte@hachyderm.io avatar

I've taken the vast majority of my photos with my Minolta Hi-Matic 7S II. It's just the perfect camera for me. I mostly shoot rangefinders, and mostly wide: I love the 40mm f1.7 lens it comes with. You can't change the lens on it, but it just feels like having a rangefinder with a 40 or 50mm lens on. It's great in low light (with black and white). It's tiny and looks like a toy camera.

It's a great camera and it costs less than.. the lens, on many other cameras I've got.

veganstraightedge,
@veganstraightedge@ruby.social avatar

@skinnylatte I feel the same way about my Ricoh GR21

Super small, point and shoot, brilliant glass, 21mm lens. It’s, for me, a nearly perfect camera. 😊

collin, to random
@collin@ruby.social avatar

I wrote JavaScript and it works and does something cool. What a time to be alive.

veganstraightedge,
@veganstraightedge@ruby.social avatar

@collin in this economy!?

veganstraightedge, to random
@veganstraightedge@ruby.social avatar

I'm actually a big fan of broadcast only, all (or most) of company wide meetings.

Ones where we're all cameras/mics off and someone is walking through a slide deck.

It gives my ADHD a time to get some other mechanical work done, while listening/following along.

It's like double screens TV time. Watching a show/movie, while scrolling social media.

collin, to random
@collin@ruby.social avatar

Rough week.

veganstraightedge,
@veganstraightedge@ruby.social avatar

@collin same

collin, to random
@collin@ruby.social avatar

For anyone who needs to know, you can mute the term “Die Hard”.

veganstraightedge,
@veganstraightedge@ruby.social avatar

@collin another sometimes available (like in the case of your post): don’t use an end of sentence punctuation at all

veganstraightedge, to random
@veganstraightedge@ruby.social avatar

Rearranging furniture and listening to AFI.

I always think of @jenn whenever i listen to AFI.

Miss you, J 👋🏻🖤 it's been a long time.

veganstraightedge, to random
@veganstraightedge@ruby.social avatar

Dearest @GitHub or anyone who works there,

Please please pleeeeeease, sort failed PR checks to the top of the list

Bonus extra credit:

  • Don't put the list of PR checks in a fixed height scrollable thing
  • let it just grow in height to the number of checks
  • let the browsers default scrolling Just Work™
  • don't make me use a mouse/trackpad just to see all of my PR check

Pleeeeeeeeeease, I'm begging you

jenn, to random
@jenn@pixel.kitchen avatar

developer pals: what kind of corporate merch do you think is the least uncool

veganstraightedge,
@veganstraightedge@ruby.social avatar

@jenn gift cards

evan, (edited ) to random
@evan@cosocial.ca avatar

Which of these items belonging to a romantic partner is it OK to borrow and use? Choose all that apply.

veganstraightedge,
@veganstraightedge@ruby.social avatar

@evan direction is ambiguous and matters to my answer

For me to borrow from them? Or…
Them to borrow from me?

“It depends…”, he says in Staff Engineer

amy, to BelieveInFilm
@amy@jawns.club avatar

hey peeps… how do you scan your film?

i’m thinking of diving back in for the first time in years

veganstraightedge,
@veganstraightedge@ruby.social avatar

@amy I pay the lab to scan it when I get it developed.

That part of the shooting film experience does not bring me any joy. So I avoid it.

veganstraightedge,
@veganstraightedge@ruby.social avatar

@amy yeah… it’s pretty brutal these days. 😭

lzg, to random
@lzg@mastodon.social avatar

deleted_by_author

  • Loading...
  • veganstraightedge,
    @veganstraightedge@ruby.social avatar

    @lzg war is hell, friend

    I believe in you 🖤

    Out, through. ➡️

    lzg, to random
    @lzg@mastodon.social avatar

    deleted_by_author

  • Loading...
  • veganstraightedge,
    @veganstraightedge@ruby.social avatar

    @lzg when you’re ready for friends to read it, I’d love to see what you’ve made

    daringfireball, to random
    @daringfireball@mastodon.social avatar
    veganstraightedge,
    @veganstraightedge@ruby.social avatar

    @daringfireball @gruber no judgement, I’m surprised that your personal style guide does “NFT’s” and not “NFTs”.

    I’m curious. Does that come from Chicago/MLA/etc or a personal preference?

    ben, to random
    @ben@werd.social avatar

    What would you do with your life if you weren’t worried about money?

    veganstraightedge,
    @veganstraightedge@ruby.social avatar

    @ben launch a magazine

    veganstraightedge, to random
    @veganstraightedge@ruby.social avatar

    TSA never lets me forget.

    veganstraightedge,
    @veganstraightedge@ruby.social avatar

    @lzg but only unless the agent at that airport has decided that that isn’t important to them at that moment

    Bc individual blue shirts have complete discretion to pick and choose which security theatre fictions to enforce 🙃🙃🙃

    coooooooool…

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