HackerTrans
TopNewTrendsCommentsPastAskShowJobs

TurningCanadian

no profile record

comments

TurningCanadian
·2 năm trước·discuss
instead of "expression" you meant "exception", right?
TurningCanadian
·2 năm trước·discuss
That's not Java's fault though. IntelliJ IDEA is also built on Java and runs just fine.
TurningCanadian
·2 năm trước·discuss
It's a collective action problem. One person's subscription will not make the difference needed to improve journalism enough for them to get a direct benefit. Further, the main benefit would be that it exposes corruption, which doesn't generally impact individuals. Corruption's effects are spread amongst all the tax payers. Each individual is better off not subscribing and reaping the benefits of others' subscriptions, but everyone suffers if local journalism isn't funded.

It's similar to the climate crisis: there's broad agreement that things are bad and getting worse, but individuals acting in their own self-interest can't be counted on to solve it.

Further, commercial interests are generally anti-aligned with exposing corruption. They'd rather their bribes/lobbying be unquestioned, driving down the cost of it at the expense of the tax payer. We can't count on business to provide this service.

Finally, this isn't just about québécois and indigenous content. The last I saw, the $ was available as long as you had full-time journalists on staff, regardless of their focus.
TurningCanadian
·2 năm trước·discuss
I don't like Canadian telecoms, but in order to get the $, they have to be employing full-time journalists, which is the outcome we need.

What's the alternative?
TurningCanadian
·2 năm trước·discuss
I haven't seen anyone put any other alternatives up for debate.

I know Poilievre has talked about defunding the CBC, but I don't know of anything he has proposed that would result in more local journalists.

Do you have an alternative in mind? We need some way to get $ into journalists' pockets while also having some accountability.

Increased CBC funding? It's probably better to have a diverse set (i.e. not just one being subsidized) of news outlets, so the Liberal plan here makes more sense to me, though there's also an argument for not spreading things too thin across lots of tiny outlets.

Instead of taxing the streamers, require they provide local content directly? I think that this proposal is doing that indirectly. The streamers get taxed, but could pick up some $ from the CRTC if they start producing more local content.

Instead of taxing the streamers, tax people directly? That'd probably be less popular than taxing the streamers, so good luck with that.
TurningCanadian
·2 năm trước·discuss
There's a crisis in local news. It's an essential service that the free market has largely stopped providing -- the number of journalists following local politics has been decimated, and sometimes in a literal sense. Without someone with the time to follow that stuff corruption flourishes, and getting rid of local government is not an option. We need some sort of fix so it's nice to see someone trying.
TurningCanadian
·2 năm trước·discuss
https://www.securityweek.com/scathing-federal-report-rips-mi...

> The panel said the intrusion, discovered in June by the State Department and dating to May “was preventable and should never have occurred,” blaming its success on “a cascade of avoidable errors.” What’s more, the board said, Microsoft still doesn’t know how the hackers got in.

...

> It said Microsoft’s CEO and board should institute “rapid cultural change” including publicly sharing “a plan with specific timelines to make fundamental, security-focused reforms across the company and its full suite of products.”
TurningCanadian
·2 năm trước·discuss
You might be able to argue that Postgres' foreign data is a different form of pluggable storage engine. E.g. you can even use a CSV file as a backing store for a table with file_fdw.

https://www.postgresql.org/docs/current/ddl-foreign-data.htm...

https://dbaclass.com/article/how-to-access-csv-files-on-file...
TurningCanadian
·2 năm trước·discuss
iMessage is the monopoly part. They could make an App or even just an API available on other platforms but don't because they want the lock-in.

> “The #1 most difficult [reason] to leave the Apple universe app is iMessage ... iMessage amounts to serious lock-in,” was how one unnamed former Apple employee put it in an email in 2016 > “iMessage on Android would simply serve to remove [an] obstacle to iPhone families giving their kids Android phones,” https://www.theverge.com/2021/4/9/22375128/apple-imessage-an...

Not getting on board with RCS or any other way to improve SMS/MMS until they were (implicitly) forced was motivated by that desire to lock their users in to a messaging platform that only works on Apple devices.
TurningCanadian
·2 năm trước·discuss
I like sites whose cookie banner gives options instead of only having "Accept All". It makes you feel more respected as a user.
TurningCanadian
·2 năm trước·discuss
It seems like they're worried that interning of objects/records would be too expensive to do generally. It's hard to predict though: that overhead would only apply to new code using R&T and has to be weighed against the elimination of recursion for deep comparisons and freezing, fewer re-renderings when value-equal but not reference-equal objects are encountered, the greater possibility of memory reuse across deep clones, and other performance optimizations that would be unlocked by true immutability.

Aside from performance, true native immutability would bring huge improvements to how JS programmers can reason about their code. Not having to worry about mutation makes a whole class of possible bugs disappear. Having to rely on third party libraries (or deep freezing manually) for immutability is really holding back the language.
TurningCanadian
·2 năm trước·discuss
String's localeCompare:

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Refe...
TurningCanadian
·2 năm trước·discuss
Passwords don't protect against spoofed login pages.
TurningCanadian
·3 năm trước·discuss
Sounded like the solution was to tell them that they've been out-ranked. That's the part that was missing from the text conversation. After that, of course they'll be meek.
TurningCanadian
·3 năm trước·discuss
only if you don't like documenting your APIs
TurningCanadian
·3 năm trước·discuss
[flagged]
TurningCanadian
·3 năm trước·discuss
An optimization pass will speed up the server runtime too. Well worth it.
TurningCanadian
·3 năm trước·discuss
Would be nice if YouTube URLs gave some context (e.g. author, title)

This one is:

@EONutrition

Mega Dose Vitamin Therapy: Viral Infection & Post-viral Illness
TurningCanadian
·3 năm trước·discuss
You also irretrievably lose access to your funds if an attacker steals your credential. Not a problem as long as you have flawless security. /s
TurningCanadian
·7 năm trước·discuss
A lot of the slowest stuff on websites are trackers that are being foist on developers to foist on the users (if the developers even have control over the trackers, like with GTM)