gitamar

joined 3 months ago
[–] gitamar@feddit.org 9 points 1 week ago (1 children)

So many that there are statistics grouped by race and counted as "deaths per 10,000 live births"

https://www.nbcnews.com/health/womens-health/texas-abortion-ban-deaths-pregnant-women-sb8-analysis-rcna171631

[–] gitamar@feddit.org 26 points 2 weeks ago

Some Google folks wrote how they do the Now Playing feature offline with very little resource impact. It's a great paper to read and quite easy to understand https://arxiv.org/abs/1711.10958

[–] gitamar@feddit.org 6 points 2 weeks ago

Don't forget the millennium falcon

[–] gitamar@feddit.org 3 points 3 weeks ago

I still would have preferred if the top level domain was at the beginning of the URL (com.google). Would have made a lot of pushing way more difficult and more sense.

[–] gitamar@feddit.org 3 points 3 weeks ago

Awesome, didn't know fzf yet

[–] gitamar@feddit.org 8 points 3 weeks ago (2 children)

I recently switched to tmux and boy, it's way better. I basically use only tmux now anymore. Creating panes to have two processes in one glance, multiple windows, awesome. Plus all the benefits of screen.

[–] gitamar@feddit.org 3 points 1 month ago

Why is the one "I" not an capital i but a | (pipe)?

[–] gitamar@feddit.org 1 points 1 month ago

Shaped to symbolize an engine. The tubing forks are then the pistons.

[–] gitamar@feddit.org 16 points 1 month ago (1 children)

From what I understand from the article is that the correlation is there, but no causality (yet). I find it extremely good how cautious the doctor is phrasing his analysis and the article is also not blowing up where nothing is proven.

[–] gitamar@feddit.org 5 points 1 month ago

F-Droid promotes free and open software, this also includes freedom from proprietary network services, ads etc. Look here for a list: https://f-droid.org/docs/Anti-Features/

[–] gitamar@feddit.org 1 points 2 months ago

I say go with Maria or with postgres for all use cases in the beginning. You can even start with sqlite. For most of the use cases you don't need the scaling and speed of redis, mongodb etc.

If you hit a performance wall with Maria or postgres, you should scale up and optimize before switching to more specialized databases.

If you use an ORM (object relational mapper like Prisma), it should be okay to switch database engines but you don't want to do that frequently.

My rule of thumb is getting it done first.

view more: next ›