Ferk

joined 2 years ago
[–] [email protected] 14 points 1 year ago* (last edited 1 year ago)

And please, get all countries to actually start properly accepting ISO 8601 format for dates as a mandatory universal standard...

Obligatory reference: https://xkcd.com/1179/

[–] [email protected] 2 points 1 year ago* (last edited 1 year ago) (2 children)

It's also not that uncommon of an acronym in web tech, all the first results when searching "PWA" are consistent and it's a very common way to refer to that technology. The term PWA has made the news in tech channels a few times before (like when Firefox discontinued support for PWA on desktop).

Even if they said "Progressive Web Apps" it would not have been immediatelly clear what that means for anyone who is not familiar with what PWA is. It's also not the only acronym they use in the article without explaining it (eg. "API", or "iOS" which is also an acronym on itself), it just so happens that it's likely not a well known one in this particular lemmy community where the article was posted. The author advertises himself as a writer dedicated to web technologies (PWA and Web Component in particular), so it would be silly if he has to explain what those are on every of his posts.

[–] [email protected] 2 points 1 year ago* (last edited 1 year ago) (2 children)

Were the earlier series not focused on shared values to more or less a similar extent too?
Kirk has usually been given the reputation of being a rule-breaker, often ignoring Starfleet rules when they are in conflict with his values. Even off-camera (in DS9 I think) they attribute him 17 temporal violations, and I think he has been accused of violating the prime directive multiple times.

[–] [email protected] 9 points 1 year ago (4 children)

But C syntax clearly hints to int *p being the expected format.

Otherwise you would only need to do int* p, q to declare two pointers... however doing that only declares p as pointer. You are actually required to type * in front of each variable name intended to hold a pointer in the declaration: int *p, *q;

[–] [email protected] 1 points 1 year ago* (last edited 1 year ago) (1 children)

That's even harder. Specially if we aspire to have a community that protects privacy & anonymity.

Keep in mind "rich" does not necessarily mean "famous".
For all anyone knows, you and me could be part of the wealthy, yet nobody here would know, no online service would deny us service. Being forced to live an anonymous and private life is not really much of a punishment, at least it wouldn't be for me... if I were part of that wealthy I'd just lay low.. I'd get a reasonably humble but comfortable house in a reasonably neighborhood where people mind their own business, dressing modestly and living life without having to "really" work a day of my life, while my companies / assets / investments keep making money so I can go on modest trips and have some nice hobbies that are not necessarily really that expensive anyway. Anyone who figures it out, I set them up. It'd still be worth it to live that life.

[–] [email protected] 2 points 1 year ago* (last edited 1 year ago)

I feel it's a balance. Each operation has a purpose.

Rebasing makes sense when you are working in a feature branch together with other people so you rebase your own commits to keep the feature branch lean before you finally merge it into the main branch, instead of polluting the history with a hard to follow mess of sub branches for each person. Or when you yourself ended up needing to rewrite (or squash) some commits to clean up / reorganize related changes for the same feature. Or when you already committed something locally without realizing you were not on sync with the latest version of a remote branch you are working on and you don't wanna have it as a 1-single-commit branch that has to be merged.

Squashing with git merge --squash is also very situational.. ideally you wouldn't need it if your commits are not messy/tiny/redundant enough that combining them together makes it better.

[–] [email protected] 1 points 1 year ago* (last edited 1 year ago) (3 children)

Boycotting is an expected/intended tool in capitalism. It's part of the "free market" philosophy, the regulatory "invisible hand". The reason you can boycott a company is because the economy is based on a capitalist free market.

If boycotts were actually a good and successful method for the society to regulate the wealthy, then there would be no issue with capitalism. So that's not how you "end" capitalism, that's just how you make it work.

The issue is, precisely, that boycotts do not work (and thus, capitalism does not really work). Particularly when entire industries are controlled by private de-facto monopolies. If they worked you would not need social-democratic laws to force companies into compliance in many ethical aspects.

What you are advocating is not an alternative to capitalism (like communism or socialism), but a more ethical/educated capitalism that works at controlling the wealthy, just like many proponents of capitalism expected it would.

[–] [email protected] 2 points 1 year ago* (last edited 1 year ago)

Same effort as getting &* and () on a US layout (so, modifier key + 7 8 9 0, respectively), the difference is you press AltGr instead of Shift as the modifier. And i'd argue its actually easier to press AltGr with the thumb than shift with the pinky.

[–] [email protected] 11 points 1 year ago (1 children)

I use EURkey, which is basically a superset of the US layout extended to support symbols from several European languages.

[–] [email protected] 5 points 1 year ago* (last edited 1 year ago) (2 children)

it’s even ISO standardized

Not only are there other ones that are also ISO standards when it comes to software layouts, but funny enough, when it comes to physical layouts, US keyboards normally follow an ANSI standard (not an ISO one), whereas many non-US keyboards typically follow a physical key layout known as "ISO Keyboard", so one could argue those are more of an "ISO" standard.

https://upload.wikimedia.org/wikipedia/commons/b/b2/Physical_keyboard_layouts_comparison_ANSI_ISO_KS_ABNT_JIS.png

right ctrl + left shift + 9 will do?

No keyboard layout uses ctrl like that..... in fact, I don't think you ever really need to press more than one modifier in any standard non-US keyboard. Unless you have a very advanced custom layout with fancy extra glyphs... but definitelly not for the typical programming symbols.

ISO keyboards actually have one more key and one more modifier ("AltGr", which is different from "Alt") than the ANSI keyboards.

In fact, depending on the symbol it might be easier in some cases. No need to press "shift" or anything for a # or a + in a German QWERTZ keyboard, unlike in the US one. Though of course for some other ones (like = or \) you might need to press 1 modifier.. but never more than 1, so it isn't any harder than doing a ) or a _ in the US layout.

[–] [email protected] 2 points 1 year ago* (last edited 1 year ago)

"Capitalism" just means that the industry (or specifically, "means of production") can be privately owned.

The whole idea of Lemmy is allowing smaller groups / individuals to own smaller instances, so we don't depend on big corporations.

So the way I understand it, it's more of a big vs small thing, not really a "private" vs "governmental/social" ownership thing.

Sure, Lemmy gives freedom for people so, even governments, can make their own public instances.. but this all still relies on capitalism, since individual instances can still owned by (smaller?) private groups that can compete amongst each other for users, so you basically are competing as if you were just another company in a capitalist system controlled by offer/demand and reliant on what the average consumer goes after.

This would be the equivalent of asking people to purchase ethically sourced goods and drive the market with their purchase decisions (which is actually what a capitalist system expects) as opposed to actually making laws that forbid companies from selling unethical products. That means we are not ignoring capitalism, but rather participating on it, and just asking consumers to choose ethically when they go buy a product. That's just an attempt at ethical/educated capitalism, but still capitalism.

[–] [email protected] 17 points 1 year ago* (last edited 1 year ago)

Yes... how is "reducing exclamation marks" a good thing when you do it by adding a ' (not to be confused with , ´,or’` ..which are all different characters).

Does this rely on the assumption that everyone uses a US QWERTY keyboard where ! happens to be slightly more inconvenient than typing '?

view more: next ›