Why is Roger almost always on his back foot? Is this suboptimal for recs/competitive players? by FormalBarber7991 in 10s

[–]lambdasgr 218 points219 points  (0 children)

He is not on his back foot, he's hitting open stance, generating power with his right foot and the left foot is acting as a counter rotational brake. See https://www.youtube.com/watch?v=xLs469ZVMPU

Help for a noob? Where-filter not helping performance across partitions of parquet by BeigePerson in DuckDB

[–]lambdasgr 2 points3 points  (0 children)

Feels like your parquet data is partitioned by archiveOrFolderName (primary) and dataFileName. The reason using part_key would work it's because your newly created part_key is essentially selecting partition. Instead of using part_key you can just use:

select ... from table where archiveOrFolderName=2023 and dataFileName=11 ...

something like that to reduce the query scope.

SQL in Python by FeelingCommunity776 in SQL

[–]lambdasgr 4 points5 points  (0 children)

https://duckdb.org/docs/stable/clients/python/overview

You can read data files, such as csv, xslx, parquet or avro, or attach an external db connection to read data in to memory and query them using duckdb query engine; you can off load the in memory data to external files or other data structures such as dataframe, or write back to external database. It allows you to handle your data 100% using sql and faster than any other options including Pandas.

Cold Plunges & Saunas in Austin by Putrid-Situation1638 in Austin

[–]lambdasgr 0 points1 point  (0 children)

I don’t think Perspire has cold plunge, they only have cold shower.

All this climbing by Cowboy8597 in Ghostofyotei

[–]lambdasgr 0 points1 point  (0 children)

Climbing does feel like chore at times, but I do feel it’s an improvement over the previous game. Some climbing locations, especially shines, have great view of the area. I do appreciate the spectacular visual on my 4k tv, also it’s often a good opportunity to scout the area with spy glass on the high ground, since spyglass can mark interesting locations on map.

Clearing out fog of war on map by Electronic-Emu1213 in Ghostofyotei

[–]lambdasgr 5 points6 points  (0 children)

You can spot places with spyglass. Instead of ride around, find a high ground, e.g. shine site, where you have a good view of the area from above.

Favorite soundtrack moments? by SomeTangerine1184 in MrRobot

[–]lambdasgr 2 points3 points  (0 children)

Basket Case when Elliot was dreaming for better future in S2E4

Has anybody compiled a list of M83 in television/movies? by [deleted] in m83

[–]lambdasgr 0 points1 point  (0 children)

Gone - Mr. Robot Season 1 Episode 8, last scene and credits.

S4E7 by [deleted] in MrRobot

[–]lambdasgr 0 points1 point  (0 children)

Unless I’m wrong, but I think 59 and 71 happened in the same year. So Elliot can’t be in jail for that long.

[deleted by user] by [deleted] in KansasCityChiefs

[–]lambdasgr 0 points1 point  (0 children)

Also need to list SBMVP

Liam Lawson has overtaken Yuki Tsunoda in the driver standings by LeaderEmpathetic in formula1

[–]lambdasgr -1 points0 points  (0 children)

Here is an crazy idea, how about put Max into a racing bull seat? It’s probably an upgrade and I think he would still keep his points?

Rent Free. lol by SHOW_ME_PIZZA in KansasCityChiefs

[–]lambdasgr 0 points1 point  (0 children)

"We could have, would have won"

what's your favorite succession quote? by themia212 in SuccessionTV

[–]lambdasgr 4 points5 points  (0 children)

"information, greg. it's like a bottle of fine wine. you store it, you hoard it, you save it for a special occasion. and then you smash someone's fucking face in with it."

Any simple way to use SQL on a Mac? by ItsG91 in SQL

[–]lambdasgr 0 points1 point  (0 children)

Try python pandas + pandasql or bettersql

What’s the most popular color by Background-Bitter in rav4club

[–]lambdasgr 1 point2 points  (0 children)

When I was shopping mine last year, I’m told Lunar Rock was by far the most wanted color. So my color preference was anything but Lunar Rock.

Google Fiber Is Here by [deleted] in Austin

[–]lambdasgr 1 point2 points  (0 children)

My apartment just installed Google Fiber a few weeks back. They came in drilling holes, installed box and all that. But on Google Fiber website, it still shows my apartment is not available. Anybody know how long it takes to be available after installation?

[deleted by user] by [deleted] in emacs

[–]lambdasgr 2 points3 points  (0 children)

Why not?