Empathy

joined 1 year ago
[–] Empathy@beehaw.org 2 points 2 months ago

I've been using Zoho mail with a namecheap domain and had no significant issues, besides being marked as spam maybe once or twice?

[–] Empathy@beehaw.org 2 points 3 months ago* (last edited 3 months ago)

Easiest solution IMO if you're already using CloudFlare, even the free version: you can filter out certain countries. Otherwise, there's probably other alternatives, even open source ones. Good terms to search for with your cloud provider or self hosted software may be middlewares, firewalls, serverless, edge functions, etc.

[–] Empathy@beehaw.org 1 points 4 months ago (1 children)

Why is it insane?

[–] Empathy@beehaw.org 2 points 4 months ago

I kept seeing so many different ones recommended and I kept getting weird issues I didn't understand with most of them. I don't often need to make a bootable Linux USB, but every time, Rufus did the job quick and easy.

[–] Empathy@beehaw.org 3 points 5 months ago* (last edited 5 months ago) (1 children)

For a while now, I kept seeing posts about the Israel/Palestine issue, and almost every time, when I looked at their poster's history, they were full of negative news against Israel and the US (often with a negative comment from the OP about the US, even when the article isn't about to the US), and often contained lots of positive news, comments and remarks about China and Russia. I find this very suspicious, but I may be overly cynical.

I've almost only been seeing this on lemmy.ml and lemmy.ca. Perhaps I'm imagining it, but I also feel like I've seen these accounts promote not voting during the next election.

I started tagging these accounts a few months ago and I frequently see their posts on the front page.

[–] Empathy@beehaw.org 3 points 5 months ago

Insult to injury would be if they get Gameloft or some other mobile game factory to develop it.

[–] Empathy@beehaw.org 2 points 5 months ago

I've been using both Perplexity and Kagi for searching things, and it's working out pretty well for me. The main thing that I find Kagi useful for is filtering to Fediverse results (which tends to be mostly Lemmy threads).

It's pretty expensive though...

[–] Empathy@beehaw.org 5 points 6 months ago

I'm not sure if that's what's expected, but I also prefer an allow list approach to federation, and I answered on the survey that federation is important to me (as opposed to none).

I hope that, if many people answered like me for the same reason, it won't give the impression that we want implicit federation.

[–] Empathy@beehaw.org 2 points 6 months ago

I really like the word you used, code smell. I often have a hard time expressing to co-workers in code reviews why something feels off, it just does.

[–] Empathy@beehaw.org 2 points 7 months ago* (last edited 7 months ago)

I only worked there for a few months. I was not treated well.

They gave me most of my schedule within a few days of my shifts, and frequently called me in my off days to demand I come in. This is against official policy, but clearly it wasn't enforced.

Additionally, I was blatantly lied to during the interview then gaslit. The only reason I accepted the job was because they had recruiters at my college advertising a program where students would only work seasonally outside college semesters. I wanted to focus on my studies and my college was very cheap. They reiterated that during my interview. A few days from my semester starting, they started listing several upcoming days where I'd need to work, and called me a liar for telling them I wasn't supposed to work outside semesters.

There were other issues I'd rather not bother writing here.

The most insulting part of all this isn't even how they treated me, it's how I can't bring that up to anyone without people jumping to poor lil Costco's defense and saying it's "for sure only the store you worked at".

In case anybody feels the urge to call me spoiled, I also worked at Walmart and it didn't really leave an impression on me. It was fine, my only negative experience there was one HR person.

[–] Empathy@beehaw.org 9 points 8 months ago (1 children)

My Canadian bank just charged me $45 CAD twice and only noticed me a day after the second charge. I didn't notice because I no longer use it. I wish the limit was $3...

[–] Empathy@beehaw.org 1 points 1 year ago

My first impression is that it says you're trying to load an ES Module using a CommonJS require() call. Evidently from your code snippet, that's not the case. My guess would be that Typescript is transpiling your code to CommonJS modules, and that the library you're trying to import only exports ES modules (or at-least that's what NodeJS is trying to import for one reason or another).

You may have to modify something in your tsconfig.json file to tell it to transpile to ESM instead of CommonJS.

view more: next ›