

And I’m pointing out how that is too broad a brush to be meaningful


And I’m pointing out how that is too broad a brush to be meaningful


People who say this never lived in a world without social media.
Social media didn’t improve anything. It’s an outrage machine that wastes trillion of hours of people’s lives.


No, it’s not like drugs at all.
Drugs have existed alongside for all of human evolution. Social media and smartphones are a brand new technology optimized to exploit you.
Also, we have extremely strict regulations on legal drugs and would not accept the effects of social media as a side effect.


Adults have lots of alternatives. The problem is with social media.


Start counting tech giants and financial services in your trade calculations you deceitful little bitches.
There is no trade deficit. The US exploits the entire fucking world through Tech and Finance, and then whines that they intentionally prioritized tech and finance over manufacturing for decades.
You want to go back to manufacturing everything yourselves, fine, the rest of the world can go back to running their own finance systems and regulating their own tech companies.
Richest country in the world whines that it’s not rich enough.


Pretty appalling that Nova Scotia health wouldn’t even talk to CBC about what their discharge policies are.
Honestly feels like they should be mandated to provide most policies if anyone asks. They’re a public institution, their bosses are the citizens of the province.
We should use that windfall tax to do what the EU is doing and instead issue discounts on consumer electricity rates to encourage further electrification rather than to paper over gas’ failings.


Americans do love insisting that it’s impossible to control guns, even though literally every other country does it successfully.


I wholeheartedly agree that TypeScript effectively supercedes JavaScript if you’re starting a new project.
JavaScript is still not the most unpleasant language to use though.


Yeah, we’re describing it the same way. A slice of pie with ice cream is preferable unless you don’t have ice cream available.
If you want to go on a rant about JavaScript then just do so, stop trying to goad someone into an argument about it.


Well two things:
yes I can. It’s perfectly possible for a slice of pie to be pleasant, and a slice of pie with ice cream to be more pleasant.
the original point of discussion to kick off this thread was claiming that js is the least pleasant.


If Apex had a “singular” purpose then they wouldn’t have built it as a turing complete generalized programming language.
And the reason you need namespaces is for basic code organization. Classes organize functional objects with a module of code, namespaces let you’re break code into modules.
If you have two distinct modules of code, each with their own logger class you suddenly have a confusing naming conflict with both loggers being exposed everywhere (or forced you to rename one).
So then it forces you to try and name your classes like RenderingLogger or Service_Logger and then you very quickly run into the fact that Apex imposes arbitrary length limits on class names.
If you’re writing a simple db access script then whatever, it can get the job (worse then other languages but it can). If you’re actually trying to build a proper application like you publish on AppExhange then it’s shortcomings become apparent everywhere.
Hell it didn’t have a reasonable unit testing framework until a side project from some devs introduced Apex Mockery, and it still sucks compared to Mockito and actual professional testing frameworks.


Probably a mix of bots and people so social media brained they may as well be.


Apex doesn’t have namespaces. It doesn’t even let your organize your classes into subfolders. It is an absolute F-Tier language.
Try TypeScript, try React, try Go / Swift / Kotlin, spend more time with C#.


Where in the article does it even mention the pension fund?


This is a shit-post.
The headline has been changed from the article’s and literally nowhere in the article does it mention $4B or a pension fund.


There are two types of languages:
JavaScript, especially when using TypeScript, is quite frankly one of the most pleasant development experiences. Yes, there are still footguns here and there due to poor early choices and maintaining decades of backwards compatibility (===, etc), but literally all of them are caught by basic linting.
Go try using Salesforce’s bastardized version of old Java (Apex) if you want to experience a truly unpleasant language.


Irresponsible reporting.
This is obviously what’s happening, you don’t need to fucking publish it and draw their attention and torpedo this.


If you’re a user who grows up using one, and then starts following instructions on how to build one, when are you going to come across the word program?
It will be app, maybe application, saas software, functions a service, compute as a service etc etc. Hell what most people think of as an “app” is really a collection of applications all working together.
Heroing addicts are often some of the most able to recognize the problems with heroin.