Spaces:
Build error
Build error
File size: 35,333 Bytes
7a479d7 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 | [
{
"id":45,
"person": "DataNinja",
"datetime": "2023-07-11 9:21 AM",
"message": "#greenshirts #nomemoneeded IMG_6103",
"reactions": [
{
"emoji": ":greenteam:",
"count": 8
},
{
"emoji": ":twinsparrot:",
"count": 1
},
{
"emoji": ":blueheart:",
"count": 4
},
{
"emoji": ":green_heart:",
"count": 3
},
{
"emoji": ":shirt:",
"count": 3
}
],
"replies": 5
},
{
"id":1,
"person": "carlos.salazar",
"datetime": "2023-06-22 9:47 AM",
"message": "Ooo.",
"reactions": [
{
"emoji": ":korok:",
"count": 1
}
],
"replies": 0
},
{
"id":2,
"person": "Keri W",
"datetime": "2023-06-22 9:52 AM",
"message": "IMPORTANT ADDITION: You do NOT need ANY experience or knowledge of D&D to join the one-shot campaign. R2 will walk you through everything you need to know. Don't be shy and join us! (edited)",
"reactions": [
{
"emoji": ":build_heart:",
"count": 7
}
],
"replies": 0
},
{
"id":3,
"person": "Brad Merrell",
"datetime": "2023-06-22 10:14 AM",
"message": "After the summer, then I will be more available.",
"reactions": [
{
"emoji": ":build:",
"count": 1
}],
"replies": 1
},
{
"id":4,
"person": "Jay Patel",
"datetime": "2023-06-22 12:04 PM",
"message": "@here L&L starting in 5 mins. If you are in the office, Feel free to come to RICE. AI Tutoring: Paving the Way to Better Tomorrows in Education\nhttps://teams.microsoft.com/l/meetup-join/19%3ameeting_MTg2OWRkYzgtYTdmOS00NTk4LWE4MmQ[…]2c%22Oid%22%3a%22bca811aa-1982-4f3b-b602-bca1a89180dc%22%7d",
"reactions": [
{
"emoji": ":ai:",
"count": 1
}
],
"replies": 0
},
{
"id":5,
"person": "Manik",
"datetime": "2023-06-22 2:01 PM",
"message": "It's @Sam ’s 2 year Slalomversary. Sam, it's been a pleasure to be on a team with you and thanks for everything you do at _build, especially around the ERGs. Congratulations!",
"reactions": [
{
"emoji": ":sam:",
"count": 9
},
{
"emoji": ":tada:",
"count": 3
},
{
"emoji": ":thank-you:",
"count": 1
},
{
"emoji": ":party_blob:",
"count": 1
}
],
"replies": 10
},
{
"id":6,
"person": "Naeem",
"datetime": "2023-06-22 2:02 PM",
"message": "@Sam happy Slalomversary!",
"reactions": [
{
"emoji": ":thank-you:",
"count": 1
}
],
"replies": 0
},
{
"id":7,
"person": "Monika Rudra",
"datetime": "2023-06-22 2:02 PM",
"message": "Happy Slalomversary @Sam",
"reactions": [
{
"emoji": ":thank-you:",
"count": 1
}
],
"replies": 0
},
{
"id":8,
"person": "ʎןןǝʞ",
"datetime": "2023-06-22 2:09 PM",
"message": "Happy Slalomversary, my dear friend! @Sam :hugging_face:",
"reactions": [
{
"emoji": ":thank-you:",
"count": 1
},
{
"emoji": ":heart:",
"count": 1
}
],
"replies": 0
},
{
"id":9,
"person": "David Bernal",
"datetime": "2023-06-22 2:20 PM",
"message": "Happy Slalomversary, @Sam! :partyblob:",
"reactions": [
{
"emoji": ":thank-you:",
"count": 1
}
],
"replies": 0
},
{
"id":10,
"person": "Doug Bowen",
"datetime": "2023-06-22 2:37 PM",
"message": "FYI at 3:30 today, I'll be taking the Arcade machine down for maintenance. It will actually remain down until next Wednesday morning as I work through some marquee configuration. :dealwithit:",
"reactions": [
{
"emoji": ":gameboy:",
"count": 4
}
],
"replies": 0
},
{
"id":11,
"person": "John Flaherty",
"datetime": "2023-06-22 7:36 AM",
"message": "Thank you to everyone who came into the office yesterday in support of our Build Center tour for Woodside Energy and AWS. Special thanks to @Christy Nolan and @Danny Weldon for their support presenting “how we work” and “what we’re working on”. We’re well positioned to win work with the buyer at Woodside stating “several consulting companies have pitched to me but nobody aligns better with my vision than Slalom does”.",
"reactions": [
{
"emoji": ":build_heart:",
"count": 30
},
{
"emoji": ":build:",
"count": 9
},
{
"emoji": ":minion-woohoo:",
"count": 2
},
{
"emoji": ":yes-nod:",
"count": 1
}
],
"replies": 0
},
{
"id":12,
"person": "derreck.stellpflug",
"datetime": "2023-06-20 2:36 PM",
"message": ":alert0: :blob-policeangry: :oncoming_police_car: :alert0: Saw :eyes-intensify: :pirate_flag: this the other day :exploding_head: ...someone please forward :mailbox: this to :slalom:lalom :build:uild Legal:judge:",
"reactions": [
{
"emoji": ":cat-scream-rage:",
"count": 4
},
{
"emoji": ":joy:",
"count": 3
},
{
"emoji": ":disgruntled-doug:",
"count": 1
}
],
"replies": 0
},
{
"id":13,
"person": "Slackbot",
"datetime": "2023-06-20 4:00 PM",
"message": "Reminder: Time sheets!",
"replies": 0
},
{
"id":14,
"person": "Naeem",
"datetime": "6:24 PM",
"message": "Happy Friday",
"reactions": [
{
"emoji": ":cocktail:",
"count": 6
},
{
"emoji": ":tequila:",
"count": 4
},
{
"emoji": ":100:",
"count": 3
}
],
"replies": 0
},
{
"id":15,
"person": "Steven Murray",
"datetime": "2023-06-20 8:58 PM",
"message": "Date night with my wife at the Sugar Land Space Cowboys game.",
"reactions": [
{
"emoji": ":blueheart:",
"count": 20
}
],
"replies": 0
},
{
"id":16,
"person": "Naeem",
"datetime": "2023-06-20 4:58 PM",
"message": "Happy Father's day to all you _Builder Dads out there!",
"reactions": [
{
"emoji": ":+1:",
"count": 6
},
{
"emoji": ":man:",
"count": 2
},
{
"emoji": ":build_heart:",
"count": 4
},
{
"emoji": ":salute:",
"count": 1
}
],
"replies": 0
},
{
"id":17,
"person": "Michelle Francisco",
"datetime": "9:44 AM",
"message": "Anyone had any cool gifts/activities for Father’s Day?",
"reactions": [
{
"emoji": ":+1:",
"count": 1
}
],
"replies": 0
},
{
"id":18,
"person": "Michelle Francisco",
"datetime": "2023-07-11 11:12 AM",
"message": "National Cow Appreciation Day - @julie.lowe how are the cows? :slightly_smiling_face: :cow:",
"reactions": [
{
"emoji": ":cow2:",
"count": 6
}
],
"replies":7
},
{
"id":19,
"person": "richard.hand",
"datetime": "2023-06-20 9:45 AM",
"message": "I applied sunscreen poorly and have stripes of sunburn....",
"reactions": [
{
"emoji": ":sad-dog-2:",
"count": 2
},
{
"emoji": ":mario_sun:",
"count": 3
},
{
"emoji": ":rolling_on_the_floor_laughing:",
"count": 5
}
],
"replies":0
},
{
"id":20,
"person": "Mrinalini Shekhawat",
"datetime": "2023-06-20 9:46 AM",
"message": "My 3 year old daughter went to GAP and selected a flower print shirt for my husband - Nishank (I have never seen him wear flower print, till yesterday). She also bought candy 'to share'.",
"reactions": [
{
"emoji": ":grinning:",
"count": 7
},
{
"emoji": ":+1:",
"count": 1
},
{
"emoji": ":heart:",
"count": 12
},
{
"emoji": ":flower:",
"count": 2
}
],
"replies":0
},
{
"id":21,
"person": "Ahmad Shareef",
"datetime": "2023-06-20 10:20 AM",
"message": "@channel Who's going in on Wednesday!? For lunch, We will be having lunch from Bellagreen. If want lunch please drop a :lunch-bag: by EOD today. This will help me determine how much to order! Thank you:build_heart: Options Below , comes with chips and fresh fruit...",
"reactions": [
{
"emoji": ":lunch-bag:",
"count": 38
},
{
"emoji": ":sob:",
"count": 1
}
],
"replies":0
},
{
"id":22,
"person": "Stanley Lee Bertrand",
"datetime": "2023-06-20 10:29 AM",
"message": "Hey, what do we do if B.R.A.D. kicks back and error? @Ethan Bowen @Doug Bowen",
"replies":0,
"reactions": [
{
"emoji": ":parking:",
"count": 1
}]
},
{
"id":23,
"person": "John Flaherty",
"datetime": "2023-06-20 11:16 AM",
"message": "@channel Also happening on Wednesday is the Woodside Build Center Tour beginning at 9am. I would like to have as many Builders in the office as possible. Please make every effort to be on-site. Thank you.",
"reactions": [
{
"emoji": ":+1:",
"count": 13
},
{
"emoji": ":hack4socialgood:",
"count": 7
}
]
},
{
"id":24,
"person": "Michelle Francisco",
"datetime": "2023-06-20 11:34 AM",
"message": "BuildersAssemblesmaller.png",
"reactions": [
{
"emoji": ":hero:",
"count": 3
}
],
"replies":0
},
{
"id":25,
"person": "Jordan Lene",
"datetime": "2023-06-20 12:31 PM",
"message": "., .,.;’/bcv=hc=bgx[pL;IKQWSDFGHNM,////",
"reactions": [
{
"emoji": ":cat:",
"count": 3
},
{
"emoji": ":baby:",
"count": 8
},
{
"emoji": ":cute_tears:",
"count": 1
},
{
"emoji": ":build_heart:",
"count": 1
}
],
"replies":0
},
{
"id":26,
"person": "richard.hand",
"datetime": "2023-06-20 1:49 PM",
"message": "how to tell someone sitting behind you chewing ice from a solo cup that it is really on your nerves? - asking for a friend",
"replies":0
},
{
"id":27,
"person": "Michelle Francisco",
"datetime": "2023-07-13 5:23PM",
"message": "@Doug Bowen what's wrong with the J.O.H.N.?",
"reactions": [
{
"emoji": ":disgruntled-doug:",
"count": 2
}
],
"replies": 6
},
{
"id":28,
"person": "Jason Riley",
"datetime": "2023-07-06 8:38AM",
"message": "Please wish @Christy Nolan a happy 2 year Slalomversary!",
"reactions": [
{
"emoji": ":celebrate-inclusive:",
"count": 6
},
{
"emoji": ":tada:",
"count": 1
},
{
"emoji": ":2-two:",
"count": 1
}
],
"replies": 13
},
{
"id":29,
"person": "Alexa De La Garza",
"datetime": "2023-07-06 8:50AM",
"message": "@here Good morning everyone! We are having our CCC today in the rice room from 9:00-10:00am!",
"reactions": [
{
"emoji": ":clapping-inclusive:",
"count": 3
},
{
"emoji": ":coffee:",
"count": 4
},
{
"emoji": ":bean:",
"count": 3
}
],
"replies": 0
},
{
"id":30,
"person": "Richard Hand",
"datetime": "2023-07-06 9:05AM",
"message": "Is anyone else getting signed out of their sessions from one day to the next? My Chrome tab that had a sharepoint open, logged me out, my Salesforce link, logged out... Anyone else?",
"reactions": [
{
"emoji": ":sad-face:",
"count": 1
}],
"replies": 0
},
{
"id":31,
"person": "Michelle Francisco",
"datetime": "2023-07-06 9:07AM",
"message": "I am not @Richard Hand",
"reactions": [
{
"emoji": ":build_heart:",
"count": 1
}],
"replies": 0
},
{
"id":32,
"person": "Inez Escandon",
"datetime": "2023-07-06 10:18PM",
"message": "UPDATE: They've been found! Thank you @Alexa De La Garza and @Josh Mascorro :meow_heart: If anyone sees/saw the wine bottles I won from the auction for Target Hunger can you please put them by Melanie’s desk :melting_face: I think I left them by Rice where we were having karaoke or maybe even by the elevators.",
"reactions": [
{
"emoji": ":wine:",
"count": 1
}],
"replies": 0
},
{
"id":33,
"person": "Ahmad Shareef",
"datetime": "2023-07-07 12:07 PM",
"message": "@here :alert-blue:calling all bakers!! Want to show off your skills & take on a challenge to be titled the best baker in the Houston Build Center?? Then enter The Great Build Bake Off!! :chefkiss::blob-birthdaycake::first_place_medal::blobwhee: We are doing Cakes this round:blob-birthdaycake:! Sign up HERE & bring your best slices on Wednesday, June 14th. More deets below :point_down: Please be sure to pre-cut the cake into bite-size, before the judging There will be a People’s Choice and Judges’ Choice as winners You do not need to be present during the judging time to enter. Bakeoff (2).png",
"reactions": [
{
"emoji": ":cake-cowboy:",
"count": 3
},
{
"emoji": ":blob-birthdaycake:",
"count": 2
}
],
"replies": 0
},
{
"id":34,
"person": "Alexa De La Garza",
"datetime": "2023-07-07 2:25 PM",
"message": "@here Hello folks! B.R.A.D is working again if anyone in the office needs parking validation :brad-badge::blue_car:",
"reactions": [
{
"emoji": ":brad-bot:",
"count": 8
},
{
"emoji": ":hack4socialgood:",
"count": 1
},
{
"emoji": ":brad-badge:",
"count": 3
}
],
"replies": 0
},
{
"id":35,
"person": "jmoney",
"datetime": "2023-07-07 5:39 PM",
"message": "Severe T storms just hit Northside. High winds, torrential downpour, and the traditional ceremonial power outage.",
"reactions": [
{
"emoji": ":open_mouth:",
"count": 1
},
{
"emoji": ":yes2:",
"count": 1
}
],
"replies": 1
},
{
"id":36,
"person": "Doug Bowen",
"datetime": "2023-07-07 5:50 PM",
"message": "Be safe!",
"reactions": [
{
"emoji": ":build:",
"count": 1
}],
"replies": 0
},
{
"id":37,
"person": "jmoney",
"datetime": "2023-07-07 6:59 PM",
"message": "I call this \"lights-out grilled chicken nachos\"",
"reactions": [
{
"emoji": ":blueheart:",
"count": 7
},
{
"emoji": ":excuse-me-aless:",
"count": 3
},
{
"emoji": ":+1:",
"count": 2
},
{
"emoji": ":power-outage:",
"count": 1
}
],
"replies": 0
},
{
"id":38,
"person": "Ahmad Shareef",
"datetime": "2023-07-10 11:18 AM",
"message": "@here Who's going in on Wednesday!? We will be having Tacos from Velvet Taco. If want lunch please drop a :taco: by EOD today:alert0:. This will help me determine how much to order! Thank you :build_heart: Buffalo Chicken - crisp tenders, house buffalo sauce, danish bleu cheese, ranch crema, carrots, micro celery, flour tortilla Picnic chicken - rotisserie chicken, avocado crema, warm honey-dijon potato salad, crispy chicken skin, cilantro, flour tortilla Mediterranean mushroom - grilled portobello mushrooms, french fries, cucumber, grilled heirloom tomatoes, dill, flour tortilla - Vegan Grilled salmon - napa slaw, citrus lime crema, pickled fresnos, roasted corn pico, avocado crema, micro cilantro, corn tortilla Side: Elote & chips- queso listo, Valentina, citrus lime crema, queso fresco, lime (edited)",
"reactions": [
{
"emoji": ":taco:",
"count": 42
},
{
"emoji": ":drooling_face:",
"count": 1
}
],
"replies": 6
},
{
"id":39,
"person": "Ahmad Shareef",
"datetime": "2023-07-10 11:24 AM",
"message": "@here :ai:Hey HOU Build the second Hackathon Subject Matter Expert Series hosted by Carrick Carpenter, Miles Erickson and Etienne Ohl is this Wednesday, June 7th at 10:30am PT. Learn how to cruise quicker and securely with Generative AI! Check out the Hackathon events page.",
"replies": 0,
"reactions": [
{
"emoji": ":build_heart:",
"count": 2
},
{
"emoji": ":+1:",
"count": 2
}
]
},
{
"id":40,
"person": "Robert Hailey",
"datetime": "2023-07-10 11:38 AM",
"message": "My notebook indicates there was a lunch-and-learn on robert's rules of order today, but I don't see it on the calendar. Was it cancelled/rescheduled? I don't even see the invite in my email. (edited)",
"reactions": [
{
"emoji": ":question:",
"count": 1
}],
"replies": 2
},
{
"id":41,
"person": "Linh Ta",
"datetime": "2023-07-10 11:49 AM",
"message": "Also happening tomorrow~ Wednesday June 7th at 5pm sharp is BUILD KARAOKE NIGHT!!!! :celebrate::micdrop-boom::dancefloor: @here",
"reactions": [
{
"emoji": ":celebrate-inclusive:",
"count": 5
},
{
"emoji": ":microphone:",
"count": 4
},
{
"emoji": ":dancefloor:",
"count": 1
}
],
"replies": 5
},
{
"id":42,
"person": "jmoney",
"datetime": "2023-07-10 9:59 PM",
"message": "I'll miss WFWW with a cough and a fever :face_with_thermometer:",
"reactions": [
{
"emoji": ":get-well-soon:",
"count": 3
}
],
"replies": 0
},
{
"id":43,
"person": "Steven Murray",
"datetime": "2023-07-10 6:16 AM",
"message": "BRAD is down this morning.",
"reactions": [
{
"emoji": ":disappointed_relieved:",
"count": 1
}
],
"replies": 6
},
{
"id":44,
"person": "Melanie Halbert",
"datetime": "2023-07-11 8:43 AM",
"message": "Hey @channel, oddly specific request: If you’re an artistic human who plays Pokémon Go, please come find me when you have a little spare time. I’ve got a fun project for you.",
"reactions": [
{
"emoji": ":pokeball:",
"count": 5
}
],
"replies": 3
},
{
"id":46,
"person": "Jane",
"datetime": "2023-07-11 9:52 AM",
"message": "replied to a thread: #greenshirts #nomemoneeded Well, we just had to! IMG_8782.JPG.jpg",
"reactions": [
{
"emoji": ":yes-flash:",
"count": 4
},
{
"emoji": ":pants:",
"count": 6
}
],
"replies": 0
},
{
"id":47,
"person": "Doug Bowen",
"datetime": "2023-07-11 9:54 AM",
"message": "All thats left is shoes!!",
"reactions": [
{
"emoji": ":build:",
"count": 1
}],
"replies": 0
},
{
"id":48,
"person": "DataNinja",
"datetime": "2023-07-11 10:00 AM",
"message": "Let’s see who is up to the challenge @Doug Bowen",
"reactions": [
{
"emoji": ":build:",
"count": 1
}],
"replies": 0
},
{
"id":49,
"person": "Doug Bowen",
"datetime": "2023-07-11 10:12 AM",
"message": "Just FYI, our arcade machine (JOHN) is open for business! Let me know if you have any requests, concerns, or suggestions. For those asking, we have a digital marquee coming in the next few weeks and we'll be vinyl wrapping the cabinet closer to August (when our UX designer returns from leave) Have fun!",
"reactions": [
{
"emoji": ":build_heart:",
"count": 17
},
{
"emoji": ":hack4socialgood:",
"count": 9
},
{
"emoji": ":mario3:",
"count": 8
},
{
"emoji": ":arcade:",
"count": 5
},
{
"emoji": ":pacman:",
"count": 5
},
{
"emoji": ":nice_neon:",
"count": 3
}
],
"replies": 0
},
{
"id":50,
"person": "Ahmad Shareef",
"datetime": "2023-07-17 8:51 AM",
"message": "@here Hope everyone had a restful 3-day weekend! Who's going in tomorrow!? We will be having Bowls from Genghis Grill. If want lunch please drop a :dumpling: by EOD today:alert0:. This will help me determine how much to order! Thank you :build_heart: Menu: Tofu 4 U Bowl - Tofu with dragon salt, yellow onions, broccoli, roasted bell peppers, roasted sesame garlic sauce, and white rice. Topped with toasted sesame seeds and green onions. Teriyaki Chicken - Chicken, broccoli, green onion, and pineapple in a sweet soy-ginger teriyaki sauce served with white rice. Topped with crunchy chow mein. Bangkok Bowl - Chicken, crushed red pepper, ginger, yellow & green onions, sugar snap peas, red bell peppers, carrots, and Udon noodles with a savory sauce. Topped with toasted sesame seeds and green onions. Supreme Fried Rice Bowl - Steak, chicken, and shrimp with fried rice (w/ yellow & green onions, red bell peppers, carrots, & egg).",
"reactions": [
{
"emoji": ":dumpling:",
"count": 34
},
{
"emoji": ":hearts:",
"count": 2
}
],
"replies": 12
},
{
"id":51,
"person": "Phillip Nguyen",
"datetime": "2023-07-12 8:53 AM",
"message": "I’ll take a Bangkok bowl!",
"reactions": [
{
"emoji": ":bowl:",
"count": 1
}
],
"replies": 0
},
{
"id":52,
"person": "Blake Bryce",
"datetime": "2023-07-12 9:02 AM",
"message": "Happy 6 year anniversary to the formation of Houston :_b: QE :celebrate-all: @Logan Le @Blake Bryce @King Khan",
"reactions": [
{
"emoji": ":clapping-inclusive:",
"count": 19
},
{
"emoji": ":_build_qe:",
"count": 11
},
{
"emoji": ":blake:",
"count": 5
},
{
"emoji": ":loganle:",
"count": 5
},
{
"emoji": ":salman:",
"count": 5
},
{
"emoji": ":build4:",
"count": 2
}
],
"replies": 0
},
{
"id":53,
"person": "Michelle Francisco",
"datetime": "2023-07-12 10:28 AM",
"message": "Hey hey hey Houston! Hope you all had a relaxing and enjoyable 3-day weekend. Partners 4 Good will be building Worthy Bags Friday June 2 from 12-1pm 12:30-1:30pm. If you are interested in helping, reply here and I’ll forward you the invite. Also, feel free to just stop by and help out. Hope to see you Friday! (edited)",
"reactions": [
{
"emoji": ":heart:",
"count": 3
},
{
"emoji": ":build_heart:",
"count": 1
}
],
"replies": 2
},
{
"id":54,
"person": "Ahmad Shareef",
"datetime": "2023-07-12 11:16 AM",
"message": "@here a quick note, the first session of the Hackathon Subject Matter Expert Series with Bethany Mudd and Chris Samuels is tomorrow, May 31st at 10:30am PT. Learn how to reimagine the art of the possible with Generative AI:ai:. You can join by using the add to calendar function from the Hackathon events page.",
"replies": 0,
"reactions": [
{
"emoji": ":build_heart:",
"count": 5
}]
},
{
"id":55,
"person": "Ahmad Shareef",
"datetime": "2023-07-12 11:54 AM",
"message": "@here Hey everyone! If you are currently at the Slalom office and drive a white Mercedes SUV (license plate OKPAKO), please move it immediately as it is parked in a reserved spot on Level 3 and will be towed if not moved by 1pm. giphy (4).gif",
"replies": 0,
"reactions": [
{
"emoji": ":no_mouth:",
"count": 1
}
]
},
{
"id":56,
"person": "derreck.stellpflug",
"datetime": "2023-07-12 12:07 PM",
"message": ":alert0::derreck_5_aws::alert0::derreck_5_aws::alert0::derreck_5_aws::alert0::derreck_5_aws::alert0::derreck_5_aws::alert0::derreck_5_aws::alert0::derreck_5_aws::alert0: :derreck_5_aws::alert0::derreck_5_aws::alert0::derreck_5_aws::alert0: :alert0::derreck_5_aws::alert0::derreck_5_aws::alert0::derreck_5_aws::alert0::derreck_5_aws::alert0::derreck_5_aws::alert0::derreck_5_aws::alert0: I'M BACK :terminator: :derreck_5_aws::alert0::derreck_5_aws::alert0::derreck_5_aws::alert0::derreck_5_aws::alert0: :alert0::derreck_5_aws::alert0: :derreck_5_aws::ampersand: Can happily :happy-fox: :speaking_head_in_silhouette: Reeeport :bangbang: :alert0: :derreck_5_aws::alert0::derreck_5_aws::alert0: :alert0::derreck_5_aws: That the wrong :sadblob: has FINALLY been righted :face_exhaling: :derreck_5_aws::alert0::derreck_5_aws::alert0: :alert0::derreck_5_aws: I'VE RECEIVED :mailbox: MY SPECIALICZAR MEDALION :promptitude: :derreck_5_aws::alert0: :alert0::derreck_5_aws::alert0::derreck_5_aws::alert0::derreck_5_aws::alert0::derreck_5_aws::alert0::derreck_5_aws::alert0::derreck_5_aws::alert0: :derreck_5_aws::alert0::derreck_5_aws::alert0::derreck_5_aws::alert0: IMG_3492.heic",
"reactions": [
{
"emoji": ":hack4socialgood:",
"count": 9
},
{
"emoji": ":star2:",
"count": 8
},
{
"emoji": ":whoa-keanu:",
"count": 5
},
{
"emoji": ":firey-fire:",
"count": 9
},
{
"emoji": ":celebrate:",
"count": 5
},
{
"emoji": ":aws:",
"count": 6
},
{
"emoji": ":rainbow:",
"count": 2
},
{
"emoji": ":joy:",
"count": 3
},
{
"emoji": ":tada:",
"count": 2
},
{
"emoji": ":raised_hands:",
"count": 2
},
{
"emoji": ":100:",
"count": 1
},
{
"emoji": ":derreck:",
"count": 6
},
{
"emoji": ":alert-blue:",
"count": 2
},
{
"emoji": ":sparkles:",
"count": 2
},
{
"emoji": ":heart:",
"count": 2
},
{
"emoji": ":build:",
"count": 2
},
{
"emoji": ":dumbfounded-doug:",
"count": 3
}
],
"replies": 0
},
{
"id":57,
"person": "Ethan Bowen",
"datetime": "2023-07-12 2:22 PM",
"message": "Hello fellow builders, :brad-badge: BRAD :brad-badge: will be down for the rest of the month as he undergoes an external rework and final physical build. Please ask the Ops team to validate your ticket in the mean time. Thanks everyone!",
"replies": 1,
"reactions": [
{
"emoji": ":build_heart:",
"count": 1
}
]
},
{
"id":58,
"person": "Linh Ta",
"datetime": "2023-07-12 3:35 PM",
"message": "Hi there - a few of us are meeting at RA Sushi for an impromptu happy hour! :cheers::kawaii-sushi: Join us - it's BYOD (Buy Your Own Drink)! :blob-wink:",
"replies": 9,
"reactions": [
{
"emoji": ":blobwhee:",
"count": 1
},
{
"emoji": "+3",
"count": 1
}
]
},
{
"id":59,
"person": "Jane",
"datetime": "2023-07-13 9:52 AM",
"message": "Tell me this isn’t relatable :joy: https://youtu.be/BKorP55Aqvg",
"replies": 6,
"reactions": [
{
"emoji": ":laughing:",
"count": 3
},
{
"emoji": ":yes2:",
"count": 1
}
]
},
{
"id":60,
"person": "Stefano",
"datetime": "2023-07-13 9:53 AM",
"message": "replied to a thread: Tell me this isn’t relatable :joy:… A classic, alongside this one: https://www.youtube.com/watch?v=y8OnoxKotPQ",
"replies": 0,
"reactions": [
{
"emoji": ":mindblown:",
"count": 2
}
]
},
{
"id":61,
"person": "John Flaherty",
"datetime": "2023-07-13 10:24 AM",
"message": "Happy 713 Day! image.png image.png",
"replies": 0,
"reactions": [
{
"emoji": ":seven:",
"count": 15
},
{
"emoji": ":one:",
"count": 15
},
{
"emoji": ":three:",
"count": 15
},
{
"emoji": ":+1:",
"count": 1
}
]
},
{
"id":62,
"person": "Chase",
"datetime": "2023-07-13 10:26 AM",
"message": "HTOWN TIL WE DROWN",
"replies": 1,
"reactions": [
{
"emoji": ":rolling_on_the_floor_laughing:",
"count": 9
},
{
"emoji": ":100:",
"count": 4
},
{
"emoji": ":gold-star:",
"count": 2
},
{
"emoji": ":grimacing:",
"count": 1
}
]
},
{
"id":63,
"person": "Chase",
"datetime": "2023-07-13 10:36 AM",
"message": "trill (896 kB) https://media4.giphy.com/media/x0vDHDAkAxS3S/giphy.gif?cid=6104955e484j64k7mgl4ober5tdsyqegtkuaok7gl1i14eta&ep=v1_gifs_translate&rid=giphy.gif&ct=g",
"replies": 0,
"reactions": [
{
"emoji": ":this:",
"count": 3
}
]
},
{
"id":64,
"person": "Michelle Francisco",
"datetime": "10:38 AM",
"message": "Happy birthday @Ray Lopez! H-Town and Prime days are Ray’s Day. balloons.jpeg balloons.jpeg",
"replies": 23,
"reactions": [
{
"emoji": "balloon",
"count": 1
}
]
},
{
"id":65,
"person": "Keri W",
"datetime": "2023-07-13 3:14 PM",
"message": "Hey Houston fam!:flamingo-dance: Love community theater? :performing_arts: Enjoy supporting local arts? Check out Theatre Southwest's Festival of Originals (FOO)! :tada: Theatre Southwest is a hidden gem :gem: just a hop, skip, and jump from the Build Center. In a single show, catch 5 short original works by different playwrights, each with a different director and cast. FOO runs weekends from July 28 to August 12 :spiral_calendar_pad: More info and tickets are available at the TSW website. Don't miss out!",
"replies": 3,
"reactions": [
{
"emoji": ":build_heart:",
"count": 5
},
{
"emoji": ":performing_arts:",
"count": 3
}
]
},
{
"id":66,
"person": "Michelle Francisco",
"datetime": "2023-07-13 4:04 PM",
"message": "Next Friday - Bring Your Kids to Work Day Have your kiddos ever wondered what you do all day at work or wanted to see the office? Get ready for a fun time that will surely leave them wide-eyed with wonder and brimming with excitement! It’s time to mark your calendars for our. Kindly fill out the RSVP link here by July 14th. Here are some additional things to know: Kid Age Range 6 -16 Parents must be involved during this time frame (this is not a babysitting event) Have some fun!",
"replies": 0,
"reactions": [
{
"emoji": ":build_heart:",
"count": 5
}]
},
{
"id":67,
"person": "Doug Bowen",
"datetime": "2023-07-11 10:12 AM",
"message": "I love subway. I'm going to order 10 footlongs for the team. Please drop a :subway: if you want to join in. I'll be ordering at 11:30. Thanks",
"reactions": [
{
"emoji": ":subway:",
"count": 3
}
],
"replies": 0
},
{
"id":68,
"person": "Srijaya Suresh",
"datetime": "2023-07-11 10:12 AM",
"message": "Is it time for Blake to take the Milk Challenge?!?",
"reactions": [
{
"emoji": ":milk:",
"count": 3
}
],
"replies": 0
},
{
"id":69,
"person": "Srijaya Suresh",
"datetime": "2023-07-14 10:12 AM",
"message": "Hey Blake, Got milk?!?",
"reactions": [
{
"emoji": ":milk:",
"count": 3
}
],
"replies": 0
}, {
"id":70,
"person": "Michelle Francisco",
"datetime": "2023-07-14 10:12 AM",
"message": "Did someone say MILK? @BlakeBryce?!?",
"reactions": [
{
"emoji": ":milk:",
"count": 3
}
],
"replies": 0
},
{
"id":71,
"person": "Blake Bryce",
"datetime": "2023-07-14 10:12 AM",
"message": "Never drank milk.",
"reactions": [
{
"emoji": ":milk:",
"count": 2
}
],
"replies": 0
},
{
"id":72,
"person": "Kim Adams",
"datetime": "2023-07-14 10:12 AM",
"message": "Blake should drink milk.",
"reactions": [
{
"emoji": ":milk:",
"count": 2
}
],
"replies": 0
}
] |