Jump to content

Shally

Member
  • Posts

    854
  • Joined

  • Last visited

Everything posted by Shally

  1. I checked the other item that was delivered in thew order, it actually has three pictures of the item being delivered, one of my building, one of my package and one of the front door with the package. Yeah... now it 100% seems like the courier knew what he was doing, luckily it was only the mystery puzzle and not my new comfy track-pants and desk pad.
  2. This was my thoughts at first, but I am from Vancouver myself so it's not terribly unlikely it came straight from the source, i.e, someone at ltt inventory. I sent an email but I did so before seeing the photo and tracking information.
  3. I realized that the mystery puzzle I ordered during the Black Friday sale hadn't been delivered. On inspecting the tracking information, it appeared that the courier service made no effort to deliver my package. Upon further investigation, the tracking update mentioned that delivery was unsuccessful a few days ago due to the reason 'Customer Name Not Listed on Call Box', which is strange as my name is definitely listed. Delving deeper, I found an accompanying photo of the parcel, curiously placed in front of another LTT store deskpad, timestamped at 06:54:18. This clearly indicates that the package never left their premises, as evidenced by the presence of the LTT store desk pad in the photo. I'm baffled by this level of negligence. I know this is negligence because the other item in the order arrived and the delivery driver was able to call me through the intercom. 2023-12-08 06:54:00 PT Driver #9532 Started Route. Estimated Delivery Time : 15:04 Richmond Driver Started Route 2023-12-08 06:54:33 PT Status Update AT 2023-12-08 06:55:00 VANCOUVER Unable To Access - Customer Name Not Listed on Call Box
  4. Can't we say the same about the notebooks they are selling too though? I mean I do love mine, but it's not much different than a similar valued notebooks. Doesn't stop them from selling them!
  5. I bought a notebook way back in July last year and I've just now filled it up. Is there any ETA for when the notebook will be back in stock or was it a limited time thing?
  6. Hmm I guess it's a common issue because I didn't post on discord! But I tried super glue, it held up for a week but a lot of use quickly breaks the glue. Also where mine cracked, it's hard to get it to glue back without sealing the cap in place.
  7. True, but it's risk/reward right? There's a lot of risk by running miners on personal PCs around the globe, not a lot of risk pushing back on right to repair.
  8. This is my second LTT water bottle, the first one was great and had the older screwcap lid. Since moving to Vancouver I bought the newer water bottle but the new fancy lid broke on the first fall it took. Luckily it's a standard sized screw cap a lid from an older bottle fits just fine, I just miss the nice ltt cap.
  9. Yeah ain't no way Apple is running anything like that, they straight up don't need the cash...
  10. Huh I also just did this on my work machine, and it works! Anyone know what VirtualScanner.app is for maybe? EDIT: I'm on the 2022 model Macbook pro for anyone interested
  11. In the sample JSON i gave, I essentially want results to look like this after: results = [ {'id': '1', 'message': 'Queue does not have minimum required number of members. Required at least 5 but found 4.', 'decision': 'Failed'}, {'id': '2', 'message': 'Less than 10 length', 'decision': 'Failed'} ] So it updated id:2 because id:2 in the metrics dictionary had a count of 0, which is less than 10
  12. Hey guys, So I have two dictionaries that look like this: results = [ {'id': '1', 'message': 'Queue does not have minimum required number of members. Required at least 5 but found 4.', 'decision': 'Failed'}, {'id': '2', 'message': '', 'decision': ''} ] metrics = { 'results': [{ 'group': { 'id': '1' }, 'data': [{ 'metrics': [{ 'result': { 'count': 15 } }] }] }, { 'group': { 'id': '2' }, 'data': [{ 'metrics': [{ 'results': { 'count': 0 } }] }] }] } I want to update the 'results' dictionary with where the 'decision' : 'Failed' if count is less than 10 in the metrics dictionary for that id. I can't seem to find a elegant way to do this at all and it's driving me nuts
  13. I think it's just .before() but thanks!
  14. Found it: String recvTime = "2020-08-12T17:30:12.236Z"; SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss"); System.out.println(sdf.parse(recvTime));
  15. Hey guys, This is probably simple but I can't find an elegant solution. I have a timestamp like this as a String: String recvTime = "2020-08-12T17:30:12.236Z"; String inputTIme = "2021-09-13T18:50:13.236Z"; Essentially I just want to compare the times to see if recvTime is more recent than inputTime What is best practice to do such a comparison?
  16. Hola, So let's say I have this JSON: { "items": [ { "itemID": "1", "itemInfo": [ { "name": "movieId", "value": "1" }, { "name": "movieTitle", "value": "Toy Story (1995)" } ] }, { "itemID": "1", "itemInfo": [ { "name": "movieId", "value": "2" }, { "name": "movieTitle", "value": "Toy Story 2" } ] } ] } And I need to remove any items with the same itemIds, even if their itemInfo's are different. Here's what I tried that didn't work: items = local_request.extract_value(json_body, 'items') items = removeduplicate(items) def removeduplicate(it): # remove duplicates res_list = [] for i in range(len(it)): if it[i] not in it[i + 1:]: res_list.append(it[i]) return it Any suggestions?
  17. About 10 months ago I participated in a Logitech research study in my University, it was just a few hours worth of work and in return they gave me a Logitech G pro wireless. Now the scroll has randomly stopped working. Do I have any warranty without proof of purchase?
  18. So I posted last night and took on some suggestions. I've been able to collect some extra one for this but this is the max budget I can afford: PCPartPicker Part List: https://pcpartpicker.com/list/WTJjL2 CPU: Intel Core i3-9100F 3.6 GHz Quad-Core Processor ($78.00 @ B&H) Motherboard: MSI B365M PRO-VDH Micro ATX LGA1151 Motherboard ($74.99 @ Newegg) Memory: Crucial 8 GB (2 x 4 GB) DDR4-3200 Memory ($40.99 @ Newegg) Storage: Samsung 850 EVO-Series 120 GB 2.5" Solid State Drive Video Card: Sapphire Radeon RX 580 8 GB NITRO+ Video Card Case: NZXT S340 ATX Mid Tower Case Power Supply: Corsair VS 450 W 80+ Certified ATX Power Supply Total: $193.98 Prices include shipping, taxes, and discounts when available Generated by PCPartPicker 2020-04-06 13:39 EDT-0400 FYI: PSU and Case are my old ones, so I won't be buying them So will this run CSGO smoothly?
  19. We also cannot afford a graphics card
  20. I looked it up, the FPS is negligible no?
  21. Sorry got a very very limited budget
  22. Ah sorry forgot to mention, case and PSU are my old ones, already have them! That's why their a little more pricey
×