its makes more sense to say “a pizza slice”. using “of” in this way is from french.
- 3 Posts
- 41 Comments
I’m so glad I’m not alone.
charje@lemmy.mlto
Open Source@lemmy.ml•Is there any closed source android app that you wish had a good open source alternative?
3·2 years agoVisual voicemail
charje@lemmy.mlto
Programmer Humor@lemmy.ml•Fuck this. I am creating a new language. Some guy in 2006.
3·2 years agoI wonder what happens when an elevator
panic!s.
The final strawberry for me was forcing people to have 2fa.
charje@lemmy.mlto
Linux@lemmy.ml•I didn't know where else to ask this, if there is another comm i should ask please lmk. Do you have any suggestions for wireless headphones i can use with linux?
1·2 years agoDoes anyone have experience with the pine buds pro? I’m especially curious about the microphone.
You R a nerd for the last one.
charje@lemmy.mlto
Linux Gaming@lemmy.ml•(Support) Nintendo Switch Joycons will not reconnect to PC unless paired again.
1·2 years agoThis exact thing happens to me.
JS doesn’t do any type inference. Ocaml Connor l type checker knows all the types and is completely type safe without type annotations.
I think the bigger problem is that they are hard to write and sometimes break tooling.
I’m pretty sure they operate on tokens not AST.
proprietariable just means the code can be taken and rerelased as proprietary (no freedoms all rights reserved).
You can sell GPL licensed software. You don’t have to publish the source code publicly online.
You still own the code you release under GPL. the restriction you are describing is actually caused by the non-copyleft licences you claim to prefer. If you choose to use MIT, you are limiting which libraries you can use. If you had picked GPL to begin with, you can use any library.
Copyleft licences are the only true free software licences. All other open source licenses are just proprietariable.
charje@lemmy.mltoUnixporn@lemmy.ml•Hey, we should all really stop using racist slang to refer to customozation
2·3 years agoBefore cars, people would rice their rice carts.
This is a great insult to pigs.
charje@lemmy.mlto
Open Source@lemmy.ml•GitHub is slowly rolling in 2FA. Any good open source apps that will enable me to activate 2FA token on android?
53·3 years agoI know it is an unpopular opinion, but it is a huge headache in general. I don’t think the theoretical benefits (which make total sense) actually pay off in reality and are worth the extra headache. I’m not saying they should not have it at all, but it should be at least opt-out instead of forced.
In the case of github, I think it is part of their long drawn out plan of data collection and proprietary lock down. Next they are going to require your house address and government ID. I feel better using an free and open source platform anyway.
charje@lemmy.mlto
Open Source@lemmy.ml•GitHub is slowly rolling in 2FA. Any good open source apps that will enable me to activate 2FA token on android?
48·3 years agoI’m just migrating away from github because of this. Sr.ht is looking promising.

well, the
: Stringis supposed to be optional right? type inference should know what it is. In truth though, return type polymorphism makes us write more type annotations than I would like.