text
stringlengths
9
498k
input_ids
sequencelengths
5
331k
attention_mask
sequencelengths
5
331k
It is done, and submitted. You can play “Survival of the Tastiest” on Android, and on the web. Playing on the web works, but you have to simulate multi-touch for table moving and that can be a bit confusing. There’s a lot I’d like to talk about. I’ll go through every topic, insted of making the typical what went right/wrong list. Concept Working over the theme was probably one of the hardest tasks I had to face. Originally, I had an idea of what kind of game I wanted to develop, gameplay wise – something with lots of enemies/actors, simple graphics, maybe set in space, controlled from a top-down view. I was confident I could fit any theme around it. In the end, the problem with a theme like “Evolution” in a game is that evolution is unassisted. It happens through several seemingly random mutations over time, with the most apt permutation surviving. This genetic car simulator is, in my opinion, a great example of actual evolution of a species facing a challenge. But is it a game? In a game, you need to control something to reach an objective. That control goes against what evolution is supposed to be like. If you allow the user to pick how to evolve something, it’s not evolution anymore – it’s the equivalent of intelligent design, the fable invented by creationists to combat the very idea of evolution. Being agnostic and a Pastafarian, that’s not something that rubbed me the right way. Hence, my biggest dillema when deciding what to create was not with what I wanted to create, but with what I did not. I didn’t want to create an “intelligent design” simulator and wrongly call it evolution. This is a problem, of course, every other contestant also had to face. And judging by the entries submitted, not many managed to work around it. I’d say the only real solution was through the use of artificial selection, somehow. So far, I haven’t seen any entry using this at its core gameplay. Alas, this is just a fun competition and after a while I decided not to be as strict with the game idea, and allowed myself to pick whatever I thought would work out. My initial idea was to create something where humanity tried to evolve to a next level but had some kind of foe trying to stop them from doing so. I kind of had this image of human souls flying in space towards a monolith or a space baby (all based in 2001: A Space Odyssey of course) but I couldn’t think of compelling (read: serious) mechanics for that. Borgs were my next inspiration, as their whole hypothesis fit pretty well into the evolution theme. But how to make it work? Are you the borg, or fighting the Borg? The third and final idea came to me through my girlfriend, who somehow gave me the idea of making something about the evolution of Pasta. The more I thought about it the more it sounded like it would work, so I decided to go with it. Conversations with my inspiring co-worker Roushey (who also created the “Mechanical Underdogs” signature logo for my intros) further matured the concept, as it involved into the idea of having individual pieces of pasta flying around and trying to evolve until they became all-powerful. A secondary idea here was that the game would work to explain how the Flying Spaghetti Monster came to exist – by evolving from a normal dinner table. So the idea evolved more or less into this: you are sitting a table. You have your own plate, with is your “base”. There are 5 other guests at the table, each with their own plate. Your plate can spawn little pieces of pasta. You do so by “ordering” them through a menu. Some pastas are better than others; some are faster, some are stronger. They have varying costs, which are debited from your credits (you start with a number of credits). Once spawned, your pastas start flying around. Their instinct is to fly to other plates, in order to conquer them (the objective of the game is having your pasta conquer all the plates on the table). But they are really autonomous, so after being spawned, you have no control over your pasta (think DotA or LoL creeps). Your pasta doesn’t like other people’s pasta, so if they meet, they shoot sauce at each other until one dies. You get credits for other pastas your own pasta kill. Once a pasta is in the vicinity of a plate, it starts conquering it for its team. It takes around 10 seconds for a plate to be conquered; less if more pasta from the same team are around. If pasta from other team are around, though, they get locked down in their attempt, unable to conquer the plate, until one of them die (think Battlefield’s standard “Conquest” mode). You get points every second for every plate you own. Over time, the concept also evolved to use an Italian bistro as its main scenario. Carlos, Carlos’ Bistro’s founder and owner Setup No major changes were made from my work setup. I used FDT and Starling creating an Adobe AIR (ActionScript) project, all tools or frameworks I already had some knowledge with. One big change for me was that I livestreamed my work through a twitch.tv account. This was a new thing for me. As recommended by Roushey, I used a program called XSplit and I got to say, it is pretty amazing. It made the livestream pretty effortless and the features are awesome, even for the free version. It was great to have some of my friends watch me, and then interact with them and random people through chat. It was also good knowing that I was also recording a local version of the files, so I could make a timelapse video later. Knowing the video was being recorded also made me a lot more self-conscious about my computer use, as if someone was watching over my shoulder. It made me realize that sometimes I spend too much time in seemingly inane tasks (I ended up wasting the longest time just to get some text alignment the way I wanted – it’ll probably drive someone crazy if they watch it) and that I do way too many typos where writing code. I pretty much spend half of the time writing a line and the other half fixing the crazy characters in it. My own stream was probably boring to watch since I was coding for the most time. But livestreaming is one of the cool things to do as a spectator too. It was great seeing other people working – I had a few tabs opened on my second monitor all the time. It’s actually a bit sad, because if I could, I could have spent the whole weekend just watching other people working! But I had to do my own work, so I’d only do it once in a while, when resting for a bit. Design Although I wanted some simple, low-fi, high-contrast kind of design, I ended up going with somewhat realistic (vector) art. I think it worked very well, fitting the mood of the game, but I also went overboard. For example: to know the state of a plate (who owns it, who’s conquering it and how much time they have left before conquering it, which pasta units are in the queue, etc), you have to look at the plate’s bill. The problem I realized when doing some tests is that people never look at the bill! They think it’s some kind of prop, so they never actually read its details. Plus, if you’re zoomed out too much, you can’t actually read it, so it’s hard to know what’s going on with the game until you zoom in to the area of a specific plate. One other solution that didn’t turn out to be as perfect as I thought was how to indicate who a plate base belongs to. In the game, that’s indicated by the plate’s decoration – its color denotes the team owner. But it’s something that fits so well into the design that people never realized it, until they were told about it. In the end, the idea of going with a full physical metaphor is one that should be done with care. Things that are very important risk becoming background noise, unless the player knows its importance. Originally, I wanted to avoid any kind of heads-up display in my game. In the end, I ended up adding it at the bottom to indicate your credits and bases owned, as well as the hideous out-of-place-and-still-not-obvious “Call Waiter” button. But in hindsight, I should have gone with a simple HUD from the start, especially one that indicated each team’s colors and general state of the game without the need for zooming in and out. Development Development went fast. But not fast enough. Even though I worked around 32+ hours for this Ludum Dare, the biggest problem I had to face in the end was overscoping. I had too much planned, and couldn’t get it all done. Content-wise, I had several kinds of pasta planned (Wikipedia is just amazing in that regard), split into several different groups, from small Pastina to huge Pasta al forno. But because of time constraints, I ended up scratching most of them, and ended up with 5 different types of very small pasta – barely something to start when talking about the evolution of Pasta. Pastas used in the game. Unfortunately, the macs where never used Which is one of the saddest things about the project, really. It had the framework and the features to allow an endless number of elements in there, but I just didn’t have time to draw the rest of the assets needed (something I loved to do, by the way). Other non-obvious features had to be dropped, too. For example, when ordering some pasta, you were supposed to select what kind of sauce you’d like with your pasta, each with different attributes. Bolognese, for example, is very strong, but inaccurate; Pesto is very accurate and has great range, but it’s weaker; and my favorite, Vodka, would triggers 10% loss of speed on the pasta hit by it. The code for that is mostly in there. But in the end, I didn’t have time to implement the sauce selection interface; all pasta ended up using bolognese sauce. To-do list: lots of things were not done Actual programming also took a toll in the development time. Having been programming for a while, I like to believe I got to a point where I know how to make things right, but at the expense of forgetting how to do things wrong in a seemingly good way. What I mean is that I had to take a lot of shortcuts in my code to save time (e.g. a lot of singletons references for cross-communication rather than events or observers, all-encompassing check loops, not fast enough) that left a very sour taste in my mouth. While I know I used to do those a few years ago and survive, I almost cannot accept the state my code is in right now. At the same time, I do know it was the right thing to do given the timeframe. One small thing that had some impact was using a somewhat new platform for me. That’s Starling, the accelerated graphics framework I used in Flash. I had tested it before and I knew how to use it well – the API is very similar to Flash itself. However, there were some small details that had some impact during development, making me feel somewhat uneasy the whole time I was writing the game. It was, again, the right thing to do, but I should have used Starling more deeply before (which is the conundrum: I used it for Ludum Dare just so I could learn more about it). Argument and user experience One final aspect of the game that I learned is that making the game obvious for your players goes a long way into making it fun. If you have to spend the longest time explaining things, your game is doing something wrong. And that’s exactly the problem Survival of the Tastiest ultimately faced. It’s very hard for people to understand what’s going on with the game, why, and how. I did have some introductory text at the beginning, but that was a last-minute thing. More importantly, I should have had a better interface or simplified the whole concept so it would be easier for people to understand. That doesn’t mean the game itself should be simple. It just means that the experience and interface should be approachable and understandable. Conclusion I’m extremely happy with what I’ve done and, especially given that this was my first Ludum Dare. However, I feel like I’ve learned a lot of what not to do. The biggest problem is overscoping. Like Eric Decker said, the biggest lesson we can learn with this is probably with scoping – deciding what to do beforehand in a way you can complete it without having to rush and do something half-assed. I’m sure I will do more Ludum Dares in the future. But if there are any lessons I can take of it, they are to make it simple, to use frameworks and platforms you already have some absolute experience with (otherwise you’ll spend too much time trying to solve easy questions), and to scope for a game that you can complete in one day only (that way, you can actually take two days and make it cool). This entry was posted on Monday, August 27th, 2012 at 10:54 am and is filed under LD #24. You can follow any responses to this entry through the RSS 2.0 feed. You can skip to the end and leave a response. Pinging is currently not allowed. 3 Responses to ““Survival of the Tastiest” Post-mortem” darn it , knowing that I missed your livestream makes me a sad panda ;( but more to the point, the game is … well for a startup its original to say the least ;D it has some really neat ideas and more importantly its designed arround touch screens whitch by the looks of the submission is something rare ;o or that could be just me and my short memory -_-! awesum game, love et <3
[ 1, 739, 338, 2309, 29892, 322, 18397, 29889, 887, 508, 1708, 1346, 18498, 29894, 2561, 310, 278, 323, 579, 12239, 30024, 373, 5669, 29892, 322, 373, 278, 1856, 29889, 7412, 292, 373, 278, 1856, 1736, 29892, 541, 366, 505, 304, 29611, 2473, 29899, 16747, 363, 1591, 8401, 322, 393, 508, 367, 263, 2586, 16051, 29889, 13, 13, 8439, 30010, 29879, 263, 3287, 306, 30010, 29881, 763, 304, 5193, 1048, 29889, 306, 30010, 645, 748, 1549, 1432, 11261, 29892, 832, 287, 310, 3907, 278, 15662, 825, 3512, 1492, 29914, 15866, 549, 1051, 29889, 13, 13, 1168, 1547, 13, 13, 5531, 292, 975, 278, 10929, 471, 3117, 697, 310, 278, 2898, 342, 9595, 306, 750, 304, 3700, 29889, 13, 13, 23182, 635, 29892, 306, 750, 385, 2969, 310, 825, 2924, 310, 3748, 306, 5131, 304, 2693, 29892, 3748, 1456, 19396, 785, 1554, 411, 14568, 310, 22595, 29914, 627, 943, 29892, 2560, 18533, 29892, 5505, 731, 297, 2913, 29892, 20704, 515, 263, 2246, 29899, 3204, 1776, 29889, 306, 471, 24332, 306, 1033, 6216, 738, 10929, 2820, 372, 29889, 13, 13, 797, 278, 1095, 29892, 278, 1108, 411, 263, 10929, 763, 1346, 29923, 4068, 30024, 297, 263, 3748, 338, 393, 14675, 338, 443, 465, 12652, 29889, 739, 5930, 1549, 3196, 2833, 11687, 4036, 5478, 800, 975, 931, 29892, 411, 278, 1556, 10882, 20005, 362, 10503, 4357, 29889, 910, 2531, 7492, 1559, 1027, 9183, 338, 29892, 297, 590, 9426, 29892, 263, 2107, 1342, 310, 3935, 14675, 310, 263, 6606, 14870, 263, 18766, 29889, 1205, 338, 372, 263, 3748, 29973, 13, 13, 797, 263, 3748, 29892, 366, 817, 304, 2761, 1554, 304, 6159, 385, 12091, 29889, 2193, 2761, 5771, 2750, 825, 14675, 338, 7424, 304, 367, 763, 29889, 960, 366, 2758, 278, 1404, 304, 5839, 920, 304, 15220, 345, 1554, 29892, 372, 30010, 29879, 451, 14675, 15128, 785, 372, 30010, 29879, 278, 7126, 310, 13052, 296, 2874, 29892, 278, 285, 519, 11817, 287, 491, 11265, 2879, 304, 15499, 278, 1407, 2969, 310, 14675, 29889, 28265, 946, 6582, 293, 322, 263, 19793, 2142, 13956, 29892, 393, 30010, 29879, 451, 1554, 393, 14051, 2580, 592, 278, 1492, 982, 29889, 13, 13, 29950, 663, 29892, 590, 24842, 270, 1924, 655, 746, 1602, 4821, 825, 304, 1653, 471, 451, 411, 825, 306, 5131, 304, 1653, 29892, 541, 411, 825, 306, 1258, 451, 29889, 306, 3282, 30010, 29873, 864, 304, 1653, 385, 1346, 524, 9347, 296, 2874, 30024, 1027, 9183, 322, 2743, 368, 1246, 372, 14675, 29889, 13, 13, 4013, 338, 263, 1108, 29892, 310, 3236, 29892, 1432, 916, 17793, 424, 884, 750, 304, 3700, 29889, 1126, 6577, 3460, 491, 278, 9976, 18397, 29892, 451, 1784, 8745, 304, 664, 2820, 372, 29889, 306, 30010, 29881, 1827, 278, 871, 1855, 1650, 471, 1549, 278, 671, 310, 23116, 9262, 29892, 10431, 29889, 1105, 2215, 29892, 306, 7359, 30010, 29873, 3595, 738, 6251, 773, 445, 472, 967, 7136, 3748, 1456, 29889, 13, 13, 2499, 294, 29892, 445, 338, 925, 263, 2090, 13888, 322, 1156, 263, 1550, 306, 8459, 451, 304, 367, 408, 9406, 411, 278, 3748, 2969, 29892, 322, 6068, 6142, 304, 5839, 6514, 306, 2714, 723, 664, 714, 29889, 13, 13, 3421, 2847, 2969, 471, 304, 1653, 1554, 988, 5199, 537, 1898, 304, 15220, 345, 304, 263, 2446, 3233, 541, 750, 777, 2924, 310, 1701, 29872, 1811, 304, 5040, 963, 515, 2599, 577, 29889, 306, 2924, 310, 750, 445, 1967, 310, 5199, 3669, 3137, 22764, 297, 2913, 7113, 263, 1601, 324, 389, 470, 263, 2913, 24354, 313, 497, 2729, 297, 29871, 29906, 29900, 29900, 29896, 29901, 319, 14121, 6715, 952, 7759, 310, 3236, 29897, 541, 306, 8496, 30010, 29873, 1348, 310, 752, 7807, 313, 949, 29901, 10676, 29897, 7208, 1199, 363, 393, 29889, 13, 13, 29933, 990, 29879, 892, 590, 2446, 8681, 12232, 29892, 408, 1009, 3353, 20051, 6216, 5051, 1532, 964, 278, 14675, 10929, 29889, 1205, 920, 304, 1207, 372, 664, 29973, 4683, 366, 278, 289, 990, 29892, 470, 17770, 278, 20918, 29973, 13, 13, 1576, 4654, 322, 2186, 2969, 2996, 304, 592, 1549, 590, 7826, 18326, 29892, 1058, 10431, 4846, 592, 278, 2969, 310, 3907, 1554, 1048, 278, 14675, 310, 349, 5427, 29889, 450, 901, 306, 2714, 1048, 372, 278, 901, 372, 6047, 287, 763, 372, 723, 664, 29892, 577, 306, 8459, 304, 748, 411, 372, 29889, 13, 13, 1168, 874, 800, 411, 590, 8681, 8491, 1302, 29899, 24602, 390, 681, 354, 29891, 313, 15970, 884, 2825, 278, 1346, 6816, 5083, 936, 14211, 2018, 12099, 30024, 12608, 20194, 363, 590, 25956, 29897, 4340, 286, 1535, 29881, 278, 6964, 29892, 408, 372, 9701, 964, 278, 2969, 310, 2534, 5375, 12785, 310, 4940, 29874, 22764, 2820, 322, 1811, 304, 15220, 345, 2745, 896, 3897, 599, 29899, 13519, 1319, 29889, 319, 16723, 2969, 1244, 471, 393, 278, 3748, 723, 664, 304, 5649, 920, 278, 383, 5890, 1706, 21705, 9890, 2598, 2475, 2996, 304, 1863, 785, 491, 15220, 1747, 515, 263, 4226, 17803, 1591, 29889, 13, 13, 6295, 278, 2969, 15220, 1490, 901, 470, 3109, 964, 445, 29901, 366, 526, 16246, 263, 1591, 29889, 887, 505, 596, 1914, 15284, 29892, 411, 338, 596, 1346, 3188, 8643, 1670, 526, 29871, 29945, 916, 28865, 472, 278, 1591, 29892, 1269, 411, 1009, 1914, 15284, 29889, 13, 13, 10858, 15284, 508, 29178, 2217, 12785, 310, 4940, 29874, 29889, 887, 437, 577, 491, 1346, 2098, 292, 30024, 963, 1549, 263, 6143, 29889, 3834, 4940, 294, 526, 2253, 1135, 4045, 29936, 777, 526, 8473, 29892, 777, 526, 23505, 29889, 2688, 505, 24099, 21544, 29892, 607, 526, 2553, 1573, 515, 596, 6625, 1169, 313, 6293, 1369, 411, 263, 1353, 310, 6625, 1169, 467, 13, 13, 26222, 29178, 287, 29892, 596, 4940, 294, 1369, 22764, 2820, 29889, 11275, 26508, 338, 304, 11340, 304, 916, 715, 1078, 29892, 297, 1797, 304, 26474, 963, 313, 1552, 12091, 310, 278, 3748, 338, 2534, 596, 4940, 29874, 26474, 599, 278, 715, 1078, 373, 278, 1591, 467, 1205, 896, 526, 2289, 28273, 681, 29892, 577, 1156, 1641, 29178, 287, 29892, 366, 505, 694, 2761, 975, 596, 4940, 29874, 313, 386, 682, 360, 327, 29909, 470, 4309, 29931, 907, 8961, 467, 13, 13, 10858, 4940, 29874, 1838, 30010, 29873, 763, 916, 2305, 30010, 29879, 4940, 29874, 29892, 577, 565, 896, 5870, 29892, 896, 15049, 12507, 346, 472, 1269, 916, 2745, 697, 2977, 29889, 887, 679, 6625, 1169, 363, 916, 4940, 294, 596, 1914, 4940, 29874, 12088, 29889, 13, 13, 26222, 263, 4940, 29874, 338, 297, 278, 9467, 13593, 310, 263, 15284, 29892, 372, 8665, 14942, 3241, 372, 363, 967, 3815, 29889, 739, 4893, 2820, 29871, 29896, 29900, 6923, 363, 263, 15284, 304, 367, 26474, 287, 29936, 3109, 565, 901, 4940, 29874, 515, 278, 1021, 3815, 526, 2820, 29889, 960, 4940, 29874, 515, 916, 3815, 526, 2820, 29892, 2466, 29892, 896, 679, 22822, 1623, 297, 1009, 4218, 29892, 9368, 304, 26474, 278, 15284, 29892, 2745, 697, 310, 963, 762, 313, 386, 682, 12788, 2671, 30010, 29879, 3918, 1346, 1168, 1119, 30024, 4464, 467, 13, 13, 3492, 679, 3291, 1432, 1473, 363, 1432, 15284, 366, 1914, 29889, 13, 13, 3563, 931, 29892, 278, 6964, 884, 15220, 1490, 304, 671, 385, 10545, 289, 19150, 408, 967, 1667, 10483, 29889, 13, 13, 8179, 5409, 29892, 10815, 30010, 350, 19150, 30010, 29879, 25331, 322, 12271, 13, 13, 26947, 13, 13, 3782, 4655, 3620, 892, 1754, 515, 590, 664, 6230, 29889, 306, 1304, 383, 12972, 322, 7828, 1847, 4969, 385, 2087, 16945, 319, 8193, 313, 4276, 4081, 29897, 2060, 29892, 599, 8492, 470, 29143, 306, 2307, 750, 777, 7134, 411, 29889, 13, 13, 6716, 4802, 1735, 363, 592, 471, 393, 306, 7294, 342, 1633, 287, 590, 664, 1549, 263, 3252, 2335, 29889, 12427, 3633, 29889, 910, 471, 263, 716, 2655, 363, 592, 29889, 1094, 13622, 491, 390, 681, 354, 29891, 29892, 306, 1304, 263, 1824, 2000, 1060, 18772, 322, 306, 2355, 304, 1827, 29892, 372, 338, 5051, 21863, 292, 29889, 739, 1754, 278, 7294, 342, 1633, 5051, 7225, 2222, 322, 278, 5680, 526, 29663, 29892, 1584, 363, 278, 3889, 1873, 29889, 739, 471, 2107, 304, 505, 777, 310, 590, 7875, 6505, 592, 29892, 322, 769, 16254, 411, 963, 322, 4036, 2305, 1549, 13563, 29889, 739, 471, 884, 1781, 13797, 393, 306, 471, 884, 16867, 263, 1887, 1873, 310, 278, 2066, 29892, 577, 306, 1033, 1207, 263, 5335, 295, 481, 344, 4863, 2678, 29889, 13, 13, 29968, 3707, 292, 278, 4863, 471, 1641, 10478, 884, 1754, 592, 263, 3287, 901, 1583, 29899, 3200, 8802, 1048, 590, 6601, 671, 29892, 408, 565, 4856, 471, 21217, 975, 590, 23468, 29889, 739, 1754, 592, 16289, 393, 6041, 306, 18864, 2086, 1568, 931, 297, 2833, 11687, 297, 1662, 9595, 313, 29902, 9698, 701, 471, 1259, 278, 27217, 931, 925, 304, 679, 777, 1426, 22239, 278, 982, 306, 5131, 785, 372, 30010, 645, 3117, 7899, 4856, 12220, 1537, 565, 896, 6505, 372, 29897, 322, 393, 306, 437, 982, 2086, 1784, 7911, 1066, 988, 5007, 775, 29889, 306, 5051, 1568, 18864, 4203, 310, 278, 931, 5007, 263, 1196, 322, 278, 916, 4203, 27826, 278, 12220, 1537, 4890, 297, 372, 29889, 13, 13, 3421, 1914, 4840, 471, 3117, 289, 8253, 304, 6505, 1951, 306, 471, 14137, 363, 278, 1556, 931, 29889, 1205, 7294, 342, 1633, 292, 338, 697, 310, 278, 12528, 2712, 304, 437, 408, 263, 6683, 1061, 2086, 29889, 739, 471, 2107, 8790, 916, 2305, 1985, 785, 306, 750, 263, 2846, 18859, 6496, 373, 590, 1473, 11819, 599, 278, 931, 29889, 739, 30010, 29879, 2869, 263, 2586, 14610, 29892, 1363, 565, 306, 1033, 29892, 306, 1033, 505, 10398, 278, 3353, 4723, 355, 925, 21217, 916, 2305, 1985, 29991, 1205, 306, 750, 304, 437, 590, 1914, 664, 29892, 577, 306, 30010, 29881, 871, 437, 372, 2748, 297, 263, 1550, 29892, 746, 1791, 292, 363, 263, 2586, 29889, 13, 13, 4002, 647, 13, 13, 2499, 3592, 306, 5131, 777, 2560, 29892, 4482, 29899, 7241, 29892, 1880, 29899, 9996, 579, 2924, 310, 2874, 29892, 306, 9698, 701, 2675, 411, 10579, 1855, 4695, 313, 8111, 29897, 1616, 29889, 306, 1348, 372, 3796, 1407, 1532, 29892, 28221, 278, 286, 2092, 310, 278, 3748, 29892, 541, 306, 884, 3512, 975, 3377, 29889, 13, 13, 2831, 1342, 29901, 304, 1073, 278, 2106, 310, 263, 15284, 313, 15970, 1914, 29879, 372, 29892, 1058, 30010, 29879, 14942, 3241, 372, 322, 920, 1568, 931, 896, 505, 2175, 1434, 14942, 3241, 372, 29892, 607, 4940, 29874, 10340, 526, 297, 278, 9521, 29892, 2992, 511, 366, 505, 304, 1106, 472, 278, 15284, 30010, 29879, 11118, 29889, 13, 13, 1576, 1108, 306, 16387, 746, 2599, 777, 6987, 338, 393, 2305, 2360, 1106, 472, 278, 11118, 29991, 2688, 1348, 372, 30010, 29879, 777, 2924, 310, 3107, 29892, 577, 896, 2360, 2869, 1303, 967, 4902, 29889, 13, 13, 29575, 29892, 565, 366, 30010, 276, 19342, 287, 714, 2086, 1568, 29892, 366, 508, 30010, 29873, 2869, 1303, 372, 29892, 577, 372, 30010, 29879, 2898, 304, 1073, 825, 30010, 29879, 2675, 373, 411, 278, 3748, 2745, 366, 19342, 297, 304, 278, 4038, 310, 263, 2702, 15284, 29889, 13, 13, 6716, 916, 1650, 393, 3282, 30010, 29873, 2507, 714, 304, 367, 408, 4922, 408, 306, 2714, 471, 920, 304, 12266, 1058, 263, 15284, 2967, 14393, 304, 29889, 512, 278, 3748, 29892, 393, 30010, 29879, 18694, 491, 278, 15284, 30010, 29879, 10200, 362, 785, 967, 2927, 20169, 278, 3815, 12271, 29889, 1205, 372, 30010, 29879, 1554, 393, 23994, 577, 1532, 964, 278, 2874, 393, 2305, 2360, 16387, 372, 29892, 2745, 896, 892, 5429, 1048, 372, 29889, 13, 13, 797, 278, 1095, 29892, 278, 2969, 310, 2675, 411, 263, 2989, 9128, 1539, 481, 2015, 338, 697, 393, 881, 367, 2309, 411, 2562, 29889, 28706, 393, 526, 1407, 4100, 12045, 14171, 3239, 11462, 29892, 6521, 278, 4847, 9906, 967, 13500, 29889, 13, 13, 23182, 635, 29892, 306, 5131, 304, 4772, 738, 2924, 310, 15883, 29899, 786, 2479, 297, 590, 3748, 29889, 512, 278, 1095, 29892, 306, 9698, 701, 4417, 372, 472, 278, 5970, 304, 12266, 596, 6625, 1169, 322, 22561, 15205, 29892, 408, 1532, 408, 278, 9563, 681, 714, 29899, 974, 29899, 6689, 29899, 392, 29899, 303, 453, 29899, 1333, 29899, 711, 2366, 1346, 5594, 20340, 261, 30024, 2826, 29889, 1205, 297, 298, 12772, 523, 29892, 306, 881, 505, 7695, 411, 263, 2560, 379, 15789, 515, 278, 1369, 29892, 7148, 697, 393, 18694, 1269, 3815, 30010, 29879, 11955, 322, 2498, 2106, 310, 278, 3748, 1728, 278, 817, 363, 19342, 292, 297, 322, 714, 29889, 13, 13, 21956, 358, 13, 13, 21956, 358, 3512, 5172, 29889, 1205, 451, 5172, 3307, 29889, 13, 13, 29923, 854, 2466, 306, 3796, 2820, 29871, 29941, 29906, 29974, 6199, 363, 445, 8591, 398, 360, 598, 29892, 278, 24842, 1108, 306, 750, 304, 3700, 297, 278, 1095, 471, 288, 874, 9708, 292, 29889, 306, 750, 2086, 1568, 20458, 29892, 322, 8496, 30010, 29873, 679, 372, 599, 2309, 29889, 13, 13, 3916, 29899, 3538, 29892, 306, 750, 3196, 17690, 310, 4940, 29874, 20458, 313, 5653, 4652, 338, 925, 21863, 292, 297, 393, 4880, 511, 6219, 964, 3196, 1422, 6471, 29892, 515, 2319, 19793, 1099, 304, 12176, 349, 5427, 394, 363, 1217, 29889, 1205, 1363, 310, 931, 11938, 29892, 306, 9698, 701, 22728, 292, 1556, 310, 963, 29892, 322, 9698, 701, 411, 29871, 29945, 1422, 4072, 310, 1407, 2319, 4940, 29874, 785, 16079, 368, 1554, 304, 1369, 746, 9963, 1048, 278, 14675, 310, 349, 5427, 29889, 13, 13, 29925, 579, 294, 1304, 297, 278, 3748, 29889, 11511, 29892, 278, 5825, 29879, 988, 2360, 1304, 13, 13, 8809, 436, 338, 697, 310, 278, 269, 1202, 342, 2712, 1048, 278, 2060, 29892, 2289, 29889, 739, 750, 278, 6890, 322, 278, 5680, 304, 2758, 385, 1095, 2222, 1353, 310, 3161, 297, 727, 29892, 541, 306, 925, 3282, 30010, 29873, 505, 931, 304, 4216, 278, 1791, 310, 278, 21608, 4312, 313, 14481, 306, 18012, 304, 437, 29892, 491, 278, 982, 467, 13, 13, 16107, 1661, 29899, 711, 2366, 5680, 750, 304, 367, 13700, 29892, 2086, 29889, 1152, 1342, 29892, 746, 20520, 777, 4940, 29874, 29892, 366, 892, 7424, 304, 1831, 825, 2924, 310, 12507, 346, 366, 30010, 29881, 763, 411, 596, 4940, 29874, 29892, 1269, 411, 1422, 8393, 29889, 27595, 29876, 968, 29892, 363, 1342, 29892, 338, 1407, 4549, 29892, 541, 297, 562, 2764, 403, 29936, 349, 4778, 338, 1407, 16232, 322, 756, 2107, 3464, 29892, 541, 372, 30010, 29879, 591, 5790, 29936, 322, 590, 25448, 29892, 478, 397, 1335, 29892, 723, 23660, 29871, 29896, 29900, 29995, 6410, 310, 6210, 373, 278, 4940, 29874, 7124, 491, 372, 29889, 13, 13, 1576, 775, 363, 393, 338, 11149, 297, 727, 29889, 1205, 297, 278, 1095, 29892, 306, 3282, 30010, 29873, 505, 931, 304, 2334, 278, 12507, 346, 9262, 5067, 29936, 599, 4940, 29874, 9698, 701, 773, 289, 1189, 29876, 968, 12507, 346, 29889, 13, 13, 1762, 29899, 1867, 1051, 29901, 14568, 310, 2712, 892, 451, 2309, 13, 13, 2865, 950, 8720, 884, 3614, 263, 304, 645, 297, 278, 5849, 931, 29889, 15950, 1063, 8720, 363, 263, 1550, 29892, 306, 763, 304, 4658, 306, 2355, 304, 263, 1298, 988, 306, 1073, 920, 304, 1207, 2712, 1492, 29892, 541, 472, 278, 1518, 1947, 310, 9566, 1259, 920, 304, 437, 2712, 2743, 297, 263, 2833, 11687, 1781, 982, 29889, 1724, 306, 2099, 338, 393, 306, 750, 304, 2125, 263, 3287, 310, 21697, 29879, 297, 590, 775, 304, 4078, 931, 313, 29872, 29889, 29887, 29889, 263, 3287, 310, 1809, 1026, 787, 9282, 363, 4891, 29899, 27820, 362, 3265, 1135, 4959, 470, 5366, 874, 29892, 599, 29899, 264, 2388, 465, 292, 1423, 12104, 29892, 451, 5172, 3307, 29897, 393, 2175, 263, 1407, 269, 473, 21779, 297, 590, 13394, 29889, 5806, 306, 1073, 306, 1304, 304, 437, 1906, 263, 2846, 2440, 8020, 322, 10503, 573, 29892, 306, 4359, 2609, 3544, 278, 2106, 590, 775, 338, 297, 1492, 1286, 29889, 13, 13, 4178, 278, 1021, 931, 29892, 306, 437, 1073, 372, 471, 278, 1492, 2655, 304, 437, 2183, 278, 931, 2557, 29889, 13, 13, 6716, 2319, 2655, 393, 750, 777, 10879, 471, 773, 263, 10579, 716, 7481, 363, 592, 29889, 2193, 30010, 29879, 7828, 1847, 29892, 278, 15592, 630, 18533, 6890, 306, 1304, 297, 21967, 29889, 306, 750, 9528, 372, 1434, 322, 306, 6363, 920, 304, 671, 372, 1532, 785, 278, 3450, 338, 1407, 2788, 304, 21967, 3528, 29889, 2398, 29892, 727, 892, 777, 2319, 4902, 393, 750, 777, 10879, 2645, 5849, 29892, 3907, 592, 4459, 10579, 1597, 8995, 278, 3353, 931, 306, 471, 5007, 278, 3748, 29889, 739, 471, 29892, 1449, 29892, 278, 1492, 2655, 304, 437, 29892, 541, 306, 881, 505, 1304, 7828, 1847, 901, 24344, 1434, 313, 4716, 338, 278, 378, 870, 5848, 29901, 306, 1304, 372, 363, 8591, 398, 360, 598, 925, 577, 306, 1033, 5110, 901, 1048, 372, 467, 13, 13, 15730, 322, 1404, 7271, 13, 13, 6716, 2186, 9565, 310, 278, 3748, 393, 306, 10972, 338, 393, 3907, 278, 3748, 6924, 363, 596, 10769, 5771, 263, 1472, 982, 964, 3907, 372, 2090, 29889, 960, 366, 505, 304, 18864, 278, 27217, 931, 24232, 2712, 29892, 596, 3748, 338, 2599, 1554, 2743, 29889, 13, 13, 2855, 393, 30010, 29879, 3721, 278, 1108, 6298, 29894, 2561, 310, 278, 323, 579, 12239, 18973, 20050, 29889, 739, 30010, 29879, 1407, 2898, 363, 2305, 304, 2274, 825, 30010, 29879, 2675, 373, 411, 278, 3748, 29892, 2020, 29892, 322, 920, 29889, 306, 1258, 505, 777, 22909, 2199, 706, 1426, 472, 278, 6763, 29892, 541, 393, 471, 263, 1833, 29899, 1195, 1082, 2655, 29889, 5853, 4100, 368, 29892, 306, 881, 505, 750, 263, 2253, 5067, 470, 20875, 278, 3353, 6964, 577, 372, 723, 367, 6775, 363, 2305, 304, 2274, 29889, 13, 13, 7058, 1838, 30010, 29873, 2099, 278, 3748, 3528, 881, 367, 2560, 29889, 739, 925, 2794, 393, 278, 7271, 322, 5067, 881, 367, 2948, 519, 322, 2274, 519, 29889, 13, 13, 1168, 10085, 13, 13, 29902, 30010, 29885, 14154, 9796, 411, 825, 306, 30010, 345, 2309, 322, 29892, 7148, 2183, 393, 445, 471, 590, 937, 8591, 398, 360, 598, 29889, 2398, 29892, 306, 4459, 763, 306, 30010, 345, 10972, 263, 3287, 310, 825, 451, 304, 437, 29889, 13, 13, 1576, 24842, 1108, 338, 288, 874, 9708, 292, 29889, 8502, 14713, 897, 4937, 1497, 29892, 278, 24842, 3109, 265, 591, 508, 5110, 411, 445, 338, 3117, 411, 16505, 292, 785, 1602, 4821, 825, 304, 437, 1434, 3179, 297, 263, 982, 366, 508, 4866, 372, 1728, 2534, 304, 364, 1878, 322, 437, 1554, 4203, 29899, 465, 287, 29889, 13, 13, 29902, 30010, 29885, 1854, 306, 674, 437, 901, 8591, 398, 360, 5114, 297, 278, 5434, 29889, 1205, 565, 727, 526, 738, 3109, 787, 306, 508, 2125, 310, 372, 29892, 896, 526, 304, 1207, 372, 2560, 29892, 304, 671, 29143, 322, 21796, 366, 2307, 505, 777, 8380, 7271, 411, 313, 1228, 3538, 366, 30010, 645, 18864, 2086, 1568, 931, 1811, 304, 4505, 4780, 5155, 511, 322, 304, 6874, 363, 263, 3748, 393, 366, 508, 4866, 297, 697, 2462, 871, 313, 5747, 982, 29892, 366, 508, 2869, 2125, 1023, 3841, 322, 1207, 372, 12528, 467, 13, 13, 4013, 6251, 471, 8059, 13, 265, 27822, 29892, 3111, 29871, 29906, 29955, 386, 29892, 29871, 29906, 29900, 29896, 29906, 472, 29871, 29896, 29900, 29901, 29945, 29946, 626, 322, 338, 934, 29881, 1090, 365, 29928, 396, 29906, 29946, 29889, 13, 3492, 508, 1101, 738, 20890, 304, 445, 6251, 1549, 278, 390, 1799, 29871, 29906, 29889, 29900, 8343, 29889, 13, 3492, 508, 14383, 304, 278, 1095, 322, 5967, 263, 2933, 29889, 349, 292, 292, 338, 5279, 451, 6068, 29889, 13, 13, 29941, 2538, 29886, 787, 267, 304, 1346, 30015, 18498, 29894, 2561, 310, 278, 323, 579, 12239, 30024, 4918, 29899, 29720, 331, 30024, 13, 13, 29881, 2753, 372, 1919, 13797, 393, 306, 13726, 596, 7294, 342, 1633, 3732, 592, 263, 14610, 282, 5863, 2056, 29898, 541, 901, 304, 278, 1298, 29892, 278, 3748, 338, 16088, 1532, 363, 263, 20234, 967, 2441, 304, 1827, 278, 3203, 2056, 29928, 372, 756, 777, 2289, 28539, 7014, 322, 901, 4100, 368, 967, 8688, 3948, 618, 6023, 11844, 377, 2335, 491, 278, 3430, 310, 278, 29240, 338, 1554, 10812, 2056, 29877, 470, 393, 1033, 367, 925, 592, 322, 590, 3273, 3370, 448, 29918, 29899, 29991, 3773, 267, 398, 3748, 29892, 5360, 634, 529, 29941 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
Topic: reinvent midnight madness Amazon announced a new service at the AWS re:Invent Midnight Madness event. Amazon Sumerian is a solution that aims to make it easier for developers to build virtual reality, augmented reality, and 3D applications. It features a user friendly editor, which can be used to drag and drop 3D objects and characters into scenes. Amazon … continue reading
[ 1, 7488, 293, 29901, 15561, 794, 7145, 11147, 10395, 2264, 13, 13, 29909, 655, 6626, 9326, 263, 716, 2669, 472, 278, 15540, 337, 29901, 797, 794, 13370, 11147, 4104, 2264, 1741, 29889, 16631, 317, 4680, 713, 338, 263, 1650, 393, 263, 9893, 304, 1207, 372, 6775, 363, 18777, 304, 2048, 6901, 16832, 29892, 18765, 287, 16832, 29892, 322, 29871, 29941, 29928, 8324, 29889, 739, 5680, 263, 1404, 19780, 6920, 29892, 607, 508, 367, 1304, 304, 8338, 322, 5768, 29871, 29941, 29928, 3618, 322, 4890, 964, 20407, 29889, 16631, 16088, 6773, 5183 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
About Grand Slam Fishing Charters As a family owned business we know how important it is that your trip becomes the best memory of your vacation, we are proud of our islands, our waters and our crew and we are desperate show you the best possible time during your stay. We can not guarantee fish every time but we can guarantee you a great time! The biggest perk of our job is seeing so many of our customers become close friends” A Great Way To Make New Friends! Our dockside parties are a great way to make new friends! Everyone is welcome! Andrea runs the whole operation, from discussing your initial needs by phone or email through to ensuring you have sufficient potato chips. Andrea has worked as concierge for many International resorts and fully understands the high expectations of international visitors. “Life’s A Game But Fishing Is Serious!” Unlike many tour operators, our crew are highly valued and have been with us since day 1. Each have their own personalities and sense of humour and understand the importance of making your day perfect, for us the saying is true, “Lifes a game but fishing is serious!” TRIP ADVISOR Plan Your Trip! AJ and Earl were excellent. My son and I did a half day deep sea trip and though the fish weren’t too cooperative, they did everything to try to get something to bite. Very knowledgeable about the waters and my son was able to land a nice barracuda. The next day my wife, daughter, son […] When we arrived the crew made us feel right at home. They made us feel comfortable and answered all questions. The crew worked hard all day to put us on fish. We were successful in landing a nice size Wahoo even though the weather did not cooperate the entire day was enjoyable. I highly recommend […]
[ 1, 13611, 6265, 317, 5288, 12030, 292, 2896, 2153, 13, 13, 2887, 263, 3942, 15205, 5381, 591, 1073, 920, 4100, 372, 338, 393, 596, 17487, 7415, 278, 1900, 3370, 310, 596, 11757, 362, 29892, 591, 526, 22314, 310, 1749, 24191, 29892, 1749, 19922, 322, 1749, 17616, 322, 591, 526, 553, 21194, 1510, 366, 278, 1900, 1950, 931, 2645, 596, 7952, 29889, 1334, 508, 451, 18818, 9427, 1432, 931, 541, 591, 508, 18818, 366, 263, 2107, 931, 29991, 450, 24842, 639, 29895, 310, 1749, 4982, 338, 8790, 577, 1784, 310, 1749, 20330, 4953, 3802, 7875, 30024, 13, 13, 29909, 7027, 5307, 1763, 8561, 1570, 11169, 1975, 29991, 13, 13, 29949, 332, 23630, 2975, 13973, 526, 263, 2107, 982, 304, 1207, 716, 7875, 29991, 7569, 650, 338, 12853, 29991, 13, 13, 2855, 5638, 6057, 278, 3353, 5858, 29892, 515, 5353, 292, 596, 2847, 4225, 491, 9008, 470, 4876, 1549, 304, 5662, 3864, 366, 505, 8002, 3104, 1219, 521, 4512, 29889, 21730, 756, 3796, 408, 378, 13241, 479, 363, 1784, 4623, 25362, 29879, 322, 8072, 2274, 29879, 278, 1880, 2149, 800, 310, 6121, 26824, 29889, 13, 13, 30015, 26754, 30010, 29879, 319, 8448, 1205, 12030, 292, 1317, 1816, 2738, 8530, 13, 13, 2525, 4561, 1784, 6282, 12768, 29892, 1749, 17616, 526, 10712, 659, 6742, 322, 505, 1063, 411, 502, 1951, 2462, 29871, 29896, 29889, 7806, 505, 1009, 1914, 7333, 1907, 322, 4060, 310, 3165, 473, 322, 2274, 278, 13500, 310, 3907, 596, 2462, 4922, 29892, 363, 502, 278, 5934, 338, 1565, 29892, 1346, 29931, 361, 267, 263, 3748, 541, 9427, 292, 338, 10676, 8530, 13, 13, 29911, 3960, 29925, 11033, 28607, 1955, 13, 13, 20334, 3575, 323, 6472, 29991, 13, 13, 29909, 29967, 322, 17169, 892, 15129, 29889, 1619, 1487, 322, 306, 1258, 263, 4203, 2462, 6483, 7205, 17487, 322, 2466, 278, 9427, 2949, 264, 30010, 29873, 2086, 1302, 3372, 1230, 29892, 896, 1258, 4129, 304, 1018, 304, 679, 1554, 304, 289, 568, 29889, 18064, 7134, 519, 1048, 278, 19922, 322, 590, 1487, 471, 2221, 304, 2982, 263, 7575, 2594, 945, 6191, 29889, 450, 2446, 2462, 590, 6532, 29892, 8750, 29892, 1487, 518, 30098, 29962, 13, 13, 10401, 591, 11977, 278, 17616, 1754, 502, 4459, 1492, 472, 3271, 29889, 2688, 1754, 502, 4459, 25561, 322, 7699, 599, 5155, 29889, 450, 17616, 3796, 2898, 599, 2462, 304, 1925, 502, 373, 9427, 29889, 1334, 892, 9150, 297, 25325, 263, 7575, 2159, 399, 26779, 1584, 2466, 278, 14826, 1258, 451, 1302, 3372, 403, 278, 4152, 2462, 471, 13389, 519, 29889, 306, 10712, 6907, 518, 30098, 29962 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
Working Women, Special Provision and the Debate on Equality There has been considerable coverage in the media recently about the possibility of offering women in employment paid leave from work during their menstrual period. This has generated a broad range of responses relating to long-standing discussions about ‘equality’ and ‘difference’: is women’s equality best achieved by treating them the same as men or by making provisions that recognise their differences in terms of physiological constitution and biological functions? If the UK introduces such an initiative, it would not be the first country in the contemporary world to do so. Many countries in Asia already make the provision and Russia debated introducing a law in 2013. The policy also has a significant historical precedent. A whole chapter of my book Women Workers in the Soviet Interwar Economy: From ‘Protection’ to ‘Equality’ (Macmillan, 1999), based on extensive research conducted for my PhD, is devoted to ‘Provision for “Menstrual Leave”’. In the 1920s, scientific researchers and labour hygiene specialists in the Soviet Union conducted extensive investigations into the impact of menstruation on women’s capacity to work in manual and industrial jobs requiring a significant degree of physical labour. Their recommendations led to two decrees being issued that targeted specific categories of women workers: Decree ‘On the release from work during menstruation of machinists and iron press workers working on cutting machines without mechanised gears in the garment industry’, 11 January 1922 Decree ‘On the working conditions of women tractor and lorry drivers’, 9 May 1931 These decrees arose from research that suggested, amongst other things, that inadequate seating at machines and on tractors resulted in congestion and tension in the abdomen that was exacerbated during menstruation. In practice, the decrees did not provide for regular absence from work. Women seeking to benefit from the provision had to provide a doctor’s note, similar to the usual requirements for sick leave. The official research into the impact of menstruation on women’s capacity to work and the application of the decrees in practice raised a number of issues on both sides of the argument. I offer only a summary of the contemporary research findings and observer commentary here: For the provision: • employers have a responsibility to protect the health of their workers and unhealthy, poor and inadequate working environments can have a detrimental impact on women’s reproductive health • women’s labour productivity and output would rise as a result • it is essential to protect the professionalism of certain categories of workers: the debates here centred on performance artists and female theatrical employees engaged in highly physical and intensely emotional work • heavy physical labour and strenuous exercise can lead to disruptions of the menstrual cycle • women’s physical and intellectual capacities are reduced during menstruation; women lose muscular strength and powers of concentration • women’s biological constitution and reproductive functions require specific recognition in law Against the provision: • employers are less likely to appoint women if they are guaranteed paid time off work during menstruation • (often from male workers, who viewed the employment of women as competition) women should not be employed in jobs for which they lack the physical strength and mental capacity • if necessary, women could be transferred to different tasks involving easier work during menstruation • the provision would be open to uneven application and abuse • women cannot expect to be considered equal with men if they are given special treatment in the law It is worth noting also that the various research projects often revealed that the vast majority of women reported no regular problems or abnormalities with menstruation, and that men commonly reported higher levels of sickness than their female colleagues. Many of the problems experienced by women in the workplace could be mitigated by the introduction of improvements to their physical working conditions (not sitting down or standing up in the same position for long periods of time) or by the simple introduction of very short breaks that would allow women to walk around and get some exercise. Debates in the UK, on the TV and in the press, are unlikely to reach a consensus on this issue. What do you think?
[ 1, 24176, 10152, 29892, 12630, 1019, 4924, 322, 278, 7089, 403, 373, 11243, 2877, 13, 13, 8439, 756, 1063, 15620, 23746, 297, 278, 5745, 10325, 1048, 278, 13331, 310, 27032, 5866, 297, 5703, 358, 12530, 5967, 515, 664, 2645, 1009, 1757, 10582, 284, 3785, 29889, 910, 756, 5759, 263, 7300, 3464, 310, 20890, 1104, 1218, 304, 1472, 29899, 11235, 5353, 1080, 1048, 5129, 13895, 30010, 322, 5129, 29881, 17678, 30010, 29901, 338, 5866, 30010, 29879, 17193, 1900, 14363, 491, 2578, 1218, 963, 278, 1021, 408, 1757, 470, 491, 3907, 1326, 12112, 393, 5936, 895, 1009, 12651, 297, 4958, 310, 4824, 29875, 5996, 16772, 322, 4768, 5996, 3168, 29973, 13, 13, 3644, 278, 10261, 4547, 778, 1316, 385, 14511, 1230, 29892, 372, 723, 451, 367, 278, 937, 4234, 297, 278, 24952, 3186, 304, 437, 577, 29889, 9267, 10916, 297, 14325, 2307, 1207, 278, 25161, 322, 12710, 2553, 630, 4547, 3277, 263, 4307, 297, 29871, 29906, 29900, 29896, 29941, 29889, 450, 8898, 884, 756, 263, 7282, 15839, 9399, 296, 29889, 319, 3353, 16385, 310, 590, 3143, 10152, 5244, 414, 297, 278, 15308, 4124, 4495, 12884, 29891, 29901, 3645, 5129, 1184, 371, 428, 30010, 304, 5129, 6108, 2877, 30010, 313, 15735, 19958, 273, 29892, 29871, 29896, 29929, 29929, 29929, 511, 2729, 373, 20607, 5925, 18043, 363, 590, 1963, 29928, 29892, 338, 24600, 304, 5129, 1184, 4924, 363, 1346, 28154, 10582, 284, 951, 1351, 30024, 30010, 29889, 13, 13, 797, 278, 29871, 29896, 29929, 29906, 29900, 29879, 29892, 16021, 5925, 414, 322, 23390, 298, 4790, 3530, 4266, 2879, 297, 278, 15308, 7761, 18043, 20607, 7405, 800, 964, 278, 10879, 310, 1757, 10582, 362, 373, 5866, 30010, 29879, 13284, 304, 664, 297, 12219, 322, 18408, 17643, 26795, 263, 7282, 7426, 310, 9128, 23390, 29889, 11275, 6907, 800, 5331, 304, 1023, 9263, 267, 1641, 16610, 393, 3646, 287, 2702, 13997, 310, 5866, 17162, 29901, 13, 13, 6185, 929, 5129, 2951, 278, 6507, 515, 664, 2645, 1757, 10582, 362, 310, 7672, 262, 2879, 322, 13977, 3965, 17162, 1985, 373, 28967, 14884, 1728, 7208, 3368, 330, 15451, 297, 278, 7171, 358, 13661, 30010, 29892, 29871, 29896, 29896, 5490, 29871, 29896, 29929, 29906, 29906, 13, 13, 6185, 929, 5129, 2951, 278, 1985, 5855, 310, 5866, 1020, 2801, 322, 301, 3818, 18563, 30010, 29892, 29871, 29929, 2610, 29871, 29896, 29929, 29941, 29896, 13, 13, 1349, 968, 9263, 267, 28811, 515, 5925, 393, 7829, 29892, 22611, 916, 2712, 29892, 393, 297, 1943, 339, 403, 409, 1218, 472, 14884, 322, 373, 1020, 14359, 20601, 297, 378, 29887, 602, 322, 260, 2673, 297, 278, 633, 29881, 2770, 393, 471, 429, 562, 23936, 630, 2645, 1757, 10582, 362, 29889, 512, 6944, 29892, 278, 9263, 267, 1258, 451, 3867, 363, 4943, 18070, 515, 664, 29889, 10152, 25738, 304, 14169, 515, 278, 25161, 750, 304, 3867, 263, 11619, 30010, 29879, 4443, 29892, 2788, 304, 278, 9670, 11780, 363, 17319, 5967, 29889, 13, 13, 1576, 6221, 5925, 964, 278, 10879, 310, 1757, 10582, 362, 373, 5866, 30010, 29879, 13284, 304, 664, 322, 278, 2280, 310, 278, 9263, 267, 297, 6944, 10425, 263, 1353, 310, 5626, 373, 1716, 11192, 310, 278, 2980, 29889, 306, 5957, 871, 263, 15837, 310, 278, 24952, 5925, 1284, 886, 322, 22944, 3440, 653, 1244, 29901, 13, 13, 2831, 278, 25161, 29901, 13, 30119, 5703, 414, 505, 263, 23134, 304, 12566, 278, 9045, 310, 1009, 17162, 322, 443, 354, 4298, 29891, 29892, 6460, 322, 297, 1943, 339, 403, 1985, 23136, 508, 505, 263, 1439, 29878, 2073, 284, 10879, 373, 5866, 30010, 29879, 337, 4704, 573, 9045, 13, 30119, 5866, 30010, 29879, 23390, 3234, 2068, 322, 1962, 723, 14451, 408, 263, 1121, 13, 30119, 372, 338, 18853, 304, 12566, 278, 10257, 1608, 310, 3058, 13997, 310, 17162, 29901, 278, 2553, 1078, 1244, 1644, 1127, 373, 4180, 17906, 322, 12944, 278, 8141, 936, 22873, 17785, 297, 10712, 9128, 322, 12838, 873, 23023, 1848, 664, 13, 30119, 9416, 9128, 23390, 322, 851, 4814, 681, 15058, 508, 3275, 304, 766, 582, 1980, 310, 278, 1757, 10582, 284, 11412, 13, 30119, 5866, 30010, 29879, 9128, 322, 29762, 11101, 1907, 526, 12212, 2645, 1757, 10582, 362, 29936, 5866, 14074, 2301, 16637, 9324, 322, 10801, 310, 26702, 13, 30119, 5866, 30010, 29879, 4768, 5996, 16772, 322, 337, 4704, 573, 3168, 1996, 2702, 19679, 297, 4307, 13, 13, 14769, 475, 303, 278, 25161, 29901, 13, 30119, 5703, 414, 526, 3109, 5517, 304, 8167, 5866, 565, 896, 526, 22688, 12530, 931, 1283, 664, 2645, 1757, 10582, 362, 13, 30119, 313, 29877, 15535, 515, 14263, 17162, 29892, 1058, 24774, 278, 5703, 358, 310, 5866, 408, 13888, 29897, 5866, 881, 451, 367, 15723, 297, 17643, 363, 607, 896, 10225, 278, 9128, 9324, 322, 19119, 13284, 13, 30119, 565, 5181, 29892, 5866, 1033, 367, 18440, 304, 1422, 9595, 21677, 6775, 664, 2645, 1757, 10582, 362, 13, 30119, 278, 25161, 723, 367, 1722, 304, 1597, 854, 2280, 322, 633, 1509, 13, 30119, 5866, 2609, 2149, 304, 367, 5545, 5186, 411, 1757, 565, 896, 526, 2183, 4266, 14502, 297, 278, 4307, 13, 13, 3112, 338, 7088, 451, 292, 884, 393, 278, 5164, 5925, 9279, 4049, 17845, 393, 278, 13426, 13638, 310, 5866, 8967, 694, 4943, 4828, 470, 633, 8945, 1907, 411, 1757, 10582, 362, 29892, 322, 393, 1757, 15574, 8967, 6133, 11174, 310, 17319, 2264, 1135, 1009, 12944, 23056, 21628, 29889, 9267, 310, 278, 4828, 18860, 491, 5866, 297, 278, 664, 6689, 1033, 367, 1380, 335, 630, 491, 278, 18707, 310, 28473, 304, 1009, 9128, 1985, 5855, 313, 1333, 16246, 1623, 470, 13407, 701, 297, 278, 1021, 2602, 363, 1472, 23704, 310, 931, 29897, 470, 491, 278, 2560, 18707, 310, 1407, 3273, 16706, 393, 723, 2758, 5866, 304, 6686, 2820, 322, 679, 777, 15058, 29889, 13, 13, 10251, 1078, 297, 278, 10261, 29892, 373, 278, 5648, 322, 297, 278, 3965, 29892, 526, 25057, 304, 6159, 263, 1136, 8841, 373, 445, 2228, 29889, 1724, 437, 366, 1348, 29973 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
Jeanette Sawyer Cohen, PhD, clinical assistant professor of psychology in pediatrics at Weill Cornell Medical College in New York City Pediatric Psychologist How to Teach Independence? How can I teach my toddler to do things independently? You’ve probably become more patient since you started this whole parenthood thing. And you’re going to have to practice patience even more as your toddler learns to become more independent. For example, she tells you she can’t finish the puzzle she’s doing. Instead of jumping right in and telling her which piece goes where, you’re going to have to tell her you’ll help a little. Go ahead and help, but let her do a lot of it herself, and make sure she’s the one to finish the job. That will give her a sense of accomplishment and the confidence to try again next time. Remember that children each progress at their own rate. It’s not always fast — and there will be setbacks along the way. But the more you can allow them to do on their own without stepping in, the more they’ll be likely to try for themselves again and again.
[ 1, 4581, 2353, 317, 1450, 7598, 315, 14899, 29892, 1963, 29928, 29892, 24899, 936, 20255, 12251, 310, 11643, 3002, 297, 8939, 7163, 10817, 472, 1334, 453, 11655, 514, 20795, 6346, 297, 1570, 3088, 4412, 13, 13, 29925, 287, 7163, 2200, 16777, 19915, 13, 13, 5328, 304, 1920, 496, 28052, 663, 29973, 13, 13, 5328, 508, 306, 6860, 590, 304, 1289, 1358, 304, 437, 2712, 25499, 29973, 13, 13, 3492, 30010, 345, 3117, 4953, 901, 16500, 1951, 366, 4687, 445, 3353, 3847, 6614, 2655, 29889, 1126, 366, 30010, 276, 2675, 304, 505, 304, 6944, 282, 24701, 1584, 901, 408, 596, 304, 1289, 1358, 24298, 1983, 304, 4953, 901, 7417, 29889, 13, 13, 2831, 1342, 29892, 1183, 10603, 366, 1183, 508, 30010, 29873, 8341, 278, 20285, 280, 1183, 30010, 29879, 2599, 29889, 8669, 310, 12500, 292, 1492, 297, 322, 14509, 902, 607, 8424, 5771, 988, 29892, 366, 30010, 276, 2675, 304, 505, 304, 2649, 902, 366, 30010, 645, 1371, 263, 2217, 29889, 2921, 14432, 322, 1371, 29892, 541, 1235, 902, 437, 263, 3287, 310, 372, 8735, 29892, 322, 1207, 1854, 1183, 30010, 29879, 278, 697, 304, 8341, 278, 4982, 29889, 2193, 674, 2367, 902, 263, 4060, 310, 12709, 358, 322, 278, 16420, 304, 1018, 1449, 2446, 931, 29889, 13, 13, 7301, 1096, 393, 4344, 1269, 6728, 472, 1009, 1914, 6554, 29889, 739, 30010, 29879, 451, 2337, 5172, 813, 322, 727, 674, 367, 731, 1627, 29879, 3412, 278, 982, 29889, 1205, 278, 901, 366, 508, 2758, 963, 304, 437, 373, 1009, 1914, 1728, 1886, 3262, 297, 29892, 278, 901, 896, 30010, 645, 367, 5517, 304, 1018, 363, 6053, 1449, 322, 1449, 29889 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
{ "fpsLimit": 60, "preset": "basic", "background": { "color": "#0d47a1", "image": "", "position": "50% 50%", "repeat": "no-repeat", "size": "cover" } }
[ 1, 426, 13, 29871, 376, 29888, 567, 24445, 1115, 29871, 29953, 29900, 29892, 13, 29871, 376, 4569, 300, 1115, 376, 16121, 613, 13, 29871, 376, 7042, 1115, 426, 13, 1678, 376, 2780, 1115, 12305, 29900, 29881, 29946, 29955, 29874, 29896, 613, 13, 1678, 376, 3027, 1115, 12633, 13, 1678, 376, 3283, 1115, 376, 29945, 29900, 29995, 29871, 29945, 29900, 29995, 613, 13, 1678, 376, 14358, 1115, 376, 1217, 29899, 14358, 613, 13, 1678, 376, 2311, 1115, 376, 11911, 29908, 13, 29871, 500, 13, 29913 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
Running Stat Dinner with people is always better than eating alone, especially when the food is good. Good food tastes even better when enjoyed with people. Tonight Amy came over to try my second attempt at the Brussels Sprouts Veggie Soup to which I have made some changes (see recipe below in previous post) for a better result, I believe. We were at the store earlier and saw some nice looking haricot verts and heirloom tomatoes, so we decide to assemble a simple salad from those. Of course while I’m at the market, I can’t not get some five peppercorn salami. Our simple dinner of soup, salami, bread, cheese, salad, and wine was on the table in 15 minutes.
[ 1, 19509, 13, 13, 9513, 13, 13, 29928, 3993, 411, 2305, 338, 2337, 2253, 1135, 321, 1218, 7432, 29892, 7148, 746, 278, 9687, 338, 1781, 29889, 7197, 9687, 260, 579, 267, 1584, 2253, 746, 27849, 411, 2305, 29889, 17812, 523, 28533, 2996, 975, 304, 1018, 590, 1473, 4218, 472, 278, 1771, 1558, 1379, 14314, 17718, 17236, 12053, 317, 1132, 304, 607, 306, 505, 1754, 777, 3620, 313, 4149, 9522, 412, 2400, 297, 3517, 1400, 29897, 363, 263, 2253, 1121, 29892, 306, 4658, 29889, 13, 13, 4806, 892, 472, 278, 3787, 8859, 322, 4446, 777, 7575, 3063, 4023, 293, 327, 4837, 29879, 322, 540, 381, 417, 290, 6454, 20452, 29892, 577, 591, 11097, 304, 24940, 263, 2560, 4497, 328, 515, 1906, 29889, 4587, 3236, 1550, 306, 30010, 29885, 472, 278, 9999, 29892, 306, 508, 30010, 29873, 451, 679, 777, 5320, 1236, 2496, 29883, 1398, 4497, 4479, 29889, 8680, 2560, 17803, 310, 22300, 29892, 4497, 4479, 29892, 18423, 29892, 923, 968, 29892, 4497, 328, 29892, 322, 19006, 471, 373, 278, 1591, 297, 29871, 29896, 29945, 6233, 29889 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
jOOQ on The ORM Foundation? I am the developer of jOOQ, a Java database abstraction framework. I was wondering whether jOOQ might be an interesting tool for discussion on your website, even if it is not exactly an ORM in the classic meaning (as in mapping objects to the relational world > ORM). Instead, jOOQ uses a reverse engineering paradigm (as in mapping relational entities to objects > "ROM"). Re: jOOQ on The ORM Foundation? Object Role Modeling (the original ORM) is not the same thing as Object/Relational Mapping. Object/Relational Mapping is still kind-of relevant and interesting to us, since Object Role Modeling is used to design databases (which then will require programmatic access). But there are probably better places to discuss it :] Your query DSL looks rather like some of the DSLs available for Ruby, such as through the Sequel gem, or Arel. Interesting to see how well that can work with a statically-types language like Java. Maybe you or I should make a generator for ActiveFacts which generates your DSL from CQL queries? Re: jOOQ on The ORM Foundation? Sorry for my late reply. Apparently I had not really understood the ideas behind your foundation when I wrote my original post. I understand now, that you are concerned with broader concepts than the "common ORM". I actually came across your group because of your linking to ORM Lite (where ORM does stand for Object/Relational Mapping, correct me if I'm wrong). Yes, I have seen some examples for Ruby's Sequel. I personally find statically-typed languages much better for DSL's as the syntax can be formally defined and checked by a compiler - with the limitations an OO language imposes, of course. So if I understand this correctly now, "Object Role Modeling" and CQL are actually a more general way of expressing what SQL calls DDL. Since you can already transform CQL into SQL DDL statements (CREATE TABLE...), and jOOQ can reverse-engineer database schemata into jOOQ generated source code, I don't think there would be need for an additional generator. Does CQL also specify means of querying the data described by the Object Role Model? The examples I found here only seem to describe what SQL calls "constraints" (although with a much broader functionality-range than SQL): Re: jOOQ on The ORM Foundation? "common ORM". I actually came across your group because of your linking to ORM Lite (where ORM does stand for Object/Relational Mapping Object Role Modeling was named before Object Relational Mapping, but the latter is now the more common meaning, as you point out. But ORM Lite is actually so-named by Bryan because it is an implementation of Object Role Modeling, not because it is also an O/RM. Bryan was a student of Terry's at Neumont, where he learnt ORM. Regarding DSLs, I think internal DSLs only work well in very simple cases. I prefer external DSLs for anything complex, and that's where CQL came from. Even the extremely flexible syntax of Ruby wasn't up to the task. lukas.eder: I don't think there would be need for an additional generator The problem is that a huge amount of meaning is lost in the mapping to SQL. SQL is practically (though not theoretically) limited to representing physical models. These are almost always very different from the conceptual model, as many relationships have been condensed (absorbed) into attribute/column relationships, so the semantics of the original relationship are lost. In the process, nullable columns are usually introduced, which adds further to the confusion, as such things cannot easily be correctly constrained (uniqueness, etc) in SQL. So by reverse engineering from the relational form, you're losing most of the benefit of building a conceptual model from the start This may be hard to see for someone used to O-O modeling, and who's authored an O/RM tool. The problem is that O-O suffers from many of the same problems of loss of semantics. The apparently clear notion of "attribute" breaks down when you look at it closely. O-O, although ostensibly behaviour-oriented, introduces attributes to store state, and this attribute orientation is the source of the problem in both cases. Fact-oriented model does not use attributes. Although it may seem obvious that, for example, my surname is an attribute of myself, if the system being modeled accrues the requirement to model families, suddenly surname becomes an attribute of family, and family becomes my attribute. This kind of instability is responsible for much of the rework that's required in evolving legacy systems, as well as many of the mistakes made when they were first modeled. If you want a further example of this loss of semantics, look at my Insurance example, and ask yourself why the VehicleIncident table has a DrivingBloodTestResult column. In fact, if VehicleIncident wasn't explicitly mapped separately, its fields would be in the Claim table. What's needed is not just yet another O/RM tool (which are tuppence a dozen anyhow - I personally have written three) but a tool which supports database programming using only the conceptual model, never exposing the physical model. Surprisingly, I can't think of a single tool which has done a good job of this, but it's where I'm heading with the ActiveFacts API. It's another O/RM, but using a purely conceptual object model that preserves the domain semantics, not a typical O-O one. lukas.eder: Does CQL also specify means of querying the data described by the Object Role Model Yes, though the published implementation doesn't quite handle the full query syntax (aggregate functions are still missing), nor does it yet translate them to SQL. Some examples are given towards the end of the video presentation on the CQL Introduction page. Re: jOOQ on The ORM Foundation? Regarding DSLs, I think internal DSLs only work well in very simple cases. I prefer external DSLs for anything complex, and that's where CQL came from. Even the extremely flexible syntax of Ruby wasn't up to the task. Absolutely. The optimal way to implement SQL in Java would be by extending the Java language itself, such that SQL would be compiled natively by the java compiler, similar to Linq2SQL in C#, or PL/SQL in Oracle databases. So for the complexity of CQL, CQL is certainly the right solution. Clifford Heath: The problem is that a huge amount of meaning is lost in the mapping to SQL. SQL is practically (though not theoretically) limited to representing physical models. You are right. I guess though, that in everyday work, this limitation is not really a problem. Personally, I think if your business rules become so complex that you cannot map them to a relational model easily anymore, then maybe your business rules could be simplified before changing/extending technologies. But that depends on the business, of course. I guess with insurance companies' businesses, I'd be pretty lost, personally ;-) In any case, I don't see jOOQ as a means to solve modelling issues, or the O/R impedance mismatch (which is even bigger when it comes to mapping your understanding of ORM, with CQL). jOOQ should simply make using the full power of SQL in Java as simple as possible. In that way, jOOQ is not really an ORM because it does not map from objects to the relational world, or try to solve any other high-level abstraction issues. It's really a low-level tool to make a developer's life a lot easier, seeing that unfortunately, JPA CriteriaQuery didn't meet the community's expectations. Clifford Heath: What's needed is not just yet another O/RM tool (which are tuppence a dozen anyhow - I personally have written three) but a tool which supports database programming using only the conceptual model, never exposing the physical model. Surprisingly, I can't think of a single tool which has done a good job of this, but it's where I'm heading with the ActiveFacts API. It's another O/RM, but using a purely conceptual object model that preserves the domain semantics, not a typical O-O one. I think you're on the right track with this. I hope for you, that this will soon show nice results with a practical implementation. I'm curious to see how you'll tackle performance issues, too, with all the abstraction. Among all attempts to overcome the old and proven relational models (XML databases, NoSQL databases), this one seems the most promising and focused to me!
[ 1, 432, 29949, 29949, 29984, 373, 450, 6323, 29924, 10606, 29973, 13, 13, 29902, 626, 278, 13897, 310, 432, 29949, 29949, 29984, 29892, 263, 3355, 2566, 27086, 428, 6890, 29889, 306, 471, 9873, 3692, 432, 29949, 29949, 29984, 1795, 367, 385, 8031, 5780, 363, 10679, 373, 596, 4700, 29892, 1584, 565, 372, 338, 451, 3721, 385, 6323, 29924, 297, 278, 22037, 6593, 313, 294, 297, 10417, 3618, 304, 278, 1104, 1288, 3186, 1405, 6323, 29924, 467, 8669, 29892, 432, 29949, 29949, 29984, 3913, 263, 11837, 21639, 26811, 335, 29885, 313, 294, 297, 10417, 1104, 1288, 16212, 304, 3618, 1405, 376, 3491, 2564, 13, 13, 1123, 29901, 432, 29949, 29949, 29984, 373, 450, 6323, 29924, 10606, 29973, 13, 13, 2061, 1528, 280, 8125, 292, 313, 1552, 2441, 6323, 29924, 29897, 338, 451, 278, 1021, 2655, 408, 4669, 29914, 9662, 1288, 341, 20304, 29889, 13, 13, 2061, 29914, 9662, 1288, 341, 20304, 338, 1603, 2924, 29899, 974, 8018, 322, 8031, 304, 502, 29892, 1951, 4669, 1528, 280, 8125, 292, 338, 1304, 304, 2874, 21218, 313, 4716, 769, 674, 1996, 1824, 29885, 2454, 2130, 467, 1205, 727, 526, 3117, 2253, 7600, 304, 5353, 372, 584, 29962, 13, 13, 10858, 2346, 360, 12750, 3430, 3265, 763, 777, 310, 278, 360, 12750, 29879, 3625, 363, 15847, 29892, 1316, 408, 1549, 278, 922, 13295, 7055, 29892, 470, 319, 2674, 29889, 23829, 292, 304, 1074, 920, 1532, 393, 508, 664, 411, 263, 1002, 1711, 29899, 8768, 4086, 763, 3355, 29889, 7198, 366, 470, 306, 881, 1207, 263, 15299, 363, 10731, 20738, 29879, 607, 16785, 596, 360, 12750, 515, 315, 2239, 9365, 29973, 13, 13, 1123, 29901, 432, 29949, 29949, 29984, 373, 450, 6323, 29924, 10606, 29973, 13, 13, 29903, 3818, 363, 590, 5683, 8908, 29889, 27466, 2705, 306, 750, 451, 2289, 11098, 278, 7014, 5742, 596, 22778, 746, 306, 5456, 590, 2441, 1400, 29889, 306, 2274, 1286, 29892, 393, 366, 526, 15041, 411, 2545, 1664, 22001, 1135, 278, 376, 9435, 6323, 29924, 1642, 306, 2869, 2996, 4822, 596, 2318, 1363, 310, 596, 25236, 304, 6323, 29924, 365, 568, 313, 3062, 6323, 29924, 947, 2317, 363, 4669, 29914, 9662, 1288, 341, 20304, 29892, 1959, 592, 565, 306, 29915, 29885, 2743, 467, 13, 13, 8241, 29892, 306, 505, 3595, 777, 6455, 363, 15847, 29915, 29879, 922, 13295, 29889, 306, 22345, 1284, 1002, 1711, 29899, 1017, 9795, 10276, 1568, 2253, 363, 360, 12750, 29915, 29879, 408, 278, 5877, 508, 367, 28269, 3342, 322, 7120, 491, 263, 6516, 448, 411, 278, 27028, 385, 438, 29949, 4086, 7275, 267, 29892, 310, 3236, 29889, 13, 13, 6295, 565, 306, 2274, 445, 5149, 1286, 29892, 376, 2061, 1528, 280, 8125, 292, 29908, 322, 315, 2239, 526, 2869, 263, 901, 2498, 982, 310, 4653, 292, 825, 3758, 5717, 360, 19558, 29889, 4001, 366, 508, 2307, 4327, 315, 2239, 964, 3758, 360, 19558, 9506, 313, 27045, 10911, 856, 511, 322, 432, 29949, 29949, 29984, 508, 11837, 29899, 10599, 261, 2566, 1364, 331, 532, 964, 432, 29949, 29949, 29984, 5759, 2752, 775, 29892, 306, 1016, 29915, 29873, 1348, 727, 723, 367, 817, 363, 385, 5684, 15299, 29889, 13, 13, 25125, 315, 2239, 884, 6084, 2794, 310, 2346, 292, 278, 848, 5439, 491, 278, 4669, 1528, 280, 8125, 29973, 450, 6455, 306, 1476, 1244, 871, 2833, 304, 8453, 825, 3758, 5717, 376, 13646, 29879, 29908, 313, 26492, 411, 263, 1568, 2545, 1664, 9863, 29899, 3881, 1135, 3758, 1125, 13, 13, 1123, 29901, 432, 29949, 29949, 29984, 373, 450, 6323, 29924, 10606, 29973, 13, 13, 29908, 9435, 6323, 29924, 1642, 306, 2869, 2996, 4822, 596, 2318, 1363, 310, 596, 25236, 304, 6323, 29924, 365, 568, 313, 3062, 6323, 29924, 947, 2317, 363, 4669, 29914, 9662, 1288, 341, 20304, 13, 13, 2061, 1528, 280, 8125, 292, 471, 4257, 1434, 4669, 6376, 1288, 341, 20304, 29892, 541, 278, 7480, 338, 1286, 278, 901, 3619, 6593, 29892, 408, 366, 1298, 714, 29889, 1205, 6323, 29924, 365, 568, 338, 2869, 577, 29899, 17514, 491, 13307, 273, 1363, 372, 338, 385, 5314, 310, 4669, 1528, 280, 8125, 292, 29892, 451, 1363, 372, 338, 884, 385, 438, 29914, 29934, 29924, 29889, 13307, 273, 471, 263, 8368, 310, 27571, 29915, 29879, 472, 2448, 398, 609, 29892, 988, 540, 24298, 593, 6323, 29924, 29889, 13, 13, 4597, 20272, 360, 12750, 29879, 29892, 306, 1348, 7463, 360, 12750, 29879, 871, 664, 1532, 297, 1407, 2560, 4251, 29889, 306, 5821, 7029, 360, 12750, 29879, 363, 3099, 4280, 29892, 322, 393, 29915, 29879, 988, 315, 2239, 2996, 515, 29889, 7753, 278, 14154, 25706, 5877, 310, 15847, 9007, 29915, 29873, 701, 304, 278, 3414, 29889, 13, 13, 29880, 2679, 294, 29889, 2447, 29901, 13, 13, 29902, 1016, 29915, 29873, 1348, 727, 723, 367, 817, 363, 385, 5684, 15299, 13, 13, 1576, 1108, 338, 393, 263, 12176, 5253, 310, 6593, 338, 5714, 297, 278, 10417, 304, 3758, 29889, 3758, 338, 4120, 1711, 313, 3592, 451, 17237, 1711, 29897, 9078, 304, 15783, 9128, 4733, 29889, 4525, 526, 4359, 2337, 1407, 1422, 515, 278, 6964, 950, 1904, 29892, 408, 1784, 21702, 505, 1063, 2148, 21144, 313, 6897, 272, 2580, 29897, 964, 5352, 29914, 4914, 21702, 29892, 577, 278, 29505, 310, 278, 2441, 9443, 526, 5714, 29889, 512, 278, 1889, 29892, 1870, 519, 4341, 526, 5491, 9129, 29892, 607, 12778, 4340, 304, 278, 14679, 29892, 408, 1316, 2712, 2609, 5948, 367, 5149, 1040, 22042, 313, 3909, 339, 18543, 29892, 2992, 29897, 297, 3758, 29889, 1105, 491, 11837, 21639, 515, 278, 1104, 1288, 883, 29892, 366, 29915, 276, 19035, 1556, 310, 278, 14169, 310, 5214, 263, 6964, 950, 1904, 515, 278, 1369, 13, 13, 4013, 1122, 367, 2898, 304, 1074, 363, 4856, 1304, 304, 438, 29899, 29949, 1904, 292, 29892, 322, 1058, 29915, 29879, 4148, 287, 385, 438, 29914, 29934, 29924, 5780, 29889, 450, 1108, 338, 393, 438, 29899, 29949, 9378, 414, 515, 1784, 310, 278, 1021, 4828, 310, 6410, 310, 29505, 29889, 450, 13229, 2821, 17837, 310, 376, 12715, 29908, 16706, 1623, 746, 366, 1106, 472, 372, 16467, 29889, 438, 29899, 29949, 29892, 5998, 14750, 575, 14981, 10468, 29899, 12236, 287, 29892, 4547, 778, 8393, 304, 3787, 2106, 29892, 322, 445, 5352, 19843, 338, 278, 2752, 310, 278, 1108, 297, 1716, 4251, 29889, 26748, 29899, 12236, 287, 1904, 947, 451, 671, 8393, 29889, 8512, 372, 1122, 2833, 6924, 393, 29892, 363, 1342, 29892, 590, 23403, 338, 385, 5352, 310, 6142, 29892, 565, 278, 1788, 1641, 4464, 839, 1035, 582, 267, 278, 11809, 304, 1904, 13175, 29892, 11584, 23403, 7415, 385, 5352, 310, 3942, 29892, 322, 3942, 7415, 590, 5352, 29889, 910, 2924, 310, 832, 3097, 338, 14040, 363, 1568, 310, 278, 337, 1287, 393, 29915, 29879, 3734, 297, 15220, 1747, 25000, 6757, 29892, 408, 1532, 408, 1784, 310, 278, 28947, 1754, 746, 896, 892, 937, 4464, 839, 29889, 960, 366, 864, 263, 4340, 1342, 310, 445, 6410, 310, 29505, 29892, 1106, 472, 590, 512, 7610, 749, 1342, 29892, 322, 2244, 7535, 2020, 278, 8980, 29882, 2512, 797, 29883, 1693, 1591, 756, 263, 360, 1150, 292, 29933, 417, 397, 3057, 3591, 1897, 29889, 512, 2114, 29892, 565, 8980, 29882, 2512, 797, 29883, 1693, 9007, 29915, 29873, 9479, 20545, 16949, 29892, 967, 4235, 723, 367, 297, 278, 6015, 326, 1591, 29889, 13, 13, 5618, 29915, 29879, 4312, 338, 451, 925, 3447, 1790, 438, 29914, 29934, 29924, 5780, 313, 4716, 526, 5291, 407, 663, 263, 24231, 738, 3525, 448, 306, 22345, 505, 3971, 2211, 29897, 541, 263, 5780, 607, 11286, 2566, 8720, 773, 871, 278, 6964, 950, 1904, 29892, 2360, 14060, 292, 278, 9128, 1904, 29889, 6298, 558, 5921, 368, 29892, 306, 508, 29915, 29873, 1348, 310, 263, 2323, 5780, 607, 756, 2309, 263, 1781, 4982, 310, 445, 29892, 541, 372, 29915, 29879, 988, 306, 29915, 29885, 28435, 411, 278, 10731, 20738, 29879, 3450, 29889, 739, 29915, 29879, 1790, 438, 29914, 29934, 29924, 29892, 541, 773, 263, 24837, 6964, 950, 1203, 1904, 393, 2225, 20098, 278, 5354, 29505, 29892, 451, 263, 15662, 438, 29899, 29949, 697, 29889, 13, 13, 29880, 2679, 294, 29889, 2447, 29901, 13, 13, 25125, 315, 2239, 884, 6084, 2794, 310, 2346, 292, 278, 848, 5439, 491, 278, 4669, 1528, 280, 8125, 13, 13, 8241, 29892, 2466, 278, 6369, 5314, 1838, 29915, 29873, 3755, 4386, 278, 2989, 2346, 5877, 313, 26193, 403, 3168, 526, 1603, 4567, 511, 3643, 947, 372, 3447, 14240, 963, 304, 3758, 29889, 3834, 6455, 526, 2183, 7113, 278, 1095, 310, 278, 4863, 24329, 373, 278, 315, 2239, 27576, 1813, 29889, 13, 13, 1123, 29901, 432, 29949, 29949, 29984, 373, 450, 6323, 29924, 10606, 29973, 13, 13, 4597, 20272, 360, 12750, 29879, 29892, 306, 1348, 7463, 360, 12750, 29879, 871, 664, 1532, 297, 1407, 2560, 4251, 29889, 306, 5821, 7029, 360, 12750, 29879, 363, 3099, 4280, 29892, 322, 393, 29915, 29879, 988, 315, 2239, 2996, 515, 29889, 7753, 278, 14154, 25706, 5877, 310, 15847, 9007, 29915, 29873, 701, 304, 278, 3414, 29889, 13, 13, 4920, 2929, 11579, 29889, 450, 14413, 982, 304, 2334, 3758, 297, 3355, 723, 367, 491, 23771, 278, 3355, 4086, 3528, 29892, 1316, 393, 3758, 723, 367, 13126, 302, 6703, 491, 278, 2115, 6516, 29892, 2788, 304, 4342, 29939, 29906, 4176, 297, 315, 6552, 470, 16507, 29914, 4176, 297, 15401, 21218, 29889, 1105, 363, 278, 13644, 310, 315, 2239, 29892, 315, 2239, 338, 8959, 278, 1492, 1650, 29889, 13, 13, 6821, 2593, 536, 940, 493, 29901, 13, 13, 1576, 1108, 338, 393, 263, 12176, 5253, 310, 6593, 338, 5714, 297, 278, 10417, 304, 3758, 29889, 3758, 338, 4120, 1711, 313, 3592, 451, 17237, 1711, 29897, 9078, 304, 15783, 9128, 4733, 29889, 13, 13, 3492, 526, 1492, 29889, 306, 4140, 2466, 29892, 393, 297, 1432, 3250, 664, 29892, 445, 29485, 338, 451, 2289, 263, 1108, 29889, 5196, 635, 29892, 306, 1348, 565, 596, 5381, 6865, 4953, 577, 4280, 393, 366, 2609, 2910, 963, 304, 263, 1104, 1288, 1904, 5948, 15128, 29892, 769, 5505, 596, 5381, 6865, 1033, 367, 20875, 1434, 6480, 29914, 1062, 2548, 5722, 11763, 29889, 1205, 393, 7111, 373, 278, 5381, 29892, 310, 3236, 29889, 306, 4140, 411, 1663, 18541, 14582, 29915, 5381, 267, 29892, 306, 29915, 29881, 367, 5051, 5714, 29892, 22345, 2056, 15805, 13, 13, 797, 738, 1206, 29892, 306, 1016, 29915, 29873, 1074, 432, 29949, 29949, 29984, 408, 263, 2794, 304, 4505, 878, 7807, 5626, 29892, 470, 278, 438, 29914, 29934, 25275, 749, 29635, 313, 4716, 338, 1584, 16600, 746, 372, 5304, 304, 10417, 596, 8004, 310, 6323, 29924, 29892, 411, 315, 2239, 467, 432, 29949, 29949, 29984, 881, 3763, 1207, 773, 278, 2989, 3081, 310, 3758, 297, 3355, 408, 2560, 408, 1950, 29889, 512, 393, 982, 29892, 432, 29949, 29949, 29984, 338, 451, 2289, 385, 6323, 29924, 1363, 372, 947, 451, 2910, 515, 3618, 304, 278, 1104, 1288, 3186, 29892, 470, 1018, 304, 4505, 738, 916, 1880, 29899, 5563, 27086, 428, 5626, 29889, 739, 29915, 29879, 2289, 263, 4482, 29899, 5563, 5780, 304, 1207, 263, 13897, 29915, 29879, 2834, 263, 3287, 6775, 29892, 8790, 393, 15428, 29892, 435, 7228, 315, 21977, 3010, 3282, 29915, 29873, 5870, 278, 7881, 29915, 29879, 2149, 800, 29889, 13, 13, 6821, 2593, 536, 940, 493, 29901, 13, 13, 5618, 29915, 29879, 4312, 338, 451, 925, 3447, 1790, 438, 29914, 29934, 29924, 5780, 313, 4716, 526, 5291, 407, 663, 263, 24231, 738, 3525, 448, 306, 22345, 505, 3971, 2211, 29897, 541, 263, 5780, 607, 11286, 2566, 8720, 773, 871, 278, 6964, 950, 1904, 29892, 2360, 14060, 292, 278, 9128, 1904, 29889, 6298, 558, 5921, 368, 29892, 306, 508, 29915, 29873, 1348, 310, 263, 2323, 5780, 607, 756, 2309, 263, 1781, 4982, 310, 445, 29892, 541, 372, 29915, 29879, 988, 306, 29915, 29885, 28435, 411, 278, 10731, 20738, 29879, 3450, 29889, 739, 29915, 29879, 1790, 438, 29914, 29934, 29924, 29892, 541, 773, 263, 24837, 6964, 950, 1203, 1904, 393, 2225, 20098, 278, 5354, 29505, 29892, 451, 263, 15662, 438, 29899, 29949, 697, 29889, 13, 13, 29902, 1348, 366, 29915, 276, 373, 278, 1492, 5702, 411, 445, 29889, 306, 4966, 363, 366, 29892, 393, 445, 674, 4720, 1510, 7575, 2582, 411, 263, 15031, 5314, 29889, 306, 29915, 29885, 12758, 304, 1074, 920, 366, 29915, 645, 22002, 280, 4180, 5626, 29892, 2086, 29892, 411, 599, 278, 27086, 428, 29889, 17302, 599, 14734, 304, 25688, 278, 2030, 322, 16413, 1104, 1288, 4733, 313, 9165, 21218, 29892, 1939, 4176, 21218, 511, 445, 697, 2444, 278, 1556, 2504, 5921, 322, 21309, 304, 592, 29991 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
I've learned the nitrogen vacancies used in Memristors are for "switching", between excited states and inhibited states, akin to our neurons and SYNAPSES abilities to generate EPSPs and IPSPs, this is the entire point to Memristors and DARPAs SyNAPSE program, emulating Neurons.. So in the memristor, NVs (which are truly Ancillas), Return to "resting states", just like Neurons do, hence Inhibitory states versus excited states, when a neuron reaches an action potential and fires.. So the ancillas use prepared/ known states, and are the equivalent of the ancillas ground state, which is equal to a neurons resting potential... So by weakly measuring certain aspects of living neurons, it is possible to superbroadcast/ teleport the wavefunction non-classically to the memristors vacancies, correlating each memristor with its neuron statistical ensemble counterpart, sharing the quantum state of the resting potential. the ground state of the ancilla. The type of measurement determines which property is shown. However the single and double-slit experiment and other experiments show that some effects of wave and particle can be measured in one measurement. Hence Mach-Zehnder interferometry, which also involves ANCILLAS Quote: When for example measuring a photon using a Mach-Zehnder interferometer, the photon acts as a wave if the second beam-splitter is inserted, but as a particle if this beam-splitter is omitted. The decision of whether or not to insert this beam-splitter can be made after the photon has entered the interferometer, as in Wheeler’s famous delayed-choice thought experiment. In recent quantum versions of this experiment, this decision is controlled by a quantum ancilla, while the beam splitter is itself still a classical object. and the no-cloning theorem is about pure states.. But an ensemble of particles in a neuron would make it a mixed state.. The no-cloning theorem is normally stated and proven for pure states; the no-broadcast theorem generalizes this result to mixed states. And thats why PHASE works for quantum metrology and its ability to harness non classical states Apparently, worrying about measuring both position and momentum works differently for particles than it does waves. It may actually be possible using phase. Quote: Niels Bohr apparently conceived of the principle of complementarity during a skiing vacation in Norway in February and March 1927, during which he received a letter from Werner Heisenberg regarding the latter's newly discovered (and not yet published) uncertainty principle. Upon returning from his vacation, by which time Heisenberg had already submitted his paper on the uncertainty principle for publication, he convinced Heisenberg that the uncertainty principle was a manifestation of the deeper concept of complementarity.[6] Heisenberg duly appended a note to this effect to his paper on the uncertainty principle, before its publication, stating: Quote: Bohr has brought to my attention [that] the uncertainty in our observation does not arise exclusively from the occurrence of discontinuities, but is tied directly to the demand that we ascribe equal validity to the quite different experiments which show up in the [particulate] theory on one hand, and in the wave theory on the other hand. And "quadratures" is about position and momentum.. Which are apparently always orthogonal to each other. There is obviously something to all of this. Counterfactual Communication was recently used to transmit information without sending any PARTICLES. the information was sent in the phase.. of a wavefunction? and it used MachZenhder Interferometry.. which is part of Quantum Metrology and its ability to harness non-classical states.. and all of this can teleport non-classical light.. and it all uses ANCILLAS... which store VALUES, and WAVEFUNCTIONS.. because they are Qubits/ Nitrogen vacancies.. and are used in WEAK MEASUREMENT... which was used to measure a wavefunction.. something most would argue is impossible.. because of the uncertainty principle.. Quote: An interpretation of quantum mechanics can be said to involve the use of counterfactual definiteness if it includes in the statistical population of measurement results, any measurements that are counterfactual because they are excluded by the quantum mechanical impossibility of simultaneous measurement of conjugate pairs of properties. For example, the Heisenberg uncertainty principle states that one cannot simultaneously know, with arbitrarily high precision, both the position and momentum of a particle Quote: The word "counterfactual" does not mean "characterized by being opposed to fact." Instead, it characterizes values that could have been measured but, for one reason or another, were not and its the Ancillas that store values.. and may or may not be part of the measurement apparatus... / interferometer.. In 2015, Counterfactual Quantum Computation was demonstrated in the experimental context of "spins of a negatively charged Nitrogen-vacancy color center in a diamond".[5] Previously suspected limits of efficiency were exceeded, achieving counterfactual computational efficiency of 85% with the higher efficiency foreseen in principle Quote: The quantum computer may be physically implemented in arbitrary ways but the common apparatus considered to date features a Mach–Zehnder interferometer. The quantum computer is set in a superposition of "not running" and "running" states by means such as the Quantum Zeno Effect. Those state histories are quantum interfered. After many repetitions of very rapid projective measurements, the "not running" state evolves to a final value imprinted into the properties of the quantum computer. Measuring that value allows for learning the result of some types of computations such as Grover's algorithm even though the result was derived from the non-running state of the quantum computer. NV CENTERS can also be used asQUANTUM SPIN PROBES, QUBITS & AS, ANCILLAS in devices such as BIOMEMs scanners QUANTUM REPEATERS PHOTONIC NETWORKING and.. MEMRISTORS.. where the vacancies are used for switching between inhibited and excited states, thus simulating NEURONS MEMRISTORS utilize wavefunctions. Wavefunctions can be weakly measured by ANCILLAS ANCILLAS hold "values" ie : wavefunctions and have GROUND STATES which measured particles are "cooled" into for measurement techniques. a literal form of "photon counting".. "This de-excitation is called ‘fluorescence’, and it is characterized by a lifetime of a few nanoseconds of the lowest vibrational level of the first excited state. De-excitation from the excited singlet state to the ground state also occurs by other mechanisms, such as non-radiant thermal decay or ‘phosphorescence’. In the latter case, the chromophore undergoes a forbidden transition from the excited singlet state into the triplet state (intersystem crossing, ISC, Fig 2.4), which has a non-zero probability, for example because of spin orbit coupling of the electrons’ magnetic moments" its a type of INTERSYSTEM CROSSING doing a search for Intersystem crossing, memristor brings up this link.. A composite optical microcavity, in which nitrogen vacancy (NV) centers in a diamond nanopillar are coupled to whispering gallery modes in a silica microsphere, is demonstrated. Nanopillars with a diameter as small as 200 nm are fabricated from a bulk diamond crystal by reactive ion etching and are positioned with nanometer precision near the equator of a silica microsphere. The composite nanopillar-microsphere system overcomes the poor controllability of a nanocrystal-based microcavity system and takes full advantage of the exceptional spin properties of NV centers and the ultrahigh quality factor of silica microspheres. We investigate the construction of two universal three-qubit quantum gates in a hybrid system. The designed system consists of a flying photon and a stationary negatively charged nitrogen-vacancy (NV) center fixed on the periphery of a whispering-gallery-mode (WGM) microresonator, with the WGM cavity coupled to tapered fibers functioning as an add-drop structure. These gate operations are accomplished by encoding the information both on the spin degree of freedom of the electron confined in the NV center and on the polarization and spatial-mode states of the flying photon, respectively Now Somewhere in this is evidence of a memristor holding a wavefunction The shown SPICE implementation (macro model) for a charge controlled memristor model exactly reproduces the results from [2]. However, these simulation results do not have a good compliance - not even qualitatively - with the characteristic form of I/V curves of manufactured devices. Therefore the following equations (3) to (9) try to approach memristor modeling from a different point of view to get a closer match to the measured curves from [2],[6],[7],[8],[10] or [11] even with a simple linear drift of w. Besides the charge steering mechanism of a memristor modelled in [2], [1] also defined a functional relationship for a memristor which explains the memristive behavior in dependence on its magnetic flux: i(t) = W φ(t) · v(t) . (3) Variable W (φ) represents the memductance which is the reciprocal of memristance M. Here a mechanism is demanded that maps the magnetic flux as the input signal to the current that is flowing through the memristor. The magnetic flux φ is the integral of voltage v(t) over time: φ = R v(t) dt. We can assume that an external voltage which is applied to the previously described two-layer structure has an influence on the movable 2+-dopants over time. The width w(t) of the semiconductor layer is depending on the velocity of the dopants vD(t) via the time integral: w(t) = w0 + Z0t vD(τ)dτ . (4) The drift velocity vD in an electric field E is defined via its mobility µD: vD(t) = µD · E(t) (5) and the electric field E is connected with the voltage via E(t) = v(t) D(6)with D denoting the total thickness of the two-layer structure (D = tOX + tSEMI). Due the good conductance of the semiconductor layer the electric field is applied to the time depending thickness of the insulator layer tOX for the most part (due to v(l) = R E dl). However, this was neglected for reasons of simplification. If we combine (4), (5) and (6), we obtain: n(t) = w0 + µDD· Z0t v(τ)dτ = w0 + µDD · φ(t) . (7) This equation shows a proportional dependence of the width w from the magnetic flux φ. Since the thickness of the insulator layer is in the low nanometer region a tunnel current or equivalent mechanism is possible. The magnetic flux slightly decreases the thickness of the insulator layer wich is the barrierfor the tunnel current.This current rises exponentially with a reduction of the width tOX(φ) (the exponential dependenceis deducible from the quantum mechanic wave function) which must become the GROUND STATE of the ANCILLA upon non-classical correlation.. because a wavefunction is essentially the "master equation" (which describe wave equations) We investigate theoretically how the spectroscopy of an ancillary qubit can probe cavity (circuit) QED ground states containing photons. We consider three classes of systems (Dicke, Tavis-Cummings and Hopfield-like models), where non-trivial vacua are the result of ultrastrong coupling between N two-level systems and a single-mode bosonic field. An ancillary qubit detuned with respect to the boson frequency is shown to reveal distinct spectral signatures depending on the type of vacua. In particular, the Lamb shift of the ancilla is sensitive to both ground state photon population and correlations. Back-action of the ancilla on the cavity ground state is investigated, taking into account the dissipation via a consistent master equation for the ultrastrong coupling regime. The conditions for high-fidelity measurements are determined. \\ Notice BACK-ACTION, which goes right back to DARPAs Nanodiamond Biosensors and their ability to overcome the standard quantum limit, because of the known/ prepared states in the ancillas/NITROGEN VACANCIES Quote: (Quantum) back action refers (in the regime of Quantum systems) to the effect of a detector on the measurement itself, as if the detector is not just making the measurement but also affecting the measured or observed system under a perturbing effect. Back action has important consequences on the measurement process and is a significant factor in measurements near the quantum limit, such as measurements approaching the Standard Quantum Limit (SQL). Back action is an actively sought-after area of interest in present times. There have been experiments in recent times, with nanomechanical systems, where back action was evaded in making measurements, such as in the following paper : When performing continuous measurements of position with sensitivity approaching quantum mechanical limits, one must confront the fundamental effects of detector back-action.Back-action forces are responsible for the ultimate limit on continuous position detection, can also be harnessed to cool the observed structure[1,2,3,4], and are expected to generate quantum entanglement. Back-action can also be evaded, allowing measurements with sensitivities that exceed the standard quantum limit, and potentially allowing for the generation of quantum squeezed states. So the NV centers are used as ancillas in the measurement process.. which weakly measure wavefunctions of particles in neurons, most likely singlet and triplet states occurring in ATP and phosphase... then those same wavefunctions are transfered and produce a correlation at the ground state.. where the ancilla takes on the new value/wavefunction.. and here we find all these ideas.. minus the switching which I can explain Memristors use NV centers to switch between inhibited and excited states singlet and triplet states thus producing/simulating/ EMULATING, living neurons and action potentials and it may just BE the network and its computing speed, that even allows the wavefunction to be "found" Artificial Neural Network. A pair of physicists with ETH Zurich has developed a way to use an artificial neural network to characterize the wave function of a quantum many-body system. [14]. A team of researchers at Google's DeepMind Technologies has been working on a means to increase the capabilities of computers by ... While there are lots of things that artificial intelligence can't do yet—science being one of them—neural networks are proving themselves increasingly adept at a huge variety of pattern recognition ... That's due in part to the description of a quantum system called its wavefunction. ... Neural network chip built using memristors. https://books.google.ca/books?isbn=9814434809Andrew Adamatzky, ‎Guanrong Chen - 2013 - ‎Computers Global and local symmetries In quantum physics, all the properties of a system can be derived from the state or wave function associated with that system. The absolute phase of a wave function cannot be measured, and has no practical meaning, as it cancels out the calculations of the probability distribution. Only relative ... The las vegas shooting left 58 INNOCENT PEOPLE DEAD. The gunmans brother was later arrested for possession of child porn. This technology was developed to defend against terrorism and child abuse. Connect the dots. I bet the brothers were sharing files and one of them ended up a "targeted individual" So he began to stockpile weapons and plan the only way out of his nightmare. There has been no mentioning of him."hearing voices" But the fact his brother was later arrested for such a crime paints a picture worth looking into. Those vibrations, are the result of this assumed BIOMEMS "deployable biosensor" And its use of excitation techniques made to single out single neurons to measure the WAVEFUNCTIONS during a tomographic scan. which makes such possible Quantum-assisted Nano-imaging of Living Organism Is a First Quote: “In QuASAR we are building sensors that capitalize on the extreme precision and control of atomic physics. We hope these novel measurement tools can provide new capabilities to the broader scientific and operational communities,” said Jamil Abo-Shaeer, DARPA program manager. “The work these teams are doing to apply quantum-assisted measurement to biological imaging could benefit DoD’s efforts to develop specialized drugs and therapies, and potentially support DARPA’s work to better understand how the human brain functions.” "Nuclear spin imaging at the atomic level is essential for the under-standing of fundamental biological phenomena and for applicationssuch as drug discovery. The advent of novel nano-scale sensors hasgiven hope of achieving the long-standing goal of single-protein, highspatial-resolution structure determination in their natural environ-ment and ambient conditions. In particular, quantum sensors basedon the spin-dependent photoluminescence of Nitrogen Vacancy (NV)centers in diamond have recently been used to detect nanoscale en-sembles of external nuclear spins. While NV sensitivity is approachingsingle-spin levels, extracting relevant information from a very com-plex structure is a further challenge, since it requires not only theability to sense the magnetic field of an isolated nuclear spin, butalso to achieve atomic-scale spatial resolution. Here we propose amethod that, by exploiting the coupling of the NV center to an intrin-sic quantum memory associated with the Nitrogen nuclear spin, canreach a tenfold improvement in spatial resolution, down to atomic scales." So what its all doing essentially, is mapping the phase of atoms/SINGLETS in ATP, onto a NV center based CCD and at the singlet level, correlations occur.. creating entanglement so the particles in the neuron are being correlated with the ancillas, the nitrogen vacancies, where they take on the "target" state.. not only is the above imaging done to obtain a correlation to living neurons, via the singlet states within, but once the connection is established, the MEMRISTOR NETWORK itself can be used to RECONSTRUCT VISION IN REAL TIME Now add the above method, a direct connection using correlated states shared from neurons TO Memristors... and imagine the reconstruction aided by the AI within the memristor network, as it works on so.. (note, this example is done MERELY using fMRI information) now Imagine statistical ensembles being observed in real time via non-classical entanglement But what I'm trying to show, is hows its this assumed entanglement based BCI technology, plus the memristor network it is coupled to, that is responsible for the TI communities complaints that "they (the government) can see through my own eyes" The nitrogen vacancies in the scanners hold values, wavefunctions, which are prepared states aka Ancilla bits, and are the time domain/reference frequency, which carrries the "quantum event/wavefunction" which causes the singlet pairs to form up in the scanned biology.. and correlates with them at the ground state as the relaxation occurs.. Quote: It is important to realize that particles in singlet states need not be locally bound to each other. For example, when the spin states of two electrons are correlated by their emission from a single quantum event that conserves angular momentum, the resulting electrons remain in a shared singlet state even as their separation in space increases indefinitely over time, provided only that their angular momentum states remain unperturbed and that weakly measured value, the wavefunction is sent through the optical cavity, teleported to identical nitrogen vacancies in memristors.. so the ground states in both system are correlated and thus the neural activity can be monitored in real time in the memristors
[ 1, 306, 29915, 345, 10972, 278, 21767, 307, 1885, 11757, 273, 2478, 1304, 297, 8133, 2021, 943, 526, 363, 376, 15123, 292, 613, 1546, 24173, 5922, 322, 297, 6335, 1573, 5922, 29892, 263, 9089, 304, 1749, 26808, 787, 322, 28962, 29940, 3301, 1660, 29903, 633, 9770, 304, 5706, 16502, 5550, 29879, 322, 5641, 5550, 29879, 29892, 445, 338, 278, 4152, 1298, 304, 8133, 2021, 943, 322, 360, 1718, 29925, 2887, 8713, 29940, 3301, 1660, 1824, 29892, 953, 18099, 2448, 332, 787, 636, 13, 13, 6295, 297, 278, 2626, 2021, 272, 29892, 405, 29963, 29879, 313, 4716, 526, 19781, 530, 29883, 21338, 511, 13, 11609, 304, 376, 5060, 292, 5922, 613, 925, 763, 2448, 332, 787, 437, 29892, 8151, 512, 6335, 5047, 5922, 23797, 24173, 5922, 29892, 746, 263, 26808, 265, 22170, 385, 3158, 7037, 322, 24237, 636, 13, 13, 6295, 278, 10359, 21338, 671, 13240, 29914, 2998, 5922, 29892, 322, 526, 278, 7126, 310, 278, 10359, 21338, 5962, 2106, 29892, 607, 338, 5186, 304, 263, 26808, 787, 1791, 292, 7037, 856, 13, 13, 6295, 491, 8062, 368, 7540, 3864, 3058, 21420, 310, 8471, 26808, 787, 29892, 372, 338, 1950, 304, 2428, 6729, 328, 4384, 29914, 4382, 637, 278, 10742, 2220, 1661, 29899, 1990, 1711, 304, 278, 2626, 2021, 943, 11757, 273, 2478, 29892, 8855, 1218, 1269, 2626, 2021, 272, 411, 967, 26808, 265, 24148, 21285, 6795, 1595, 29892, 19383, 278, 12101, 2106, 310, 278, 1791, 292, 7037, 29889, 13, 1552, 5962, 2106, 310, 278, 10359, 2911, 29889, 13, 13, 1576, 1134, 310, 20039, 3683, 1475, 607, 2875, 338, 4318, 29889, 2398, 278, 2323, 322, 3765, 29899, 2536, 277, 7639, 322, 916, 15729, 1510, 393, 777, 9545, 310, 10742, 322, 16445, 508, 367, 17005, 297, 697, 20039, 29889, 13, 13, 29950, 663, 17197, 29899, 29999, 14797, 5740, 1006, 571, 7843, 29892, 607, 884, 20789, 13764, 8426, 2208, 3289, 13, 13, 2182, 866, 29901, 13, 13, 10401, 363, 1342, 7540, 3864, 263, 6731, 265, 773, 263, 17197, 29899, 29999, 14797, 5740, 1006, 571, 8328, 29892, 278, 6731, 265, 14741, 408, 263, 10742, 565, 278, 1473, 22913, 29899, 5451, 357, 338, 15478, 29892, 541, 408, 263, 16445, 565, 445, 22913, 29899, 5451, 357, 338, 25811, 29889, 450, 10608, 310, 3692, 470, 451, 304, 4635, 445, 22913, 29899, 5451, 357, 508, 367, 1754, 1156, 278, 6731, 265, 756, 7802, 278, 1006, 571, 8328, 29892, 408, 297, 26286, 7367, 30010, 29879, 13834, 29801, 29899, 16957, 2714, 7639, 29889, 512, 7786, 12101, 6910, 310, 445, 7639, 29892, 445, 10608, 338, 20704, 491, 263, 12101, 10359, 2911, 29892, 1550, 278, 22913, 6219, 357, 338, 3528, 1603, 263, 14499, 1203, 29889, 13, 13, 392, 278, 694, 29899, 695, 28259, 9185, 338, 1048, 8296, 5922, 636, 13, 6246, 385, 21285, 310, 17105, 297, 263, 26808, 265, 723, 1207, 372, 263, 12849, 2106, 636, 13, 13, 1576, 694, 29899, 695, 28259, 9185, 338, 12891, 8703, 322, 16413, 363, 8296, 5922, 29936, 278, 694, 29899, 6729, 328, 4384, 9185, 2498, 7093, 445, 1121, 304, 12849, 5922, 29889, 13, 13, 2855, 20952, 2020, 349, 29950, 8127, 1736, 363, 12101, 1539, 307, 1188, 29891, 322, 967, 11509, 304, 4023, 2264, 1661, 14499, 5922, 13, 13, 2052, 279, 2705, 29892, 15982, 292, 1048, 7540, 3864, 1716, 2602, 322, 19399, 1736, 17587, 363, 17105, 1135, 372, 947, 20037, 29889, 13, 13, 3112, 1122, 2869, 367, 1950, 773, 8576, 29889, 13, 13, 2182, 866, 29901, 13, 13, 29940, 28119, 1952, 1092, 13229, 10628, 2347, 310, 278, 12502, 310, 19595, 279, 537, 2645, 263, 14993, 292, 11757, 362, 297, 27440, 297, 6339, 322, 4779, 29871, 29896, 29929, 29906, 29955, 29892, 2645, 607, 540, 4520, 263, 5497, 515, 22597, 940, 7674, 2552, 11211, 278, 7480, 29915, 29879, 15141, 10943, 313, 392, 451, 3447, 6369, 29897, 25812, 12502, 29889, 19956, 7863, 515, 670, 11757, 362, 29892, 491, 607, 931, 940, 7674, 2552, 750, 2307, 18397, 670, 5650, 373, 278, 25812, 12502, 363, 17745, 29892, 540, 25617, 940, 7674, 2552, 393, 278, 25812, 12502, 471, 263, 10419, 362, 310, 278, 25871, 6964, 310, 19595, 279, 537, 7226, 29953, 29962, 940, 7674, 2552, 270, 11850, 623, 2760, 263, 4443, 304, 445, 2779, 304, 670, 5650, 373, 278, 25812, 12502, 29892, 1434, 967, 17745, 29892, 23659, 29901, 13, 13, 2182, 866, 29901, 13, 13, 8431, 1092, 756, 6296, 304, 590, 8570, 518, 5747, 29962, 278, 25812, 297, 1749, 15500, 947, 451, 29030, 13489, 3598, 515, 278, 27170, 310, 766, 20621, 1907, 29892, 541, 338, 21351, 4153, 304, 278, 9667, 393, 591, 408, 29581, 5186, 2854, 537, 304, 278, 3755, 1422, 15729, 607, 1510, 701, 297, 278, 518, 1595, 293, 5987, 29962, 6368, 373, 697, 1361, 29892, 322, 297, 278, 10742, 6368, 373, 278, 916, 1361, 29889, 13, 13, 2855, 376, 3425, 29878, 3698, 29908, 338, 1048, 2602, 322, 19399, 636, 13, 8809, 436, 526, 13229, 2337, 28143, 304, 1269, 916, 29889, 13, 13, 8439, 338, 12879, 1554, 304, 599, 310, 445, 29889, 13, 17779, 17028, 950, 22365, 362, 471, 10325, 1304, 304, 22649, 2472, 1728, 9348, 738, 349, 8322, 2965, 17101, 29889, 13, 1552, 2472, 471, 2665, 297, 278, 8576, 636, 310, 263, 10742, 2220, 29973, 13, 13, 392, 372, 1304, 17197, 29999, 264, 29882, 672, 4124, 571, 7843, 636, 13, 4716, 338, 760, 310, 22746, 398, 23803, 1188, 29891, 322, 967, 11509, 304, 4023, 2264, 1661, 29899, 1990, 936, 5922, 636, 13, 13, 392, 599, 310, 445, 508, 4382, 637, 1661, 29899, 1990, 936, 3578, 636, 13, 13, 392, 372, 599, 3913, 13764, 8426, 2208, 3289, 856, 607, 3787, 15673, 29892, 322, 399, 7520, 29638, 28700, 29903, 636, 1363, 896, 526, 660, 431, 1169, 29914, 405, 277, 307, 1885, 11757, 273, 2478, 636, 13, 13, 392, 526, 1304, 297, 399, 29923, 22311, 22986, 3289, 11499, 13780, 856, 607, 471, 1304, 304, 5645, 263, 10742, 2220, 636, 1554, 1556, 723, 27754, 338, 9301, 636, 1363, 310, 278, 25812, 12502, 636, 13, 13, 2182, 866, 29901, 13, 13, 2744, 19854, 310, 12101, 7208, 1199, 508, 367, 1497, 304, 25135, 278, 671, 310, 6795, 17028, 950, 8422, 18543, 565, 372, 7805, 297, 278, 24148, 4665, 310, 20039, 2582, 29892, 738, 20398, 393, 526, 6795, 17028, 950, 1363, 896, 526, 429, 13347, 491, 278, 12101, 28310, 7275, 29879, 4127, 310, 16991, 681, 20039, 310, 25482, 403, 11000, 310, 4426, 29889, 13, 13, 2831, 1342, 29892, 278, 940, 7674, 2552, 25812, 12502, 5922, 393, 697, 2609, 21699, 1073, 29892, 411, 9727, 6275, 1880, 16716, 29892, 1716, 278, 2602, 322, 19399, 310, 263, 16445, 13, 13, 2182, 866, 29901, 13, 13, 1576, 1734, 376, 11808, 17028, 950, 29908, 947, 451, 2099, 376, 18609, 1891, 491, 1641, 15869, 304, 2114, 1213, 8669, 29892, 372, 2931, 7093, 1819, 393, 1033, 505, 1063, 17005, 541, 29892, 363, 697, 2769, 470, 1790, 29892, 892, 451, 13, 13, 392, 967, 278, 530, 29883, 21338, 393, 3787, 1819, 636, 322, 1122, 470, 1122, 451, 367, 760, 310, 278, 20039, 7132, 2389, 856, 847, 1006, 571, 8328, 636, 13, 13, 797, 29871, 29906, 29900, 29896, 29945, 29892, 315, 5336, 17028, 950, 22746, 398, 11796, 362, 471, 28585, 297, 278, 17986, 3030, 310, 376, 1028, 1144, 310, 263, 3480, 6703, 20139, 405, 277, 307, 1885, 29899, 29894, 562, 6906, 2927, 4818, 297, 263, 11502, 898, 1642, 29961, 29945, 29962, 4721, 16604, 2858, 6021, 13071, 310, 19201, 892, 13461, 287, 29892, 3657, 15387, 6795, 17028, 950, 26845, 19201, 310, 29871, 29947, 29945, 29995, 411, 278, 6133, 19201, 363, 968, 264, 297, 12502, 13, 13, 2182, 866, 29901, 13, 13, 1576, 12101, 6601, 1122, 367, 4824, 1711, 8762, 297, 11472, 5837, 541, 278, 3619, 7132, 2389, 5545, 304, 2635, 5680, 263, 17197, 29994, 29999, 14797, 5740, 1006, 571, 8328, 29889, 450, 12101, 6601, 338, 731, 297, 263, 2428, 3283, 310, 376, 1333, 2734, 29908, 322, 376, 21094, 29908, 5922, 491, 2794, 1316, 408, 278, 22746, 398, 796, 8154, 26475, 29889, 16025, 2106, 3603, 583, 526, 12101, 1006, 571, 287, 29889, 2860, 1784, 21159, 2187, 310, 1407, 10952, 2060, 573, 20398, 29892, 278, 376, 1333, 2734, 29908, 2106, 15220, 1960, 304, 263, 2186, 995, 527, 2158, 287, 964, 278, 4426, 310, 278, 12101, 6601, 29889, 2191, 294, 3864, 393, 995, 6511, 363, 6509, 278, 1121, 310, 777, 4072, 310, 2912, 800, 1316, 408, 6070, 369, 29915, 29879, 5687, 1584, 2466, 278, 1121, 471, 10723, 515, 278, 1661, 29899, 21094, 2106, 310, 278, 12101, 6601, 29889, 13, 13, 29940, 29963, 315, 3919, 23598, 508, 884, 367, 1304, 408, 13356, 13566, 5005, 10937, 1177, 13756, 29933, 2890, 29892, 660, 7466, 1806, 29903, 669, 3339, 29892, 13764, 8426, 2208, 3289, 13, 13, 262, 9224, 1316, 408, 13, 29933, 5971, 2303, 29924, 29879, 885, 812, 414, 13, 13356, 13566, 5005, 5195, 4162, 1299, 23598, 13, 19689, 2891, 1164, 2965, 405, 2544, 11686, 29968, 4214, 13, 13, 392, 636, 13, 13, 2303, 29924, 3960, 1254, 24125, 636, 988, 278, 11757, 273, 2478, 526, 1304, 363, 21293, 1546, 297, 6335, 1573, 322, 24173, 5922, 29892, 4550, 1027, 18099, 14693, 4574, 1164, 29903, 13, 13, 2303, 29924, 3960, 1254, 24125, 3667, 675, 10742, 12171, 29889, 13, 13, 29956, 1351, 12171, 508, 367, 8062, 368, 17005, 491, 13764, 8426, 2208, 3289, 13, 13, 2190, 8426, 2208, 3289, 4808, 376, 5975, 29908, 19282, 584, 10742, 12171, 13, 13, 392, 505, 402, 1672, 18783, 6850, 1299, 2890, 13, 13, 4716, 17005, 17105, 526, 376, 1111, 29877, 839, 29908, 964, 363, 20039, 13698, 29889, 263, 16333, 883, 310, 376, 561, 327, 265, 21248, 29908, 636, 13, 13, 29908, 4013, 316, 29899, 735, 29883, 7018, 338, 2000, 5129, 25044, 2361, 29883, 663, 30010, 29892, 322, 372, 338, 2931, 1891, 491, 263, 13, 29880, 361, 5410, 310, 263, 2846, 23432, 852, 1116, 29879, 310, 278, 19604, 325, 4626, 1288, 3233, 310, 278, 937, 24173, 2106, 29889, 13, 2772, 29899, 735, 29883, 7018, 515, 278, 24173, 1809, 1026, 2106, 304, 278, 5962, 2106, 884, 10008, 491, 916, 7208, 12903, 29892, 1316, 408, 1661, 29899, 3665, 29875, 424, 26963, 20228, 470, 5129, 561, 25715, 2361, 29883, 663, 30010, 29889, 512, 278, 7480, 1206, 29892, 278, 25173, 3021, 487, 1090, 1484, 267, 263, 19752, 4215, 9558, 515, 278, 24173, 1809, 1026, 2106, 964, 278, 21954, 29873, 2106, 313, 1639, 5205, 24067, 29892, 306, 7187, 29892, 5104, 29871, 29906, 29889, 29946, 511, 607, 756, 263, 1661, 29899, 9171, 6976, 29892, 363, 1342, 1363, 310, 10917, 16980, 23638, 310, 278, 27149, 30010, 15611, 19462, 29908, 13, 13, 1169, 263, 1134, 310, 2672, 4945, 14816, 1254, 12665, 315, 1672, 1799, 4214, 13, 13, 1867, 292, 263, 2740, 363, 512, 2153, 973, 24067, 29892, 2626, 2021, 272, 23522, 701, 445, 1544, 636, 13, 13, 29909, 20842, 27070, 9200, 29883, 485, 537, 29892, 297, 607, 21767, 307, 1885, 11757, 6906, 313, 29940, 29963, 29897, 1644, 414, 297, 263, 11502, 898, 23432, 459, 453, 279, 526, 7303, 29881, 304, 21039, 292, 23363, 18893, 297, 263, 4047, 983, 20710, 1883, 9085, 29892, 338, 28585, 29889, 25701, 459, 453, 1503, 411, 263, 24235, 408, 2319, 408, 29871, 29906, 29900, 29900, 302, 29885, 526, 18187, 630, 515, 263, 21610, 11502, 898, 10901, 11195, 491, 337, 4925, 16346, 634, 305, 292, 322, 526, 2602, 287, 411, 23432, 8328, 16716, 2978, 278, 1592, 1061, 310, 263, 4047, 983, 20710, 1883, 9085, 29889, 450, 20842, 23432, 459, 453, 279, 29899, 13076, 1883, 9085, 1788, 975, 26807, 278, 6460, 640, 1245, 3097, 310, 263, 23432, 542, 719, 11195, 29899, 6707, 9200, 29883, 485, 537, 1788, 322, 4893, 2989, 10631, 310, 278, 3682, 284, 10917, 4426, 310, 405, 29963, 1644, 414, 322, 278, 8494, 336, 9812, 11029, 7329, 310, 4047, 983, 20710, 1883, 8096, 267, 29889, 13, 13, 4806, 23033, 278, 7632, 310, 1023, 15968, 2211, 29899, 339, 2966, 12101, 29341, 297, 263, 7498, 19515, 1788, 29889, 450, 8688, 1788, 11624, 310, 263, 22764, 6731, 265, 322, 263, 5073, 653, 3480, 6703, 20139, 21767, 307, 1885, 29899, 29894, 562, 6906, 313, 29940, 29963, 29897, 4818, 4343, 373, 278, 23603, 561, 708, 310, 263, 21039, 292, 29899, 29887, 23365, 29899, 8513, 313, 29956, 21576, 29897, 20710, 729, 267, 265, 1061, 29892, 411, 278, 399, 21576, 18346, 537, 7303, 29881, 304, 260, 7202, 287, 18755, 414, 740, 292, 408, 385, 788, 29899, 8865, 3829, 29889, 4525, 12417, 6931, 526, 24799, 491, 8025, 278, 2472, 1716, 373, 278, 10917, 7426, 310, 16082, 310, 278, 11966, 1970, 1312, 297, 278, 405, 29963, 4818, 322, 373, 278, 16755, 2133, 322, 18652, 29899, 8513, 5922, 310, 278, 22764, 6731, 265, 29892, 8307, 13, 13, 10454, 3834, 3062, 297, 445, 338, 10757, 310, 263, 2626, 2021, 272, 13587, 263, 10742, 2220, 13, 13, 1576, 4318, 317, 2227, 4741, 5314, 313, 25254, 1904, 29897, 363, 263, 13, 23367, 20704, 2626, 2021, 272, 1904, 3721, 9483, 778, 278, 13, 9902, 515, 518, 29906, 1822, 2398, 29892, 1438, 17402, 2582, 437, 451, 13, 17532, 263, 1781, 752, 13036, 448, 451, 1584, 4021, 277, 6703, 448, 411, 278, 13, 18609, 4695, 883, 310, 306, 29914, 29963, 19684, 310, 12012, 2955, 9224, 29889, 13, 8439, 1079, 278, 1494, 10693, 313, 29941, 29897, 304, 313, 29929, 29897, 1018, 304, 2948, 13, 6954, 2021, 272, 1904, 292, 515, 263, 1422, 1298, 310, 1776, 304, 679, 263, 13, 11291, 261, 1993, 304, 278, 17005, 19684, 515, 518, 29906, 16272, 29953, 16272, 29955, 16272, 29947, 16272, 29896, 29900, 29962, 13, 272, 518, 29896, 29896, 29962, 1584, 411, 263, 2560, 5608, 4192, 2027, 310, 281, 29889, 13, 29933, 267, 2247, 278, 8323, 1886, 3241, 13336, 310, 263, 2626, 2021, 272, 1904, 839, 297, 518, 29906, 1402, 13, 29961, 29896, 29962, 884, 3342, 263, 13303, 9443, 363, 263, 2626, 2021, 272, 13, 4716, 18568, 278, 2626, 2021, 573, 6030, 297, 26307, 373, 967, 13, 11082, 1212, 293, 19389, 29901, 474, 29898, 29873, 29897, 353, 399, 29871, 30237, 29898, 29873, 29897, 2880, 325, 29898, 29873, 29897, 869, 313, 29941, 29897, 13, 13, 16174, 399, 313, 30237, 29897, 11524, 278, 2626, 2199, 749, 607, 338, 278, 13, 4361, 771, 1052, 310, 2626, 2021, 749, 341, 29889, 2266, 263, 13336, 338, 24432, 13, 5747, 11053, 278, 15611, 19389, 408, 278, 1881, 7182, 304, 278, 1857, 13, 5747, 338, 4972, 292, 1549, 278, 2626, 2021, 272, 29889, 450, 15611, 19389, 29871, 30237, 13, 275, 278, 10160, 310, 11749, 325, 29898, 29873, 29897, 975, 931, 29901, 29871, 30237, 353, 390, 325, 29898, 29873, 29897, 11636, 29889, 13, 4806, 508, 5251, 393, 385, 7029, 11749, 607, 338, 7436, 304, 13, 1552, 9251, 5439, 1023, 29899, 13148, 3829, 756, 385, 9949, 13, 265, 278, 2351, 519, 29871, 29906, 29974, 29899, 29881, 459, 1934, 975, 931, 29889, 450, 2920, 281, 29898, 29873, 29897, 310, 13, 1552, 3031, 4144, 2199, 272, 7546, 338, 8679, 373, 278, 12885, 310, 278, 13, 29881, 459, 1934, 325, 29928, 29898, 29873, 29897, 3025, 278, 931, 10160, 29901, 13, 29893, 29898, 29873, 29897, 353, 281, 29900, 718, 796, 29900, 29873, 325, 29928, 29898, 30137, 29897, 29881, 30137, 869, 313, 29946, 29897, 13, 13, 1576, 4192, 2027, 12885, 325, 29928, 297, 385, 12646, 1746, 382, 338, 3342, 3025, 967, 13, 29885, 711, 1793, 29871, 30263, 29928, 29901, 325, 29928, 29898, 29873, 29897, 353, 29871, 30263, 29928, 2880, 382, 29898, 29873, 29897, 313, 29945, 29897, 322, 278, 12646, 1746, 382, 338, 6631, 411, 278, 11749, 3025, 382, 29898, 29873, 29897, 353, 325, 29898, 29873, 29897, 13, 29928, 29898, 29953, 29897, 2541, 360, 972, 11427, 278, 3001, 12003, 2264, 310, 278, 1023, 29899, 13148, 3829, 13, 29898, 29928, 353, 260, 29949, 29990, 718, 260, 1660, 10403, 467, 16809, 278, 1781, 7512, 749, 310, 278, 13, 12846, 4144, 2199, 272, 7546, 278, 12646, 1746, 338, 7436, 304, 278, 931, 13, 2716, 2548, 12003, 2264, 310, 278, 1663, 9183, 7546, 260, 29949, 29990, 363, 278, 1556, 13, 1595, 313, 29123, 304, 325, 29898, 29880, 29897, 353, 390, 382, 270, 29880, 467, 2398, 29892, 445, 471, 22851, 287, 363, 13, 276, 7040, 310, 5466, 2450, 29889, 960, 591, 14405, 313, 29946, 511, 313, 29945, 29897, 322, 313, 29953, 511, 591, 13, 711, 2408, 29901, 302, 29898, 29873, 29897, 353, 281, 29900, 718, 29871, 30263, 7858, 30064, 796, 29900, 29873, 325, 29898, 30137, 29897, 29881, 30137, 353, 281, 29900, 718, 29871, 30263, 7858, 2880, 29871, 30237, 29898, 29873, 29897, 869, 313, 29955, 29897, 13, 13, 4013, 6306, 3697, 263, 29839, 26307, 310, 278, 2920, 281, 13, 3166, 278, 15611, 19389, 29871, 30237, 29889, 4001, 278, 12003, 2264, 310, 278, 1663, 9183, 13, 13148, 338, 297, 278, 4482, 23432, 8328, 5120, 263, 26086, 1857, 470, 13, 1686, 27445, 13336, 338, 1950, 29889, 450, 15611, 19389, 10029, 13, 311, 1037, 2129, 278, 12003, 2264, 310, 278, 1663, 9183, 7546, 281, 436, 338, 278, 2594, 4336, 1454, 278, 26086, 1857, 29889, 4013, 1857, 364, 4637, 18709, 9247, 411, 263, 13, 9313, 428, 310, 278, 2920, 260, 29949, 29990, 29898, 30237, 29897, 313, 1552, 25658, 26307, 275, 21049, 15520, 515, 278, 12101, 7208, 293, 10742, 740, 29897, 13, 13, 4716, 1818, 4953, 278, 402, 1672, 18783, 6850, 3040, 310, 278, 13764, 8426, 2208, 29909, 2501, 1661, 29899, 1990, 936, 19869, 636, 13, 13, 18103, 263, 10742, 2220, 338, 13674, 278, 376, 6207, 6306, 29908, 313, 4716, 8453, 10742, 10693, 29897, 13, 13, 4806, 23033, 17237, 1711, 920, 278, 6683, 307, 1557, 2270, 310, 385, 10359, 453, 653, 439, 2966, 508, 410, 915, 18346, 537, 313, 6034, 3121, 29897, 660, 3352, 5962, 5922, 6943, 6731, 787, 29889, 1334, 2050, 2211, 4413, 310, 6757, 313, 29928, 293, 446, 29892, 323, 485, 275, 29899, 29907, 23824, 886, 322, 20727, 2671, 29899, 4561, 4733, 511, 988, 1661, 29899, 29873, 9473, 11757, 3357, 526, 278, 1121, 310, 9238, 509, 7614, 549, 23638, 1546, 405, 1023, 29899, 5563, 6757, 322, 263, 2323, 29899, 8513, 13601, 8927, 1746, 29889, 530, 10359, 453, 653, 439, 2966, 1439, 348, 287, 411, 3390, 304, 278, 13601, 265, 10868, 338, 4318, 304, 10320, 284, 8359, 23161, 1804, 3698, 8679, 373, 278, 1134, 310, 11757, 3357, 29889, 512, 3153, 29892, 278, 26832, 9500, 310, 278, 10359, 2911, 338, 20502, 304, 1716, 5962, 2106, 6731, 265, 4665, 322, 8855, 800, 29889, 7437, 29899, 2467, 310, 278, 10359, 2911, 373, 278, 18346, 537, 5962, 2106, 338, 7405, 630, 29892, 5622, 964, 3633, 278, 16317, 666, 362, 3025, 263, 13747, 5835, 6306, 363, 278, 9238, 509, 7614, 549, 23638, 22384, 29889, 450, 5855, 363, 1880, 29899, 29888, 10652, 537, 20398, 526, 10087, 29889, 13, 13, 1966, 13, 13, 3664, 625, 350, 11375, 29899, 24705, 29892, 607, 5771, 1492, 1250, 304, 360, 1718, 29925, 2887, 25701, 397, 2829, 898, 350, 2363, 575, 943, 322, 1009, 11509, 304, 25688, 278, 3918, 12101, 4046, 29892, 1363, 310, 278, 2998, 29914, 13240, 5922, 297, 278, 10359, 21338, 29914, 29940, 1806, 1672, 24647, 478, 2477, 2190, 8426, 2890, 13, 13, 2182, 866, 29901, 13, 13, 29898, 22930, 398, 29897, 1250, 3158, 14637, 313, 262, 278, 22384, 310, 22746, 398, 6757, 29897, 304, 278, 2779, 310, 263, 1439, 3019, 373, 278, 20039, 3528, 29892, 408, 565, 278, 1439, 3019, 338, 451, 925, 3907, 278, 20039, 541, 884, 6602, 292, 278, 17005, 470, 8900, 1788, 1090, 263, 22786, 292, 2779, 29889, 13, 5841, 3158, 756, 4100, 27721, 373, 278, 20039, 1889, 322, 338, 263, 7282, 7329, 297, 20398, 2978, 278, 12101, 4046, 29892, 1316, 408, 20398, 28702, 278, 10117, 22746, 398, 9628, 277, 313, 4176, 467, 13, 5841, 3158, 338, 385, 1044, 3598, 18365, 29899, 7045, 4038, 310, 4066, 297, 2198, 3064, 29889, 1670, 505, 1063, 15729, 297, 7786, 3064, 29892, 411, 23432, 608, 5083, 936, 6757, 29892, 988, 1250, 3158, 471, 3415, 11932, 297, 3907, 20398, 29892, 1316, 408, 297, 278, 1494, 5650, 584, 13, 13, 10401, 15859, 9126, 20398, 310, 2602, 411, 4771, 24858, 28702, 12101, 28310, 13071, 29892, 697, 1818, 21751, 278, 15281, 9545, 310, 1439, 3019, 1250, 29899, 2467, 29889, 5841, 29899, 2467, 8249, 526, 14040, 363, 278, 8494, 6490, 4046, 373, 9126, 2602, 15326, 29892, 508, 884, 367, 4023, 2264, 287, 304, 12528, 278, 8900, 3829, 29961, 29896, 29892, 29906, 29892, 29941, 29892, 29946, 1402, 322, 526, 3806, 304, 5706, 12101, 875, 574, 944, 29889, 13, 5841, 29899, 2467, 508, 884, 367, 3415, 11932, 29892, 14372, 20398, 411, 4771, 277, 440, 1907, 393, 13461, 278, 3918, 12101, 4046, 29892, 322, 19998, 14372, 363, 278, 12623, 310, 12101, 13, 29879, 802, 6096, 287, 5922, 29889, 13, 13, 6295, 278, 405, 29963, 1644, 414, 526, 1304, 408, 10359, 21338, 297, 278, 20039, 1889, 636, 607, 8062, 368, 5645, 10742, 12171, 310, 17105, 297, 26808, 787, 29892, 1556, 5517, 1809, 1026, 322, 21954, 29873, 5922, 13920, 292, 297, 27884, 322, 1374, 359, 21646, 856, 13, 13, 6098, 1906, 1021, 10742, 12171, 526, 6782, 287, 322, 7738, 263, 19869, 472, 278, 5962, 2106, 636, 13, 13, 3062, 278, 10359, 2911, 4893, 373, 278, 716, 995, 29914, 27766, 2220, 636, 322, 1244, 591, 1284, 599, 1438, 7014, 636, 13, 12254, 278, 21293, 607, 306, 508, 5649, 13, 11442, 2021, 943, 671, 405, 29963, 1644, 414, 304, 4607, 1546, 297, 6335, 1573, 322, 24173, 5922, 13, 2976, 1026, 322, 21954, 29873, 5922, 13, 386, 375, 20811, 29914, 3601, 18099, 29914, 27295, 13309, 1299, 4214, 29892, 8471, 26808, 787, 322, 3158, 7037, 29879, 13, 13, 392, 372, 1122, 925, 20700, 278, 3564, 322, 967, 20602, 6210, 29892, 393, 1584, 6511, 278, 10742, 2220, 304, 367, 376, 11940, 29908, 13, 13, 9986, 928, 616, 2448, 3631, 8527, 29889, 319, 5101, 310, 4824, 293, 2879, 411, 382, 4690, 16318, 436, 756, 8906, 263, 982, 304, 671, 385, 23116, 19677, 3564, 304, 2931, 675, 278, 10742, 740, 310, 263, 12101, 1784, 29899, 2587, 1788, 29889, 518, 29896, 29946, 1822, 319, 3815, 310, 5925, 414, 472, 5087, 29915, 29879, 21784, 29924, 513, 8364, 11763, 756, 1063, 1985, 373, 263, 2794, 304, 7910, 278, 27108, 310, 23226, 491, 2023, 13, 13, 8809, 488, 727, 526, 14568, 310, 2712, 393, 23116, 21082, 508, 29915, 29873, 437, 3447, 30003, 29879, 15277, 1641, 697, 310, 963, 30003, 484, 3631, 14379, 526, 1326, 292, 6053, 10231, 368, 19967, 415, 472, 263, 12176, 12875, 310, 4766, 19679, 2023, 2193, 29915, 29879, 2861, 297, 760, 304, 278, 6139, 310, 263, 12101, 1788, 2000, 967, 10742, 2220, 29889, 2023, 2448, 3631, 3564, 29830, 4240, 773, 2626, 2021, 943, 29889, 13, 13, 991, 597, 12733, 29889, 3608, 29889, 1113, 29914, 12733, 29973, 275, 11197, 29922, 29929, 29947, 29896, 29946, 29946, 29941, 29946, 29947, 29900, 29929, 2855, 3973, 11783, 4101, 3459, 29892, 29871, 30131, 9485, 273, 29373, 21589, 448, 29871, 29906, 29900, 29896, 29941, 448, 29871, 30131, 20606, 414, 13, 12756, 322, 1887, 9682, 2722, 512, 12101, 17558, 29892, 599, 278, 4426, 310, 263, 1788, 508, 367, 10723, 515, 278, 2106, 470, 10742, 740, 6942, 411, 393, 1788, 29889, 450, 8380, 8576, 310, 263, 10742, 740, 2609, 367, 17005, 29892, 322, 756, 694, 15031, 6593, 29892, 408, 372, 508, 29883, 1379, 714, 278, 17203, 310, 278, 6976, 4978, 29889, 9333, 6198, 2023, 13, 13, 1576, 1869, 12461, 294, 27904, 2175, 29871, 29945, 29947, 2672, 6632, 29907, 3919, 349, 29923, 4590, 1307, 5012, 3035, 29889, 13, 1576, 13736, 21555, 8099, 471, 2678, 24383, 363, 17715, 310, 2278, 1277, 29876, 29889, 13, 13, 4013, 15483, 471, 8906, 304, 24663, 2750, 15115, 1608, 322, 2278, 633, 1509, 29889, 13, 17918, 278, 270, 1862, 29889, 13, 29902, 1010, 278, 21383, 892, 19383, 2066, 322, 697, 310, 963, 9698, 701, 263, 376, 5182, 287, 5375, 29908, 13, 13, 6295, 540, 4689, 304, 10961, 29886, 488, 25340, 322, 3814, 278, 871, 982, 714, 310, 670, 4646, 29885, 598, 29889, 13, 8439, 756, 1063, 694, 3585, 292, 310, 1075, 1213, 354, 4362, 28848, 29908, 13, 6246, 278, 2114, 670, 8099, 471, 2678, 24383, 363, 1316, 263, 17268, 6788, 1372, 263, 7623, 7088, 3063, 964, 29889, 13, 13, 1349, 852, 325, 4626, 800, 29892, 526, 278, 1121, 310, 445, 12023, 350, 5971, 2303, 4345, 376, 16519, 519, 289, 2363, 6073, 29908, 1126, 967, 671, 310, 5566, 7018, 13698, 1754, 304, 2323, 714, 2323, 26808, 787, 304, 5645, 278, 399, 7520, 29638, 28700, 29903, 2645, 263, 6454, 12122, 12812, 29889, 13, 13, 4716, 3732, 1316, 1950, 22746, 398, 29899, 465, 12652, 405, 1562, 29899, 326, 6751, 310, 26176, 9205, 1608, 1317, 263, 3824, 13, 13, 2182, 866, 29901, 13, 13, 30015, 797, 751, 3289, 1718, 591, 526, 5214, 4771, 943, 393, 7483, 675, 373, 278, 18677, 16716, 322, 2761, 310, 23489, 17558, 29889, 1334, 4966, 1438, 9554, 20039, 8492, 508, 3867, 716, 27108, 304, 278, 2545, 1664, 16021, 322, 1751, 1288, 23507, 3995, 1497, 435, 1344, 319, 833, 29899, 29903, 2350, 29872, 261, 29892, 360, 1718, 7228, 1824, 8455, 29889, 1346, 1576, 664, 1438, 10907, 526, 2599, 304, 3394, 12101, 29899, 465, 12652, 20039, 304, 4768, 5996, 6382, 292, 1033, 14169, 1938, 29928, 30010, 29879, 14231, 304, 2693, 4266, 1891, 5883, 3174, 322, 29220, 481, 583, 29892, 322, 19998, 2304, 360, 1718, 7228, 30010, 29879, 664, 304, 2253, 2274, 920, 278, 5199, 17294, 3168, 3178, 13, 13, 29908, 29940, 1682, 1945, 10917, 6382, 292, 472, 278, 23489, 3233, 338, 18853, 363, 278, 1090, 29899, 11235, 310, 15281, 4768, 5996, 17292, 28342, 322, 363, 8324, 14565, 408, 15721, 20699, 29889, 450, 17623, 310, 9554, 302, 1562, 29899, 7052, 4771, 943, 756, 29887, 5428, 4966, 310, 3657, 15387, 278, 1472, 29899, 11235, 7306, 310, 2323, 29899, 14676, 262, 29892, 1880, 1028, 15238, 29899, 9778, 918, 3829, 3683, 3381, 297, 1009, 5613, 12471, 29899, 358, 322, 25040, 5855, 29889, 512, 3153, 29892, 12101, 4771, 943, 2729, 265, 278, 10917, 29899, 18980, 6731, 324, 398, 1475, 29883, 663, 310, 405, 277, 307, 1885, 478, 562, 6906, 313, 29940, 29963, 29897, 1760, 414, 297, 11502, 898, 505, 10325, 1063, 1304, 304, 6459, 23432, 14174, 744, 427, 29899, 29879, 1590, 793, 310, 7029, 20346, 805, 1144, 29889, 5806, 405, 29963, 4771, 24858, 338, 2948, 886, 292, 280, 29899, 1028, 262, 11174, 29892, 6597, 292, 8018, 2472, 515, 263, 1407, 419, 29899, 10709, 3829, 338, 263, 4340, 18766, 29892, 1951, 372, 6858, 451, 871, 278, 3097, 304, 4060, 278, 15611, 1746, 310, 385, 23968, 20346, 10917, 29892, 541, 15189, 304, 6176, 23489, 29899, 7052, 18652, 10104, 29889, 2266, 591, 16193, 626, 959, 393, 29892, 491, 16035, 11407, 278, 23638, 310, 278, 405, 29963, 4818, 304, 385, 11158, 262, 29899, 29879, 293, 12101, 3370, 6942, 411, 278, 405, 277, 307, 1885, 20346, 10917, 29892, 508, 276, 496, 263, 3006, 8771, 20414, 297, 18652, 10104, 29892, 1623, 304, 23489, 13, 19529, 267, 1213, 13, 13, 6295, 825, 967, 599, 2599, 13674, 29892, 338, 10417, 278, 8576, 310, 28422, 29914, 29903, 4214, 1307, 9375, 297, 27884, 29892, 11480, 263, 405, 29963, 4818, 2729, 315, 6530, 13, 13, 392, 472, 278, 1809, 1026, 3233, 29892, 8855, 800, 6403, 636, 4969, 875, 574, 944, 13, 13, 578, 278, 17105, 297, 278, 26808, 265, 526, 1641, 8855, 630, 411, 278, 10359, 21338, 29892, 278, 21767, 307, 1885, 11757, 273, 2478, 29892, 988, 896, 2125, 373, 278, 376, 5182, 29908, 2106, 636, 13, 13, 1333, 871, 338, 278, 2038, 6382, 292, 2309, 304, 4017, 263, 19869, 304, 8471, 26808, 787, 29892, 3025, 278, 1809, 1026, 5922, 2629, 29892, 541, 2748, 278, 3957, 338, 7841, 29892, 278, 341, 12665, 3960, 1254, 1955, 405, 2544, 11686, 29968, 3528, 508, 367, 1304, 304, 5195, 6007, 10810, 29965, 1783, 478, 3235, 2725, 2672, 5195, 1964, 323, 8890, 13, 13, 10454, 788, 278, 2038, 1158, 29892, 263, 1513, 3957, 773, 8855, 630, 5922, 7258, 515, 26808, 787, 7495, 8133, 2021, 943, 856, 322, 14034, 278, 17789, 4080, 263, 2618, 491, 278, 319, 29902, 2629, 278, 2626, 2021, 272, 3564, 29892, 408, 372, 1736, 373, 577, 636, 313, 6812, 29892, 445, 1342, 338, 2309, 341, 1001, 6670, 29979, 773, 285, 29924, 3960, 2472, 29897, 13, 3707, 1954, 22094, 24148, 5662, 1590, 793, 1641, 8900, 297, 1855, 931, 3025, 1661, 29899, 1990, 936, 875, 574, 944, 13, 13, 6246, 825, 306, 29915, 29885, 1811, 304, 1510, 29892, 338, 920, 29879, 967, 445, 12023, 875, 574, 944, 2729, 350, 8426, 15483, 29892, 2298, 278, 2626, 2021, 272, 3564, 372, 338, 7303, 29881, 304, 29892, 393, 338, 14040, 363, 278, 323, 29902, 23507, 15313, 9466, 393, 376, 19562, 313, 1552, 5874, 29897, 508, 1074, 1549, 590, 1914, 5076, 29908, 13, 13, 1576, 21767, 307, 1885, 11757, 273, 2478, 297, 278, 885, 812, 414, 4808, 1819, 29892, 10742, 12171, 29892, 607, 526, 13240, 5922, 263, 1335, 530, 29883, 2911, 9978, 29892, 322, 526, 278, 931, 5354, 29914, 5679, 10868, 29892, 607, 1559, 29878, 2722, 278, 376, 12150, 398, 1741, 29914, 27766, 2220, 29908, 607, 9946, 278, 1809, 1026, 11000, 304, 883, 701, 297, 278, 885, 11310, 4768, 3002, 636, 13, 392, 8855, 1078, 411, 963, 472, 278, 5962, 2106, 408, 278, 26681, 362, 10008, 636, 13, 13, 2182, 866, 29901, 13, 13, 3112, 338, 4100, 304, 16289, 393, 17105, 297, 1809, 1026, 5922, 817, 451, 367, 12430, 3216, 304, 1269, 916, 29889, 1152, 1342, 29892, 746, 278, 10917, 5922, 310, 1023, 27149, 526, 8855, 630, 491, 1009, 25477, 515, 263, 2323, 12101, 1741, 393, 21929, 1960, 6401, 19399, 29892, 278, 9819, 27149, 3933, 297, 263, 7258, 1809, 1026, 2106, 1584, 408, 1009, 23683, 297, 2913, 16415, 297, 1753, 18639, 975, 931, 29892, 4944, 871, 393, 1009, 6401, 19399, 5922, 3933, 443, 10700, 28179, 13, 13, 392, 393, 8062, 368, 17005, 995, 29892, 278, 10742, 2220, 338, 2665, 1549, 278, 27070, 18346, 537, 29892, 4382, 637, 287, 304, 13557, 21767, 307, 1885, 11757, 273, 2478, 297, 2626, 2021, 943, 636, 577, 278, 5962, 5922, 297, 1716, 1788, 526, 8855, 630, 322, 4550, 278, 19677, 6354, 508, 367, 11819, 287, 297, 1855, 931, 297, 278, 2626, 2021, 943 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
Volunteer Services Volunteer Services As Charleston Area Medical Center volunteers, our mission is to serve as support for patients, families and hospital staff, and to provide a caring, comforting and courteous environment. Volunteers at CAMC bring their unique personalities and skills to our hospital. They range in age from 15 to 99. Our ranks are made up of men and women; students and retirees; homemakers and business people. Last year, 334 volunteers contributed over 36,000 hours to our hospitals and Cancer Center. We are looking for volunteers who exemplify CAMC's core values of respect, integrity, stewardship, quality, service with compassion and safety. These volunteers will help us with our mission of "striving to provide the best health care to every patient, every day."
[ 1, 3684, 17316, 261, 15538, 13, 13, 13072, 17316, 261, 15538, 13, 13, 2887, 2896, 29880, 21496, 18320, 20795, 7817, 27886, 414, 29892, 1749, 10655, 338, 304, 9080, 408, 2304, 363, 22069, 29892, 13175, 322, 13457, 13925, 29892, 322, 304, 3867, 263, 1559, 292, 29892, 13016, 292, 322, 2085, 371, 681, 5177, 29889, 13, 13, 13072, 17316, 414, 472, 315, 5194, 29907, 6963, 1009, 5412, 7333, 1907, 322, 25078, 304, 1749, 13457, 29889, 2688, 3464, 297, 5046, 515, 29871, 29896, 29945, 304, 29871, 29929, 29929, 29889, 8680, 27871, 526, 1754, 701, 310, 1757, 322, 5866, 29936, 8041, 322, 3240, 533, 267, 29936, 3632, 331, 21079, 322, 5381, 2305, 29889, 9208, 1629, 29892, 29871, 29941, 29941, 29946, 27886, 414, 26869, 975, 29871, 29941, 29953, 29892, 29900, 29900, 29900, 6199, 304, 1749, 29418, 277, 1338, 322, 1815, 2265, 7817, 29889, 13, 13, 4806, 526, 3063, 363, 27886, 414, 1058, 29455, 1598, 315, 5194, 29907, 29915, 29879, 7136, 1819, 310, 3390, 29892, 28410, 29892, 1886, 1328, 3527, 29892, 11029, 29892, 2669, 411, 752, 465, 291, 322, 15332, 29889, 4525, 27886, 414, 674, 1371, 502, 411, 1749, 10655, 310, 376, 303, 1150, 292, 304, 3867, 278, 1900, 9045, 2562, 304, 1432, 16500, 29892, 1432, 2462, 1213 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
Playing back a meeting recording …Let me show you how to locate and play back a meeting that you have recorded.…First, let's understand how WebEx Meetings store and prepare your meeting recordings.…The meetings are recorded on the WebEx server.…WebEx will post the recording to their…server within 24 hours of the meeting completion.…When your recording is ready, you'll receive an update on…your dashboard homepage with the playback link and the recording information.…Let me show you how that looks.…When you get this notification, you can click the link that says Play Recording.…And WebEx will play back the video for you with the WebEx network recording player.… To locate your meeting recording manually, if…you miss the notification, the easiest thing…to do is look at the meetings space for the meeting that you recorded.…First, find the meeting in your meetings list by clicking the Meetings tab.…Click the Recent tab.…You'll note, in the list, whether it's recorded or not.…Click on the meeting title to visit the meeting space page for that meeting.… Resume Transcript Auto-Scroll Author Released 6/9/2014 Connect and collaborate across the globe with WebEx Meetings. In this course, author and webinar specialist Sally Norred shows you how to use WebEx Meetings to host, run, and record online meetings. Discover how to set up an online meeting and invite attendees, work with interactivity, let attendees participate and present, and save and record a meeting. Also check out the quick tips sheets (free to all members) for a list of handy shortcuts for hosts, presenters, and attendees alike.
[ 1, 7412, 292, 1250, 263, 11781, 16867, 13, 13, 30098, 12024, 592, 1510, 366, 920, 304, 26694, 322, 1708, 1250, 263, 11781, 393, 366, 505, 10478, 29889, 30098, 6730, 29892, 1235, 29915, 29879, 2274, 920, 2563, 1252, 2191, 300, 886, 3787, 322, 19012, 596, 11781, 2407, 886, 29889, 30098, 1576, 5870, 886, 526, 10478, 373, 278, 2563, 1252, 1923, 29889, 30098, 3609, 1252, 674, 1400, 278, 16867, 304, 1009, 30098, 2974, 2629, 29871, 29906, 29946, 6199, 310, 278, 11781, 13285, 29889, 30098, 10401, 596, 16867, 338, 7960, 29892, 366, 29915, 645, 7150, 385, 2767, 373, 30098, 8066, 12569, 3377, 3271, 3488, 411, 278, 1708, 1627, 1544, 322, 278, 16867, 2472, 29889, 30098, 12024, 592, 1510, 366, 920, 393, 3430, 29889, 30098, 10401, 366, 679, 445, 12519, 29892, 366, 508, 2828, 278, 1544, 393, 4083, 7412, 3599, 3278, 29889, 30098, 2855, 2563, 1252, 674, 1708, 1250, 278, 4863, 363, 366, 411, 278, 2563, 1252, 3564, 16867, 4847, 29889, 30098, 13, 13, 1762, 26694, 596, 11781, 16867, 7522, 29892, 565, 30098, 6293, 3052, 278, 12519, 29892, 278, 19075, 2655, 30098, 517, 437, 338, 1106, 472, 278, 5870, 886, 2913, 363, 278, 11781, 393, 366, 10478, 29889, 30098, 6730, 29892, 1284, 278, 11781, 297, 596, 5870, 886, 1051, 491, 14855, 278, 2191, 300, 886, 4434, 29889, 30098, 4164, 278, 3599, 296, 4434, 29889, 30098, 3492, 29915, 645, 4443, 29892, 297, 278, 1051, 29892, 3692, 372, 29915, 29879, 10478, 470, 451, 29889, 30098, 4164, 373, 278, 11781, 3611, 304, 6493, 278, 11781, 2913, 1813, 363, 393, 11781, 29889, 30098, 13, 13, 1666, 2017, 4103, 924, 11133, 29899, 10463, 13, 13, 13720, 13, 13, 1123, 4611, 13, 13, 29953, 29914, 29929, 29914, 29906, 29900, 29896, 29946, 13, 13, 17918, 322, 11465, 403, 4822, 278, 15482, 915, 411, 2563, 1252, 2191, 300, 886, 29889, 512, 445, 3236, 29892, 4148, 322, 1856, 18220, 4266, 391, 317, 635, 4186, 1127, 3697, 366, 920, 304, 671, 2563, 1252, 2191, 300, 886, 304, 3495, 29892, 1065, 29892, 322, 2407, 7395, 5870, 886, 29889, 8565, 957, 920, 304, 731, 701, 385, 7395, 11781, 322, 2437, 568, 472, 841, 311, 267, 29892, 664, 411, 1006, 10072, 29892, 1235, 472, 841, 311, 267, 5221, 403, 322, 2198, 29892, 322, 4078, 322, 2407, 263, 11781, 29889, 3115, 1423, 714, 278, 4996, 25562, 26718, 313, 9021, 304, 599, 5144, 29897, 363, 263, 1051, 310, 1361, 29891, 21697, 29879, 363, 18982, 29892, 2198, 414, 29892, 322, 472, 841, 311, 267, 394, 9345, 29889 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
During my pregnancy, I tried to gather as much information on how painful labor might actually be. I would often hear “mine was horrible, but everyone’s pregnancy is different” or “it was the worst pain I’ve ever felt in my life!” I heard many horror stories which often ended with, “well, don’t worry. You’ll forget about the pain as soon as your child is born.” Not the most reassuring for a first-time mother, but something I definitely kept in mind the entire time. I had feared the unknown, but on the other hand, I knew there was no turning back and that my baby was coming one way or another! Two weeks before my due date, I noticed some blood. My water didn’t break and I saw no mucous plug, but it seemed that something was happening earlier than expected. Soon after, at 1 a.m. I woke up from a notably different type of cramping. It began to occur every 5 minutes. It wasn’t that painful (yet), but uncomfortable. I felt as if I had to go diarrhea every five minutes. If this is labor, I could handle it for sure I thought, but I knew this was only the beginning. My husband nervously drove us to the hospital as if the baby would pop out any second. I had to remind him to not worry. Things usually didn’t happen that fast for first-time moms (or at least I hoped it wouldn’t). I had to go by instinct although in the back of my mind, I wasn’t sure what would happen next. We finally got to the birthing center after an hour of driving and the nurses confirmed I wasn’t even dilated. I couldn’t believe it. We were turned away and had to find a hotel because returning home wasn’t an option. It would take two hours just to return again! The diarrhea-like cramps were painful and uncomfortable; I couldn’t sleep. I was bleeding slightly and started to actually have these cramps and stomach aches over a 10 hour period. I started googling my symptoms (never a good thing!) and discovered there are people who have this uncomfortable feeling for days and weeks! “Fake labor” would not be in my cards, I had hoped. Fortunately, I had an appointment with a midwife in the afternoon and was checked again for any cervical changes. I had finally dilated 3 cm and was 90% effaced. What a relief I thought! I welcomed the pain because I wanted things to progress. I couldn’t imagine having diarrhea cramps for weeks. However, 3 cm isn’t enough to be admitted, we were told, so back to the hotel we went. “When your cramps become more regular, every 3 minutes a part, and you become more snippy, check in again” the midwife suggested. In the mean time, I tried to walk around, pausing multiple times to catch my breath. A couple hours later, I was FINALLY admitted. My husband kept asking me questions non-stop about what I wanted, needed, and more. All I could say was “if I need something, I’ll let you know. Thanks.” I literally couldn’t talk. I felt like vomiting and had heart burn for the first time in my life. As my labor progressed, I felt the urge to push before I was even 10 cm dilated. I would have a cramp, then a couple of minutes later, one that made me yell out in pain as it forced my body to push. A gush of blood would come out as this happened and I felt extremely uncomfortable because the pain was in my back and butt! It would take my breath away. However, the pain was still tolerable, believe it or not. I had a volunteer doula come in that night who helped me breathe, rubbed my back, and encouraged me. She helped me be aware of my voice and how I could use it to save energy and get through the pain. Unfortunately, she couldn’t stay the whole night, but the time she spent with me truly made a difference. Even though labor was hard work and painful, the right breathing technique and support helped ease the pain. This is probably the number one thing that helped me get through labor! As I started heading towards my second night of labor, I wondered how much longer I could go on … I questioned if it was even worth it to continue without an epidural? I went into labor without a plan. I wanted to go with the flow and make decisions as they came. I didn’t want to be tied to a bed or deliver on my back or disappointed if my perfect labor didn’t come true, so I left any expectations open. But after my second sleepless night, I started to inquire about pain medications (although deep down inside I knew I could handle more because the pain was still manageable). I was exhausted and sleep would have been nice especially if I didn’t have to feel any pain with an epidural. There were no walking epidurals available though and I didn’t want to take narcotics (which could make me dizzy), so I continued along, breathing away. A bath was an option too and this I requested and wanted. I was so uncomfortable as things progressed. I couldn’t get in the shower to relax my muscles, but somehow a bath sounded soothing and worth the effort. As soon as the bath was ready, however, I suddenly felt a pop down below as if major pressure had been released from my insides. Immediately, there was a shift. The back and butt pressure/pain I felt was no longer there. It was time to push! I knew as soon as I felt it. As the baby descended, I felt the burning sensation of the babies head crowning – a temporary stretching sting. The cramps were still there and I had no control over my own pushing. I let my body do its own work and took the breaks my body provided in between each wave of labor. I was standing up giving birth because I couldn’t get onto the bed as I would have liked and was given a stool to put my right foot onto in order to widen my pelvis. Gravity certainly assisted me. However, I never expected to be standing for 50 minutes! My legs were becoming tired and shaky, but I couldn’t move. My energy was sapped and I regretted not exercising more. Standing up was the most comfortable thing to do though and I listened to my body’s cues. I started to go along with my body’s signals to push, but after a while I felt as if the baby would never come out because things weren’t progressing fast enough. After his head came out, I thought it was all over until I heard my husband say “push, his body is stuck!” I ended up pushing as hard as I could and a gush of fluids came spewing onto the floor. It was the best sense of relief. The midwives held my baby from under me and told me to grab him. He was screaming, kicking, and punching his way into this life. He was so slippery, I was terrified to grab him. I had never held a baby before. He would be my first. I held my son and put him on my chest. I couldn’t stop looking at him in awe. He was so beautiful to me and I felt overwhelmed with love and joy. When the umbilical cord finally stopped pulsating, which happened surprisingly quick, my husband carefully snipped it. At this point, I’m glad my husband didn’t pass out. I always joked that he would get queasy and faint, but my husband did amazing! While holding my son, I had to deliver my placenta which did not hurt at all. In fact, I couldn’t even feel much down below because of the adrenaline pumping throughout my veins. Looking into my son’s eyes and holding him for the first time was the most incredible thing in the world. The pain that I felt earlier in labor vanished and I felt ecstatic to have made it through. It’s true what they say … After your baby is born, you forget the pain of labor and birth. At least most of it. Hello! Hello! It's nice to meet you! I'm Mary. Thank you for stopping by Stirring Up Delight. I hope you'll find some useful tips, recipes, and reviews or maybe a story or two that you might enjoy. Read More… Follow me Subscribe to Blog via Email Enter your email address to subscribe to this blog and receive notifications of new posts by email. Email Address Stirringupdelight.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to amazon.com For those of you who were told you might need an endometrial biopsy, here’s my experience, so you can sleep a little better at night. Although I do not know what yours will be like, I can tell you that not all of them turn out horrific like you might’ve read online. Why You Might […] Kalua pig is a dish from Hawaii that may be intimidating to make if it’s done traditionally, but modern technology has its benefits. You don’t have to roast a pig underground, but instead you can use your slower cooker to make it. How easy is it? Buy some pork butt at the store and toss […] I’m so excited to be planning my niece’s 1st birthday party this fall! For anyone who really knows me, I absolutely love planning. It is one of my obsessions. After making numerous planning mistakes, however, I would like to share with you some tips I’ve learned along the way. If you are planning your child’s […] One of my favorite drinks when I return home is plantation iced tea. Last year, when I spent a week back home in Hawaii, I ended up drinking it as often as I found it on the menu. Now that the heat of summer is here, I’m dreaming of returning home to visit again. I really […]
[ 1, 7133, 590, 758, 5138, 6906, 29892, 306, 1898, 304, 11705, 408, 1568, 2472, 373, 920, 6788, 1319, 10212, 1795, 2869, 367, 29889, 306, 723, 4049, 8293, 1346, 24669, 471, 4029, 11710, 29892, 541, 14332, 30010, 29879, 758, 5138, 6906, 338, 1422, 30024, 470, 1346, 277, 471, 278, 17322, 6788, 306, 30010, 345, 3926, 7091, 297, 590, 2834, 8530, 13, 13, 29902, 6091, 1784, 23026, 15874, 607, 4049, 9698, 411, 29892, 1346, 5872, 29892, 1016, 30010, 29873, 15982, 29889, 887, 30010, 645, 9566, 1048, 278, 6788, 408, 4720, 408, 596, 2278, 338, 6345, 3178, 2216, 278, 1556, 337, 465, 3864, 363, 263, 937, 29899, 2230, 5637, 29892, 541, 1554, 306, 11630, 8126, 297, 3458, 278, 4152, 931, 29889, 13, 13, 29902, 750, 1238, 1965, 278, 9815, 29892, 541, 373, 278, 916, 1361, 29892, 306, 6363, 727, 471, 694, 14712, 1250, 322, 393, 590, 24354, 471, 6421, 697, 982, 470, 1790, 29991, 13, 13, 13985, 11405, 1434, 590, 2861, 2635, 29892, 306, 10548, 777, 10416, 29889, 1619, 4094, 3282, 30010, 29873, 2867, 322, 306, 4446, 694, 286, 1682, 681, 18665, 29892, 541, 372, 6140, 393, 1554, 471, 10464, 8859, 1135, 3806, 29889, 1105, 265, 1156, 29892, 472, 29871, 29896, 263, 29889, 29885, 29889, 306, 281, 6946, 701, 515, 263, 451, 2197, 1422, 1134, 310, 2181, 1160, 292, 29889, 739, 4689, 304, 6403, 1432, 29871, 29945, 6233, 29889, 739, 9007, 30010, 29873, 393, 6788, 1319, 313, 29891, 300, 511, 541, 443, 510, 3921, 519, 29889, 306, 7091, 408, 565, 306, 750, 304, 748, 652, 2749, 354, 29874, 1432, 5320, 6233, 29889, 960, 445, 338, 10212, 29892, 306, 1033, 4386, 372, 363, 1854, 306, 2714, 29892, 541, 306, 6363, 445, 471, 871, 278, 6763, 29889, 13, 13, 3421, 10216, 23547, 5794, 26603, 502, 304, 278, 13457, 408, 565, 278, 24354, 723, 1835, 714, 738, 1473, 29889, 306, 750, 304, 1083, 513, 1075, 304, 451, 15982, 29889, 28706, 5491, 3282, 30010, 29873, 3799, 393, 5172, 363, 937, 29899, 2230, 286, 4835, 313, 272, 472, 3203, 306, 24936, 372, 7656, 30010, 29873, 467, 306, 750, 304, 748, 491, 26508, 5998, 297, 278, 1250, 310, 590, 3458, 29892, 306, 9007, 30010, 29873, 1854, 825, 723, 3799, 2446, 29889, 13, 13, 4806, 7146, 2355, 304, 278, 29773, 1918, 4818, 1156, 385, 7234, 310, 19500, 322, 278, 302, 1295, 267, 16725, 306, 9007, 30010, 29873, 1584, 21749, 630, 29889, 306, 8496, 30010, 29873, 4658, 372, 29889, 1334, 892, 6077, 3448, 322, 750, 304, 1284, 263, 16730, 1363, 7863, 3271, 9007, 30010, 29873, 385, 2984, 29889, 739, 723, 2125, 1023, 6199, 925, 304, 736, 1449, 29991, 13, 13, 1576, 652, 2749, 354, 29874, 29899, 4561, 2181, 15092, 892, 6788, 1319, 322, 443, 510, 3921, 519, 29936, 306, 8496, 30010, 29873, 8709, 29889, 306, 471, 10767, 21219, 10029, 322, 4687, 304, 2869, 505, 1438, 2181, 15092, 322, 380, 290, 496, 3657, 267, 975, 263, 29871, 29896, 29900, 7234, 3785, 29889, 306, 4687, 27304, 1847, 590, 25828, 4835, 313, 484, 369, 263, 1781, 2655, 14366, 322, 10943, 727, 526, 2305, 1058, 505, 445, 443, 510, 3921, 519, 11223, 363, 3841, 322, 11405, 29991, 1346, 29943, 1296, 10212, 30024, 723, 451, 367, 297, 590, 15889, 29892, 306, 750, 24936, 29889, 13, 13, 29943, 441, 348, 2486, 29892, 306, 750, 385, 28573, 411, 263, 7145, 29893, 1607, 297, 278, 17724, 322, 471, 7120, 1449, 363, 738, 5147, 29894, 936, 3620, 29889, 306, 750, 7146, 21749, 630, 29871, 29941, 7477, 322, 471, 29871, 29929, 29900, 29995, 1801, 562, 287, 29889, 1724, 263, 18892, 306, 2714, 29991, 306, 5476, 510, 287, 278, 6788, 1363, 306, 5131, 2712, 304, 6728, 29889, 306, 8496, 30010, 29873, 14034, 2534, 652, 2749, 354, 29874, 2181, 15092, 363, 11405, 29889, 2398, 29892, 29871, 29941, 7477, 3508, 30010, 29873, 3307, 304, 367, 20186, 29892, 591, 892, 5429, 29892, 577, 1250, 304, 278, 16730, 591, 3512, 29889, 13, 13, 30015, 10401, 596, 2181, 15092, 4953, 901, 4943, 29892, 1432, 29871, 29941, 6233, 263, 760, 29892, 322, 366, 4953, 901, 9830, 23717, 29892, 1423, 297, 1449, 30024, 278, 7145, 29893, 1607, 7829, 29889, 512, 278, 2099, 931, 29892, 306, 1898, 304, 6686, 2820, 29892, 282, 1485, 292, 2999, 3064, 304, 4380, 590, 16172, 29889, 13, 13, 29909, 7303, 6199, 2678, 29892, 306, 471, 383, 1177, 9818, 29979, 20186, 29889, 1619, 10216, 8126, 6721, 592, 5155, 1661, 29899, 9847, 1048, 825, 306, 5131, 29892, 4312, 29892, 322, 901, 29889, 2178, 306, 1033, 1827, 471, 1346, 361, 306, 817, 1554, 29892, 306, 30010, 645, 1235, 366, 1073, 29889, 1834, 3178, 306, 22830, 8496, 30010, 29873, 5193, 29889, 306, 7091, 763, 3961, 11407, 322, 750, 5192, 12138, 363, 278, 937, 931, 297, 590, 2834, 29889, 13, 13, 2887, 590, 10212, 6728, 287, 29892, 306, 7091, 278, 5065, 479, 304, 5503, 1434, 306, 471, 1584, 29871, 29896, 29900, 7477, 21749, 630, 29889, 306, 723, 505, 263, 2181, 1160, 29892, 769, 263, 7303, 310, 6233, 2678, 29892, 697, 393, 1754, 592, 343, 514, 714, 297, 6788, 408, 372, 11826, 590, 3573, 304, 5503, 29889, 319, 330, 1878, 310, 10416, 723, 2041, 714, 408, 445, 9559, 322, 306, 7091, 14154, 443, 510, 3921, 519, 1363, 278, 6788, 471, 297, 590, 1250, 322, 541, 29873, 29991, 739, 723, 2125, 590, 16172, 3448, 29889, 2398, 29892, 278, 6788, 471, 1603, 20341, 519, 29892, 4658, 372, 470, 451, 29889, 13, 13, 29902, 750, 263, 27886, 261, 4662, 433, 2041, 297, 393, 4646, 1058, 9213, 592, 2078, 271, 354, 29892, 14051, 2580, 590, 1250, 29892, 322, 18443, 287, 592, 29889, 2296, 9213, 592, 367, 9543, 310, 590, 7314, 322, 920, 306, 1033, 671, 372, 304, 4078, 5864, 322, 679, 1549, 278, 6788, 29889, 11511, 29892, 1183, 8496, 30010, 29873, 7952, 278, 3353, 4646, 29892, 541, 278, 931, 1183, 10398, 411, 592, 19781, 1754, 263, 4328, 29889, 7753, 2466, 10212, 471, 2898, 664, 322, 6788, 1319, 29892, 278, 1492, 16172, 292, 11043, 322, 2304, 9213, 16326, 278, 6788, 29889, 910, 338, 3117, 278, 1353, 697, 2655, 393, 9213, 592, 679, 1549, 10212, 29991, 13, 13, 2887, 306, 4687, 28435, 7113, 590, 1473, 4646, 310, 10212, 29892, 306, 4997, 287, 920, 1568, 5520, 306, 1033, 748, 373, 16088, 306, 1139, 287, 565, 372, 471, 1584, 7088, 372, 304, 6773, 1728, 385, 321, 5935, 3631, 29973, 306, 3512, 964, 10212, 1728, 263, 3814, 29889, 306, 5131, 304, 748, 411, 278, 4972, 322, 1207, 1602, 12112, 408, 896, 2996, 29889, 306, 3282, 30010, 29873, 864, 304, 367, 21351, 304, 263, 6592, 470, 12021, 373, 590, 1250, 470, 23451, 287, 565, 590, 4922, 10212, 3282, 30010, 29873, 2041, 1565, 29892, 577, 306, 2175, 738, 2149, 800, 1722, 29889, 1205, 1156, 590, 1473, 12844, 29872, 572, 404, 4646, 29892, 306, 4687, 304, 297, 1548, 1048, 6788, 13589, 800, 313, 26492, 6483, 1623, 2768, 306, 6363, 306, 1033, 4386, 901, 1363, 278, 6788, 471, 1603, 10933, 519, 467, 306, 471, 18782, 16656, 322, 8709, 723, 505, 1063, 7575, 7148, 565, 306, 3282, 30010, 29873, 505, 304, 4459, 738, 6788, 411, 385, 321, 5935, 3631, 29889, 13, 13, 8439, 892, 694, 22049, 321, 5935, 332, 1338, 3625, 2466, 322, 306, 3282, 30010, 29873, 864, 304, 2125, 302, 5666, 327, 1199, 313, 4716, 1033, 1207, 592, 270, 466, 1537, 511, 577, 306, 7572, 3412, 29892, 16172, 292, 3448, 29889, 319, 27683, 471, 385, 2984, 2086, 322, 445, 306, 13877, 322, 5131, 29889, 306, 471, 577, 443, 510, 3921, 519, 408, 2712, 6728, 287, 29889, 306, 8496, 30010, 29873, 679, 297, 278, 1510, 261, 304, 26681, 590, 2301, 7799, 29892, 541, 10431, 263, 27683, 6047, 287, 577, 6046, 322, 7088, 278, 7225, 29889, 1094, 4720, 408, 278, 27683, 471, 7960, 29892, 3138, 29892, 306, 11584, 7091, 263, 1835, 1623, 2400, 408, 565, 4655, 12959, 750, 1063, 5492, 515, 590, 1663, 2247, 29889, 1954, 4210, 2486, 29892, 727, 471, 263, 9500, 29889, 450, 1250, 322, 541, 29873, 12959, 29914, 29886, 475, 306, 7091, 471, 694, 5520, 727, 29889, 739, 471, 931, 304, 5503, 29991, 306, 6363, 408, 4720, 408, 306, 7091, 372, 29889, 13, 13, 2887, 278, 24354, 5153, 2760, 29892, 306, 7091, 278, 25535, 4771, 362, 310, 278, 289, 370, 583, 2343, 11660, 1076, 785, 263, 13201, 16116, 292, 380, 292, 29889, 450, 2181, 15092, 892, 1603, 727, 322, 306, 750, 694, 2761, 975, 590, 1914, 27556, 29889, 306, 1235, 590, 3573, 437, 967, 1914, 664, 322, 3614, 278, 16706, 590, 3573, 4944, 297, 1546, 1269, 10742, 310, 10212, 29889, 306, 471, 13407, 701, 6820, 12060, 1363, 306, 8496, 30010, 29873, 679, 11480, 278, 6592, 408, 306, 723, 505, 23289, 322, 471, 2183, 263, 380, 1507, 304, 1925, 590, 1492, 3661, 11480, 297, 1797, 304, 281, 3615, 590, 4639, 1730, 29889, 4989, 17037, 8959, 6985, 287, 592, 29889, 2398, 29892, 306, 2360, 3806, 304, 367, 13407, 363, 29871, 29945, 29900, 6233, 29991, 1619, 21152, 892, 14171, 23407, 322, 528, 557, 29891, 29892, 541, 306, 8496, 30010, 29873, 4337, 29889, 1619, 5864, 471, 872, 2986, 322, 306, 1072, 13158, 287, 451, 24472, 3476, 292, 901, 29889, 6679, 292, 701, 471, 278, 1556, 25561, 2655, 304, 437, 2466, 322, 306, 29616, 304, 590, 3573, 30010, 29879, 274, 1041, 29889, 13, 13, 29902, 4687, 304, 748, 3412, 411, 590, 3573, 30010, 29879, 18470, 304, 5503, 29892, 541, 1156, 263, 1550, 306, 7091, 408, 565, 278, 24354, 723, 2360, 2041, 714, 1363, 2712, 2949, 264, 30010, 29873, 6728, 292, 5172, 3307, 29889, 2860, 670, 2343, 2996, 714, 29892, 306, 2714, 372, 471, 599, 975, 2745, 306, 6091, 590, 10216, 1827, 1346, 5910, 29892, 670, 3573, 338, 10771, 8530, 306, 9698, 701, 27556, 408, 2898, 408, 306, 1033, 322, 263, 330, 1878, 310, 20501, 4841, 2996, 961, 16958, 11480, 278, 11904, 29889, 739, 471, 278, 1900, 4060, 310, 18892, 29889, 13, 13, 1576, 7145, 29893, 3145, 4934, 590, 24354, 515, 1090, 592, 322, 5429, 592, 304, 17229, 1075, 29889, 940, 471, 885, 1633, 292, 29892, 24817, 292, 29892, 322, 282, 3322, 292, 670, 982, 964, 445, 2834, 29889, 940, 471, 577, 20662, 407, 708, 29892, 306, 471, 1935, 29878, 2164, 304, 17229, 1075, 29889, 306, 750, 2360, 4934, 263, 24354, 1434, 29889, 940, 723, 367, 590, 937, 29889, 306, 4934, 590, 1487, 322, 1925, 1075, 373, 590, 521, 342, 29889, 306, 8496, 30010, 29873, 5040, 3063, 472, 1075, 297, 263, 705, 29889, 940, 471, 577, 9560, 304, 592, 322, 306, 7091, 975, 1332, 295, 2168, 411, 5360, 322, 15331, 29889, 13, 13, 10401, 278, 1922, 18152, 936, 13793, 7146, 11084, 282, 7273, 1218, 29892, 607, 9559, 26800, 368, 4996, 29892, 590, 10216, 16112, 9830, 2986, 372, 29889, 2180, 445, 1298, 29892, 306, 30010, 29885, 10932, 590, 10216, 3282, 30010, 29873, 1209, 714, 29889, 306, 2337, 432, 12504, 393, 540, 723, 679, 712, 8995, 322, 24732, 29892, 541, 590, 10216, 1258, 21863, 292, 29991, 13, 13, 8809, 488, 13587, 590, 1487, 29892, 306, 750, 304, 12021, 590, 2174, 1760, 29874, 607, 1258, 451, 21682, 472, 599, 29889, 512, 2114, 29892, 306, 8496, 30010, 29873, 1584, 4459, 1568, 1623, 2400, 1363, 310, 278, 594, 1267, 284, 457, 282, 3427, 292, 10106, 590, 2453, 1144, 29889, 13, 13, 14959, 292, 964, 590, 1487, 30010, 29879, 5076, 322, 13587, 1075, 363, 278, 937, 931, 471, 278, 1556, 29811, 1821, 2655, 297, 278, 3186, 29889, 450, 6788, 393, 306, 7091, 8859, 297, 10212, 1109, 3276, 322, 306, 7091, 21226, 7959, 304, 505, 1754, 372, 1549, 29889, 739, 30010, 29879, 1565, 825, 896, 1827, 16088, 2860, 596, 24354, 338, 6345, 29892, 366, 9566, 278, 6788, 310, 10212, 322, 12060, 29889, 13, 13, 4178, 3203, 1556, 310, 372, 29889, 13, 13, 10994, 29991, 13, 13, 10994, 29991, 739, 29915, 29879, 7575, 304, 5870, 366, 29991, 306, 29915, 29885, 6182, 29889, 3374, 366, 363, 25480, 491, 624, 381, 5393, 5020, 5556, 523, 29889, 306, 4966, 366, 29915, 645, 1284, 777, 5407, 25562, 29892, 9522, 5547, 29892, 322, 21804, 470, 5505, 263, 5828, 470, 1023, 393, 366, 1795, 13389, 29889, 7523, 5853, 30098, 13, 13, 29943, 2952, 592, 13, 13, 4035, 13086, 304, 350, 1188, 3025, 22608, 13, 13, 10399, 596, 4876, 3211, 304, 1014, 13086, 304, 445, 12618, 322, 7150, 25913, 310, 716, 11803, 491, 4876, 29889, 13, 13, 9823, 16428, 13, 13, 855, 381, 5393, 786, 6144, 523, 29889, 510, 338, 263, 5221, 424, 297, 278, 16631, 15538, 365, 12182, 6853, 1078, 7835, 29892, 385, 23736, 403, 18811, 5921, 1824, 8688, 304, 3867, 263, 2794, 363, 11840, 304, 2326, 29876, 18811, 5921, 1238, 267, 491, 18811, 5921, 322, 25236, 304, 19249, 29889, 510, 13, 13, 2831, 1906, 310, 366, 1058, 892, 5429, 366, 1795, 817, 385, 1095, 3297, 9315, 4768, 3554, 29891, 29892, 1244, 30010, 29879, 590, 7271, 29892, 577, 366, 508, 8709, 263, 2217, 2253, 472, 4646, 29889, 8512, 306, 437, 451, 1073, 825, 15850, 674, 367, 763, 29892, 306, 508, 2649, 366, 393, 451, 599, 310, 963, 2507, 714, 4029, 29878, 928, 763, 366, 1795, 30010, 345, 1303, 7395, 29889, 3750, 887, 341, 523, 518, 30098, 29962, 13, 13, 29968, 284, 3357, 282, 335, 338, 263, 270, 728, 515, 26901, 29875, 393, 1122, 367, 938, 326, 333, 1218, 304, 1207, 565, 372, 30010, 29879, 2309, 11399, 635, 29892, 541, 5400, 15483, 756, 967, 23633, 29889, 887, 1016, 30010, 29873, 505, 304, 696, 579, 263, 282, 335, 1090, 2057, 29892, 541, 2012, 366, 508, 671, 596, 20312, 7984, 261, 304, 1207, 372, 29889, 1128, 4780, 338, 372, 29973, 5373, 29891, 777, 282, 548, 541, 29873, 472, 278, 3787, 322, 28189, 518, 30098, 29962, 13, 13, 29902, 30010, 29885, 577, 24173, 304, 367, 18987, 590, 4930, 346, 30010, 29879, 29871, 29896, 303, 12060, 3250, 6263, 445, 6416, 29991, 1152, 5019, 1058, 2289, 9906, 592, 29892, 306, 13312, 5360, 18987, 29889, 739, 338, 697, 310, 590, 20881, 10964, 29889, 2860, 3907, 12727, 18987, 28947, 29892, 3138, 29892, 306, 723, 763, 304, 6232, 411, 366, 777, 25562, 306, 30010, 345, 10972, 3412, 278, 982, 29889, 960, 366, 526, 18987, 596, 2278, 30010, 29879, 518, 30098, 29962, 13, 13, 6716, 310, 590, 25448, 13748, 29879, 746, 306, 736, 3271, 338, 8024, 362, 29871, 7612, 23429, 29889, 9208, 1629, 29892, 746, 306, 10398, 263, 4723, 1250, 3271, 297, 26901, 29875, 29892, 306, 9698, 701, 13748, 292, 372, 408, 4049, 408, 306, 1476, 372, 373, 278, 6143, 29889, 2567, 393, 278, 12871, 310, 11801, 338, 1244, 29892, 306, 30010, 29885, 12561, 292, 310, 7863, 3271, 304, 6493, 1449, 29889, 306, 2289, 518, 30098, 29962 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
Sen. Bernie Sanders (I-VT) will clinch victory in the first-in-the-nation primary in New Hampshire, according to a CNN projection, powered by his strength among blue-collar, younger and more liberal voters.
[ 1, 5811, 29889, 6209, 347, 8564, 414, 313, 29902, 29899, 29963, 29911, 29897, 674, 1067, 22466, 15354, 297, 278, 937, 29899, 262, 29899, 1552, 29899, 29876, 362, 7601, 297, 1570, 7904, 28401, 29892, 5034, 304, 263, 29696, 18246, 29892, 3081, 287, 491, 670, 9324, 4249, 7254, 29899, 1054, 4675, 29892, 20023, 322, 901, 26054, 9014, 414, 29889 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
POV: Henry vs Martin + a poll I won’t make claims as to their gifts and charms, but H & M do resemble me in various ways :) I usually like to write stories from a single point of view. It’s obviously a limited perspective, but I enjoy the constraints. As far as I’m concerned, there’s no such thing as a reliable narrator. Characters misinterpret things, miss things, draw the wrong conclusions, and it can be tricky and fun to work the “truth” into a story alongside the character’s perceptions. For instance, I think it’s obvious to the reader that Martin is DTF from the get-go, but Henry, equipped with the same amount of information, simply doesn’t get it. When I started writing the Ganymede Quartet books, it seemed obvious to me that the story needed to be told from the master’s point of view. Whether or not he’s actually prepared to take responsibility, the fact remains that Henry’s the one in charge and he sets the tone. It’s Martin’s job to adapt and respond and accommodate and serve. Obviously, Martin is better-equipped to steer this particular ship, but, unfortunately for Henry, the roles in this relationship weren’t assigned based on fitness or merit. If you’ve read A Most Personal Property (GQ Book 1), you know that when the opportunity finally arises for Martin to take charge, he does so with great effect, but he does wait for Henry to create the opportunity. He’s very well-trained. I think it’s apparent that Martin is miserable for most of AMPP, and writing weeks of self-doubt and misery even greater than Henry’s, from the perspective of a character who has even less power to effect change…I don’t think anyone wants to read that book, actually. Henry also needed to be the POV character for the main books because Henry is the one who has the most growing to do. They’re both young, both immature, but Martin is less immature, his sense of self is more solid and, well, he’s a lot smarter. Henry learns a lot over the course of the series, which is not to say that Martin doesn’t, but as the one nominally in charge, Henry’s growth has a greater impact on both of them. It was possibly something of a risk, but I left out or delayed certain trains of thought because Henry isn’t necessarily considering all aspects and implications of the master/slave dynamic from early on in their relationship. He’s very loving, but he’s not the most insightful person, and it takes him awhile to consider things that a savvier fellow might have questioned from the beginning. It really does take Henry a long time to wonder how Martin’s position and training impact the way Martin responds to him. I anticipate going a little deeper into Martin’s background, in a way, for the story that will accompany Book 3. I also have a pretty good idea which aspect of Book 4 I’ll present from Martin’s perspective. So far, the Martin stories have been really fun to write, and I definitely look forward to doing them. I think they’re so easy and enjoyable to work on because they revisit territory that I’ve already covered from Henry’s perspective to some extent, and when I’m writing Henry, I’m always considering how Martin might view a given situation, as well. Offering Martin’s POV at all was actually a pretty late development. It occurred to me shortly before publishing A Most Personal Property that the stories I was busy telling myself about Martin’s past would probably be of interest to anyone who was interested in AMPP, and so I quickly wrote A Superior Slave. I hoped that people who enjoyed reading ASS (ugh, that acronym!) for free might be interested in paying for AMPP, and I think that did happen to some small extent. I’ve gotten the impression (whether it’s true or not) that Martin might be the reader favorite by a small margin, so it just seems like a nice idea to continue offering Martin POV stories alongside the main books. While I think a person can enjoy the main books and Henry’s POV without side stories, I like to think Martin’s perspective is a valuable addition. I plan on adding additional points of view from other characters in the universe. I’ve got stories written about a couple of Henry’s friends to show how slave ownership works in private for other people. I’ve got at least two stories I want to write about Henry’s cousin Jesse. I think Tom gets his own novella :D With A Proper Lover (GQ Book 2) and A Master’s Fidelity (GQ Book 2.5) released, I’m just going immediately into editing Book 3 and fleshing out the notes I have for the Martin story. I’d had vague ideas about taking a break, but I honestly don’t know what that would mean at this point. I don’t know what I’d be doing during a break! Right now, the idea of downtime just makes me cranky. Knowing that there are people eager for the next books makes me want to work on getting them out. Besides, working on Martin’s POV is a treat :)
[ 1, 21521, 29963, 29901, 6498, 7186, 6502, 718, 263, 21180, 13, 13, 29902, 2113, 30010, 29873, 1207, 16726, 408, 304, 1009, 330, 17741, 322, 1373, 1516, 29892, 541, 379, 669, 341, 437, 620, 6967, 592, 297, 5164, 5837, 4248, 13, 13, 29902, 5491, 763, 304, 2436, 15874, 515, 263, 2323, 1298, 310, 1776, 29889, 739, 30010, 29879, 12879, 263, 9078, 18520, 29892, 541, 306, 13389, 278, 11938, 29889, 1094, 2215, 408, 306, 30010, 29885, 15041, 29892, 727, 30010, 29879, 694, 1316, 2655, 408, 263, 23279, 15474, 1061, 29889, 2896, 21706, 3984, 1639, 19819, 2712, 29892, 3052, 2712, 29892, 4216, 278, 2743, 21204, 1080, 29892, 322, 372, 508, 367, 28722, 322, 2090, 304, 664, 278, 1346, 509, 2806, 30024, 964, 263, 5828, 19963, 278, 2931, 30010, 29879, 639, 1441, 29879, 29889, 1152, 2777, 29892, 306, 1348, 372, 30010, 29879, 6924, 304, 278, 9591, 393, 6502, 338, 360, 8969, 515, 278, 679, 29899, 1484, 29892, 541, 6498, 29892, 1592, 16242, 411, 278, 1021, 5253, 310, 2472, 29892, 3763, 1838, 30010, 29873, 679, 372, 29889, 13, 13, 10401, 306, 4687, 5007, 278, 28245, 962, 2742, 24664, 300, 8277, 29892, 372, 6140, 6924, 304, 592, 393, 278, 5828, 4312, 304, 367, 5429, 515, 278, 5835, 30010, 29879, 1298, 310, 1776, 29889, 26460, 470, 451, 540, 30010, 29879, 2869, 13240, 304, 2125, 23134, 29892, 278, 2114, 9242, 393, 6498, 30010, 29879, 278, 697, 297, 8323, 322, 540, 6166, 278, 16225, 29889, 739, 30010, 29879, 6502, 30010, 29879, 4982, 304, 7744, 322, 10049, 322, 24803, 403, 322, 9080, 29889, 25735, 29892, 6502, 338, 2253, 29899, 1686, 16242, 304, 1886, 261, 445, 3153, 7751, 29892, 541, 29892, 15428, 363, 6498, 29892, 278, 16178, 297, 445, 9443, 2949, 264, 30010, 29873, 9859, 2729, 373, 6216, 2264, 470, 2778, 277, 29889, 960, 366, 30010, 345, 1303, 319, 7849, 16224, 9079, 313, 29954, 29984, 6726, 29871, 29896, 511, 366, 1073, 393, 746, 278, 15130, 7146, 564, 4637, 363, 6502, 304, 2125, 8323, 29892, 540, 947, 577, 411, 2107, 2779, 29892, 541, 540, 947, 4480, 363, 6498, 304, 1653, 278, 15130, 29889, 940, 30010, 29879, 1407, 1532, 29899, 3018, 1312, 29889, 13, 13, 29902, 1348, 372, 30010, 29879, 20295, 393, 6502, 338, 27788, 519, 363, 1556, 310, 319, 3580, 29925, 29892, 322, 5007, 11405, 310, 1583, 29899, 29881, 283, 3116, 322, 3984, 708, 1584, 7621, 1135, 6498, 30010, 29879, 29892, 515, 278, 18520, 310, 263, 2931, 1058, 756, 1584, 3109, 3081, 304, 2779, 1735, 30098, 29902, 1016, 30010, 29873, 1348, 5019, 10753, 304, 1303, 393, 3143, 29892, 2869, 29889, 13, 13, 24030, 719, 884, 4312, 304, 367, 278, 21521, 29963, 2931, 363, 278, 1667, 8277, 1363, 6498, 338, 278, 697, 1058, 756, 278, 1556, 15678, 304, 437, 29889, 2688, 30010, 276, 1716, 4123, 29892, 1716, 5198, 1535, 29892, 541, 6502, 338, 3109, 5198, 1535, 29892, 670, 4060, 310, 1583, 338, 901, 7773, 322, 29892, 1532, 29892, 540, 30010, 29879, 263, 3287, 1560, 4254, 29889, 6498, 24298, 1983, 263, 3287, 975, 278, 3236, 310, 278, 3652, 29892, 607, 338, 451, 304, 1827, 393, 6502, 1838, 30010, 29873, 29892, 541, 408, 278, 697, 10418, 635, 297, 8323, 29892, 6498, 30010, 29879, 14321, 756, 263, 7621, 10879, 373, 1716, 310, 963, 29889, 13, 13, 3112, 471, 10075, 1554, 310, 263, 12045, 29892, 541, 306, 2175, 714, 470, 29801, 3058, 22983, 310, 2714, 1363, 6498, 3508, 30010, 29873, 12695, 13858, 599, 21420, 322, 2411, 5795, 310, 278, 5835, 29914, 29879, 18398, 7343, 515, 4688, 373, 297, 1009, 9443, 29889, 940, 30010, 29879, 1407, 12355, 292, 29892, 541, 540, 30010, 29879, 451, 278, 1556, 25483, 1319, 2022, 29892, 322, 372, 4893, 1075, 263, 8000, 304, 2050, 2712, 393, 263, 4048, 7214, 10404, 1795, 505, 1139, 287, 515, 278, 6763, 29889, 739, 2289, 947, 2125, 6498, 263, 1472, 931, 304, 4997, 920, 6502, 30010, 29879, 2602, 322, 6694, 10879, 278, 982, 6502, 10049, 29879, 304, 1075, 29889, 13, 13, 29902, 23483, 403, 2675, 263, 2217, 25871, 964, 6502, 30010, 29879, 3239, 29892, 297, 263, 982, 29892, 363, 278, 5828, 393, 674, 10259, 1384, 6726, 29871, 29941, 29889, 306, 884, 505, 263, 5051, 1781, 2969, 607, 9565, 310, 6726, 29871, 29946, 306, 30010, 645, 2198, 515, 6502, 30010, 29879, 18520, 29889, 1105, 2215, 29892, 278, 6502, 15874, 505, 1063, 2289, 2090, 304, 2436, 29892, 322, 306, 11630, 1106, 6375, 304, 2599, 963, 29889, 306, 1348, 896, 30010, 276, 577, 4780, 322, 13389, 519, 304, 664, 373, 1363, 896, 23484, 277, 20123, 393, 306, 30010, 345, 2307, 10664, 515, 6498, 30010, 29879, 18520, 304, 777, 15834, 29892, 322, 746, 306, 30010, 29885, 5007, 6498, 29892, 306, 30010, 29885, 2337, 13858, 920, 6502, 1795, 1776, 263, 2183, 6434, 29892, 408, 1532, 29889, 13, 13, 2776, 571, 292, 6502, 30010, 29879, 21521, 29963, 472, 599, 471, 2869, 263, 5051, 5683, 5849, 29889, 739, 10761, 304, 592, 21734, 1434, 27256, 319, 7849, 16224, 9079, 393, 278, 15874, 306, 471, 19587, 14509, 6142, 1048, 6502, 30010, 29879, 4940, 723, 3117, 367, 310, 4066, 304, 5019, 1058, 471, 8852, 297, 319, 3580, 29925, 29892, 322, 577, 306, 9098, 5456, 319, 5670, 1611, 317, 18398, 29889, 306, 24936, 393, 2305, 1058, 27849, 5183, 319, 1799, 313, 6129, 29892, 393, 1274, 1617, 962, 14366, 363, 3889, 1795, 367, 8852, 297, 5146, 292, 363, 319, 3580, 29925, 29892, 322, 306, 1348, 393, 1258, 3799, 304, 777, 2319, 15834, 29889, 306, 30010, 345, 2355, 841, 278, 17188, 313, 1332, 1979, 372, 30010, 29879, 1565, 470, 451, 29897, 393, 6502, 1795, 367, 278, 9591, 25448, 491, 263, 2319, 5906, 29892, 577, 372, 925, 2444, 763, 263, 7575, 2969, 304, 6773, 27032, 6502, 21521, 29963, 15874, 19963, 278, 1667, 8277, 29889, 5806, 306, 1348, 263, 2022, 508, 13389, 278, 1667, 8277, 322, 6498, 30010, 29879, 21521, 29963, 1728, 2625, 15874, 29892, 306, 763, 304, 1348, 6502, 30010, 29879, 18520, 338, 263, 21114, 6124, 29889, 13, 13, 29902, 3814, 373, 4417, 5684, 3291, 310, 1776, 515, 916, 4890, 297, 278, 19859, 29889, 306, 30010, 345, 2355, 15874, 3971, 1048, 263, 7303, 310, 6498, 30010, 29879, 7875, 304, 1510, 920, 19532, 27428, 1736, 297, 2024, 363, 916, 2305, 29889, 306, 30010, 345, 2355, 472, 3203, 1023, 15874, 306, 864, 304, 2436, 1048, 6498, 30010, 29879, 22618, 435, 5340, 29889, 306, 1348, 4335, 4947, 670, 1914, 2420, 3547, 584, 29928, 13, 13, 3047, 319, 1019, 546, 365, 957, 313, 29954, 29984, 6726, 29871, 29906, 29897, 322, 319, 9082, 30010, 29879, 383, 10652, 537, 313, 29954, 29984, 6726, 29871, 29906, 29889, 29945, 29897, 5492, 29892, 306, 30010, 29885, 925, 2675, 7389, 964, 16278, 6726, 29871, 29941, 322, 285, 793, 2790, 714, 278, 11486, 306, 505, 363, 278, 6502, 5828, 29889, 306, 30010, 29881, 750, 25160, 7014, 1048, 5622, 263, 2867, 29892, 541, 306, 15993, 368, 1016, 30010, 29873, 1073, 825, 393, 723, 2099, 472, 445, 1298, 29889, 306, 1016, 30010, 29873, 1073, 825, 306, 30010, 29881, 367, 2599, 2645, 263, 2867, 29991, 10428, 1286, 29892, 278, 2969, 310, 16611, 593, 603, 925, 3732, 592, 274, 661, 3459, 29889, 19320, 292, 393, 727, 526, 2305, 19888, 363, 278, 2446, 8277, 3732, 592, 864, 304, 664, 373, 2805, 963, 714, 29889, 19065, 29892, 1985, 373, 6502, 30010, 29879, 21521, 29963, 338, 263, 7539, 4248 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]

Dataset Card for "Pile_TokLlama"

More Information needed

Downloads last month
0
Edit dataset card