Statick

joined 1 year ago
[–] Statick@programming.dev 29 points 11 months ago (3 children)

KDE Connect works great for now.

[–] Statick@programming.dev 4 points 11 months ago (1 children)

And even with that.. I gave it a shot for a while... But unfortunately, it is nowhere near as good as Google's swipe/glide typing. I was constantly having to fix words or just not use the swipe typing at all.

[–] Statick@programming.dev 3 points 11 months ago (2 children)

I'm not disagreeing but it says people who already own it will be able to keep playing it.

[–] Statick@programming.dev 16 points 1 year ago* (last edited 1 year ago) (1 children)

I think the answer here is much simpler than that.

It's warmer early Nov than it is in Dec so putting them up is more enjoyable.

And taking it down later is just pure laziness.

[–] Statick@programming.dev 1 points 1 year ago

I use the Jerboa app on my phone which doesn't seem to have this implemented yet.

[–] Statick@programming.dev 1 points 1 year ago (4 children)

Commenting to save for later, thanks!

[–] Statick@programming.dev 16 points 1 year ago* (last edited 1 year ago)

My mother has three children but had four pregnancies. She unfortunately can't give birth naturally and needed C-sections. The complications that come with C-sections get greater each time and doctors (at least at the time) heavily recommended against more than three C-sections.

She had to terminate her third pregnancy because the fetus didn't develop properly and the babies spine wasn't connected. He would have lived for maybe 30 seconds before dying an incredibly painful death if brought to term. My youngest sibling wouldn't be here if she needed to bring that baby to full term.

Overturning Roe v Wade is already putting thousands in similar situations or worse, like the examples brought up in John Oliver's segment.

You don't oppose murder. You support suffering.

[–] Statick@programming.dev 3 points 1 year ago

Only exception is Counter Strike. Went F2P but there are no P2W mechanics unless you count agent skins.

[–] Statick@programming.dev 7 points 1 year ago (1 children)

100% this. AC PvP would be awful for a new player using the limited early game parts/weapons. Think MMO level 50 vs level 5.

Yes an argument can be made to still allow it so people can fight their friends early... but a lot of people would just go straight into it and just be turned off to it altogether.

[–] Statick@programming.dev 3 points 1 year ago (1 children)

I think he was referring to people that mindlessly purchase and then complain, then repeat the cycle again.. And again.. Etc.

[–] Statick@programming.dev 4 points 1 year ago

This is such a great idea. I will definitely be doing this next year!

[–] Statick@programming.dev 5 points 1 year ago* (last edited 1 year ago) (2 children)

At work, when I was helping with some frontend stuff, we used object literals.

const DIRECTIONS = {
  UP: "UP",
  DOWN: "DOWN"
} as const;

type DIRECTIONS = typeof DIRECTIONS[keyof typeof DIRECTIONS];

Taken from option 2 in this blog post. https://maxheiber.medium.com/alternatives-to-typescript-enums-50e4c16600b1`___`

view more: ‹ prev next ›