canpolat
@canpolat@programming.dev
- Submitted 8 months ago to programming@programming.dev | 0 comments
- If you're just going to sit there doing nothing, at least do nothing correctlydevblogs.microsoft.com ↗Submitted 8 months ago to programming@programming.dev | 9 comments
- Submitted 8 months ago to selfhosted@lemmy.world | 16 comments
- Comment on Announcing freenginx.org 8 months ago:
Who is this particular developer
As far as I understand from the discussions about the topic, Maxim Dounin was one of the few core developers of nginx. Looks like Wikipedia has already been updated.
- Submitted 8 months ago to programming@programming.dev | 11 comments
- Submitted 9 months ago to programming@programming.dev | 11 comments
- Submitted 9 months ago to programming@programming.dev | 3 comments
- Submitted 9 months ago to programmer_humor@programming.dev | 14 comments
- Submitted 9 months ago to programmer_humor@programming.dev | 45 comments
- Comment on Plex for books? 9 months ago:
I know you said “self hosted”, but if you are interested in an Android app, Google Play Books does most of what you want, I think. You can upload your books, and read them on any device (with offline capabilities). But this is the Self Hosted community, so I will show myself out.
- Comment on Bluesky opens to public registration 9 months ago:
I don’t follow it very closely, but as far as I know, they are the only one implementing the open protocol they designed (which doesn’t interoperate with ActivityPub). But there seems to be some efforts on creating a bridge: www.docs.bsky.app/blog/feature-bridgyfed
As you said, there are some recognizable faces and that may impact the adoption. But not being compatible with ActivityPub is a real bummer.
- Submitted 9 months ago to fediverse@lemmy.world | 54 comments
- Comment on Introducing Pkl, a programming language for configuration 9 months ago:
Possibly. My point is: despite having a common subset Pkl and JSON schema doesn’t seem to be solving the same problems. But, I’m just learning about it, so I may just be wrong.
- Comment on Introducing Pkl, a programming language for configuration 9 months ago:
I just learned about Pkl, so take this with a grain of salt. JSON Schema and Pkl seem to have some overlap. But JSON schema is not specifically designed for handling configuration and Pkl supports other formats like YAML.
- Comment on Introducing Pkl, a programming language for configuration 9 months ago:
This looks really interesting. Getting type safety and editor support to configuration may change quite a bit of how things are done. I don’t know if it will gain traction, but if it does, it may really help bringing some long awaited structure to all those YAML files. There appears to be examples specifically for Kubernetes (github.com/apple/pkl-k8s-examples).
- Submitted 9 months ago to programming@programming.dev | 18 comments
- Comment on Who's up for a challenge? 9 months ago:
I wasn’t aware of that. I guess it was thought to be a mod driven community. Anyway… Cool question. I hope we will see some creative solutions here.
- Comment on Who's up for a challenge? 9 months ago:
Please also consider posting to !challenges@programming.dev
- Submitted 9 months ago to linux@programming.dev | 1 comment
- Submitted 9 months ago to programming@programming.dev | 1 comment
- Comment on [deleted] 9 months ago:
!books@programming.dev
- Submitted 10 months ago to programming@programming.dev | 4 comments
- Submitted 10 months ago to linux@programming.dev | 2 comments
- Submitted 11 months ago to programming@programming.dev | 2 comments
- Submitted 11 months ago to programming@programming.dev | 1 comment
- Submitted 11 months ago to programming@programming.dev | 26 comments
- Comment on Why does isalpha() fail to identify an alphabetic character? 11 months ago:
Please consider posting language specific questions to language specific communities in the future. For example, !c_lang!c_lang@programming.dev
- Submitted 1 year ago to programming@programming.dev | 42 comments
- Comment on Programming.Dev Feature Requests 1 year ago:
I believe there is an API to create a local copy, but I’m not sure
- Comment on Programming.Dev Feature Requests 1 year ago:
Yeah, that’s what I meant by non-elegant. I think the way Lemmy assigns IDs to posts and comments should be re-thought. Dictionary lookup is a solution, but not a good one.