i’m proficient in all 3, and i can say with great certainty that generally python is far faster to write
certainly when you’re talking about JS rather than TS, and achiving a usable outcome rather than bashing together bug-ridden trash
i’m proficient in all 3, and i can say with great certainty that generally python is far faster to write
certainly when you’re talking about JS rather than TS, and achiving a usable outcome rather than bashing together bug-ridden trash
i went to the mozilla donation page and sent a contact request about wanting to financially support firefox but not giving a damn about the rest of the AI and adtech slop that mozilla is doing
here’s the response, for anyone that’s interested
Thank you for taking the time to share your feedback with us. We genuinely value hearing from our supporters, as your insights help us understand what matters most to the Mozilla community.
It’s important to note that the Mozilla Foundation and Mozilla Corporation are two separate entities within the Mozilla umbrella - Mozilla Corporation is responsible for developing and maintaining Firefox and other software products, and they are continuously working on improving the user experience, including addressing compatibility issues and promoting the browser to a wider audience.
The Mozilla Foundation, on the other hand, focuses on broader internet health and advocacy work. Our mission is to ensure the internet remains open and accessible for everyone, and this includes issues related to privacy, digital rights, and equity. To confirm, the survey that you had received was from the Mozilla Foundation.
With that being said, Firefox is funded by revenue generated through the product rather than donations. At the moment, there is no way for supporters to make a donation that will be designated to the development of Firefox. Have no fear, things are looking good for Firefox’s future and they plan to be around a long time, supporting folks with the most secure browser experience! Continuing to use Firefox, and recommending it to others, is the best way to support this project.
We truly appreciate your concerns about Firefox and their top priorities - We on the Mozilla Foundation strongly believe that issues such as privacy, online safety, and data security are connected to the products and services we all use every day. The work we do in these areas complements Mozilla Corporation’s focus on building better, more secure software like Firefox, and w encourage you to participate in our survey!
If you would like to input some of your thoughts and ideas into our Ideas discussion forum regarding Firefox and other Mozilla products, please visit: https://connect.mozilla.org/t5/ideas/idb-p/ideas
We thank you again for reaching out to our Mozilla Foundation Donor Care team, and please let us know if we can support your further!
coober pedy was my best guess too!
certainly not saying you’re wrong, but the base load problem is still a problem afaik… storage solves some of it, but i think storage isn’t a full solution - we’d still need some other 24/7 generation capacity
that… is unlikely… they took 7 years to migrate TO AWS, and the last i heard they completed a massive migration to IPv6 on AWS in 2021… it’d take them a massive amount of engineering and time to migrate off AWS
also it’d be massive news… netflix is basically THE number 1 AWS “success” story
oooh i have that exact espresso machine (except they’ve mirrored it)! it’s a rancilio silivia… i use fedora and debian with a pinch of al2
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%
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
afaik (though i have pretty limited knowledge here) if you have nuclear power you can make nuclear weapons
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
this appeared under a
onion post and i seriously read the headline incorrectly