0xDREADBEEF

joined 2 years ago
[–] 0xDREADBEEF@programming.dev 29 points 1 week ago* (last edited 1 week ago) (1 children)

the good people.

You are limiting your own intelligence by thinking companies can be described in those words.

They are not good. They are profit-seeking. Profit seeking doesn't necessarily mean evil, but it can never mean good. A non-profit who's goal is to improve their community around them, a co-op who's goal is to treat their workers with respect etc etc can all be described as 'good' to varying degrees, but no for-profit entity, especially a publicly traded one, can ever be described as 'good'

[–] 0xDREADBEEF@programming.dev 8 points 4 months ago

if he's complaining about plaintext secrets, sure. But if he's talking about using session cookies he is wrong and should know he is wrong.

[–] 0xDREADBEEF@programming.dev 1 points 4 months ago* (last edited 4 months ago)

source available. Lots of non free components make this not open aource, but cool nonetheless (you still need someone elses permission [source 2, steam, and almoat certainly other dynamically linked libraries] to make this work, which goes against the definition of open source)

[–] 0xDREADBEEF@programming.dev 1 points 4 months ago (1 children)

which nsfw piefed instances?

[–] 0xDREADBEEF@programming.dev 0 points 5 months ago* (last edited 5 months ago)

CSS Nesting

.foo {
    .nested {
        property: value;
    }
}
[–] 0xDREADBEEF@programming.dev 2 points 5 months ago

I was 'just' a JS dev in 2017 and learned Elixir for fun as my second language---worth looking at imo!

[–] 0xDREADBEEF@programming.dev 1 points 6 months ago* (last edited 6 months ago)

I dont like pizza that much as a staple in my diet (too unhealthy imo, it is delicious tho) so thats not too bad, but as a cali-born, kentucky-raised filipino, yes.

[–] 0xDREADBEEF@programming.dev 8 points 6 months ago* (last edited 6 months ago) (2 children)

G has mexican, cajun, columbian, and tex mex. Seriously south florida is insane food choice as well. Hell, I can get california burritos too. D has filipino, thai, arabic, and indian. Incredible vegan options and protein options and who doesnt love spicy thai chicken and rice? Either of those and im set for life :)

[–] 0xDREADBEEF@programming.dev 3 points 6 months ago

sounds like you shouldve been using a password manager this whole time :)

[–] 0xDREADBEEF@programming.dev 1 points 8 months ago* (last edited 8 months ago)

Writing javascript (or any programming language, but sticking with 'script' here) to consume an http api from an agpl service (such as lemmy or mastodon) does not force you to open source whatever client you have.

Consuming an agpl client library (maybe mastodon or lemmy provide an sdk I dunno, or some third party one) and you embed it in your app and interact with that agpl code, then yes you must open your code up.

For example, there are closed source Mastodon clients that make a lot of money. Look at the mastodon client from tapbots. The owners of mastodon have a winning case if they sued them, if your logic held up. Tapbots can safely create an entire application and consume the mastodon api without worry, why can't you and your script?

[–] 0xDREADBEEF@programming.dev 3 points 8 months ago (10 children)

Using an API isn't distributing

view more: next ›