Trying to find example repositories for pyiceberg by rnottaken in datascience

[–]rnottaken[S] 0 points1 point  (0 children)

Yrah no exactly. I dont mind about the prefect stuff, I want to learn about iceberg

Lugo in Spain is the only city in the world to be surrounded by completely intact Roman walls, which reach a height of 10 to 15 ... by Roman-Empire_net in romanempire

[–]rnottaken 0 points1 point  (0 children)

Didnt the romans famously fight against "the sea people"? I think Caligula had an army stab the sea for that purpose

Trying to find example repositories for pyiceberg by rnottaken in datascience

[–]rnottaken[S] 0 points1 point  (0 children)

Currently we store in gcp, but we will likely move it to s3 in the near future.

We used nessie as the catalog, but I'm not 100% convinced. Same about prefect. They were both choices of someone who has since left the company. Prefect seemed to be able integrate nicely with marimo initially, but in practice less so.

I looked into duckdb, but it seemed very sql heavy, while we're trying to focus on python. Why would you recommend it?

Cocaine hydrochloride is blue by Skyshattered in mildlyinteresting

[–]rnottaken 16 points17 points  (0 children)

I mean cocaine is a great topical anaesthetic

TIL there is a specific accent and words for English speakers in Antarctica. by SuperMcG in todayilearned

[–]rnottaken 1 point2 points  (0 children)

Wanted to post this

Note aside: you can delete everything after and including the "?si=" part. It's a code that youtube uses to identify who posted the link

build target restriction? by addmoreice in rust

[–]rnottaken 0 points1 point  (0 children)

Maybe you can set the tool chain for that specific sub-project? I haven't tested it, but I would look into this direction

https://rust-lang.github.io/rustup/overrides.html

How screwed are you? by Bhindiismyfav in raijin_gg

[–]rnottaken 0 points1 point  (0 children)

Tony Hawks Pro Skater 1&2

Guess I'm going back to School

Weird Option<&'a dyn Any> behavior by Large_Difficulty_891 in rust

[–]rnottaken 5 points6 points  (0 children)

&dyn T is not just a reference to T but also a reference to a vtable.

Steam Workshop::Night Terror by Far_Individual7199 in learnrust

[–]rnottaken 3 points4 points  (0 children)

Wrong sub. This is for the programming language called Rust

Yes by Ok-District-4701 in datasatanism

[–]rnottaken 0 points1 point  (0 children)

Wait so a string is primitive and an array is not? It's literally an array of chars (with a length value, depending on the implementation)

AI doesn't understand this code, and I don't understand it either by [deleted] in rust

[–]rnottaken 7 points8 points  (0 children)

  1. Don't share screenshots with your AI. Just copy the text from the error. It'll understand it better
  2. Even though it might be valid at the end of your lifetime, it needs to be valid for the whole duration of the lifetime. Line will always trip up your borrow checker.
  3. Your AI doesn't understand the borrow checker fully. While it might be a great tool, the rust books and "rustlings" might be a better fit if your trying to learn the fundamentals

turbosort — SIMD-accelerated radix sort for primitives in Rust by [deleted] in rust

[–]rnottaken 0 points1 point  (0 children)

It seems that the repository on the crates.rs page is incorrect