Jump to content

Shally

Member
  • Posts

    854
  • Joined

  • Last visited

Awards

About Shally

  • Birthday Apr 23, 1997

Profile Information

  • Gender
    Male
  • Location
    Vancouver
  • Interests
    Hiking & Camping
  • Biography
    Currently living in Vancouver B.C. I once saw a bearded man with a toddler who looked like Linus. That was cool.
  • Occupation
    Software Engineer
  • Member title
    Pro Idiot

System

  • Operating System
    Windows 10

Recent Profile Visitors

3,014 profile views
  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!
×