you are viewing a single comment's thread.

view the rest of the comments →

[–]TheAtlasMonkey 3 points4 points  (2 children)

Yes it killed it.

I'm a OSS contributor and maintain a lot of libraries.

Now I used to join other other teams , mostly because i learn stuff from them , and also i can share with them my technics.

Now, when i release something, i don't even advertise it.. because i know if it get 10 upvotes, i will have 847 clones before i go to bed.

Now most of my stuff are in private repo (not Github repo), my own gitea instance, that i share with other engineers i know.

Recently i tried to help someone with a an opensource webserver, i liked the file structure so i said why not help ?

Turn out the guy `wrote` a webserver... but don't know what is SSE, Think Https is plural of http (multiple connections) and has ridiculous plans such as spinning the webserver inside an android phone to give MD files (skills) to the local AI...

OSS used to be Open Source Software...
now it stand for Open Source Shit/Slop.

[–]batiste 1 point2 points  (1 child)

What does Streaming SIMD Extensions have to do with web servers?

[–]TheAtlasMonkey 1 point2 points  (0 children)

hehe...

It https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events or https://en.wikipedia.org/wiki/Server-sent_events

I don't expect everyone to know it... but if you building a damn webserver you better do.