So is Deno! You can easily import npm:
and node:
packages and run typescript without transpiling. With Bun and Deno there’s no reason to use Node tbh.
So is Deno! You can easily import npm:
and node:
packages and run typescript without transpiling. With Bun and Deno there’s no reason to use Node tbh.
I was just having issues with your opener which sounds whole lot like justification.
Cloudflare is a business. Businesses protect their profits
You say that like it’s ok to do shitty things as long as “you’re a business protecting profits”
but discord is simply less accessible than any other option. I can’t even login without identifying 25 bicycles lmao
Where’s the pact with the devil and can it teach me rust and what do I need to pay. Asking for a friend.
I think you’re right that they need to be transparent with what is considered political and what is not through a visible flag or something.
Though it’s definitely great idea to reduce weights on political content and discourage it. That’s the only way to get off this swamp and if we have to sacrifice gay pride parade talks to prevent the rise of fascism and genocide then it’s a pretty good deal imo.
Agreed.
Threads is actually kinda fun if not all of the spam and straight up harmless idiots. Meta is right for once.
There are plenty of other tools for politics and it’s better kept in smaller more mindful communities rather than these pools of random algorithmic shit.
Ones that don’t involve a cable lol
I guess the experience varies wildly based on ear shape but I never lost a bud. I think there are better ways to address this than to add a whole ass cable though. That’s not very creative.
Why would you want that? I can’t imagine to ever going back to non wireless buds
Javascript enters chat:
await new Promise(r => setTimeout(r, 2000));
Which is somehow even worse.
Dudes are literally working in meth 💀
Ngl I’m a senior engineer and I take 2.5mg of Adderall once in a while to go through a tough bug or release. I can’t imagine taking it every day tho, the side effects really start to show and eventually you’d do worse than without it entirely.
It really messed with your head with long term use - it’s not gonna end well for these people.
You definitely always fear that it could be a possibility with Google.
Like with Google Plus. Did you know they gave out internal bonuses if teams integrated Google Plus into their product lines? The whole thing was setup to win and disappeared basically the same year. It’s kinda amazing.
At this point if you invest into any new Google product than that’s on you lol
The original sucks ngl
We used it company wide and did a pretty extensive evaluation vs Grammarly and while I was on the side of Languagetool the match up was completely one sided :|
What. The article was a good read!
He/it did a good job making this drab topic somewhat interesting to read. If it’s an AI then it’s a very good one and those striking writers better start looking for a new job.
It feels like common sense to don’t use Spyware on anything private. I only use Grammarly on my public posts and it’s good at that. If you let someone spy on your private emails etc. Then that’s on you tbh.
I’ve used language tool for a while and honestly it’s not very good and lacking integration in many tools.
I’ve updated some legacy nodejs to Deno recently and it’s actually not bad! If you’re using serverless Denoflare is super convenient and DTN is a tool for building Deno to NPM (both esm and commonjs) so you can have easy backwards compatibility if needed, it even shims all of the Deno standard lib.
It’s really impressive what Deno and Bun people have done - for the first time I actually somewhat enjoy server side JS!