[-] bitfucker@programming.dev 4 points 1 year ago

Isn't it to keep the copyright notice and not the license itself? I.e, you may redistribute it with a different license term and conditions but the copyright notice must be retained. I don't know how different it is tho in legal speak. Maybe they are equivalent.

[-] bitfucker@programming.dev 4 points 2 years ago* (last edited 2 years ago)

Alright, maybe you misunderstood the term digits with numbers. When parsing a digit, you do not attach semantic yet to the building blocks. A \d regex parser does not care that the string "555" is not equivalent to "VVV". All it cares about is that there is the digit "5" or "V". In the same vein, regex parser should not try to parse IV as a single symbol.

[-] bitfucker@programming.dev 4 points 2 years ago

The spirits are pretty violent today

[-] bitfucker@programming.dev 4 points 2 years ago

With your kids on the leash too?

Jk, sounds fun for all. Unfortunately the pedestrian and bike infrastructure in my place sucks ass.

[-] bitfucker@programming.dev 4 points 2 years ago

Alright, try it with cat

[-] bitfucker@programming.dev 4 points 2 years ago

I think p-adic has that

[-] bitfucker@programming.dev 4 points 2 years ago* (last edited 2 years ago)

Sure, but I specifically ask other launcher. If we are talking no launcher at all then it is a different discussion entirely. If we are talking about not having a launcher, yeah, that is understandable too. But then again, many games have their own launcher and they do not add any value other than for the sake of having one/promoting the publisher

[-] bitfucker@programming.dev 4 points 2 years ago

What other value does the so called other launcher provide? Modding sdk? Community forum? Family sharing? Controller remap?

[-] bitfucker@programming.dev 4 points 2 years ago

Tell Empress to chill

[-] bitfucker@programming.dev 4 points 2 years ago* (last edited 2 years ago)

Oh man, can't wait to post a full book of the lord of the rings as a facebook post and make it legal for facebook to use it as training data. Words can absolutely be copyrighted/licensed, otherwise books and scientific journal copyright/license is BS too. Big company however, usually has EULA that states you as a user grant the company the right to basically do whatever the fuck they want to do with your content. As much as I'd like that to be a reality especially for millions of research paper, but the current reality is that copyright law sucks ass.

[-] bitfucker@programming.dev 4 points 2 years ago

What kind of polling are we talking about? If you are talking about realtime data, SSE doesn't solve that either. You need SSE or WebSocket for that (maybe even WebRTC). If what you mean is that every time the page is refreshed then the data is reloaded, it is no different than polling.

[-] bitfucker@programming.dev 4 points 2 years ago

When you are writing some complex web app, you will wish you used a framework. Some web apps can have more than 50 pages with multiple states that depend on remote data to be locally cached and synced depending if you are online/offline. Framework can handle a lot of the heavy state management for you and even provide a nice UI component library. But I do agree that React is too much, but jQuery is being replaced by vanilla JS. That is why I usually use Vue. But for simple stuff, yes, Vanilla JS is pretty much good enough

view more: ‹ prev next ›

bitfucker

0 post score
0 comment score
joined 2 years ago