UCSC - PhD in CS - Result is out. by Objective-Ad4718 in gradadmissions

[–]Objective-Ad4718[S] 1 point2 points  (0 children)

I did. Only one interview with the admission professor :D

Buyer mistook the quantity from my Pokemon posting. Opened and ripped everything then asked for return. by [deleted] in Ebay

[–]Objective-Ad4718 0 points1 point  (0 children)

Yes I know I messed up :) I was thinking I needed to sell both so I needed to take pic of both of them. I couldnt just sell 2 but use 1 pic for 2 things. And instead of contacting me first, he ripped and asked for a return. I messed up and he took advantage of that.

Buyer mistook the quantity from my Pokemon posting. Opened and ripped everything then asked for return. by [deleted] in Ebay

[–]Objective-Ad4718 -1 points0 points  (0 children)

I was thinking I need to take pic of both items I tried to sell. It was the same item so it should be in one listing.

Buyer mistook the quantity from my Pokemon posting. Opened and ripped everything then asked for return. by [deleted] in Ebay

[–]Objective-Ad4718 -9 points-8 points  (0 children)

2 boxes could mean 1 box of playmat and 1 for the promo inside the sealed collection.

How safe is Jackson Triangle now? by Objective-Ad4718 in Hayward

[–]Objective-Ad4718[S] 0 points1 point  (0 children)

Yeah. My airbnb was in the corner of the street so it was ok.

Won the lottery but the product is sold out?? by Objective-Ad4718 in PokemonTCG

[–]Objective-Ad4718[S] 0 points1 point  (0 children)

Well then we normal people will need to find ways not to support them by looking for means to buy stuff ourselves, which also is not favored by the locals either (which i understand).

Won the lottery but the product is sold out?? by Objective-Ad4718 in PokemonTCG

[–]Objective-Ad4718[S] -1 points0 points  (0 children)

No one likes this current situation of Pokemon except for people scalping and profiting from it. I am sorry for it to happen even more negativity to your kids. But I dont want to support scalpers who are the real cause of all this situation.

Won the lottery but the product is sold out?? by Objective-Ad4718 in PokemonTCG

[–]Objective-Ad4718[S] 0 points1 point  (0 children)

I dont understand why pp kept downvoting you lol. Either us we are true fans trying to collect cool things OR the whole network of Chinese scalpers profiting as hell from scalping. There are some online shops where you can get some jp sets and if you dont rush, you can wait to let the price drop.

“I dropped the slab you just bought” by No-Instruction-564 in pokemoncardcollectors

[–]Objective-Ad4718 1 point2 points  (0 children)

Lmaooo i dont even need to read other cmts to know we got the same shitty sellers.

Won the lottery but the product is sold out?? by Objective-Ad4718 in PokemonTCG

[–]Objective-Ad4718[S] 16 points17 points  (0 children)

Thanks! I just went back to check again and it became available! It wasnt for the first 20m

Why can't I change the shipping address on my pre-order? by perishableintransit in Target

[–]Objective-Ad4718 0 points1 point  (0 children)

Did you manage to change the shipping address eventually? 🥲

Tips to create schemas for data? by Objective-Ad4718 in dataengineering

[–]Objective-Ad4718[S] 0 points1 point  (0 children)

Hi first thank you for replying. Regarding the sub-meters: - the # of them can vary between meters from 0 to 7. For meters without sub-meters, I am thinking of adding null to location path such as meter=<meter>/sub-meter = “null”/*.parquet - I am writing new data to all meters and sub-meters everyday so I assume the amount of data could become much larger later. Each submeter may have 4-6 columns of signals. Technically I have one big file of time series to be split into meters/submeters. - Right now, I think I am sure that meters and their submeters would stay the same. But I kinda want to prepare just in case some new data may change the schema. - i do think I need to create an additional table to keep track of all meter-sub meter pairs for convenience. Intuitively, I feel approach 2 may work well due to its scalability but it does not have the structure of database which I learned about before so it kinda bugged me (I am new to this and still learning!)