0xDREADBEEF

joined 1 year ago
[–] 0xDREADBEEF@programming.dev 13 points 3 weeks ago* (last edited 3 weeks ago)

CSS Nesting

.foo {
    .nested {
        property: value;
    }
}
[–] 0xDREADBEEF@programming.dev 2 points 1 month 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 1 month ago* (last edited 1 month 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 1 month ago* (last edited 1 month 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 1 month ago

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

[–] 0xDREADBEEF@programming.dev 1 points 3 months ago* (last edited 3 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 3 months ago (9 children)

Using an API isn't distributing

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

Replace C with lisp and you're 100% correct. Even then Rust is better than lisp IMO.

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

Lots of people in countries outside of the west use android tablets for their main computer

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

A neat side-effect of GraphQL being transport agnostic is that you can do things like GraphQL over a websocket or avian carrier :)

view more: next ›