absolutely this
youse and torlet
absolutely this
youse and torlet
I’m from Australia and I’ve started calling all groups of people yall because it’s gender neutral… very unaustralian term, and I love so much the irony of iconic southern terms being used to support trans activism
And any partner of mine in that situation would be like cool… 3some? And everyone has fun
the way people use NFTs with art are certainly absurd, but even the core technology of NFTs is actually excellent
i will never understand the inability for people not to have amazing sex with their friends
the various github-supplied actions are good example:
https://github.com/actions/setup-python
the action.yml here is the metadata for an action (and you invoke this action by simply referencing actions/setup-python - perhaps with a sha or tag or something to pin it - and the runner clones and runs it, making custom actions simply code with no build process etc necessary which is very nice to not have to bootstrap your build process with a build process eg docker build)
see the “runs” section there - it invokes node20 to run the action, and specifies some code to run to cleanup
in the src here we can see what i was mentioning as well about having bi-directional comms with the CI system
https://github.com/actions/setup-python/blob/main/src/setup-python.ts
line 54 & 55 we have core.getInput and core.getMultiLineInput, 59 we have core.warning (so logs are formatted and filterable etc - these messages also show up in the build summary; similarly line 100 we have core.startGroup), 154 is core.setFailed so you get proper failure reasons rather than “the last line of stderr”
now, none of this is specific to running in a real language - in fact i believe all this information is communicated over stdout or stderr - but the ease of simply creating a repo with code in it, and having that as a reusable CI step without worrying about docker container hosting, and having that able to have semantic meaning for its inputs and outputs (and proper reliable escaping of the special CI communication prefixes) is something that kinda doesn’t exist outside of this style system
Hmmm I mean I guess we’re a very big country for our population so maybe the mining and interstate rail overwhelm the metro and Sydney-Melbourne networks… I’m just surprised it’s by more than 80%
that’s not at all the intention of the comment - simply that when i make a comment directly related to my personal sex life, you’re aware that there are no women involved, thus the comment eliminates misogyny from the equation in that specific case. i’m sorry for not being clearer on that. i’ve added an edit to my comment so that it’s more apparent
believe what you want, but as a gay man (i say this so you’re aware that there’s no misogyny involved edit: and by which i mean my personal sex life does not involve women so gender does not come into play in this specific situation), i’d never date someone where sex was off the table… i wouldn’t force it on anyone of course, but we fuck or we break up - sex is too important for my mental health to deny myself
personally i have a very big preference for the “actions” model: actions are “real” code; not bash - so there’s actual variable passing and communication with the CI tool (eg an action can tell the CI system to set a secret value, and the CI tool then hides that value from console output in the future). you can do these things with bash as well, but bash isn’t really a great language - i’d trust node far more to, for example, generate a hash or a JWT etc and actions then have access to the entire of NPM for libraries
these kinds of things (not only this) make it far superior to a bash-based system IMO
the comment isn’t saying women can’t make their own decisions… the comment is saying that the guy wants to have sex, and if he can’t then they’re incompatible partners right now… women are allowed to make choices about their bodies, and men are allowed to make choices about activities they’d like to have in their lives
the reply comment implies that he only thinks about using a woman for sex, which is not what he’s saying at all
another example would be if 1 person wanted to live in the city and the other wanted to live in a farm: likely a deal-breaker, just like not having sex
soooo does the difference between x-handed and x-handed 20% multi-track mean that the x-handed colouring has >80% single lane tracks?
i live in australia (left-handed), and… that seems… implausible
the rust devs wanted to CREATE official structure definitions that don’t exist in C so that there was more semantic meaning to the APIs
I’m sorry don’t you people have literal camps for sick and undesirable people?
i’m gonna go ahead and say no and hedge my bet by saying i have no fucking idea what you’re talking about so you may be asking about something like the asylum processing centres, which are a necessary evil that yes we do particularly poorly but every country has - in fact i believe, not that it’s a competition for “worst”, but your new president who you just let come to power implemented some of the worst camps for brown people and separated children from their parents, so glass houses and all that
Who you vote for is who you vote for. This is a basic concept you’ve failed to learn.
whilst that’s true, it’s irrelevant… your vote for a 3rd party candidate in FPTP like the US has means you may as well have used your ballot as toilet paper
i like how you call a dictionary definition simply “my” definition… if you’d like to learn more about the english language, i suggest you use a freely available dictionary website
it sounds like you don’t understand protest
normal /nôr′məl/
adjective
- Conforming with, adhering to, or constituting a norm, standard, pattern, level, or type; typical. “normal room temperature; one’s normal weight; normal diplomatic relations.”
- Functioning or occurring in a natural way; lacking observable abnormalities or deficiencies. Relating to or designating the normality of a solution.
definition 3 is not relevant, but i assume you’d agree that none of those definitions that were listed have specific statistical meanings
normal is not a useful statistical term: it does not mean average in any way - mean, median, mode, etc… normal is, in a social context, more likely to be interpreted to mean “Functioning or occurring in a natural way; lacking observable abnormalities or deficiencies”, so i think you’d have to admit being described as “not normal” would piss some people off
please adjust your language
it serves the purpose to mock the request and make people think about the absurdity
in the same way that a request for a “white history month” should also be mocked - it’s just straight up trivialising the whole concept
blockchain as a core technology isn’t user-friendly… it should be hidden, and you’ll never know when it’s doing interesting things. it was never going to revolutionise the world, but that doesn’t invalidate its usefulness in niche situations
… it shouldn’t be used for 95% of the garbage people have built with it - and for NFTs that’s more like 99%