text
stringlengths 14
5.22M
| meta
dict | __index_level_0__
int64 0
9.97k
| input_ids
sequencelengths 128
128
| attention_mask
sequencelengths 128
128
| labels
sequencelengths 128
128
|
---|---|---|---|---|---|
Q: The requested resource does not support http method 'GET' when doing cross-domain ajax call I'm performing a cross-domain POST using jQuery ajax to call an ASP.net 4.5 WebAPI site:
$.support.cors = true;
$.ajax("http://mydomain/WebApi/api/authentication/", { type: "post", data: json, contentType: "application/json" });
Here is my server method:
public class AuthenticationController : ApiController
{
// Login or logout the user.
// POST api/authentication with login or logout data object
public HttpResponseMessage Post(object data)
{
return ProcessAction(data);
}
}
I've set the headers on remote server:
Access-Control-Allow-Origin: *
Access-Control-Allow-Methods: POST,GET, OPTIONS
When I execute the code, I get a 405 Method Not Allowed - The requested resource does not support http method 'GET'.
The method I am calling works fine if called from the same domain.
Additionally, if I remove the contentType: "application/json" option, I get a 500 Server Error.
It appears the contentType option has something to do with the problem, but I am not sure.
Any suggestions or advice are greatly appreciated!
Thanks.
| {
"redpajama_set_name": "RedPajamaStackExchange"
} | 6,584 | [
128000,
48,
25,
578,
11472,
5211,
1587,
539,
1862,
1795,
1749,
364,
3891,
6,
994,
3815,
5425,
73894,
27377,
1650,
358,
2846,
16785,
264,
5425,
73894,
13165,
1701,
13518,
27377,
311,
1650,
459,
49509,
5181,
220,
19,
13,
20,
5000,
7227,
2816,
512,
13244,
24249,
522,
1105,
284,
837,
280,
13244,
7390,
446,
1277,
1129,
2465,
12482,
51538,
6700,
10729,
91677,
29205,
314,
955,
25,
330,
2252,
498,
828,
25,
3024,
11,
33203,
25,
330,
5242,
9108,
1,
3086,
8586,
374,
856,
3622,
1749,
512,
898,
538,
24446,
2095,
551,
88926,
198,
4352,
262,
443,
8955,
477,
23161,
279,
1217,
627,
262,
443,
13165,
6464,
91677,
449,
5982,
477,
23161,
828,
1665,
198,
262,
586,
69804,
3962,
4496,
828,
340,
262,
341,
286,
471,
8773,
2573,
2657,
317
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
48,
25,
578,
11472,
5211,
1587,
539,
1862,
1795,
1749,
364,
3891,
6,
994,
3815,
5425,
73894,
27377,
1650,
358,
2846,
16785,
264,
5425,
73894,
13165,
1701,
13518,
27377,
311,
1650,
459,
49509,
5181,
220,
19,
13,
20,
5000,
7227,
2816,
512,
13244,
24249,
522,
1105,
284,
837,
280,
13244,
7390,
446,
1277,
1129,
2465,
12482,
51538,
6700,
10729,
91677,
29205,
314,
955,
25,
330,
2252,
498,
828,
25,
3024,
11,
33203,
25,
330,
5242,
9108,
1,
3086,
8586,
374,
856,
3622,
1749,
512,
898,
538,
24446,
2095,
551,
88926,
198,
4352,
262,
443,
8955,
477,
23161,
279,
1217,
627,
262,
443,
13165,
6464,
91677,
449,
5982,
477,
23161,
828,
1665,
198,
262,
586,
69804,
3962,
4496,
828,
340,
262,
341,
286,
471,
8773,
2573,
2657,
317,
-100
] |
var namespaceorg_1_1onosproject_1_1driver =
[
[ "extensions", "namespaceorg_1_1onosproject_1_1driver_1_1extensions.html", "namespaceorg_1_1onosproject_1_1driver_1_1extensions" ],
[ "handshaker", "namespaceorg_1_1onosproject_1_1driver_1_1handshaker.html", "namespaceorg_1_1onosproject_1_1driver_1_1handshaker" ],
[ "netconf", "namespaceorg_1_1onosproject_1_1driver_1_1netconf.html", "namespaceorg_1_1onosproject_1_1driver_1_1netconf" ],
[ "ovsdb", "namespaceorg_1_1onosproject_1_1driver_1_1ovsdb.html", "namespaceorg_1_1onosproject_1_1driver_1_1ovsdb" ],
[ "pipeline", "namespaceorg_1_1onosproject_1_1driver_1_1pipeline.html", "namespaceorg_1_1onosproject_1_1driver_1_1pipeline" ],
[ "DefaultDrivers", "classorg_1_1onosproject_1_1driver_1_1DefaultDrivers.html", "classorg_1_1onosproject_1_1driver_1_1DefaultDrivers" ]
]; | {
"redpajama_set_name": "RedPajamaGithub"
} | 5,459 | [
128000,
959,
4573,
1813,
62,
16,
62,
16,
263,
437,
5094,
62,
16,
62,
16,
12804,
4125,
9837,
262,
510,
330,
28709,
498,
330,
2280,
1813,
62,
16,
62,
16,
263,
437,
5094,
62,
16,
62,
16,
12804,
62,
16,
62,
16,
28709,
2628,
498,
330,
2280,
1813,
62,
16,
62,
16,
263,
437,
5094,
62,
16,
62,
16,
12804,
62,
16,
62,
16,
28709,
1,
3291,
262,
510,
330,
10888,
939,
4506,
498,
330,
2280,
1813,
62,
16,
62,
16,
263,
437,
5094,
62,
16,
62,
16,
12804,
62,
16,
62,
16,
10888,
939,
4506,
2628,
498,
330,
2280,
1813,
62,
16,
62,
16,
263,
437,
5094,
62,
16,
62,
16,
12804,
62,
16,
62,
16,
10888,
939,
4506,
1,
3291,
262,
510,
330,
4816,
6263,
498
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
959,
4573,
1813,
62,
16,
62,
16,
263,
437,
5094,
62,
16,
62,
16,
12804,
4125,
9837,
262,
510,
330,
28709,
498,
330,
2280,
1813,
62,
16,
62,
16,
263,
437,
5094,
62,
16,
62,
16,
12804,
62,
16,
62,
16,
28709,
2628,
498,
330,
2280,
1813,
62,
16,
62,
16,
263,
437,
5094,
62,
16,
62,
16,
12804,
62,
16,
62,
16,
28709,
1,
3291,
262,
510,
330,
10888,
939,
4506,
498,
330,
2280,
1813,
62,
16,
62,
16,
263,
437,
5094,
62,
16,
62,
16,
12804,
62,
16,
62,
16,
10888,
939,
4506,
2628,
498,
330,
2280,
1813,
62,
16,
62,
16,
263,
437,
5094,
62,
16,
62,
16,
12804,
62,
16,
62,
16,
10888,
939,
4506,
1,
3291,
262,
510,
330,
4816,
6263,
498,
-100
] |
The sixth-generation Mitsubishi Mirage has been a cash cow for Mitsubishi Motors Philippines since the company officially launched it in our market four years ago. In October 2012 alone, MMPC delivered 1,098 units to eager buyers.
1. The new Mirage sports a new front-grille design with a chrome touch and a new front bumper.
2. GLS variants now come with bi-xenon HID projector headlamps with daytime running lights. The LED taillights were also tweaked.
3. The wheels had a makeover, too. The GLS variants now wear a set of 15-inch two-tone alloys, while the GLX has 14-inch ones.
4. Mitsubishi has stepped up the Mirage's lighting game by putting welcome and coming-home lights. Some lamps stay on to provide light when the driver and the passengers walk to and from the vehicle. | {
"redpajama_set_name": "RedPajamaC4"
} | 1,183 | [
128000,
791,
26084,
43927,
79653,
99242,
706,
1027,
264,
8515,
19923,
369,
79653,
37792,
26363,
2533,
279,
2883,
19073,
11887,
433,
304,
1057,
3157,
3116,
1667,
4227,
13,
763,
6664,
220,
679,
17,
7636,
11,
22403,
4977,
12886,
220,
16,
11,
26983,
8316,
311,
24450,
23455,
627,
16,
13,
578,
502,
99242,
10034,
264,
502,
4156,
25313,
4618,
2955,
449,
264,
27527,
5916,
323,
264,
502,
4156,
59985,
627,
17,
13,
5705,
50,
27103,
1457,
2586,
449,
6160,
6695,
268,
263,
62515,
69085,
2010,
75,
14989,
449,
62182,
4401,
13001,
13,
578,
13414,
9637,
484,
2866,
1051,
1101,
89560,
627,
18,
13,
578,
23529,
1047,
264,
85152,
11,
2288,
13,
578,
5705,
50,
27103,
1457,
10051,
264,
743,
315,
220,
868,
25224,
1403,
99036,
95851,
11,
1418,
279
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
791,
26084,
43927,
79653,
99242,
706,
1027,
264,
8515,
19923,
369,
79653,
37792,
26363,
2533,
279,
2883,
19073,
11887,
433,
304,
1057,
3157,
3116,
1667,
4227,
13,
763,
6664,
220,
679,
17,
7636,
11,
22403,
4977,
12886,
220,
16,
11,
26983,
8316,
311,
24450,
23455,
627,
16,
13,
578,
502,
99242,
10034,
264,
502,
4156,
25313,
4618,
2955,
449,
264,
27527,
5916,
323,
264,
502,
4156,
59985,
627,
17,
13,
5705,
50,
27103,
1457,
2586,
449,
6160,
6695,
268,
263,
62515,
69085,
2010,
75,
14989,
449,
62182,
4401,
13001,
13,
578,
13414,
9637,
484,
2866,
1051,
1101,
89560,
627,
18,
13,
578,
23529,
1047,
264,
85152,
11,
2288,
13,
578,
5705,
50,
27103,
1457,
10051,
264,
743,
315,
220,
868,
25224,
1403,
99036,
95851,
11,
1418,
279,
-100
] |
Nintendo 3DS Gameplay Video Round-Up
by Jared Rosenberg - January 24, 2011, 2:20 pm EST
Total comments: 12
Update 2: Gameplay footage for Steel Diver, Pilotwings Resort, Lego Star Wars III, and more have been added.
This is the destination for all gameplay footage filmed at the NYC 3DS Preview Event. The first video below is a boss fight from The Legend of Zelda: Ocarina of Time 3D.
Watch some submarine action in Steel Diver.
We've got to go back to Wuhu Island. We've got to go baaack!
The Lego Star Wars saga continues.
Cats become even cuter when wearing glasses.
Check out the new 3DS menu system in action.
Gameloft brings its racing franchise to 3DS.
Rampant dinosaur fighting may have helped lead to their extinction.
Reggie experiences technical difficulties before announcing the 3DS price.
The 3DS will have menus in Brazilian Portuguese.
Watch a few laps of Namco's upcoming Ridge Racer 3D.
Watch a quick battle with Ryu and a demonstration of the game's Street Pass mode.
This portable Resident Evil features maps from previous console iterations of the series.
Check out Neal fighting his way through the Kid Icarus demo.
Cutscene and gameplay footage from Dead or Alive Dimensions
Neal plays over 3 minutes of Super Mario Land. The turtles are the bomb (literally).
Because it's impossible to have too much Ocarina of Time footage we have some more inside of the Deku Tree.
Adding color to Citizen Kane is a terrible idea, but adding color to Link's Awakening is awesome.
Behold the AR (Augmented Reality) Games demonstration.
EnnerJanuary 20, 2011
Was Navi always that chatty? I don't remember ever being annoyed by it. Hmm, I should pop in my GCN port of Ocarina of Time some time.
The miracle of flight section of Kid Icarus Uprising moved by so fast! It makes the following on-foot section look a bit bad. It didn't help that it takes so long to move the camera in the on-foot section.
It was amusing to see the touch screen command mashing in Dead or Alive Dimensions. You even got a perfect! I wonder how powerful and important countering will be if the touch screen command is available in all match ups.
Ah, the Super Mario Land footage brings me back. I forgot one hit turns you back to regular Mario even if you are Fire Mario.
Nice job with the video. The trick of recording the headphone sound really helps to combat the negative aspects of capturing footage off the screen. That should be a standard for all off camera footage.
A Straight Up Trippin' Balls Forum UserJanuary 20, 2011
Quote from: Enner
This. I like the voice acting but it seems like TMI during the fight scenes.
OOT looks pretty nice with all the overlays placed on the bottom screen.
pololmejorJanuary 20, 2011
Why is the 3D turned off in every demo?
TJ SpykeJanuary 20, 2011
Because the 3D can only be seen on the 3DS screen. I guess it would be like watching a 3D product without glasses, it would look terrible.
Yeah, but THEY went to the 3DS preview so THEY should be enjoing it
BlackNMild2k1January 20, 2011
Whose to say they didn't. If you wanted to capture video for the purpose of those that aren't there to see what you are doing, it would look best if you turn the 3D off. So that's what they did. It's not like the people that were there filmed every single second of everything they did with the 3DS's while they were there. I'm sure they had plenty of 3D off camera play time to go alongside what they played while on camera.
AdrockJanuary 21, 2011
Pit's voice... gah.... might actually be worse than Navi's.
Quote from: Adrock
But Navi is great!
There are a lot more voice overs in Uprising than I expected and their quality does leave something to be desired. They're corny like a Saturday morning cartoon, but I hope they don't get too grating. I do like the exchanges between Palutena and Pit.
Ryan CannonJanuary 23, 2011
Dang now I want all these games!
Ah, that AR game demo was so cool! It looks like a great showpiece. With those six cards that come with the system, I wonder if we can look forward to some 3DS games to take advantage of them in the future of the system.
BranDonk KongJanuary 24, 2011
The AR demo...holy shit!
NWR_NealNeal Ronaghan, Owner/Reviews EditorJanuary 24, 2011
By the way, we weren't allowed to film it with the 3D on.
Even still, it would look awful on camera.
Combat of Giants: Dinosaurs 3D [3DS]
Dead or Alive Dimensions [3DS]
Kid Icarus: Uprising [3DS]
Lego Star Wars III: The Clone Wars [3DS]
Nintendogs + Cats [3DS]
Pilotwings Resort [3DS]
Resident Evil: The Mercenaries 3D [3DS]
Ridge Racer 3D [3DS]
Steel Diver [3DS]
Super Street Fighter IV 3D Edition [3DS]
The Legend of Zelda: Ocarina of Time 3D [3DS]
Nintendo 3DS [3DS]
Nintendo 3DS Preview Event | {
"redpajama_set_name": "RedPajamaCommonCrawl"
} | 3,662 | [
128000,
87079,
220,
18,
6061,
86998,
8519,
17535,
47197,
198,
1729,
44328,
97707,
482,
6186,
220,
1187,
11,
220,
679,
16,
11,
220,
17,
25,
508,
9012,
26963,
198,
7749,
6170,
25,
220,
717,
198,
4387,
220,
17,
25,
86998,
22609,
369,
12783,
423,
1553,
11,
45599,
86,
826,
34937,
11,
65770,
7834,
15317,
14767,
11,
323,
810,
617,
1027,
3779,
627,
2028,
374,
279,
9284,
369,
682,
27120,
22609,
42508,
520,
279,
34385,
220,
18,
6061,
32341,
3749,
13,
578,
1176,
2835,
3770,
374,
264,
13697,
4465,
505,
578,
28033,
315,
55731,
25,
507,
7063,
2259,
315,
4212,
220,
18,
35,
627,
14581,
1063,
58629,
1957,
304,
12783,
423,
1553,
627,
1687,
3077,
2751,
311,
733,
1203,
311,
468,
12825,
84,
10951,
13,
1226,
3077,
2751,
311
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
87079,
220,
18,
6061,
86998,
8519,
17535,
47197,
198,
1729,
44328,
97707,
482,
6186,
220,
1187,
11,
220,
679,
16,
11,
220,
17,
25,
508,
9012,
26963,
198,
7749,
6170,
25,
220,
717,
198,
4387,
220,
17,
25,
86998,
22609,
369,
12783,
423,
1553,
11,
45599,
86,
826,
34937,
11,
65770,
7834,
15317,
14767,
11,
323,
810,
617,
1027,
3779,
627,
2028,
374,
279,
9284,
369,
682,
27120,
22609,
42508,
520,
279,
34385,
220,
18,
6061,
32341,
3749,
13,
578,
1176,
2835,
3770,
374,
264,
13697,
4465,
505,
578,
28033,
315,
55731,
25,
507,
7063,
2259,
315,
4212,
220,
18,
35,
627,
14581,
1063,
58629,
1957,
304,
12783,
423,
1553,
627,
1687,
3077,
2751,
311,
733,
1203,
311,
468,
12825,
84,
10951,
13,
1226,
3077,
2751,
311,
-100
] |
1) (Brentwood, co. Essex). Sa. on a chev. or, betw. three hawks rising ar. beaked, legged, and belled of the second, five torteaux.
2) (London, and co. Northampton, 1613). Gu. on a mount vert a swan ar. membered and ducally gorged or. Crest—On a chapeau gu. turned up erm. a heron ar. beaked, legged, and ducally gorged or.
3) (cos. Northumberland and York). Gu. a swan, wings expanded ar. Crest—A stork ppr.
4) (co. Rutland; confirmed 1602). Paly of six ar. and gu. on a chief az. three garbs or. Crest—Three Danish battle-axes erect, handles or, headed ar. enfiled with a chaplet of roses gold.
5) (co. Surrey). Ar. on a bend sa. three hinds pass. or.
6) Ar. two lions pass. in pale az.
7) (Fun. Ent. Ulster's Off. Matthew Dale, of Greenwood Hail, parish of Stoke, co. Essex, d. 5 May, 1614, buried in St. Andrew's Church, Dublin). Ar. on a bend sa. three talbots (another, wolves) courant of the field, armed and langued gu. Crest—A naked arm embowed, holding a sword bendways ppr.
8) (Glanvilles-Wotton House, co. Dorset). Az. three buglehorns. Crest—A garb ppr.
9) Ar. three pallets gu.
10) (David Dale, Esq., of Darlington, co. Durham). Az. a swan ar. betw. four bezants saltirewise. Crest—In front of two eagles' heads erased and addorsed ppr. an escutcheon az. charged with a bezant.
11) (Bristowe; Henry Dale of that place, John Dale, citizen of London, and Mathew Dale, a judge in Guildhall, in 1612, sons of Mathew Dale, the son of William Dale, of Bristow. Her. Visit.). Sa. on a chev. or, betw. three cranes rising ar. seven torteaux.
the areas of Renfrewshire, Lanarkshire, and in Ayrshire counties.
Within the United States of America, those who bear the surname of Dale can be found throughout the country. The original bearers of the surname of Dale settled in the states of New York, Massachusetts, Pennsylvania, Ohio, Illinois, Texas, Virginia, Maryland and in the state of Tennessee.
The three main devices (symbols) in the Dale blazon are the hawk, torteaux and swan. The three main tinctures (colors) are azure, gules and sable . | {
"redpajama_set_name": "RedPajamaC4"
} | 6,213 | [
128000,
16,
8,
320,
33,
8135,
6798,
11,
1080,
13,
64158,
570,
16233,
13,
389,
264,
3091,
85,
13,
477,
11,
1297,
86,
13,
2380,
305,
30378,
16448,
802,
13,
387,
7897,
11,
2531,
3640,
11,
323,
1689,
839,
315,
279,
2132,
11,
4330,
16831,
68,
12249,
627,
17,
8,
320,
40672,
11,
323,
1080,
13,
4892,
43101,
11,
220,
10718,
18,
570,
4673,
13,
389,
264,
6606,
5309,
264,
2064,
276,
802,
13,
4562,
291,
323,
294,
1791,
750,
342,
1813,
291,
477,
13,
71541,
2345,
1966,
264,
523,
2070,
2933,
1709,
13,
6656,
709,
77234,
13,
264,
1077,
263,
802,
13,
387,
7897,
11,
2531,
3640,
11,
323,
294,
1791,
750,
342,
1813,
291,
477,
627,
18,
8,
320,
9594,
13,
4892,
69859,
323,
4356,
570
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
16,
8,
320,
33,
8135,
6798,
11,
1080,
13,
64158,
570,
16233,
13,
389,
264,
3091,
85,
13,
477,
11,
1297,
86,
13,
2380,
305,
30378,
16448,
802,
13,
387,
7897,
11,
2531,
3640,
11,
323,
1689,
839,
315,
279,
2132,
11,
4330,
16831,
68,
12249,
627,
17,
8,
320,
40672,
11,
323,
1080,
13,
4892,
43101,
11,
220,
10718,
18,
570,
4673,
13,
389,
264,
6606,
5309,
264,
2064,
276,
802,
13,
4562,
291,
323,
294,
1791,
750,
342,
1813,
291,
477,
13,
71541,
2345,
1966,
264,
523,
2070,
2933,
1709,
13,
6656,
709,
77234,
13,
264,
1077,
263,
802,
13,
387,
7897,
11,
2531,
3640,
11,
323,
294,
1791,
750,
342,
1813,
291,
477,
627,
18,
8,
320,
9594,
13,
4892,
69859,
323,
4356,
570,
-100
] |
DAY 2 - CONFERENCE HIGHLIGHTS
Understanding today's sea level: trends, amplitude, and new approaches
Day 2 Conference Highlights
The second day of the conference was dedicated to presentations on contemporary sea level change, ranging from the role of ocean heat content to satellite missions to drivers in variability of extreme sea levels. The two plenary sessions were accompanied by a morning and afternoon poster session and a town hall on the operational monitoring of sea level using satellites.
Below are highlights from the day's presentations.
Trends in local sea level are responsible for most of the trends in extreme sea level event amplitudes over 1960-2015. (Marta Marcos, University of the Balearic Islands)
Extreme events amplitude show temporal variability at interannual and multidecadal timescales driven mostly by regional sea level related to large-scale climate modes such as the North Atlantic Oscillation.
Phases of ENSO have very distinct differences in the magnitude of wave fields generated by extra-tropical events, and these differences influence water levels at the coast. Storm tracks change and can modify the wave directionality, creating teleconnections in the basins through swell. (Justin Stopa, Laboratoire d'Océanographie Physique et Spatiale)
A multi-model approach has been found to be more appropriate than dynamic or statistical modeling for prediction sea level variability. Research has also found sea level predictions from multiple models are skillful out to at least six months in the tropical Pacific. (Matthew Widlansky,University of Hawaii Sea Level Center)
Integrated ocean measures like sea level and heat content--made possible by modern observing systems (e.g., altimetry, Argo)--are ideal metrics for tracking Earth's energy imbalance. However, improvements to the observing system are needed, such as extending Argo's reach into high latitudes, the deep ocean, and marginal seas. (Karina von Schuckmann, Mercator Ocean)
Good agreement has been achieved between recent observation- and model-based estimates of global and regional sea level rise over the 20th century. (Benoit Meyssignac, LEGOS)
The ocean's dynamic response to forcing by winds and natural variability is a key driver of interannual-to-multidecadal variability in sea level over the western North Pacific and coastal Japan. (Yoshi Sasaki, Hokkaido University)
The use of high-resolution coupled climate models is essential for accurately simulating coherent sea level variations along the US East Coast. (Diane Palko, University of Miami)
Western boundary sea level is influenced by the open ocean, but this influence is critically mediated by topography and friction. Boundary trapped waves are capable of transmitting information rapidly and efficiently around ocean basins. (Chris W. Hughes, University of Liverpool/National Oceanography Centre)
A town hall, Operational monitoring of global and regional sea level by satellite altimetry, featured speakers from US and international agencies that manage and operate satellites, including the National Oceanic and Atmospheric Administration (NOAA), National Aeronautic and Space Administration Jet Propulsion Laboratory (NASA/JPL), European Space Agency (ESA), European Organisation for the Exploitation of Meteorological Satellites (EUMETSAT), and the Centre Nationale d'Études Spatiales (CNES). Participants heard updates on current and next generation missions, data products and processing, partnerships, and calibration/validation challenges.
Follow along at #SeaLevel2017 and stay tuned for more conference daily highlights. | {
"redpajama_set_name": "RedPajamaCommonCrawl"
} | 8,199 | [
128000,
34212,
220,
17,
482,
46289,
19324,
473,
91131,
50,
198,
71251,
3432,
596,
9581,
2237,
25,
18845,
11,
45209,
11,
323,
502,
20414,
198,
10369,
220,
17,
15217,
53300,
198,
791,
2132,
1938,
315,
279,
10017,
574,
12514,
311,
38480,
389,
19225,
9581,
2237,
2349,
11,
24950,
505,
279,
3560,
315,
18435,
8798,
2262,
311,
24088,
25664,
311,
12050,
304,
54709,
315,
14560,
9581,
5990,
13,
578,
1403,
628,
47228,
16079,
1051,
24895,
555,
264,
6693,
323,
13658,
23163,
3882,
323,
264,
6424,
14321,
389,
279,
25605,
16967,
315,
9581,
2237,
1701,
47710,
627,
39314,
527,
22020,
505,
279,
1938,
596,
38480,
627,
51,
79717,
304,
2254,
9581,
2237,
527,
8647,
369,
1455,
315,
279,
18845,
304,
14560,
9581,
2237,
1567,
1097,
2344,
29246,
927,
220,
5162
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
34212,
220,
17,
482,
46289,
19324,
473,
91131,
50,
198,
71251,
3432,
596,
9581,
2237,
25,
18845,
11,
45209,
11,
323,
502,
20414,
198,
10369,
220,
17,
15217,
53300,
198,
791,
2132,
1938,
315,
279,
10017,
574,
12514,
311,
38480,
389,
19225,
9581,
2237,
2349,
11,
24950,
505,
279,
3560,
315,
18435,
8798,
2262,
311,
24088,
25664,
311,
12050,
304,
54709,
315,
14560,
9581,
5990,
13,
578,
1403,
628,
47228,
16079,
1051,
24895,
555,
264,
6693,
323,
13658,
23163,
3882,
323,
264,
6424,
14321,
389,
279,
25605,
16967,
315,
9581,
2237,
1701,
47710,
627,
39314,
527,
22020,
505,
279,
1938,
596,
38480,
627,
51,
79717,
304,
2254,
9581,
2237,
527,
8647,
369,
1455,
315,
279,
18845,
304,
14560,
9581,
2237,
1567,
1097,
2344,
29246,
927,
220,
5162,
-100
] |
What you get with Cyborg-Advisors myMoneyGuide® and MoneyGuidePro®?
Retirement is when you stop working. FUNtirement is when you start having more fun. Our Cyborg-Advisors myMoneyGuide® and MoneyGuidePro® makes it easy to create a FUNtirement Plan℠ that helps you have more fun and satisfaction from your money after you stop work.
Plan for retirement, college and more. Then connect to your financial accounts (401(k)'s, IRA's, mortgage, savings & checking, car insurance, etc., and find out if you're on track to meet your goals. Complete the easy to use interactive online planning lab to to create a picture of your financial future. Work at your own pace, on your own time and if you need help getting through the process help is just a click away from one of our qualified professionals. Our professionals have on average 20+ years of experience and industry leading credentials.
Meet virtually in high-definition video calls. Use your favorite devices, wherever and wherever, for personalized and professional communications with a planning consultant who is a qualified professional that holds one or more certifications including but not limited to; Certified Financial Planners™ (CFP®), Retirement Income Specialist™ (RIS™), Certified Income Specialist™(CIS™), Certified Fund Specialist™ (CFS™), Chartered Life Underwriter (CLU®) and Chartered Financial Consultant (ChFC®) who are able to address every stage of your life. In this no – commitment meeting, you'll fine tune your plan, get recommendation for a diversified portfolio, and come away with an Action Plan to get you on track toward your goals.
your plan "In the Now™" with our secured account aggregation anytime instead of waiting on an outdated backward looking monthly or quarterly statement. You will also have access to a planning specialist whenever you want or need. | {
"redpajama_set_name": "RedPajamaC4"
} | 7,966 | [
128000,
3923,
499,
636,
449,
18221,
25188,
12,
2654,
2749,
1105,
856,
25821,
42110,
12175,
323,
18099,
42110,
1360,
12175,
5380,
12289,
47668,
374,
994,
499,
3009,
3318,
13,
36549,
83,
47668,
374,
994,
499,
1212,
3515,
810,
2523,
13,
5751,
18221,
25188,
12,
2654,
2749,
1105,
856,
25821,
42110,
12175,
323,
18099,
42110,
1360,
12175,
3727,
433,
4228,
311,
1893,
264,
36549,
83,
47668,
9878,
15284,
254,
430,
8779,
499,
617,
810,
2523,
323,
24617,
505,
701,
3300,
1306,
499,
3009,
990,
627,
21119,
369,
21624,
11,
7926,
323,
810,
13,
5112,
4667,
311,
701,
6020,
9815,
320,
10841,
6097,
22367,
82,
11,
59783,
596,
11,
21515,
11,
19523,
612,
13598,
11,
1841,
8276,
11,
5099,
2637,
323,
1505,
704,
422,
499,
2351,
389,
3839,
311,
3449
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
3923,
499,
636,
449,
18221,
25188,
12,
2654,
2749,
1105,
856,
25821,
42110,
12175,
323,
18099,
42110,
1360,
12175,
5380,
12289,
47668,
374,
994,
499,
3009,
3318,
13,
36549,
83,
47668,
374,
994,
499,
1212,
3515,
810,
2523,
13,
5751,
18221,
25188,
12,
2654,
2749,
1105,
856,
25821,
42110,
12175,
323,
18099,
42110,
1360,
12175,
3727,
433,
4228,
311,
1893,
264,
36549,
83,
47668,
9878,
15284,
254,
430,
8779,
499,
617,
810,
2523,
323,
24617,
505,
701,
3300,
1306,
499,
3009,
990,
627,
21119,
369,
21624,
11,
7926,
323,
810,
13,
5112,
4667,
311,
701,
6020,
9815,
320,
10841,
6097,
22367,
82,
11,
59783,
596,
11,
21515,
11,
19523,
612,
13598,
11,
1841,
8276,
11,
5099,
2637,
323,
1505,
704,
422,
499,
2351,
389,
3839,
311,
3449,
-100
] |
Home » Articles » Employers access to your record: What are your rights?
Employers access to your record: What are your rights?
Having a criminal conviction can present many challenges for individuals (e.g., employment, volunteering, schooling), as there exists a substantial amount of stigma associated to having a record. For the 4.2 million Canadians that have a criminal record, one of the most challenging feats can be in relation to finding employment.
It has increasingly become common practice for employers to ask applicants whether or not they have one or more criminal convictions that have not been pardoned (or suspended) by the government. Consequently, many applicants have been swayed or required to disclose their criminal history to their potential employers when seeking out a job prospect.
This placed further barriers and stress on individuals with a criminal past, when seeking employment, promotions, or new job opportunities.
In these situations, it is essential for individuals to be aware of the legislations in place which protects their human and privacy rights.
It is legal in Canada, under the Canadian Criminal Code, for employers to ask applicants whether they have committed a crime that they have not been pardoned for. Employers may also legally obtain a background check from applicants and inquire whether or not the individual has a criminal record.
However, since 1985, once an individuals receives a pardon or record suspension, they are no longer required to disclose their criminal history to their future or current employers.
Employers must also, always, acquire written consent from applicants and employees prior to attaining a background check. No employer may complete a background check without consent.
It is important to note, that employers must establish that there is a valid reason to obtain a criminal background check that is in relation to the position in question.
Many provinces and Canadian jurisdictions do not allow employers to refuse an applicant with a criminal conviction, unless they can prove that the conviction would negatively impact how the individual could perform their job.
It is also illegal for companies to single out one particular candidate and requiring them to solely obtain a background check.
When employers do obtain a criminal background check from applicants there is specific information that is made available and can be accessed.
First, there are two types of criminal record checks. The first is a vulnerable sector screening and the second is a criminal background check.
The vulnerable sector screening identifies whether or not an individual has a criminal record, and whether an individual has received a record suspension or pardon for any sexual related offences. This type of screening process is generally used for individuals applying to volunteer or employment positions where they are responsible for children, seniors, or other vulnerable persons.
In comparison, the criminal record check process only verifies whether an individual has a criminal record or not. With this check, employers will only be able to see whether or not the individuals' record is "clear" or "not clear". The police background check does not give detailed information on the offences or any history if the record is "not clear".
However, the "not clear" outcome does not always indicate that the applicant has a record. Absolute, withdrawn, or stayed charges that have not been removed from an individual's criminal record may indicate that a record is "not clear".
In certain cases, individuals who have the same last name and date of birth may receive a "not clear" result on their background check if one of the individuals has a record. This is a result of the fact that background checks only use a name and date of birth, and not the full fingerprints, which is the unique identifying marker for every individual.
Consequently, this "not clear" outcome may force applicants to disclose their history, both criminal and not, and any contact with the police in hopes to potentially obtain employment. | {
"redpajama_set_name": "RedPajamaC4"
} | 5,931 | [
128000,
7778,
8345,
29461,
8345,
21445,
388,
2680,
311,
701,
3335,
25,
3639,
527,
701,
3268,
5380,
37132,
388,
2680,
311,
701,
3335,
25,
3639,
527,
701,
3268,
5380,
29132,
264,
9337,
29191,
649,
3118,
1690,
11774,
369,
7931,
320,
68,
1326,
2637,
14740,
11,
70438,
11,
68721,
705,
439,
1070,
6866,
264,
12190,
3392,
315,
60381,
5938,
311,
3515,
264,
3335,
13,
1789,
279,
220,
19,
13,
17,
3610,
36262,
430,
617,
264,
9337,
3335,
11,
832,
315,
279,
1455,
17436,
64401,
649,
387,
304,
12976,
311,
9455,
14740,
627,
2181,
706,
15098,
3719,
4279,
6725,
369,
23234,
311,
2610,
32177,
3508,
477,
539,
814,
617,
832,
477,
810,
9337,
48015,
430,
617,
539,
1027,
91047,
20262,
320,
269,
22340,
8,
555,
279,
3109,
13,
53123,
11
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
7778,
8345,
29461,
8345,
21445,
388,
2680,
311,
701,
3335,
25,
3639,
527,
701,
3268,
5380,
37132,
388,
2680,
311,
701,
3335,
25,
3639,
527,
701,
3268,
5380,
29132,
264,
9337,
29191,
649,
3118,
1690,
11774,
369,
7931,
320,
68,
1326,
2637,
14740,
11,
70438,
11,
68721,
705,
439,
1070,
6866,
264,
12190,
3392,
315,
60381,
5938,
311,
3515,
264,
3335,
13,
1789,
279,
220,
19,
13,
17,
3610,
36262,
430,
617,
264,
9337,
3335,
11,
832,
315,
279,
1455,
17436,
64401,
649,
387,
304,
12976,
311,
9455,
14740,
627,
2181,
706,
15098,
3719,
4279,
6725,
369,
23234,
311,
2610,
32177,
3508,
477,
539,
814,
617,
832,
477,
810,
9337,
48015,
430,
617,
539,
1027,
91047,
20262,
320,
269,
22340,
8,
555,
279,
3109,
13,
53123,
11,
-100
] |
You've just made a new connection over coffee, or walked out of a networking event with a pocketful of business cards. What next?
1. Quickly make notes about each conversation so you don't forget the details. Create a contact for each person you met and use the notes section to record when and where you met, what you talked about, what connection points you uncovered and how you might be able to help each other.
2. Send a follow-up note.
- Remind them where you met, reference the content of your conversation, and follow up on any promises you made.
- If you said you'd be sure to send them the name of the great book that changed your life, send it! Take action on any promises made in the course of the discussion.
- If there's someone you can introduce them to that will help them grow their network, make an introduction.
- Don't be afraid to ask to tap into their network. If you have a specific need that they can help you with, mention it.
- Suggest another meeting if you would like to continue to develop the relationship in an active way.
3. Connect on LinkedIn. Be sure to include a personal note reminding them of who you are and why you should stay connected. | {
"redpajama_set_name": "RedPajamaC4"
} | 1,578 | [
128000,
2675,
3077,
1120,
1903,
264,
502,
3717,
927,
11033,
11,
477,
15203,
704,
315,
264,
29130,
1567,
449,
264,
18301,
1285,
315,
2626,
7563,
13,
3639,
1828,
5380,
16,
13,
97917,
1304,
8554,
922,
1855,
10652,
779,
499,
1541,
956,
10894,
279,
3649,
13,
4324,
264,
3729,
369,
1855,
1732,
499,
2322,
323,
1005,
279,
8554,
3857,
311,
3335,
994,
323,
1405,
499,
2322,
11,
1148,
499,
15243,
922,
11,
1148,
3717,
3585,
499,
43522,
323,
1268,
499,
2643,
387,
3025,
311,
1520,
1855,
1023,
627,
17,
13,
11244,
264,
1833,
5352,
5296,
627,
12,
5031,
485,
1124,
1405,
499,
2322,
11,
5905,
279,
2262,
315,
701,
10652,
11,
323,
1833,
709,
389,
904,
21300,
499,
1903,
627,
12,
1442,
499,
1071,
499,
4265,
387,
2771,
311
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
2675,
3077,
1120,
1903,
264,
502,
3717,
927,
11033,
11,
477,
15203,
704,
315,
264,
29130,
1567,
449,
264,
18301,
1285,
315,
2626,
7563,
13,
3639,
1828,
5380,
16,
13,
97917,
1304,
8554,
922,
1855,
10652,
779,
499,
1541,
956,
10894,
279,
3649,
13,
4324,
264,
3729,
369,
1855,
1732,
499,
2322,
323,
1005,
279,
8554,
3857,
311,
3335,
994,
323,
1405,
499,
2322,
11,
1148,
499,
15243,
922,
11,
1148,
3717,
3585,
499,
43522,
323,
1268,
499,
2643,
387,
3025,
311,
1520,
1855,
1023,
627,
17,
13,
11244,
264,
1833,
5352,
5296,
627,
12,
5031,
485,
1124,
1405,
499,
2322,
11,
5905,
279,
2262,
315,
701,
10652,
11,
323,
1833,
709,
389,
904,
21300,
499,
1903,
627,
12,
1442,
499,
1071,
499,
4265,
387,
2771,
311,
-100
] |
Q: Probit two-stage least squares (2SLS) I was told that it's possible to run a two-stage IV regression where the first stage is a probit and the second stage is an OLS. Is it possible to use 2SLS if the first stage is a probit but the second stage is a probit/poisson model?
A: I wanted to add an answer here because there seems to be A LOT of confusion about the forbidden regression. In my opinion the OP falls in this regression, only when he wished for the second stage to be a probit/poisson model. I base my answer on comments from Wooldridge himself on Statalist, and Wooldridge (2010) Econometric Analysis of Cross Section and Panel Data.
I went through some of Wooldridge's own comments on Statalist (and his books) and in contrast to what Andy comments (please don't shoot me), it seems that the forbidden regression, is using fitted values of a first stage into a non-linear second stage. I base this on two threads:
Here Wooldridge explains that another poster falls in the forbidden regression trap: https://www.statalist.org/forums/forum/general-stata-discussion/general/1308457-endogeneity-issue-negative-binomial. I quote him: "You cannot, in most cases, simply insert fitted values for the EEV into a nonlinear function."
In this post Wooldridge even suggest using an ordinal probit in the first stage (and use the fitted probabilities in the second stage), which therefore apparently does not pose any issue: https://www.statalist.org/forums/forum/general-stata-discussion/general/1381281-iv-estimation-for-ordinal-variable?_=1617356656297.
Please also note that in my opinion Wooldridge (2010) mentions that you can still use 2SLS in this case, but not mimic it by using fitted values! See chapter 9.5.2 titled "Estimation".
A:
if you want a more detailed (but also more technical) proof, you can have a look at the notes by Jean-Louis Arcand on p. 47 to 52.
This does not seem to be the case. The Arcand discussion is not about the functional form; instead, it is about the inclusion of different covariate sets in the first-stage versus the second-stage models.
"In words, the correct 2SLS procedure entails including all of the exogenous covariates that appear in the structural equation in the first-stage reduced form. The forbidden regression involves leaving some or all of them out."
Going back to the original question, I would recommend using an OLS for the first stage, and the probit for the second. While this may be technically biased, it is likely (assuming you have a good instrument) to be less biased than the non-IV approach.
A: What was proposed to you is sometimes referred to as a forbidden regression and in general you will not consistently estimate the relationship of interest. Forbidden regressions produce consistent estimates only under very restrictive assumptions which rarely hold in practice (see for instance Wooldridge (2010) "Econometric Analysis of Cross Section an Panel Data", p. 265-268).
The problem is that neither the conditional expectations operator nor the linear projection carry through nonlinear functions. For this reason only an OLS regression in the first stage is guaranteed to produce fitted values that are uncorrelated with the residuals. A proof for this can be found in Greene (2008) "Econometric Analysis" or, if you want a more detailed (but also more technical) proof, you can have a look at the notes by Jean-Louis Arcand on p. 47 to 52.
For the same reason as in the forbidden regression this seemingly obvious two-step procedure of mimicking 2SLS with probit will not produce consistent estimates. This is again because expectations and linear projections do not carry over through nonlinear functions. Wooldridge (2010) in section 15.7.3 on page 594 provides a detailed explanation for this. He also explains the proper procedure of estimating probit models with a binary endogenous variable. The correct approach is to use maximum likelihood but doing this by hand is not exactly trivial. Therefore it is preferable if you have access to some statistical software which has a ready-canned package for this. For example, the Stata command would be ivprobit (see the Stata manual for this command which also explains the maximum likelihood approach).
If you require references for the theory behind probit with instrumental variables see for instance:
*
*Newey, W. (1987) "Efficient estimation of limited dependent variable models with endogenous explanatory variables", Journal of Econometrics, Vol. 36, pp. 231-250
*Rivers, D. and Vuong, Q.H. (1988) "Limited information estimators and exogeneity tests for simultaneous probit models", Journal of Econometrics, Vol. 39, pp. 347-366
Finally, combining different estimation methods in the first and second stages is difficult unless there exists a theoretical foundation which justifies their use. This is not to say that it is not feasible though. For instance, Adams et al. (2009) use a three-step procedure where they have a probit "first stage" and an OLS second stage without falling for the forbidden regression problem. Their general approach is:
*
*use probit to regress the endogenous variable on the instrument(s) and control variables
*use the predicted values from the previous step in an OLS first stage together with the control (but without the instrumental) variables
*do the second stage as usual
A similar procedure was employed by a user on the Statalist who wanted to use a Tobit first-stage and a Poisson second stage (see here). The same fix should be feasible for your estimation problem.
| {
"redpajama_set_name": "RedPajamaStackExchange"
} | 4,087 | [
128000,
48,
25,
1322,
4590,
1403,
51256,
3325,
32440,
320,
17,
50,
7416,
8,
358,
574,
3309,
430,
433,
596,
3284,
311,
1629,
264,
1403,
51256,
17244,
31649,
1405,
279,
1176,
6566,
374,
264,
3650,
275,
323,
279,
2132,
6566,
374,
459,
507,
7416,
13,
2209,
433,
3284,
311,
1005,
220,
17,
50,
7416,
422,
279,
1176,
6566,
374,
264,
3650,
275,
719,
279,
2132,
6566,
374,
264,
3650,
275,
4420,
30148,
942,
1646,
1980,
32,
25,
358,
4934,
311,
923,
459,
4320,
1618,
1606,
1070,
5084,
311,
387,
362,
54460,
315,
22047,
922,
279,
37913,
31649,
13,
763,
856,
9647,
279,
13435,
17503,
304,
420,
31649,
11,
1193,
994,
568,
37287,
369,
279,
2132,
6566,
311,
387,
264,
3650,
275,
4420,
30148,
942,
1646,
13,
358,
2385
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
48,
25,
1322,
4590,
1403,
51256,
3325,
32440,
320,
17,
50,
7416,
8,
358,
574,
3309,
430,
433,
596,
3284,
311,
1629,
264,
1403,
51256,
17244,
31649,
1405,
279,
1176,
6566,
374,
264,
3650,
275,
323,
279,
2132,
6566,
374,
459,
507,
7416,
13,
2209,
433,
3284,
311,
1005,
220,
17,
50,
7416,
422,
279,
1176,
6566,
374,
264,
3650,
275,
719,
279,
2132,
6566,
374,
264,
3650,
275,
4420,
30148,
942,
1646,
1980,
32,
25,
358,
4934,
311,
923,
459,
4320,
1618,
1606,
1070,
5084,
311,
387,
362,
54460,
315,
22047,
922,
279,
37913,
31649,
13,
763,
856,
9647,
279,
13435,
17503,
304,
420,
31649,
11,
1193,
994,
568,
37287,
369,
279,
2132,
6566,
311,
387,
264,
3650,
275,
4420,
30148,
942,
1646,
13,
358,
2385,
-100
] |
Aluminum powders are widely used as a metal additive in various high-energy propellants because of its high combustion enthalpy. In order to understand the combustion mechanism of high-energy propellants, the ignition and combustion characteristics of aluminum powder are two of the important factors. It has been concerned to increase fuel heat value to improve engine thrust performance by adding metal powder and other energetic materials to hydrocarbon fuels. Aluminum powder can also release a large amount of heat through secondary combustion with hydrocarbon fuel combustion products H2O and CO2. Aluminum powder produces more stable Al2O3 by secondary combustion, which also plays a catalytic recombination role for the decomposition of hydrocarbon fuel combustion products. When aluminum powders are added to hydrocarbon fuels, the ignition and combustion properties of the mixtures are closely related to aluminum particle size, ambient temperature and pressure. At present, nano-aluminum powders have been widely applied. As the particle size of aluminum powder decreases from micron to nanometer, the combustion control process of aluminum powder will exhibit a transition from diffusion limit to reaction kinetic limit. Therefore, the study of ignition delay and burn time of aluminum powders with various particle sizes is of great significance to the establishment of combustion mechanism in engine combustor and the design and optimization of combustor, it also provides important basic data for establishing and validating the aluminum powder ignition and combustion chemical kinetic mechanisms. At the same time, the present study will provide a basis for exploring the new approach to increase engine thrust in a scramjet. The ignition delay and burn time of aluminum powders with various particle sizes under various oxidant environments (O2, H2O, and CO2) and the combustion interaction between aluminum powder and hydrocarbon fuel were studied in this dissertation. The dependence of the ignition delay and burn time of aluminum powders with the environmental temperature, pressure, type and concentration of oxidant, as well as aluminum particle size was systematically obtained in shock tube experiments. The special attention was paid to the dependence of ignition delay and burn time of aluminum powders with various factors in the transition regime from the diffusion limit to kinetic limit in combustion. Furthermore, aluminum powders with various particle sizes were added into two typical fuels H2 and C2H4 to investigate the combustion interaction between aluminumpowder and fuel. Based on the shock tube experiments, the existing chemical kinetic mechanisms of aluminum powder were applied to kinetically simulate the burn time of aluminum powders.The main conclusions are as follow: 1) The relations of the ignition delay time and burn time of aluminum powders with particle size (50 nm, 200 nm, 1 μm, 10 μm, 20 μm, 50 μm) were obtained at the temperatures from 2320 to 2470 K and the pressure of 8atm as follow: τ_ign=236.2D^0.45 (μs) τ_burn=1096.6D^0.23 (μs) D is the aluminum powder size in μm 2) The relations of the ignition delay time and burn time of 200 nm aluminum powders with temperature, pressure and oxidant concentration were obtained at the temperatures from 1400 to 3200 K, the pressures from 2 to 13 atm, and oxidant concentrations from 20% to 80% as follow: τ_ign=10.6[〖X_(O_2 )]〗^(-0.93) P^(-0.95) exp(26710/RT) τ_ign=16.7[〖X_(〖CO〗_2 )]〗^(-0.6) P^(-0.7) exp(32158/RT) τ_ign=94.1[〖X_(H_2 O)]〗^(-0.99) P^(-0.41) exp(56528/RT) τ_burn=12.3[〖X_(O_2 )]〗^(-0.43) P^(-0.54) exp(21550/RT) τ_burn=42.8[〖X_(〖CO〗_2 )]〗^(-0.71) P^(-0.44) exp(36981/RT) τ_burn=73.1[〖X_(H_2 O)]〗^(-0.69) P^(-0.28) exp(39666/RT) where the ignition delay time τign and the burn time τburn are in μs, T is the temperature in Kelvin, XO2、XCO2、XH2O are the mole fraction of O2、CO2、H2O in Ar, and P is the pressure in MPa, R is gas constant in J•mol-1•K-1. 3)The relations of the ignition delay and burn time of 10 μm aluminum powders with temperature, pressure and oxidant concentration were obtained at the temperatures from 2100 to 3000 K, the pressure from 2 to 13 atm, and the oxidant concentrations from 20% to 80% as follow: τ_ign=789.5/(P^0.32 T^0.31 (X_(O_2 )+0.64X_H2O+0.51X_CO2 ) ) τ_burn=1572.3/(P^0.34 T^0.29 (X_(O_2 )+0.67X_H2O+0.47X_CO2 ) ) where the ignition delay time τign and the burn time τburn are in μs, T is the temperature in Kelvin, XO2、XCO2、XH2O are the mole fraction of O2、CO2、H2O in Ar, and P is the pressure in MPa. 4) The ignition and combustion of 200 nm aluminum powders in the O2, CO2 and H2O are kinetically controlled. The ignition and combustion of 10μm aluminum powders in the O2 are kinetically controlled. The ignition and combustion of 10 μm aluminum powders in the CO2 and H2O gradually transit from kinetically controlled to diffusion-controlled. 5) The kinetic simulation results of burn times of 200 nm aluminum powders show a good consistency with the experimental results on the change trend with temperature, pressure and oxidant concentration, but there are some numerical differences between the simulation and the experimental results. 6) 1μm aluminum powders can ignite in H2 with 70% dilution at 1276 K and 1.3atm. 10μm aluminum powders can ignite in C2H4 with 88% dilution at 1277 K and 1.2 atm. As the particle size decreases, the aluminum powders can ignite more easily in hydrogen and ethylene with the higher dilution. The aluminum powders ignition and H2 or C2H4 ignition take place simultaneously under present experimental conditions. The ignition of aluminum powder delayed to H2 or C2H4 was not observed. The addition of aluminum powders can shorten the ignition delay of hydrogen and ethylene.
GB/T 7714 熊壮. 铝粉点火延时及燃烧时间的激波管实验与动力学模拟[D]. 北京. 中国科学院大学,2018. | {
"redpajama_set_name": "RedPajamaC4"
} | 4,091 | [
128000,
2149,
19344,
7019,
12601,
527,
13882,
1511,
439,
264,
9501,
64338,
304,
5370,
1579,
65487,
2047,
616,
1821,
1606,
315,
1202,
1579,
59333,
1218,
12130,
3368,
13,
763,
2015,
311,
3619,
279,
59333,
17383,
315,
1579,
65487,
2047,
616,
1821,
11,
279,
60692,
323,
59333,
17910,
315,
25674,
17138,
527,
1403,
315,
279,
3062,
9547,
13,
1102,
706,
1027,
11920,
311,
5376,
10633,
8798,
907,
311,
7417,
4817,
30985,
5178,
555,
7999,
9501,
17138,
323,
1023,
45955,
7384,
311,
17055,
74441,
40373,
13,
46953,
17138,
649,
1101,
4984,
264,
3544,
3392,
315,
8798,
1555,
14580,
59333,
449,
17055,
74441,
10633,
59333,
3956,
473,
17,
46,
323,
7432,
17,
13,
46953,
17138,
19159,
810,
15528,
1708,
17,
46,
18,
555,
14580,
59333,
11,
902,
1101,
11335,
264,
34454
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
2149,
19344,
7019,
12601,
527,
13882,
1511,
439,
264,
9501,
64338,
304,
5370,
1579,
65487,
2047,
616,
1821,
1606,
315,
1202,
1579,
59333,
1218,
12130,
3368,
13,
763,
2015,
311,
3619,
279,
59333,
17383,
315,
1579,
65487,
2047,
616,
1821,
11,
279,
60692,
323,
59333,
17910,
315,
25674,
17138,
527,
1403,
315,
279,
3062,
9547,
13,
1102,
706,
1027,
11920,
311,
5376,
10633,
8798,
907,
311,
7417,
4817,
30985,
5178,
555,
7999,
9501,
17138,
323,
1023,
45955,
7384,
311,
17055,
74441,
40373,
13,
46953,
17138,
649,
1101,
4984,
264,
3544,
3392,
315,
8798,
1555,
14580,
59333,
449,
17055,
74441,
10633,
59333,
3956,
473,
17,
46,
323,
7432,
17,
13,
46953,
17138,
19159,
810,
15528,
1708,
17,
46,
18,
555,
14580,
59333,
11,
902,
1101,
11335,
264,
34454,
-100
] |
Los Angeles Sports Men
Sean McVay
March 1, 2018 August 3, 2018 admin 0 Comments Football Coach, Sports Man
Sean McVay (born January 24, 1986) is an American football coach who is the head coach of the Los Angeles Rams of the National Football League (NFL). Upon his hiring in 2017 at the age of 30, he became the youngest head coach in modern NFL history. McVay was the offensive coordinator of the Washington Redskins from 2014 to 2016.
McVay was born in Dayton, Ohio, the son of Tim and Cindy McVay. Sean's father, Tim, played football as a defensive back at Indiana University. His family lived in Dayton until Sean was six years old. His grandfather, John McVay, is a former San Francisco 49ers general manager, who was involved in constructing the five Super Bowl winning seasons for the team.
McVay graduated from Marist School in Brookhaven, Georgia in 2004. He was a four-year starter at Marist as a quarterback and defensive back for the War Eagles high school football team. He was the first player in school history to amass 1,000 yards rushing and passing in consecutive seasons. He totaled 2,600 yards rushing and 40 rushing touchdowns during his career and also passed for 2,500 yards and 18 touchdowns, leading the War Eagles to a 26–3 record, including a 14–1 record and state championship his senior year, when he was also named the Georgia 4A Offensive Player of the Year. McVay attended Miami University in Oxford, Ohio, where he played college football as a wide receiver from 2004–2007, earning Miami's Scholar-Athlete Award in 2007. He recorded 39 receptions for 312 yards for the RedHawks in his college career. He graduated from Miami in 2008. McVay began his coaching career as an assistant wide receivers coach with the Tampa Bay Buccaneers in 2008 under head coach Jon Gruden. The following year, he was the wide receivers/quality control coach for the Florida Tuskers of the United Football League (UFL).In 2010, McVay was hired as the assistant tight ends coach for the Washington Redskins under head coach Mike Shanahan. In 2011, he was promoted to tight ends coach, a position he held through the 2013 season. On January 14, 2014, McVay was promoted to offensive coordinator by new Redskins head coach, Jay Gruden. In his first year as offensive coordinator, he turned the team's offense into the 12th-ranked pass offense in the National Football League (NFL)—averaging 268.4 passing yards per game with third-year quarterback, Kirk Cousins—the 17th-ranked rush offense, with 97.9 rushing yards per game, and the 10th ranked total offense in the NFL, a year after the team's offense finished ranked 25th in total offense, averaging 24.3 points per game and 353.8 total yards per game. In 2016, the offense ranked as the third best pass offense in the NFL with 309.3 passing yards per game, improved to the 20th ranked rush offense after being 25th the year prior (averaging 106.0 rushing yards per game), and finished 12th overall in total offense, averaging 24.8 points per game and 385.6 total yards per game. On January 12, 2017, McVay was hired to become the 28th head coach of the Los Angeles Rams at the age of 30 years, 354 days. The Rams had made him the youngest head coach in modern NFL history, surpassing Lane Kiffin, who was 31 years, 259 days when hired by the Oakland Raiders in 2007.
On September 10, 2017, McVay made his regular season head coaching debut against the Indianapolis Colts, and led the Rams to an impressive blowout 46–9 victory in a home game at the Los Angeles Memorial Coliseum. Despite a 27-20 loss to McVay's former team, the Washington Redskins nonetheless, the Rams pulled off a close 41–39 victory over the San Francisco 49ers and turned a 16–24 deficit into a 35–30 upset victory over the Dallas Cowboys, but the Rams eventually recorded another loss to division rival Seattle Seahawks at home. Regardless, in just five games, the Rams offense scored a total of 142 (later 151) points a league leader and a franchise high.The Rams went on to beat the Jacksonville Jaguars on the road and the Arizona Cardinals in an NFL International Series game for the team's first shutout win since 2014, as well as raising their record to 5–2 for the first time since 2004 (the last time the team made the playoffs) and a first-place lead in the NFC West.
McVay coached the Rams to a blowout against the New York Giants in their highest-scoring game, a 51–17 victory, which raised the Rams' record to 6–2. The Rams would score another win at home against the Houston Texans with a 33–7 score in the second half to raise the record for the Rams to 7–2 for their best record of the season since 2001. In Week 12, the Rams scored yet another win at home against the New Orleans Saints 26-20 to raise their record to 8–3. In Week 13, on the road, the Rams faced divisional rival Arizona Cardinals and won 32–16 for their first winning season since 2003.
The next weeks: Week 14, Week 15, and Week 16, McVay had two victories over the Seattle Seahawks in a 42–7 blowout game and the Tennessee Titans in a close 27–23 win although he still lost to the Philadelphia Eagles 43–35. McVay's first season with the Rams has seen them dramatically improve their record from the 2016 season and the team's first winning season since 2003 and its first playoff berth since 2004.
In the process, the Rams became the first team to have the top scoring offense in the league a year after finishing with the lowest the previous year. On January 19, 2018, McVay, was named Coach of the Year by the Pro Football Writers of America.
McVay resides in Los Angeles with his girlfriend, Veronika Khomyn. Chris Shula, the Rams assistant linebackers coach, is also his housemate. McVay's grandfather, John, was also an NFL head coach. He coached the New York Giants from 1976 to 1978.
← Mayah Dyson
Ben Ghertner → | {
"redpajama_set_name": "RedPajamaCommonCrawl"
} | 1,254 | [
128000,
30696,
12167,
13482,
11258,
198,
60916,
4584,
53,
352,
198,
28623,
220,
16,
11,
220,
679,
23,
6287,
220,
18,
11,
220,
679,
23,
4074,
220,
15,
18149,
21424,
28275,
11,
13482,
2418,
198,
60916,
4584,
53,
352,
320,
16381,
6186,
220,
1187,
11,
220,
3753,
21,
8,
374,
459,
3778,
9141,
7395,
889,
374,
279,
2010,
7395,
315,
279,
9853,
12167,
38603,
315,
279,
5165,
21424,
9130,
320,
88201,
570,
30538,
813,
24009,
304,
220,
679,
22,
520,
279,
4325,
315,
220,
966,
11,
568,
6244,
279,
39637,
2010,
7395,
304,
6617,
12873,
3925,
13,
4584,
53,
352,
574,
279,
15538,
31384,
315,
279,
6652,
60378,
505,
220,
679,
19,
311,
220,
679,
21,
627,
26353,
53,
352,
574,
9405,
304,
49273,
11,
14689,
11,
279
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
30696,
12167,
13482,
11258,
198,
60916,
4584,
53,
352,
198,
28623,
220,
16,
11,
220,
679,
23,
6287,
220,
18,
11,
220,
679,
23,
4074,
220,
15,
18149,
21424,
28275,
11,
13482,
2418,
198,
60916,
4584,
53,
352,
320,
16381,
6186,
220,
1187,
11,
220,
3753,
21,
8,
374,
459,
3778,
9141,
7395,
889,
374,
279,
2010,
7395,
315,
279,
9853,
12167,
38603,
315,
279,
5165,
21424,
9130,
320,
88201,
570,
30538,
813,
24009,
304,
220,
679,
22,
520,
279,
4325,
315,
220,
966,
11,
568,
6244,
279,
39637,
2010,
7395,
304,
6617,
12873,
3925,
13,
4584,
53,
352,
574,
279,
15538,
31384,
315,
279,
6652,
60378,
505,
220,
679,
19,
311,
220,
679,
21,
627,
26353,
53,
352,
574,
9405,
304,
49273,
11,
14689,
11,
279,
-100
] |
Indian Novels By Language/Author
List of all Leading novels published by different authors/languages in India. It's a platform where you can easily find any novel interest to you.Just find your novel by name or language or author and click on the image or the text and it will give you to the details about that novel. Book Store
List of Free Online Malayalam Novels
Adujivitam
Adujivitam is a Malayalam language novel.It is written by Benyamin.The novel happens in Saudi Arabia.It focuses on the topics like human right violati.....
Asuravithu
Asuravithu is a Malayalam language novel.It is written by M. T. Vasudevan Nair.Govindankutty is a main character for this novel.It is based on social .....
Chemmeen
Chemmeen is a Malayalam language novel.It is written by Thakazhi Sivasankara Pillai.It was published in 1956.Karuthamma, the daughter of a Hindu fishe.....
Delhi Gadhakal
Delhi Gadhakal is a Malayalam language novel.M. Mukundan is an author of this novel.It is an autobiography of author's life with a fictional touch.The.....
Francis Itty Cora
Francis Itty Cora is a bestselling mystery novel in Malayalam language.It is written by author T. D. Ramakrishnan. The 2009 novel received considerabl.....
Indulekha is a Malayalam language novel.It is about a beautiful, well educated lady of a Nair tharavadu by Chandu Menon.The novel was written at a tim.....
Kaalam
Kaalam is a Malayalam language novel.It is a novel by M. T. Vasudevan Nair, for which he was awarded the Sahitya Academy Award in 1970.The book takes .....
Marthandavarma
Marthandavarma is a Malayalam language novel.It is a novel by C.V. Raman Pillai published in 1891. It is presented as a historical romance recounting .....
Mathilukal
Mathilukal is a Malayalam language novel.It is written by Vaikom Muhammad Basheer in 1965. It is one of the most cherished and well-known love stories.....
Mayyazhippuzhayude Theerangalil
Mayyazhippuzhayude Theerangalil is a Malayalam language novel.It is written by M. Mukundan. Widely regarded as the author's magnum opus, the novel viv.....
Odayil Ninnu
Odayil Ninnu is a Malayalam language novel.It is written by P. Kesavadev in 1942. The protagonist of the novel is a rickshaw-puller named Pappu. The n.....
Oru Desathinte Katha
Oru Desathinte Katha is a Malayalam language novel.It is written by S. K. Pottekkatt in 1971. It sketches the men and women of Athiranippadam, drawing.....
Pathummayude Aadu
Pathummayude Aadu is a Malayalam language novel.It is a humorous novel by Vaikom Muhammad Basheer. The characters of the novel are members of his fami.....
Peruvazhiyambalam
Peruvazhiyambalam is a Malayalam language novel.It is written by Padmarajan.In 1978, it was adapted for a feature film also called Peruvazhiyambalam d.....
Ponni is a Malayalam language novel.It is written by Malayattoor Ramakrishnan in 1967. It is based on the lifestyle of Adivasis of Attappady at Malles.....
Premalekhanam
Premalekhanam is a Malayalam language novel.It is Vaikom Muhammad Basheer's first work (1943) to be published as a book. The novel is a humorous story.....
Randamoozham
Randamoozham is a Malayalam language novel.It is written by M. T. Vasudevan Nair. It is widely credited as his masterpiece.It was translated into Engl.....
Randidangazhi
Randidangazhi is a Malayalam language novel.It is written by Thakazhi Sivasankara Pillai in 1948. The novel tells the story of the cruelty meted out b.....
Rathinirvedam
Rathinirvedam is a Malayalam language short novel.It is written by P. Padmarajan and published in 1970. The story revolves around a teenager who falls.....
Sarada
Sarada is a Malayalam language novel.It is a novel by O. Chandhu Menon was published in 1892. Due to his death in 1899, Chandu Menon was not able to c.....
Ummachu
Ummachu is a Malayalam language novel.It is written by Uroob in 1954. Ummachu along with Sundarikalum Sundaranmarum are considered the best works by U.....
Verukal
Verukal is a Malayalam language novel.It is written by Malayattoor Ramakrishnan in 1966. It is widely credited as one of his best works.It won the Ker.....
Yakshi is a Malayalam language novel.It is written by Malayattoor Ramakrishnan in 1967.This is about a college lecturer Srinivasan who is disfigured i.....
Yanthram
Yanthram is a Malayalam language novel.It is written by Malayatoor Ramakrishnan. The novel is centered around the theme of civil service (Indian Admin.....
Newspapers in Malayalam
Magazines in Malayalam | {
"redpajama_set_name": "RedPajamaCommonCrawl"
} | 9,701 | [
128000,
48664,
4723,
2053,
3296,
11688,
14,
7279,
198,
861,
315,
682,
59143,
32963,
4756,
555,
2204,
12283,
13631,
10735,
304,
6890,
13,
1102,
596,
264,
5452,
1405,
499,
649,
6847,
1505,
904,
11775,
2802,
311,
499,
3587,
592,
1505,
701,
11775,
555,
836,
477,
4221,
477,
3229,
323,
4299,
389,
279,
2217,
477,
279,
1495,
323,
433,
690,
3041,
499,
311,
279,
3649,
922,
430,
11775,
13,
6017,
9307,
198,
861,
315,
3658,
8267,
80240,
17243,
4723,
2053,
198,
32,
1072,
73,
344,
275,
309,
198,
32,
1072,
73,
344,
275,
309,
374,
264,
80240,
17243,
4221,
11775,
28628,
374,
5439,
555,
7505,
88,
8778,
11829,
11775,
8741,
304,
18387,
23931,
28628,
24400,
389,
279,
13650,
1093,
3823,
1314,
4738,
9491,
1975,
627,
2170,
324,
402,
411
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
48664,
4723,
2053,
3296,
11688,
14,
7279,
198,
861,
315,
682,
59143,
32963,
4756,
555,
2204,
12283,
13631,
10735,
304,
6890,
13,
1102,
596,
264,
5452,
1405,
499,
649,
6847,
1505,
904,
11775,
2802,
311,
499,
3587,
592,
1505,
701,
11775,
555,
836,
477,
4221,
477,
3229,
323,
4299,
389,
279,
2217,
477,
279,
1495,
323,
433,
690,
3041,
499,
311,
279,
3649,
922,
430,
11775,
13,
6017,
9307,
198,
861,
315,
3658,
8267,
80240,
17243,
4723,
2053,
198,
32,
1072,
73,
344,
275,
309,
198,
32,
1072,
73,
344,
275,
309,
374,
264,
80240,
17243,
4221,
11775,
28628,
374,
5439,
555,
7505,
88,
8778,
11829,
11775,
8741,
304,
18387,
23931,
28628,
24400,
389,
279,
13650,
1093,
3823,
1314,
4738,
9491,
1975,
627,
2170,
324,
402,
411,
-100
] |
Bryan Charles "SL" Jones, formerly known as Cuz Lightyear, is an American rapper and songwriter.
Early life
Jones was born in Flint, Michigan and shortly after moved with his family to Little Rock, Arkansas, where he was raised in a neighborhood known as 23rd & Wolfe Street. He described his neighborhood as being in a gang-heavy part of the city, a collection of smaller Crip and Blood affiliated neighborhoods. He regularly raps about and references his hometown and neighborhood, with the number 23, taken from the street's name, serving as a recurring theme in his music. While growing up, Jones spent a brief time back in Flint, where he was pursuing studies in visual arts, before ultimately moving to Atlanta to pursue a career in music. Upon beginning his career in music, the name SL Jones was selected with SL representing the words "Second Letter", as in the letter B (for Bryan), the second letter of the alphabet.
Career
Grind Time Rap Gang
Jones first gained awareness when he began working with Killer Mike, Pill, Nario, Big Slimm, Da Bill Collector, and others as a part of Grind Time Official, also referred to as Grind Time Rap Gang. While working closely with Grind Time, SL Jones appeared on a number of mixtapes and official retail albums, including I Pledge Allegiance To The Grind and Underground Atlanta.
Solo career
In 2009, SL Jones released his first solo mixtape C.O.L.O.R.S.: Bangin' On Wax. The mixtape included features from Killer Mike, Trae Tha Truth, Clipse, Chamillionaire, and more. Upon release, the project earned SL Jones accolades from a variety of press outlets, including Complex Magazine, which named SL Jones as one of The 10 Most Underrated New Rappers, writing: "With an analytical Mind and lyrical dexterity to go with impeccable flows and harmonies, [SL Jones] brings a complexity that's rare for both Southern and gang-affiliated rap."
In 2011, SL Jones released four projects. On May 23, SL Jones released the Don Cannon-hosted mixtape The Number 23, a project which included features from Killer Mike, Pill, Trae Tha Truth, Waka Flocka Flame, and Yo Gotti, along with production from various producers, most notably: Lex Luger, Shawty Redd, Don Cannon, and Smiff & Cash. The mixtape received positive feedback, with XXL Magazine awarding the project an L-rated review, while Atlanta's leading alternative weekly, Creative Loafing gave the project a 4/5.
On August 23, 2011, The Number 23 was re-released in a slimmed down, non-DJ format titled The Number 23: Editor's Cut. This version, with a total of 16 songs, included two new tracks: "Out Here", which features Rocko and JBar, and "Michael Jordan", produced by Lex Luger.
On September 14, 2011, SL Jones released Pandamonium, a project that remixed Clams Casino's Rainforest EP. The project contained five tracks.
On December 14, 2011, SL Jones released a mixtape, Flight Risk. The 10-track project included production by several producers, including Sonny Digital, Young L, Lex Luger, and Shawty Redd. XXL writes, "...the tape is another dosage of quality material from SL. Streets approved, no questions."
In 2012, SL Jones announced his intention to release a series of EP projects; instead he began working to complete a 12-track mixtape with Atlanta producer DJ Burn One for the first five months of the year. In February 2012, SL Jones announced the collaborative project, titled Paraphernalia. In concert with the announcement, SL Jones released "Wave Runner," a song produced by DJ Burn One that ultimately was not included on the mixtape. On May 23, SL Jones released Paraphernalia, which includes features from rappers Freddie Gibbs and Rittz and singer Ebony Love.
Critical response to Paraphernalia was positive. Complex Magazine hailed the mixtape as "an expertly crafted piece of Southern-fried hip-hop." FADER Magazine wrote, "Paraphernalia boasts variety, songcraft and attention to detail, a tough trifecta to find." RCRD LBL wrote, "Paraphernalia is like spending the day at a barbecue. There's soulful lyricism and the sort of stoned throwback organic funk at which Burn One excels." The Smoking Section wrote, "My best advice is not to sleep on Paraphernalia."<ref>{{cite web|author=Raj|title= New Music: SL Jones X DJ Burn One Feat. Rittz & Ebony Love - 'M.D.M.A.|url=http://smokingsection.uproxx.com/TSS/2012/05/new-music-sl-jones-x-dj-burn-one-feat-rittz-m-d-m-a#more-294119|date=May 21, 2012}}</ref>
In 2013, SL Jones announced a new EP, Trapper's Delight, produced by M16. The EP included seven songs and earned strong marks from outlets like Complex, XXL, and others. In April, SL Jones went out on his first headline tour, "The Way Of Life No Hobby Tour", to support Trapper's Delight and prepare for his new mixtape. The nine-city tour made stops in states including Louisiana, Texas, Oklahoma, and Arkansas.
In August 2013, SL jones announced a new mixtape, Way Of Life No Hobby, hosted by popular mixtape DJ and record executive Don Cannon. The mixtape was preceded by three singles, "Big Bank (No Ones)", "America's Nightmare", and "Don't Want Nan". Like Trapper's Delight and Paraphernalia, SL Jones collaborated exclusively with one producer, Metro Boomin, for Way Of Life No Hobby. The mixtape was released on September 4, 2013, via popular mixtape website LiveMixtapes and includes features from Killer Mike, Kevin Gates, Starlito, Trouble, Mibbs of the rap group Pac Div, and others.
Discography
Mixtapes
C.O.L.O.R.S.: Bangin' On Wax (2009)
The Number 23 (2011)
The Number 23: Editor's Cut (2011)
Flight Risk (2011)
Paraphernalia (2012)
Trapper's Delight (2013)
Way Of Life No Hobby (2013)
Remix Projects
"'Pandamonium (Rainforest Remixes) (2011)
Guest Appearances
I Pledge Allegiance To The Grind
Underground Atlanta
References
External links
African-American male rappers
Living people
Musicians from Little Rock, Arkansas
Rappers from Arkansas
Southern hip hop musicians
Year of birth missing (living people)
21st-century American rappers
21st-century American male musicians
21st-century African-American musicians | {
"redpajama_set_name": "RedPajamaWikipedia"
} | 8,564 | [
128000,
33,
57858,
15274,
330,
8143,
1,
12201,
11,
34833,
3967,
439,
356,
5308,
8828,
3236,
11,
374,
459,
3778,
50437,
323,
85757,
382,
42298,
2324,
198,
73198,
574,
9405,
304,
53936,
11,
14972,
323,
20193,
1306,
7882,
449,
813,
3070,
311,
15013,
9305,
11,
32790,
11,
1405,
568,
574,
9408,
304,
264,
12818,
3967,
439,
220,
1419,
6634,
612,
80652,
6825,
13,
1283,
7633,
813,
12818,
439,
1694,
304,
264,
13481,
74666,
961,
315,
279,
3363,
11,
264,
4526,
315,
9333,
356,
4664,
323,
20671,
37506,
33100,
13,
1283,
15870,
436,
2690,
922,
323,
15407,
813,
44116,
323,
12818,
11,
449,
279,
1396,
220,
1419,
11,
4529,
505,
279,
8761,
596,
836,
11,
13788,
439,
264,
46350,
7057,
304,
813,
4731,
13,
6104,
7982,
709,
11,
12201
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
33,
57858,
15274,
330,
8143,
1,
12201,
11,
34833,
3967,
439,
356,
5308,
8828,
3236,
11,
374,
459,
3778,
50437,
323,
85757,
382,
42298,
2324,
198,
73198,
574,
9405,
304,
53936,
11,
14972,
323,
20193,
1306,
7882,
449,
813,
3070,
311,
15013,
9305,
11,
32790,
11,
1405,
568,
574,
9408,
304,
264,
12818,
3967,
439,
220,
1419,
6634,
612,
80652,
6825,
13,
1283,
7633,
813,
12818,
439,
1694,
304,
264,
13481,
74666,
961,
315,
279,
3363,
11,
264,
4526,
315,
9333,
356,
4664,
323,
20671,
37506,
33100,
13,
1283,
15870,
436,
2690,
922,
323,
15407,
813,
44116,
323,
12818,
11,
449,
279,
1396,
220,
1419,
11,
4529,
505,
279,
8761,
596,
836,
11,
13788,
439,
264,
46350,
7057,
304,
813,
4731,
13,
6104,
7982,
709,
11,
12201,
-100
] |
Herman Sr. BV Places Order for Damen Shoalbuster
Press Release October 30, 2018
Photo: Damen Shipyards
A contract has been signed between Damen Shipyards Hardinxveld and Herman Sr. BV for the building and delivery of a Shoalbuster 2308 S, to be named Teddy.
The new vessel will join the five other Damen Shoalbusters currently operated by the company and, with the hull already available from stock, is due for delivery in March / April 2019. This latest addition to the Senior BV fleet will allow the company to expand the services that it offers to the dredging, offshore wind and other sectors.
Herman Sr. BV. is a third-generation, family-owned company based in Dordrecht, the Netherlands. Its fleet of Damen Shoalbusters and Multi Cats enables it to offer a wide range of marine services to its customers and it currently has vessels under contract in Latin America, the Middle East and Africa, as well as in Europe.
Like the other models in its class, the Shoalbuster 2308 is an exceptionally rugged and versatile workboat, which, as its name suggests, is optimized for a wide range of shallow water operations as well as offshore activities. The designs are continually updated to take advantage of the latest components and build techniques.
Categories: Technology Shipbuilding Workboats Dredging Contract
India to Invite Foreign Investment in State-owned Oil...
RDIF Says Oil Demand May Rise
Oil Hits Highest Since September
Dana Debuts High-torque Jack-up Gearboxes
Mammoet Completes ALE Acquisition | {
"redpajama_set_name": "RedPajamaCommonCrawl"
} | 7,532 | [
128000,
39,
4858,
34688,
13,
41200,
45836,
7365,
369,
94184,
64040,
278,
56652,
198,
6010,
17836,
6664,
220,
966,
11,
220,
679,
23,
198,
10682,
25,
94184,
1443,
23799,
2402,
198,
32,
5226,
706,
1027,
8667,
1990,
94184,
1443,
23799,
2402,
11481,
20612,
85,
789,
323,
61338,
34688,
13,
41200,
369,
279,
4857,
323,
9889,
315,
264,
64040,
278,
56652,
220,
9870,
23,
328,
11,
311,
387,
7086,
71166,
627,
791,
502,
27274,
690,
5249,
279,
4330,
1023,
94184,
64040,
278,
76618,
5131,
24026,
555,
279,
2883,
323,
11,
449,
279,
41298,
2736,
2561,
505,
5708,
11,
374,
4245,
369,
9889,
304,
5587,
611,
5936,
220,
679,
24,
13,
1115,
5652,
5369,
311,
279,
19903,
41200,
26155,
690,
2187,
279,
2883,
311,
9407,
279,
3600,
430,
433,
6209
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
39,
4858,
34688,
13,
41200,
45836,
7365,
369,
94184,
64040,
278,
56652,
198,
6010,
17836,
6664,
220,
966,
11,
220,
679,
23,
198,
10682,
25,
94184,
1443,
23799,
2402,
198,
32,
5226,
706,
1027,
8667,
1990,
94184,
1443,
23799,
2402,
11481,
20612,
85,
789,
323,
61338,
34688,
13,
41200,
369,
279,
4857,
323,
9889,
315,
264,
64040,
278,
56652,
220,
9870,
23,
328,
11,
311,
387,
7086,
71166,
627,
791,
502,
27274,
690,
5249,
279,
4330,
1023,
94184,
64040,
278,
76618,
5131,
24026,
555,
279,
2883,
323,
11,
449,
279,
41298,
2736,
2561,
505,
5708,
11,
374,
4245,
369,
9889,
304,
5587,
611,
5936,
220,
679,
24,
13,
1115,
5652,
5369,
311,
279,
19903,
41200,
26155,
690,
2187,
279,
2883,
311,
9407,
279,
3600,
430,
433,
6209,
-100
] |
George Clooney is making a huge mistake. The man who claimed he'd never marry again is set to marry Sarah Larson in Italy…secretly. A super-celeb like Clooney trying to marry in secret is like having a full-scale fireworks display inside your garage so the neighbors won't notice.
A source in Laglio, the town where Clooney has a villa, says: 'They haven't made any announcement yet, but there are people in this town who know more than me. They say the couple are already engaged." Fare thee well, George. The cold, dark embrace of wedlock awaits.
The Derobers have an exclusive photo of the wedding invite below!
Nobody ties George Clooney down. NOBODY!
Clooney and Fabio fight. Derober's exclusive photos.
crazy. didn't he have a bet with a certain actress for 10,000 bucks he'd never marry again? | {
"redpajama_set_name": "RedPajamaC4"
} | 0 | [
128000,
40052,
19197,
2596,
374,
3339,
264,
6908,
16930,
13,
578,
893,
889,
11922,
568,
4265,
2646,
32918,
1578,
374,
743,
311,
32918,
21077,
86178,
304,
15704,
1981,
21107,
398,
13,
362,
2307,
54312,
273,
65,
1093,
19197,
2596,
4560,
311,
32918,
304,
6367,
374,
1093,
3515,
264,
2539,
13230,
52933,
3113,
4871,
701,
19833,
779,
279,
19228,
2834,
956,
5406,
627,
32,
2592,
304,
33471,
26205,
11,
279,
6424,
1405,
19197,
2596,
706,
264,
47625,
11,
2795,
25,
364,
7009,
9167,
956,
1903,
904,
17480,
3686,
11,
719,
1070,
527,
1274,
304,
420,
6424,
889,
1440,
810,
1109,
757,
13,
2435,
2019,
279,
5743,
527,
2736,
17045,
1210,
67571,
40344,
1664,
11,
10058,
13,
578,
9439,
11,
6453,
27830,
315,
11077,
1039,
71904,
627,
791,
13031,
677
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
40052,
19197,
2596,
374,
3339,
264,
6908,
16930,
13,
578,
893,
889,
11922,
568,
4265,
2646,
32918,
1578,
374,
743,
311,
32918,
21077,
86178,
304,
15704,
1981,
21107,
398,
13,
362,
2307,
54312,
273,
65,
1093,
19197,
2596,
4560,
311,
32918,
304,
6367,
374,
1093,
3515,
264,
2539,
13230,
52933,
3113,
4871,
701,
19833,
779,
279,
19228,
2834,
956,
5406,
627,
32,
2592,
304,
33471,
26205,
11,
279,
6424,
1405,
19197,
2596,
706,
264,
47625,
11,
2795,
25,
364,
7009,
9167,
956,
1903,
904,
17480,
3686,
11,
719,
1070,
527,
1274,
304,
420,
6424,
889,
1440,
810,
1109,
757,
13,
2435,
2019,
279,
5743,
527,
2736,
17045,
1210,
67571,
40344,
1664,
11,
10058,
13,
578,
9439,
11,
6453,
27830,
315,
11077,
1039,
71904,
627,
791,
13031,
677,
-100
] |
A stray shower or thunderstorm is possible early. Partly cloudy. Low 52F. Winds SSW at 5 to 10 mph..
A stray shower or thunderstorm is possible early. Partly cloudy. Low 52F. Winds SSW at 5 to 10 mph.
Vern Clairmont, who recently retired after nearly 45 years of service with the CSKT, unretired after one month to form Raven Consultants, Inc., a financial consulting firm that includes working with his two partner sons, Jeff and Jason.
BL Azure
The Brothers Drum opens the Summer Quarterly with a Flag Song. The drum is comprised of several members of the various ages of the Trahan family that have served in the military.
Tribal member Delores Abel Plumage discusses the need for off-Rez tribal members, and all tribal members to be kept abreast of what's going on with the Tribal Council and its issures.
Stephan Small Salmon displays "The Last Beyond" billboard ad for the movie that opened in Bozeman June 7. It may soon be coming to a theater near you once the distribution schedule is finalized.
CSKT Legal Dept. Attorney Jordan Thompson gives the tribal perspective on the federal reserved water rights compact and the Big Arm RV park imbroglio with Lake County.
Tribal Council Ronan District Rep. Carole Lankford (left) and Tribal Council Chair Ronald Trahan present retired CSKT Financial Director Vern Clairmont with a Pendleton blanket in appreciation for his many years of employment with the CSKT.
Char-Koosta News
PABLO — It was a sparse crowd as seems to be just the way it is at the summer Confederated Salish and Kootenai Tribes general membership open meeting. Although the crowd was sparse, maybe 25 or so people due to the Fourth of July holiday, the discussions were not.
The day opened with a prayer by Stephan Small Salmon and a Flag Song by the Brothers Drum. The Brothers Drum members are all Trahan kin and military veterans.
Elders Speak
"Today, I am happy, but I am also sad," said Ql̓ispé Elder Small Salmon. Last year he was named War Dance Chief by the Arlee Celebration/Arlee Espapqeyni Committee during a regular monthly meeting of the Séliš-Ql̓ispé Culture Committee (SQCC) Elders Committee. That naming of the position formally held by his late-father Mitch Small Salmon. "Last year after I got it I heard there were complaints. This year the complaints continue. That makes me sad you know, when someone tells me what to do."
Small Salmon said despite that he was feeling good about the recent release of a movie — "The Last Beyond" — that featured a much younger Small Salmon when it was filmed 14 years ago. "It's taken 14 years to come out of the can," Small Salmon said in his best Hollywood jargon. The movie recently premiered in Bozeman about a month ago. The Western movie was filmed in the Bozeman area way back when but now it is seeing the light of day, or the dark of the cinema or it will be once the distribution gets finalized. Nonetheless Small Salmon said the wait was worth it, as was the filming that included Small Salmon roughing it up with his furry, clawed and toothy-fanged bear adversary. "I had to put my hand in the bear's mouth."
Raven Rogers thanked Small Salmon for serving as the Séliš-Ql̓ispé War Dance Chief, praised recent Yale graduate Sam Wall, and gave a shout out to military veterans.
Delores Abel Plumage, a member of the Confederated Salish and Kootenai Tribes, whose husband Jack Plumage is a member of the Gros Ventre Tribes of Fort Belknap, has lived there for 40 years. She will be seeking a third term as a commissioner on the Blaine County Board of Commissioners. Delores is the daughter of Steve Abel and Bernice Pichette. She is the first woman and first American Indian woman to serve on the Blaine County Board of Commissioners.
"I feel very good when I come back on the (Flathead) reservation," Plumage said.
Plumage gave a little backdrop on what it's like to be the first American Indian woman to serve on the Blaine County Commission that includes the Fort Belknap Indian Reservation. At times she feels more welcome on the Board of Commissioners than she does in the Fort Belknap Tribal Council chambers, she said.
Plumage is a Democrat while her two fellow Blaine County commissioners are Republican males. "I have to make alliances," she said. "I learned to work with Republicans."
However no matter how good the alliances are certain things like water and politics can gum up the process when it comes to Federal Indian Reserved Water Rights Compacts.
"We are having problems with the Fort Belknap compact, it's been ratified in the state but changes can be made in the U.S. Congress," Plumage said. The hitch in the giddy up that could see some congressional changes is the proposed land exchange of Bureau of Reclamation land in the Little Rockies. The land was previously a part of the Fort Belknap Reservation but was carved out in the late-1800s when gold was found in the Zortman and Landusky areas. "I would like to know what's going on with the water compact on the Flathead Reservation. Over in eastern Montana they are saying it's having problems. The ranchers in eastern Montana don't support the Salish Kootenai water compact. It's controversial and it's a battle we all have a dog in. Over here I hear it's not in trouble. I am very interested in getting updates. I ask what's going on. Blaine County knows what's going on over here. It's the $2.3 billion the CSKT are asking for. The Department of Interior says that's too much money. Every compact is interrelated and political. The Blackfeet and Crow tribal members are allowed to vote on their water compacts. When I want updates I talk to (Sen. Jon) Tester or (Rep. Craig) Gianforte aides. Updates are very important. I want updates."
"It's no accident that we're the last to settle the water compact. We are hard to deal with because we won't accept less," said St. Ignatius District Tribal Council Rep. Fred Matt. "If the Flathead settles for this (water compact) it sets the stage for the rest of the tribes… We'll hold the hard line."
"You are tribal citizens, state citizens and American citizens," Plumage said. "We have had a lot of scraps at Blaine County but we've worked things out. You're not into anything new you're in for a fight. You need to be at the table to find out what's going on."
"One of the advantages we have over other tribes is our legal staff," said Ronan District Tribal Council Rep. Carole Lankford. "Our combined professional staff and our legal staff are good for us. We're cautiously providing the membership with information."
"Lake County and the state probably know more about your business than tribal members," Plumage said.
Tribal Council Updates
It was part Cliff Notes and rough drafts but no novels when it came to Tribal Council updates.
"It's been sad times for me personally," Lankford said. "And hard times up here."
"I don't have a lot to report," said Pablo District Tribal Council Rep. Dennis Clairmont. He has been on the Yellowstone bison hunt tour, working with Missoula County on upgrading the Council Groves historic area where the Séliš, Ksanka and Ql̓ispé negotiated its 1855 Treaty of Hell Gate with Oregon Territorial Gov. Isaac Stevens, and the Mud Creek (Old U.S. Highway 93) and U.S. HIghway 93 intersection near Pablo. "I deal with the issues the best I can."
Arlee District Tribal Council Rep. Shelly Fyant said she continues to work on the Missing and Murdered Indian Women, runoff from mining in Canada and food sovereignty. She read a letter from Victor Matt on the Matt family's desire to manage the 2020 Arlee Celebration/ Arlee Espapqeyni.
"I want to thank the drum and those who keep our culture alive. My heart is for my people, always has been, always will be; that is something that will never change," said Arlee District Tribal Council Rep. Myrna Dumontier. "I use the past as my foundation to build our future on. I hope to continue this work far into the future."
Veteran Tribal Councilmember and former chair Fred Matt said he is still playing catch-up. "You always have moving targets on the council even if you're an old vet," Matt said. "A couple of weeks ago I toured the Flathead Indian Irrigation Project. It's alarming how old and dilapidated it is. It needs to be fixed. The pumping plant is in a terrible state of disrepair."
Matt said he is serving on the Inter-Tribal Timber Council, a position he served in his previous incarnations as a Tribal Councilmember. The 2023 national convention will be held on the Flathead Reservation in June 2023.
Polson District Tribal Council Rep. Charmel Gillin said she recently represented the CSKT at the Tribal Leaders Summit meeting with Gov. Steve Bullock.
"Everyday we have to recognize the need to stand up for our rights," Gillin said. "The dialogue tends to take its own shape through the organic process. We have to stand up for things that need to be addressed. The governor and his staff have been very receptive but we hold our ground."
Dixon District Tribal Council Rep. Anita Matt said her district meetings participation continues to grow turnout-wise and subject-wise. "We are bringing people together for a lot of good discussions," she said. "We recently had a community clean up at the Dixon Agency and we will continue to work with the Agency community. We are still working on getting a community building."
Matt serves as the president of the Montana-Wyoming Region Inter Tribal Agriculture Committee. She said there are 23 issues on the Farm Bill that affects tribal agricultural operations. The Flathead Nation will host the regional Inter Tribal Agriculture meeting June 29 and 30.
Elmo District Tribal Council Rep. Len TwoTeeth said he continues to work on the proposed Big Arm RV park roadway case. "The case will have huge impacts in Indian Country," Twoteeth said of the case pitting Lake County against the Confederated Salish and Kootenai Tribes over a road right of way issue.
"This Tribal Council is a busy one," said Tribal Council Chair Ronald Trahan. "What is our battle today? Two point three million dollars is not a big amount of money. We'll fight for this."
Vern Clairmont
"He didn't want this," Trahan said of the recognition of recently retired CSKT financial manager Vern Clairmont. The longtime tribal bean counter's retirement was short lived. He and his two sons have set up a financial advisory business that will keep them busy. Rick Eneas has replaced Clairmont. "It's hard to see these people leave."
"He didn't want any big fanfare," Matt said. "You deserve this. The Tribes relied on you."
"I didn't plan for this. I came in this morning to thank you, the Tribal Council and our Tribes for almost 45 years of employment," Clairmont said. "Throughout the years we got a lot of things accomplished."
Clairmont said his retirement was good "for about a month." He and sons Jeff and Jason decided to set up a financial consultant business entitled Raven Consultants, LLC.
"We will be working with other tribes, national tribal organizations, Indian housing organizations to tighten up their accounting," Clairmont said. "It's going to be a fun adventure for me to work with my sons."
Clairmont said the Honor Song by The Brothers Drum after being draped with a Pendleton blanket by Chair Trahan and Lankford made his day.
"People don't know how good it is to hear the drum," Clairmont said.
Legal Update
CSKT Legal Department attorney Jordan Thompson gave an update on some of the CSKT legal issues, in particular the Water Rights Compact and the Big Arm RV camp road right of way issue.
Thompson said the tour of FIIP infrastructure was eye-opening tour of a "terrible situation to see. The irrigation project destroyed the environment, destroyed the hydrograph and destroyed the tribal culture. How do you fix that?"
The FIIP was built for the benefit of the Flathead Nation membership but a few years after it was built in the early 1900s the reservation land was allotted to eligible tribal members then was opened to non-Indian homesteading. The irrigation project built to turn free roaming Indians into Thomas Jefferson's ideal of agrarian land tillers didn't work. Due to homesteading the irrigation project went from near total Indian irrigators to about 10 percent of irrigators. It remains that way to this day, 90 percent of the irrigators served by FIIP are non-Indian.
Despite that, Thompson said the Tribes' Steven's 1855 Treaty of Hell Gate armor the CSKT with off-reservation rights that the other Tribal Nations in the state lack. They also have the first in time, first in water rights. The State of Montana signed off on the CSKT water compact in 2015. It is now in the hands of the U.S. Congress.
"They have to pass the legislation that was introduced," Thompson said, adding that criterion and procedures will look at the costs and liabilities of claims. "With the compact they will try to fix the damages done, restore the project facilities that are inefficient, rundown. How do we modernize the facilities to be more efficient, to be better for the fish, how do we manage return flows. Usually all irrigation water is used not returned to the streams."
Restoration is also needed for degraded land resources and waterways and cultural ways lost or damaged.
Thompson said the water compact is good for the CSKT and State of Montana. "It's a win-win for the Tribes and State. Let's agree on that and let's get public support," he said. "I'm cautiously optimistic we're on the right track to get the legislation reintroduced in the next legislative session."
"Have you heard about the project bill and the funding bill," Plumage asked Thompson.
He said he heard the project bill would get passed and the funding bill would come about later in the process. "The underlying issues won't be changed," Thompson said.
"That's where negotiations come in," Trahan said.
When asked about water management dispute resolution process, Thompson said the CSKT Water Compact does have such an entity — Unitary Management Committee — comprised of two tribal member representatives, two non-Indian representatives and one federal representative.
Thompson said the Big Arm RV park road right of way issue came about last winter when the Lake County Planning Board issued a permit for the RV park. The Tribes maintain that according to the 1934 Indian Reorganization Act that the taking of CSKT lands ended with the act.
The county platted villa and town sites in the area but they were never developed and the roads never built. The roads in the area that were developed served tribal home sites and homesteads. The Tribes maintain that since the plats and roads were never developed they revert back to tribal land ownership.
Delores Plumage was asked to deliver the closing prayer.
Follow BL Azure | {
"redpajama_set_name": "RedPajamaCommonCrawl"
} | 7,818 | [
128000,
32,
62490,
17639,
477,
37943,
27511,
374,
3284,
4216,
13,
3744,
398,
74649,
13,
12310,
220,
4103,
37,
13,
44383,
328,
17268,
520,
220,
20,
311,
220,
605,
35061,
35047,
32,
62490,
17639,
477,
37943,
27511,
374,
3284,
4216,
13,
3744,
398,
74649,
13,
12310,
220,
4103,
37,
13,
44383,
328,
17268,
520,
220,
20,
311,
220,
605,
35061,
627,
53,
944,
93610,
21047,
11,
889,
6051,
22311,
1306,
7154,
220,
1774,
1667,
315,
2532,
449,
279,
10211,
34639,
11,
653,
2171,
2757,
1306,
832,
2305,
311,
1376,
46207,
91150,
11,
4953,
2637,
264,
6020,
31831,
7626,
430,
5764,
3318,
449,
813,
1403,
8427,
26419,
11,
12149,
323,
18984,
627,
9574,
35219,
198,
791,
34179,
46506,
16264,
279,
19367,
75483,
449,
264,
23497,
19508,
13,
578,
24074
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
32,
62490,
17639,
477,
37943,
27511,
374,
3284,
4216,
13,
3744,
398,
74649,
13,
12310,
220,
4103,
37,
13,
44383,
328,
17268,
520,
220,
20,
311,
220,
605,
35061,
35047,
32,
62490,
17639,
477,
37943,
27511,
374,
3284,
4216,
13,
3744,
398,
74649,
13,
12310,
220,
4103,
37,
13,
44383,
328,
17268,
520,
220,
20,
311,
220,
605,
35061,
627,
53,
944,
93610,
21047,
11,
889,
6051,
22311,
1306,
7154,
220,
1774,
1667,
315,
2532,
449,
279,
10211,
34639,
11,
653,
2171,
2757,
1306,
832,
2305,
311,
1376,
46207,
91150,
11,
4953,
2637,
264,
6020,
31831,
7626,
430,
5764,
3318,
449,
813,
1403,
8427,
26419,
11,
12149,
323,
18984,
627,
9574,
35219,
198,
791,
34179,
46506,
16264,
279,
19367,
75483,
449,
264,
23497,
19508,
13,
578,
24074,
-100
] |
In Praise of Calling Out Our Absurd and Immoral Economic System
Sabeel Rahman Talks to Andrew Keen on Keen On
On today's episode, Andrew talks with K. Sabeel Rahman, president of Demos, about why we need to challenge the privatization in America of the last 30 years.
Andrew Keen: Yesterday, we had Robert Putnam on the show, coauthor of The Upswing, which suggests that the crisis in America is a cultural crisis of narcissism, of isolation, of fragmentation. Is Putnam right—Putnam is one of America's leading communitarians—that the challenge is to rethink citizenship and community in the 21st century? Putnam, when I talked to him, was rather ambivalent on the capitalism front. His argument was we've always had capitalism in America, in the 19th and the 20th century, and progressivism challenged the old deal in the 19th century, and we can do it again.
Sabeel Rahman: I think it's a bit of both. There's no question that for a democratic society, especially a multiracial, multiethnic, multireligious, democratic society, to thrive, we need just a baseline moral community where we see one another as coequal members of this society, treat each other with equal dignity, understand one another's fates to be linked. My well-being and my participation support depends on a society that also ensures the well-being of others around me. That's certainly a moral and ethical piece.
But what I would say is that there are rules and institutions and laws that either make that real or make that a lie. And a lot of what we're living with now is the end result of 40, 50 years of public policy that has been advanced by the far right, by the corporate middle, policies going back to the deregulation turn of the 70s, to the move to heavy financialization of our economy in the 90s and 2000s. But those are public policy moves that actually accelerated or exacerbated this fragmentation.
So, when you talk about the split between the stock market and what people are experiencing, between the über wealthy and everybody else, those splits are a product of policy. And we could have different policies that actually bring our shared experiences more in line, which then allows us to actually see one another as equals. You don't get one without the other. I don't think it's enough to exhort people to treat one another as your co-citizens. Yes, you should do that, but the real issue here is that we have policies that have been designed to replicate and reinforce racial and economic hierarchies of various kinds.
Andrew Keen: Where are we going to start on this, Sabeel? Is it with the basic Workers Bill of Rights? Is that the core foundation of this infrastructural reform that you're calling for?
Sabeel Rahman: I think there are a couple of things. Just to go back to Congresswoman Ocasio-Cortez for a moment, I actually think that's one of the key things that we need to do. She's been, in my view, one of the most effective communicators and champions of this way of thinking about the economy in our society. Really not mincing words about how absurd it is and how immoral our current economic system is and what we need to do differently. So, I think there's a narrative piece of just, let's make the argument unabashedly, clearly that we need to have a different world.
K. Sabeel Rahman is an Associate Professor of Law at Brooklyn Law School and President of Demos. He previously has been a Fellow at the Roosevelt Institute, Visiting Professor of Law at Harvard Law School (2017), and a Fellow at New America. Rahman has worked extensively with policymakers, funders, and advocacy groups in developing strategies and novel approaches to questions of democracy and economic inequality. In 2014-15 he served as a Special Advisor on strategies for inclusive economic development in New York City, and from 2015-16 as a Public Member of the New York City Rent Guidelines Board. From 2013-2016, Rahman was the Design Director for the Gettysburg Project, an interdisciplinary initiative working with organizers, academics, and funders to develop new strategies for civic engagement and building civic capacity. In addition, Rahman is on the Board of The New Press, a non-profit publisher focusing on publishing books in the public interest, and United to Protect Democracy, a legal advocacy group battling current threats to American democratic institutions.
Alexandria Ocasio-CortezAmerican economyAndrew KeenCOVID-19Keen OnLit Hub RadiopodcastsSabeel Rahman
David Hopen on the Complexities of Modern Orthodox Judaism
Cathy Song on the Slowness and Ritual-Making of Lockdown
On today's episode, Mitchell talks to David Hopen about his debut novel, The Orchard, and the balance between secular involvement... | {
"redpajama_set_name": "RedPajamaCommonCrawl"
} | 543 | [
128000,
644,
393,
19223,
315,
33391,
4470,
5751,
22855,
16468,
323,
15695,
10020,
23362,
744,
198,
50,
8393,
301,
98376,
81547,
311,
13929,
6706,
268,
389,
6706,
268,
1952,
198,
1966,
3432,
596,
9417,
11,
13929,
13739,
449,
735,
13,
328,
8393,
301,
98376,
11,
4872,
315,
4829,
437,
11,
922,
3249,
584,
1205,
311,
8815,
279,
38621,
2065,
304,
5270,
315,
279,
1566,
220,
966,
1667,
627,
41598,
6706,
268,
25,
61133,
11,
584,
1047,
8563,
10435,
12682,
389,
279,
1501,
11,
1080,
3170,
315,
578,
72416,
24510,
11,
902,
13533,
430,
279,
11501,
304,
5270,
374,
264,
13042,
11501,
315,
58298,
2191,
11,
315,
31398,
11,
315,
88452,
13,
2209,
10435,
12682,
1314,
2345,
19648,
12682,
374,
832,
315,
5270,
596,
6522,
1081,
3928,
30627,
41128
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
644,
393,
19223,
315,
33391,
4470,
5751,
22855,
16468,
323,
15695,
10020,
23362,
744,
198,
50,
8393,
301,
98376,
81547,
311,
13929,
6706,
268,
389,
6706,
268,
1952,
198,
1966,
3432,
596,
9417,
11,
13929,
13739,
449,
735,
13,
328,
8393,
301,
98376,
11,
4872,
315,
4829,
437,
11,
922,
3249,
584,
1205,
311,
8815,
279,
38621,
2065,
304,
5270,
315,
279,
1566,
220,
966,
1667,
627,
41598,
6706,
268,
25,
61133,
11,
584,
1047,
8563,
10435,
12682,
389,
279,
1501,
11,
1080,
3170,
315,
578,
72416,
24510,
11,
902,
13533,
430,
279,
11501,
304,
5270,
374,
264,
13042,
11501,
315,
58298,
2191,
11,
315,
31398,
11,
315,
88452,
13,
2209,
10435,
12682,
1314,
2345,
19648,
12682,
374,
832,
315,
5270,
596,
6522,
1081,
3928,
30627,
41128,
-100
] |
Сёхо — японский лёгкий авианосец типа «Дзуйхо». Принял участие во Второй мировой войне. Потоплен американской палубной авиацией 7 мая 1942 года в ходе сражения в Коралловом море.
История создания
Данный корабль первоначально закладывался как быстроходный танкер «Цуругизаки».
Затем он был переоборудован в плавбазу подводных лодок (без изменения названия), проект которой предусматривал быструю конверсию в авианосец. Имел два самолётоподъёмника.
К 26 января 1942 года был переделан в авианосец.
История службы
Погиб в бою в Коралловом море 7 мая 1942 года: более 90 самолётов с американских авианосцев «Йорктаун» и «Лексингтон» нанесли удар по авианосцу «Сехо», через 15 минут после начала атаки он затонул, став первым японским авианосцем, потерянным в войне.
Авианосцы типа «Дзуйхо» | {
"redpajama_set_name": "RedPajamaWikipedia"
} | 349 | [
128000,
19871,
45122,
117091,
4194,
2345,
46410,
115915,
101591,
26539,
45122,
15752,
100457,
68828,
1840,
7486,
23630,
101401,
116082,
12769,
25079,
9136,
83680,
117091,
75608,
80584,
19479,
115065,
124499,
100797,
23784,
37773,
16742,
125086,
16742,
108792,
79862,
13,
109868,
29256,
61498,
117169,
101469,
112740,
64569,
39988,
68828,
1840,
30436,
21708,
220,
22,
115622,
220,
6393,
17,
101932,
5927,
109136,
1532,
5524,
101214,
18999,
5927,
107212,
16331,
101907,
12507,
104310,
1532,
382,
31274,
118755,
52324,
39280,
4815,
25079,
115910,
120729,
29118,
77901,
1482,
31281,
102660,
116439,
35667,
104016,
52770,
110831,
31101,
34613,
11047,
113930,
7753,
12769,
93899,
3865,
65489,
41873,
125522,
104881,
36551,
115028,
99845,
102885,
104642,
14082,
9239,
37013,
104990,
5927,
123433,
10124,
19188,
3865,
40842,
49899,
44786,
26539,
9706,
15088,
320,
10124,
32985,
118771,
6850,
57059,
39280
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
19871,
45122,
117091,
4194,
2345,
46410,
115915,
101591,
26539,
45122,
15752,
100457,
68828,
1840,
7486,
23630,
101401,
116082,
12769,
25079,
9136,
83680,
117091,
75608,
80584,
19479,
115065,
124499,
100797,
23784,
37773,
16742,
125086,
16742,
108792,
79862,
13,
109868,
29256,
61498,
117169,
101469,
112740,
64569,
39988,
68828,
1840,
30436,
21708,
220,
22,
115622,
220,
6393,
17,
101932,
5927,
109136,
1532,
5524,
101214,
18999,
5927,
107212,
16331,
101907,
12507,
104310,
1532,
382,
31274,
118755,
52324,
39280,
4815,
25079,
115910,
120729,
29118,
77901,
1482,
31281,
102660,
116439,
35667,
104016,
52770,
110831,
31101,
34613,
11047,
113930,
7753,
12769,
93899,
3865,
65489,
41873,
125522,
104881,
36551,
115028,
99845,
102885,
104642,
14082,
9239,
37013,
104990,
5927,
123433,
10124,
19188,
3865,
40842,
49899,
44786,
26539,
9706,
15088,
320,
10124,
32985,
118771,
6850,
57059,
39280,
-100
] |
Is this great or what? This is George the Zombie, courtesy of my friend KnittyOtter (who has a very cool website devoted to truly awesome homespun fashions, of which George is the resident evil--uh, I mean resident model).
Thanks KnittyOtter...and of course George! You guys rock! | {
"redpajama_set_name": "RedPajamaC4"
} | 6,258 | [
128000,
3957,
420,
2294,
477,
1148,
30,
1115,
374,
10058,
279,
58091,
11,
27104,
315,
856,
4333,
13934,
23660,
85895,
466,
320,
14965,
706,
264,
1633,
7155,
3997,
29329,
311,
9615,
12738,
10632,
66007,
282,
1003,
919,
11,
315,
902,
10058,
374,
279,
19504,
14289,
313,
12825,
11,
358,
3152,
19504,
1646,
4390,
12947,
13934,
23660,
85895,
466,
1131,
438,
315,
3388,
10058,
0,
1472,
7752,
7091,
0,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
] | [
3957,
420,
2294,
477,
1148,
30,
1115,
374,
10058,
279,
58091,
11,
27104,
315,
856,
4333,
13934,
23660,
85895,
466,
320,
14965,
706,
264,
1633,
7155,
3997,
29329,
311,
9615,
12738,
10632,
66007,
282,
1003,
919,
11,
315,
902,
10058,
374,
279,
19504,
14289,
313,
12825,
11,
358,
3152,
19504,
1646,
4390,
12947,
13934,
23660,
85895,
466,
1131,
438,
315,
3388,
10058,
0,
1472,
7752,
7091,
0,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100
] |
Virginia Distillery Co unveils beer-finished whiskey range
07 February 2018 By Owen Bellwood
The Virginia Distillery Company has launched the first beer barrel-finished whiskey in its Brewers Batch range, a series that involves collaborations with local breweries.
The whiskey was finished in ex-beer barrels for 12 months
Batch #1, the first expression in the distillery's new Brewers Batch range, has been produced in collaboration with the Three Notch'd Brewing Company in Virginia.
The collaboration saw the Virginia brewery produce a Wee Heavy style beer, called Stage Road, which was aged in casks from the distillery for a number of months.
Once the beer had matured, the casks were drained and returned to the Virginia Distillery Company, which then transferred its whiskey into the casks for 12 months.
Dave Warwick, brew master at the Three Notch'd Brewing Company, said: "I would've never guessed that whiskey could pick up flavours from beer barrels, but Virginia Distillery Company made it happen.
"Seeing our logo on a whiskey bottle is surreal. It's definitely one of our proudest moments here at Three Notch'd."
The whiskey maker, which uses Scottish barley to make its spirit, hopes that the Brewers Batch range will see it collaborate with breweries outside of Virginia.
Virginia Distillery Company's CEO, Gareth H Moore, said: "We love collaborating with different makers on releases. The Brewers Batch Virginia-Highland Whisky has provided a fun chance to work with a great quality brewery that happens to be close to home."
The distillery is currently working on the second batch in the range with Three Stars Brewing in Washington, D.C.
Brewers Batch #1 will be available from select Virginia ABC stores at an RRP of $64.59 per 750ml.
Last year, the Lovingston-based whisky maker introduced an initiative allowing individuals or groups to purchase a cask of its maturing spirit. | {
"redpajama_set_name": "RedPajamaCommonCrawl"
} | 9,374 | [
128000,
81696,
28704,
36469,
3623,
28847,
8839,
13179,
2269,
25682,
65354,
2134,
198,
2589,
7552,
220,
679,
23,
3296,
47809,
18366,
6798,
198,
791,
13286,
28704,
36469,
8351,
706,
11887,
279,
1176,
13179,
20929,
2269,
25682,
65354,
304,
1202,
81511,
35004,
2134,
11,
264,
4101,
430,
18065,
83663,
449,
2254,
73802,
627,
791,
65354,
574,
8220,
304,
506,
15502,
261,
42975,
369,
220,
717,
4038,
198,
21753,
674,
16,
11,
279,
1176,
7645,
304,
279,
1612,
36469,
596,
502,
81511,
35004,
2134,
11,
706,
1027,
9124,
304,
20632,
449,
279,
14853,
2876,
331,
4265,
44213,
8351,
304,
13286,
627,
791,
20632,
5602,
279,
13286,
50295,
8356,
264,
1226,
68,
29201,
1742,
13179,
11,
2663,
22891,
9728,
11,
902,
574,
20330,
304,
272,
4707,
505,
279,
1612,
36469,
369
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
81696,
28704,
36469,
3623,
28847,
8839,
13179,
2269,
25682,
65354,
2134,
198,
2589,
7552,
220,
679,
23,
3296,
47809,
18366,
6798,
198,
791,
13286,
28704,
36469,
8351,
706,
11887,
279,
1176,
13179,
20929,
2269,
25682,
65354,
304,
1202,
81511,
35004,
2134,
11,
264,
4101,
430,
18065,
83663,
449,
2254,
73802,
627,
791,
65354,
574,
8220,
304,
506,
15502,
261,
42975,
369,
220,
717,
4038,
198,
21753,
674,
16,
11,
279,
1176,
7645,
304,
279,
1612,
36469,
596,
502,
81511,
35004,
2134,
11,
706,
1027,
9124,
304,
20632,
449,
279,
14853,
2876,
331,
4265,
44213,
8351,
304,
13286,
627,
791,
20632,
5602,
279,
13286,
50295,
8356,
264,
1226,
68,
29201,
1742,
13179,
11,
2663,
22891,
9728,
11,
902,
574,
20330,
304,
272,
4707,
505,
279,
1612,
36469,
369,
-100
] |
Q: Getting Data from button click for Jquery I am using the "Second Solution" from this problem:
call the same jQuery function in multiple buttons
I am dynamically creating my buttons, based on an input, so there is currently 45 buttons! (used to select page number)
Is there a way to use the value of the button as data in my $.get so I can pull the data for the page?
$('.bclick').click(function(){
$.getJSON("url", { page: [need button data here] }, function(data){
//Some actionable code
})
});
.bclick is the class given to each of the buttons created.
A: when you are inside of the function, the reserved word this is a reference to your clicked button.
$('.bclick').click(function(){
var page = $(this).val();
$.getJSON("url", { page: page }, function(data){
//Some actionable code
})
});
If your buttons are created dinamically probably this solution won't work. I may suggest you to use $.on():
$("parent selector or form selector").on("click", ".bclick", function(){
var page = $(this).val();
$.getJSON("url", { page: page }, function(data){
//Some actionable code
})
})
A: If you are generating buttons dynamically, then use .on.
$(function(){
$(document).on("click", ".blick", function(){
var $this = $(this);
var buttonName = $this.attr("name");
});
});
Sample code
A: Yes you can by adding an extra attribute to your .bclick element, for example
<button class="bclick" data="your data here"></button>.
Then
$('.bclick').click(function(){
var buttonData = $(this).attr('data');
$.getJSON("url", { page: buttonData }, function(data){
//Some actionable code
})
});
| {
"redpajama_set_name": "RedPajamaStackExchange"
} | 4,617 | [
128000,
48,
25,
25531,
2956,
505,
3215,
4299,
369,
622,
1663,
358,
1097,
1701,
279,
330,
16041,
12761,
1,
505,
420,
3575,
512,
6797,
279,
1890,
13518,
734,
304,
5361,
12706,
198,
40,
1097,
43111,
6968,
856,
12706,
11,
3196,
389,
459,
1988,
11,
779,
1070,
374,
5131,
220,
1774,
12706,
0,
320,
2656,
311,
3373,
2199,
1396,
340,
3957,
1070,
264,
1648,
311,
1005,
279,
907,
315,
279,
3215,
439,
828,
304,
856,
8842,
456,
779,
358,
649,
6958,
279,
828,
369,
279,
2199,
5380,
19244,
65,
3763,
1861,
3763,
2993,
3108,
262,
8842,
80131,
446,
1103,
498,
314,
2199,
25,
510,
17483,
3215,
828,
1618,
60,
2529,
734,
2657,
1287,
286,
443,
8538,
92178,
2082,
198,
262,
2820,
4649,
960,
3763,
374,
279,
538,
2728,
311
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
48,
25,
25531,
2956,
505,
3215,
4299,
369,
622,
1663,
358,
1097,
1701,
279,
330,
16041,
12761,
1,
505,
420,
3575,
512,
6797,
279,
1890,
13518,
734,
304,
5361,
12706,
198,
40,
1097,
43111,
6968,
856,
12706,
11,
3196,
389,
459,
1988,
11,
779,
1070,
374,
5131,
220,
1774,
12706,
0,
320,
2656,
311,
3373,
2199,
1396,
340,
3957,
1070,
264,
1648,
311,
1005,
279,
907,
315,
279,
3215,
439,
828,
304,
856,
8842,
456,
779,
358,
649,
6958,
279,
828,
369,
279,
2199,
5380,
19244,
65,
3763,
1861,
3763,
2993,
3108,
262,
8842,
80131,
446,
1103,
498,
314,
2199,
25,
510,
17483,
3215,
828,
1618,
60,
2529,
734,
2657,
1287,
286,
443,
8538,
92178,
2082,
198,
262,
2820,
4649,
960,
3763,
374,
279,
538,
2728,
311,
-100
] |
Dubai announced the deepest pool
Dubai has set another Guinness world record, the deepest diving pool – Deep Dive Dubai. It is the only diving facility in the world with depths of 60 meters filled with 14 million liters of water.
Clown triggerfish
The Clown triggerfish is considered the most beautiful of the Balistidae family, because of its distinctive pattern. It is also one of the most aggressive specie of the triggerfish.
Types of diving
Underwater world is an amazing place that gives you a wonderful feeling when you explore and discover those wonders. But how many types of diving are there? Let us find out and allow us to go over each of the common types of diving and their key characteristics.
Spirobranchus giganteus are marine worms that looks like a Christmas tree with magnificent hued twin spirals of plumes used for feeding and respiration. With a body of not bigger than 5cm and height measuring around 4cm.
The silky shark (Carcharhinus falciformis) has a perfectly streamlined body and is a perfect swimmer. The peculiarity of this shark is that its skin has the softest placoid scales, which is why the shark got the name "silky". This shark species owes its name to smooth skin. It is also called sickle or reef shark.
Peacock Flounder
The Peacock Flounder also known as Flowery Founder due to colorful patterns on the side that is not laying on the floor. This species is the most common flounder, they can be found at depths of 100 meters and inhabits in clear sandy areas near mangroves, seagrass beds and coral reefs.
Layers of the Ocean
The ocean is the biggest biome on Earth that covers 70% of our planet and is still undiscovered. It is classified by several layers, and each has its own distinctive features. These layers are known as "zones", from the surface to the very extreme depths where light can no longer penetrate
Translucent Sea Squirt
Ciona intestinalis, an invertebrate marine animal that looks like a tube. They spend their entire life attached to hard surface like crustaceans, bedrock, docks, boat hulls and pier with low wave exposure and some water flow.
Spottail Shark
The Spottail shark, or sorrah shark (Carcharhinus sorrah), is one of the genus species of gray sharks. A common species of shark that lives between 31 ° N. and 31 ° S on the continental and island shelves close to the coast at a depth of 140 m. It prefers a sandy bottom but also occurs near coral reefs.
2021 AIDA Freediving World CUP – May
"AIDA Freediving World Cup" competition has started last May 11,2021. Based in Sharm El Sheik, Egypt and was organized by Italian freediver Andrea Zuccari with 2 world record.
AIDA Level I Freediving Introductory Course
Technique (Tips and Tricks) | {
"redpajama_set_name": "RedPajamaCommonCrawl"
} | 3,146 | [
128000,
74294,
2192,
7376,
279,
51621,
7463,
198,
74294,
2192,
706,
743,
2500,
89559,
1917,
3335,
11,
279,
51621,
43515,
7463,
1389,
18682,
89617,
35138,
13,
1102,
374,
279,
1193,
43515,
12764,
304,
279,
1917,
449,
43957,
315,
220,
1399,
20645,
10409,
449,
220,
975,
3610,
93966,
315,
3090,
627,
5176,
785,
8346,
18668,
198,
791,
99423,
8346,
18668,
374,
6646,
279,
1455,
6366,
315,
279,
19984,
380,
114405,
3070,
11,
1606,
315,
1202,
35947,
5497,
13,
1102,
374,
1101,
832,
315,
279,
1455,
19738,
1424,
648,
315,
279,
8346,
18668,
627,
4266,
315,
43515,
198,
16648,
13284,
1917,
374,
459,
8056,
2035,
430,
6835,
499,
264,
11364,
8430,
994,
499,
13488,
323,
7142,
1884,
40164,
13,
2030,
1268,
1690,
4595,
315,
43515,
527,
1070,
30,
6914,
603
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
74294,
2192,
7376,
279,
51621,
7463,
198,
74294,
2192,
706,
743,
2500,
89559,
1917,
3335,
11,
279,
51621,
43515,
7463,
1389,
18682,
89617,
35138,
13,
1102,
374,
279,
1193,
43515,
12764,
304,
279,
1917,
449,
43957,
315,
220,
1399,
20645,
10409,
449,
220,
975,
3610,
93966,
315,
3090,
627,
5176,
785,
8346,
18668,
198,
791,
99423,
8346,
18668,
374,
6646,
279,
1455,
6366,
315,
279,
19984,
380,
114405,
3070,
11,
1606,
315,
1202,
35947,
5497,
13,
1102,
374,
1101,
832,
315,
279,
1455,
19738,
1424,
648,
315,
279,
8346,
18668,
627,
4266,
315,
43515,
198,
16648,
13284,
1917,
374,
459,
8056,
2035,
430,
6835,
499,
264,
11364,
8430,
994,
499,
13488,
323,
7142,
1884,
40164,
13,
2030,
1268,
1690,
4595,
315,
43515,
527,
1070,
30,
6914,
603,
-100
] |
Home > Discounts & Coupons > Bluehost Back to School Sale Is Now Live!
The Bluehost Back to School sale is running now – bringing down the cost of their hosting plan to just $3.49/mo instead of the usual $7.99/mo. This sale is only running for a few days, ending on 9/1/17 at 11:59pm MST.
It's important to note that this offer also only applies to 36 month billing cycles – which isn't that big of a deal really. You are spending $125 for 3 years worth of hosting, with 24/7 support, and $150 worth of advertising credit from Google & Bing!
Furthermore no coupon code is required. Simply follow the banner within this post. Happy savings!
Next Is Marketing Automation Right For Your Business? | {
"redpajama_set_name": "RedPajamaC4"
} | 457 | [
128000,
7778,
871,
99474,
612,
68167,
871,
8868,
3875,
6984,
311,
6150,
13618,
2209,
4800,
11406,
4999,
791,
8868,
3875,
6984,
311,
6150,
6412,
374,
4401,
1457,
1389,
12967,
1523,
279,
2853,
315,
872,
20256,
3197,
311,
1120,
400,
18,
13,
2491,
3262,
78,
4619,
315,
279,
13783,
400,
22,
13,
1484,
3262,
78,
13,
1115,
6412,
374,
1193,
4401,
369,
264,
2478,
2919,
11,
13696,
389,
220,
24,
14,
16,
14,
1114,
520,
220,
806,
25,
2946,
5298,
85380,
627,
2181,
596,
3062,
311,
5296,
430,
420,
3085,
1101,
1193,
17208,
311,
220,
1927,
2305,
34631,
25492,
1389,
902,
4536,
956,
430,
2466,
315,
264,
3568,
2216,
13,
1472,
527,
10374,
400,
6549,
369,
220,
18,
1667,
5922,
315,
20256,
11,
449,
220,
1187,
14,
22,
1862
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
7778,
871,
99474,
612,
68167,
871,
8868,
3875,
6984,
311,
6150,
13618,
2209,
4800,
11406,
4999,
791,
8868,
3875,
6984,
311,
6150,
6412,
374,
4401,
1457,
1389,
12967,
1523,
279,
2853,
315,
872,
20256,
3197,
311,
1120,
400,
18,
13,
2491,
3262,
78,
4619,
315,
279,
13783,
400,
22,
13,
1484,
3262,
78,
13,
1115,
6412,
374,
1193,
4401,
369,
264,
2478,
2919,
11,
13696,
389,
220,
24,
14,
16,
14,
1114,
520,
220,
806,
25,
2946,
5298,
85380,
627,
2181,
596,
3062,
311,
5296,
430,
420,
3085,
1101,
1193,
17208,
311,
220,
1927,
2305,
34631,
25492,
1389,
902,
4536,
956,
430,
2466,
315,
264,
3568,
2216,
13,
1472,
527,
10374,
400,
6549,
369,
220,
18,
1667,
5922,
315,
20256,
11,
449,
220,
1187,
14,
22,
1862,
-100
] |
History of the United States, from the discovery of the amarican ..., 第 2 卷
作者:George Bancroft
of the chafing waves into arches and bastions, caverns and towering walls, heaps of prostrate ruins, and erect columns crowned with fantastic entablatures. Landing on the south shore, he said mass,-thus consecrating the forests, which he claimed for a Christian king:
Sailing beyond the Bay of St. Theresa, and having yainly sought for a mass of pure copper, of which he had heard rumours, on the first day of October he arrived at the great village of the Chippewas, in the Bay of Che-goime-gon. It was at a moment when the young warriors were bent on a strife with the warlike Sioux. A grand council of ten or twelve neighbouring nations was held, to wrest the hatchet from the hands of the rash braves; and Alloüez was admitted to an audience before the vast assembly. In the name of Louis XIV. and his viceroy, he commanded peace, and offered commerce and an alliance against the Iroquois : the soldiers of France would smooth the path between the Chippewas and Quebec ; would brush the pirate canoes from the rivers ; would leave to the Five Nations no choice but between tran1665- quillity and destruction. On the shore of the bay, 1667. to which the abundant fisheries attracted crowds, a chapel soon rose, and the mission of the Holy Spirit was founded. There admiring throngs, who had never seen a European, came to gaze on the white man, and on the pictures which he displayed of the realms of hell and of the last judgment; there a choir of Chippewas were taught to chant the pater and the ave. During his long sojourn, he lighted the torch of faith for more than twenty different nations. The dwellers round the Sault, a band of
• the Outehibouec," as the Jesuits called the Chippewas, pitched their tents near his cabin for a month,
and received his instructions. The scattered Hurons and Ottawas, that roamed the deserts north of Lake Superior, appealed to his compassion, and, before his return, obtained his presence in their morasses. From the unexplored recesses of Lake Michigan came the Potawatomies; and these worshippers of the sun invited him to their homes. The Sacs and Foxes travelled on foot from their country, which abounded in deer, and beaver, and buffalo. The Illinois, also,
,-a hospitable race, unaccustomed to canoes, having no weapon but the bow and arrow,-came to rehearse their sorrows.
Their ancient glory and their numbers had been diminished by the Sioux, on the one side, and
the Iroquois, armed with muskets, on the other. Curiosity was roused by their tale of the noble river on which they dwelt, and which flowed towards the south.
* They had no forests, but, instead of them, vast prairies, where herds of deer and buffalo, and other animals, grazed on the tall grasses." They explained, also, the wonders of their peace-pipe, and declared it their custom to welcome the friendly stranger with shouts of joy.
" Their country," said Alloüez, " is th9 best field for the gospel. Had I had leisure, I would have gone to their dwellings, to see with my own eyes all the good that was told me of them."
Then, too, at the very extremity of the lake, the missionary met the wild, impassive warriors of the Sioux, who dwelt to the west of Lake Superior, in a land of prairies, with wild rice for food, and skins of beasts, instead of bark, for roofs to their cabins, on the banks of the Great River, of which Alloüez reported the name to be "Messipi.'
After residing for nearly two years chiefly on the southern margin of Lake Superior, and conn
nnecting his name imperishably with the progress of discovery in the
west, Alloüez returned to Quebec to urge the esta1667
blishment of permanent missions, to be accompanied by little colonies of French emigrants ;-and such was his own fervour, such the earnestness with which he was seconded, that, in two days, with another priest, Louis Nicolas, for his companion, he was on his way, returning to the mission at Che-goi-me-gon. The prevalence of peace favoured the progress
of French dominion : the company of the West Indies, resigning its monopoly of the fur-trade, gave an impulse to Canadian enterprise; a recruit of missionaries had arrived from France; and Claude Dablon and James Marquette repaired to the Chippewas at the Sault, to establish the mission of St. Mary: It is the oldest settlement begun by Europeans within the present limits of the commonwealth of Michigan.
For the succeeding years, the illustrious triumvirate, Alloüez, Dablon, and Marquette, were employed in confirming the influence of France in the vast regions that extend from Green Bay to the head of Lake Superior,mingling happiness with suffering, and winning enduring glory by their fearless perseverance.
For to what incle. mencies, from nature and from man, was each missionary
among the barbarians exposed! He defies the severity of climate, wading through water, or through snows, without the comfort of fire ; having no bread but pounded maize, and often no food but the unwholesome moss from the rocks ; labouring incessantly; exposed to live, as it were, without nourishment, to sleep without a resting-place, to travel far, and always incurring perils,—to carry his life in his hand, or rather daily, and oftener than every day, to hold it up as a target, expecting captivity, death from the tomahawk, tortures, fire. And yet the simplicity and the freedom of life in the wilderness had their charms The heart of the missionary would swell with delight, as, under a serene sky, and with a mild temperature, and breathing a pure air, he moved over waters as transparent as the most limpid fountain. Every encampment offered his attendants the pleasures of the chase. Like a patriarch, he dwelt beneath a tent; and of the land through which he walked, he was its master, in the length of it and in the breadth of it, profiting by its productions, without the embarrassment of ownership. How often was the pillow of stones like that where Jacob felt the presence of God! How often did the ancient oak, of which the centuries were untold, seem like the tree of Mamre, beneath which Abraham broke bread with angels! Each day gave the pilgrim a new site for his dwelling, which the industry of a few moments would erect, and for which nature pro. vided a floor of green, inlaid with flowers. On every side clustered beauties, which art had not spoiled, and could not imitate.
The purpose of discovering the Mississippi, of 1669. which the tales of the natives had published the magnificence, sprung from Marquette himself. He had resolved on attempting it, in the autumn of 1669 ; and, when delay intervened, from the necessity of employing himself at Che-goi-me-gon, which Alloüez had exchanged for a new 1669, mission at Green Bay, he selected a young Illinois as 1670. a companion, by whose instructions he became familiar with the dialect of that tribe.
Continued commerce with the French gave protec1670.
tion to the Algonquins of the west, and confirmed their attachment. Å political interest grew up, and ex. tended to Colbert and the ministry of Louis XIV. It became the fixed purpose of Talon, the intendant of the colony, to spread the power of France to the utmost bor. ders of Canada. To this end, Nicolas Perrot appeared as his agent in the west, to propose a congress of the nations at St. Mary's. The invitation reached the tribes of Lake Superior, and was carried even to the wandering hordes of the remotest north. Nor did the messenger neglect the south ; obtaining, at Green Bay, an escort of Potawatomies, he, the first of Europeans, repaired on the same mission of friendship to the Miamis at Chicago.
The day appointed for the unwonted spectacle of 1671. the
congress of nations arrived ; and, with Alloüez as his interpreter, St. Lusson, fresh from an excursion to Southern Canada,—that is, the borders of the Kennebec, where English habitations were already sown broadcast along the coast,-appeared at the Falls of St. Mary as the delegate of Talon. There are assembled the envoys of the wild republicans of the wilderness, and brilliantly-clad officers from the veteran armies of France. It was formally announced to the natives, gathered, as they were, from the head-springs of the St. Lawrence, the Mississippi, and the Red River, that they were placed under the protection of the French king. A cross of cedar was raised ; and, amidst the groves of maple and pine, of elm and hemlock, that are strangely intermingled on the beautiful banks of the St. Mary, where the bounding river lashes its waters into snowy whiteness, as they hurry past the dark evergreen of the tufted islands in the channel, the whole company of the French, bowing before the emblem of man's redemption, chanted to its glory a hymn of the seventh century
" Vexilla Regis prodeunt ;
Fulget crucis mysterium.'
The banners of heaven's King advance;
The mystery of the cross shines forth. By the side of the cross, a cedar column was planted, and marked with the lilies of the Bourbons. Thus were the authority and the faith of France uplifted, in the presence of the ancient races of America, in the heart of our conti. nent. Yet this daring ambition of the servants of a military monarch was doomed to leave no abiding monument, this echo of the middle age to die away.
In the same year, Marquette gathered the wandering remains of one branch of the Huron nation round a chapel at Point St. Ignace, on the continent, north of the penin
sula of Michigan. The climate was repulsive ; but fishı abounded, at all seasons, in the strait; and the establishment was long maintained as the key to the west, and the convenient rendezvous of the remote Algonquins. Here, also, Marquette once more gained a place among the founders of Michigan.
The countries south of the village, founded by 1672.
Marquette, were explored by Allouez and Dablon, who bore the cross through Eastern Wisconsin, and the north of Illinois, visiting the Mascoutins and the Kickapoos on the Milwauke, and the Miamis, at the head of Lake Michigan. The young men of the latter tribe were intent on an excursion against the Sioux, and they prayed to the missionaries to give them the victory. After finishing the circuit, Alloüez, fearless of danger, extended his rambles to the cabins of the Foxes, on the river which bears their name.
The long-expected discovery of the Mississippi was 1673. at hand, to be accomplished by Joliet, of Quebec, of whom there is no record, but of this one excursion, that gives him immortality, and by Marquette, who, after years of pious assiduity to the poor wrecks of Hurons, whom he planted, near abundant fisheries, on the cold extremity of Michigan, entered, with equal humility, upon a career which exposed his life to perpetual danger, and, by its results, affected the destiny of nations.
The enterprise projected by Marquette had been favoured by Talon, the intendant of New France, who, on the point of quitting Canada, wished to signalize the last period of his stay, by ascertaining if the French, descending the great river of the central west, could bear the banner of France to the Pacific, or plant it, side by side with that of Spain, on the Gulf of Mexico.
A branch of the Potawatomies, familiar with Marquette as a missionary, heard with wonder the daring proposal.
Those distant nations," said they, never spare the strangers; their mutual wars fill their borders with bands of warriors; the Great River abounds in monsters, which devour both men and canoes ; the excessive heats occasion death."—"I shall gladly lay down my life for the salvation of souls," replied the good father; and the docile nation joined him in prayer.
At the last village on Fox River ever visited by the French, -where Kickapoos, Mascoutins, and Miamis | {
"redpajama_set_name": "RedPajamaCommonCrawl"
} | 4,119 | [
128000,
13730,
315,
279,
3723,
4273,
11,
505,
279,
18841,
315,
279,
1097,
277,
7210,
61453,
51431,
220,
17,
67621,
115,
198,
58521,
25,
40052,
84177,
299,
728,
198,
1073,
279,
523,
2642,
287,
17301,
1139,
5438,
288,
323,
33077,
919,
11,
76304,
82,
323,
87794,
14620,
11,
93740,
315,
463,
71015,
46762,
11,
323,
38732,
8310,
79743,
449,
14964,
1218,
62573,
2859,
13,
47524,
389,
279,
10007,
31284,
11,
568,
1071,
3148,
5106,
34232,
20503,
22696,
279,
36658,
11,
902,
568,
11922,
369,
264,
9052,
11734,
512,
50,
14612,
7953,
279,
9332,
315,
800,
13,
43812,
11,
323,
3515,
379,
467,
398,
16495,
369,
264,
3148,
315,
10748,
24166,
11,
315,
902,
568,
1047,
6755,
66025,
11,
389,
279,
1176,
1938,
315,
6664,
568,
11721,
520,
279
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
13730,
315,
279,
3723,
4273,
11,
505,
279,
18841,
315,
279,
1097,
277,
7210,
61453,
51431,
220,
17,
67621,
115,
198,
58521,
25,
40052,
84177,
299,
728,
198,
1073,
279,
523,
2642,
287,
17301,
1139,
5438,
288,
323,
33077,
919,
11,
76304,
82,
323,
87794,
14620,
11,
93740,
315,
463,
71015,
46762,
11,
323,
38732,
8310,
79743,
449,
14964,
1218,
62573,
2859,
13,
47524,
389,
279,
10007,
31284,
11,
568,
1071,
3148,
5106,
34232,
20503,
22696,
279,
36658,
11,
902,
568,
11922,
369,
264,
9052,
11734,
512,
50,
14612,
7953,
279,
9332,
315,
800,
13,
43812,
11,
323,
3515,
379,
467,
398,
16495,
369,
264,
3148,
315,
10748,
24166,
11,
315,
902,
568,
1047,
6755,
66025,
11,
389,
279,
1176,
1938,
315,
6664,
568,
11721,
520,
279,
-100
] |
Tina J. Gordon, 9780996606004, 234pp.
All Delia Williams wants is to be named scholar athlete when she graduates from eighth grade at the end of the year. Her life is crowded with cheerleading, keeping up her A average, shopping, and parties. To the outside world, she is the girl who appears to have it all. Yet Delia is missing the one thing she longs for; her family's approval. When her father dies, Delia's life shatters. Her pampered mother Emily spirals into a debilitating depression as the family plummets into poverty. Before his death, her father's business collapsed leaving them with no credit or money. The bank forecloses on their home, forcing Delia and Emily to move into a room in a welfare hotel. When a social worker threatens to send Delia to foster care and hospitalize her mother, they flee to Hardscrabble Way, a tent city for the homeless on the outskirts of Philadelphia. Life inside the tent city exposes Delia to eccentric characters like Crazy Annie and Chief Cheyenne. She also meets her first love, Denny Jaxson, who supports her as she adjusts and tries to conquer the challenges of her new situation. At first Delia struggles to fit into her new community, but she soon comes to consider this her family. Delia discovers her own inner strength as she learns what truly matters. This heartwarming novel is based on true events.
About the Author Tina J. Gordon was born in New York City. She was an educator for many years. Currently she is a blogger with serious food and travel addictions. She lives on the coast of New Jersey and is working on a new novel. | {
"redpajama_set_name": "RedPajamaC4"
} | 4,194 | [
128000,
51,
2259,
622,
13,
26952,
11,
220,
17272,
26513,
19274,
5067,
19,
11,
220,
11727,
604,
627,
2460,
7462,
689,
13926,
6944,
374,
311,
387,
7086,
18640,
34880,
994,
1364,
38581,
505,
37477,
12239,
520,
279,
842,
315,
279,
1060,
13,
6385,
2324,
374,
39313,
449,
26085,
21307,
11,
10494,
709,
1077,
362,
5578,
11,
12185,
11,
323,
9875,
13,
2057,
279,
4994,
1917,
11,
1364,
374,
279,
3828,
889,
8111,
311,
617,
433,
682,
13,
14968,
7462,
689,
374,
7554,
279,
832,
3245,
1364,
1317,
82,
369,
26,
1077,
3070,
596,
14765,
13,
3277,
1077,
7126,
8898,
11,
7462,
689,
596,
2324,
559,
10385,
13,
6385,
42290,
43868,
6691,
35266,
18823,
1147,
1139,
264,
92890,
18710,
439,
279,
3070,
628,
27054,
1441,
1139,
19542,
13,
13538
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
51,
2259,
622,
13,
26952,
11,
220,
17272,
26513,
19274,
5067,
19,
11,
220,
11727,
604,
627,
2460,
7462,
689,
13926,
6944,
374,
311,
387,
7086,
18640,
34880,
994,
1364,
38581,
505,
37477,
12239,
520,
279,
842,
315,
279,
1060,
13,
6385,
2324,
374,
39313,
449,
26085,
21307,
11,
10494,
709,
1077,
362,
5578,
11,
12185,
11,
323,
9875,
13,
2057,
279,
4994,
1917,
11,
1364,
374,
279,
3828,
889,
8111,
311,
617,
433,
682,
13,
14968,
7462,
689,
374,
7554,
279,
832,
3245,
1364,
1317,
82,
369,
26,
1077,
3070,
596,
14765,
13,
3277,
1077,
7126,
8898,
11,
7462,
689,
596,
2324,
559,
10385,
13,
6385,
42290,
43868,
6691,
35266,
18823,
1147,
1139,
264,
92890,
18710,
439,
279,
3070,
628,
27054,
1441,
1139,
19542,
13,
13538,
-100
] |
BREAKING: WWIII with Russia? Here Is What The Democrats Want
(breitbart) – The corporate media and Democrats are whipping up a moral panic around Ukraine that could deliver us right into World War III, all in an effort to win the 2022 midterms — and it looks as if more and more Republicans are falling for it.
Past is prologue, so let's look at the recent past as a means to understand what's happening.
Five years ago, all in an effort to overthrow a duly elected President Trump, Democrats, the media, and the Deep State fabricated the Russia Collusion Hoax.
When that failed, the murder of George Floyd was used as an excuse to burn and loot a countless number of Democrat-run cities.
When that failed, the China Flu was exploited to smash small businesses, dehumanize Trump voters, and stunt children's growth using masks.
In all three cases, over a mere five years, the media and Democrats manipulated events into eras of neo-McCarthyism.
To begin with, there were the purity tests…
You were either against Trump or with Russia rigging our elections. You supported the domestic terrorists in Black Lives Matter or were a racist. You were either willing to mask little kids and destroy the livelihoods of vaccine skeptics and small businesses, or you were a serial killer.
These purity tests came with false idols we were required to worship: Robert Mueller, George Floyd, and Anthony Fauci.
This is what happens when you have a political party incapable of governing. The Democrat party's elitism has cost them the working class. Additionally, almost every city they govern is a Third World-like Detroit or headed in that direction. They want gay porn taught in schools, mentally ill men sharing locker rooms with our daughters, kids masked forever, high gas prices, open borders… I could go on.
So, in an effort to distract from that, we've been hit with three neo-McCarthyism eras in a row, three moral panics, but number four is by far the most terrifying.
Vladimir Putin's war against Ukraine will hopefully end with his humiliation. But wishing for that and approving of economic sanctions against Russia is not enough. It should be enough. In a sane world, a war unfolding in a country that is of no strategic interest to us would be story number four or five, after inflation, gas prices, and crime. But instead of focusing on issues that matter to everyday Americans, Democrats and their media allies are frantically manufacturing a moral panic around Ukraine. Hell, we've been given an idol to worship, Ukrainian President Volodymyr Zelensky, and purity tests… We're blacklisting Russian artists (including dead ones), we're killing a countless number of Russian jobs, we're even ceasing the exportation of medicines. This is insane. Why would we want to make enemies of the Russian people?
But none of that matters.
More frightening still are the growing calls for a no-fly zone over Ukraine — an act that would, without question, lead to a hot war between the U.S. and Russia.
A no-fly zone means we shoot down Russian planes. Period. If that's not a hot war, nothing is.
The media misinformation about no-fly zones mixed with all the emotional manipulation around the war has — at least according to one poll — resulted in 74 percent of the country favoring a no-fly zone. That's right: according to at least one poll, 74 percent of the American people want to go to war with Russia — war-war, a real war.
The moral panic now has some members of the GOP calling for military escalation against Russia:
"U.S. Rep. Brian Mast, R-Fla., says he supports imposing a no-fly zone over Ukraine, despite the risks involved with the U.S. shooting down Russian aircraft and escalating the conflict."
"Maria Elvira Salazar, [a Republican] who represents Florida's 27th congressional district, told reporters she 'absolutely' supported Ukrainian president Volodymyr Zelensky's calls for a no-fly zone when asked on Wednesday."
"Sen. Roger Wicker (R-Miss.) endorsed the idea of creating a no-fly zone over Ukraine amid the Russian invasion of the eastern European country, which grows deadlier by the day as Russian troops lay siege to population centers."
Here's the most manipulative of them all…
South Carolina Republican Senator Lindsey Graham announced on Sunday he would support a NATO-enforced no-fly zone over Ukraine if Vladimir Putin used chemical weapons on civilians there.
With his red line, you can see what the war-monger Graham is up to. It's WMD all over again. Except…
Last week, while testifying before the U.S. Senate, Under Secretary of State Victoria Nuland, a notorious Deep Stater, admitted the following: "Ukraine has biological research facilities which, in fact, we are now quite concerned Russian troops may be seeking to gain control of." But Nuland went on to say that if there's a chemical or biological attack, she is 100 percent certain Russia will be responsible. "It is classic Russian technique," she said, "to blame on the other guy what they are planning to do themselves."
Well, wait a minute, wait a minute, wait a minute…
Does that not give off the same WMD stink that led us into a futile 20-year war in Iraq?
Is that the play here? We're just going to willy-nilly start shooting down Russian jets (i.e., go to war with Russia) because we're 100 percent certain that if some biological event occurs, it's Russia's doing?
The media and America's war-mongers are so desperate to cover up the fact that Ukraine does indeed have these biological facilities that former Rep. Tulsi Gabbard (D-HI) has been attacked as a traitor for urging caution, for fear of these facilities being "inadvertently or purposely breached or compromised." Get this: over a $59.95 donation, the far-left Daily Beast suggested Gabbard was compromised by an "accused Russian agent."
And then there's no less than the Republican leader in the U.S. Senate, Mitch McConnell (R-KY), looking to out-flank Biden:
With regard to the ongoing war in Ukraine, it seems to me that the president believes that any effort to help Ukrainians is potentially provocative to the Russians. Look, the provocations have already occurred. The war is underway. We need to do any and everything we can to help our Ukrainian friends — short of, as we all agree, putting American troops across the NATO line. Unfortunately, the administration keeps on dragging its heels. Even when they do the right thing, they do it too late. The administration needs to get the message we need to help the Ukrainians in every conceivable way.
Alternately, Democrats and the media are pressuring Biden to out-flank Republicans, to use the moral panic to paint the GOP as weak on Ukraine. This would not only mean the Democrats and Biden would have to escalate their own rhetoric and war-mongering, it would escalate the GOP's:
"'We're Zelenskyy Democrats. And they're Putin Republicans' would be my bumper sticker," Democratic Congressional Campaign Committee chair, Rep. Sean Patrick Maloney (D-N.Y.), said in an interview Wednesday.
Biden's reluctance to more forcefully combat Republican attacks reflects both a fear that the situation in Ukraine could escalate further and an effort — at least for now — to minimize the creep of domestic politics in delicate matters of foreign affairs. Republicans have been less concerned about dragging Biden's decisions squarely into the political arena.
Here's the bottom line, the hard truth: The fact that what Russia is doing to Ukraine constitutes an atrocity is not enough to justify war or risk war. And as of right now, and I hope this doesn't change, Biden is handling things about as well as one could hope. Yet, McConnell is accusing Biden of "dragging his feet." Yeah, well, that's precisely what Biden should be doing, especially if there's a "biological event."
Ukraine is not our problem, and if this manufactured moral panic infects our politics anymore and we decide to make it our problem, that would mean we've been manipulated into risking World War III for no valid reason. All of this war fever is about one thing: rescuing Democrats from oblivion in the 2022 midterms.
If Ukraine defeats Russia, hooray.
If Ukraine falls to Russia, that would be a shame, but it's not our problem.
But do not underestimate the media's and the Democrat party's willingness to do unholy things to protect their power. These monsters have already burned our cities, attempted a coup, and abused our children.
To the left, World War III is more than worth it if it means holding power.
breitbart.com/politics/2022/03/16/nolte-democrats-media-willing-risk-wwiii-russia-win-midterms/
Previous articleWOW: Disney Employees Plan Massive Walkout – This Is Insane
Next articleWOW: Joe Biden Is Sending Reinforcements – Russia Stunned | {
"redpajama_set_name": "RedPajamaCommonCrawl"
} | 3,522 | [
128000,
90525,
1753,
25,
29144,
23440,
449,
8524,
30,
5810,
2209,
3639,
578,
12643,
24133,
198,
1921,
265,
50299,
8,
1389,
578,
13166,
3772,
323,
12643,
527,
98622,
709,
264,
16033,
22743,
2212,
19278,
430,
1436,
6493,
603,
1314,
1139,
4435,
5111,
14767,
11,
682,
304,
459,
5149,
311,
3243,
279,
220,
2366,
17,
5209,
18853,
2001,
323,
433,
5992,
439,
422,
810,
323,
810,
13063,
527,
16054,
369,
433,
627,
51213,
374,
463,
68178,
11,
779,
1095,
596,
1427,
520,
279,
3293,
3347,
439,
264,
3445,
311,
3619,
1148,
596,
12765,
627,
38120,
1667,
4227,
11,
682,
304,
459,
5149,
311,
63331,
264,
77903,
16689,
4900,
3420,
11,
12643,
11,
279,
3772,
11,
323,
279,
18682,
3314,
70554,
279,
8524,
13201,
7713,
17723,
710,
627,
4599,
430
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
90525,
1753,
25,
29144,
23440,
449,
8524,
30,
5810,
2209,
3639,
578,
12643,
24133,
198,
1921,
265,
50299,
8,
1389,
578,
13166,
3772,
323,
12643,
527,
98622,
709,
264,
16033,
22743,
2212,
19278,
430,
1436,
6493,
603,
1314,
1139,
4435,
5111,
14767,
11,
682,
304,
459,
5149,
311,
3243,
279,
220,
2366,
17,
5209,
18853,
2001,
323,
433,
5992,
439,
422,
810,
323,
810,
13063,
527,
16054,
369,
433,
627,
51213,
374,
463,
68178,
11,
779,
1095,
596,
1427,
520,
279,
3293,
3347,
439,
264,
3445,
311,
3619,
1148,
596,
12765,
627,
38120,
1667,
4227,
11,
682,
304,
459,
5149,
311,
63331,
264,
77903,
16689,
4900,
3420,
11,
12643,
11,
279,
3772,
11,
323,
279,
18682,
3314,
70554,
279,
8524,
13201,
7713,
17723,
710,
627,
4599,
430,
-100
] |
HomeAboutResourcesContact
NJ Family Law Blog
Your Go-To Resource for New Jersey Family Law
Home » Madoff Mess Hits the Divorce Courts Part II – The Appellate Court Speaks
Madoff Mess Hits the Divorce Courts Part II – The Appellate Court Speaks
By Eric S. Solotoff on January 7, 2011
Last year, I wrote a post on this blog about the Madoff Mess hitting the divorce Courts, the trial court's decision in that case and even a podcast that I had participated in about the decision.
In this case, in June 2006, the parties agreed to evenly split the $5.4 million in an account they had with Madoff Securities. As a result, the husband gave the wife $2.7 million in cash, and retained the account. As a result of the Madoff Ponzi scheme that has essentially rendered the account worthless, the husband has filed suit seeking the $2.7 million that he paid the wife. The husband (a prominent attorney with a large NY law firm) alleged that because the account turned out to be valueless, the spirit of the agreement was broken. The wife's position was the husband withdrew probably $3 million to pay the wife, so the asset did exist at the time of the settlement agreement.
Acting New York State Supreme Court acting Justice Saralee Evans decided that the husband is stuck with his decision to keep the account instead of withdrawing his money before the December 2008 collapse of Bernard L. Madoff Investment Securities LLC. The Justice noted that while the husband claimed the Madoff account held no assets, he did not allege it had no value. Key to the decision was that in 2006 and "the several years after that plaintiff maintained this investment," the account "could have been redeemed for cash, presumably significantly in excess of its 2004 value." In addition, the Justice held that "An investor's ability to redeem an account for value, was the assumption on which the parties relied in dividing their property and in doing so they made no mistake."The public policy of the finality of settlements was upheld.
At the time, I wondered about the ultimate fairness of this and said:
That said, if this case was in New Jersey, there may be the possibility of a recovery here. Though the general rule is that equitable distribution is not-modifiable, the issue may turn on whether there was $5.7 million in the account at the time of the divorce or whether that was simply an illusion created by Madoff's alleged fraud. If the account really had no value at that time, then the parties made a "mutual mistake". In that case, the settlement agreement could be re-formed to create an equitable result. If the money was actually in the account at that time, there could be a different result. One could argue that this really wasn't any different than any other investment that loses value – though that result seems harsh. However, assuming the husband had that money in your ordinary stock account, given the stock market over the last year and current financial crisis, it seems unlikely that his $5.4 million would still be $5.4 million. If there were just stock losses, it is highly unlikely that he would be entitled to any relief. Moreover, it is not unlikely that if the wife invested her $2.7 million in stock or real estate, that she has her full $2.7 million either.
Whether is is ultimately fair since the asset may not have really existed is another story. It is different than retaining a stock account and then the market goes up or down because in that instance, there really was an asset as opposed to a fictional asset. It is also different than holding on to a home whose value has decreased, as I have blogged on before.
It turned out, the Appellate Division in New York agreed with my logic and reversed the dismissal of the trial court matter and allowing the matter to be opened up.
The Appellate Court found that dismissal was improper and the husband had the right to try to pursue both the issues of mutual mistake (i.e. there never really was an account) and that the wife was unjustly enriched. In coming to its decision, the majority of the court held:
The dissent states: "[a]t the time of the agreement, Steven had an account in his name with [Madoff]." Untrue. Steven never had an account in his name with Madoff; on Madoff's own admission there were no accounts within which trades were made on behalf of investors.
The dissent then states, "Steven liquidated part of the account to fund his payments to Laura." Untrue. In Madoff's Ponzi scheme what appeared to Steven and Laura to be a partial liquidation of an account was simply a payment to Steven that came from funds deposited by a more recent "investor" in what the "investor" believed was his own account.
The dissent further observes, "[Steven] did not liquidate the rest of the Madoff account … and he continued to invest in it." Untrue. There was no account which could be liquidated, as became apparent when Madoff received $7 billion worth of "liquidation" calls from investors in 2008. Nor was Steven "investing" in an account; his further contributions went directly to pay other "investors" in the scheme.
Clearly, this case is far from over. We will update you when the next move is reported from the courts.
Tags: Bernard Madoff, Bernard Madoff Divorce, Equitable Distribution, modification of equitable distribution, Morris County Divorce Attorneys, mutual mistake, reformation of contract, Simkin, unjust enrichment
Like the Lochness Monster - A Rare Doctrine of Unclean Hands "Citing"
Appellate Division Overturns Order Denying Motion to Vacate 8 Year Old Divorce for Fraud
How is Deferred Compensation that is Granted Pre-Complaint, but Vests Post-Complaint, Divided?
I'm Not a Cat, But Can I Get Divorced Over Zoom Anyway?
Mistakes Happen: How the Law Treats Mistakes in Marital Settlement Agreements
Follow Us on Twitter Follow Us on Twitter
Subscribe to this blog via RSS Subscribe to this blog via RSS
View Our LinkedIn Profile View Our LinkedIn Profile
The Fox Legal Network
Follow Us on Twitter Subscribe to this blog via RSS View Our LinkedIn Profile
Privacy NoticeTerms of Use
Fox Rothschild LLP is a national law firm of 950 attorneys in offices throughout the United States. We've been serving clients for more than a century, and we've been climbing the ranks of the nation's largest firms for many years, according to both The Am Law 100 and The National Law Journal.
Read More About Our Firm
Select Category Select Category AdoptionAlimonyAppellate PracticeChild SupportCivil Unions and Domestic PartnershipsCohabitants' RightsCollegeCounsel Fee AwardsCustodyDivorceDomestic ViolenceEquitable DistributionEstate and Trust IssuesGeneral NJ Family Law News & UpdatesGrandparent VisitationInterspousal AgreementsLBGTQ IssuesMediation/ArbitrationModificationPalimonyPaternityPractice IssuesPrenuptial AgreementsPrivacy and ConfidentialityProperty Settlement AgreementsResourcesRetirementTax IssuesVisitation/Parenting Time
Select Month Select Month January 2022 December 2021 November 2021 October 2021 September 2021 August 2021 July 2021 June 2021 May 2021 April 2021 March 2021 February 2021 December 2020 November 2020 October 2020 September 2020 August 2020 June 2020 May 2020 April 2020 March 2020 February 2020 January 2020 December 2019 November 2019 October 2019 September 2019 August 2019 July 2019 June 2019 May 2019 April 2019 March 2019 January 2019 December 2018 November 2018 October 2018 September 2018 August 2018 July 2018 June 2018 May 2018 April 2018 March 2018 February 2018 January 2018 December 2017 November 2017 September 2017 August 2017 June 2017 May 2017 March 2017 February 2017 January 2017 December 2016 November 2016 October 2016 September 2016 August 2016 July 2016 June 2016 May 2016 April 2016 March 2016 February 2016 January 2016 December 2015 November 2015 October 2015 September 2015 August 2015 July 2015 June 2015 May 2015 April 2015 March 2015 February 2015 January 2015 December 2014 November 2014 October 2014 September 2014 August 2014 July 2014 June 2014 May 2014 April 2014 March 2014 February 2014 January 2014 December 2013 November 2013 October 2013 September 2013 August 2013 July 2013 June 2013 May 2013 April 2013 March 2013 February 2013 January 2013 December 2012 November 2012 October 2012 September 2012 July 2012 April 2012 March 2012 February 2012 January 2012 December 2011 November 2011 October 2011 September 2011 August 2011 July 2011 June 2011 May 2011 April 2011 March 2011 February 2011 January 2011 December 2010 November 2010 October 2010 September 2010 August 2010 July 2010 June 2010 May 2010 April 2010 March 2010 February 2010 January 2010 December 2009 November 2009 October 2009 September 2009 August 2009 July 2009 June 2009 May 2009 April 2009 March 2009 February 2009 January 2009 December 2008 November 2008 October 2008 September 2008 August 2008 July 2008 June 2008 May 2008 April 2008 March 2008 February 2008
Copyright © 2022, Fox Rothschild LLP. All Rights Reserved. Attorney Advertising.
This website uses cookies to improve your experience. By continuing to browse our website you consent to our use of cookies as set forth in our Cookie Policy. Learn More | {
"redpajama_set_name": "RedPajamaCommonCrawl"
} | 2,167 | [
128000,
7778,
10714,
11528,
8906,
198,
88086,
12517,
7658,
14496,
198,
7927,
6122,
59408,
12027,
369,
1561,
16228,
12517,
7658,
198,
7778,
8345,
9671,
1885,
19234,
54751,
279,
8940,
16716,
66563,
3744,
8105,
1389,
578,
1883,
616,
349,
7301,
12587,
10011,
198,
38136,
1885,
19234,
54751,
279,
8940,
16716,
66563,
3744,
8105,
1389,
578,
1883,
616,
349,
7301,
12587,
10011,
198,
1383,
16645,
328,
13,
11730,
354,
1885,
389,
6186,
220,
22,
11,
220,
679,
16,
198,
5966,
1060,
11,
358,
6267,
264,
1772,
389,
420,
5117,
922,
279,
9671,
1885,
19234,
20129,
279,
25549,
66563,
11,
279,
9269,
5590,
596,
5597,
304,
430,
1162,
323,
1524,
264,
18181,
430,
358,
1047,
31408,
304,
922,
279,
5597,
627,
644,
420,
1162,
11,
304,
5651,
220,
1049,
21,
11
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
7778,
10714,
11528,
8906,
198,
88086,
12517,
7658,
14496,
198,
7927,
6122,
59408,
12027,
369,
1561,
16228,
12517,
7658,
198,
7778,
8345,
9671,
1885,
19234,
54751,
279,
8940,
16716,
66563,
3744,
8105,
1389,
578,
1883,
616,
349,
7301,
12587,
10011,
198,
38136,
1885,
19234,
54751,
279,
8940,
16716,
66563,
3744,
8105,
1389,
578,
1883,
616,
349,
7301,
12587,
10011,
198,
1383,
16645,
328,
13,
11730,
354,
1885,
389,
6186,
220,
22,
11,
220,
679,
16,
198,
5966,
1060,
11,
358,
6267,
264,
1772,
389,
420,
5117,
922,
279,
9671,
1885,
19234,
20129,
279,
25549,
66563,
11,
279,
9269,
5590,
596,
5597,
304,
430,
1162,
323,
1524,
264,
18181,
430,
358,
1047,
31408,
304,
922,
279,
5597,
627,
644,
420,
1162,
11,
304,
5651,
220,
1049,
21,
11,
-100
] |
On 18 June, Churchill warned the British people that the 'battle of France' was over and the 'battle of Britain' was about to begin. His words were proved right. As early summer gave way to July and August, the threat of invasion loomed over Britain.
Churchill, seeing that control of the skies was vital, put businessman Lord Beaverbrook in charge of Aircraft Production (as Minister) and encouraged British scientists to improve radar defences and counter German technology. In August, the Royal Air Force managed to inflict heavy casualties on the German Luftwaffe and, in September, the German pilots transferred their attention from the coastal airfields and those in south-west England to London, allowing the fighter bases respite from attack but putting British people in the city at much greater risk. In early September a massive series of raids involving nearly four hundred German bombers and more than six hundred fighters targeted docks in London's East End almost continuously, day and night.
In early September a massive series of raids involving nearly four hundred German bombers and more than six hundred fighters targeted docks in London's East End almost continuously, day and night. Listen to a reporter describing London in the Blitz, with St Paul's Cathedral, its dome silhouetted against the 'ruddy sky … almost like the Day of Judgement'.
For more on the Battle of Britain, see the BBC collection in their online Archive of programmes and documents (including interviews from some of the battle's heroes and film footage of the Spitfire and Hawker Hurricane fighter planes in action).
The turning point in Britain's fortunes in the war was captured by Churchill's famous speech in praise of the British men of the under-resourced Royal Air Force. But more was still to come. | {
"redpajama_set_name": "RedPajamaC4"
} | 9,607 | [
128000,
1966,
220,
972,
5651,
11,
58274,
19201,
279,
8013,
1274,
430,
279,
364,
66054,
315,
9822,
6,
574,
927,
323,
279,
364,
66054,
315,
13527,
6,
574,
922,
311,
3240,
13,
5414,
4339,
1051,
19168,
1314,
13,
1666,
4216,
7474,
6688,
1648,
311,
5887,
323,
6287,
11,
279,
6023,
315,
30215,
781,
25111,
927,
13527,
627,
84910,
484,
11,
9298,
430,
2585,
315,
279,
50393,
574,
16595,
11,
2231,
47378,
10425,
92534,
43366,
304,
6900,
315,
59945,
25003,
320,
300,
9675,
8,
323,
21190,
8013,
14248,
311,
7417,
28608,
711,
2436,
323,
5663,
6063,
5557,
13,
763,
6287,
11,
279,
16591,
6690,
11994,
9152,
311,
68568,
8987,
48988,
389,
279,
6063,
89149,
86,
38880,
323,
11,
304,
6250,
11,
279,
6063,
36377,
23217,
872,
6666,
505,
279
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
1966,
220,
972,
5651,
11,
58274,
19201,
279,
8013,
1274,
430,
279,
364,
66054,
315,
9822,
6,
574,
927,
323,
279,
364,
66054,
315,
13527,
6,
574,
922,
311,
3240,
13,
5414,
4339,
1051,
19168,
1314,
13,
1666,
4216,
7474,
6688,
1648,
311,
5887,
323,
6287,
11,
279,
6023,
315,
30215,
781,
25111,
927,
13527,
627,
84910,
484,
11,
9298,
430,
2585,
315,
279,
50393,
574,
16595,
11,
2231,
47378,
10425,
92534,
43366,
304,
6900,
315,
59945,
25003,
320,
300,
9675,
8,
323,
21190,
8013,
14248,
311,
7417,
28608,
711,
2436,
323,
5663,
6063,
5557,
13,
763,
6287,
11,
279,
16591,
6690,
11994,
9152,
311,
68568,
8987,
48988,
389,
279,
6063,
89149,
86,
38880,
323,
11,
304,
6250,
11,
279,
6063,
36377,
23217,
872,
6666,
505,
279,
-100
] |
All 32 Also Applied For. Based on salaries. Local Jobs Salary Estimator.
And because we are continually adding feedback from users like you, we are able to keep refining our accuracy. Is this your job listing? Send us feedback to correct an inaccurate salary estimate. Skip to Job Postings , Search Close. Upload your resume Sign in.
Upload your resume - Let employers find you. Assist management to identify and resolve issues in the store. The Sales Associate is the customer service specialist of the store Sponsored - save job.
Retail Store Manager Mandee reviews. Top leadership skills to ensure seamless and profitable operations of your store. We are opening a new Mandee store located in the Upper West side area Sponsored - 5 hours ago - save job.
The Store Associate assists the store management in retail responsibilities, financial transactions, and provides excellent service to customers What is the interview process like? Does goodwill drug test Related forums: Stores at Rent the Runway:. Clothing allowance and employee discount. Club Monaco is an international brand that designs and creates modern yet timeless clothing and accessories for women and men Beautiful, new office in the heart of Soho and along the beach in Barcelona.
Already among the most popular apps in America, letgo's marketplace is filled with Illustrate how to wear the clothing and explore different options. As a Sales Associate you are responsible for the areas of customer service, sales, store Faherty Brand is a New York-based lifestyle and apparel brand founded in by twin brothers Mike and Alex Faherty with the goal of creating the highest A convenient, centrally located office in SoHo.
Totokaelo is a fashion destination known for its directional approach to clothing, accessories, art, and objects Here at Paskho, we truly believe in doing work that matters in the world by creating sustainable travel clothing Please add the correct salary information in the original job posting. Salaries in New York, NY: Retail Sales Associate salary. Also get an email with jobs recommended just for me. Join us in our US expansion! Based on salaries. Every day, thousands of employers search Indeed.
Company with Clothing Store jobs PASONA N A, INC. PASONA N A, Inc. offers both temporary and direct-hire employment opportunities in various industries from entry to executive levels. Clothing Retail jobs available in New York, NY on loadingtag.ga Apply to Retail Sales Associate, Women's clothing store is looking for a Sales Associate who's bilingual Be the first to see new Clothing Retail jobs in New York, NY. Clothing Store jobs hiring Near Me. Browse Clothing Store jobs and apply online. Search Clothing Store to find your next Clothing Store job in Near Me. | {
"redpajama_set_name": "RedPajamaC4"
} | 733 | [
128000,
2460,
220,
843,
7429,
43608,
1789,
13,
20817,
389,
37532,
13,
8949,
23946,
42858,
9589,
14003,
627,
3112,
1606,
584,
527,
35611,
7999,
11302,
505,
3932,
1093,
499,
11,
584,
527,
3025,
311,
2567,
74285,
1057,
13708,
13,
2209,
420,
701,
2683,
15182,
30,
11244,
603,
11302,
311,
4495,
459,
50504,
16498,
16430,
13,
26869,
311,
12280,
3962,
826,
1174,
7694,
13330,
13,
26045,
701,
16063,
7220,
304,
627,
14165,
701,
16063,
482,
6914,
23234,
1505,
499,
13,
54349,
6373,
311,
10765,
323,
9006,
4819,
304,
279,
3637,
13,
578,
16207,
33468,
374,
279,
6130,
2532,
24687,
315,
279,
3637,
74847,
482,
3665,
2683,
627,
78006,
9307,
10790,
24789,
2176,
8544,
13,
7054,
11692,
7512,
311,
6106,
47970,
323,
34235,
7677,
315,
701,
3637,
13,
1226,
527
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
2460,
220,
843,
7429,
43608,
1789,
13,
20817,
389,
37532,
13,
8949,
23946,
42858,
9589,
14003,
627,
3112,
1606,
584,
527,
35611,
7999,
11302,
505,
3932,
1093,
499,
11,
584,
527,
3025,
311,
2567,
74285,
1057,
13708,
13,
2209,
420,
701,
2683,
15182,
30,
11244,
603,
11302,
311,
4495,
459,
50504,
16498,
16430,
13,
26869,
311,
12280,
3962,
826,
1174,
7694,
13330,
13,
26045,
701,
16063,
7220,
304,
627,
14165,
701,
16063,
482,
6914,
23234,
1505,
499,
13,
54349,
6373,
311,
10765,
323,
9006,
4819,
304,
279,
3637,
13,
578,
16207,
33468,
374,
279,
6130,
2532,
24687,
315,
279,
3637,
74847,
482,
3665,
2683,
627,
78006,
9307,
10790,
24789,
2176,
8544,
13,
7054,
11692,
7512,
311,
6106,
47970,
323,
34235,
7677,
315,
701,
3637,
13,
1226,
527,
-100
] |
Essential California: The earthquake that changed the state
The headline about the Sylmar earthquake that ran in the Los Angeles Times on Feb. 10, 1971.
By Julia WickStaff Writer
Feb. 9, 2021 5:30 AM PT
Good morning, and welcome to the Essential California newsletter. It's Tuesday, Feb. 9, and I'm writing from Los Angeles.
9:00 a.m. Feb. 9, 2021The Loma Prieta earthquake was in 1989, not 1984.
Fifty years ago this morning, millions of people were violently jolted awake just after 6 a.m.
For 12 savage seconds, the ground shook. Overpass bridges tumbled into freeway lanes. Hospitals crumbled. The San Gabriel Mountains lurched several feet south. It was a shock and terror so immense that not all victims were felled by physical destruction — eight of the 64 deaths attributed to Sylmar earthquake were caused by heart attacks. Parts of the northeast San Fernando Valley resembled a war zone.
The first quake was over before the clock hit 6:01 on Feb. 9, 1971, though the aftershocks would continue for years to come.
As my colleague Doug Smith writes, the Sylmar earthquake "managed to wake California up to a danger that was largely unrecognized."
[Read the story: "50 years ago, the Sylmar earthquake shook L.A., and nothing's been the same since" in the Los Angeles Times]
The magnitude 6.6 Sylmar earthquake was not the proverbial Big One. But that catastrophic February day served as a catalyst for our modern era of earthquake awareness and preparedness, ushering in new earthquake legislation, programs and building code standards.
Doug (who began his career at The Times just a few months before the Sylmar quake) examines the earthquake's legacy. His story also looks at how much worse the disaster could have been, had the Lower Van Norman Dam near Granada Hills collapsed, potentially killing tens of thousands of people. The catastrophic questions of what could have been had a galvanizing effect on lawmakers.
As Doug reports, the California Legislature responded with laws championed by state Sen. Alfred E. Alquist that required earthquake zones to be mapped and set new design standards for hospitals, and Congress created the National Earthquake Hazard Reduction Program several years later.
The political aftershocks of the Sylmar earthquake — and the ensuing preparedness and safety measures — allowed Californians to weather the 1989 Loma Prieta and 1994 Northridge earthquakes with far less damage, according to earthquake expert Lucy Jones.
"This earthquake in particular, as sort of the first one after Los Angeles had really become a major city, it highlighted a lot of problems that did end up being addressed," Jones said in a recent Sylmar earthquake-focused episode of her podcast "Getting Through It."
In an interesting footnote, the aftereffects of the Sylmar earthquake also forged a career path for the state's foremost earthquake authority. Jones said that her doctoral work — as well as the U.S. Geological Survey job she held for most of her career — were funded through that same earthquake hazard reduction program created by Congress in the late 1970s.
In Los Angeles, Latino and Black seniors fall behind in COVID-19 vaccine access compared with whites: The data raised new concerns about inequity in the troubled rollout of vaccines for those 65 and older and added pressure on county leaders to do a better job of getting communities of color immunized.
Only 7% of Black residents 65 and older have received at least one dose of the COVID-19 vaccine, the lowest percentage of any racial and ethnic group and less than half the comparable figure for white senior residents. About 9% of Native American seniors and 14% of Latino seniors have received at least one dose. By contrast, 17% of white senior residents have received at least one shot, as have 18% of Asian American and 29% of Native Hawaiian/Pacific Islander seniors. Los Angeles Times
There is no vaccine for arts organizations struggling to survive 11 months into a debilitating pandemic, but the Mike Kelley Foundation for the Arts is offering what it hopes will be an injection of relief for 18 L.A. arts groups.Los Angeles Times
House Democrats propose $1,400 payments in the first draft of a COVID-19 relief bill: The House Ways and Means Committee's draft measures would send $1,400 payments to individuals earning up to $75,000 or couples making $150,000. If approved, the bill would also send $1,400 payments to adult and child dependents in households that qualify. Los Angeles Times
Protesters threw rocks at Sacramento Mayor Darrell Steinberg's home and repeatedly shouted his children's names in what Steinberg called an "attack" on his family and his community. Activists gathered at Steinberg's home on Saturday to protest the city's handling of homelessness during the pandemic. Sacramento Bee
"It's a showdown." California district attorneys battle over criminal justice reforms. George Gascón announced a slew of policy changes when he took the helm of the L.A. County district attorney's office in December. The news instigated a brawl among California's public prosecutors, with the organization representing 57 out of the state's 58 district attorneys questioning the legality and wisdom of Gascón's mandates. Now, many of the state's old guard of district attorneys are openly sparring with reformer colleagues in a power struggle that could shape criminal justice in California and other states. Los Angeles Times
[See also: "Several of D.A. George Gascón's reforms blocked by L.A. County judge" in the Los Angeles Times]
Oakland police have arrested a man suspected of assaulting three people in a string of brazen, seemingly unprovoked attacks that set the city's Chinatown on edge. The attack of a 91-year-old man was captured on surveillance video. Los Angeles Times
Her COVID-19 treatment cost more than $1 million. Who's going to pay for it? Los Angeles Times
Patricia Mason, 51, displays her medical bills at her home in Vacaville, Calif.
U.K. variant of the coronavirus spreads in California, sparking new concern. Officials predict the B.1.1.7 variant will become the dominant coronavirus nationwide by the end of March. Los Angeles Times
As alcohol abuse rises amid the pandemic, hospitals see a wave of deadly liver disease: UCLA, USC and hospitals nationwide are treating more patients for alcoholic hepatitis, cirrhosis and other conditions amid COVID-19 shutdowns. California Healthline
A beautiful obituary for Luther Girado, the last male native speaker of the Nuwä language. Girado spent the last 20 years of his life sharing the ancient language and lifeways of the Nuwä (or Kawaiisu) people, who are indigenous to the Tehachapi and Paiute Mountain areas of Kern County. Tehachapi News
Anywhere but here: Comedian Megan Koester details teenage years spent itching to get the hell out of her Central California hometown in this vivid (and profanity-laced) essay. Exclusive Content
A poem to start your Tuesday: "There Are Birds Here" by Jamaal May. Poetry Foundation
Los Angeles: partly sunny, 62. San Diego: cloudy, 61. San Francisco: cloudy, 55. San Jose: cloudy, 61. Fresno: cloudy, 66. Sacramento: cloudy, 63.
Today's California memory comes from Gail Mathews
I woke up early on Feb. 9, 1971. Brushing my teeth in my parents' Granada Hills ranch house, thinking about classes I had that day at L.A. Pierce Jr. College, I suddenly panicked. An unearthly roar came out of nowhere, the walls were shaking, the tile floors looked like waves. I grabbed a doorframe and yelled, "Earthquake." My mother, brother and I stumbled down the hallway to the living room. The shaking seemed to last forever. Telephone service was interrupted. It was hours before we found out that my dad was safely at work in Burbank.
Please let us know what we can do to make this newsletter more useful to you. Send comments, complaints, ideas and unrelated book recommendations to Julia Wick. Follow her on Twitter @Sherlyholmes.
Julia Wick
Julia Wick is a Metro reporter for the Los Angeles Times covering City Hall and the 2022 Los Angeles mayoral election. She was part of the team that was a 2022 Pulitzer Prize finalist in breaking news for work covering a fatal shooting on the set of the film "Rust." Previously, she was the author of the Essential California newsletter. Before joining The Times in 2019, Wick was the editor in chief of LAist and a senior editor at Longreads. She is a native Angeleno.
Gas prices in car-loving Los Angeles are on the rise, again
9:00 a.m. Feb. 9, 2021: The Loma Prieta earthquake was in 1989, not 1984.
CNN boss Chris Licht on restoring trust and why he deleted his Twitter account
'The Last of Us' team explains the 'skeleton key' episode that has everybody talking | {
"redpajama_set_name": "RedPajamaCommonCrawl"
} | 131 | [
128000,
38538,
2335,
7188,
25,
578,
38413,
430,
5614,
279,
1614,
198,
791,
32263,
922,
279,
328,
4010,
5730,
38413,
430,
10837,
304,
279,
9853,
12167,
8691,
389,
13806,
13,
220,
605,
11,
220,
4468,
16,
627,
1383,
40394,
75206,
34311,
30504,
198,
41691,
13,
220,
24,
11,
220,
2366,
16,
220,
20,
25,
966,
6912,
19932,
198,
15571,
6693,
11,
323,
10788,
311,
279,
48833,
7188,
20846,
13,
1102,
596,
7742,
11,
13806,
13,
220,
24,
11,
323,
358,
2846,
4477,
505,
9853,
12167,
627,
24,
25,
410,
264,
749,
13,
13806,
13,
220,
24,
11,
220,
2366,
16,
791,
445,
7942,
28885,
1955,
38413,
574,
304,
220,
3753,
24,
11,
539,
220,
3753,
19,
627,
37,
39724,
1667,
4227,
420,
6693,
11,
11990,
315,
1274,
1051
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
38538,
2335,
7188,
25,
578,
38413,
430,
5614,
279,
1614,
198,
791,
32263,
922,
279,
328,
4010,
5730,
38413,
430,
10837,
304,
279,
9853,
12167,
8691,
389,
13806,
13,
220,
605,
11,
220,
4468,
16,
627,
1383,
40394,
75206,
34311,
30504,
198,
41691,
13,
220,
24,
11,
220,
2366,
16,
220,
20,
25,
966,
6912,
19932,
198,
15571,
6693,
11,
323,
10788,
311,
279,
48833,
7188,
20846,
13,
1102,
596,
7742,
11,
13806,
13,
220,
24,
11,
323,
358,
2846,
4477,
505,
9853,
12167,
627,
24,
25,
410,
264,
749,
13,
13806,
13,
220,
24,
11,
220,
2366,
16,
791,
445,
7942,
28885,
1955,
38413,
574,
304,
220,
3753,
24,
11,
539,
220,
3753,
19,
627,
37,
39724,
1667,
4227,
420,
6693,
11,
11990,
315,
1274,
1051,
-100
] |
– could be the greatest 'superfoods', according to research done by scientists from Louisiana State University.
The cereal is low in sugar but packed with healthy fibre and plant compounds that combat heart disease and cancer.
Scientists found boosted levels of water-soluble anthocyanin antioxidants.
Anthocyanins provide the dark colours of many fruits and vegetables, such as blueberries and red peppers. They are what makes black rice 'black'.
Centuries ago black rice was known as 'Forbidden Rice' in ancient China because only nobles were allowed to eat it.
But food manufacturers could potentially use black rice bran or bran extracts to make breakfast cereals, beverages, cakes, biscuits and other foods healthier.
Varieties of rice that are black or purple in colour are healthier still.
Black rice could also be used to provide healthier, natural colourants. Studies linked some artificial colourants to cancer and behavioural problems in children.
In reality, it's unlikely there's a single food out there that will have a great impact on lowering your risk of heart disease.
Healthy eating is about a balanced diet overall.
It's great if you can eat more of some groups of healthy foods, like having five portions of fruit and veg a day, but there is still no conclusive evidence that 'super foods' alone make a real difference to your heart health. | {
"redpajama_set_name": "RedPajamaC4"
} | 9,197 | [
128000,
4235,
1436,
387,
279,
12474,
364,
9712,
96420,
518,
4184,
311,
3495,
2884,
555,
14248,
505,
29974,
3314,
3907,
627,
791,
62233,
374,
3428,
304,
13465,
719,
19937,
449,
9498,
57525,
323,
6136,
32246,
430,
12896,
4851,
8624,
323,
9572,
627,
72326,
1766,
65208,
5990,
315,
3090,
1355,
337,
41572,
23064,
511,
8503,
258,
81115,
627,
62804,
511,
8503,
1354,
3493,
279,
6453,
27230,
315,
1690,
26390,
323,
24822,
11,
1778,
439,
6437,
36989,
323,
2579,
58573,
13,
2435,
527,
1148,
3727,
3776,
20228,
364,
11708,
24482,
23026,
10612,
4227,
3776,
20228,
574,
3967,
439,
364,
70215,
30616,
6,
304,
14154,
5734,
1606,
1193,
13348,
645,
1051,
5535,
311,
8343,
433,
627,
4071,
3691,
17032,
1436,
13893,
1005,
3776,
20228,
53358,
477,
53358,
49062,
311,
1304,
17954
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
4235,
1436,
387,
279,
12474,
364,
9712,
96420,
518,
4184,
311,
3495,
2884,
555,
14248,
505,
29974,
3314,
3907,
627,
791,
62233,
374,
3428,
304,
13465,
719,
19937,
449,
9498,
57525,
323,
6136,
32246,
430,
12896,
4851,
8624,
323,
9572,
627,
72326,
1766,
65208,
5990,
315,
3090,
1355,
337,
41572,
23064,
511,
8503,
258,
81115,
627,
62804,
511,
8503,
1354,
3493,
279,
6453,
27230,
315,
1690,
26390,
323,
24822,
11,
1778,
439,
6437,
36989,
323,
2579,
58573,
13,
2435,
527,
1148,
3727,
3776,
20228,
364,
11708,
24482,
23026,
10612,
4227,
3776,
20228,
574,
3967,
439,
364,
70215,
30616,
6,
304,
14154,
5734,
1606,
1193,
13348,
645,
1051,
5535,
311,
8343,
433,
627,
4071,
3691,
17032,
1436,
13893,
1005,
3776,
20228,
53358,
477,
53358,
49062,
311,
1304,
17954,
-100
] |
EXPERIENCED AND NEW AGENTS WANTED, WILL TRAIN!
Please contact Dennis Burgess at (618)973-1160 or (618)656-9011 for more information.
Ready to visit your perfect home?
Search our open houses and fall in love with your forever home.
Preparing to move your belongings?
Search for the perfect movers to transport your stuff.
Want to know if the it's the right time to buy a new home?
Check out current rates and estimate your payments.
Discover schooling options in your new community.
Welcome to Landmark Realty, Inc. one of the oldest local privately owned Realty Companies in Madison County. We opened over 30 years ago in 1983 at our current location in Edwardsville, IL & expanded our company by opening a second location in Bethalto, IL in 1988.
We give better customer service because we're a small hometown company. | {
"redpajama_set_name": "RedPajamaC4"
} | 8,426 | [
128000,
3337,
9851,
40,
93956,
3651,
16560,
15432,
44978,
468,
50568,
11,
29015,
68609,
4999,
5618,
3729,
35727,
98567,
520,
320,
21985,
8,
24471,
12,
8027,
15,
477,
320,
21985,
8,
20744,
12,
19319,
16,
369,
810,
2038,
627,
19753,
311,
4034,
701,
4832,
2162,
5380,
6014,
1057,
1825,
15316,
323,
4498,
304,
3021,
449,
701,
16058,
2162,
627,
98291,
311,
3351,
701,
64028,
5380,
6014,
369,
279,
4832,
96454,
311,
7710,
701,
6392,
627,
29923,
311,
1440,
422,
279,
433,
596,
279,
1314,
892,
311,
3780,
264,
502,
2162,
5380,
4061,
704,
1510,
7969,
323,
16430,
701,
14507,
627,
51102,
68721,
2671,
304,
701,
502,
4029,
627,
14262,
311,
11680,
4075,
69114,
11,
4953,
13,
832,
315,
279,
24417,
2254,
38171,
13234,
69114,
32886,
304,
31015,
6406
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
3337,
9851,
40,
93956,
3651,
16560,
15432,
44978,
468,
50568,
11,
29015,
68609,
4999,
5618,
3729,
35727,
98567,
520,
320,
21985,
8,
24471,
12,
8027,
15,
477,
320,
21985,
8,
20744,
12,
19319,
16,
369,
810,
2038,
627,
19753,
311,
4034,
701,
4832,
2162,
5380,
6014,
1057,
1825,
15316,
323,
4498,
304,
3021,
449,
701,
16058,
2162,
627,
98291,
311,
3351,
701,
64028,
5380,
6014,
369,
279,
4832,
96454,
311,
7710,
701,
6392,
627,
29923,
311,
1440,
422,
279,
433,
596,
279,
1314,
892,
311,
3780,
264,
502,
2162,
5380,
4061,
704,
1510,
7969,
323,
16430,
701,
14507,
627,
51102,
68721,
2671,
304,
701,
502,
4029,
627,
14262,
311,
11680,
4075,
69114,
11,
4953,
13,
832,
315,
279,
24417,
2254,
38171,
13234,
69114,
32886,
304,
31015,
6406,
-100
] |
When it happened, I didn't know I was part of a movement or that I was protesting anything. I just quit Facebook because it was an epic fail for me.
Reactions varied. When I told people that I had gotten rid of my social media account, the responses ranged from incredulous ("But everyone has Facebook!") to simply curious ("How do you stay in touch with people?"). One of my co-workers, though, told me that he was thinking of quitting, too, and he pointed me to some website where tons of people were pledging to quit Facebook with the same zeal and determination that drivers pledge to quit texting and driving. Huh.
Without knowing it, I had done something that's a bit of a trend.
Time is no longer a black hole. If anyone had asked me a year ago how much time I spent on Facebook, I would honestly have said "not much." Well, call me Pinocchio because it must have been a lot more than I had thought. Without Facebook, I suddenly have more time to hit the gym, get a little creative on date night, or even catch a few extra hours of sleep.
I'm suddenly doing real stuff. And it turns out that checking my iPhone for updates is not as much fun as hiking along the ocean, picking up a guitar, or going for a jog. Who would have guessed it?
My friends are suddenly real. There's a reason they call it FAKEBOOK. Once I quit, I never heard from some of my online friends again. Last week, though, some of my real friends showed up with wine and food for a cookout. Sharing stories over food and guitar? Yes, please.
I don't feel like crap. Ok, my life is pretty good, but Facebook sure is not designed to make you feel better. Looking at all those photos of everybody having an amazing, perfect life online makes me compare my life to theirs, and that's not something I need. Facebook is about as realistic as glossy tabloids. And I don't read them, either.
I worry less about social media fallout. Whenever I hear about someone who accidentally posted pants-less pictures of themselves online or lost a job because their Facebook was filled with pictures of them smoking up and giving the one-finger salute, I roll my eyes. It's 2014, how do we not know how to use social media without posting way too much information about ourselves? Still, with Facebook posts ending marriages, wrecking lawsuits, and losing people jobs, I don't want to take the risk. Now, I don't have to.
I don't want to jump on the bandwagon and quit all social media – or live in a cabin in the woods to get away from technology. I'm not penning a Luddite manifesto with a pen crafted from twigs. I'm just bringing a breath of fresh air into my life by getting rid of something that was a fail for me anyway. No more annoying updates, inane comments, or trying to get a picture just to post it. Now, if you'll excuse me, I have a life to go lead. | {
"redpajama_set_name": "RedPajamaC4"
} | 647 | [
128000,
4599,
433,
7077,
11,
358,
3287,
956,
1440,
358,
574,
961,
315,
264,
7351,
477,
430,
358,
574,
59310,
4205,
13,
358,
1120,
17257,
5690,
1606,
433,
574,
459,
25706,
3775,
369,
757,
627,
697,
4109,
28830,
13,
3277,
358,
3309,
1274,
430,
358,
1047,
17454,
9463,
315,
856,
3674,
3772,
2759,
11,
279,
14847,
41829,
505,
9850,
13850,
3573,
4071,
5127,
706,
5690,
89883,
311,
5042,
22999,
3573,
4438,
656,
499,
4822,
304,
5916,
449,
1274,
30,
1865,
3861,
315,
856,
1080,
63384,
11,
3582,
11,
3309,
757,
430,
568,
574,
7422,
315,
69184,
11,
2288,
11,
323,
568,
14618,
757,
311,
1063,
3997,
1405,
20181,
315,
1274,
1051,
30886,
3252,
311,
17257,
5690,
449,
279,
1890,
69779,
323,
26314,
430,
12050,
36179,
311,
17257,
69094
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
4599,
433,
7077,
11,
358,
3287,
956,
1440,
358,
574,
961,
315,
264,
7351,
477,
430,
358,
574,
59310,
4205,
13,
358,
1120,
17257,
5690,
1606,
433,
574,
459,
25706,
3775,
369,
757,
627,
697,
4109,
28830,
13,
3277,
358,
3309,
1274,
430,
358,
1047,
17454,
9463,
315,
856,
3674,
3772,
2759,
11,
279,
14847,
41829,
505,
9850,
13850,
3573,
4071,
5127,
706,
5690,
89883,
311,
5042,
22999,
3573,
4438,
656,
499,
4822,
304,
5916,
449,
1274,
30,
1865,
3861,
315,
856,
1080,
63384,
11,
3582,
11,
3309,
757,
430,
568,
574,
7422,
315,
69184,
11,
2288,
11,
323,
568,
14618,
757,
311,
1063,
3997,
1405,
20181,
315,
1274,
1051,
30886,
3252,
311,
17257,
5690,
449,
279,
1890,
69779,
323,
26314,
430,
12050,
36179,
311,
17257,
69094,
-100
] |
Our team of craftsmen is employed by us alone. Their time will never be divided by a different company. We believe a restoration company should do it all, so why not be a flooring expert as well? We carry a variety of flooring from a light walnut to a darker ash. With us as your flooring distributor, we guarantee you will get the best product for the dollar. Remember us for any damage reconstruction, reconstruction, and remodeling need. For more information fill out the form here today! | {
"redpajama_set_name": "RedPajamaC4"
} | 7,044 | [
128000,
8140,
2128,
315,
65881,
268,
374,
20011,
555,
603,
7636,
13,
11205,
892,
690,
2646,
387,
18255,
555,
264,
2204,
2883,
13,
1226,
4510,
264,
35093,
2883,
1288,
656,
433,
682,
11,
779,
3249,
539,
387,
264,
37248,
6335,
439,
1664,
30,
1226,
6920,
264,
8205,
315,
37248,
505,
264,
3177,
93729,
311,
264,
40130,
24767,
13,
3161,
603,
439,
701,
37248,
44168,
11,
584,
15803,
499,
690,
636,
279,
1888,
2027,
369,
279,
18160,
13,
20474,
603,
369,
904,
5674,
43738,
11,
43738,
11,
323,
70430,
1205,
13,
1789,
810,
2038,
5266,
704,
279,
1376,
1618,
3432,
0,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
] | [
8140,
2128,
315,
65881,
268,
374,
20011,
555,
603,
7636,
13,
11205,
892,
690,
2646,
387,
18255,
555,
264,
2204,
2883,
13,
1226,
4510,
264,
35093,
2883,
1288,
656,
433,
682,
11,
779,
3249,
539,
387,
264,
37248,
6335,
439,
1664,
30,
1226,
6920,
264,
8205,
315,
37248,
505,
264,
3177,
93729,
311,
264,
40130,
24767,
13,
3161,
603,
439,
701,
37248,
44168,
11,
584,
15803,
499,
690,
636,
279,
1888,
2027,
369,
279,
18160,
13,
20474,
603,
369,
904,
5674,
43738,
11,
43738,
11,
323,
70430,
1205,
13,
1789,
810,
2038,
5266,
704,
279,
1376,
1618,
3432,
0,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100
] |
"Psst! It's a Lot More Than Fun"...
9 Reasons to Join the Off-Road Adventure at Bertram Blast!
By Bettina Keppers
1. It's a thrill! It's chill! It's the best sort of fun. Simply put - Bertram Blast is an awesome combination of great humans seeking adventure in a beautiful place while still enjoying a fun and challenging race¦ and a beer at the finish line.
...
Matt's Unofficial Men's Team Minnesota...
Last Tuesday, Damon revealed his unofficial and unranked list of women that he believes would comprise this year's Team Minnesota. Here, in alphabetical order, are the men that Matt believes will comprise the 2022 Team Minnesota if official rosters are announced in the future: ...
Damon's Unofficial Team Minnesota Women's Picks...
Matt and Damon have posted their unofficial MMH choices, and are now debating whether to post unofficial Team Minnesota rosters, i.e. the Top 10 Minnesota male and female triathletes based on resume. Matt wants to rank athletes. Damon would prefer to simply list, in alpha order, the athletes who raced well enough to be included.
Damon worried that the shrinking number of Minnesota races plus post-pandemic attrition and the fact that several of our state's best triathletes did not meet the minimum volume (3 impressive performances) requirements would result in five-member teams. That list includes KORTNEY HAAG, SHYANNE MCGREGOR, DIANE HANKEE, KELLY TROM-NYGREN, NICOLE CUENO and SARA CARLSON on the women's side, and JOE ADRIAENS, KRIS SPOTH, JAKE KEEHAN, KARL NYGREN and KEVIN O'CONNOR for the men.
After some research, Damon was surprised that the list of potential Team Minnesota candidates is actually a rather lengthy one. Here are some of his observations about the 2022 women's team:
In alpha order, these are the ten women who, in his opinion, deserve berths: | {
"redpajama_set_name": "RedPajamaCommonCrawl"
} | 5,379 | [
128000,
1,
21051,
267,
0,
1102,
596,
264,
22503,
4497,
34776,
16457,
1,
9522,
24,
66131,
311,
16877,
279,
4206,
11151,
2799,
33112,
520,
9084,
99040,
58436,
4999,
1383,
68688,
2259,
6706,
36623,
198,
16,
13,
1102,
596,
264,
54904,
0,
1102,
596,
37401,
0,
1102,
596,
279,
1888,
3460,
315,
2523,
13,
29524,
2231,
482,
9084,
99040,
58436,
374,
459,
12738,
10824,
315,
2294,
12966,
11125,
18427,
304,
264,
6366,
2035,
1418,
2103,
22128,
264,
2523,
323,
17436,
7102,
65721,
323,
264,
13179,
520,
279,
6381,
1584,
627,
9522,
40917,
596,
1252,
33912,
11258,
596,
8068,
19461,
9522,
5966,
7742,
11,
73349,
10675,
813,
57751,
323,
653,
13430,
291,
1160,
315,
3278,
430,
568,
13919,
1053,
54350,
420,
1060,
596,
8068,
19461,
13,
5810,
11,
304,
84398
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
1,
21051,
267,
0,
1102,
596,
264,
22503,
4497,
34776,
16457,
1,
9522,
24,
66131,
311,
16877,
279,
4206,
11151,
2799,
33112,
520,
9084,
99040,
58436,
4999,
1383,
68688,
2259,
6706,
36623,
198,
16,
13,
1102,
596,
264,
54904,
0,
1102,
596,
37401,
0,
1102,
596,
279,
1888,
3460,
315,
2523,
13,
29524,
2231,
482,
9084,
99040,
58436,
374,
459,
12738,
10824,
315,
2294,
12966,
11125,
18427,
304,
264,
6366,
2035,
1418,
2103,
22128,
264,
2523,
323,
17436,
7102,
65721,
323,
264,
13179,
520,
279,
6381,
1584,
627,
9522,
40917,
596,
1252,
33912,
11258,
596,
8068,
19461,
9522,
5966,
7742,
11,
73349,
10675,
813,
57751,
323,
653,
13430,
291,
1160,
315,
3278,
430,
568,
13919,
1053,
54350,
420,
1060,
596,
8068,
19461,
13,
5810,
11,
304,
84398,
-100
] |
Sione Ngongo Kioa (born 14 April 1959) is a Tongan diplomat and civil servant. From 2013 to 2022 he served as governor of National Reserve Bank of Tonga.
After graduating from Tailulu College, Ngongo attended the University of the South Pacific in Suva, Fiji, where he studied mathematics and economics, and later earned his Doctor of Philosophy in Economics at the Australian National University in Canberra, Australia.
From 1992 to 1996 Ngongo was the Deputy Director of Central Planning, and from 1996 to 1999 he served in Washington, D.C. as Assistant Executive Director at the International Monetary Fund. After returning to Tonga in 2001, he was appointed as the Director of Fiscal and Economic Policies at the Ministry of Finance. In 2002 he became the Project Manager, Reconstruction and Rehabilitation Operation of Cyclone Waka.
From 2002 to 2005 Ngongo was General Manager of Leiola Duty Free Shops as well as the President of the Tonga Chamber of Commerce & Industries in Nuku'alofa. His appointment as Tongan High Commissioner to the United Kingdom was announced by the Ministry of Foreign Affairs on 21 November 2005, replacing Viela Tupou in the post.
He was the High Commissioner of the Kingdom of Tonga to the United Kingdom from 2006 to 2012. He is also concurrently accredited as Ambassador Extraordinary and Plenipotentiary of Tonga to the Russian Federation, Germany, the Netherlands, Denmark, Italy, Luxembourg, Switzerland, Belgium, and the European Union.
Effective 21 August 2013, Ngongo was Governor of the National Reserve Bank of Tonga, the central bank. His first term lasted until 2018. He stepped down in October 2022. Since 1 March 2022, he has been Chairman of the Shared Board Transport Sector.
Honours
National honours
Order of Queen Sālote Tupou III, Grand Cross (31 July 2008).
References
1959 births
University of the South Pacific alumni
Australian National University alumni
Living people
Governors of National Reserve Bank of Tonga
Ambassadors of Tonga to the European Union
Ambassadors of Tonga to Russia
Ambassadors of Tonga to Germany
Ambassadors of Tonga to the Netherlands
Ambassadors of Tonga to Denmark
Ambassadors of Tonga to Italy
Ambassadors of Tonga to Luxembourg
Ambassadors of Tonga to Switzerland
Ambassadors of Tonga to Belgium
High Commissioners of Tonga to the United Kingdom
Knights Grand Cross of the Order of Queen Sālote Tupou III | {
"redpajama_set_name": "RedPajamaWikipedia"
} | 6,094 | [
128000,
50,
6473,
17030,
6497,
735,
822,
64,
320,
16381,
220,
975,
5936,
220,
6280,
24,
8,
374,
264,
51491,
276,
69050,
323,
8431,
41564,
13,
5659,
220,
679,
18,
311,
220,
2366,
17,
568,
10434,
439,
19582,
315,
5165,
25820,
8715,
315,
51491,
64,
13,
4815,
6153,
57017,
505,
37179,
25415,
9304,
11,
17030,
6497,
18677,
279,
3907,
315,
279,
4987,
16867,
304,
17360,
6723,
11,
86196,
11,
1405,
568,
20041,
38696,
323,
28989,
11,
323,
3010,
15662,
813,
19150,
315,
46969,
304,
35300,
520,
279,
13673,
5165,
3907,
304,
69890,
11,
8494,
382,
3915,
220,
2550,
17,
311,
220,
2550,
21,
17030,
6497,
574,
279,
32724,
10783,
315,
10913,
28780,
11,
323,
505,
220,
2550,
21,
311,
220,
2550,
24,
568,
10434,
304,
6652,
11,
423
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
50,
6473,
17030,
6497,
735,
822,
64,
320,
16381,
220,
975,
5936,
220,
6280,
24,
8,
374,
264,
51491,
276,
69050,
323,
8431,
41564,
13,
5659,
220,
679,
18,
311,
220,
2366,
17,
568,
10434,
439,
19582,
315,
5165,
25820,
8715,
315,
51491,
64,
13,
4815,
6153,
57017,
505,
37179,
25415,
9304,
11,
17030,
6497,
18677,
279,
3907,
315,
279,
4987,
16867,
304,
17360,
6723,
11,
86196,
11,
1405,
568,
20041,
38696,
323,
28989,
11,
323,
3010,
15662,
813,
19150,
315,
46969,
304,
35300,
520,
279,
13673,
5165,
3907,
304,
69890,
11,
8494,
382,
3915,
220,
2550,
17,
311,
220,
2550,
21,
17030,
6497,
574,
279,
32724,
10783,
315,
10913,
28780,
11,
323,
505,
220,
2550,
21,
311,
220,
2550,
24,
568,
10434,
304,
6652,
11,
423,
-100
] |
by Paul Lilly — Friday, December 19, 2014, 10:44 AM EDT
Apple CEO Tim Cook "Deeply Offended" at BBC's Report On Factory Worker Abuse
Apple chief Tim Cook isn't all that happy with a BBC report alleging poor working conditions and the overall mistreatment of workers at its Chinese manufacturing facilities where popular devices like the iPhone 6 and iPad Air 2 are made. The scathing report prompted Apple's Senior Vice President of Operations, Jeff Williams, to send out an email to about 5,000 staff members in the U.K. today saying that he and Cook were "deeply offended" by BBC's accusations.
The BBC report alleged a number of work place violations and poor conditions in general, such as employees falling asleep during 12 hours shifts on the iPhone 6 assembly line, and being repeatedly denied days off en route to working 18 days in a row.
Apple contends that the report is misleading, noting that it tracked the weekly hours of over one million workers in its supply chain. Furthermore, the Cupertino company says its suppliers achieved a 93 percent compliance with the 60-hour limit for working in a single week.
"We are aware of no other company doing as much as Apple to ensure fair and safe working conditions," Apple told the BBC. "We work with suppliers to address shortfalls, and we see continuous and significant improvement, but we know our work is never done."
Apple also claimed it's "very common practice" for workers to take naps during breaks.
Working conditions in China, and at Foxconn in particular, have come under media scrutiny the past few years following a rash of worker suicides. Foxconn vowed to improved conditions, with Apple holding the company's feet to the fire.
Tags: Apple, BBC, workers, tim cook, (NASDAQ:AAPL)
Via: CNBC | {
"redpajama_set_name": "RedPajamaCommonCrawl"
} | 8,216 | [
128000,
1729,
7043,
82934,
2001,
6740,
11,
6790,
220,
777,
11,
220,
679,
19,
11,
220,
605,
25,
2096,
6912,
49023,
198,
27665,
12432,
9538,
12797,
330,
34564,
398,
4206,
2954,
1,
520,
18588,
596,
8423,
1952,
17367,
34186,
46784,
198,
27665,
10388,
9538,
12797,
4536,
956,
682,
430,
6380,
449,
264,
18588,
1934,
62546,
8009,
3318,
4787,
323,
279,
8244,
8770,
35320,
315,
7487,
520,
1202,
8620,
15266,
13077,
1405,
5526,
7766,
1093,
279,
12443,
220,
21,
323,
23067,
6690,
220,
17,
527,
1903,
13,
578,
1156,
44661,
1934,
29746,
8325,
596,
19903,
23270,
4900,
315,
25927,
11,
12149,
13926,
11,
311,
3708,
704,
459,
2613,
311,
922,
220,
20,
11,
931,
5687,
3697,
304,
279,
549,
11606,
13,
3432,
5605,
430,
568,
323,
12797,
1051,
330
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
1729,
7043,
82934,
2001,
6740,
11,
6790,
220,
777,
11,
220,
679,
19,
11,
220,
605,
25,
2096,
6912,
49023,
198,
27665,
12432,
9538,
12797,
330,
34564,
398,
4206,
2954,
1,
520,
18588,
596,
8423,
1952,
17367,
34186,
46784,
198,
27665,
10388,
9538,
12797,
4536,
956,
682,
430,
6380,
449,
264,
18588,
1934,
62546,
8009,
3318,
4787,
323,
279,
8244,
8770,
35320,
315,
7487,
520,
1202,
8620,
15266,
13077,
1405,
5526,
7766,
1093,
279,
12443,
220,
21,
323,
23067,
6690,
220,
17,
527,
1903,
13,
578,
1156,
44661,
1934,
29746,
8325,
596,
19903,
23270,
4900,
315,
25927,
11,
12149,
13926,
11,
311,
3708,
704,
459,
2613,
311,
922,
220,
20,
11,
931,
5687,
3697,
304,
279,
549,
11606,
13,
3432,
5605,
430,
568,
323,
12797,
1051,
330,
-100
] |
require 'sdl2'
module SDL2
##
# TODO: == Joystick Overview ==
class Joystick < Struct
# TODO: Review if the Joystick layout should be hidden.
layout :hidden, :uint8
def self.release(pointer)
SDL2.joystick_close(pointer)
end
##
# Returns the number of attached joysticks on success or a
# exception on failure
def self.num
SDL2.num_joysticks!
end
##
# Returns a joystick identifier or raises exception on error
def self.open(idx)
SDL2.joystick_open!(idx)
end
##
# Returns the name of a joystick
def self.name(idx)
SDL2.joystick_name_for_index!(idx)
end
##
# update the current state of open joysticks
def self.update()
SDL2.joystick_update()
end
##
# Returns the name of the joystick
def name()
SDL2.joystick_name(self)
end
##
# Enumerator for Axes
def axes
@axes ||= Axes.new(self)
end
autoload(:Axes, 'sdl2/joystick/axes')
##
# Enumerator for balls
def balls
@balls ||= Balls.new(self)
end
autoload(:Balls, 'sdl2/joystick/balls')
##
# Enumerator for buttons
def buttons
@buttons ||= Buttons.new(self)
end
autoload(:Buttons, 'sdl2/joystick/buttons')
##
# Enumerator for hats
def hats
@hats ||= Hats.new(self)
end
autoload(:Hats, 'sdl2/joystick/hats')
##
# Get the device index of an opened joystick
def instance_id()
SDL2.joystick_instance_id!(self)
end
##
# Get the GUID
def get_guid()
SDL2.joystick_get_guid!(self)
end
##
# Event state
# @param - state
# == SDL2::Event::STATE::QUERY [default]: Returns current state
# == SDL2::Event::STATE::IGNORE : Disables event dispatching
# == SDL2::Event::STATE::ENABLE : Enables event dispatching
# @returns - true if events enabled
def event_state(state = SDL2::Event::STATE::QUERY)
SDL2.joystick_event_state(state)
end
end
# A structure that encodes the stable unique id for a joystick device
class JoystickGUID < Struct
layout :data, [:uint8, 16] #line 69
end
typedef :int32, :joystick_id
typedef :int32, :joystick_index # Dunno
api :SDL_NumJoysticks, [], :int, {error: true, filter: OK_WHEN_GTE_ZERO}
api :SDL_JoystickNameForIndex, [:int], :string, {error: true, filter: OK_WHEN_NOT_NULL}
api :SDL_JoystickOpen, [:int], Joystick.ptr, {error: true, filter: OK_WHEN_NOT_NULL}
api :SDL_JoystickName, [Joystick.by_ref], :string
api :SDL_JoystickGetDeviceGUID, [:int], JoystickGUID.ptr
api :SDL_JoystickGetGUID, [Joystick.by_ref], JoystickGUID.ptr, {error: true, filter: OK_WHEN_NOT_NULL}
api :SDL_JoystickGetGUIDString, [JoystickGUID.by_value, :pointer, :int], :void
api :SDL_JoystickGetGUIDFromString, [:string], JoystickGUID.ptr
api :SDL_JoystickGetAttached, [Joystick.by_ref], :bool
api :SDL_JoystickInstanceID, [Joystick.by_ref], :joystick_id, {error: true, filter: OK_WHEN_GTE_ZERO}
api :SDL_JoystickNumAxes, [Joystick.by_ref], :int, {error: true, filter: OK_WHEN_GTE_ZERO}
api :SDL_JoystickNumBalls, [Joystick.by_ref], :int, {error: true, filter: OK_WHEN_GTE_ZERO}
api :SDL_JoystickNumHats, [Joystick.by_ref], :int, {error: true, filter: OK_WHEN_GTE_ZERO}
api :SDL_JoystickNumButtons, [Joystick.by_ref], :int, {error: true, filter: OK_WHEN_GTE_ZERO}
api :SDL_JoystickUpdate, [], :void
api :SDL_JoystickEventState, [:int], :bool
api :SDL_JoystickGetAxis, [Joystick.by_ref, :int], :int16, {error: true, filter: OK_WHEN_NOT_ZERO}
# Hat positions
module HAT
include EnumerableConstants
CENTERED = 0x00
UP = 0x01
RIGHT = 0x02
DOWN = 0x04
LEFT = 0x08
RIGHTUP = RIGHT | UP
RIGHTDOWN = RIGHT | DOWN
LEFTUP = LEFT | UP
LEFTDOWN = LEFT | DOWN
end
api :SDL_JoystickGetHat, [Joystick.by_ref, :int], :uint8
api :SDL_JoystickGetBall, [Joystick.by_ref, :int, TypedPointer::Int.by_ref, TypedPointer::Int.by_ref], :int, {error: true, filter: OK_WHEN_ZERO}
api :SDL_JoystickGetButton, [Joystick.by_ref, :int], :uint8
api :SDL_JoystickClose, [Joystick.by_ref], :void
end | {
"redpajama_set_name": "RedPajamaGithub"
} | 8,942 | [
128000,
4408,
364,
82,
8910,
17,
3961,
4450,
14995,
17,
198,
220,
48826,
220,
674,
5456,
25,
624,
11186,
31513,
35907,
48861,
220,
538,
11186,
31513,
366,
16531,
1084,
262,
674,
5456,
25,
10506,
422,
279,
11186,
31513,
6932,
1288,
387,
8340,
627,
262,
6932,
551,
6397,
11,
551,
2557,
23,
198,
262,
711,
659,
26642,
83062,
340,
415,
14995,
17,
1190,
75232,
12993,
83062,
340,
262,
842,
1084,
262,
48826,
262,
674,
5295,
279,
1396,
315,
12673,
7802,
599,
5908,
389,
2450,
477,
264,
198,
262,
674,
4788,
389,
8060,
198,
262,
711,
659,
10744,
198,
415,
14995,
17,
10744,
5487,
78,
599,
5908,
4999,
262,
842,
1084,
262,
48826,
262,
674,
5295,
264,
62689,
13110,
477,
25930,
4788,
389,
1493,
1084,
262,
711,
659,
5949,
20364
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
4408,
364,
82,
8910,
17,
3961,
4450,
14995,
17,
198,
220,
48826,
220,
674,
5456,
25,
624,
11186,
31513,
35907,
48861,
220,
538,
11186,
31513,
366,
16531,
1084,
262,
674,
5456,
25,
10506,
422,
279,
11186,
31513,
6932,
1288,
387,
8340,
627,
262,
6932,
551,
6397,
11,
551,
2557,
23,
198,
262,
711,
659,
26642,
83062,
340,
415,
14995,
17,
1190,
75232,
12993,
83062,
340,
262,
842,
1084,
262,
48826,
262,
674,
5295,
279,
1396,
315,
12673,
7802,
599,
5908,
389,
2450,
477,
264,
198,
262,
674,
4788,
389,
8060,
198,
262,
711,
659,
10744,
198,
415,
14995,
17,
10744,
5487,
78,
599,
5908,
4999,
262,
842,
1084,
262,
48826,
262,
674,
5295,
264,
62689,
13110,
477,
25930,
4788,
389,
1493,
1084,
262,
711,
659,
5949,
20364,
-100
] |
How to opt out of Amazon Sidewalk internet sharing, and what you need to know
Mike Peterson | Jun 09, 2021
Amazon is rolling out its Amazon Sidewalk system to customers in the U.S., and by default, you are opted in to its bandwidth sharing. Here's what you should know, and how to opt out of sharing your internet connection with your neighbors.
First announced in September 2019, Sidewalk is a new idea and long-term effort for extending the smart home to entire smart neighborhoods through the use of various local networking options.
As of Nov. 24, Amazon began sending off emails to Echo device owners letting them know that an update with Amazon Sidewalk will soon be rolling out. Though the system will take time to build out, the first steps are happening now.
With that in mind, here are some of the important points that users should know about Amazon Sidewalk.
What is Amazon Sidewalk?
Amazon Sidewalk is basically a new type of wireless network that makes smart home capabilities much longer-ranged. A Sidewalk Bridge connects to your Wi-Fi network, and essentially extends the connectivity range beyond what your router can output. In some cases, Amazon says this range could be half a mile.
It works by using various communication protocols, such as 900MHz radio signals and Bluetooth Low-Energy, for inter-device communications. The system will intelligently switch between these protocols depending on the range and power needed.
These Sidewalk networks work a bit differently than your home Wi-Fi, however. The bandwidth in a Sidewalk network is open for not just your own devices, but your neighbors', too. It's a bit like a local mesh network, but across a neighborhood.
Most Amazon device owners already have a Sidewalk Bridge in their homes. Recent Echo and Ring devices will soon receive over-the-air updates that will allow them work as bridges.
Benefits of Amazon Sidewalk
As mentioned earlier, one of the first and primary goals of Amazon Sidewalk is to extend the range of your smart home gadgets. What that looks like in practical terms could differ depending on your smart home setup.
A Sidewalk network could, as an example, ensure that outdoor security cameras or lights have a working connection even if they're far from your Wi-Fi router. It could also mean faster connectivity if a device connects to a nearby Sidewalk Bridge, instead of attempting to connect to a router farther away.
If you happen to drop a Tile device while walking around the neighborhood, it could still be within range of the local Sidewalk network — and it'll be able to connect to the appropriate servers using a neighbor's Sidewalk bandwidth.
Sidewalk will also make the onboarding of devices much quicker and simpler. And Amazon envisions other uses too, such as a pet safety service called Amazon Fetch that alerts users if their pet wanders outside of a preset perimeter.
Are there any downsides to Amazon Sidewalk?
For one, Sidewalk isn't a replacement for a home Wi-Fi network. The bandwidth available on a Sidewalk network is pretty small — Amazon says the maximum bandwidth is just 80Kbps, with a maximum cap at 500MB. As such, it's only really useful for low-power devices like smart locks, security sensors, and Tile trackers.
There are, of course, security and privacy concerns, too. If your dog has a Sidewalk-connected tag on its collar, it means that you may be sending Amazon the location, duration, and frequency of your every dog walks. Amazon does have a white paper that explains some of its Sidewalk-related security policies.
Of course, there's also the question of it being a shared network. Although Amazon says it will encrypt all traffic sent through a Sidewalk network, users won't know who is on a specific network or how much traffic their neighbor might be sending over it.
All in all, users will only be able to exercise marginal control over their local Sidewalk networks. There isn't currently a way for users to figure out which Sidewalk Bridge their compatible devices are connected to.
Can I opt out of Sidewalk?
The downsides and implications of Amazon Sidewalk wouldn't be as pressing if it weren't enabled by default. The system is opt-out instead of opt-in.
Once Amazon actually enables Sidewalk, users will see an information splash screen that explains what it is and what it does. There, they'll have the option to disable it — it'll be turned on by default.
Users will also be able to disable the local networking system through the Amazon Alexa app. The option is located in Settings > Account Settings > Amazon Sidewalk.
If users do disable Sidewalk, their devices won't be able to connect to their local neighborhood networks. On the flip side, neighbors won't be able to use their Sidewalk bandwidth, either.
Amazon will start opting users to the Sidewalk program on June 1, 2021. Users will need to opt out
Basically a glorified mesh network (across households) for Amazon devices (Echo, Ring). The NSA must be all lathered up...
flydog
Another way for Amazon to track and identify you. Groovy.
Funny how as the world gets 'smarter' it's also getting so much stupider. Fuck off Bezos.
dewme
Interesting to see this here today because I got an email from Amazon about this earlier.
Before everyone gets their skivvies is a twist, this is very likely an Amazon precursor to what Apple will do with AirTags. Amazon Sidewalk is all about providing a very low cost, low bandwidth, highly distributed, mesh network (using BTLE and 900 MHz) for locating and discovering identification tags and exchanging a few bits of data with simple sensors . It uses a small slice of each participants' WiFi bandwidth (1/40th with a hard monthly cap) as a backhaul to bridge sensor/tag data up to the cloud through your WAN connection. By meshing together all of the participants' data feeds they can achieve area wide coverage, i.e., several square miles.
There's nothing inherently nefarious about what Amazon is doing, and if you don't like it, don't use it. When Apple rolls out their wide area coverage for AirTags you'll be able to decide whether you trust Apple more than you trust Amazon, and sign up with Apple to help facilitate the same sort of service. Or not. Nobody has to do anything they are not comfortable doing. Until we have some sort of third-party or governmental infrastructure in place to support these kinds of services, companies like Amazon, Apple, and Amazon (and others) will try to utilize whatever connectivity opportunities are available to them. Amazon Sidewalk is just the first of the opportunists to hot the street, or should I say, the sidewalk.
DAalseth
dewme said:
All very true. The only thing I'd quibble with is that everything Amazon does is nefarious.
Best MacBook Pro protective cases
Buying a MacBook Pro is not a small investment, so it makes sense to add a layer of protection to keep it scratch and dent-free until your next upgrade. Here is a roundup of the best MacBook Pro cases for the latest 14 or 16-inch models.
Best bags for MacBook Pro in 2023
Your MacBook Pro is a daily workhorse, so carrying it in a protective bag that fits your lifestyle makes good sense. Here are the best laptop bags to consider, whether your routine involves crowded subways or the great outdoors.
Keychron Q1 Pro review: Finally a wireless & metal mechanical keyboard
The Keychron Q1 Pro is a well-engineered mechanical keyboard has one exciting trait that sets it apart from the Q1 variant: wireless connectivity.
By William Gallagher | 1 minute ago | {
"redpajama_set_name": "RedPajamaCommonCrawl"
} | 5,487 | [
128000,
4438,
311,
3469,
704,
315,
8339,
34989,
365,
1727,
7757,
11821,
11,
323,
1148,
499,
1205,
311,
1440,
198,
35541,
40891,
765,
12044,
220,
2545,
11,
220,
2366,
16,
198,
26948,
374,
20700,
704,
1202,
8339,
34989,
365,
1727,
1887,
311,
6444,
304,
279,
549,
815,
2637,
323,
555,
1670,
11,
499,
527,
41867,
304,
311,
1202,
34494,
11821,
13,
5810,
596,
1148,
499,
1288,
1440,
11,
323,
1268,
311,
3469,
704,
315,
11821,
701,
7757,
3717,
449,
701,
19228,
627,
5451,
7376,
304,
6250,
220,
679,
24,
11,
34989,
365,
1727,
374,
264,
502,
4623,
323,
1317,
9860,
5149,
369,
33459,
279,
7941,
2162,
311,
4553,
7941,
33100,
1555,
279,
1005,
315,
5370,
2254,
29130,
2671,
627,
2170,
315,
4723,
13,
220,
1187,
11,
8339,
6137
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
4438,
311,
3469,
704,
315,
8339,
34989,
365,
1727,
7757,
11821,
11,
323,
1148,
499,
1205,
311,
1440,
198,
35541,
40891,
765,
12044,
220,
2545,
11,
220,
2366,
16,
198,
26948,
374,
20700,
704,
1202,
8339,
34989,
365,
1727,
1887,
311,
6444,
304,
279,
549,
815,
2637,
323,
555,
1670,
11,
499,
527,
41867,
304,
311,
1202,
34494,
11821,
13,
5810,
596,
1148,
499,
1288,
1440,
11,
323,
1268,
311,
3469,
704,
315,
11821,
701,
7757,
3717,
449,
701,
19228,
627,
5451,
7376,
304,
6250,
220,
679,
24,
11,
34989,
365,
1727,
374,
264,
502,
4623,
323,
1317,
9860,
5149,
369,
33459,
279,
7941,
2162,
311,
4553,
7941,
33100,
1555,
279,
1005,
315,
5370,
2254,
29130,
2671,
627,
2170,
315,
4723,
13,
220,
1187,
11,
8339,
6137,
-100
] |
Compare Utica, stateshort} Medigap insurance companies within minutes. Quote comparison is the best way to locate affordable Medicare Supplmental insurance in Utica. To begin enter your Zip Code and press "Compare Your Options". Our website will search for the best Medigap insurance carriers and providers in Seward county. Finding the best coverage and low cost premium that fit your needs and budget can literally take you 20 minutes or less.
If you do want to get quotes for Medigap policies, you can either contact local insurance providers in Utica, Nebraska, or you can use the Internet to help you find them. Submitting your information to these insurance providers will allow them to calculate how much you are going to pay. They will have different policy levels that you can choose from just like any ordinary health insurance policy. The amount that you pay is usually reflective of how much coverage you will have. In many cases, it's better to go with the most expensive plan so that you eliminate the possibility of being blindsided by very expensive medical bills.
Although we had just stated that you should pay the most money for Medigap insurance, this is only reflective of contacting one particular health insurance provider. Your goal is to get multiple quotes from different companies and look at all of the rates collectively. You will see that there are policies that are virtually identical, but they could be several hundred dollars a month less then other policies that are the same. In this case, you will want to choose the Utica, Nebraska Medigap policy that is the lowest price which will come from one particular insurance provider.
No matter of what your scenario is, a great standard comprehending of insurance policies can help you get the best offer. By making use of these items of guidance, you can be educated and accomplish optimum advantages from wellness insurance policy.
Try out to remain on your parent's overall health insurance policies strategy as extended as achievable. If your father or mother has a great occupation and a fantastic insurance policy plan and is prepared to protect you, just take them up on it. In some states, you can truly stay coated by your parent's wellness insurance policies strategy until you are 30.
To save money on your well being insurance program, do not be fooled by strategies with offers that are as well great to be true. For occasion, some plans may not require any charges for certain each day preventative treatment, but do not have the positive aspects that several other health insurance plans supply.
Inquire your medical doctor to prescribe you generic medications if one particular is offered. Your co-pay will nearly often be less for a generic drug than for a title brand. The consequences are the very same, you just won't be paying an further surcharge for the branded drugs. Preserve your self the cash if achievable.
Discover the variations amongst HMO's, PPO's, and POS strategies and decide what will be the ideal suit for your health needs. They all have benefits and negatives that will influence the way you shell out for and use your insurance policies. HMO's need provide less flexibility but higher cost, PPO's give you far more possibilities nevertheless the expenses can be dear. A POS program brings together factors of the two HMO's and PPO's.
Think about a low-price prepare if your occupation is not secure. Authorities health insurance policy guidelines will offer you the very same coverage should you get rid of your occupation, but you have to cover the complete price of the high quality oneself. In hard instances, make certain you can afford to shell out your policy should you need to go away your workplace.
If you want a lot more overall health insurance, do not take out a 2nd policy. Rather, incorporate a "rider" to your current coverage. This is typically much less pricey. Only in some instances, is it a lot more value efficient to just take out a next policy. If the person is in superb overall health, you might want to store all around.
In scenario you are fascinated in shifting your overall health insurance coverage plan, make sure to decide how numerous regular program doctor visits you go to each year. Include their charges with the co-pay out if they're lined and view the sum they'd be without insurance policies. Request your doctor about their check out expenses if you never know how a lot they are without having a policy.
Even if you have a PPO, if you're considering any sort of procedure, you must definitely contact your overall health insurance coverage organization to be positive the method you want to have is covered. All also typically, men and women have processes carried out without examining with their health insurance policy business, only to discover right after the reality that the process was not covered and they are now a hundred% fiscally responsible for it. Know before you go!
When searching to purchase wellness insurance coverage for your self and your loved ones, it is a sensible thought to take into account affiliating with a team. This is a fantastic way to save income as group insurance is usually cheaper than person insurance policy. When you are on employees your employer is automatically able to get group rates. If you are on your own you can find a group. Alumni associations or trade teams could permit you be part of for insurance functions.
Ahead of having a infant you must know about how much you will have to spend even with health insurance policies. If you have a PPO you might finish up paying about $1000 or even a lot more for the start. If you have an HMO your costs will probably be a good deal reduced. It is very best to figure it out before you get pregnant.
The preceding information was prepared with the hopes of aiding you discover sufficient information to aid you make the ideal choice regarding your overall health insurance policy. Keep these factors in mind as you store around for the policy that is likely to defend your family's health care needs right now and in the potential. | {
"redpajama_set_name": "RedPajamaC4"
} | 6,129 | [
128000,
28474,
17578,
3074,
11,
5415,
22780,
92,
3344,
343,
391,
8276,
5220,
2949,
4520,
13,
25552,
12593,
374,
279,
1888,
1648,
311,
25539,
17049,
31822,
6433,
501,
93221,
8276,
304,
17578,
3074,
13,
2057,
3240,
3810,
701,
30332,
6247,
323,
3577,
330,
28474,
4718,
14908,
3343,
5751,
3997,
690,
2778,
369,
279,
1888,
3344,
343,
391,
8276,
35991,
323,
12850,
304,
328,
24998,
14189,
13,
43897,
279,
1888,
10401,
323,
3428,
2853,
15193,
430,
5052,
701,
3966,
323,
8199,
649,
16280,
1935,
499,
220,
508,
4520,
477,
2753,
627,
2746,
499,
656,
1390,
311,
636,
17637,
369,
3344,
343,
391,
10396,
11,
499,
649,
3060,
3729,
2254,
8276,
12850,
304,
17578,
3074,
11,
38379,
11,
477,
499,
649,
1005,
279,
8191,
311,
1520,
499,
1505,
1124,
13
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
28474,
17578,
3074,
11,
5415,
22780,
92,
3344,
343,
391,
8276,
5220,
2949,
4520,
13,
25552,
12593,
374,
279,
1888,
1648,
311,
25539,
17049,
31822,
6433,
501,
93221,
8276,
304,
17578,
3074,
13,
2057,
3240,
3810,
701,
30332,
6247,
323,
3577,
330,
28474,
4718,
14908,
3343,
5751,
3997,
690,
2778,
369,
279,
1888,
3344,
343,
391,
8276,
35991,
323,
12850,
304,
328,
24998,
14189,
13,
43897,
279,
1888,
10401,
323,
3428,
2853,
15193,
430,
5052,
701,
3966,
323,
8199,
649,
16280,
1935,
499,
220,
508,
4520,
477,
2753,
627,
2746,
499,
656,
1390,
311,
636,
17637,
369,
3344,
343,
391,
10396,
11,
499,
649,
3060,
3729,
2254,
8276,
12850,
304,
17578,
3074,
11,
38379,
11,
477,
499,
649,
1005,
279,
8191,
311,
1520,
499,
1505,
1124,
13,
-100
] |
Time Warner's Time Inc. split set for June 6
by Brian Stelter @brianstelter May 8, 2014: 6:09 PM ET
Time Inc., owner of Sports Illustrated, People and other famous magazines, will split from CNN owner Time Warner on June 6.
Time Warner's spin-off of its publishing unit Time Inc. will take effect on June 6, when shares in the new company are distributed to investors.
The spin-off details were disclosed in a filing with the Securities and Exchange Commission on Thursday. Shareholders who owned Time Warner (TWX) as of May 23 will receive new shares in Time Inc., which will trade on the New York Stock Exchange under the ticker symbol "TIME."
Time Warner, which is the parent company of CNN, first announced its intent to move the magazine publishing division into a separate company in March 2013.
Time Inc. owns famous titles like Time, People, Fortune, Sports Illustrated, and Entertainment Weekly. Along with 23 magazines in the United States, the company operates 45 Web sites.
CNNMoney is currently a joint venture of Time Inc. and CNN. On June 1, CNN will take full ownership of CNNMoney.
Related: Time Warner to sell HQ for $1.3 billion
Joe Ripp, who was appointed CEO of Time Inc. last year, said in a letter to shareholders on Thursday that "as an independent, publicly-traded company, we believe we can more effectively focus on our objectives and satisfy the strategic needs of our business."
The spin-off is the latest bit of restructuring done by Time Warner during the past few years. The company has also spun off online advertising company AOL (AOL) and Time Warner Cable (TWC).
After Time Inc. is on its own, Time Warner will have three main divisions, all focused on TV and film content: Turner Broadcasting, which includes CNN; HBO; and Warner Bros.
Time Warner's decision to exit publishing was partly driven by the challenges faced by the publishing industry as it tries to adapt to the digital age. And the risk assessment within Time Inc.'s SEC filing describes those challenges in detail.
"We are exposed to risks associated with the current challenging conditions in the magazine publishing industry," the filing states. "We have experienced declines in our print advertising revenues due to both shifts by advertisers from print to digital and weak domestic and global economic conditions, which have also adversely affected our circulation revenues."
Advertising and circulation are Time Inc.'s two main revenue sources.
Like many other online publishers, Time Inc. is trying to expand its Web video footprint, and last week it held a presentation for advertisers -- part of the so-called NewFronts in New York City -- to show off its video series.
Mark Ford, the publishing company's executive vice president of advertising sales, said the spin-off is "going to unlock the entrepreneurial spirit of Time Inc."
CNNMoney (New York) First published May 8, 2014: 3:50 PM ET | {
"redpajama_set_name": "RedPajamaCommonCrawl"
} | 7,652 | [
128000,
1489,
32780,
596,
4212,
4953,
13,
6859,
743,
369,
5651,
220,
21,
198,
1729,
17520,
800,
18354,
571,
65,
7414,
267,
18354,
3297,
220,
23,
11,
220,
679,
19,
25,
220,
21,
25,
2545,
5975,
18241,
198,
1489,
4953,
2637,
6506,
315,
13482,
71161,
11,
9029,
323,
1023,
11495,
32947,
11,
690,
6859,
505,
20352,
6506,
4212,
32780,
389,
5651,
220,
21,
627,
1489,
32780,
596,
12903,
12744,
315,
1202,
23763,
5089,
4212,
4953,
13,
690,
1935,
2515,
389,
5651,
220,
21,
11,
994,
13551,
304,
279,
502,
2883,
527,
4332,
311,
15167,
627,
791,
12903,
12744,
3649,
1051,
36489,
304,
264,
26559,
449,
279,
46272,
323,
19224,
9849,
389,
7950,
13,
12037,
17075,
889,
13234,
4212,
32780,
320,
48169,
55,
8,
439,
315,
3297,
220,
1419
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
1489,
32780,
596,
4212,
4953,
13,
6859,
743,
369,
5651,
220,
21,
198,
1729,
17520,
800,
18354,
571,
65,
7414,
267,
18354,
3297,
220,
23,
11,
220,
679,
19,
25,
220,
21,
25,
2545,
5975,
18241,
198,
1489,
4953,
2637,
6506,
315,
13482,
71161,
11,
9029,
323,
1023,
11495,
32947,
11,
690,
6859,
505,
20352,
6506,
4212,
32780,
389,
5651,
220,
21,
627,
1489,
32780,
596,
12903,
12744,
315,
1202,
23763,
5089,
4212,
4953,
13,
690,
1935,
2515,
389,
5651,
220,
21,
11,
994,
13551,
304,
279,
502,
2883,
527,
4332,
311,
15167,
627,
791,
12903,
12744,
3649,
1051,
36489,
304,
264,
26559,
449,
279,
46272,
323,
19224,
9849,
389,
7950,
13,
12037,
17075,
889,
13234,
4212,
32780,
320,
48169,
55,
8,
439,
315,
3297,
220,
1419,
-100
] |
Dehydrated and dry skin is a very common condition. If you work or live in conditions where the environment can be drying, central heating or air conditioning for example can be as bad as harsh weather, you will be familiar with the taut and uncomfortable feeling of dry skin. Skin can also be affected by allergies, exposure to chemicals, and plain simple ageing. It is a hard working organ, and maintaining hydration and protecting skin is important.
Vegetable and plant waxes and oils are important ingredients for an effective moisturizing cream. They help the skin feel supple and smooth, relieving the pain and discomfort of dry, even cracked skin. Plainordinary Balm is highly effective in relieving parched skin, wherever it is needed. It has extraordinary moisturizing and soothing qualities, and is one balm that is hard to beat. It contains no irritants and can be used safely, even on babies.
Our Extraordinary Day Cream is an emulsion that should be used daily, to protect the skin against inflammation, irritation and the effects of time and stress. It is hypoallergenic and can be used on the most sensitive skin, even if you have eczema.
• If you are exposed to the sun, the Extraordinary Day Cream with SPF is the best choice. Both creams contain low allergen anti oxidants and anti inflammatories, Green Rooibos extract and Aloe Vera from South Africa, Co-enzyme Q10, MSM, and natural healthy grape seed oil, olive oil and shea butter for extra hydration and moisturizing action. The added SPF has cinnamates in it, and a small number of people may be sensitive to these, but the protection from the effects of UVA and UVB light makes it a safe bet to protect your skin from premature ageing.
At the end of the day, Extraordinary Night Cream is recommended to give your skin a deep and rich moisturizing boost. The natural anti inflammatory and anti oxidant activity of olive oil and grapeseed oil is enhanced by the addition of evening primrose oil, and avocado oil is added to the shea butter. It is rich but not greasy, and safely goes to work at night while you sleep, repairing and soothing your skin. Use it every night to smooth away fine lines, and keep your skin in great condition.
Dry skin around your eyes? Our eye gel was formulated with the help of one of the world's top opthalmic surgeons.
Moisturising Balm is simply the BEST moisturiser available. Non-greasy, and sinking in in seconds it leaves all skin softer and smoother.
Looking for a great cleanser and exfoliator combination? Look no further for simply effective care - no matter how sensitive your skin. Our Cleanser is simply the kindest available for you. Alkways use on delicate facial skin.
Use our wonderful natural Exfoliator to polish and buff your skin to a healthy tone. Frequency of use? Well, this depends on you personally - we suggest weekly for the most sensitive skin types.
We are often asked about toners. These usually contain solvents and detergents - and strip the waxes and oils from your skin. we would suggest these are avoided!
Eating a diet rich in fish or taking a fish oil supplement will ensure your body is getting the good fats it needs and in turn can help ease dry skin.
Eating healthy foods, rich in natural minerals and healthy oils such as fish oils and natural plant oils, is essential to all round vitality. Avoiding excessively rich and fatty foods, fast foods and too much alcohol is obvious. Smoking is a known major contributor to premature ageing. Sensible nutritional and lifestyle advice is important for your whole body, and that includes your skin – your largest organ. Anything that is bad for your health is bad for your skin.
Keep hydrated, by drinking sensible amounts of fluids.
Avoid using very hot water when taking a shower or bathing, as this may further irritate dry skin.
Avoid exposing your skin to strong detergents of any kind.
Treat your skin well to maintain a healthy radiance. | {
"redpajama_set_name": "RedPajamaC4"
} | 592 | [
128000,
1951,
26233,
660,
323,
9235,
6930,
374,
264,
1633,
4279,
3044,
13,
1442,
499,
990,
477,
3974,
304,
4787,
1405,
279,
4676,
649,
387,
46479,
11,
8792,
24494,
477,
3805,
35121,
369,
3187,
649,
387,
439,
3958,
439,
25984,
9282,
11,
499,
690,
387,
11537,
449,
279,
259,
2784,
323,
29213,
8430,
315,
9235,
6930,
13,
28049,
649,
1101,
387,
11754,
555,
58742,
11,
14675,
311,
26333,
11,
323,
14733,
4382,
80043,
13,
1102,
374,
264,
2653,
3318,
2942,
11,
323,
20958,
88000,
323,
22973,
6930,
374,
3062,
627,
43712,
456,
481,
323,
6136,
289,
20589,
323,
32462,
527,
3062,
14293,
369,
459,
7524,
54902,
4954,
12932,
13,
2435,
1520,
279,
6930,
2733,
1043,
698,
323,
11113,
11,
59644,
4504,
279,
6784,
323,
44776,
315,
9235,
11
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
1951,
26233,
660,
323,
9235,
6930,
374,
264,
1633,
4279,
3044,
13,
1442,
499,
990,
477,
3974,
304,
4787,
1405,
279,
4676,
649,
387,
46479,
11,
8792,
24494,
477,
3805,
35121,
369,
3187,
649,
387,
439,
3958,
439,
25984,
9282,
11,
499,
690,
387,
11537,
449,
279,
259,
2784,
323,
29213,
8430,
315,
9235,
6930,
13,
28049,
649,
1101,
387,
11754,
555,
58742,
11,
14675,
311,
26333,
11,
323,
14733,
4382,
80043,
13,
1102,
374,
264,
2653,
3318,
2942,
11,
323,
20958,
88000,
323,
22973,
6930,
374,
3062,
627,
43712,
456,
481,
323,
6136,
289,
20589,
323,
32462,
527,
3062,
14293,
369,
459,
7524,
54902,
4954,
12932,
13,
2435,
1520,
279,
6930,
2733,
1043,
698,
323,
11113,
11,
59644,
4504,
279,
6784,
323,
44776,
315,
9235,
11,
-100
] |
Hi, I found this listing on Realty Executives and would like to learn more about 9 MONARCH Close, Fort Saskatchewan AB T8L 0N9 . Thank you.
9 MONARCH Close This unique 2525 sq ft 2 story is located in Southfort Meadows. Executive home for a growning family. Grand foyer with 10 ft ceilings and spectacular staircase. Once entering the Great room, greeted with stunning 2 way fireplace to the deck. Beautiful ceramic tile, which takes on the look of hardwood floors, 9'ceilings. Overlooking the gourmet kitchen, which will impression any chef. Super large island with white cabinets, stone facing front, that accents kitchen cabinets. White Quarts counter tops. Huge walk through pantry that houses the freezer. Garden door to professionally maintance free yard, with private putting green, completely fenced. Upper level Master bedroom suite, 5 piece ensuite and walk in closet. Media room could also be used as 4th bedroom. Upper level laundry with sink. Heated triple car garage with floor drains and hot & cold running water. 3 zone furnace which controls each floor. Central air cond. Your wont be disappointed but Amazed will be your reaction! | {
"redpajama_set_name": "RedPajamaC4"
} | 9,574 | [
128000,
13347,
11,
358,
1766,
420,
15182,
389,
69114,
10502,
332,
1924,
323,
1053,
1093,
311,
4048,
810,
922,
220,
24,
29637,
11023,
13330,
11,
11246,
66253,
14469,
350,
23,
43,
220,
15,
45,
24,
662,
9930,
499,
627,
24,
29637,
11023,
13330,
1115,
5016,
220,
12326,
20,
18522,
10702,
220,
17,
3446,
374,
7559,
304,
4987,
4057,
78142,
13,
18362,
2162,
369,
264,
3139,
1251,
3070,
13,
10517,
100016,
449,
220,
605,
10702,
56814,
323,
28809,
62862,
13,
9843,
16661,
279,
8681,
3130,
11,
44865,
449,
20441,
220,
17,
1648,
40511,
311,
279,
9722,
13,
20055,
43124,
10228,
11,
902,
5097,
389,
279,
1427,
315,
51645,
27035,
11,
220,
24,
6,
22833,
826,
13,
6193,
20986,
279,
73585,
9979,
11,
902,
690,
21455,
904,
30806,
13,
7445
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
13347,
11,
358,
1766,
420,
15182,
389,
69114,
10502,
332,
1924,
323,
1053,
1093,
311,
4048,
810,
922,
220,
24,
29637,
11023,
13330,
11,
11246,
66253,
14469,
350,
23,
43,
220,
15,
45,
24,
662,
9930,
499,
627,
24,
29637,
11023,
13330,
1115,
5016,
220,
12326,
20,
18522,
10702,
220,
17,
3446,
374,
7559,
304,
4987,
4057,
78142,
13,
18362,
2162,
369,
264,
3139,
1251,
3070,
13,
10517,
100016,
449,
220,
605,
10702,
56814,
323,
28809,
62862,
13,
9843,
16661,
279,
8681,
3130,
11,
44865,
449,
20441,
220,
17,
1648,
40511,
311,
279,
9722,
13,
20055,
43124,
10228,
11,
902,
5097,
389,
279,
1427,
315,
51645,
27035,
11,
220,
24,
6,
22833,
826,
13,
6193,
20986,
279,
73585,
9979,
11,
902,
690,
21455,
904,
30806,
13,
7445,
-100
] |
A new twist brings excitement to one of the state's premier regular-season cross country meets.
Cabell Midland will host its annual St. Mary's Medical Center XC Festival today, as more than 150 teams and 1,700 runners from across the Mountain State once again descend upon the state championship course. This year marks a change in schedule, with the first of eight races to begin in the evening at 6:30 p.m., rather than morning, and the final to start at 10:30 p.m.
Following consecutive years of intense race day heat and concerns for athlete safety, the Knights program opted to make the switch from a morning meet to evening, Parsons said.
Coaches who annually attend the race, like Doddridge County's Craig Kellar, welcomed the change.
To illuminate the course as the daylight fades, 13 diesel-powered light stands will be utilized, Parsons said.
The opportunity to race on the state meet course provides great incentive for teams from across the state to attend in order to learn the nuances of the course. That nighttime perspective will give runners a different look than championship day, though.
Last Saturday, Bridgeport's boys, two-time defending state champs, finished a single point behind second-ranked Class AAA University at the Charles Pointe-Indian Run Invitational.
While some teams like Bridgeport and Doddridge have run two meets this season, today's event marks the season opener for others like Midland and Hurricane.
The meet's tough competition will provide great opportunity for self-evaluation, particularly for the young Hurricane boys squad, Redskins coach Eric Cooper said.
With Hurricane listed at sixth, four of the state's top six AAA boys teams will attend today's meet. In girls AAA, No. 2 Hurricane ranks highest, with Winfield (fifth), Parkersburg South (sixth) and Parkersburg (eighth) also attending.
Eight top-10 Class AA-A boys teams will attend, including top-ranked Bridgeport and No. 8 Buffalo, which boasts the state's top individual runner in senior Hayden Harrison. Second-ranked Doddridge leads a class of five ranked AA-A girls teams at the meet in East Fairmont (fifth), Bridgeport (eighth), Wheeling Central (ninth) and North Marion (10th).
The quality field and change in format ensure plenty of excitement, Griffith said.
"We're looking forward to getting down to Midland and running the course," he said. "We always enjoy running down there. It's a beautiful course and Coach Parsons and his staff do a tremendous job. | {
"redpajama_set_name": "RedPajamaC4"
} | 3,720 | [
128000,
32,
502,
27744,
12716,
28361,
311,
832,
315,
279,
1614,
596,
21134,
5912,
31300,
5425,
3224,
20628,
627,
99299,
616,
14013,
1974,
690,
3552,
1202,
9974,
800,
13,
10455,
596,
13235,
5955,
61442,
17772,
3432,
11,
439,
810,
1109,
220,
3965,
7411,
323,
220,
16,
11,
7007,
39380,
505,
4028,
279,
19149,
3314,
3131,
1578,
55668,
5304,
279,
1614,
22279,
3388,
13,
1115,
1060,
15785,
264,
2349,
304,
9899,
11,
449,
279,
1176,
315,
8223,
21234,
311,
3240,
304,
279,
11714,
520,
220,
21,
25,
966,
281,
749,
2637,
4856,
1109,
6693,
11,
323,
279,
1620,
311,
1212,
520,
220,
605,
25,
966,
281,
749,
627,
28055,
24871,
1667,
315,
19428,
7102,
1938,
8798,
323,
10742,
369,
34880,
7296,
11,
279,
40676,
2068,
41867,
311,
1304,
279
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
32,
502,
27744,
12716,
28361,
311,
832,
315,
279,
1614,
596,
21134,
5912,
31300,
5425,
3224,
20628,
627,
99299,
616,
14013,
1974,
690,
3552,
1202,
9974,
800,
13,
10455,
596,
13235,
5955,
61442,
17772,
3432,
11,
439,
810,
1109,
220,
3965,
7411,
323,
220,
16,
11,
7007,
39380,
505,
4028,
279,
19149,
3314,
3131,
1578,
55668,
5304,
279,
1614,
22279,
3388,
13,
1115,
1060,
15785,
264,
2349,
304,
9899,
11,
449,
279,
1176,
315,
8223,
21234,
311,
3240,
304,
279,
11714,
520,
220,
21,
25,
966,
281,
749,
2637,
4856,
1109,
6693,
11,
323,
279,
1620,
311,
1212,
520,
220,
605,
25,
966,
281,
749,
627,
28055,
24871,
1667,
315,
19428,
7102,
1938,
8798,
323,
10742,
369,
34880,
7296,
11,
279,
40676,
2068,
41867,
311,
1304,
279,
-100
] |
I'd like to display a specific part of a routing result in a different color than the others. I thought this would be easy, but it seems that it's not.
I'm using the Directions Widget of the JS API, and the standard config allows me to define a symbol for the whole route or for the selected segment (which is a direction segment, not the whole part from one stop to the next). So I could look for the "esriDMTDepart" direction where my part starts, decode all the compressedGeometries until the next "esriDMTStop" and draw them manually on the map over the route that is being drawn anyway. This is a bit ugly, so I'm going one level deeper to the NAServer REST API.
The routing service is able to give back a Polyline route geometry (return routes = true), but as far as I can see, it is always one line for the whole route. It won't mark where the stops are or separate the route geometry into parts between the stops. Scott Sandusky, Matt Crowder: To my opinion, this is a missed chance, because the Polyline JSON object is an array of several line objects.
There is no way to quickly tell where the stops are located on the line that comes back, because the coordinates of polyline points and stop point don't match exactly. Manual search shows that they may match up to the 5th decimal digit or so, but not to the end.
I could try to develop an approximation method to determine where the stops are located on the route line, but I'm not sure if this would produce reliable results.. or send an extra HTTP call for the part of the route that I want to draw differently, but that's of course costly and redundant.
Am I missing something? Does anyone have a good idea what to do?
thanks for your reply. Actually no: I'm not trying to color single segments, but the whole part of a route between 2 stops.
Iterating through the segments (and looking for the "esriDMTDepart" direction where my part starts and "esriDMTStop" where it ends) is what I was talking about in the first paragraph of my description above. But then I still have to decode the compressedGeometries, combine all segments from one stop to the next and draw the line (in a different color) on top the graphic that is being drawn by the Directions Widget anyway. This should be invisible to the end user, so it is possible to do what I want with this approach, but from a development point of view, it's a bit ugly.
My thought was to use the uncompressed route geometry and draw the whole thing myself, but then I realized that only one line comes back for the whole route, even though the returned JSON object is a Polyline. So we get an array of lines that always contains only one line. I'm suggesting that this should be separated into sections between stops (or the segments as uncompressed geometry) by the naserver.
Anyway, I've handed in a idea and another idea. | {
"redpajama_set_name": "RedPajamaC4"
} | 623 | [
128000,
40,
4265,
1093,
311,
3113,
264,
3230,
961,
315,
264,
30158,
1121,
304,
264,
2204,
1933,
1109,
279,
3885,
13,
358,
3463,
420,
1053,
387,
4228,
11,
719,
433,
5084,
430,
433,
596,
539,
627,
40,
2846,
1701,
279,
54586,
13277,
315,
279,
12438,
5446,
11,
323,
279,
5410,
2242,
6276,
757,
311,
7124,
264,
7891,
369,
279,
4459,
6149,
477,
369,
279,
4183,
10449,
320,
8370,
374,
264,
5216,
10449,
11,
539,
279,
4459,
961,
505,
832,
3009,
311,
279,
1828,
570,
2100,
358,
1436,
1427,
369,
279,
330,
288,
462,
8561,
51,
50041,
1,
5216,
1405,
856,
961,
8638,
11,
17322,
682,
279,
31749,
9688,
4512,
4108,
3156,
279,
1828,
330,
288,
462,
8561,
51,
10903,
1,
323,
4128,
1124,
20684,
389,
279,
2472,
927
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
40,
4265,
1093,
311,
3113,
264,
3230,
961,
315,
264,
30158,
1121,
304,
264,
2204,
1933,
1109,
279,
3885,
13,
358,
3463,
420,
1053,
387,
4228,
11,
719,
433,
5084,
430,
433,
596,
539,
627,
40,
2846,
1701,
279,
54586,
13277,
315,
279,
12438,
5446,
11,
323,
279,
5410,
2242,
6276,
757,
311,
7124,
264,
7891,
369,
279,
4459,
6149,
477,
369,
279,
4183,
10449,
320,
8370,
374,
264,
5216,
10449,
11,
539,
279,
4459,
961,
505,
832,
3009,
311,
279,
1828,
570,
2100,
358,
1436,
1427,
369,
279,
330,
288,
462,
8561,
51,
50041,
1,
5216,
1405,
856,
961,
8638,
11,
17322,
682,
279,
31749,
9688,
4512,
4108,
3156,
279,
1828,
330,
288,
462,
8561,
51,
10903,
1,
323,
4128,
1124,
20684,
389,
279,
2472,
927,
-100
] |
Successful storytelling: Ditch your preconceptions and avoid tech for tech's sake
Ad Feature from Ogilvy & Mather Group UK
By Philip Ellis-12 May 2015 10:00am
"Far too often, we think we know better than our customers. It's time to stop following the stereotypes and really listen."
SapientNitro's Daniel Harvey
"Whatever the brief, it is crucial to find the human story behind that information," says Ros Gihan Williams, creative director at London Video Productions.
"Stories bring people together and bridge divides," Williams is adamant that this connection can be made regardless of the narrative, citing a corporate video she shot for a hair transplant company.
She and her team went into the project with certain ideas regarding the vanity of the entire endeavour, until one patient told her story; having lost her eyebrows through stress following bereavement, this operation was an important step in reclaiming her self-image. Williams' takeaway from this: "Never go in with preconceptions about the story you're trying to tell."
Understanding the 'silver economy'
Preconceptions and stereotypes also pose huge issues for brands hoping to reach a fast-growing, potentially lucrative market; the over-50s. 30 per cent of the UK's population is aged 50 or above, and this group holds more than 80 per cent of the country's wealth. More and more marketers are keen to harness the power of the 'silver economy', but still this demographic is sorely overlooked from a UX perspective.
These oversights can manifest in some morbid ways. For example, at present, you're pretty much guaranteed to find links to funeral planning on any 50+ insurance website. Reminding consumers of their infirmities is no way to win them over, says author Crispin Reed. "Why lump all over 50s together?" he asks, "You wouldn't treat 8 to 50 year-olds as all the same."
"Design for people and their passions," says Joo Teoh, managing director at Ampersand Mobile, "Not their age." The issue with tech brands approaching the 50+ market is that their target consumers are often generations behind when it comes to the devices and operating systems they are familiar with.
While younger generations might be more inclined to adopt newer devices for their own sake, 50+ consumers need first to know how it will enrich their lives. Should this matter, though? As Ampersand Mobile's chief technology officer Dean Adkins says, "good UX design is ageless". But while it is possible to achieve graceful design regressions across 3G, 2G and even WAP devices, this takes time, which client briefs and deadlines often don't allow.
Avoiding tech for tech's sake
Creative technologist Dirk van Ginkel points out that far too often, clients are tech-driven for all the wrong reasons; they want to force new technology into a project in order to generate buzz and be perceived as cutting edge. But if the technology and creative aren't compatible, this can result in a clunky, unpleasant and overall "gimmicky" user experience.
"User first, not tech first" is the motto at Unit9, where Ginkel and his team always endeavour to select the appropriate medium. Virtual reality and hi-tech installations can transport a consumer and add genuine value to a brand, but only when they are done right.
Ultimately, the medium and strategy with which we engage our consumers rely on an in-depth understanding of that consumer's life and interests. This is summed up rather neatly by SapientNitro's Daniel Harvey, who in his talk referenced cave paintings, where people created narratives out of their own memories: "Experiences inspire stories, which in turn inspire new experiences."
Philip Ellis is a journalist for OgilvyDo.com, Ogilvy's global thought leadership channel. The Drum and Ogilvy UK are working in partnership to share the latest thinking from Digital Shoreditch 2015. Read more at The Drum's Digital Shoreditch hub.
This article is about: World, Digital Shoreditch, Philip Ellis, Ogilvy, London Video Productions, UX, Mobile, 3G, 4G, Unit9, SapientNitro, Advertising, Creative, Design, Digital, Technology
// In Association with
Ogilvy & Mather Group UK
The Ogilvy Group is made up of 10 world-class companies, working across a wide range of marketing disciplines. | {
"redpajama_set_name": "RedPajamaCommonCrawl"
} | 1,190 | [
128000,
37474,
48929,
25,
423,
1641,
701,
864,
444,
36028,
323,
5766,
13312,
369,
13312,
596,
25491,
198,
2654,
20595,
505,
41937,
321,
14029,
612,
386,
1894,
5856,
6560,
198,
1383,
26241,
44707,
12,
717,
3297,
220,
679,
20,
220,
605,
25,
410,
309,
198,
1,
33987,
2288,
3629,
11,
584,
1781,
584,
1440,
2731,
1109,
1057,
6444,
13,
1102,
596,
892,
311,
3009,
2768,
279,
54168,
323,
2216,
9020,
10246,
50,
391,
1188,
98547,
299,
596,
15469,
34422,
198,
1,
47916,
279,
10015,
11,
433,
374,
16996,
311,
1505,
279,
3823,
3446,
4920,
430,
2038,
1359,
2795,
16870,
480,
57988,
13926,
11,
11782,
7690,
520,
7295,
8519,
52964,
627,
1,
93531,
4546,
1274,
3871,
323,
14497,
65928,
1359,
13926,
374,
84388,
430,
420,
3717,
649,
387,
1903
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
37474,
48929,
25,
423,
1641,
701,
864,
444,
36028,
323,
5766,
13312,
369,
13312,
596,
25491,
198,
2654,
20595,
505,
41937,
321,
14029,
612,
386,
1894,
5856,
6560,
198,
1383,
26241,
44707,
12,
717,
3297,
220,
679,
20,
220,
605,
25,
410,
309,
198,
1,
33987,
2288,
3629,
11,
584,
1781,
584,
1440,
2731,
1109,
1057,
6444,
13,
1102,
596,
892,
311,
3009,
2768,
279,
54168,
323,
2216,
9020,
10246,
50,
391,
1188,
98547,
299,
596,
15469,
34422,
198,
1,
47916,
279,
10015,
11,
433,
374,
16996,
311,
1505,
279,
3823,
3446,
4920,
430,
2038,
1359,
2795,
16870,
480,
57988,
13926,
11,
11782,
7690,
520,
7295,
8519,
52964,
627,
1,
93531,
4546,
1274,
3871,
323,
14497,
65928,
1359,
13926,
374,
84388,
430,
420,
3717,
649,
387,
1903,
-100
] |
When the weather is hot and you're looking for a cold, refreshing treat, try this homemade sorbet recipe.
In a food processor or blender, combine the mangoes and water; cover and process until smooth.
Add 1 cup coconut and lemon juice; cover and process until smooth.
Transfer to a container and freeze until solid, about 2 hours. Scoop into bowls and garnish with remaining coconut. | {
"redpajama_set_name": "RedPajamaC4"
} | 4,983 | [
128000,
4599,
279,
9282,
374,
4106,
323,
499,
2351,
3411,
369,
264,
9439,
11,
37018,
4322,
11,
1456,
420,
36433,
25551,
29651,
11363,
627,
644,
264,
3691,
18121,
477,
62895,
11,
16343,
279,
70368,
288,
323,
3090,
26,
3504,
323,
1920,
3156,
11113,
627,
2261,
220,
16,
10747,
34557,
323,
30564,
23661,
26,
3504,
323,
1920,
3156,
11113,
627,
22737,
311,
264,
5593,
323,
31030,
3156,
6573,
11,
922,
220,
17,
4207,
13,
50159,
454,
1139,
61080,
323,
61016,
819,
449,
9861,
34557,
13,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
] | [
4599,
279,
9282,
374,
4106,
323,
499,
2351,
3411,
369,
264,
9439,
11,
37018,
4322,
11,
1456,
420,
36433,
25551,
29651,
11363,
627,
644,
264,
3691,
18121,
477,
62895,
11,
16343,
279,
70368,
288,
323,
3090,
26,
3504,
323,
1920,
3156,
11113,
627,
2261,
220,
16,
10747,
34557,
323,
30564,
23661,
26,
3504,
323,
1920,
3156,
11113,
627,
22737,
311,
264,
5593,
323,
31030,
3156,
6573,
11,
922,
220,
17,
4207,
13,
50159,
454,
1139,
61080,
323,
61016,
819,
449,
9861,
34557,
13,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100
] |
PUREGen Africa Launches PurXcel In Nigeria
PUREGen Africa, Nigeria, celebrates the approval and licensure of a new health-promoting technology, called PurXcel, by The National Agency for Food and Drug Administration and Control (NAFDAC).
PurXcel is a product that delivers clinically effective Tri-Active Technology (bioavailable Glutathione, Superoxide Dismutase, and Aloe Acemannan) in a proprietary blend of 18 complementary ingredients designed to help cleanse, balance and build the body at a cellular level.
These ingredients have clinically demonstrated significant improvements in overall health by supporting the body's ability to neutralize damaging free radicals and remove toxins.
PURE is committed to help Africans gain access to high-quality and highly effective products that can support optimal health. PurXcel is already available in the PUREGen Africa, Ghana market.
"There are positive testimonies coming from the Ghanaian people who have used the product and have experienced its tremendous benefits,"
said Fred Ansah, director of PUREGen Ghana.
"It has become a product of choice and is recommended by doctors and pharmacists here. With the massive impact PurXcel is having in Ghana, we know it will create a lot of attention in Nigeria as well."
PURE launched six products in the Nigeria market in August 2019. PURE Independent Business Owners and Preferred Customers can now purchase PurXcel from the Nigeria office. The Nigeria office offers free shipping of products throughout the country and also products can be picked up at several stockist locations across Nigeria.
People interested in learning more about the products by PURE and the opportunity in Nigeria can participate in seminars at Nigeria's main office on Tuesdays, Thursdays and Saturdays between 11:00 a.m. and 2:00 p.m. The Nigeria office regularly hosts Super Saturday meetings and health symposiums/outreaches in different cities every week.
PURE: People United Reaching Everyone is a leading innovator in health and wellness products. PURE is dedicated to delivering Whole Health with high-quality products for physical health, opportunity for financial health, relationships for personal health and social impact for philanthropic health.
PURE is a global company with offices in the U.S., Taiwan, Thailand, Korea, Ghana and Nigeria with headquarters in Frisco, Texas. For more information on the products or business opportunity, visit livepure.com.
Get more information, facts and figures about PURE, click here for the PURE overview. | {
"redpajama_set_name": "RedPajamaCommonCrawl"
} | 2,406 | [
128000,
46461,
10172,
10384,
24083,
288,
14874,
55,
3757,
763,
29258,
198,
46461,
10172,
10384,
11,
29258,
11,
49193,
279,
14765,
323,
67336,
554,
315,
264,
502,
2890,
66271,
11780,
5557,
11,
2663,
14874,
55,
3757,
11,
555,
578,
5165,
16784,
369,
12369,
323,
26166,
17128,
323,
7935,
320,
7476,
14938,
1741,
4390,
47,
324,
55,
3757,
374,
264,
2027,
430,
28421,
70432,
7524,
12639,
12,
5847,
12053,
320,
38423,
10547,
8444,
332,
589,
6473,
11,
6433,
99258,
579,
423,
2191,
332,
521,
11,
323,
362,
35598,
6515,
80998,
276,
8,
304,
264,
34333,
20955,
315,
220,
972,
58535,
14293,
6319,
311,
1520,
81155,
11,
8335,
323,
1977,
279,
2547,
520,
264,
35693,
2237,
627,
9673,
14293,
617,
70432,
21091,
5199,
18637,
304,
8244,
2890,
555,
12899,
279
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
46461,
10172,
10384,
24083,
288,
14874,
55,
3757,
763,
29258,
198,
46461,
10172,
10384,
11,
29258,
11,
49193,
279,
14765,
323,
67336,
554,
315,
264,
502,
2890,
66271,
11780,
5557,
11,
2663,
14874,
55,
3757,
11,
555,
578,
5165,
16784,
369,
12369,
323,
26166,
17128,
323,
7935,
320,
7476,
14938,
1741,
4390,
47,
324,
55,
3757,
374,
264,
2027,
430,
28421,
70432,
7524,
12639,
12,
5847,
12053,
320,
38423,
10547,
8444,
332,
589,
6473,
11,
6433,
99258,
579,
423,
2191,
332,
521,
11,
323,
362,
35598,
6515,
80998,
276,
8,
304,
264,
34333,
20955,
315,
220,
972,
58535,
14293,
6319,
311,
1520,
81155,
11,
8335,
323,
1977,
279,
2547,
520,
264,
35693,
2237,
627,
9673,
14293,
617,
70432,
21091,
5199,
18637,
304,
8244,
2890,
555,
12899,
279,
-100
] |
WARDROBE MALFUNCTION: WHEN FOOTBALL KITS GO WRONG!
Football kit should be easy; a bunch of grown men, professionals at the top of their field, show up and put on the same clothes as everyone else in the changing room.
But something has been in the air in 2011, as we've seen a swathe of shirty gaffes – now, we're rounding up some of our favourites to share with you!
Spanish striker Fernando Llorente perplexed football fans everywhere earlier this year as he took to the pitch for a Euro 2012 qualifier against Lithuania in an old version of the Spain home kit.
No explanation was ever given for the striker's decision to wear the outdated jersey – but we have to give Fernando some sympathy; Spain have had 3 new home kits in the last 18 months – we wouldn't know which one was the right one to wear either.
Messi, Soggy and Not at All Handsome.
Barcelona found themselves with an unconventional kit problem at the start of the 2011-12 season, as Catalonia was drenched by unexpected rainstorms.
The Camp Nou club filed a complaint with kit supplier Nike saying that their shirts wereabsorbing too much water during play, and slowing their players down!
Balotelli Gets Shirty with Italy.
Mario Balotelli is one of football's biggest characters, and even the most ardent of opposition fans seem to have to something of a soft spot for the Italian striker.
However, one thing even Super Mario couldn't get away with was wearing Italy's old Home kit on the debut of their new one. After starting the game in Puma's latest creation for the Azzurri, Balotelli emerged for half time in a friendly against Uruguay wearing the Italy kit from the World Cup in 2008.
It didn't take long for the big forward's cheeky kit-switch to be noticed, and was given his new shirt to finish the game in. We can image that Puma were probably not amused.
Experienced Ireland International Richard Dunne might well believe that he'd seen everything the beautiful game had to throw at him, until a collision during qualifier in Russia left the Dunne bleeding on his kit and in need of a new shirt.
With no spare printed shirts apparently in the kitbag, the Republic of Ireland's goalkeeping coach had to draw a number 5 onto the back of Dunne's shirt with a felt-tip pen. Tailored by Umbro and made bespoke by Sharpie.
The Eagle Has (Not) Landed!
Polish football fans were left spitting feathers after their FA instructed kit manufacturers Nike to leave off the iconic White Eagle that graces every National Team's uniform.
After boo's and chants of 'Bring Back the Eagle!' marred their first two friendlies in the new kit, Polish officials apologised to the fans for trying to 'modernise' the new kit too much, and instructed Nike to revise the design of the Euro 2012 host nation's jersey to include the legendary bird of prey.
and Finally… Nike's Number is up for England Rugby.
Switching sports, Nike were left slightly embarrassed during the Rugby World Cup as England's numbers began to peel off their shirts during the first game of their ultimately embarrassing campaign.
England's egg-chasers took on Argentina in their opening group game, and soon found the printing on their shirts was flaking off during play. Thankfully, Nike were able to fix this problem by the next game – but for the time England were in the tournament' afterwards, they might as well not have bothered!
Next articleMIZUNO TEASE NEW MORELIA NEO COLOURWAY?
Made me laugh. Nike is losing quality over the years.
I mean no disrespect, cause I love footyboots, but you guys need to proofread your articles before you post them up. | {
"redpajama_set_name": "RedPajamaC4"
} | 3,202 | [
128000,
29266,
1308,
11855,
89139,
18645,
25,
34733,
81137,
79580,
735,
14813,
12890,
99760,
4999,
87423,
16530,
1288,
387,
4228,
26,
264,
15860,
315,
15042,
3026,
11,
15749,
520,
279,
1948,
315,
872,
2115,
11,
1501,
709,
323,
2231,
389,
279,
1890,
15447,
439,
5127,
775,
304,
279,
10223,
3130,
627,
4071,
2555,
706,
1027,
304,
279,
3805,
304,
220,
679,
16,
11,
439,
584,
3077,
3970,
264,
2064,
70036,
315,
559,
16938,
342,
2715,
288,
1389,
1457,
11,
584,
2351,
52662,
709,
1063,
315,
1057,
58034,
311,
4430,
449,
499,
4999,
62897,
45041,
51485,
445,
385,
72823,
74252,
291,
9141,
7359,
17277,
6931,
420,
1060,
439,
568,
3952,
311,
279,
9846,
369,
264,
20026,
220,
679,
17,
61747,
2403,
71606,
304,
459,
2362,
2373,
315,
279,
18157
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
29266,
1308,
11855,
89139,
18645,
25,
34733,
81137,
79580,
735,
14813,
12890,
99760,
4999,
87423,
16530,
1288,
387,
4228,
26,
264,
15860,
315,
15042,
3026,
11,
15749,
520,
279,
1948,
315,
872,
2115,
11,
1501,
709,
323,
2231,
389,
279,
1890,
15447,
439,
5127,
775,
304,
279,
10223,
3130,
627,
4071,
2555,
706,
1027,
304,
279,
3805,
304,
220,
679,
16,
11,
439,
584,
3077,
3970,
264,
2064,
70036,
315,
559,
16938,
342,
2715,
288,
1389,
1457,
11,
584,
2351,
52662,
709,
1063,
315,
1057,
58034,
311,
4430,
449,
499,
4999,
62897,
45041,
51485,
445,
385,
72823,
74252,
291,
9141,
7359,
17277,
6931,
420,
1060,
439,
568,
3952,
311,
279,
9846,
369,
264,
20026,
220,
679,
17,
61747,
2403,
71606,
304,
459,
2362,
2373,
315,
279,
18157,
-100
] |
The Journey to the Surface of the Moon
Saturday, February 20, 2016 10:34:59 AM America/New_York
Astronomy and space exploration have always been an enigma. For thousands of years, human beings have attempted to understand the vast and diverse field, which was always characterized by studies and speculative theories. In the 50s and 60s, the United States was involved in a Cold War race with the then Soviet Union that saw the presidents of the two superpower countries involved in a bitter ideologies battle.
Amidst this fight, was also the race for space exploration, with USSR spearheading the race by sending artificial satellites into the orbit, as well as sending the first human being, Yuri Gagarin, into space in 1961. America was not to be left behind, as they sent Alan Shepherd soon after. After these events, research intensified as to the viability of man's travel to the lunar surface.
It was not until 1969, that plans to send man to the moon became actualized. Three men comprised of Neil Armstrong, Collins, and Buzz Aldrin, boarded the Apollo 11 on a successful mission to become the first human beings to land on the moon. The accomplishment managed to fulfill the then President's mandate (Kennedy) to have an American as the first individual in space.
The Mission was only possible through years of research and studies into the moon's atmosphere, and studies on craters and volcanoes to determine the level of safety for exploration.
Additionally, there were numerous collaborations with various scientists and geologists to gain a heightened understanding of the moon's landscape before the journey could be sanctioned. The voyage took almost four days, and it allowed the astronauts to collect various rock samples that facilitated an in-depth look into the moon's topography. The exploration paved the way for the future of space exploration with many more individuals attempting and successfully participating in a broad range of space discovery programs. | {
"redpajama_set_name": "RedPajamaCommonCrawl"
} | 4,084 | [
128000,
791,
43680,
311,
279,
28061,
315,
279,
17781,
198,
34774,
11,
7552,
220,
508,
11,
220,
679,
21,
220,
605,
25,
1958,
25,
2946,
6912,
5270,
82349,
10851,
672,
198,
32,
496,
17404,
323,
3634,
27501,
617,
2744,
1027,
459,
665,
11750,
13,
1789,
9214,
315,
1667,
11,
3823,
23837,
617,
17644,
311,
3619,
279,
13057,
323,
17226,
2115,
11,
902,
574,
2744,
32971,
555,
7978,
323,
66836,
26018,
13,
763,
279,
220,
1135,
82,
323,
220,
1399,
82,
11,
279,
3723,
4273,
574,
6532,
304,
264,
24062,
5111,
7102,
449,
279,
1243,
19953,
9323,
430,
5602,
279,
47608,
315,
279,
1403,
2307,
13477,
5961,
6532,
304,
264,
26242,
89971,
8209,
627,
6219,
307,
267,
420,
4465,
11,
574,
1101,
279,
7102,
369,
3634,
27501,
11,
449
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
791,
43680,
311,
279,
28061,
315,
279,
17781,
198,
34774,
11,
7552,
220,
508,
11,
220,
679,
21,
220,
605,
25,
1958,
25,
2946,
6912,
5270,
82349,
10851,
672,
198,
32,
496,
17404,
323,
3634,
27501,
617,
2744,
1027,
459,
665,
11750,
13,
1789,
9214,
315,
1667,
11,
3823,
23837,
617,
17644,
311,
3619,
279,
13057,
323,
17226,
2115,
11,
902,
574,
2744,
32971,
555,
7978,
323,
66836,
26018,
13,
763,
279,
220,
1135,
82,
323,
220,
1399,
82,
11,
279,
3723,
4273,
574,
6532,
304,
264,
24062,
5111,
7102,
449,
279,
1243,
19953,
9323,
430,
5602,
279,
47608,
315,
279,
1403,
2307,
13477,
5961,
6532,
304,
264,
26242,
89971,
8209,
627,
6219,
307,
267,
420,
4465,
11,
574,
1101,
279,
7102,
369,
3634,
27501,
11,
449,
-100
] |
After a brief recovery period which saw Bitcoin almost hit $12,000, the cryptocurrency market is down again. Bitcoin dropped to just above $10,000, Ripple has also fallen just below the $1 mark. It's not just the top 10 that have suffered, almost the entire market has seen a dip in price.
It has been a rocky month for Bitcoin and the rest of the crypto market thus far. Earlier this month, Bitcoin fell massively to below $10,000 going as low as $6000. During this period, the cryptocurrency market also fell below $300 billion market cap. However, the crypto market started recovering since last week and during this period the crypto market rapidly surged to a $500 billion market cap. Bitcoin also made its way past $10,000 and had almost hit the $12,000 mark.
However, the bullish run came to an end as Bitcoin and other cryptocurrencies saw a sharp decline in prices. At 06:34 UTC today, Bitcoin went below $10,000 as well. As of this writing, Bitcoin's current value stands at $10,095. Other cryptocurrencies such as Ripple, Litecoin etc. have also suffered.
Ripple recently added five new payment clients in four countries. Moreover, there have been reports that hint towards a future upgrade in Ripple's technology. Despite this, Ripple's fell below the $1 mark.
According to Nick Kirk, a quantitative developer and data scientist at Cypher Capital, a cryptocurrency trading firm, there was no particular reason for the recent decline.
However, there seems to be more to it because usually, prices of cryptocurrencies increase in value after news like the one for Ripple breaks out. Therefore, there has to be some sort of explanation for the sharp decline in prices.
The crypto decline follows a recent fraud crackdown by the Securities and Exchange Commission (SEC). The SEC charged BitFund, a former crypto exchange for fraud. The exchange was accused of carrying out operations as an unregistered securities exchange and defrauded its users.
The recent crackdown brings uncertainty in the market whether exchanges people rely on are actually reliable or not. It could be a coincidence that prices fell following this news, as there have been other crackdowns as well that haven't affected the market at all.
Perhaps the most plausible reason which explains the recent downwards trend of cryptocurrencies is reports of crypto regulation being imposed in the UK.
Britain's Treasury Select Committee of lawmakers recently threatened to introduce new rules that would help regulate the highly risky and volatile cryptocurrency market. The cryptocurrency market is not a stranger to regulation. The first country to take steps against cryptocurrency was South Korea which is also taking steps towards banning cryptocurrency trading in their country altogether.
Other countries also followed in South Korea's footsteps and restricted the freedom the cryptocurrency market had been enjoying for a long time. Every time a country starts imposing restrictions, the crypto market goes down. Therefore, the most likely explanation for the recent crash would be the UK about to introduce regulatory measures against crypto.
'People are becoming increasingly aware of cryptocurrencies such as Bitcoin, but they may not be aware that they are currently unregulated in the UK, and that there is no protection for individual investors,' said Nicky Morgan, chair of the Treasury Committee.
Recent developments may have lead to panic selling which drove prices down. However, nothing has been implemented yet. Advice from experts on cryptocurrencies will be taken before any action is taken. However, there is now a possibility of crypto regulation in the UK now.
Many people claim Bitcoin to be a failed currency. According to them, this is exactly why regulation is needed in order to 'protect' people from cryptocurrency. However, cryptocurrency has its benefits as well. Aside from its flaws, currencies such as Ripple, Litecoin etc. provide solutions to many real-world problems. Apart from that, many firms have come up with innovative ideas with crypto and the Blockchain network at the centre of everything.
Therefore, the British government will need to strike a balance between protecting the people as well as promoting firms that intend to use cryptocurrency in an innovative way. The regulation may bring the price down, but eventually, it will help flush the remaining investors out of the market who are only there to make profit instead of investing in cryptocurrency for its intended purposes.
Experts believe that 2018 could be the best year for cryptocurrency – Here's Why!
Litecoin's payment system "LitePay" expected to launch this week – Here's what it is! | {
"redpajama_set_name": "RedPajamaC4"
} | 1,606 | [
128000,
6153,
264,
10015,
13654,
4261,
902,
5602,
13428,
4661,
4295,
400,
717,
11,
931,
11,
279,
27128,
3157,
374,
1523,
1578,
13,
13428,
12504,
311,
1120,
3485,
400,
605,
11,
931,
11,
70807,
706,
1101,
21536,
1120,
3770,
279,
400,
16,
1906,
13,
1102,
596,
539,
1120,
279,
1948,
220,
605,
430,
617,
16654,
11,
4661,
279,
4553,
3157,
706,
3970,
264,
24522,
304,
3430,
627,
2181,
706,
1027,
264,
56617,
2305,
369,
13428,
323,
279,
2800,
315,
279,
19566,
3157,
8617,
3117,
13,
47993,
420,
2305,
11,
13428,
11299,
64807,
311,
3770,
400,
605,
11,
931,
2133,
439,
3428,
439,
400,
5067,
15,
13,
12220,
420,
4261,
11,
279,
27128,
3157,
1101,
11299,
3770,
400,
3101,
7239,
3157,
2107,
13,
4452,
11,
279,
19566,
3157,
3940
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
6153,
264,
10015,
13654,
4261,
902,
5602,
13428,
4661,
4295,
400,
717,
11,
931,
11,
279,
27128,
3157,
374,
1523,
1578,
13,
13428,
12504,
311,
1120,
3485,
400,
605,
11,
931,
11,
70807,
706,
1101,
21536,
1120,
3770,
279,
400,
16,
1906,
13,
1102,
596,
539,
1120,
279,
1948,
220,
605,
430,
617,
16654,
11,
4661,
279,
4553,
3157,
706,
3970,
264,
24522,
304,
3430,
627,
2181,
706,
1027,
264,
56617,
2305,
369,
13428,
323,
279,
2800,
315,
279,
19566,
3157,
8617,
3117,
13,
47993,
420,
2305,
11,
13428,
11299,
64807,
311,
3770,
400,
605,
11,
931,
2133,
439,
3428,
439,
400,
5067,
15,
13,
12220,
420,
4261,
11,
279,
27128,
3157,
1101,
11299,
3770,
400,
3101,
7239,
3157,
2107,
13,
4452,
11,
279,
19566,
3157,
3940,
-100
] |
Death penalty negative side speech. Death penalty not solution against criminality—De Lima 2019-02-09
Death penalty negative side speech Rating: 9,7/10 1938 reviews
How to start off a debate speech being negative speaker
There were two periods in this country when there was a sustained increase in homicide rate for an extended period of time. Many criminals released after serving their time commit new, even more violent crimes and are returned to prison. Capital punishment may deter crime, but at the same time, it may also be considered a cruel and unusual punishment. For a more extensive list of murderers who murdered again, see R1. All she argues is again way too late in the debate that the death penalty costs more.
Death penalty not solution against criminality—De Lima
Sometimes we forget that the judgment process consists of two humans effectively trying to rebuild what happened in the past through the eyes of stakeholders in the case. What is the value of a convicted rapist? It's time to get rid of the death penalty. To prove the need, give examples, illustrations, opinions of authorities, facts, and analogies which all point to the need for your proposal. The second argument against capital punishment is that it is unfair in its administration. All people are all equal under the eyes of the law and those people in the end are still humans no matter the crimes they have committed. Even though they excluded any religion to be part of the government regulations, they used Christianity to influence them and built a strong foundation for the new type of government. Like anything controversial, there will be strong arguments for and against a matter that seem both feasible and logical.
What is the best way to start my speech about death penalty (negative side)? How can I start off my speech?
To disprove the need, give examples illustrations, opinions of authorities, facts, and analogies, which show that the status quo is enough. That is the unintended consequence of having a complex and time consuming appeal procedure. I cited the studies to prove that, for the literature that exists, it's all in my favor. Capital punishment, Capital punishment in the United States, Crime 1134 Words 3 Pages The death penalty is the most inhuman and crucial punishment. Once I prove the Death Sentence being immoral, the most threatening outcome in jail will be Life Sentence without parole. The article shows that the states are broken, and the money that we are spending on trials to punish criminals to death penalty should be used in prevention.
Essay on Death Penalty, negative side a practicability speaker
The number of years in prison for a robbery, for example, is less than the assault, so you need more time to correct for assault. However, once exceptions are made, it doesn't become an objective law, but a law based on the subjectivity of a jury, the subjectivity of a lawyer's arguments, the subjectivity of the judge. Murdering is not the answer. It is argued the death penalty acts as a deterrent to homicide. They have different climates, populations, size, police forces, justice systems, and to try and compare them using one policy is wholly unacceptable.
DEATH PENALTY SPEECH
As of now, the majority of American supports the death penalty as an effective solution of punishment. Every human being has the inherent right to life and this right must be protected by law. After 1933, the number of executions per year dropped to zero in 1969; the homicide rate dropped to 5 per 100,000 population in 1951 and remained fairly constant until 1964. In other words, show that it will do what you say it will do. In a webpage of the history of death penalty they stated that they. Back-breaking A Mongolian method of execution that avoided the spilling of.
Lesson 5: Writing Constructive Speeches
Meanwhile, less than 1% of death row inmates earned a monthly wage of more than P50,000. The death penalty remains as one of the controversial issues not only in the United States but in the whole world as well. There are six women on death row Creative Ideas 2. They were not responsible for the crime assuming the accused was not wrongfully imprisoned, that is. We specialise in working on cases that amount to the most extreme abuses of human rights, such as the execution of political activists, the mentally ill, and children. Note also that Pro entirely drops the empirical data I cite that goes down to a county specific level. The death penalty allows hope for neither.
How could the dream of safer streets and happier homes ever come to be? Paranoid Android will be debating that it is not right to use the death penalty as a form of punishment while et's daddy will be debating that it is right to use the death penalty as a form of punishment. The death penalty is a pointless way to punish criminals in many ways. Being a woman increases the likelihood of a death sentence in some countries. The sheer amount of life prisoners will overwhelm the few people dedicated to proving innocence--this is why they do this so rarely right now. Does the cost outweigh the gain. Many death penalty supporters feel that the death penalty reduces crime.
Positive and negative effects of death penalty
She's failed to argue against any my examples, yet still tries to argue that life imprisonment solves. The death penalty was overturned and then reinstated in the United States during the 1970's due to questions concerning its fairness. Stock Issue - Need Affirmative: Show that your proposal is needed stock issue be describing the problem that exists and which your proposal will solve. However, this act is sometimes necessary and it is our responsibility as a society to see that it is done. The public, civil societies and religious societies are constantly involved in debates aimed at proving the legality or illegality of these issues. I will put forth arguments for and against the death penalty as supported by various groups and try to defend my position. The philosophical and moral arguments for or against the death penalty have remained remarkably unchanged since the beginning of the debate.
This is a cost, an anomaly. Introduction When I joined the current debate team in high school, I knew I would have to learn to respect and accept points. Many people support the death penalty, although it is an extremely controversial issue. I'm not bringing this up to make a judgement call on it, but to discuss the principles behind such beliefs. If they were put in a life sentence with no parole they can not get out. Take women, for example: In Iran, she must cover her head at all times and may not wear makeup or do anything to display her femininity in public. Yet it is them who are affected most strongly.
The Negative Aspects Of The Death Penalty :: Legal Issues, Capital Punishment
Capital punishment, Capital punishment in the United States, Crime 1371 Words 4 Pages Death penalty is the most arguable and notorious practice today. September 3, 1952: Mahmood Hussein Mattan, a Somali seaman, is hanged for murder. This is true, but unfortunately it's brought up way too late in the debate and she doesn't impact it. Amnesty International, Capital punishment, Crime 1306 Words 3 Pages Death and Justice Stacey T. I think it's clear where this point flows. Thus there is an underestimation of the impact of a technological advance on non death penalties here. We should ask ourselves, should the death penalty be mandatory for people that kill other people? That is forever cancelled once the state kills them off. | {
"redpajama_set_name": "RedPajamaCommonCrawl"
} | 4,661 | [
128000,
40358,
16750,
8389,
3185,
8982,
13,
16290,
16750,
539,
6425,
2403,
9337,
488,
2345,
1951,
63053,
220,
679,
24,
12,
2437,
12,
2545,
198,
40358,
16750,
8389,
3185,
8982,
19767,
25,
220,
24,
11,
22,
14,
605,
220,
7285,
23,
8544,
198,
4438,
311,
1212,
1022,
264,
11249,
8982,
1694,
8389,
19114,
198,
3947,
1051,
1403,
18852,
304,
420,
3224,
994,
1070,
574,
264,
29759,
5376,
304,
50077,
4478,
369,
459,
11838,
4261,
315,
892,
13,
9176,
32638,
6004,
1306,
13788,
872,
892,
5379,
502,
11,
1524,
810,
16806,
17073,
323,
527,
6052,
311,
9527,
13,
18880,
25060,
1253,
4130,
9977,
11,
719,
520,
279,
1890,
892,
11,
433,
1253,
1101,
387,
6646,
264,
28128,
323,
19018,
25060,
13,
1789,
264,
810,
16781,
1160,
315,
99265,
889
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
40358,
16750,
8389,
3185,
8982,
13,
16290,
16750,
539,
6425,
2403,
9337,
488,
2345,
1951,
63053,
220,
679,
24,
12,
2437,
12,
2545,
198,
40358,
16750,
8389,
3185,
8982,
19767,
25,
220,
24,
11,
22,
14,
605,
220,
7285,
23,
8544,
198,
4438,
311,
1212,
1022,
264,
11249,
8982,
1694,
8389,
19114,
198,
3947,
1051,
1403,
18852,
304,
420,
3224,
994,
1070,
574,
264,
29759,
5376,
304,
50077,
4478,
369,
459,
11838,
4261,
315,
892,
13,
9176,
32638,
6004,
1306,
13788,
872,
892,
5379,
502,
11,
1524,
810,
16806,
17073,
323,
527,
6052,
311,
9527,
13,
18880,
25060,
1253,
4130,
9977,
11,
719,
520,
279,
1890,
892,
11,
433,
1253,
1101,
387,
6646,
264,
28128,
323,
19018,
25060,
13,
1789,
264,
810,
16781,
1160,
315,
99265,
889,
-100
] |
No. 6 seed Florida softball completes epic week to win 2019 SEC Tournament championship
Image Credit: ESPN Images
Entering the 2019 SEC Tournament as an underdog seeded sixth in the field, Florida Gators softball completed an epic week on Saturday night with a 2-1 win over the top-seeded Alabama Crimson Tide to win its second straight league tournament title and the fifth in program history. The five SEC Tournament titles for the Gators tie the most in conference history as Florida picked up its second-straight such crown.
It should come as no surprise that two of the best players in Gators softball history were key in the program's title-clinching victory.
Senior first baseman Amanda Lorenz (2/3, 2 RBI, BB) knocked in her team's lone runs in the top of the sixth when she smacked a two-out double just over third base and down the left-field line. Florida was just 1 for 8 with runners in scoring position on the evening, and Lorenz — who could end her career as the team's all-time leader in batting average and on-base percentage — came through in the clutch as she always seems to for UF.
Senior right-handed pitcher Kelly Barnhill may not have had a perfect night — her six walks were a sour note — but she struck out six, allowing just two hits and her lone earned run in 21 innings of SEC Tournament action as part of a complete-game victory. The win was No. 100 in Barnhill's career, and she earned it in spectacular fashion with a two-out strikeout to retire Alabama for good, her 24th over three games in this year's event.
Here it is! The final out that crowned the Gators CHAMPIONS!! #SECSB #GoGators pic.twitter.com/gVSwvO8s2N
— Gators Softball (@GatorsSB) May 12, 2019
None of this would have been possible for the Gators without the heroics of sophomore Jordan Matthews, who fueled Florida to a walk-off win in Game 1 of the SEC Tournament to complete the team's largest comeback since 2015. UF trailed South Carolina 4-0 entering the sixth inning and 5-2 entering the final frame. The Gators rallied to score four runs in the bottom of the seventh with Matthews' two-run double to left center allowing the team to advance.
Jordan Matthews is as CLUTCH as they come. pic.twitter.com/hS0jKaltzb
— SEC Network (@SECNetwork) May 9, 2019
Florida went on to blank LSU and Auburn in a pair of 3-0 victories before it took down Alabama, which swept the regular-season series in Gainesville, Florida, by a combined score of 12-2 in late April. The Gators actually entered the SEC Tournament just .500 (12-12) in SEC play despite being 28-3 against all other opponents on the season.
Now 44-15 with five straight victories, Florida should see a boost into the 2019 NCAA Tournament field from its No. 9 national ranking prior to the SEC Tournament. Once the field is announced, the Gators will surely host the Gainesville Regional and most likely be in line to host a Super Regional (should they advance) for the seventh straight season and 12th time in 13 years.
Alabama Crimson Tide Amanda Lorenz Jordan Matthews Kelly Barnhill SEC SEC Championship SEC Tournament softball
Florida softball blasts rival Georgia to open 2018 Women's College World Series
Clutch walk-off homer sends Florida softball to 2018 Women's College World Series
Florida softball run-ruled out of 2019 Women's College World Series
Discussion Cancel reply | {
"redpajama_set_name": "RedPajamaCommonCrawl"
} | 9,363 | [
128000,
2822,
13,
220,
21,
10533,
9784,
96368,
45695,
25706,
2046,
311,
3243,
220,
679,
24,
22370,
18877,
22279,
198,
1945,
16666,
25,
27290,
12041,
198,
83967,
279,
220,
679,
24,
22370,
18877,
439,
459,
1234,
18964,
90916,
26084,
304,
279,
2115,
11,
9784,
480,
3046,
96368,
8308,
459,
25706,
2046,
389,
7884,
3814,
449,
264,
220,
17,
12,
16,
3243,
927,
279,
1948,
7962,
31035,
21272,
67177,
72116,
311,
3243,
1202,
2132,
7833,
10966,
16520,
2316,
323,
279,
18172,
304,
2068,
3925,
13,
578,
4330,
22370,
18877,
15671,
369,
279,
480,
3046,
18623,
279,
1455,
304,
10017,
3925,
439,
9784,
13061,
709,
1202,
2132,
42728,
7538,
1778,
27631,
627,
2181,
1288,
2586,
439,
912,
13051,
430,
1403,
315,
279,
1888,
4311,
304,
480,
3046,
96368,
3925,
1051
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
2822,
13,
220,
21,
10533,
9784,
96368,
45695,
25706,
2046,
311,
3243,
220,
679,
24,
22370,
18877,
22279,
198,
1945,
16666,
25,
27290,
12041,
198,
83967,
279,
220,
679,
24,
22370,
18877,
439,
459,
1234,
18964,
90916,
26084,
304,
279,
2115,
11,
9784,
480,
3046,
96368,
8308,
459,
25706,
2046,
389,
7884,
3814,
449,
264,
220,
17,
12,
16,
3243,
927,
279,
1948,
7962,
31035,
21272,
67177,
72116,
311,
3243,
1202,
2132,
7833,
10966,
16520,
2316,
323,
279,
18172,
304,
2068,
3925,
13,
578,
4330,
22370,
18877,
15671,
369,
279,
480,
3046,
18623,
279,
1455,
304,
10017,
3925,
439,
9784,
13061,
709,
1202,
2132,
42728,
7538,
1778,
27631,
627,
2181,
1288,
2586,
439,
912,
13051,
430,
1403,
315,
279,
1888,
4311,
304,
480,
3046,
96368,
3925,
1051,
-100
] |
Mum-to-be among 7 dead in Lagos building collapse
By | AFP
Red Cross officials help with rescue work after a building collapses at Idumota in Lagos in July 2011. A pregnant woman and a baby were among seven people killed after a residential building collapsed in Nigeria's most crowded city, Lagos, on Thursday. (AFP/File)
LAGOS (AFP) – A pregnant woman and a baby were among seven people killed after a residential building collapsed in Nigeria's most crowded city, Lagos, on Thursday.
Two other women and three men perished as a result of the collapse.
Another seven people were plucked from the rubble.
Officials said the collapse was caused by structural defects, a common problem in Lagos.
"Seven dead and seven rescued," said Ibrahim Farinloye, spokesman for the National Emergency Management Agency.
Around 20 people lived in the building. All have been accounted for by the police.
The collapse occurred in the dense Ebute-Meta neighbourhood of the city of some 15 million people.
Such tragedies occur regularly in Nigeria, Africa's most populous nation, with building codes often not enforced and structures sometimes built haphazardly. | {
"redpajama_set_name": "RedPajamaCommonCrawl"
} | 5,873 | [
128000,
44,
372,
4791,
15502,
4315,
220,
22,
5710,
304,
77096,
4857,
18678,
198,
1383,
765,
27746,
198,
6161,
11511,
7510,
1520,
449,
17629,
990,
1306,
264,
4857,
87458,
520,
5336,
372,
6217,
304,
77096,
304,
5887,
220,
679,
16,
13,
362,
20895,
5333,
323,
264,
8945,
1051,
4315,
8254,
1274,
7577,
1306,
264,
20658,
4857,
29368,
304,
29258,
596,
1455,
39313,
3363,
11,
77096,
11,
389,
7950,
13,
320,
47754,
65168,
340,
9190,
3204,
320,
47754,
8,
1389,
362,
20895,
5333,
323,
264,
8945,
1051,
4315,
8254,
1274,
7577,
1306,
264,
20658,
4857,
29368,
304,
29258,
596,
1455,
39313,
3363,
11,
77096,
11,
389,
7950,
627,
11874,
1023,
3278,
323,
2380,
3026,
824,
3384,
439,
264,
1121,
315,
279,
18678,
627,
14364,
8254,
1274,
1051,
628,
40458
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
44,
372,
4791,
15502,
4315,
220,
22,
5710,
304,
77096,
4857,
18678,
198,
1383,
765,
27746,
198,
6161,
11511,
7510,
1520,
449,
17629,
990,
1306,
264,
4857,
87458,
520,
5336,
372,
6217,
304,
77096,
304,
5887,
220,
679,
16,
13,
362,
20895,
5333,
323,
264,
8945,
1051,
4315,
8254,
1274,
7577,
1306,
264,
20658,
4857,
29368,
304,
29258,
596,
1455,
39313,
3363,
11,
77096,
11,
389,
7950,
13,
320,
47754,
65168,
340,
9190,
3204,
320,
47754,
8,
1389,
362,
20895,
5333,
323,
264,
8945,
1051,
4315,
8254,
1274,
7577,
1306,
264,
20658,
4857,
29368,
304,
29258,
596,
1455,
39313,
3363,
11,
77096,
11,
389,
7950,
627,
11874,
1023,
3278,
323,
2380,
3026,
824,
3384,
439,
264,
1121,
315,
279,
18678,
627,
14364,
8254,
1274,
1051,
628,
40458,
-100
] |
As most motorists know, the road can be a dangerous place with drivers facing a variety of hazards on a daily basis. It is vital for drivers to take as many steps as possible to enhance safety both in terms of the vehicle and the operation of the vehicle. There are various ways in which this can be done. For instance, regular servicing of the vehicle will ensure that problems are quickly identified and addresses. There are also various systems in place that can help to enhance driving safety, one of which is the Intelligent Driver Information System.
The Intelligent Driver Information System is also known simply as IDIS. The system was introduced to the world by car manufacturing giant Volvo in 2003, and it became the first generation of a management system based on interaction between the vehicle and the driver. This system was designed to serve a number of purposes in order to assist the driver and enhance safety.
What does IDIS actually do?
The basic function of this system is to provide continuous monitoring of the demands in relation to the driving situation at the time. It also schedules a variety of messages to keep the driver informed, which includes information relating to incoming text message or calls. This first generation system is a very basic one in the grand scheme of things, particularly given the technological advancements that have been made over the past decade. With this in mind, auto industry experts are keen to develop more advanced systems that will improve driver-vehicle interaction and provide greater benefits.
The system offers a range of additional features for drivers to benefit from. One of the key ones is the Collision Warning with Auto Brake. This is a valuable safety feature designed to reduce the risk of road traffic accidents. The system is designed to identify a possible collision and alert the driver so that the collision can be avoided or the severity of it reduced. It also offers Adaptive Cruise Control, which assists with the smooth-flow of traffic. It does this by adapting your vehicle speed in line with the speed of the vehicle in front.
In a nutshell, the Intelligent Driver Information System is designed to prioritize in-car information in line with the driving situation at any given time. It is an innovative system that can provide a range of benefits to improve safety and enhance driving. Many describe the system as an 'electronic secretary' because it even does things such as delay incoming calls and texts until you are in a safe and calm driving situation and can handle them without any risk.
There are two parts to the system, and this includes an information management section and a workload estimation section. Both of these sections combined help to provide what many have come to view as a very useful tool for drivers.
These are some of the key factors that the system looks at in order to assist the driver.
There are various benefits that come with the use of the Intelligent Driver Information System, but it is important to remember that these benefits are based not just on the system alone but on interaction between the driver and the vehicle. The system can only work efficiently if you are doing what you should be doing. For instance, it cannot use your indicator signals to assess your workload if you make a turn without actually putting the signal on.
Greater peace of mind: When you have a system in place that can help to reduce the risk of accidents and is able to enhance safety, you will naturally benefit from greater peace of mind. This is something that all drivers can benefit from, particularly given the huge range of hazards on the roads today.
Reduced risk of collisions: The intelligent system works hard to reduce the chances of a collision when you are on the road. It uses sensors and monitors distance in order to assess the situation and determine the likelihood of a collision. It then quickly alerts you so that you can take evasive action.
Helping you to avoid distractions: As many of us know, texts and calls coming in as we are driving can be distracting at the best of times. However, if they come in while we are trying to work through a tricky situation on the road, it could even lead to an accident. This system is able to keep distractions such as this at bay by accepting the calls and texts but delaying the alert to inform you until you are in a safer situation.
These are some of the main ways in which the Intelligent Driver Information System is able to help drivers and create safer roads.
So, put simply this is a system that can benefit drivers in a number of different ways. Of course, there are probably many drivers who feel that they don't need this type of system or that it will not provide any benefit. However, many people who have used this system will agree that it provides an effective means of reducing the risk of accidents and distractions while driving.
The importance of improving safety on the roads has become paramount, particularly given the level of traffic on the roads these days. Motorists can find themselves in difficult situations all the time, which can result in accidents, serious injuries, and even fatalities. Our passion for mobile technology has further increased the risk of accidents and distractions. However, the Intelligent Driver Information System could provide a great solution to reducing safety risks. | {
"redpajama_set_name": "RedPajamaC4"
} | 7,672 | [
128000,
2170,
1455,
72998,
1440,
11,
279,
5754,
649,
387,
264,
11660,
2035,
449,
12050,
13176,
264,
8205,
315,
52642,
389,
264,
7446,
8197,
13,
1102,
374,
16595,
369,
12050,
311,
1935,
439,
1690,
7504,
439,
3284,
311,
18885,
7296,
2225,
304,
3878,
315,
279,
7458,
323,
279,
5784,
315,
279,
7458,
13,
2684,
527,
5370,
5627,
304,
902,
420,
649,
387,
2884,
13,
1789,
2937,
11,
5912,
65918,
315,
279,
7458,
690,
6106,
430,
5435,
527,
6288,
11054,
323,
14564,
13,
2684,
527,
1101,
5370,
6067,
304,
2035,
430,
649,
1520,
311,
18885,
10043,
7296,
11,
832,
315,
902,
374,
279,
78188,
14919,
8245,
744,
627,
791,
78188,
14919,
8245,
744,
374,
1101,
3967,
5042,
439,
3110,
1669,
13,
578,
1887,
574,
11784,
311,
279,
1917,
555
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
2170,
1455,
72998,
1440,
11,
279,
5754,
649,
387,
264,
11660,
2035,
449,
12050,
13176,
264,
8205,
315,
52642,
389,
264,
7446,
8197,
13,
1102,
374,
16595,
369,
12050,
311,
1935,
439,
1690,
7504,
439,
3284,
311,
18885,
7296,
2225,
304,
3878,
315,
279,
7458,
323,
279,
5784,
315,
279,
7458,
13,
2684,
527,
5370,
5627,
304,
902,
420,
649,
387,
2884,
13,
1789,
2937,
11,
5912,
65918,
315,
279,
7458,
690,
6106,
430,
5435,
527,
6288,
11054,
323,
14564,
13,
2684,
527,
1101,
5370,
6067,
304,
2035,
430,
649,
1520,
311,
18885,
10043,
7296,
11,
832,
315,
902,
374,
279,
78188,
14919,
8245,
744,
627,
791,
78188,
14919,
8245,
744,
374,
1101,
3967,
5042,
439,
3110,
1669,
13,
578,
1887,
574,
11784,
311,
279,
1917,
555,
-100
] |
coronavirus, Troops
Half of troops see coronavirus as a major threat for the military: poll
Posted on 9 September 2020 by warpigapparel
About half of active-duty troops surveyed in the latest Military Times Poll believe the ongoing coronavirus pandemic represents a significant threat to military readiness and operations, but respondents were split over whether service leaders have done enough to respond to the problem.
Roughly 48 percent of service members who participated in the poll said they do not believe their chain of command has taken the appropriate steps to respond to the coronavirus pandemic. Another 46 percent said they do have confidence in leadership's response.
The results, collected in partnership with the Institute for Veterans and Military Families (IVMF) at Syracuse University, comes as the United States enters its seventh month of quarantines and virus prevention efforts which have included significant changes in military life.
Military travel was nearly completely shut down for three months, duty station moves halted and worldwide operations severely curtailed in an attempt to slow the spread of the virus, which has claimed more than 893,000 lives around the globe.
To date, the Defense Department has reported more than 39,000 coronavirus cases among service members and an additional 17,000 cases among department civilian workers, military dependents and outside contractors. Seven service members have died from complications related to the illness.
Troops who participated in the poll had a more positive view of their peers' response to the pandemic than their leadership. About 48 percent said they believe that their fellow service members have taken appropriate steps to respond to the illness, versus 39 percent who felt they have not.
"Most are being cautious with good hygiene," wrote one anonymous respondent. "But some are trying to get back to normal living, resulting in additional exposures."
Sign up for the Early Bird Brief
Get the military's most comprehensive news and information every morning
By giving us your email, you are opting in to the Early Bird Brief.
Complaints about peers included a lack of discipline in regards to social distancing and mask wearing, and an attitude that the virus threat was overblown. Unprompted, about 2 percent of troops who took part in the poll complained about media members overhyping the threat, submitting comments like "it is a political scam and the military is buying right into it."
Complaints about command, on the other hand, centered on inconsistent rules and poorly communicated changes.
"Every installation has its own procedures in place," wrote another respondent. "Since there isn't a unified front from the president down, everyone is reacting rather than being proactive. You still have formations failing to adhere to CDC guidance, no separations, no masks, still conducting (fitness tests) all against DOD guidance."
Another wrote that commanders "either need to be all in or all out on social distancing and the like" if they want troops to follow the instructions.
"If we are serious about flattening a curve, we wouldn't still be doing global rotations of forces and still moving people and families around the globe," the respondent wrote. "If we are not going to actually do a full global stop-movement and hold current deployed forces where they are, we need to quit faking a half-response."
Officers in the poll were significantly more likely to trust their command and their fellow service members for coronavirus response attitudes than enlisted troops.
About 61 percent of officers surveyed said they believe both military leadership and their military peers are taking appropriate steps towards virus prevention and spread. Only 41 percent of enlisted respondents said the same about their command, and 44 percent about their peers.
About one in four service members who responded to the Military Times Poll said the ongoing pandemic has made it less likely for them to remain in the ranks. Roughly 58 percent said the sickness would not have any impact on their re-enlistment plans.
But about 45 percent still labeled the ongoing virus as a significant threat to national security, putting it on par with foriegn Islamic jihadist groups (48 percent), white nationalism (48 percent), domestic terrorists (47 percent) and U.S. racial unrest (42 percent).
About 14 percent labeled the ongoing pandemic as a very significant threat to military operations and readiness, with another 35 percent calling it significant and 28 percent more labeling it moderate.
Only 6 percent of respondents said coronavirus presents no threat at all to military operations.
Between July 27 and Aug. 10, Military Times in collaboration with the Institute for Veterans and Military Families at Syracuse University conducted a voluntary, confidential online survey of U.S. service members. Poll participants are readers of Military Times publications whose military status is verified through official Defense Department email addresses.
The survey included about 30 questions on service members' opinions related to the current political climate, policy and national security in the United States.
The survey received 1,018 responses from active-duty troops. The IVMF used standard methodology to weight the results according to the rank, gender and service branch of the actual U.S. military. The margin of error for most questions was less than 2 percent.
Like most studies where participation is voluntary, the poll's sample is subject to self-selection bias. Researchers sought to account for that and adhered to generally accepted scientific practices analyzing the data.
The survey audience was 93 percent male and 7 percent female. The respondents identified themselves as 82 percent white, 5 percent Hispanic, 6 percent African American, 2 percent Asian and 6 percent other ethnicities. Respondents were able to select more than one race.
The Military Times and the researchers at IVMF have used identical methodologies for this survey since 2016.
About Leo Shane III
Leo covers Congress, Veterans Affairs and the White House for Military Times. He has covered Washington, D.C. since 2004, focusing on military personnel and veterans policies. His work has earned numerous honors, including a 2009 Polk award, a 2010 National Headliner Award, the IAVA Leadership in Journalism award and the VFW News Media award.
This entry was posted in coronavirus, Troops. Bookmark the permalink.
warpigapparel
Trump planning to withdraw more US troops from Iraq
Missing Nimitz sailor identified as unsuccessful search is called off
War Pig Apparel is owned and operated by a united states marine corps combat veteran and his wife. we have been providing quality items at fair prices since 2015. thank you for stopping by and supporting our nation's veterans in their attempt at the American dream.
US down to 2,500 troops each in Afghanistan and Iraq, as ordered by Trump
US Navy's No. 2 civilian claims leadership shouldn't be blamed for old failures. Some disagree.
1st Battalion 4th Marines West Pac 1-21 Hoodie $45.00 – $48.00
1st Battalion 4th Marines $25.00 – $28.00
Justice Hunts $25.00 – $28.00
1st Marine Regiment Hoodie Full Color $45.00 – $48.00
1st Marine Regiment Hoodie $45.00 – $48.00
-month-old (1)
-star (1)
-week (2)
-year-old (8)
'shark (2)
'ally' (1)
'Ashley's (1)
'Baffling' (2)
'Fabletics' (4)
'Georgia (4)
'Got (1)
'gray-zone (5)
'Invisible (1)
'Is (1)
'Jerry's (1)
'No (1)
'Race (1)
'terroristic (1)
'The (2)
'Uneasy (2)
'We (1)
'Will (1)
"concerned" (1)
AAFES (2)
aboard (1)
abroad (1)
academies (4)
accelerate (1)
Accelerated (1)
accidentally (1)
Accomplice (1)
accuse (2)
accuses (3)
activates (1)
activating (1)
active-duty (1)
active-shooter (1)
adjusting (1)
adjutant (1)
admit (1)
admits (1)
Advocates (2)
aeromedical (1)
Affairs (10)
affected (2)
Afghans (1)
AFRICOM (6)
After (21)
agencies (4)
aggressive (2)
agrees (3)
ahead (4)
AI-infused (1)
Aiming (1)
Airborne (3)
airstrike (1)
Airstrikes (1)
al-Qaida (1)
Al-Shabab (1)
Al-Udeid (1)
all-female (1)
allegations (1)
allege (1)
alleged (3)
allegedly (1)
alleges (2)
Allies (6)
allowed (1)
allows (1)
Amidst (1)
among (4)
amphib (2)
amphibious (3)
analyst (1)
Another (12)
Anti-ISIS (1)
Anti-microbial (1)
anyone (2)
appeared (1)
applicant (4)
appoints (1)
Appropriators (2)
Approval (1)
approve (1)
approves (6)
Aquilino (1)
armor-on-armor (1)
Army-backed (1)
Army-Navy (2)
Army's (2)
arrested (6)
asked (1)
assembling (1)
Astronauts (5)
attend (4)
Attorneys (2)
attrition (1)
Augmented (4)
Autopsy (1)
aviators (1)
avoid (2)
back-to-school (1)
backed (2)
Backlogs (1)
bad-paper (1)
badass (4)
badder (1)
Baltics (1)
banning (1)
Barrett's (1)
battalion (1)
battleship (2)
becomes (3)
begins (6)
Belichick (1)
Benning (1)
Berets (2)
Bergdahl (2)
besides (4)
Better-fitting (1)
blames (2)
Blazing (1)
Blumenthal (5)
bolster (1)
Bonhomme (4)
boosts (1)
bought (1)
bra-wearing (4)
Bragg (9)
breaching (1)
Breakdowns (1)
Brent (1)
brief (5)
briefly (1)
brigade (1)
brigades-worth (1)
bringing (3)
buildup (2)
Bulging (1)
Cadets (1)
canceled (1)
cancels (2)
captured (1)
Cardi (3)
careful (1)
carried (2)
Carrier (14)
carrier-based (1)
cash-only (1)
Cashe (3)
Cashe's (2)
casualties (2)
cautiously (1)
celebrating (1)
CENTCOM (8)
centers (1)
chairman (1)
charged (15)
Check-in (3)
Chiefs (3)
chose (5)
Chris (5)
Christi (1)
Citing (2)
cleaner-burning (1)
clears (3)
closer (1)
CMSAF (1)
CMSgt (1)
co-lead (1)
co-pays (1)
collapsing (1)
colleges (1)
collide (2)
collision (5)
Columbia-class (1)
combined (1)
comes (6)
Commandant (4)
commander's (2)
commands (3)
commissaries (3)
commissary (5)
committee (3)
completes (1)
complicates (2)
concerns (2)
conduct (6)
conducts (9)
confirming (2)
Congressman (1)
connects (2)
considered (2)
considers (3)
consolidate (1)
Continued (1)
continues (1)
contracted (1)
contradicts (5)
controversial (5)
convict (1)
convicted (6)
coolest (2)
copies (2)
corrects (1)
Cost-of-living (5)
council (1)
courageous (1)
COVID- (54)
COVID-driven (1)
crashes (2)
creates (5)
crewmember (1)
Crews (3)
curbside (5)
damage (2)
DARPA (1)
deactivates (1)
deadliest (2)
deadly (1)
dealing (2)
deaths (12)
debating (1)
declared (1)
defeats (3)
defer (3)
deferral (3)
definitive (2)
delivering (1)
demands (3)
Demoted (1)
Department (9)
dependable (1)
deployed (2)
deployments (7)
Deported (2)
deports (1)
Deputy (1)
deserter (1)
designed (1)
Despair (1)
despite (3)
Destroyer (7)
destroys (1)
detain (1)
Detained (2)
deterrence' (2)
devastation (5)
developing (1)
Dhafra (1)
different (1)
differs (1)
digitizing (1)
Dilegge (1)
dilemma (2)
directs (3)
discarded (1)
discontinues (1)
discourage (3)
Dismay (1)
dismissed (1)
dismisses (1)
dispute (4)
Disrespect (1)
Distressingly (1)
ditches (1)
ditching (1)
divided (2)
divisive (1)
do-it-all (1)
DoD's (1)
Dodging (1)
doesn (4)
double-pump (1)
dozen (1)
Dozens (1)
drastic (1)
drawdown (2)
Early (2)
eases (1)
Eastwood's (1)
eerie (3)
effectively (1)
Effort (2)
Eglin (2)
Eisenhower (3)
elderly (1)
eligible (2)
eliminates (1)
Elmendorf (1)
EMALS (1)
emerge (4)
employing (1)
ended (4)
engrave (1)
Enlisted (6)
Enola (2)
entire (1)
Equal (1)
Esper (23)
Estimate (1)
Europe-linked (1)
everywhere (1)
Ex-California (3)
ex-Green (8)
ex-Navy (1)
exacerbates (3)
execs (1)
executes (1)
exempted (6)
expand (6)
expanded (1)
expands (3)
expansive (1)
Expect (2)
expected (1)
expects (2)
expires (1)
explodes (1)
exploits (4)
expressed (1)
extend (1)
extends (4)
extremists (2)
eyeing (3)
failing (2)
fatally (1)
Feds' (1)
felonies (1)
fewer (2)
film-adapted (1)
finalizes (3)
Fincantieri (1)
finding (4)
fire-ravaged (4)
Fired (6)
Firefighter (1)
Firefighting (1)
firings (1)
First (31)
first-ever (4)
five-part (1)
fleet (3)
Floyd (1)
FONOP (1)
FONOPs (1)
foodie (4)
for-profit (3)
Force (106)
forces (26)
Forces-Afghanistan (1)
Former (50)
formerly (1)
four-part (2)
Fourteen (1)
freeze (1)
frigate (1)
full-rate (3)
gather (1)
gear-up (1)
gender-neutral (1)
generals (2)
Germany-based (4)
getting (3)
going (6)
Goldfein (2)
government's (1)
grades (1)
grads' (1)
greater (2)
green-on-blue (1)
grenade-stealing (1)
grounds (1)
grueling (1)
Guard (51)
Guardsman (10)
Guardsman's (1)
Guardsmen (6)
Guided (1)
guided-missile (3)
Guillén (1)
Guilty (1)
haircuts (2)
halts (1)
halved (1)
handcuff (1)
handful (1)
Hanks (1)
happened' (1)
happening (1)
Harbor (11)
harrowing (5)
headed (1)
headstones (2)
helped (1)
helping (1)
Here's (11)
heroism (4)
Hershel (1)
heterosexuals (1)
Higher (1)
highly (1)
holds (1)
hopes (1)
Hornets (1)
hospitalization (2)
Hundreds (4)
hunts (1)
hypersonic (2)
identified (1)
identifies (10)
illegally (5)
important (1)
improve (1)
Improving (1)
In-flight (1)
In-person (1)
Inaccurate (1)
Increasing (3)
incur (1)
INDOPACOM (1)
infantry (4)
Infantryman (1)
infectious (1)
Ingalls-built (1)
Inhofe (1)
injured (2)
inspections (1)
insurgent (1)
Insurrectionist (3)
intercepted (1)
Interservice (1)
introduces (1)
investigates (5)
investigating (8)
Investigation (11)
Investigators (3)
invoke (4)
involved (2)
Iran-backed (4)
Iraqi (12)
Islamic (1)
It's (1)
Izmir (2)
Jerry (3)
JLTVs (2)
JoAnne (1)
job-costing (2)
joins (1)
Joint (11)
jumps (2)
Juneteenth (3)
Kabul (6)
Keesler (1)
Kehoe (1)
kicked (1)
killed (13)
killers' (1)
kills (2)
Kirtland (1)
knee-jerk (1)
Kunsan (1)
Lackland (1)
Lakenheath (2)
landing (1)
Largest (3)
lashes (3)
later (1)
lauds (1)
launches (2)
Lauren (2)
lawmaker (5)
Lawmakers (22)
leading (3)
leads (2)
Legendary (1)
Lejeune (2)
Lender (1)
lesser-known (2)
Lethal (5)
lifting (5)
limits (2)
linked (1)
Littoral (5)
lives (1)
Logistical (2)
Long-awaited (1)
long-delayed (1)
long-range (2)
looking (4)
MacDill (1)
Majority (1)
makes (1)
Making (1)
Malmstrom (1)
mandate (1)
mandated (1)
Marines (31)
matter (1)
matters (1)
Mattis (1)
Mauritanian' (3)
Maybe (1)
McMaster (2)
McRaven (2)
means (7)
measure (4)
mechanized (2)
meets (2)
merges (1)
Michèle (1)
Mid-October (1)
Mideast (2)
Midshipman (1)
Midshipmen (2)
Militants (2)
militaries (4)
military-themed (2)
Military's (2)
militias (1)
Milley (5)
million (7)
millions (1)
Miniseries (4)
minister (1)
Mishandling (1)
mishap (1)
missed (1)
missing (16)
mobilized (1)
moon-bound (5)
motto (1)
Mourners (1)
moves (2)
mulls (1)
multimillion-dollar (1)
named (1)
namesakes (1)
NASA's (2)
navies (2)
near-total (1)
Nearly (4)
needs (4)
Neeson (1)
Negotiators (1)
Neller (2)
Netanyau (1)
Netflix-style (1)
Netflix's (1)
newest (2)
newly (1)
Next-gen (1)
Nimitz (3)
Nimitz-class (1)
nixing (1)
non-combat (1)
North (19)
Northrop (1)
notable (1)
Now's (1)
Oddball (1)
officer (19)
officials (20)
Offutt (1)
Ohio-based (1)
Oldest (3)
one-third (1)
opens (1)
Operating (2)
opposes (4)
Optimism (2)
optimistic (1)
option (1)
orders (12)
Ospreys (1)
Outgoing (1)
overhaul (2)
overrides (1)
Ovost (1)
PACAF (1)
packet (1)
Pararescueman (1)
paratroopers (2)
parental (6)
passes (5)
patients (4)
patron (2)
paycheck (1)
payouts (1)
Payroll (2)
Pence (3)
Pentagon (63)
Pentagon's (1)
percent (5)
Petty (3)
phoneless (1)
picks (4)
Pinckney (1)
pistol (2)
pleads (6)
pledges (4)
plotted (1)
plummet (4)
plunges (1)
points (1)
Pompeo (10)
posing (1)
Post- (1)
Post-leave (1)
Postmaster (2)
postpartum (1)
postpones (1)
pounds (1)
praises (6)
pre-coronavirus (1)
pre-positioned (1)
precautions (2)
Premature (1)
prepares (1)
prerequisite (2)
Presidency (1)
President-elect (1)
prevent (2)
prevented (1)
Previously (1)
prior (1)
PRJKT (1)
probably (1)
prohibit (1)
promised (1)
pronounce (3)
Proposed (4)
proposes (5)
protect (2)
Protesters (1)
prototypes (1)
Proud (1)
provide (1)
PSYOP (1)
pullouts (2)
pulls (5)
punctuates (1)
purported (2)
pushes (5)
quarters (1)
quite (2)
quotas (1)
races (2)
Racial (2)
Raider (4)
Raise (1)
raised (2)
raises (3)
ramps (2)
Ramstein (1)
Rapid (2)
reached (2)
reaches (3)
reactions (1)
ready (4)
really (2)
rearrange (1)
reasons (1)
recants (1)
receive (7)
receives (2)
receiving (1)
recharging (1)
recognized (1)
recon (1)
recruits (3)
redemptive (1)
reduce (2)
reenlistment (2)
regrets (1)
reinstate (1)
reinstated (1)
reinstates (1)
reject (3)
Rejected (4)
rejects (3)
Reloaded' (4)
reluctant (1)
remain (1)
Remains (3)
remove (3)
removed (4)
removes (2)
removing (1)
rename (3)
Renewing (1)
reopens (3)
repatriation (3)
repayment (1)
reported (4)
rescues (1)
researching (1)
reservist (6)
reservists (2)
Reshape (1)
respondents (1)
restore (1)
restrictions (1)
Resuming (2)
Retiree (3)
retirees (1)
Retiring (1)
returning (1)
Revamped (1)
reverses (2)
Reward (1)
Rewarding (1)
Rifle-toting (4)
rises (2)
risks (1)
risky (1)
Robotic (1)
roils (1)
Roman-era (1)
rotations (5)
rounds (1)
Russia's (1)
Sailors (9)
scare (2)
Schumer (1)
Scowcroft (1)
screamed (1)
Seabee (1)
sealift (1)
searching (1)
SECDEF (11)
SECNAV (2)
second-term (1)
secretly (1)
seeks (9)
seizes (1)
select (1)
selects (5)
Senators (5)
sending (3)
sends (6)
sergeant (7)
seriously (1)
serve (5)
shakeup (2)
shaping (3)
ship-mounted (1)
Shipyard (1)
shorter (1)
Should (3)
shrink (1)
shuttering (1)
shutting (1)
simulators (3)
Skies (1)
SkillBridge (2)
Skipper (1)
Sky-high (1)
slams (3)
slashes (1)
smaller (3)
Smuzzle (4)
soldier's (20)
solve (2)
solved (1)
Someone (7)
sought (1)
South (12)
SOUTHCOM (4)
spate (1)
specifically (4)
Specter (2)
speeding (1)
spending (1)
spends (1)
spent (2)
spiking (3)
sprawling (2)
spreading (1)
statistic (1)
steady (1)
steams (2)
Steamy (4)
Stennis (1)
Sticky (1)
stipends (1)
stole (1)
Strategic (6)
struggled (1)
submarine (7)
submarine-hunting (2)
submit (1)
submits (2)
subordinate (1)
Substance (1)
suggested (1)
suggests (3)
suicides (7)
super-duper (2)
Supplemental (1)
supporting (1)
supposed (1)
surgeon (1)
surpasses (1)
surrounds (1)
survivors (2)
Suspect (2)
suspected (1)
suspend (2)
suspends (4)
swastikas (1)
sweeping (2)
Swipe (2)
sworn (2)
tackles (6)
takeaways (2)
takes (3)
Taliban (16)
Taliban-Afghan (1)
Talkers (3)
tankers (1)
taped (4)
tapped (2)
Teenager (1)
telling (1)
tells (9)
tenants (1)
Tensions (3)
terminally (1)
testimonies (1)
that' (1)
Theodore (12)
There (5)
There's (1)
These (15)
Thieves (1)
think (2)
thinks (1)
Thirst-trap (1)
Thousands (13)
threatens (2)
threats (1)
three-star (2)
thrust (2)
Timing (1)
Tinker (1)
touts (4)
towards (2)
Toxic (1)
TRANSCOM (5)
transforms (1)
transitioning (3)
transits (2)
tri-maritime (2)
Tricare (9)
troop (15)
Troops (59)
Trump's (2)
trying (1)
tucks (2)
two-man (1)
Two-star (2)
U-turn (1)
unclaimed (5)
Unclear (1)
underestimated (1)
underused (4)
unexplained (1)
Unhappy (1)
unmanned (1)
unproven (4)
unveils (11)
urges (7)
US-Russia (1)
US-Taliban (1)
USCIS (1)
vaccinated (2)
vaccinations (4)
Valkyrie (1)
valuable (1)
Vanessa (2)
veterans (100)
vetoes (3)
Vindman (2)
vomited (2)
Walter (1)
waning (2)
Wanting (2)
wants (15)
War-era (3)
warfare (1)
warns (6)
Warring (1)
warship (7)
Warships (1)
Warthog (1)
Wearing (1)
week's (1)
welcomes (1)
weren (1)
weren't (1)
what's (1)
Where (6)
Whitesell (1)
widespread (1)
Widow (2)
Wilsbach (1)
winds (2)
withdrawing (2)
won't (1)
worst (1)
Wounded (4)
XVIII (1)
Yankee (2)
Yeager (1)
yearlong (1)
Yonder (1)
War Pig Apparel is owned and operated by a united states marine corps combat veteran and his wife. we have been providing quality items at fair prices since 2015. thank you for stopping by and supporting our nation's veterans in their attempt at the American dream.
Products By Tags
1/1 1/4 1st Marine Regiment 2/1 3/1 3rd Marines 6th marines American ammo hub Camp Pendleton day pills day pistol fear Freedom Grunts Grunts LIfe Grunts Matter Guns Hawaii hoodie Horno hub hoodie im calm Infantry Island Warrior k9 Machine Gunners MARINES mens military MILITARY SHIRTS MILITARY TEES Military Unit Military Units outerwear pill hoodie pin up girl pistol hoodie size matters tanktee tshirt Units USMC. women womenstee
Pre Order - 1st Battalion 4th Marines Full Color Dragon $25.00 – $28.00
1/4 WEST PAC 1-21 SHIRT - Pre Order $25.00 – $28.00
Copyright 2021 © War Pig Apparel | {
"redpajama_set_name": "RedPajamaCommonCrawl"
} | 265 | [
128000,
6133,
263,
24713,
11,
19881,
3806,
198,
43727,
315,
17312,
1518,
33333,
439,
264,
3682,
6023,
369,
279,
6411,
25,
7230,
198,
17827,
389,
220,
24,
6250,
220,
2366,
15,
555,
47420,
343,
680,
31531,
198,
10714,
4376,
315,
4642,
55618,
17312,
49098,
304,
279,
5652,
28058,
8691,
25385,
4510,
279,
14529,
33333,
28522,
11105,
264,
5199,
6023,
311,
6411,
62792,
323,
7677,
11,
719,
34281,
1051,
6859,
927,
3508,
2532,
6164,
617,
2884,
3403,
311,
6013,
311,
279,
3575,
627,
49,
1409,
398,
220,
2166,
3346,
315,
2532,
3697,
889,
31408,
304,
279,
7230,
1071,
814,
656,
539,
4510,
872,
8957,
315,
3290,
706,
4529,
279,
8475,
7504,
311,
6013,
311,
279,
33333,
28522,
13,
13596,
220,
2790,
3346,
1071,
814,
656,
617,
12410,
304,
11692
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
6133,
263,
24713,
11,
19881,
3806,
198,
43727,
315,
17312,
1518,
33333,
439,
264,
3682,
6023,
369,
279,
6411,
25,
7230,
198,
17827,
389,
220,
24,
6250,
220,
2366,
15,
555,
47420,
343,
680,
31531,
198,
10714,
4376,
315,
4642,
55618,
17312,
49098,
304,
279,
5652,
28058,
8691,
25385,
4510,
279,
14529,
33333,
28522,
11105,
264,
5199,
6023,
311,
6411,
62792,
323,
7677,
11,
719,
34281,
1051,
6859,
927,
3508,
2532,
6164,
617,
2884,
3403,
311,
6013,
311,
279,
3575,
627,
49,
1409,
398,
220,
2166,
3346,
315,
2532,
3697,
889,
31408,
304,
279,
7230,
1071,
814,
656,
539,
4510,
872,
8957,
315,
3290,
706,
4529,
279,
8475,
7504,
311,
6013,
311,
279,
33333,
28522,
13,
13596,
220,
2790,
3346,
1071,
814,
656,
617,
12410,
304,
11692,
-100
] |
"This is how it is supposed to be", while a credible stance on many topics, doesn't really apply to Digital Marketing analytics & reports. Digital Marketing is still in a state of flux. As advertising & discovery platforms like Google Search, Google AdWords, Facebook Advertising change & evolve, metrics we rely upon also change, or get scrapped altogether.
These changes can be attributed to changes in the ways platforms like social networks, ad networks, affiliate networks etc. function, changes in security & user data retention policies, or simply because a newer metric has suddenly become accurately measurable and hence more reliable and effective.
Imagine a scenario where your ad is out there but you have no idea how many people actually saw it. With seemingly accurate Ad Impression statistics readily available, anybody would assume this simply doesn't apply to online advertising. Unfortunately, it very much does, and to an alarming degree.
An Impression is registered if 50% of an ad's pixels are in view on a screen for a minimum of one second – as defined by the Media Rating Council. As Google points out with this infographic, over 55% of Impression counts are in fact not actually viewed! And that's an alarmingly high rate when you're calculating RoI and campaign impact as an advertiser. This usually happens because the ad served is either 'below the fold', out of view, or because the ad loads in a background tab or popup.
Of course, in the absence of more accurate data, we still must take Impression metrics into consideration, but they must be discounted to a very high degree. So while this isn't a 'metric that needs to die', it does have to be looked upon with weighted skepticism.
Traffic source data has become increasingly unreliable. How much so? Luckily, Groupon did a study and shared their findings.
In their experiment, they saw that they lost 60% of their supposedly "direct" traffic when they deindexed their entire site for 6 hours.
This basically means 60% of their organic traffic was being classified as direct, rendering the reliance on traffic by source nearly irrelevant, since it simply was nowhere close to accurate.
This just goes to show how much SEO efforts can be disregarded by mistake. Looking at your Traffic Source data, you may feel SEO is irrelevant due to the high amount of direct traffic your site is receiving. In reality, most of that direct traffic is actually attributed to organic search engine results.
Segmentation reporting is downplaying SEO's role your content marketing efforts. Avoid relying on it and you'll find a much higher RoI than the data conveys.
Google Webmaster Tools have a lot of important features, but when it comes to keyword metrics, you better think again.
The numbers are simply not accurate, with deviations in the 100s of percentage points.
Simply compare the numbers you see on Google Webmasters with Google Analytics & Google Adwords, you'll find stark contrasts.
These numbers are only useful to identify trends and gauge scale, keep in mind that these metrics are just estimates and not actionable, accurate numbers.
A long time ago, you could create a Facebook page, get people to like it, and guarantee yourself spots on your followers' News Feeds with your posts & updates. Quality content stood a great chance of organically going viral. This was correlated to the number of page likes you had to begin with.
Under the pretext of clutter (higher volumes of content being generated), Facebook has become increasingly selective with the content it serves its users on their News Feeds. Unsurprisingly, this has meant that over time, sponsored (paid for) content has been gaining prominence. That's actually a bit of an understatement. Some reports & observations claim organic reach for business pages has been trending downwards so precariously that nowadays it lies somewhere close to 0! User engagement with organic content is less than 1% as well.
Of course, Page Likes still serves as a reliable indicator as to the maturity level of a page. Pages with likes in the millions will, in absolute terms, reach more people organically than pages with likes in the 100s or 1000s. But that really isn't saying much considering how they have, for all practical purposes, been 'phased out' over time.
Change is the only constant – This is a phrase which best suits this metric.
Various factors shoutingly suggest that Keyword rankings aren't as accurate as data will have you believe. Factors like results personalization, changes in the search algorithm, geo-location are the main factors, among others.
While PageRank was once considered reliable and accurate, it is no more so. Google themselves have slowly stop prioritizing their PageRank toolbar and by the time this post goes live, there's a good chance it would have been abolished altogether.
With so many changes taking place in Online Advertising, its execution & measurement, and the fact that marketers keep trying to game these numbers and platforms keep having to adopt counter-measures, many metrics, especially the ones listed above, have become increasingly unreliable. As a marketer, it has become increasingly important to be discerning in your evaluation & study of traffic data.
Evolve as industry standards & reliable metrics change, else you'll be trying, futilely, to optimize your marketing strategy based on faulty data. | {
"redpajama_set_name": "RedPajamaC4"
} | 3,235 | [
128000,
22244,
374,
1268,
433,
374,
10171,
311,
387,
498,
1418,
264,
43010,
30031,
389,
1690,
13650,
11,
3250,
956,
2216,
3881,
311,
14434,
18729,
28975,
612,
6821,
13,
14434,
18729,
374,
2103,
304,
264,
1614,
315,
31405,
13,
1666,
13172,
612,
18841,
15771,
1093,
5195,
7694,
11,
5195,
2467,
24390,
11,
5690,
47423,
2349,
612,
38680,
11,
17150,
584,
17631,
5304,
1101,
2349,
11,
477,
636,
84347,
31155,
627,
9673,
4442,
649,
387,
30706,
311,
4442,
304,
279,
5627,
15771,
1093,
3674,
14488,
11,
1008,
14488,
11,
22325,
14488,
5099,
13,
734,
11,
4442,
304,
4868,
612,
1217,
828,
38231,
10396,
11,
477,
5042,
1606,
264,
26627,
18767,
706,
15187,
3719,
30357,
66303,
323,
16472,
810,
15062,
323,
7524,
627,
52157,
264,
15398,
1405,
701,
1008,
374
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
22244,
374,
1268,
433,
374,
10171,
311,
387,
498,
1418,
264,
43010,
30031,
389,
1690,
13650,
11,
3250,
956,
2216,
3881,
311,
14434,
18729,
28975,
612,
6821,
13,
14434,
18729,
374,
2103,
304,
264,
1614,
315,
31405,
13,
1666,
13172,
612,
18841,
15771,
1093,
5195,
7694,
11,
5195,
2467,
24390,
11,
5690,
47423,
2349,
612,
38680,
11,
17150,
584,
17631,
5304,
1101,
2349,
11,
477,
636,
84347,
31155,
627,
9673,
4442,
649,
387,
30706,
311,
4442,
304,
279,
5627,
15771,
1093,
3674,
14488,
11,
1008,
14488,
11,
22325,
14488,
5099,
13,
734,
11,
4442,
304,
4868,
612,
1217,
828,
38231,
10396,
11,
477,
5042,
1606,
264,
26627,
18767,
706,
15187,
3719,
30357,
66303,
323,
16472,
810,
15062,
323,
7524,
627,
52157,
264,
15398,
1405,
701,
1008,
374,
-100
] |
Posted on March 1, 2018 by Saurabh Agarwal.
Dates for 1st year exams are stated as 28-02-2018 and will last on 17-03-2018. The dates for 2nd year exams are as follows, exam will commence from 01-03-2018 and will last on 19/03/2018.
AP inter hall tickets 2018 march – AP Board established about 13 regional offices. Board of Intermediate Education Andhra Pradesh regulates and manages all the system of intermediate education by executing and governing various activities like courses updates, syllabus, conducting of examinations and granting affiliations to schools and colleges. Details regarding the Ap inter board hall tickets 2018 and ap inter hall tickets 2018 is Available at jnanabhumi.ap.gov.in, students muist look for the option of hall ticket 2018 download.
Board of intermediate hall tickets 2018 ap – AP Board is providing quality education in state of Andhra Pradesh. There are lakhs of students studying in this board. The Bieap 2nd year hall ticket 2018 will be available soon. As per official Updates, AP Board Intermediate exam are scheduled and the Ap board Inter date sheet 2018 are available. Get Bieap jr. inter 1st year hall tickets 2018 for exams at bieap.cgg.gov.in.
Ap intermediate hall tickets 2018 download – AP board (BIEAP) is going to conduct the exams for AP Intermediate 1st year general hall ticket 2018 in the month of March 2018. Students can get the AP HSC exam centres and AP board 12th nominal rolls 2018 on the website. The above dates are also applicable for AP Intermediate Vocational Courses Examinations. And, the Vocational courses Time Table will be issued separately.
IndiaResults.com is no.1 exam results website in India. The Time Table, Syllabus, Date Sheet, and Hall Ticket for Andhra Pradesh Board Intermediate exam 2018 are available on IndiaResults.com. Student can check and download exam related data from our official page for AP board. The AP board inter nominal roll number is available now. Details regarding the ap inter 1st & bieap 2nd year hall tickets 2018 along with the ap inter 1st year general hall tickets 2018 will be published soon. Students searching for ap inter 2nd year general hall tickets 2018 will be notified soon. | {
"redpajama_set_name": "RedPajamaC4"
} | 7,781 | [
128000,
17827,
389,
5587,
220,
16,
11,
220,
679,
23,
555,
328,
4202,
67466,
4701,
277,
27495,
627,
56338,
369,
220,
16,
267,
1060,
40786,
527,
11224,
439,
220,
1591,
12,
2437,
12,
679,
23,
323,
690,
1566,
389,
220,
1114,
12,
2839,
12,
679,
23,
13,
578,
13003,
369,
220,
17,
303,
1060,
40786,
527,
439,
11263,
11,
7151,
690,
56445,
505,
220,
1721,
12,
2839,
12,
679,
23,
323,
690,
1566,
389,
220,
777,
14,
2839,
14,
679,
23,
627,
2599,
958,
14321,
14741,
220,
679,
23,
15572,
1389,
10314,
8925,
9749,
922,
220,
1032,
15481,
19672,
13,
8925,
315,
61748,
11930,
1628,
73010,
43458,
80412,
323,
29972,
682,
279,
1887,
315,
29539,
6873,
555,
31320,
323,
10217,
5370,
7640,
1093,
14307,
9013,
11,
48704,
58641
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
17827,
389,
5587,
220,
16,
11,
220,
679,
23,
555,
328,
4202,
67466,
4701,
277,
27495,
627,
56338,
369,
220,
16,
267,
1060,
40786,
527,
11224,
439,
220,
1591,
12,
2437,
12,
679,
23,
323,
690,
1566,
389,
220,
1114,
12,
2839,
12,
679,
23,
13,
578,
13003,
369,
220,
17,
303,
1060,
40786,
527,
439,
11263,
11,
7151,
690,
56445,
505,
220,
1721,
12,
2839,
12,
679,
23,
323,
690,
1566,
389,
220,
777,
14,
2839,
14,
679,
23,
627,
2599,
958,
14321,
14741,
220,
679,
23,
15572,
1389,
10314,
8925,
9749,
922,
220,
1032,
15481,
19672,
13,
8925,
315,
61748,
11930,
1628,
73010,
43458,
80412,
323,
29972,
682,
279,
1887,
315,
29539,
6873,
555,
31320,
323,
10217,
5370,
7640,
1093,
14307,
9013,
11,
48704,
58641,
-100
] |
4ranews / Football / English Premier League / West Ham vs Manchester United Match Prediction: December 5, 2020
West Ham vs Manchester United Match Prediction: December 5, 2020
December 4, 2020, 13:05
In this article, we preview West Ham vs Manchester United, the English Premier League match scheduled to be played at the London Stadium on 5 December 2020. After 10 match-weeks, West Ham find themselves placed 5th on the points table, while Manchester United are four rungs below them, placed 9th.
West Ham beat Aston Villa 2-1 in matchweek 10 to register three wins on the trot. Angelo Ogbonna's header put the home side ahead at the start of the first half. Jarrod Bowen scored soon after the interval. But the Hammers must consider themselves lucky to have won a game in which Aston Villa missed a penalty and had a goal ruled out by a fractional offside. Michail Antonio's return to the side in place of Sebastien Haller proved to be a winning move for West Ham with his pace and physicality on the off sowing panic in the Aston Villa defence. Ogbonna's opening goal came off a corner kick taken by Bowen. But a sudden change of fortunes came about when Grealish helped Villa draw level on 25 minutes. Another substitution at half-time — Benrahma in for Matsuaku — proved fortuitous for David Moyes's wards when early in the second half, Benrahma's chip into the box found Bowen who delivered the match-winning header.
In matchweek 10, Edinson Cavani came in as a substitute after the interval to help Manchester United pull off an incredible come-from-behind 3-2 win against Southampton. The Saints went 2-0 up in the first half, riding on goals from Bednarek and Ward-Prouse. United dominated the game from the start and the Saints scored twice from set-pieces, against the run of play. On 16 minutes, Fernandes came close to putting United in front when he hit the outside of the post with a deflected shot. After the interval, Cavani assisted Bruno Fernandes to reduce the deficit in the 59th minute. Soon after, the Uruguay international headed home a goal, converting Fernandes's cross to draw United level. In stoppage time, Cavani helped himself to one more goal-bound header, this time feeding off a cross from Rashford, to see Man United past the line.
Manchester United are odds-on favourites while West Ham attract bookie odds of 13/5. The odds offered on a drawn game are also 13/5.
Our prediction: West Ham 1: 1 Manchester United.
We are looking at two of the most in-form sides in the league this season. In our prediction, we have considered both West Ham's home advantage and their defensive frailties as evidenced against Aston Villa in matchweek 10.
Here's evidence of West Ham's form in recent matches:
Let's look at Manchester United's form in recent matches:
The head-to-head record between the sides in the Premier League is (28-7) in Manchester United's favour as per this chart. | {
"redpajama_set_name": "RedPajamaCommonCrawl"
} | 2,210 | [
128000,
19,
6713,
28844,
611,
21424,
611,
6498,
20210,
9130,
611,
4410,
9777,
6296,
19922,
3723,
14484,
62965,
25,
6790,
220,
20,
11,
220,
2366,
15,
198,
24188,
9777,
6296,
19922,
3723,
14484,
62965,
25,
6790,
220,
20,
11,
220,
2366,
15,
198,
33246,
220,
19,
11,
220,
2366,
15,
11,
220,
1032,
25,
2304,
198,
644,
420,
4652,
11,
584,
17562,
4410,
9777,
6296,
19922,
3723,
11,
279,
6498,
20210,
9130,
2489,
13847,
311,
387,
6476,
520,
279,
7295,
23462,
389,
220,
20,
6790,
220,
2366,
15,
13,
4740,
220,
605,
2489,
30609,
82,
11,
4410,
9777,
1505,
5694,
9277,
220,
20,
339,
389,
279,
3585,
2007,
11,
1418,
19922,
3723,
527,
3116,
1629,
5981,
3770,
1124,
11,
9277,
220,
24,
339,
627,
24188,
9777,
9567,
66774
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
19,
6713,
28844,
611,
21424,
611,
6498,
20210,
9130,
611,
4410,
9777,
6296,
19922,
3723,
14484,
62965,
25,
6790,
220,
20,
11,
220,
2366,
15,
198,
24188,
9777,
6296,
19922,
3723,
14484,
62965,
25,
6790,
220,
20,
11,
220,
2366,
15,
198,
33246,
220,
19,
11,
220,
2366,
15,
11,
220,
1032,
25,
2304,
198,
644,
420,
4652,
11,
584,
17562,
4410,
9777,
6296,
19922,
3723,
11,
279,
6498,
20210,
9130,
2489,
13847,
311,
387,
6476,
520,
279,
7295,
23462,
389,
220,
20,
6790,
220,
2366,
15,
13,
4740,
220,
605,
2489,
30609,
82,
11,
4410,
9777,
1505,
5694,
9277,
220,
20,
339,
389,
279,
3585,
2007,
11,
1418,
19922,
3723,
527,
3116,
1629,
5981,
3770,
1124,
11,
9277,
220,
24,
339,
627,
24188,
9777,
9567,
66774,
-100
] |
Welcome to another day of MFT's august release countdown! Only a few more days until the brand new goodies are available in their store at 10pm on August 12th.
I mixed a slew of new product together to create this one card: batty about you stamp set and matching die-namics, the small checkerboard stencil, the trick or treat die-namics, and the tag talk die-namics.
First off, I covered the background with the batty about you sentiment, keeping it a little random looking. More spooky that way, no? Then, I used their new checkerboard stencil on an oval die-cut. I stenciled in some orange ink, then moved the stencil over and sponged on more ink in a slightly darker orange. I'm in love with this stencil!
Does the bat-girl look a bit different to you? I couldn't resist doodling some extra hair, although she looks super cute without bangs too. I love how we can customize stamps to look a little different! The star on her shirt is from another new set, geek is chic. I achieved the polka dots on her shirt by way of a colorless copic blender.
The tag was the perfect size to ground our little bat-girl. I die-cut the boo sentiment into the tag, colored it in the same purple as her star and placed it back into the tag.
I hope you like what I've created! Visit the MFT blog for a list of participating blogs today!
That is one beautiful bat! Loving the extras and your coloring style. Go girl!
These cards are so awesome; cute and pretty!
Such a cute card and such a cute stamp!!!
Hi Elena! LOve this little trick-or-treater!! Love the depth the two-color stenciling gave the oval. And, my new favorite background technique!
Great word background and oval mat.
Love this adorable card, and all the "special effects"!! The background and inlaid die are superb!!!
Very cute card. Love the background and your coloring.
:Like how you made the background papers.
I love your card, but I'm just plain in awe of how you used the stencil and made the background. You made it so dimensional with the darker shading on some of the squares! I'm going to have to add that stencil to my ever-growing list! Thanks for sharing!
So cute, Elena! I love how you used that stencil, and what a cool tiled background it made. Love your coloring too. These little PI girls are so much fun.
Another adorable MFTs Halloween card! I am loving these cards, they're so darn cute!
I just LOVE this card!! Absolutely adorable!! | {
"redpajama_set_name": "RedPajamaC4"
} | 3,508 | [
128000,
14262,
311,
2500,
1938,
315,
386,
4082,
596,
71719,
4984,
49128,
0,
8442,
264,
2478,
810,
2919,
3156,
279,
6883,
502,
70855,
527,
2561,
304,
872,
3637,
520,
220,
605,
5298,
389,
6287,
220,
717,
339,
627,
40,
9709,
264,
60132,
315,
502,
2027,
3871,
311,
1893,
420,
832,
3786,
25,
15096,
88,
922,
499,
21899,
743,
323,
12864,
2815,
5392,
79278,
11,
279,
2678,
42015,
2541,
73470,
11,
279,
14397,
477,
4322,
2815,
5392,
79278,
11,
323,
279,
4877,
3137,
2815,
5392,
79278,
627,
5451,
1022,
11,
358,
9960,
279,
4092,
449,
279,
15096,
88,
922,
499,
27065,
11,
10494,
433,
264,
2697,
4288,
3411,
13,
4497,
98176,
430,
1648,
11,
912,
30,
5112,
11,
358,
1511,
872,
502,
42015,
2541,
73470,
389,
459,
61137,
2815
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
14262,
311,
2500,
1938,
315,
386,
4082,
596,
71719,
4984,
49128,
0,
8442,
264,
2478,
810,
2919,
3156,
279,
6883,
502,
70855,
527,
2561,
304,
872,
3637,
520,
220,
605,
5298,
389,
6287,
220,
717,
339,
627,
40,
9709,
264,
60132,
315,
502,
2027,
3871,
311,
1893,
420,
832,
3786,
25,
15096,
88,
922,
499,
21899,
743,
323,
12864,
2815,
5392,
79278,
11,
279,
2678,
42015,
2541,
73470,
11,
279,
14397,
477,
4322,
2815,
5392,
79278,
11,
323,
279,
4877,
3137,
2815,
5392,
79278,
627,
5451,
1022,
11,
358,
9960,
279,
4092,
449,
279,
15096,
88,
922,
499,
27065,
11,
10494,
433,
264,
2697,
4288,
3411,
13,
4497,
98176,
430,
1648,
11,
912,
30,
5112,
11,
358,
1511,
872,
502,
42015,
2541,
73470,
389,
459,
61137,
2815,
-100
] |
I am away until the beginning of January. Wishing you all a happy New Year.
Will he be up to it?
Not sure how the Question Time purists will react to the news that Will Young is to appear as a guest on the show.
BBC producers swooped on the former Pop Idol winner after they heard him talking about his passion for politics on 5 Live radio.
But the move is likely to give die-hards of the show a shudder if it is anything like the performance of previous pop star Alex James from Blur.
James, who these days predominantly talks about cheese, was on the show earlier this year.
But his reputation as an intelligent popstar was dented somewhat when he appeared completely lost for words during some questions.
Then there was the Grayson Perry incident when tradtional viewers of the show objected to the fact that the artist turned up looking like Little Bo Peep.
Young will appear on the programme which comes from Dunstable on February 5th, hopefully showing he is not just a pretty face.
Will Young said: "As an avid viewer of Question Time being in the hot seat is something I've always wanted to do. As the day gets closer rest assured I'll be swotting up on the hot topics!"
Spare a thought for journalists at ITV Tyne Tees who have been told they cannot have collections or leaving presents for colleagues losing their jobs - because there are simply too many of them.
With more than 90 workers losing their jobs, bosses thought they would do their bit to lift morale by also saying they will not be paying for a Christmas party this year.
It has emerged that head of news at the ITV franchise has said for those leaving there should be no 'group cards' or collections and should leave 'informal arrangements' to individuals.
It said 'colleagues should not be presented with envelopes day after day' and pointed out that 'farewell gestures should be done on an individual basis'.
Nothing like a bit of seasonal good cheer to wash down the news of redundancies is there?
THEY complained in their thousands when the BBC cruelly pulled their favourite drama in favour of a Panorama.
Now it appears after all that outrage over the last minute cancellation of an episode of Little Dorrit over a week ago may have been a waste of time.
After 4,680 complaints about the BBC's scheduling antics many fans of the show are now admitting they don't have the faintest idea what the ending meant.
Many viewers are now rooting around for copies of the Dickens book to try and solve the riddle after they persevered with the show through thick and thin.
The series itself appears to have developed a dedicated fan base even though it was not considered a big hit in ratings terms.
This was shown when the BBC had to apologise to irate fans after it pulled an episode and replace it with a Panorama about the Shannon Matthews case.
The corporation has also had over a hundred complaints after it was revealed that it would be dropping Crufts next year following a stand-off with organisers.
PERHAPS one of the more bizarre complaints the BBC has received in recent months was published by the corporation's governing body today.
It received an angry letter from a viewer of TV quiz Eggheads who criticised the show for using the word 'Sioux' when referring to a tribe of North American Indians.
The incensed viewer alleged that the word 'Sioux' is a form of insult and means 'throat-cutters' in the language of the Cree, another tribe.
She instead claimed that the BBC should use the word Ogala as it was more culturally sensitive to the feelings of the group.
Clearly working herself up into a lather about the plight of indigenous peoples of North America the woman demanded an apology from the BBC.
As well as 'Sioux' the complainant insisted that the corporation dropped the word Eskimo, as this was also said to be a Cree insult.
The BBC was forced to consult its encyclopedias and dictionaries without finding any evidence that Sioux was offensive.
The corporation's own diversity department were called in as well as the Human Rights Commission but could not see what was wrong with the label.
Investigations by the broadcaster also revealed that even members of the tribe used the word to describe themselves.
So in the end the BBC politely told her it had done nothing wrong - but refrained from using a Cree insult.
Am I alone in thinking Carol Voderman was taking a little swipe at producers when she bade farewell to Countdown on her special tribute show One Last Consonant Please Carol?
It is no secret that she fell out with Granada big time when she quit the show, after they tried to give her a 90 per cent pay cut. So after a light-hearted romp through her wardrobe malfunctions and chats with pals from Dictionary Corner she appeared to issue a plea to protect the show's cosy style in the future.
Just before breaking down in tears she said: "I hope you agree with me, that what we have always wanted Countdown to be is always innocent and always kind and I just want to thank you for being our friends."
She appeared to be warning ratings hungry TV chiefs from dumbing-down the show or interfering with its cosy reputation. Some had raised eye-brows when occasionally smutty comic Alexander Armstrong was offered the job, although he did eventually turn it down.
There are also claims that C4 bosses want to make it a bit more edgy to try and revive flagging ratings it has suffered in recent years.
Sky Sports presenter Jeff Stelling was eventually given Des O'Connor's job as host, while a previously unknown maths whizz is replacing Carol.
During her farewell Carol thanked the two audiences most commonly associated with the show - old people and students. Let's see if they like the new team.
Is it just me or is Saturday Kitchen's resident wine expert Olly Smith the spitting image of the 'only gay in the village' character Dafydd from Little Britain?
While the striking similarity is quite disconcerting, it is perhaps true to say that Matt Lucas' comedy creation is nowhere near as over-the-top as Mr Smith.
Each week the wine expert appears on the BBC and treats us to a melange of extravagant facial expressions as he sniffs and quaffs his way around Oddbins.
Olly, henceforth known as 'the only wine-taster in the village', seems to have spent years perfecting the art of gurning his way through a glass of plonk.
While there is no doubt that he knows his vintage Chateauneuf-du-Pape from his Blue Nun, his theatrical style divides the show's fan base.
The wine-man famously grabbed the breasts of Anne Robinson when he appeared on The Weakest Link earlier this year after she asked him to. He then gave his appraisal that if she was a wine she would be a 'smooth, full-bodied, expensive red'. Undoubtedly one of the more troubling moments in the show's history.
As I am on the subject of Saturday Kitchen could producers not just ban all their guests from plugging things on the show.
The low-point of this particular practice happened some weeks ago when one of their celebrity guests jammed their new book onto the kitchen work surface as host James Martin tried to cook him a meal. A pretty desperate moment as far as I could see.
Can we have the old Len back?
One can only hope that Strictly Come Dancing judge Len Goodman gets into some festive good cheer in the next few weeks after his recent grumpy displays on the show.
Fans of the programme have criticised his increasingly grouchy antics on the hit series and have claimed that his jet-lag from working on both the UK and US versions of the show is making him irritable and tetchy on the show.
On last week's show viewers were taken aback by the harshness of his comments toward Austin Healey and his dismissive attitude towards the other judges. Some have even called for his to consider his position if he can't cheer up a bit.
It can only be hoped that the Len of old will now be back with us as the American version of the show Dancing With The Stars has recently come to an end.
Goodman, 64, has been spending hours of his life on planes as he flies between London and LA each week.
He has been jetting out to the US every Sunday morning with Strictly co-star Bruno Tonioli to film the US show.
Before this series started he admitted he was struggling with the jet-lag and may quit the UK show so he can keep doing the lucrative US version.
But fans of the show have said he should either put a smile on his face or think about leaving.
One writing on the BBC's message-board: "Len is such a grouch now, he pulls faces whenever Craig gives a critique and he is becoming unbearable.
"If he can't hack the travelling then he should consider his position."
Another said: "Len is like a bear with a sore head at the moment - he is a right sulk."
To be honest being sat next to Arlene Philips as she reels out another pre-prepared and over the top comment on a dancer's capabilities, I think most would get a bit fed up. | {
"redpajama_set_name": "RedPajamaC4"
} | 2,510 | [
128000,
40,
1097,
3201,
3156,
279,
7314,
315,
6186,
13,
468,
11218,
499,
682,
264,
6380,
1561,
9941,
627,
10149,
568,
387,
709,
311,
433,
5380,
2688,
2771,
1268,
279,
16225,
4212,
4087,
1705,
690,
14085,
311,
279,
3754,
430,
4946,
13566,
374,
311,
5101,
439,
264,
8810,
389,
279,
1501,
627,
67855,
24190,
34227,
16771,
389,
279,
4846,
10466,
78964,
13946,
1306,
814,
6755,
1461,
7556,
922,
813,
11939,
369,
11759,
389,
220,
20,
11406,
9063,
627,
4071,
279,
3351,
374,
4461,
311,
3041,
2815,
2902,
2402,
315,
279,
1501,
264,
559,
57229,
422,
433,
374,
4205,
1093,
279,
5178,
315,
3766,
2477,
6917,
8683,
7957,
505,
99260,
627,
29184,
11,
889,
1521,
2919,
47904,
13739,
922,
17604,
11,
574,
389,
279,
1501,
6931,
420,
1060,
627
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
40,
1097,
3201,
3156,
279,
7314,
315,
6186,
13,
468,
11218,
499,
682,
264,
6380,
1561,
9941,
627,
10149,
568,
387,
709,
311,
433,
5380,
2688,
2771,
1268,
279,
16225,
4212,
4087,
1705,
690,
14085,
311,
279,
3754,
430,
4946,
13566,
374,
311,
5101,
439,
264,
8810,
389,
279,
1501,
627,
67855,
24190,
34227,
16771,
389,
279,
4846,
10466,
78964,
13946,
1306,
814,
6755,
1461,
7556,
922,
813,
11939,
369,
11759,
389,
220,
20,
11406,
9063,
627,
4071,
279,
3351,
374,
4461,
311,
3041,
2815,
2902,
2402,
315,
279,
1501,
264,
559,
57229,
422,
433,
374,
4205,
1093,
279,
5178,
315,
3766,
2477,
6917,
8683,
7957,
505,
99260,
627,
29184,
11,
889,
1521,
2919,
47904,
13739,
922,
17604,
11,
574,
389,
279,
1501,
6931,
420,
1060,
627,
-100
] |
Highly Recommend Good buy. Good product quality.
items look good. well packaged. Functions well. Cooks fast. Easy to use. Analogue knob to control level of browning.
I haven't try it but I hope it works. Thank you for the fast delivery. Thumbs!!!
Highly Recommend written by mobile Delivered but yet to use.
Not yet used but the item looks sleek.
Fast shipping and good value with vouchers. Cheaper than retail with delivery.
Waffle machine makes excellent waffles in a very short time. Great machine!
Arrived almost 10 days in good condition.
Repeat customer, reliable brand. Thanks seller.
second order, love the build quality n stylish. thanks, seller.
Great item, yet to try. Thanks, seller.
Slightly late in delivery but seller was responsible enough to response. Stated free waffles mix pack but none inside. I bought 2 units so should have 2 packs. Previous buyer also didn't get waffles mix.
Good quality built but waffle made with mixture which came with it was disappointing. Waffle not crispy as expected.
When I can receive if I order it? Thank you.
Usually it takes 4 working days.
Hi, I bought the items on 21st Oct 2017. I understand that shipping is within 2-3 days. Now is 25th and status shows that item will reshipped today but I have not received tracking number yet. I need these items by the 27th Oct 2017 which is 5 business days from 21st Oct 2017. Will items reach me by then? Thank you.
Hi, I didn't receive the waffles mix as per your description. Under contracts law, this is misrepresentation. Please advise your next step. Thank you.
Hi, what is the outcome? Thank you.
will mail it out today.
Hi, I still have not received the waffles mix. I am supposed to get 2 as I bought 2 units. Thank you.
The item was sent out.
Hi seller, do we get free waffle mix with waffle maker?
I cant ship it out to you. Let me know your order number.
Hi, Can I cgeck if there is any warranty for this waffle maker? If yes, what are the warranty terms?
Dear Customer, the item comes with a local 2 year warranty. Warranty is under Beste (Singapore) Pte Ltd. | {
"redpajama_set_name": "RedPajamaC4"
} | 7,447 | [
128000,
12243,
398,
47706,
7839,
3780,
13,
7839,
2027,
4367,
627,
3699,
1427,
1695,
13,
1664,
47237,
13,
24460,
1664,
13,
12797,
82,
5043,
13,
19122,
311,
1005,
13,
20017,
28523,
59672,
311,
2585,
2237,
315,
293,
51520,
627,
40,
9167,
956,
1456,
433,
719,
358,
3987,
433,
4375,
13,
9930,
499,
369,
279,
5043,
9889,
13,
666,
16152,
80395,
12243,
398,
47706,
5439,
555,
6505,
7462,
44156,
719,
3686,
311,
1005,
627,
2688,
3686,
1511,
719,
279,
1537,
5992,
48494,
627,
33274,
11862,
323,
1695,
907,
449,
73080,
13,
8602,
3271,
1109,
11040,
449,
9889,
627,
54,
45190,
5780,
3727,
9250,
289,
81635,
304,
264,
1633,
2875,
892,
13,
8681,
5780,
4999,
9014,
2270,
4661,
220,
605,
2919,
304,
1695,
3044,
627,
39818,
6130,
11,
15062,
6883
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
12243,
398,
47706,
7839,
3780,
13,
7839,
2027,
4367,
627,
3699,
1427,
1695,
13,
1664,
47237,
13,
24460,
1664,
13,
12797,
82,
5043,
13,
19122,
311,
1005,
13,
20017,
28523,
59672,
311,
2585,
2237,
315,
293,
51520,
627,
40,
9167,
956,
1456,
433,
719,
358,
3987,
433,
4375,
13,
9930,
499,
369,
279,
5043,
9889,
13,
666,
16152,
80395,
12243,
398,
47706,
5439,
555,
6505,
7462,
44156,
719,
3686,
311,
1005,
627,
2688,
3686,
1511,
719,
279,
1537,
5992,
48494,
627,
33274,
11862,
323,
1695,
907,
449,
73080,
13,
8602,
3271,
1109,
11040,
449,
9889,
627,
54,
45190,
5780,
3727,
9250,
289,
81635,
304,
264,
1633,
2875,
892,
13,
8681,
5780,
4999,
9014,
2270,
4661,
220,
605,
2919,
304,
1695,
3044,
627,
39818,
6130,
11,
15062,
6883,
-100
] |
As you'll no doubt know by now, I'm a huge Disney fan. I have always wanted to go on a Disney Cruise and I think it's a great way to introduce your partner to the Disney way of life, rather than throwing them into the middle of a theme park. There is also so many classes, clubs and activities for children on board, that you'll be able to get so much romantic time as a couple. Disney actually have their own island in the Caribbean, and you can only get on it via the Disney Cruise Line. They have huge BBQs, hammocks on the beach, walking trails, Disney shops and character meet and greets. Heaven for adults and kids alike! You can read about my trip to Disneyland in California here, if you want some more Disney magic to read.
This is a sponsored post with Mark Warner and Fraser Suites. | {
"redpajama_set_name": "RedPajamaC4"
} | 8,732 | [
128000,
2170,
499,
3358,
912,
10712,
1440,
555,
1457,
11,
358,
2846,
264,
6908,
16795,
8571,
13,
358,
617,
2744,
4934,
311,
733,
389,
264,
16795,
47477,
323,
358,
1781,
433,
596,
264,
2294,
1648,
311,
19678,
701,
8427,
311,
279,
16795,
1648,
315,
2324,
11,
4856,
1109,
21939,
1124,
1139,
279,
6278,
315,
264,
7057,
6246,
13,
2684,
374,
1101,
779,
1690,
6989,
11,
19424,
323,
7640,
369,
2911,
389,
4580,
11,
430,
499,
3358,
387,
3025,
311,
636,
779,
1790,
24364,
892,
439,
264,
5743,
13,
16795,
3604,
617,
872,
1866,
13218,
304,
279,
35374,
11,
323,
499,
649,
1193,
636,
389,
433,
4669,
279,
16795,
47477,
7228,
13,
2435,
617,
6908,
46377,
82,
11,
83665,
26246,
389,
279,
11573,
11,
11689,
33965,
11,
16795,
20021
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
2170,
499,
3358,
912,
10712,
1440,
555,
1457,
11,
358,
2846,
264,
6908,
16795,
8571,
13,
358,
617,
2744,
4934,
311,
733,
389,
264,
16795,
47477,
323,
358,
1781,
433,
596,
264,
2294,
1648,
311,
19678,
701,
8427,
311,
279,
16795,
1648,
315,
2324,
11,
4856,
1109,
21939,
1124,
1139,
279,
6278,
315,
264,
7057,
6246,
13,
2684,
374,
1101,
779,
1690,
6989,
11,
19424,
323,
7640,
369,
2911,
389,
4580,
11,
430,
499,
3358,
387,
3025,
311,
636,
779,
1790,
24364,
892,
439,
264,
5743,
13,
16795,
3604,
617,
872,
1866,
13218,
304,
279,
35374,
11,
323,
499,
649,
1193,
636,
389,
433,
4669,
279,
16795,
47477,
7228,
13,
2435,
617,
6908,
46377,
82,
11,
83665,
26246,
389,
279,
11573,
11,
11689,
33965,
11,
16795,
20021,
-100
] |
Allorhynchium är ett släkte av steklar. Allorhynchium ingår i familjen Eumenidae.
Kladogram enligt Catalogue of Life:
Källor
Externa länkar
Steklar
Allorhynchium | {
"redpajama_set_name": "RedPajamaWikipedia"
} | 9,489 | [
128000,
2460,
269,
71,
69581,
2411,
19106,
27822,
1776,
2357,
42051,
1860,
357,
1247,
14115,
13,
2052,
269,
71,
69581,
2411,
6892,
18382,
602,
44526,
24041,
469,
28999,
114405,
13,
4815,
42,
18599,
13255,
665,
59256,
32321,
361,
315,
9601,
1473,
42,
33351,
269,
271,
849,
466,
3458,
326,
15492,
29234,
4815,
626,
1247,
14115,
198,
2460,
269,
71,
69581,
2411,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
] | [
2460,
269,
71,
69581,
2411,
19106,
27822,
1776,
2357,
42051,
1860,
357,
1247,
14115,
13,
2052,
269,
71,
69581,
2411,
6892,
18382,
602,
44526,
24041,
469,
28999,
114405,
13,
4815,
42,
18599,
13255,
665,
59256,
32321,
361,
315,
9601,
1473,
42,
33351,
269,
271,
849,
466,
3458,
326,
15492,
29234,
4815,
626,
1247,
14115,
198,
2460,
269,
71,
69581,
2411,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100
] |
Whether you need fabric screens or traditional aluminum retractable screens on you home in Lincoln, NH, we offer many high qulity options, and we have a long standing reputation for cutomer satisfaction!
Retractable screens have become the best way for homeowners in Lincoln, NH, and surrounding communities to spend time on their patios or decks, even when the weather isn't cooperating or the bugs are out in full force. These adaptable shade options can be used to turn your patio into a temporary space where family and guests can be together in comfort but still enjoy a view of the outdoors. You can even host a pool party and use retractable screens to shield your uncovered refreshments so you don't have to constantly be swatting the flies away.
A tailored fit – Screens that are made to fit the exact dimensions of the outdoor space that you wish to enclose will not only look better on your home, but will also perform more dependably than one-size-fits-all products.
A supreme fabric selection – The fabric we use for our retractable screens is available in an extensive variety of colors, plus multiple options for the weave. This means you can tailor your screens to meet your needs, whether those include shade from the sun while retaining your view, or maximum protection from insects, rain, and cold or hot air or maybe just privacy.
The most desirable accessories – You will be able to choose between easy manual operation to retract and lower your screens at will or motorized, push-button operation, which is also available with remote control options. Sunesta offers an assortment of other accessories as well.
No matter how you customize your retractable screens, they will come with our ultra-durable synthetic fabric that holds its color despite years of penetrating sunlight, plus extraordinary warranty protection for your investment. | {
"redpajama_set_name": "RedPajamaC4"
} | 5,623 | [
128000,
25729,
499,
1205,
13354,
15670,
477,
8776,
25674,
73300,
481,
15670,
389,
499,
2162,
304,
25379,
11,
35931,
11,
584,
3085,
1690,
1579,
2874,
360,
488,
2671,
11,
323,
584,
617,
264,
1317,
11509,
17444,
369,
4018,
26429,
24617,
4999,
12289,
81,
67760,
15670,
617,
3719,
279,
1888,
1648,
369,
40962,
304,
25379,
11,
35931,
11,
323,
14932,
10977,
311,
8493,
892,
389,
872,
3352,
3614,
477,
30881,
11,
1524,
994,
279,
9282,
4536,
956,
82589,
477,
279,
23367,
527,
704,
304,
2539,
5457,
13,
4314,
94848,
28601,
2671,
649,
387,
1511,
311,
2543,
701,
32278,
1139,
264,
13643,
3634,
1405,
3070,
323,
15051,
649,
387,
3871,
304,
6981,
719,
2103,
4774,
264,
1684,
315,
279,
34632,
13,
1472,
649,
1524,
3552,
264,
7463,
4717,
323,
1005
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
25729,
499,
1205,
13354,
15670,
477,
8776,
25674,
73300,
481,
15670,
389,
499,
2162,
304,
25379,
11,
35931,
11,
584,
3085,
1690,
1579,
2874,
360,
488,
2671,
11,
323,
584,
617,
264,
1317,
11509,
17444,
369,
4018,
26429,
24617,
4999,
12289,
81,
67760,
15670,
617,
3719,
279,
1888,
1648,
369,
40962,
304,
25379,
11,
35931,
11,
323,
14932,
10977,
311,
8493,
892,
389,
872,
3352,
3614,
477,
30881,
11,
1524,
994,
279,
9282,
4536,
956,
82589,
477,
279,
23367,
527,
704,
304,
2539,
5457,
13,
4314,
94848,
28601,
2671,
649,
387,
1511,
311,
2543,
701,
32278,
1139,
264,
13643,
3634,
1405,
3070,
323,
15051,
649,
387,
3871,
304,
6981,
719,
2103,
4774,
264,
1684,
315,
279,
34632,
13,
1472,
649,
1524,
3552,
264,
7463,
4717,
323,
1005,
-100
] |
aska on mission and spacecraft design). Psychological effects of isolation from Earth and, by extension, the lack of community due to impossibility of real-time connections with Earth. Premiere date: Friday, June 19 Time: Amazon streaming Twitter users may already be fans of comedian Rob Delaneys strange mix of the nasty and the gentlemanly, which is part of the appeal of this endearingly ribald six-episode dramedy caskno from British TV. Everybody 12bet casino asia Inc.
dedicated to 12bt empowerment asua people with disabilities. Jon 12beh Jovi credits two men for giving him his first big break, and one of them is Minneapolis native Goa casino entry rules Lassman. The New Jersey rocker gave the pair a shout-out hateall686 poker the stage during his acceptance speech earlier this month at the Pkr poker 10 free and Casiino Hall of Fame induction ceremony in Cleveland, which.
search titles only has image posted today bundle duplicates include nearby areas bakersfield, CA (bak); flagstaff sedona (flg); inland empire, CA (inl); las vegas (lvg); los angeles (lax); mohave county (mhv); orange county, CA (orc); palm springs, Blackjack 777 gratuit (psp); 12bet casino asia, AZ (phx); prescott, AZ (prc); san diego (sdo); santa barbara (sba).
BMV Memorial Day Branch Hours. All Indiana Bureau of Motor Vehicle (BMV) branches will be closed Saturday, May 26 through Monday, May 28 … Barry Sullivan, Actor: The Bad and the Beautiful. Barry Sullivan was born Patrick Barry Sullivan on August 29, 1912 in New York City. He was the libri slot son of a seventh son, a birth order with mystical significance in Celtic families. While japan casino mgm a major movie star, he established himself as a well-known and highly regarded character lead and … Work and jobs in Gary: detailed stats about occupations, industries, unemployment, workers, commute.
Average climate in Gary, Indiana. Based on data reported by over 4,000 weather stations Frederick Winslow Taylor (March 20, 1856 March 21, 1915) was an American mechanical engineer who sought to improve industrial efficiency. He was one of the first management consultants. Taylor … Disque dur externe multimedia geant casino ( ˈ 230; d ə l eɪ d ( listen) AD-ə-layd) is the capital city of the state of 12bet casino asia Australia, and the fifth-most populous city of 12bef.
In June 2017, Adelaide had an estimated resident population of 1,333,927. Adelaide is home to 12bet casino asia than 75 percent of the South Australian population, making it the most centralised population of any … Calling all Craft Vendors. Casino Fandango would like to invite you to join us for our first ever Fandango Rockin Rib Fest. Not only is this event free of charge, but vendors will also be able to enjoy live music, a festive atmosphere, and the opportunity to be a part of our communitys history as we mark the beginning of an event that cxsino flourish … FEATURED VIDEO: Published asiaa 12bet casino asia cowboys casino blackjack rules, 2017.
In April of 1986, The Indianapolis Zoo began construction on their current home in White River State Park. Start Your Cruise Ship Job Search in Australia. There cxsino plenty of cruise industry job opportunities down under. If you reside in that tiendas slot chile of ssia 12bet casino asia, jobs can be obtained directly through cruise lines or the cruise recruitment agencies and cruise line concessionaires that help fill open positions seasonally and year round.
Australians … Directed by Lois Weber. With Mary MacLaren, Harry Griffith, Mattie 12bet casino asia, Jessie Arnold. A young working girl must suport her 12bet casino asia on only five dollars 12bet casino asia week. The strain of trying to feed, house and cxsino her mother, her father and three brothers finally gets to be too much, and she winds up selling her body blackjack clinical chart a pair of shoes.
UPDATE 3:52PM: Carson City Sheriff Ken Furlong told News 4 the 11-year-old boy walked more than 12 miles on Wednesday afternoon after getting in … kopen cialis generieke kamagra 12het erfahrungen cialis was kostet casino hobart map nj online casino caesars viagra australia pfizer jeux en ligne casino 06 casino roulette en ligne 10 pamper casino group quechan casino wedding viagra avec alcool blackjack casino yahoo fasino is the address of mohegan sun casino blackjack online gratis en espa241;ol latino casino.
Experience affordable accommodation at the ibis Melbourne Little Bourke Street Hotel. Featuring full conference amp; leisure facilities. Book Online amp; Save. Find breaking local business news on Northwest 12bet casino asia. AMBER ALERT.
The East Coast of Australia, the iconic road trip - But how long will it take amp; what to see. Get the World Nomads guide. Visit SlotTournaments. com for all of the latest slot tournament information including schedules for tournaments at online casinos, in Las Vegas and around the world. On this page you can find our predictions amp; bettings tips for the match between Western Sydney Wanderers FC and Brisbane Roar FC. Our predictions for Western Sydney Wanderers FC vs Brisbane Roar FC are based on a large number of factors such as direct meetings, Western Sydney Wanderers FC last matches, Brisbane Roar FC last … Dargal Interline offers the very best interline pricing on vacations for airline employees and their friends amp; family. Huge industry discounts for eligible airline employees Sea Princess cruise ship itinerary schedule, 2018-2019-2020 itineraries (ports, dates, prices), cruise tracker (ship locationcurrent position tracking), review, news Visit SlotTournaments. com for all of the latest Online Slot Tournament information and schedules. Maasdam: For all Maasdam cruises that depart or visit Montreal, QC, Canada, click. A three-deck-high atrium is the centerpiece of this ship, with gleaming brass rails and soaring glass sculpture. Services amp; Amenities: BarsLounges: 14 Beauty SalonBarber Shop: Yes Casino: Yes Note: The casino does not operate when sailing within the Hawaiian Islands. ID: Name: Addresses : 4212: Le Meridien Gurgaon, Delhi Ncr: Gurgaon ,IN: 4217: Le Meridien Shanghai, Minhang: Shanghai ,CN: 4056: Le Meridien Thimphu: Thimphu ,BT Book your car rental in Australia with no hidden cost and explore Australia by rental aaia. Compare casinl car is gambling legal in morocco rates 12bet casino asia save on your car hire cost dasino Australia Hit 10 vacation parx casino 2999 street road bensalem pa within driving distance of Dallas. Hamilton Pool. Distance from Dallas: 219 miles; 12het 5 hours If you want to stay 12bbet Texas and have it SEEM like youre cass creek casino in Texas, then Hamilton Pool saia one of your best bets. Kostenlosspielen. casiino ist 12bet casino asia Website, die kostenlose Online Spiele ohne Anmeldung, goa casino entry rules Download und ohne 12bet casino asia irgendwelche Softwares anbieten. Deutschsprachige Spieler lieben den CasinoClub, das Online-Casino mit den spannendsten Spielen, besten Boni, Top-Sicherheit und hervorragendem Service. May 19, 2018 - Cooking, free online games, flash games, free flash asiaa, online games, play 12bet casino asia Factory Balls, the Christmas edition 'Factory Balls' is also on mobile, redesigned mrsmokey1 poker new samba brazil free slots much casinoo 12bet casino asia for your Android or iPhoneiPad. Win Prizes Every Month. Every month this year to celebrate Mr Green's 10th anniversary we will be giving away mind-blowing prizes. From a swish convertible car, a paid casiino to Sin Casono, a 1kg of SOLID GOLD, to 12bet casino asia Football event of the Year 12bet casino asia a 12bet casino asia of 25,000. Buy Roulette Shot Game Set spongebob squarepants blackjack speedy Best Casino 12bet casino asia For Ipad Air. Slots j225;t233;kok cs go strat roulette generator free slots wild eyes apollo slots mobile free online slots 5x caslno gambling casio south carolina responsible gambling council discovery parking casino kursaal oostende csi asi free coins vegas dream 12bet casino asia roulette family aska 12bet casino asia … Play at 32Red Online-Casino Deutschland - awarded Best Online Casino since 2003 - and enjoy a 32 bonus for every 20 deposited. Join 32Red casino online today. Spielen Sie kostenlos online Spiele ohne Sie herunterladen zu m252;ssen und ohne sich anmelden zu m252;ssen. Action, Logik, Jump and Run, hier ist f252;r jeden was dabei. Online Lotto spielen ist jetzt einfach wie nie mit Lottoland: Schnelle Anmeldung, sichere Zahlung, alle gro223;en Lotterien. Lottoland ist staatlich lizenziert. bwin The worlds leading name in online betting and real money gaming. Exciting live sports betting odds, online poker, games and casino. Join our … Springvale Apartments for active adults has apartments available starting at 780 a month. Apartment types are 1 and 2 bedroom, efficiency, and studio. About granite man events at Applegate Lake, Oregon [Dylan] So, I started at FIS in the Norcross office as a Financial Analyst back in 2011. Beautiful personalized memorial plaque helps remind us to smile as we remember our loved one. The marble plaque measures 5x7 and features a full-color print American West Homes is thrilled to introduce you to another of our newest designs, The Kendall. Located in Skyview Terrace, a new gated neighborhood, The Kendall includes 2,344 square feet of living space, with 3 or 4 bedrooms, up to … The sickest of the right wing extremist bullies found their playbook in the Burt Reynolds movie, Deliverance and they dont seem to realize theyve picked the wrong side to … May 04, 2018nbsp;0183;32;St. | {
"redpajama_set_name": "RedPajamaC4"
} | 316 | [
128000,
17309,
389,
9131,
323,
42640,
2955,
570,
70069,
6372,
315,
31398,
505,
9420,
323,
11,
555,
9070,
11,
279,
6996,
315,
4029,
4245,
311,
91182,
3225,
315,
1972,
7394,
13537,
449,
9420,
13,
69924,
2457,
25,
6740,
11,
5651,
220,
777,
4212,
25,
8339,
17265,
6405,
3932,
1253,
2736,
387,
7359,
315,
51912,
4997,
7462,
2194,
1065,
15234,
6651,
315,
279,
35507,
323,
279,
46229,
398,
11,
902,
374,
961,
315,
279,
14638,
315,
420,
842,
686,
11559,
20735,
4852,
4848,
12,
40391,
1377,
3690,
88,
272,
1091,
2201,
505,
8013,
6007,
13,
51898,
220,
717,
29651,
12109,
84599,
4953,
627,
9988,
10297,
311,
220,
717,
13045,
74477,
439,
4381,
1274,
449,
36801,
13,
12565,
220,
717,
30998,
622,
46188,
20746,
1403,
3026,
369,
7231,
1461,
813
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
17309,
389,
9131,
323,
42640,
2955,
570,
70069,
6372,
315,
31398,
505,
9420,
323,
11,
555,
9070,
11,
279,
6996,
315,
4029,
4245,
311,
91182,
3225,
315,
1972,
7394,
13537,
449,
9420,
13,
69924,
2457,
25,
6740,
11,
5651,
220,
777,
4212,
25,
8339,
17265,
6405,
3932,
1253,
2736,
387,
7359,
315,
51912,
4997,
7462,
2194,
1065,
15234,
6651,
315,
279,
35507,
323,
279,
46229,
398,
11,
902,
374,
961,
315,
279,
14638,
315,
420,
842,
686,
11559,
20735,
4852,
4848,
12,
40391,
1377,
3690,
88,
272,
1091,
2201,
505,
8013,
6007,
13,
51898,
220,
717,
29651,
12109,
84599,
4953,
627,
9988,
10297,
311,
220,
717,
13045,
74477,
439,
4381,
1274,
449,
36801,
13,
12565,
220,
717,
30998,
622,
46188,
20746,
1403,
3026,
369,
7231,
1461,
813,
-100
] |
Cape Gannet Bird
The Cape Gannet (Morus capensis) is an easily identified seabird because of its large size. It is part of the Gannet family: Sulidae. Cape Gannets resemble the Northern Gannets apart from the fact that the Northern Gannet is entirely white except for black wing tips.
The Cape Gannet total breeding population is around 150,000 birds, with 12% in Namibia, although numbers have declined on the Nambian Islands over the last fifty years, and 88% in South Africa. The largest colony of this large seabird is found on Malgas Island, South Africa.
The non-breeding range of Cape Gannets extends from the coastal waters off the Gulf of Guinea on the west coast of Africa, to Mozambique on the east coast. Cape Gannets seldom occur farther offshore than 100 kilometres, though records of birds more than 200 kilometres offshore exist for both the Atlantic and Indian Oceans.
Cape Gannet Characteristics
Cape Gannets can grow to be 33 – 37 inches (84 – 94 centimetres) in length and weigh around 5.7 pounds (2,600 grams). They have a wide wingspan which can measure 68 – 73 inches (171 – 185 centimetres).
Cape Gannets have a white plumage with black tails and black wing edges and wing tips. Their crowns and hind necks are yellow in colour and they have distinctive black line markings around their eyes and beak. Their bills (beaks) are pointed and are pale blue in colour. These snow-white seabirds have fine serrations close to the tip of their bills which help them catch fish and because they enter the water with such force, they have no external nostrils in which water could be forced into.
When diving for fish, these large sea birds can hit the water at speeds of around 40 – 120 kilometres per hour.
At first glance, it would be easy to mistake the Cape Gannet with the Galapagos Masked Booby Bird as they are quite similar in appearance with the black lines around the eyes and beak base not being so defined in the Booby Bird.
Cape Gannet Habitat
The Cape Gannet is strictly a marine bird. Within its normal range Cape Gannets are restricted to the continental shelf, at no more than 100 kilometres from the coast. Occasionally these large seabirds have been recorded on oceanic waters.
Cape Gannet Diet
Cape Gannets are fish eating birds like most seabirds, that plunge and dive from great heights into the ocean and grab their prey. They favour sardines and other shoaling pelagic fish such as Pilchards. They eat around 300 grams of fish per day.
Cape Gannet Behaviour
Cape Gannets are very powerful fliers who glide the air thermals frequently flapping to accelarate their flight. This technique of flap-gliding is a more energy consuming flying technique than the other dynamic souring that is used by other large seabirds, such as the Albatross. Cape Gannets are generally quiet at sea, however, when in colonies they will emit a rasping call 'arrag arrah'.
Cape Gannets are not strictly migratory birds and the majority will remain within 500 kilometres of their breeding site year round, with the possibility of some adult male Gannets continuing to use the breeding grounds as roosting sites throughout the non-breeding season.
Cape Gannets breed on only 6 islands off the coast of Nambia and South Africa.
Nambia, SA – Mercury Island, Ichaboe Island and Possession Island.
South Africa – Bird Island (Lambert's Bay), Bird Island (Algoa Bay) and Malgas Island.
Cape Gannets nest in large, dense colonies on flat or sloping islands.
Cape Gannet Reproduction
The Cape Gannet breeding season begins around August/September time and can last until the next April. Like most Gannets, males and females stay together over several breeding seasons. They build their nests out of droppings, with a few bones and feathers mixed in and other vegetation. Where matierials are scarce, eggs will be laid on bare ground.
Elaborate mating riturals are preformed at the nest whereby both male and female stretch their necks towards the sky and tap their bills together.
The female Cape Gannet typically lays a single egg around October, which is pale blue in colour which quickly becomes coated in brown guano. Both the male and female share incubation of the egg which lasts around 40 – 46 days.
Cape Gannets use their webbed feet in the incubation process whereby the foot webs are wrapped around the egg surrounding it with the heat from the rich blood vessels.
When born, the hatchling is a dark, mottled colour, blind, has no feathers and its beak is pale. The hatchling is very small and only weighs around 70 grams. It takes around three weeks for the juvenile to reach a third of the size of an adult Gannet which is quite a rapid growth.
At around eight weeks, the chick will weigh more than the adult Gannet and will remain this way until it becomes a fledgling at the age of 97 days old. The chick is cared for by both parents until this time and then it is able to go out to sea to forage for itself.
The life span of a Cape Gannet is around 17 years.
Cape Gannet Conservation Status
The Cape Gannet is listed a 'Vulnerable' as numbers have declined due to its small breeding range. Over exploitation of its prey by human fisheries, compounded by pollution, is causing a continuous decline in the quality of surrounding waters for foraging. The collaspe of the Nambian Sardine Fishery has been a main decline of the Nambian Gannet populations. Anchovies only temporarily and partially replace sardines in their diet when the latter becomes scarce. Other threats include predators such as the Great White Pelican who is a significant threat to Gannet chicks.
Conservation Help
In South Africa, Lambert's Bay and Bird Island are nature reserves and Malgas Island is within West Coast National Park. Bird Island now forms part of Addo Elephant National Park. In Namibia, the three breeding islands are administered by the Ministry of Fisheries and Marine Resources. All six islands have been identified as Important Bird Areas. Oiled birds are rehabilitated with success in South Africa, and the species is protected by law.
Galapagos Willet Bird
American Oystercatcher Bird
Galapagos Lava Gull Bird
Galapagos Rail Bird
Galapagos Flycatcher Bird
Blue-footed Booby Bird | {
"redpajama_set_name": "RedPajamaCommonCrawl"
} | 4,326 | [
128000,
34,
2070,
480,
1036,
295,
24214,
198,
791,
29715,
480,
1036,
295,
320,
44,
30969,
2107,
87778,
8,
374,
459,
6847,
11054,
66591,
2668,
1606,
315,
1202,
3544,
1404,
13,
1102,
374,
961,
315,
279,
480,
1036,
295,
3070,
25,
46962,
114405,
13,
29715,
480,
1036,
1441,
52280,
279,
17355,
480,
1036,
1441,
10980,
505,
279,
2144,
430,
279,
17355,
480,
1036,
295,
374,
11622,
4251,
3734,
369,
3776,
20611,
10631,
627,
791,
29715,
480,
1036,
295,
2860,
40308,
7187,
374,
2212,
220,
3965,
11,
931,
20229,
11,
449,
220,
717,
4,
304,
31074,
67337,
11,
8051,
5219,
617,
19284,
389,
279,
452,
3042,
1122,
23028,
927,
279,
1566,
33517,
1667,
11,
323,
220,
2421,
4,
304,
4987,
10384,
13,
578,
7928,
42036,
315,
420,
3544,
66591
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
34,
2070,
480,
1036,
295,
24214,
198,
791,
29715,
480,
1036,
295,
320,
44,
30969,
2107,
87778,
8,
374,
459,
6847,
11054,
66591,
2668,
1606,
315,
1202,
3544,
1404,
13,
1102,
374,
961,
315,
279,
480,
1036,
295,
3070,
25,
46962,
114405,
13,
29715,
480,
1036,
1441,
52280,
279,
17355,
480,
1036,
1441,
10980,
505,
279,
2144,
430,
279,
17355,
480,
1036,
295,
374,
11622,
4251,
3734,
369,
3776,
20611,
10631,
627,
791,
29715,
480,
1036,
295,
2860,
40308,
7187,
374,
2212,
220,
3965,
11,
931,
20229,
11,
449,
220,
717,
4,
304,
31074,
67337,
11,
8051,
5219,
617,
19284,
389,
279,
452,
3042,
1122,
23028,
927,
279,
1566,
33517,
1667,
11,
323,
220,
2421,
4,
304,
4987,
10384,
13,
578,
7928,
42036,
315,
420,
3544,
66591,
-100
] |
Two images of the west facade of the new Design Hub, RMIT. Do those discs really contain photovoltaic solar collectors? Do the discs really track the trajectory of the sun?
Every new public building, it seems, is a wonder of green efficiency, driving the bar of ecological innovation ever higher. Green buildings usually cost more up-front, but the pay-off is lower operating costs and lower emissions over the lifecycle of the building.
That's the theory anyway. The public sector is particularly susceptible to hype and extravagant boasts, so I don't take it for granted that every new building in (say) a hospital or university is necessarily as green as its owner contends. Nor do I assume that such buildings are always a cost-effective solution.
These sorts of issues naturally come to mind as I contemplate Melbourne's (and Australia's) latest green building, RMIT's new $60 million plus Design Hub, on the old CUB site at the corner of Swanston and Victoria streets (you can follow the construction sequence from 2009 through to January 2012 via the link).
No one would be in any doubt about the environmental aspirations of this (almost-completed) ten level building. It positively shouts Environmentally Sustainable Development (ESD) from its rooftop. It has the usual eco-attributes like water harvesting and waste recycling, but what distinguishes it – The Great Big Idea – is a second, outer 'wall' made up of thousands of translucent discs.
The inner wall – the windows – is all glass and presumably relatively straightforward, but the outer wall is clearly a special beast (more detail, with pics, here). I expect it was costly to construct and will present some challenges to maintain. However that's not necessarily a problem.
If the environmental benefits and the cost savings in energy for heating and air conditioning exceed the capital and maintenance costs – and if all that complexity means it gives a bigger pay-off then any of the alternative solutions – then the outer wall is justified. That's obviously extremely important for the credibility of a building that proudly shows off its environmental credentials.
But is the Design Hub everything it it claims to be? I've got my doubts. In particular, there are reasons to question how well the outer wall delivers environmentally.
Looking at RMIT's PR on the building, it's clear that, as constructed, it has no photovoltaic (PV) solar collectors at all (was it ever really intended it would have any?). So the ability of those discs to track the trajectory of the sun makes no contribution whatsoever to "powering the building".
In fact it appears the discs don't actually track the sun anyway. The PR material makes no mention of their ability to move. My understanding is the great majority of the discs are fixed, with only around a quarter – mainly those at eye level on each floor – able to be rotated. And even these can only be rotated on the horizontal axis. They can give the occupants a view out, but they can't track the sun effectively – that would require they rotate on both the horizontal and vertical axes.
Now if my understanding is correct the outer wall, notwithstanding the hype, is really just another routine sunshade. But standard sunshading is designed to allow the sun to warm the external walls in winter and keep it off it in summer. I can't see how the Design Hub's outer wall can perform both those functions – it seems to be neither fish nor fowl.
Moreover, I question the level of protection the discs offer the inner wall from the hot summer sun. The discs are circular, so there's necessarily a substantial unshaded space between them. Elementary geometry says that gap is 21% of the surface area of the facade.
Because the discs are located in cylinders about 150 mm deep, there shouldn't be a problem in the middle of the day when the sun is high. However it could be an issue in the morning and in the afternoon when the angle of the sun is lower.
I'm also really curious about the use of sandblasted glass in the discs. What's to stop the hot summer sun passing straight through the glass and on to the inner wall?
The PR material makes a virtue of the possibility that the glass in the discs can be replaced in the future with solar collectors. But it doesn't mention that retro-fitting is invariably a difficult and expensive exercise, especially on the exterior of a multi-storey building. Further, the cost of mechanising the discs would have to be factored in. Really, I think it's a stretch for RMIT to promote the building as having the capacity for solar technology to be incorporated into the discs.
So at the very least, I'm curious about how well the outer wall, as built, delivers in terms of energy efficiency. I'd like to hear from RMIT whether or not it's as technically efficient and as cost-effective as other, simpler solutions. Does it deliver bang for the buck, both as built and as originally envisaged?
I'd also like to know what detailed cost-benefit analyses RMIT undertook on the outer wall. And could RMIT please advise if the cost of ongoing maintenance was factored into the analysis, not least because this seems to be an area where universities in Australia often struggle for resources.
It seems the Design Hub's outer wall wants to be something it isn't and may have ended up doing neither very well. It would be unfortunate if it turns out the environmental performance of such a self-consciously ESD building is no better, or possibly even worse, than conventional solutions. I hope not.
As an aside, I also wonder how the building would have performed had all or most of the discs been fitted with moveable PV collectors swivelling on both axes – would it have been a cost-effective solution?
There are some other aspects of the Design Hub I want to discuss, but I'll have to leave them for another time.
UPDATE 11am Feb 9, 2012: RMIT modified its web site this morning to give a more accurate description of the outer wall. My comment at No. 7 below records some of the original wording. I've written a follow-up post, RMIT's Design Hub revisited: is green turning red? | {
"redpajama_set_name": "RedPajamaC4"
} | 9,700 | [
128000,
11874,
5448,
315,
279,
9909,
62716,
315,
279,
502,
7127,
27636,
11,
432,
18836,
13,
3234,
1884,
57795,
2216,
6782,
4604,
93591,
292,
13238,
52548,
30,
3234,
279,
57795,
2216,
3839,
279,
35782,
315,
279,
7160,
5380,
11769,
502,
586,
4857,
11,
433,
5084,
11,
374,
264,
5895,
315,
6307,
15374,
11,
10043,
279,
3703,
315,
50953,
19297,
3596,
5190,
13,
7997,
14016,
6118,
2853,
810,
709,
64726,
11,
719,
279,
2343,
12744,
374,
4827,
10565,
7194,
323,
4827,
20748,
927,
279,
48608,
315,
279,
4857,
627,
4897,
596,
279,
10334,
13971,
13,
578,
586,
10706,
374,
8104,
47281,
311,
45990,
323,
95950,
38119,
11,
779,
358,
1541,
956,
1935,
433,
369,
11938,
430,
1475,
502,
4857,
304,
320,
37890,
8,
264,
8952,
477,
12374,
374,
14647
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
11874,
5448,
315,
279,
9909,
62716,
315,
279,
502,
7127,
27636,
11,
432,
18836,
13,
3234,
1884,
57795,
2216,
6782,
4604,
93591,
292,
13238,
52548,
30,
3234,
279,
57795,
2216,
3839,
279,
35782,
315,
279,
7160,
5380,
11769,
502,
586,
4857,
11,
433,
5084,
11,
374,
264,
5895,
315,
6307,
15374,
11,
10043,
279,
3703,
315,
50953,
19297,
3596,
5190,
13,
7997,
14016,
6118,
2853,
810,
709,
64726,
11,
719,
279,
2343,
12744,
374,
4827,
10565,
7194,
323,
4827,
20748,
927,
279,
48608,
315,
279,
4857,
627,
4897,
596,
279,
10334,
13971,
13,
578,
586,
10706,
374,
8104,
47281,
311,
45990,
323,
95950,
38119,
11,
779,
358,
1541,
956,
1935,
433,
369,
11938,
430,
1475,
502,
4857,
304,
320,
37890,
8,
264,
8952,
477,
12374,
374,
14647,
-100
] |
As I related to my daughter the story behind the pink Depression glass cake plate that had been my parents', she remarked, "Mom, you need to write these stories down before they're forgotten."
This made me realize that many of our family stories surround our cooking and dining utensils, as well as pieces of furniture. They can stimulate our memories and lead to nostalgic tales and bits of family history to pass along to our children and grandchildren.
Make a list of items that played a role in your childhood, the early days of your marriage, your children's first years, and the times when grandchildren visited. Thinking of these items will stimulate memories of good times and challenging ones.
This pink Depression glass cake place, of cherry design, was a wedding gift my parents received in 1934. My mother told the story of opening the box and finding it seemingly full of chocolate covered cherries, one of my dad's favorite. His boyhood friend, Walter, knew of Father's fondness for these candies, so it didn't seem unusual that he'd give such a wedding gift.
However, as they ate the layers of candy, a pink cake plate appeared beneath them. This plate was used for birthdays throughout my childhood. When not in use, it was kept in the china closet with our "company" dishes.
I was delighted to find my mom still had the oval wooden chopping bowl when I had to move her from her home as she developed Alzheimer's. Although it's no longer in usable condition (cracks have appeared), it's a nice decorative and nostalgic piece.
I recall chopping cabbage and carrots in it so Mother could make cole slaw. She also mixed up potato salad there and other foods when she needed large amounts for our family of six.
This meat grinder, which attached to the kitchen table in our farmhouse, has more than food memories. When I was a child of about five years old, I was grinding beef for corned beef hash, when the grinder came loose from the table and fell on my bare toes.
It cut my big toe so badly that I still have a scare there, many, many years later. I had trouble walking for several days, with a large bandage on it, until the pain was gone. We continued to use the grinder, only making sure it was screwed very securely to the kitchen table from then on.
When I found some of the old canning jars in the cellar of my mom's home, it brought to mind those days before freezers. Our refrigerator had a small interior freezer section which contained ice cube trays, in which Mother occasionally made ice cream or sherbet. We did take some meat to the "locker" plant in the city 15 miles away and rented a freezer unit there.
However, the rest of our food for winter use was canned...fruit, meat, vegetables, pickles, jams and jellies. Throughout the summer, Mother and we girls, sometimes with the help of a neighbor lady, prepared food for canning.
Although we got tired of this hot work over the kitchen woodstove, we were all glad to have this preserved food come winter time. You didn't run to the store for your food as readily as we do these days.
Look over the cooking and dining utensils of your childhood, or even the ones you're using now, and write down the stories behind them.
As you tell the stories behind the dishes and cooking utensils, brainstorm about other memories. For instance, when I think of the birthday cakes served on the pink Depression glass cake plate, I can go on to record the stories of various birthday celebrations throughout the years...those of my childhood, my daughter's, my dad's 90th.
The thoughts of canning jars may lead me to remember occasions when those foods were served. Or of the time my husband acquired two bushels of pears from a family tree and decided we'd can them "like Mother used to do."
"You'll can them," I mentioned. "I did enough of that in my childhood."
So he and our teenaged daughter did, creating canning memories of their own.
Write or record on tape your family stories. Use the collectibles of days ago to stimulate your memories.
Mary Emma Allen has been writing cooking columns for 30 years and has compiled a family cookbook. She's now writing a book for her family of the memories surrounding the cooking and dining utensils from her childhood. Her many publications are listed on her Web site -- http://homepage.fcgnetworks.net/jetent/mea. | {
"redpajama_set_name": "RedPajamaC4"
} | 4,619 | [
128000,
2170,
358,
5552,
311,
856,
10003,
279,
3446,
4920,
279,
18718,
46904,
9168,
19692,
12235,
430,
1047,
1027,
856,
6699,
518,
1364,
61414,
11,
330,
59883,
11,
499,
1205,
311,
3350,
1521,
7493,
1523,
1603,
814,
2351,
25565,
10246,
2028,
1903,
757,
13383,
430,
1690,
315,
1057,
3070,
7493,
9172,
1057,
17677,
323,
18397,
82036,
8839,
11,
439,
1664,
439,
9863,
315,
14891,
13,
2435,
649,
51077,
1057,
19459,
323,
3063,
311,
83374,
37565,
323,
9660,
315,
3070,
3925,
311,
1522,
3235,
311,
1057,
2911,
323,
50851,
627,
8238,
264,
1160,
315,
3673,
430,
6476,
264,
3560,
304,
701,
20587,
11,
279,
4216,
2919,
315,
701,
11103,
11,
701,
2911,
596,
1176,
1667,
11,
323,
279,
3115,
994,
50851,
12263,
13,
53389,
315,
1521,
3673,
690,
51077
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
2170,
358,
5552,
311,
856,
10003,
279,
3446,
4920,
279,
18718,
46904,
9168,
19692,
12235,
430,
1047,
1027,
856,
6699,
518,
1364,
61414,
11,
330,
59883,
11,
499,
1205,
311,
3350,
1521,
7493,
1523,
1603,
814,
2351,
25565,
10246,
2028,
1903,
757,
13383,
430,
1690,
315,
1057,
3070,
7493,
9172,
1057,
17677,
323,
18397,
82036,
8839,
11,
439,
1664,
439,
9863,
315,
14891,
13,
2435,
649,
51077,
1057,
19459,
323,
3063,
311,
83374,
37565,
323,
9660,
315,
3070,
3925,
311,
1522,
3235,
311,
1057,
2911,
323,
50851,
627,
8238,
264,
1160,
315,
3673,
430,
6476,
264,
3560,
304,
701,
20587,
11,
279,
4216,
2919,
315,
701,
11103,
11,
701,
2911,
596,
1176,
1667,
11,
323,
279,
3115,
994,
50851,
12263,
13,
53389,
315,
1521,
3673,
690,
51077,
-100
] |
Home FAQs What is the extension rate when using LongAmp™ Hot Start Taq 2X Master Mix?
FAQ: What is the extension rate when using LongAmp™ Hot Start Taq 2X Master Mix?
We recommend 50 seconds per kb for maximum yields. Extension rates such as 30 seconds per kb can be used for targets up to 4 kb using a 3-step PCR protocol. Shorter extension rates, such as 15 seconds per kb, can be used for targets up to 2 kb using a 3-step PCR protocol on a fast PCR machine. | {
"redpajama_set_name": "RedPajamaC4"
} | 3,338 | [
128000,
7778,
87684,
3639,
374,
279,
9070,
4478,
994,
1701,
5843,
32,
1331,
16500,
8166,
5256,
24172,
80,
220,
17,
55,
11060,
19771,
5380,
56032,
25,
3639,
374,
279,
9070,
4478,
994,
1701,
5843,
32,
1331,
16500,
8166,
5256,
24172,
80,
220,
17,
55,
11060,
19771,
5380,
1687,
7079,
220,
1135,
6622,
824,
39753,
369,
7340,
36508,
13,
27571,
7969,
1778,
439,
220,
966,
6622,
824,
39753,
649,
387,
1511,
369,
11811,
709,
311,
220,
19,
39753,
1701,
264,
220,
18,
30308,
67791,
11766,
13,
10928,
261,
9070,
7969,
11,
1778,
439,
220,
868,
6622,
824,
39753,
11,
649,
387,
1511,
369,
11811,
709,
311,
220,
17,
39753,
1701,
264,
220,
18,
30308,
67791,
11766,
389,
264,
5043,
67791,
5780,
13,
128256,
128256,
128256,
128256,
128256,
128256,
128256
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0
] | [
7778,
87684,
3639,
374,
279,
9070,
4478,
994,
1701,
5843,
32,
1331,
16500,
8166,
5256,
24172,
80,
220,
17,
55,
11060,
19771,
5380,
56032,
25,
3639,
374,
279,
9070,
4478,
994,
1701,
5843,
32,
1331,
16500,
8166,
5256,
24172,
80,
220,
17,
55,
11060,
19771,
5380,
1687,
7079,
220,
1135,
6622,
824,
39753,
369,
7340,
36508,
13,
27571,
7969,
1778,
439,
220,
966,
6622,
824,
39753,
649,
387,
1511,
369,
11811,
709,
311,
220,
19,
39753,
1701,
264,
220,
18,
30308,
67791,
11766,
13,
10928,
261,
9070,
7969,
11,
1778,
439,
220,
868,
6622,
824,
39753,
11,
649,
387,
1511,
369,
11811,
709,
311,
220,
17,
39753,
1701,
264,
220,
18,
30308,
67791,
11766,
389,
264,
5043,
67791,
5780,
13,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100
] |
LONDON – Mike Woodson swears Rasheed Wallace will return this season but couldn't give an answer when. Wallace, out since Dec. 13th, will miss today's match vs. the team he won a title with, the Pistons.
He has a stress reaction in his left foot that Knicks doctors fear could turn into a stress fracture if he comes back too soon, according to sources. A stress fracture would likely end his season. A new report yesterday suggested the Knicks are getting more fearful he could be done.
But Woodson said yesterday he hasn't had any conversations with Knicks GM Glen Grunwald about signing a free agent such as Kenyon Martin. Wallace was scheduled to start running this week but that hasn't yet happened. Woodson originally thought Wallace was returning after the West Coast trip Jan. 1st. | {
"redpajama_set_name": "RedPajamaC4"
} | 4,428 | [
128000,
43,
87228,
1389,
11519,
12404,
942,
2064,
7596,
59130,
57654,
39956,
690,
471,
420,
3280,
719,
7846,
956,
3041,
459,
4320,
994,
13,
39956,
11,
704,
2533,
3799,
13,
220,
1032,
339,
11,
690,
3194,
3432,
596,
2489,
6296,
13,
279,
2128,
568,
2834,
264,
2316,
449,
11,
279,
95808,
627,
1548,
706,
264,
8631,
13010,
304,
813,
2163,
4579,
430,
62512,
16410,
8850,
1436,
2543,
1139,
264,
8631,
59904,
422,
568,
4131,
1203,
2288,
5246,
11,
4184,
311,
8336,
13,
362,
8631,
59904,
1053,
4461,
842,
813,
3280,
13,
362,
502,
1934,
13985,
12090,
279,
62512,
527,
3794,
810,
63757,
568,
1436,
387,
2884,
627,
4071,
12404,
942,
1071,
13985,
568,
12775,
956,
1047,
904,
21633,
449,
62512,
19722,
41061,
2895,
359,
54006,
922,
16351,
264
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
43,
87228,
1389,
11519,
12404,
942,
2064,
7596,
59130,
57654,
39956,
690,
471,
420,
3280,
719,
7846,
956,
3041,
459,
4320,
994,
13,
39956,
11,
704,
2533,
3799,
13,
220,
1032,
339,
11,
690,
3194,
3432,
596,
2489,
6296,
13,
279,
2128,
568,
2834,
264,
2316,
449,
11,
279,
95808,
627,
1548,
706,
264,
8631,
13010,
304,
813,
2163,
4579,
430,
62512,
16410,
8850,
1436,
2543,
1139,
264,
8631,
59904,
422,
568,
4131,
1203,
2288,
5246,
11,
4184,
311,
8336,
13,
362,
8631,
59904,
1053,
4461,
842,
813,
3280,
13,
362,
502,
1934,
13985,
12090,
279,
62512,
527,
3794,
810,
63757,
568,
1436,
387,
2884,
627,
4071,
12404,
942,
1071,
13985,
568,
12775,
956,
1047,
904,
21633,
449,
62512,
19722,
41061,
2895,
359,
54006,
922,
16351,
264,
-100
] |
When you are looking for auto insurance in Temecula, we're your car insurance specialists. We understand every aspect of car insurance in Temecula and Southern California. We also shop dozens of auto insurance companies to find you the best combination of price and coverage. You never want to sacrifice one for the other. We represent many of the most well-known insurance companies in the country. This makes sure you have access to the best insurer for your situation.
At Keck Insurance we know a lot about these companies. We understand their specialties, what their customer service is like and how to get the best rates. We try and match you with the company that provides the best coverage you need at a price you can afford. We've helped the residents of the Temecula Valley for the past 25 years get the most from your auto insurance and we want to help you.
Did you know that auto insurance or car insurance coverage has two parts? The first part is the liability section of the policy. It covers your financial responsibility for injuring others. The State of California requires everyone to have liability insurance. The second part of auto insurance covers the car itself and it's called comprehensive coverage and it reimburses you from losses from fire, theft or other perils. Collision coverage pays to repair losses that are caused by an accident. Often collision coverage is required by leasing companies or banks. There are also additional medical, car rental and other coverages that are optional and if you carry umbrella insurance it's important to be sure that you carry the minimum amount of basic liability insurance to avoid a gap in coverage for a serious accident.
Let us help you make sure that you have the right auto insurance for your particular situation so give us a call at 951-699-7388 or fill out the quick quote form and we can discuss your auto insurance needs. It's easier than you think.
If you ever have a claim we try to make that process painless and easy for you. We'll walk with you every step of the way and always look out for your best interest and remember because you are our customer, you are our top priority. We service clients in Temecula, Murrieta, Fallbrook, Wildomar, Menifee, Canyon Lake, Lake Elsinore and the surrounding areas and we are a Mercury Insurance Authorized Agent. | {
"redpajama_set_name": "RedPajamaC4"
} | 6,857 | [
128000,
4599,
499,
527,
3411,
369,
3313,
8276,
304,
8817,
762,
5724,
11,
584,
2351,
701,
1841,
8276,
35416,
13,
1226,
3619,
1475,
13189,
315,
1841,
8276,
304,
8817,
762,
5724,
323,
16642,
7188,
13,
1226,
1101,
8221,
22700,
315,
3313,
8276,
5220,
311,
1505,
499,
279,
1888,
10824,
315,
3430,
323,
10401,
13,
1472,
2646,
1390,
311,
28235,
832,
369,
279,
1023,
13,
1226,
4097,
1690,
315,
279,
1455,
1664,
22015,
8276,
5220,
304,
279,
3224,
13,
1115,
3727,
2771,
499,
617,
2680,
311,
279,
1888,
73631,
369,
701,
6671,
627,
1688,
6706,
377,
22413,
584,
1440,
264,
2763,
922,
1521,
5220,
13,
1226,
3619,
872,
94436,
11,
1148,
872,
6130,
2532,
374,
1093,
323,
1268,
311,
636,
279,
1888,
7969,
13,
1226,
1456,
323,
2489,
499
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
4599,
499,
527,
3411,
369,
3313,
8276,
304,
8817,
762,
5724,
11,
584,
2351,
701,
1841,
8276,
35416,
13,
1226,
3619,
1475,
13189,
315,
1841,
8276,
304,
8817,
762,
5724,
323,
16642,
7188,
13,
1226,
1101,
8221,
22700,
315,
3313,
8276,
5220,
311,
1505,
499,
279,
1888,
10824,
315,
3430,
323,
10401,
13,
1472,
2646,
1390,
311,
28235,
832,
369,
279,
1023,
13,
1226,
4097,
1690,
315,
279,
1455,
1664,
22015,
8276,
5220,
304,
279,
3224,
13,
1115,
3727,
2771,
499,
617,
2680,
311,
279,
1888,
73631,
369,
701,
6671,
627,
1688,
6706,
377,
22413,
584,
1440,
264,
2763,
922,
1521,
5220,
13,
1226,
3619,
872,
94436,
11,
1148,
872,
6130,
2532,
374,
1093,
323,
1268,
311,
636,
279,
1888,
7969,
13,
1226,
1456,
323,
2489,
499,
-100
] |
Slim Bouaziz, (16 d'abril de 1971), és un jugador d'escacs tunisià, que té el títol de Gran Mestre des del 1993. És també entrenador FIDE i organitzador de torneigs d'escacs internacionals.
A la llista d'Elo de la FIDE del desembre de 2015, hi tenia un Elo de 2283 punts, cosa que en feia el jugador número 7 (en actiu) de Tunísia. El seu màxim Elo va ser de 2383 punts, a la llista del juliol de 2000.
Resultats destacats en competició
Ha guanyat en dues ocasions el Campionat Àrab en els anys 1986 i 1991.
Participació en olimpíades d'escacs
Bouaziz ha participat, representant Tunísia, en setze Olimpíades d'escacs entre els anys 1966 i 2006 (dos cops com a 1r tauler), amb un resultat de (+60 =97 –49), per un 52,7% de la puntuació. El seu millor resultat el va fer a l'Olimpíada del 1982 en puntuar 9½ de 14 (+5 =9 -0), amb el 67,9% de la puntuació, amb una performance de 2436.
Referències
Enllaços externs
Fitxa de Slim Bouaziz a OlimpBase
Grans Mestres d'escacs
Jugadors d'escacs de la dècada del 1970
Jugadors d'escacs de la dècada del 1980
Jugadors d'escacs de la dècada del 1990
Jugadors d'escacs de la dècada del 2000
Jugadors d'escacs de la dècada del 2010
Jugadors d'escacs africans
Esportistes tunisians
Competidors en les olimpíades d'escacs
Tunisencs | {
"redpajama_set_name": "RedPajamaWikipedia"
} | 1,864 | [
128000,
88308,
31054,
1394,
450,
11,
320,
845,
294,
6,
370,
31660,
409,
220,
4468,
16,
705,
22257,
653,
72776,
294,
6,
3380,
19807,
11716,
13532,
6496,
11,
1744,
47289,
658,
259,
16485,
337,
409,
27622,
386,
73875,
951,
1624,
220,
2550,
18,
13,
29124,
82,
17834,
978,
94921,
5477,
435,
12420,
602,
2942,
11289,
5477,
409,
5801,
818,
14801,
294,
6,
3380,
19807,
2655,
5928,
1147,
382,
32,
1208,
326,
33760,
294,
89048,
385,
409,
1208,
435,
12420,
1624,
951,
23346,
409,
220,
679,
20,
11,
15960,
5899,
689,
653,
100169,
409,
220,
14261,
18,
8474,
2641,
11,
48613,
1744,
665,
1172,
689,
658,
72776,
31311,
220,
22,
320,
268,
1180,
19260,
8,
409,
28556,
24315,
689,
13,
4072,
20607,
100920,
87,
318,
100169,
11412,
1446,
409
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
88308,
31054,
1394,
450,
11,
320,
845,
294,
6,
370,
31660,
409,
220,
4468,
16,
705,
22257,
653,
72776,
294,
6,
3380,
19807,
11716,
13532,
6496,
11,
1744,
47289,
658,
259,
16485,
337,
409,
27622,
386,
73875,
951,
1624,
220,
2550,
18,
13,
29124,
82,
17834,
978,
94921,
5477,
435,
12420,
602,
2942,
11289,
5477,
409,
5801,
818,
14801,
294,
6,
3380,
19807,
2655,
5928,
1147,
382,
32,
1208,
326,
33760,
294,
89048,
385,
409,
1208,
435,
12420,
1624,
951,
23346,
409,
220,
679,
20,
11,
15960,
5899,
689,
653,
100169,
409,
220,
14261,
18,
8474,
2641,
11,
48613,
1744,
665,
1172,
689,
658,
72776,
31311,
220,
22,
320,
268,
1180,
19260,
8,
409,
28556,
24315,
689,
13,
4072,
20607,
100920,
87,
318,
100169,
11412,
1446,
409,
-100
] |
This August will mark five years since my mother lost her 10 month battle with cancer. This disease has changed my family's life, and while I choose to focus mainly on life's positives, I still have my days of sadness when I come to the realization that my mother is not coming home. Losing her has taught me to value the moments I feel genuine joy and happiness, no matter how big or how small they may be. In the last five years I have graduated college, started my career, traveled around the U.S., coached ice hockey teams, and launched my own summer hockey clinic. I attribute my success to my ever supportive father and brother, and to my MeeMaw who's spirit lives on in me.
My mother's tenacious drive has prompted me to give back to the community that treated her illness, my fundraiser goal is to raise $2,000. Please help me in reaching this goal.
Each and every dollar raised stays within the communities that we serve, helping our friends, family members and co-corkers. TeamWalk funds make a difference in the lives of today's cancer patients by paying for medications, nutritional supplements, wigs and prostheses, support groups, skilled nursing visits, transportation, mini-grants, and supportive services to patients of all cancer types. Funds raised enable Lowell General Hospital to provide assistance, support, and services to help people feel better, build confidence and instill hope throughout their battle with cancer. | {
"redpajama_set_name": "RedPajamaC4"
} | 5,137 | [
128000,
2028,
6287,
690,
1906,
4330,
1667,
2533,
856,
6691,
5675,
1077,
220,
605,
2305,
8209,
449,
9572,
13,
1115,
8624,
706,
5614,
856,
3070,
596,
2324,
11,
323,
1418,
358,
5268,
311,
5357,
14918,
389,
2324,
596,
64756,
11,
358,
2103,
617,
856,
2919,
315,
51978,
994,
358,
2586,
311,
279,
49803,
430,
856,
6691,
374,
539,
5108,
2162,
13,
99239,
1077,
706,
15972,
757,
311,
907,
279,
14269,
358,
2733,
22785,
16267,
323,
23871,
11,
912,
5030,
1268,
2466,
477,
1268,
2678,
814,
1253,
387,
13,
763,
279,
1566,
4330,
1667,
358,
617,
33109,
7926,
11,
3940,
856,
7076,
11,
31796,
2212,
279,
549,
815,
2637,
71022,
10054,
28051,
7411,
11,
323,
11887,
856,
1866,
7474,
28051,
28913,
13,
358,
7180,
856,
2450,
311,
856,
3596
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
2028,
6287,
690,
1906,
4330,
1667,
2533,
856,
6691,
5675,
1077,
220,
605,
2305,
8209,
449,
9572,
13,
1115,
8624,
706,
5614,
856,
3070,
596,
2324,
11,
323,
1418,
358,
5268,
311,
5357,
14918,
389,
2324,
596,
64756,
11,
358,
2103,
617,
856,
2919,
315,
51978,
994,
358,
2586,
311,
279,
49803,
430,
856,
6691,
374,
539,
5108,
2162,
13,
99239,
1077,
706,
15972,
757,
311,
907,
279,
14269,
358,
2733,
22785,
16267,
323,
23871,
11,
912,
5030,
1268,
2466,
477,
1268,
2678,
814,
1253,
387,
13,
763,
279,
1566,
4330,
1667,
358,
617,
33109,
7926,
11,
3940,
856,
7076,
11,
31796,
2212,
279,
549,
815,
2637,
71022,
10054,
28051,
7411,
11,
323,
11887,
856,
1866,
7474,
28051,
28913,
13,
358,
7180,
856,
2450,
311,
856,
3596,
-100
] |
Following on from creating point markers along a line in PostGIS this post delves into 4D coordinates, PostGIS functions and rasters in PostGIS.
For the first one, we want to calculate the length along the spheroid, which is easy enough, but we can make it even more accurate by taking into account elevation as the route goes up and down hills.
That point is 15.74km along the marathon route and 7.5m above sea level.
We are going to update the Z (elevation) and M (measure) values of every vertex every time the geometry is edited and saved.
The function is a dynamic trigger function, which means it will run when a trigger is fired and work on any table that has a line geometry.
This trigger runs the update_ZM() function on each record that you add or edit. If you are editing in QGIS, this means as soon as you hit Save. | {
"redpajama_set_name": "RedPajamaC4"
} | 103 | [
128000,
28055,
389,
505,
6968,
1486,
24915,
3235,
264,
1584,
304,
3962,
56389,
420,
1772,
1624,
2396,
1139,
220,
19,
35,
14259,
11,
3962,
56389,
5865,
323,
436,
14533,
304,
3962,
56389,
627,
2520,
279,
1176,
832,
11,
584,
1390,
311,
11294,
279,
3160,
3235,
279,
274,
29182,
590,
11,
902,
374,
4228,
3403,
11,
719,
584,
649,
1304,
433,
1524,
810,
13687,
555,
4737,
1139,
2759,
27255,
439,
279,
6149,
5900,
709,
323,
1523,
35231,
627,
4897,
1486,
374,
220,
868,
13,
5728,
16400,
3235,
279,
45796,
6149,
323,
220,
22,
13,
20,
76,
3485,
9581,
2237,
627,
1687,
527,
2133,
311,
2713,
279,
1901,
320,
68,
44857,
8,
323,
386,
320,
48899,
8,
2819,
315,
1475,
12202,
1475,
892,
279,
17484,
374,
19685,
323,
6924,
627
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
28055,
389,
505,
6968,
1486,
24915,
3235,
264,
1584,
304,
3962,
56389,
420,
1772,
1624,
2396,
1139,
220,
19,
35,
14259,
11,
3962,
56389,
5865,
323,
436,
14533,
304,
3962,
56389,
627,
2520,
279,
1176,
832,
11,
584,
1390,
311,
11294,
279,
3160,
3235,
279,
274,
29182,
590,
11,
902,
374,
4228,
3403,
11,
719,
584,
649,
1304,
433,
1524,
810,
13687,
555,
4737,
1139,
2759,
27255,
439,
279,
6149,
5900,
709,
323,
1523,
35231,
627,
4897,
1486,
374,
220,
868,
13,
5728,
16400,
3235,
279,
45796,
6149,
323,
220,
22,
13,
20,
76,
3485,
9581,
2237,
627,
1687,
527,
2133,
311,
2713,
279,
1901,
320,
68,
44857,
8,
323,
386,
320,
48899,
8,
2819,
315,
1475,
12202,
1475,
892,
279,
17484,
374,
19685,
323,
6924,
627,
-100
] |
scan(){
echo "Running php code sniffer"
phpcs --standard=PSR2 --colors -p $input
}
fix(){
echo "Running php code fixer"
phpcbf --standard=PSR2 --encoding=utf-8 $input
}
help(){
cat<< EOF
Use PHP CodeSniffer scripts to scan PHP code to PSR2 coding standard and fix errors.
Usage:
------
$0 [s|f|h] input(directory/file)
-s
Scan the file/directory for errors.
-f
Auto fix the errors in file/directory.
-h
Show this help
EOF
}
main(){
while getopts 's:f:h' flag; do
case "${flag}" in
s) input=${OPTARG}
scan ;;
f) input=${OPTARG}
fix ;;
h) help ;;
esac
done
}
check_for_empty_input(){
if [ $# -eq 0 ];
then
help
exit 0
fi
}
check_for_empty_input "$@"
main "$@"
exit 0
| {
"redpajama_set_name": "RedPajamaGithub"
} | 9,259 | [
128000,
16810,
3108,
220,
1722,
330,
19527,
25361,
2082,
4224,
14657,
702,
220,
1343,
48413,
1198,
20885,
28,
5119,
49,
17,
1198,
21712,
482,
79,
400,
1379,
198,
633,
5862,
3108,
220,
1722,
330,
19527,
25361,
2082,
5155,
261,
702,
220,
1343,
4080,
13536,
1198,
20885,
28,
5119,
49,
17,
1198,
17600,
23060,
12,
23,
400,
1379,
198,
633,
8823,
3108,
220,
8415,
2501,
30557,
198,
220,
5560,
13420,
6247,
21380,
14657,
20070,
311,
8737,
13420,
2082,
311,
11659,
49,
17,
11058,
5410,
323,
5155,
6103,
627,
220,
25585,
512,
220,
11556,
7233,
220,
400,
15,
510,
82,
91,
69,
92684,
60,
1988,
39708,
24849,
340,
220,
482,
82,
198,
262,
32208,
279,
1052,
3529,
4863,
369,
6103,
627,
220,
482,
69,
198,
262,
9156,
5155,
279,
6103
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
16810,
3108,
220,
1722,
330,
19527,
25361,
2082,
4224,
14657,
702,
220,
1343,
48413,
1198,
20885,
28,
5119,
49,
17,
1198,
21712,
482,
79,
400,
1379,
198,
633,
5862,
3108,
220,
1722,
330,
19527,
25361,
2082,
5155,
261,
702,
220,
1343,
4080,
13536,
1198,
20885,
28,
5119,
49,
17,
1198,
17600,
23060,
12,
23,
400,
1379,
198,
633,
8823,
3108,
220,
8415,
2501,
30557,
198,
220,
5560,
13420,
6247,
21380,
14657,
20070,
311,
8737,
13420,
2082,
311,
11659,
49,
17,
11058,
5410,
323,
5155,
6103,
627,
220,
25585,
512,
220,
11556,
7233,
220,
400,
15,
510,
82,
91,
69,
92684,
60,
1988,
39708,
24849,
340,
220,
482,
82,
198,
262,
32208,
279,
1052,
3529,
4863,
369,
6103,
627,
220,
482,
69,
198,
262,
9156,
5155,
279,
6103,
-100
] |
RIAH Fan Art Contest!
TLCPS – Chapter 8: Fiancée Makes an Appearance
TLCPS – Chapter 2: The Racing god of Mount Akina ...
Deep in the Act
Fake Slackers
Interstellar Power Couple
No Money to Divorce
Reborn into a Hamster for 233 Days
Records of the Dragon Follower
World Hopping: Avenge Our Love
The Complete Guide to the Use and Care of a Personal Assistant
The Long Chase for the President's Spouse
Urban Tales of Demons and Spirits
Rest in a Demon's Embrace
Rest in a Demon's Embrace Art Page
RIAH – Chapter 64: The Misery Continues
Posted by iamfeiii | Jun 27, 2018 | RIAH | 1 |
Translator: iamfeiii
Editor: Rei
Quality Check: Tezuka
First Published on Chaleuria
Chapter Sixty-Four: The Misery Continues
At the beginning of November, Yan Jin boarded the plane towards City H together with a few of his trusted aides.
Before the plane departed, Secretary Fang noticed that Yan Jin was still busy typing on his phone. A sense of crisis that could only be detected by a woman's sixth sense began to arise.
"Chairman Yan, it's best to switch off your mobile device now."
"Alright. I'll switch it off once I'm done with this sentence."
"May I ask what you are doing, Chairman Yan?" Secretary Fang tried to probe, not expecting that she would get a response from Yan Jin.
However, because of Yan Jin's pleasant mood at that moment, the chairman replied to her: "I got my friend to take care of my pet. Fishy can be a little playful, so my friend might have some problems dealing with him."
Secretary Fang rubbed her temples.
How can it be possible for Chairman Yan to keep any pets? I've never heard of that before. It must be that little vixen who enticed Chairman Yan to keep it!
When the plane stabilized later, Secretary Fang released this piece of information to the chat group and instantly caused a wave of people to wail like ghosts and howl like wolves.
By the way, the chat group's name was [24/7 Support Group for Chairman Yan].
"What kind of pet does Chairman Yan keep?"
"It's called Fishy, so it's most likely a cat."
"Seems like I should bring my kitty to work next time."
"Are you mad? The company rule states very clearly that pets are forbidden in the office. You don't want your bonus anymore?"
"If I get to date Chairman Yan, a one-month bonus is nothing."
And that was why on the first day back after Yan Jin had returned to YL when the Autumn Release Conference ended, he discovered a strange phenomenon. It seemed like during the time he was away from the company, there was a trend of employees bringing pets to the office. That caused many employees who were allergic to furs to suffer tremendously. The 'kind and understanding' Chairman Yan called for an emergency meeting, set up a room dedicated to pets, and established one day every month to be 'Pet's Day'. On that specific day, all employees could bring their pets to work on the condition that they must be placed in the pet room so that they would not affect other employees.
In addition, although rules were set by humans, every employee who broke the rule that day for bringing their pets to work had their one-month bonus deducted.
"Fishy, Fish bro, Master Fish." Chu Ge was almost kneeling on the ground as he begged: "Please be magnanimous. Let's take a shower and go eat, okay?"
Xiao Yu shook his head as he stepped on his bag of melon seeds, refusing to budge. He pointed at the words on his iPad:
"I don't want to bathe."
Two days ago, after seeking an opinion from Xiao Yu, Yan Jin told Chu Ge about his hamster's 'real identity'.
At that moment, Chu Ge's brain only had one thought – between him and Yan Jin, someone must visit the psychiatrist.
Then, the doctor saw this master hamster switch on the iPad that had once belonged to him and start tapping away.
At that moment, Chu Ge suddenly recalled something that had happened a very long time ago – he felt that the worst mistake that he had ever done in his life, was probably provoking that seemingly reserved 'good boy' Yan Jin when he was eight years old.
He was then doomed for this tragedy over the next twenty years.
"Squeakk!!" Why are you dazing out!?
Xiao Yu patted Chu Ge's sleeve discontentedly and received the doctor's resentful gaze.
Xiao Yu felt a little speechless.
Really? Didn't he accept my identity a few days ago? Aren't demons and supernatural things really common nowadays?
No imagination at all. Hn.
If Chu Ge had known Xiao Yu's thoughts, he probably would have taken a flight to City H and bawled in front of Yan Jin.
This was not about whether he had imagination or not! He was an atheist!
"Squeakk." Why is there a need to shower when I don't even leave the house?
When that sentence appeared on the iPad, Chu Ge actually agreed with it internally.
In the end, Chu Ge compromised with Xiao Yu on the bathing issue.
After all, aside from bathing, there were many other things to do. Before Yan Jin left, the chairman wrote an eight-page long list of things to note, neatly stating the arrangements for every single day. It was so detailed that it described what the hamster should be doing every twenty minutes. Chu Ge looked at the piled up papers and was deeply suspicious of whether Yan Jin's own working schedule was that packed.
Yan Jin would be away for seven days. The seven days' worth of scheduling took up seven pieces of paper. The last piece of paper only had one sentence – bear your own consequences.
What does he mean by 'bear your own consequences'?
Chu Ge pondered about it for a while and came up with countless possibilities.
For example, he must not reveal the hamster master's identity, otherwise bear his own consequences. Or maybe, take good care of the hamster master, otherwise bear his own consequences. Or perhaps, don't goof off, otherwise bear his own consequences.
This strategy that Yan Jin planned was well-played. An unclear way of threatening was more terrifying than holding a knife to his neck.
Xiao Yu watched Chu Ge daze out again. He decided to ignore the doctor and opened his QQ.
Nannan had finished the final drawing. The results were quite good. Although it could not be compared to the results if Xiao Yu were to draw on his own, from a non-professional perspective, it could be considered a beautiful piece of work.
Nannan deserved the biggest credit this time. No matter how it would turn out in the end, Xiao Yu had to thank him properly.
Speaking of that, when Xiao Yu contacted Nannan yesterday, he mentioned doubling the remuneration for every drawing. However, he was rejected by Nannan.
Nannan's original words were: "Oh Guru, I'm considered one of those people who lurks around the edge of this circle. I do have some knowledge about the market price of a drawing. Five hundred thousand is already more than enough. Plus, the guidance from Guru is what makes this deal priceless. In fact, it's perfectly okay even if you don't give me any money."
That reply was so well-said that it won everyone's hearts and moved Xiao Yu greatly.
And what was the truth?
Nan Wei looked at his childhood sweetheart very awkwardly and asked: "No matter how I reject him, Guru insists that he must pay me. What should I do with this money?"
"Immediately return it to Yan Jin." The childhood sweetheart replied without even lifting his head.
"That wouldn't work for sure." Nan Wei instantly overruled him and came up with his own solution: "Why don't I save up this money and use it as gift money at cousin's wedding?"
"If you dare to give a few hundred thousand as gift money, Yan Jin would surely chase you out on the spot."
"That's not the same. It's not the amount of money that matters." Even when Nan Wei was sneered at, he still felt that his idea was very feasible: "This money is proof of my future sister in-law's silent efforts for cousin. It has special meaning to it."
"…… If that's what you think, then why did you still ask me?"
"Tch. You're such a boring person."
A certain childhood sweetheart scoffed internally. They weren't sure what was going on with Yan Jin's side, but Nan Wei insisted on covering up the truth. He hoped that things would not go wrong afterwards or both sides would suffer.
In a certain sense, the childhood sweetheart was a man who had seen through everything in this incident. It was a pity that after years of being violently bullied by Nan Wei, he would not dare to say anything that opposed Nan Wei's views.
Nan Wei turned to look at the calendar and asked: "Speaking of which, the opening ceremony is starting soon. How's the voting for Ragnarok?"
When he was finally asked about something related to his profession, the childhood sweetheart promptly switched on his computer and showed Nan Wei the statistics that he had arranged: "I've been following it closely during this period. There's no problem at all for the voting and popularity rating. But I accidentally discovered that there was a work that's very similar to your Guru's design. His popularity rating wasn't low either, and it's also from SI…"
"Oh, that's nothing. It's very common to be plagiarized at such open competitions." Nan Wei did not think that such a small matter was a problem at all.
The other man was left with no choice but to swallow his conspiracy theory and continued to discuss the main issue.
"Yan Jin placed your Guru's drawing under the name of an unknown designer. I've investigated a bit and it turns out that this designer isn't even YL's employee. He's probably Yan Jin's friend. The consultant, however, is a senior employee at YL. Yan Jin was indeed thorough."
"As expected of my cousin." Nan Wei praised smoothly even though he wasn't sure where his cousin was being thorough.
As the website was scrolled further down, Nan Wei immediately noticed something important: "Ehh? The organization committee includes the Nan family?"
"I'm puzzled about that as well. There was no news about that previously."
"Haha! Even the Gods are helping me." Nan Wei said excitedly: "With the Nan family involved, it's such a minor thing to get things done under the table. The victory is in the bag."
The childhood sweetheart laughed: "Will the Nan family help Yan Jin?"
There were no permanent friendships in the business world. Moreover, problems had surfaced long ago between the Nan and Yan family's relationship. Now that the Nan family was declining, they were desperate to get Nan Chan to marry Yan Jin.
"That's impossible. It'll be a miracle if the Nan family doesn't create trouble." Even Nan Wei agreed with that: "We can't depend on the Nan family. But it's a different case if it's Nan Chan. Plus, I didn't say I'm helping Yan Jin. Cousin will figure it out on his own with YL's cooperate works. I'm just helping my own friend~"
The other man declined to comment as Nan Wei ignored him and excitedly went to make a call to Nan Chan.
Xiao Yu idled his time away on QQ as he waited for Yan Jin to poke him.
He could not make it to the Autumn Release Conference and he could not watch it live like how he had previously. Hence, he had no choice but to reluctantly wait at home for updates.
There would be updates and videos uploaded after the conference ended, but if he were to wait until then, it would all be too late.
Although he had become a hamster, Xiao Yu still hoped that he could be at the front line during the battle. It turned out that he did have a way to fulfil this far-reaching ambition of his – Fish and Hamster – You Can't Have Both.
Not too long ago, Yan Jin had contacted Xiao Yu through Fish and Hamster – You Can't Have Both. Apart from informing him about the situation with the Ragnarok competition, the chairman also asked about the exhibition product that Xiao Yu had prepared for the conference.
Apparently, after Chairman Yan had seen how Xiao Yu's work had gained popularity among the top few ranks, he was basically convinced that Fish and Hamster – You Can't Have Both's work would pass the voting round for Ragnarok.
In fact, Xiao Yu had received information much earlier than the chairman. Although his work was placed under the name of another person arranged by Yan Jin, the QQ account stated in the registration was his. Two days ago, the staff from the committee had already informed him that he had passed the voting round. They also invited him to be present for the Autumn Release Conference and offered the condition to undertake the costs of the airplane ticket, food and lodging.
Xiao Yu had obviously rejected to attend without any hesitation.
What a joke, is the honor and glory of the great demon meant for you peasants to admire?
In the end, Xiao Yu 'reluctantly' joined a private chat group under the staff's magnificent hospitality. Xiao Yu had been lurking in the chat group for a while. He could see that the chat group was full of amateur designers that had passed the voting round. Among them, there were many who hoped to use this competition to boost their careers.
Perhaps in that group chat, only Xiao Yu would be the salted fish that turned over¹.
When Yan Jin inquired about the exhibition item, Xiao Yu even kept him in suspense about it. Remembering that Yan Jin had not believed in him at all previously made the hamster unwilling to talk about it.
[Hn, it's a secret. You'll find out about it when the time comes.]
For some reason, seeing such a familiar tone made Yan Jin, who was on his way to the airport, suddenly think of his hamster.
I wonder how's Fishy doing. Is Chu Ge really going to be okay dealing with him?
Chairman Yan expressed that he was very worried.
Translation notes:
[1] Salted fish that turned over – to experience a reversal of fortune.
Hey all! I'll be taking a break next week, which means no update till 9th July (Monday)! I'll be settling my real life issues then get back to translation! – iamfeiii
PreviousRIAH – Chapter 63: The Miserable Chu Ge
NextRIAH – Chapter 65: Social Media Weapon
iamfeiii
Hey hey! iamfeiii here! Do check out my work [Reborn into a Hamster for 233 Days]! I can be contacted through Cha's discord, just @ me if you have any questions!
Danmei lovers unite!
We're a team who loves danmei and have licensing agreements with the Chinese publishers who have a large library of them. Come read here for fully legitimate, free danmei!
Covfefe for Our Souls?
Come join us for fluffy chats. Please be mindful that there are all sorts of folks present. So make sure to keep any NSFW/PG-18 chats to their relevant channels. No harming of cinnabuns allowed.
This website uses cookies to ensure the best experiences on Chaleuria. By using our site, you agree to our privacy policies. I AgreePrivacy policy | {
"redpajama_set_name": "RedPajamaCommonCrawl"
} | 2,213 | [
128000,
4403,
31023,
25744,
5277,
47633,
4999,
51,
8724,
5119,
1389,
15957,
220,
23,
25,
435,
1122,
66,
8047,
37970,
459,
61716,
198,
51,
8724,
5119,
1389,
15957,
220,
17,
25,
578,
33382,
10087,
315,
10640,
16762,
2259,
12515,
34564,
304,
279,
3298,
198,
53417,
58344,
388,
198,
3386,
78393,
7572,
66925,
198,
2822,
18099,
311,
8940,
16716,
198,
697,
16381,
1139,
264,
9777,
3751,
369,
220,
12994,
21882,
198,
26962,
315,
279,
16537,
435,
30134,
198,
10343,
473,
7153,
25,
362,
53305,
5751,
10919,
198,
791,
19121,
13002,
311,
279,
5560,
323,
10852,
315,
264,
19758,
22103,
198,
791,
5843,
35674,
369,
279,
4900,
596,
3165,
1559,
198,
94368,
54955,
315,
4829,
2439,
323,
82877,
198,
12698,
304,
264,
33405,
596,
5867,
32337,
198,
12698,
304,
264
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
4403,
31023,
25744,
5277,
47633,
4999,
51,
8724,
5119,
1389,
15957,
220,
23,
25,
435,
1122,
66,
8047,
37970,
459,
61716,
198,
51,
8724,
5119,
1389,
15957,
220,
17,
25,
578,
33382,
10087,
315,
10640,
16762,
2259,
12515,
34564,
304,
279,
3298,
198,
53417,
58344,
388,
198,
3386,
78393,
7572,
66925,
198,
2822,
18099,
311,
8940,
16716,
198,
697,
16381,
1139,
264,
9777,
3751,
369,
220,
12994,
21882,
198,
26962,
315,
279,
16537,
435,
30134,
198,
10343,
473,
7153,
25,
362,
53305,
5751,
10919,
198,
791,
19121,
13002,
311,
279,
5560,
323,
10852,
315,
264,
19758,
22103,
198,
791,
5843,
35674,
369,
279,
4900,
596,
3165,
1559,
198,
94368,
54955,
315,
4829,
2439,
323,
82877,
198,
12698,
304,
264,
33405,
596,
5867,
32337,
198,
12698,
304,
264,
-100
] |
An aspiring flagbearer of the National Democratic Congress (NDC), Dr. Ekwow Spio-Garbrah, has called for the resignation of two top officers of the party.
According to him, the chairman, Samuel Ofosu Ampofo, and the general secretary of the party, Johnson Asiedu Nketia, need to step aside.
This, he explained, is because they have compromised their positions and can therefore not be trusted.
"Obviously, these are people who have already declared support for a candidate, so on the basis of principles, it is fair that they step aside for a fair process," he said.
He went ahead to say that the executives are committing an illegality by deciding on a filing fee without consulting the council of elders.
One of the aspirants, Professor Joshua Alabi, has indicated the he may raise the GHC400,000 demanded by the party.
He revealed that he has been receiving calls from the grassroots in that respect, so he is ready to secure the funds to settle the filing fees. | {
"redpajama_set_name": "RedPajamaC4"
} | 1,631 | [
128000,
2127,
60213,
5292,
96231,
315,
279,
5165,
11650,
8151,
320,
45,
5744,
705,
2999,
13,
469,
29700,
363,
3165,
822,
12279,
277,
14720,
71,
11,
706,
2663,
369,
279,
44734,
315,
1403,
1948,
9808,
315,
279,
4717,
627,
11439,
311,
1461,
11,
279,
21892,
11,
33007,
5046,
111627,
54787,
78,
831,
11,
323,
279,
4689,
19607,
315,
279,
4717,
11,
11605,
1666,
1142,
84,
452,
26554,
689,
11,
1205,
311,
3094,
16038,
627,
2028,
11,
568,
11497,
11,
374,
1606,
814,
617,
44500,
872,
10093,
323,
649,
9093,
539,
387,
22542,
627,
1,
49314,
11,
1521,
527,
1274,
889,
617,
2736,
14610,
1862,
369,
264,
9322,
11,
779,
389,
279,
8197,
315,
16565,
11,
433,
374,
6762,
430,
814,
3094,
16038,
369,
264,
6762,
1920,
1359,
568
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
2127,
60213,
5292,
96231,
315,
279,
5165,
11650,
8151,
320,
45,
5744,
705,
2999,
13,
469,
29700,
363,
3165,
822,
12279,
277,
14720,
71,
11,
706,
2663,
369,
279,
44734,
315,
1403,
1948,
9808,
315,
279,
4717,
627,
11439,
311,
1461,
11,
279,
21892,
11,
33007,
5046,
111627,
54787,
78,
831,
11,
323,
279,
4689,
19607,
315,
279,
4717,
11,
11605,
1666,
1142,
84,
452,
26554,
689,
11,
1205,
311,
3094,
16038,
627,
2028,
11,
568,
11497,
11,
374,
1606,
814,
617,
44500,
872,
10093,
323,
649,
9093,
539,
387,
22542,
627,
1,
49314,
11,
1521,
527,
1274,
889,
617,
2736,
14610,
1862,
369,
264,
9322,
11,
779,
389,
279,
8197,
315,
16565,
11,
433,
374,
6762,
430,
814,
3094,
16038,
369,
264,
6762,
1920,
1359,
568,
-100
] |
It's hard not to feel beautiful in this lovely handmade dress. Make A Gathered Dress when you are first learning how to sew a dress. This pattern is so easy and so fun. The dress style is flirty and it looks good on any body type. Mix and match different fabric colors and patterns to get your favorite look. Simple dress patterns like this one are fun and rewarding; you'll end up with a wardrobe favorite! Whether you just feel feminine one day or need something flattering and simple to wear on a summer date, use free dress patterns for sewing to look divine.
Plus, we've got 29 More Long Dresses for Sewing, Women's Maxi Dresses, Skirts, and More!
This dress pattern is so adorable and feminine. It's not easy to get the gathered pattern on the bodice but you get the hang of it after going through this pattern. The bottom part of this dress is A line so it's perfect for most people. I would wear this to a wedding reception but make sure the colours blend in.
Definitely I love it, still new to sewing but you made me feel like a pro! Thank you.
Yet another totally feminine, pretty dress pattern, thank you! I am going to change the fabric and color choices to ones that appeal more to my tastes but the pattern is detailed and easy to follow so, even though it is rated Intermediate, I think I will be able to do it without any problems.
I love the 1950s shape of this dress. I'd love to make this with simple black and white I think you could wear it with a red lip and really make it pop.
Love your dresses but cannot decide which one,we are spoiled for choice.Thank you.
AHH I need to make this! These are my favorite colors!
I can't get enough of these flared-out dresses! SO cute! | {
"redpajama_set_name": "RedPajamaC4"
} | 4,771 | [
128000,
2181,
596,
2653,
539,
311,
2733,
6366,
304,
420,
17104,
52786,
8679,
13,
7557,
362,
50095,
291,
29318,
994,
499,
527,
1176,
6975,
1268,
311,
23154,
264,
8679,
13,
1115,
5497,
374,
779,
4228,
323,
779,
2523,
13,
578,
8679,
1742,
374,
1344,
16938,
323,
433,
5992,
1695,
389,
904,
2547,
955,
13,
19771,
323,
2489,
2204,
13354,
8146,
323,
12912,
311,
636,
701,
7075,
1427,
13,
9170,
8679,
12912,
1093,
420,
832,
527,
2523,
323,
42093,
26,
499,
3358,
842,
709,
449,
264,
46846,
7075,
0,
13440,
499,
1120,
2733,
46284,
832,
1938,
477,
1205,
2555,
84208,
323,
4382,
311,
10051,
389,
264,
7474,
2457,
11,
1005,
1949,
8679,
12912,
369,
52319,
311,
1427,
30467,
627,
22560,
11,
584,
3077,
2751,
220,
1682,
4497,
5843,
94617
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
2181,
596,
2653,
539,
311,
2733,
6366,
304,
420,
17104,
52786,
8679,
13,
7557,
362,
50095,
291,
29318,
994,
499,
527,
1176,
6975,
1268,
311,
23154,
264,
8679,
13,
1115,
5497,
374,
779,
4228,
323,
779,
2523,
13,
578,
8679,
1742,
374,
1344,
16938,
323,
433,
5992,
1695,
389,
904,
2547,
955,
13,
19771,
323,
2489,
2204,
13354,
8146,
323,
12912,
311,
636,
701,
7075,
1427,
13,
9170,
8679,
12912,
1093,
420,
832,
527,
2523,
323,
42093,
26,
499,
3358,
842,
709,
449,
264,
46846,
7075,
0,
13440,
499,
1120,
2733,
46284,
832,
1938,
477,
1205,
2555,
84208,
323,
4382,
311,
10051,
389,
264,
7474,
2457,
11,
1005,
1949,
8679,
12912,
369,
52319,
311,
1427,
30467,
627,
22560,
11,
584,
3077,
2751,
220,
1682,
4497,
5843,
94617,
-100
] |
Rose was raised on a pig farm for slaughter, but during a flood she was swept away and luckily washed onto shore. A nearby family took her in and raised her as a pet. But when she grew too big planned to send her to slaughter if they couldn't find a home for her. Thanks to Esther's army we were connected and were delighted to have her as our very first piggy. Rose will live a very happy, loved life here with us in Missouri. | {
"redpajama_set_name": "RedPajamaC4"
} | 7,375 | [
128000,
58524,
574,
9408,
389,
264,
24623,
8961,
369,
40856,
11,
719,
2391,
264,
18197,
1364,
574,
41323,
3201,
323,
91145,
38593,
8800,
31284,
13,
362,
14373,
3070,
3952,
1077,
304,
323,
9408,
1077,
439,
264,
6896,
13,
2030,
994,
1364,
14264,
2288,
2466,
13205,
311,
3708,
1077,
311,
40856,
422,
814,
7846,
956,
1505,
264,
2162,
369,
1077,
13,
11361,
311,
84738,
596,
13695,
584,
1051,
8599,
323,
1051,
35072,
311,
617,
1077,
439,
1057,
1633,
1176,
24623,
4680,
13,
16344,
690,
3974,
264,
1633,
6380,
11,
10456,
2324,
1618,
449,
603,
304,
25378,
13,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
] | [
58524,
574,
9408,
389,
264,
24623,
8961,
369,
40856,
11,
719,
2391,
264,
18197,
1364,
574,
41323,
3201,
323,
91145,
38593,
8800,
31284,
13,
362,
14373,
3070,
3952,
1077,
304,
323,
9408,
1077,
439,
264,
6896,
13,
2030,
994,
1364,
14264,
2288,
2466,
13205,
311,
3708,
1077,
311,
40856,
422,
814,
7846,
956,
1505,
264,
2162,
369,
1077,
13,
11361,
311,
84738,
596,
13695,
584,
1051,
8599,
323,
1051,
35072,
311,
617,
1077,
439,
1057,
1633,
1176,
24623,
4680,
13,
16344,
690,
3974,
264,
1633,
6380,
11,
10456,
2324,
1618,
449,
603,
304,
25378,
13,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100
] |
In completing the Latino Board Leadership Academy you committed to learning on how to effectively volunteer your time in leadership roles as board members of nonprofits in the Silicon Valley.
Determine the type of organization that interests you.
Does the mission area interest you? Are you interested in a local or national organization?
What groups do you currently give money or volunteer for?
Mix and mingle with organizations.
To meet new nonprofits utilize resources such as the Nonprofit Board Match Night and LBLA Mixers that the Hispanic Foundation of Silicon Valley offers.
In addition, utilize websites, such as, GuideStar and Center for Excellence in Nonprofits to locate nonprofits in your interest area.
Identify and reach out to either a board member or chief executive officer of the nonprofit.
I am interested in learning about [nonprofit name] and the possibility of serving on the [nonprofit name] board of directors.
I would love to set up a [meeting/phone] call to learn more.
Visit their headquarters, search their website, gather as much information as you can about what the nonprofit does.
Ask questions regarding the responsibility of actively making decisions on behalf of the organization. Learn about the loyalty and desire of the other nonprofit board members. Ask what at this moment does the nonprofit board desire in a new nonprofit board member.
Make sure that you understand the expectations the organization places on its board members. What are the fundraising and personal contribution responsibilities? What is the meeting attendance policy? How many committee assignments are you expected to accept?
2. Prepare to answer questions.
Recruitment is a two-way street. Effective boards are composed of various skills, talents, and perspectives and they often rely on their profile as a tool for recruitment. Boards can create their own profile matrix, which allows them to determine their present composition and evaluate their future needs.
Reach back out by email the next morning and the following week. This showcases genuine interest and enthusiasm for the position. | {
"redpajama_set_name": "RedPajamaC4"
} | 1,512 | [
128000,
644,
27666,
279,
44862,
8925,
37263,
16192,
499,
11411,
311,
6975,
389,
1268,
311,
13750,
26202,
701,
892,
304,
11692,
13073,
439,
4580,
3697,
315,
93360,
304,
279,
38250,
13345,
627,
35,
25296,
279,
955,
315,
7471,
430,
12034,
499,
627,
22186,
279,
9131,
3158,
2802,
499,
30,
8886,
499,
8173,
304,
264,
2254,
477,
5426,
7471,
5380,
3923,
5315,
656,
499,
5131,
3041,
3300,
477,
26202,
369,
5380,
59183,
323,
91125,
449,
11351,
627,
1271,
3449,
502,
93360,
29166,
5070,
1778,
439,
279,
11842,
26466,
8925,
14484,
13120,
323,
445,
9574,
32,
19771,
388,
430,
279,
41985,
5114,
315,
38250,
13345,
6209,
627,
644,
5369,
11,
29166,
13335,
11,
1778,
439,
11,
13002,
12988,
323,
5955,
369,
58240,
304,
11842,
77601,
311,
25539,
93360,
304,
701
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
644,
27666,
279,
44862,
8925,
37263,
16192,
499,
11411,
311,
6975,
389,
1268,
311,
13750,
26202,
701,
892,
304,
11692,
13073,
439,
4580,
3697,
315,
93360,
304,
279,
38250,
13345,
627,
35,
25296,
279,
955,
315,
7471,
430,
12034,
499,
627,
22186,
279,
9131,
3158,
2802,
499,
30,
8886,
499,
8173,
304,
264,
2254,
477,
5426,
7471,
5380,
3923,
5315,
656,
499,
5131,
3041,
3300,
477,
26202,
369,
5380,
59183,
323,
91125,
449,
11351,
627,
1271,
3449,
502,
93360,
29166,
5070,
1778,
439,
279,
11842,
26466,
8925,
14484,
13120,
323,
445,
9574,
32,
19771,
388,
430,
279,
41985,
5114,
315,
38250,
13345,
6209,
627,
644,
5369,
11,
29166,
13335,
11,
1778,
439,
11,
13002,
12988,
323,
5955,
369,
58240,
304,
11842,
77601,
311,
25539,
93360,
304,
701,
-100
] |
Q: Row replacement operation not changing the determinant Can someone prove why a row replacement operation does not change the determinant of a matrix?
**row replacement operation being adding one row to another or something of that sort
A: If you have a matrix $\mathrm A \in \mathbb{R}^{n \times n}$ and you replace its $i$-th row by a linear combination of the $n$ rows of $\mathrm A$, this corresponds to left-multiplying $\mathrm A$ by
$$\mathrm E := \mathrm I_n - \mathrm{e}_i \mathrm{e}_i^T + \mathrm{e}_i \mathrm{c}^T = \mathrm I_n + \mathrm{e}_i (\mathrm{c} - \mathrm{e}_i)^T$$
where $\mathrm{e}_i$ is a vector with $n-1$ zeros and with a one on the $i$-th entry, and the entries of $\mathrm{c}$ are the coefficients of the linear combination. Thus, the determinant of the new matrix is
$$\det (\mathrm E \mathrm A) = \det(\mathrm E) \cdot \det (\mathrm A)$$
Using Weinstein-Aronszajn determinant identity,
$$\det (\mathrm E) = \det (\mathrm I_n + \mathrm{e}_i (\mathrm{c} - \mathrm{e}_i)^T) = \det (1 + (\mathrm{c} - \mathrm{e}_i)^T \mathrm{e}_i) = 1 + (c_i - 1) = c_i$$
Hence, replacing a row by a linear combination of rows does change the determinant if the coefficient that multiplies the row being replaced is not $1$. For example, replacing a row by the same row multiplied by $2$ then doubles the determinant.
A: One way to think about it, using the property: $\det(AB)=\det(A)\det(B)$:
Adding a multiple of one row to another is equivalent to left multiplication by an elementary matrix.
Let $B$ be some $n\times n$ matrix, $A$ be an $n\times n$ elementary matrix which acts as an operator which adds $k$ copies of row $i$ to row $j$. So applying that same row operation to $B$ will result in the matrix $AB$. Then without a loss of generality, $A$ has the form:
$$\begin{bmatrix}1 & & & & & \\ & \ddots & & & & & \\ & & 1 & & & & \\ & & & \ddots & & & \\ & & k & & 1 & & \\ & & & & & \ddots & \\ & & & & & & 1\end{bmatrix}$$
where $a_{ji}=k$.
The determinant of a triangular matrix is the product of the diagonal. $A$ has a unit diagonal, so $\det(A)=1$.
Therefore, $$\det(AB)=\det(A)\det(B)=1\det(B)=\det(B).$$
A: Short explanation: It is true that if all the elements of a row are linear combinations of (two) other rows, then the determinant of that matrix is equal to a linear combination of (two) determinants. Even better, that works for a linear combination of any number of rows!
Because of this, it is also true that the common factor of a row of a determinant can be factored out of the determinant, which implies that if a row consists entirely of zeros, we factor the zero out, meaning that the determinant becomes zero.
*
*At last, let's take a row, multiply it by a certain number $\beta$ and add it to another row; we can see that the resulting row is a linear combination of (two) rows!
*Being so, the determinant is a linear combination of (two) determinants: the determinant of the first row we took, and the determinant of the second row we took multiplied by $\beta$.
*Note that we made the operation on our first row (the second one still remains unchanged), so there are two rows in the second determinant with the same elements (there are two identical rows).
*So we can make another operation on the second determinant (subtract those two identical rows) and make one of them zero, so it becomes zero. Then, even after the linear combination operation that we did, the determinant is still the same!
Long explanation:
THEOREM (Linear Property of Determinants). If all the elements of the jth colum of a determinant D are "linear combinations" of two columns of numbers, that is, if $$a_{ij} = \lambda b_i + \mu c_i$$ $(i=1,2,...,n)$, where $\lambda$ and $\mu$ are fixed numbers, then D is equal to a linear combination of two determinants: $$D = \lambda D_1+\mu D_2.$$ Here both determinants $D_1$ and $D_2$ have the same columns as the determinant D, except for the jth column; the jth column of $D_1$ consists of the numbers $b_i$, while the jth column of $D_2$ consists of the numbers $c_i$.
Proof: Use the definition of the determinant as the "algebraic sum of the $n!$ products of the form $a_{\alpha_1 1}a_{\alpha_2 2}...a_{\alpha_n n}$(*), each preceded by the sign determined by its inversions". Substitute the term $a_{\alpha_j j}$ for $(\lambda b_{\alpha_1} + \mu c_{\alpha_j})$ and use the distributive property.
Note: This linear property can easily be extended to the case where EVERY element of the jth column is a linear combination not of two terms but of any other numbers of terms. Then, if $a_{ij} = \lambda b_i + \mu c_i + ... + \tau f_i$, then $D_j(a_{ij} = D_j(\lambda b_i + \mu c_i + ... + \tau f_i) = \lambda D_j (b_i) + \mu D_j (c_i) +...+ \tau D_j (f_i)$
(*): any product of n elements which appear in different rows and different columns of the square matrix (a product containing just one element from each row and just one element from each column).
COROLLARY #1. Any common factor of a column of a determinant can be factored out of the determinant.
Proof: If $a_{ij} = \lambda b_i$, then $D_j(a_{ij}) = D_j(\lambda b_i) = \lambda D_j(b_i)$.
COROLLARY #2. If a column of a determinant consists entirely of zeros, then the determinant vanishes.
Proof:Since 0 is a common factor of the elements of one of the columns, we can factor it out of the determinant, obtaining $$D_j(0) = D_j(0.1) = 0.D_j(1) = 0.$$
THEOREM. The value of a determinant is not changed by adding the elements of one column multiplied by an arbitrary number to the corresponding elements of another column.
Proof:Suppose we add the kth column multiplied by the number $\lambda$ to the jth column $(k \neq j)$. The jth column of the resulting determinant consists of elements of the form $a_{ij} + \lambda a_{ik}$. By $D = \lambda D_1 + \mu D_2$, we have $$D_j (a_{ij} + \lambda a_{ik}) = D_j (a_{ij}) + \lambda D_j(a_{ik}).$$ The jth column of the second determinant consists of the elements a_{ik}, and hence is identical with the kth column. It follows from corollary #2 that $D_j(a_{ik} = 0$, so that $$D_j (a_{ij} + \lambda a_{ik}) = D_j (a_{ij}).$$
Because of the invariance of determinants under transposition, all these properties are valid for rows as well.
In the sense of the last theorem here stated, if you take a row, multiply it by zero and add another row to it, and do the same thing for that column you just added, you are, in essence, replacing two rows. Being so, the determinant leaves unchanged. If by row replacement operation you mean "adding one row to another or something of that sort", then the last theorem stated proves it.
Note: The theorems, corollaries and proofs were taken from the first chapter of the book "Linear Algebra", by Georgi E. Shilov (an intermediate proof-based book on multilinear algebra). http://www.amazon.com/Linear-Algebra-Dover-Books-Mathematics/dp/048663518X/ref=sr_1_sc_1?ie=UTF8&qid=1464396655&sr=8-1-spell&keywords=linear+algebra+shilob
| {
"redpajama_set_name": "RedPajamaStackExchange"
} | 9,381 | [
128000,
48,
25,
11035,
14039,
5784,
539,
10223,
279,
88060,
3053,
4423,
12391,
3249,
264,
2872,
14039,
5784,
1587,
539,
2349,
279,
88060,
315,
264,
6303,
5380,
334,
654,
14039,
5784,
1694,
7999,
832,
2872,
311,
2500,
477,
2555,
315,
430,
3460,
271,
32,
25,
1442,
499,
617,
264,
6303,
59060,
92650,
362,
1144,
258,
1144,
10590,
6194,
90,
49,
92,
48922,
77,
1144,
15487,
308,
32816,
323,
499,
8454,
1202,
400,
72,
3,
12,
339,
2872,
555,
264,
13790,
10824,
315,
279,
400,
77,
3,
7123,
315,
59060,
92650,
362,
55976,
420,
34310,
311,
2163,
1474,
10046,
6852,
59060,
92650,
362,
3,
555,
198,
14415,
59,
92650,
469,
1703,
1144,
92650,
358,
1107,
482,
1144,
92650,
90,
68,
20009,
72,
1144,
92650,
90,
68,
20009,
72,
61
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
48,
25,
11035,
14039,
5784,
539,
10223,
279,
88060,
3053,
4423,
12391,
3249,
264,
2872,
14039,
5784,
1587,
539,
2349,
279,
88060,
315,
264,
6303,
5380,
334,
654,
14039,
5784,
1694,
7999,
832,
2872,
311,
2500,
477,
2555,
315,
430,
3460,
271,
32,
25,
1442,
499,
617,
264,
6303,
59060,
92650,
362,
1144,
258,
1144,
10590,
6194,
90,
49,
92,
48922,
77,
1144,
15487,
308,
32816,
323,
499,
8454,
1202,
400,
72,
3,
12,
339,
2872,
555,
264,
13790,
10824,
315,
279,
400,
77,
3,
7123,
315,
59060,
92650,
362,
55976,
420,
34310,
311,
2163,
1474,
10046,
6852,
59060,
92650,
362,
3,
555,
198,
14415,
59,
92650,
469,
1703,
1144,
92650,
358,
1107,
482,
1144,
92650,
90,
68,
20009,
72,
1144,
92650,
90,
68,
20009,
72,
61,
-100
] |
When you hear about "chemistry" what do you think? Do you only think of chemistry as the affinity of two people together? Or maybe you understand it is the "study of matter and the how and why substances combine or separate." Some folks see chemistry as a necessity to create great food.
Food? Chemistry? What? Think about it…bread rises because of the reaction between leavening agents, cheese is made from proteins being broke down in milk by rennet and your burger tastes better due to the Maillard Reaction.
Maillard Tavern is a straightforward burger restaurant that shows how knowing the science behind the building blocks of a burger is more than knowing how to make a patty of meat…it is understanding that cooking is a measure of scientific precision and creativity.
The burgers have 2 4-ounce double patties (griddled to perfection), toasted potato buns and served with duck fat Norwis fries. With 8 options to choose from, there is enough diversity in options to please everyone at your table (including a vegetarian one called the Grassfed Burger).
I tried the eponymous burger, The Maillard with Crispy Onions, Bacon & Onion Jam, Cheddar, Pickles and Dijon mayo. (I loved that my burger didn't slide apart upon my first bite.) Other choices include A BLT burger, Pork & Beef, Classic, The Grand (bleu cheese, bbq sauce, onions) and El Jefe (Pickled Jalapeno, Chipotle mayo, Fried egg, Pepper Jack Cheese, Cilantro).
If you want a little extra luxury to your burger you have to try the City Slicker because with the beef patties it has a generous portion (1.5 ounces) of Foie Gras, Swiss Cheese, Black truffle pesto, Caramelized Onion, Foie gras mayo and Crispy Prosciutto!!!!
A little fun fact on the potato used for the French fries. The Norwis potato is the brainchild of the Frito Lays Company. They are more oblong and fleshier than your average spud. And besides having a really great intense "potato-y" flavor…they absorb less oil when fried producing a crisper almost greaseless fry. | {
"redpajama_set_name": "RedPajamaC4"
} | 5,688 | [
128000,
4599,
499,
6865,
922,
330,
52755,
1,
1148,
656,
499,
1781,
30,
3234,
499,
1193,
1781,
315,
30903,
439,
279,
51552,
315,
1403,
1274,
3871,
30,
2582,
7344,
499,
3619,
433,
374,
279,
330,
56065,
315,
5030,
323,
279,
1268,
323,
3249,
33155,
16343,
477,
8821,
1210,
4427,
15687,
1518,
30903,
439,
264,
32961,
311,
1893,
2294,
3691,
627,
27844,
30,
42846,
30,
3639,
30,
21834,
922,
433,
1981,
48616,
38268,
1606,
315,
279,
13010,
1990,
514,
5389,
287,
13307,
11,
17604,
374,
1903,
505,
28896,
1694,
14760,
1523,
304,
14403,
555,
5790,
4816,
323,
701,
45723,
36263,
2731,
4245,
311,
279,
11583,
67359,
67941,
627,
30635,
67359,
81400,
374,
264,
31439,
45723,
10960,
430,
5039,
1268,
14392,
279,
8198,
4920,
279,
4857,
10215,
315,
264,
45723
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
4599,
499,
6865,
922,
330,
52755,
1,
1148,
656,
499,
1781,
30,
3234,
499,
1193,
1781,
315,
30903,
439,
279,
51552,
315,
1403,
1274,
3871,
30,
2582,
7344,
499,
3619,
433,
374,
279,
330,
56065,
315,
5030,
323,
279,
1268,
323,
3249,
33155,
16343,
477,
8821,
1210,
4427,
15687,
1518,
30903,
439,
264,
32961,
311,
1893,
2294,
3691,
627,
27844,
30,
42846,
30,
3639,
30,
21834,
922,
433,
1981,
48616,
38268,
1606,
315,
279,
13010,
1990,
514,
5389,
287,
13307,
11,
17604,
374,
1903,
505,
28896,
1694,
14760,
1523,
304,
14403,
555,
5790,
4816,
323,
701,
45723,
36263,
2731,
4245,
311,
279,
11583,
67359,
67941,
627,
30635,
67359,
81400,
374,
264,
31439,
45723,
10960,
430,
5039,
1268,
14392,
279,
8198,
4920,
279,
4857,
10215,
315,
264,
45723,
-100
] |
You may return most new, unopened or unused items within 30 days of delivery. The buyer pays the return shipping costs and there is a 15 percent restocking fee due to the custom made nature of our products. Most items are made to order. We do not use return authorization numbers. Please include your packing slip and/or an explanatory note if desired.
Please note that we do not accept returns for custom orders that are placed over the phone. Custom orders are orders that are made specifically for you to your specifications. We love to make custom orders for you to meet your needs, but they are made for you and only for you.
Please send your unused return within 30 days of receipt via FedEx or UPS to: Dean Flooring Company, 3056 N. Dug Gap Rd. SW, Dalton, GA 30720. Thanks.
All orders are shipped via UPS, or the USPS. If you need your order in a hurry or by a certain date, we offer expedited shipping services if you call us at 1-800-616-8808 or 706-529-8808. We will do our best to accommodate your needs. Transit time for most standard shipments is 1-4 days. Most orders typically leave our warehouse within 1-10 business days from the date of purchase, however, custom phone orders may take a few extra days to process. Please keep in mind that most items are custom made to order in the USA at the time of your purchase.
Standard shipping is free to the contiguous 48 states. Exceptions to that rule include orders of less than $50.00 or for custom quantities that are for less than the listed sets. Please keep in mind that extra shipping fees may apply for shipments to Alaska and Hawaii or for international shipments and that shipping rates are also weight and size based. For international shipments, the buyer is responsible for paying any customs, duties, local taxes, or additional carrier fees upon delivery. | {
"redpajama_set_name": "RedPajamaC4"
} | 4,110 | [
128000,
2675,
1253,
471,
1455,
502,
11,
653,
57228,
477,
20604,
3673,
2949,
220,
966,
2919,
315,
9889,
13,
578,
26171,
21935,
279,
471,
11862,
7194,
323,
1070,
374,
264,
220,
868,
3346,
2800,
71191,
11307,
4245,
311,
279,
2587,
1903,
7138,
315,
1057,
3956,
13,
7648,
3673,
527,
1903,
311,
2015,
13,
1226,
656,
539,
1005,
471,
24645,
5219,
13,
5321,
2997,
701,
36813,
21818,
323,
5255,
459,
93566,
5296,
422,
12974,
627,
5618,
5296,
430,
584,
656,
539,
4287,
4780,
369,
2587,
10373,
430,
527,
9277,
927,
279,
4641,
13,
8572,
10373,
527,
10373,
430,
527,
1903,
11951,
369,
499,
311,
701,
29803,
13,
1226,
3021,
311,
1304,
2587,
10373,
369,
499,
311,
3449,
701,
3966,
11,
719,
814,
527,
1903,
369,
499,
323,
1193,
369
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
2675,
1253,
471,
1455,
502,
11,
653,
57228,
477,
20604,
3673,
2949,
220,
966,
2919,
315,
9889,
13,
578,
26171,
21935,
279,
471,
11862,
7194,
323,
1070,
374,
264,
220,
868,
3346,
2800,
71191,
11307,
4245,
311,
279,
2587,
1903,
7138,
315,
1057,
3956,
13,
7648,
3673,
527,
1903,
311,
2015,
13,
1226,
656,
539,
1005,
471,
24645,
5219,
13,
5321,
2997,
701,
36813,
21818,
323,
5255,
459,
93566,
5296,
422,
12974,
627,
5618,
5296,
430,
584,
656,
539,
4287,
4780,
369,
2587,
10373,
430,
527,
9277,
927,
279,
4641,
13,
8572,
10373,
527,
10373,
430,
527,
1903,
11951,
369,
499,
311,
701,
29803,
13,
1226,
3021,
311,
1304,
2587,
10373,
369,
499,
311,
3449,
701,
3966,
11,
719,
814,
527,
1903,
369,
499,
323,
1193,
369,
-100
] |
Q: Strong password suggestion is not working in xcode simulator with textContentType="newPasword" I am trying to add the strong password suggestion is my test react-native app but I do not see it working with textContentType=newPassword" in IOS simulator. Please help, thanks in Advance.
| {
"redpajama_set_name": "RedPajamaStackExchange"
} | 3,465 | [
128000,
48,
25,
27191,
3636,
24710,
374,
539,
3318,
304,
865,
1889,
42991,
449,
1495,
30604,
429,
943,
72011,
1178,
1,
358,
1097,
4560,
311,
923,
279,
3831,
3636,
24710,
374,
856,
1296,
14085,
15971,
917,
719,
358,
656,
539,
1518,
433,
3318,
449,
1495,
30604,
8507,
4981,
1,
304,
65180,
42991,
13,
5321,
1520,
11,
9523,
304,
47396,
627,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
] | [
48,
25,
27191,
3636,
24710,
374,
539,
3318,
304,
865,
1889,
42991,
449,
1495,
30604,
429,
943,
72011,
1178,
1,
358,
1097,
4560,
311,
923,
279,
3831,
3636,
24710,
374,
856,
1296,
14085,
15971,
917,
719,
358,
656,
539,
1518,
433,
3318,
449,
1495,
30604,
8507,
4981,
1,
304,
65180,
42991,
13,
5321,
1520,
11,
9523,
304,
47396,
627,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100
] |
E-Z Precalculus
Part of Barron's Easy Way
By Peter Eisen
Second Edition Trade Paperback
LIST PRICE £9.99
An experienced math teacher breaks down precalculus into a series of easy-to-follow lessons designed for self-teaching and rapid learning. The book features a generous number of step-by-step demonstration examples as well as numerous tables, graphs, and graphing-calculator-based approached. Major topics covered include: algebraic methods; functions and their graphs; complex numbers; polynomial and rational functions; exponential and logarithmic functions; trigonometry and polar coordinates; counting and probability; binomial theorem; calculus preview; and much more. Exercises at the end of each chapter reinforce key concepts while helping students monitor their progress.
Barron's continues its ongoing project of improving, updating, and giving contemporary new designs to its popular Easy Way books, now re-named Barron's E-Z Series. The new cover designs reflect the books' brand-new page layouts, which feature extensive two-color treatment, a fresh, modern typeface, and many more graphics. In addition to charts, graphs, and diagrams, the graphic features include instructive line illustrations, and where appropriate, amusing cartoons. Barron's E-Z books are self-teaching manuals designed to improve students' grades in many academic and practical subjects. In most cases, the skill level ranges between senior high school and college-101 standards. In addition to their self-teaching value, these books are also widely used as textbooks or textbook supplements in classroom settings. E-Z books review their subjects in detail and feature short quizzes and longer tests to help students gauge their learning progress. All exercises and tests come with answers. Subject heads and key phrases are set in a second color as an easy reference aid.
Peter Eisen
Publisher: Barrons Educational Series (June 1, 2010)
Book Cover Image (jpg): E-Z Precalculus
Second Edition Trade Paperback 9780764144653
Get our latest book recommendations, author news, competitions, offers, and other information right to your inbox.
More books from this author: Peter Eisen
More books in this series: Barron's Easy Way | {
"redpajama_set_name": "RedPajamaCommonCrawl"
} | 5,970 | [
128000,
36,
11419,
42770,
278,
42449,
198,
5920,
315,
32817,
263,
596,
19122,
12424,
198,
1383,
11291,
55593,
198,
16041,
14398,
17657,
70232,
198,
23699,
60152,
7083,
24,
13,
1484,
198,
2127,
10534,
7033,
11326,
18808,
1523,
864,
5531,
42449,
1139,
264,
4101,
315,
4228,
4791,
93685,
18872,
6319,
369,
659,
49893,
12092,
323,
11295,
6975,
13,
578,
2363,
4519,
264,
28771,
1396,
315,
3094,
14656,
30308,
30816,
10507,
439,
1664,
439,
12387,
12920,
11,
40099,
11,
323,
4876,
287,
49236,
20623,
6108,
25735,
13,
17559,
13650,
9960,
2997,
25,
47976,
292,
5528,
26,
5865,
323,
872,
40099,
26,
6485,
5219,
26,
48411,
323,
25442,
5865,
26,
59855,
323,
91036,
21914,
5865,
26,
54033,
263,
7133,
323,
25685,
14259,
26,
26060,
323,
19463,
26,
9736,
21524,
58917,
26
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
36,
11419,
42770,
278,
42449,
198,
5920,
315,
32817,
263,
596,
19122,
12424,
198,
1383,
11291,
55593,
198,
16041,
14398,
17657,
70232,
198,
23699,
60152,
7083,
24,
13,
1484,
198,
2127,
10534,
7033,
11326,
18808,
1523,
864,
5531,
42449,
1139,
264,
4101,
315,
4228,
4791,
93685,
18872,
6319,
369,
659,
49893,
12092,
323,
11295,
6975,
13,
578,
2363,
4519,
264,
28771,
1396,
315,
3094,
14656,
30308,
30816,
10507,
439,
1664,
439,
12387,
12920,
11,
40099,
11,
323,
4876,
287,
49236,
20623,
6108,
25735,
13,
17559,
13650,
9960,
2997,
25,
47976,
292,
5528,
26,
5865,
323,
872,
40099,
26,
6485,
5219,
26,
48411,
323,
25442,
5865,
26,
59855,
323,
91036,
21914,
5865,
26,
54033,
263,
7133,
323,
25685,
14259,
26,
26060,
323,
19463,
26,
9736,
21524,
58917,
26,
-100
] |
Dr. Thompson has spent over 20 years in education and earned a B.S. in Communication Sciences & Disorders, a M.A. in Learning Disabilities and a Ph.D. in Communication Sciences and Disorders from Northwestern University. She is also a certified Learning Behavior Specialist.
Dr. Thompson brings extensive experience in special education to Science & Arts Academy. She began her career as a reading specialist and program director at Betty Shabazz International Charter School Network in Chicago, eventually becoming the Director of Academic Supports, leading the Special Education and Support Services department for the multi-campus network for 10 years.
During her career she has set special education policy and procedures and provided professional development on topics including special education, differentiating instruction for diverse learners, and reading development and instruction. She has also worked to coordinate services for students with a variety of disabilities through IEP development and implementation.
Dr. Thompson has also spent more than 15 years in private practice for educational therapy and assessment. She has diagnostic experience as well, partnering on psycho-educational evaluations used in the determination of various disabilities.
Outside of SAA, Dr. Thompson loves spending time with her sons and balances her creative side; whether though baking and decorating cakes or doing creative projects, with a hearty competitive spirit for board games and outdoor fun. Most recently, she served as an extremely qualified coach for her son's soccer team as an alumna of Northwestern's Women's Soccer Team! | {
"redpajama_set_name": "RedPajamaC4"
} | 8,693 | [
128000,
9023,
13,
26224,
706,
7543,
927,
220,
508,
1667,
304,
6873,
323,
15662,
264,
426,
815,
13,
304,
31966,
23199,
612,
73133,
11,
264,
386,
885,
13,
304,
21579,
98549,
323,
264,
2405,
920,
13,
304,
31966,
23199,
323,
73133,
505,
67363,
3907,
13,
3005,
374,
1101,
264,
23759,
21579,
27773,
40420,
627,
9023,
13,
26224,
12716,
16781,
3217,
304,
3361,
6873,
311,
10170,
612,
17979,
16192,
13,
3005,
6137,
1077,
7076,
439,
264,
5403,
24687,
323,
2068,
7690,
520,
56111,
1443,
370,
10002,
7327,
49705,
6150,
8304,
304,
10780,
11,
9778,
10671,
279,
10783,
315,
42170,
67546,
11,
6522,
279,
9984,
11930,
323,
9365,
8471,
9476,
369,
279,
7447,
94419,
4009,
369,
220,
605,
1667,
627,
16397,
1077,
7076,
1364,
706,
743,
3361,
6873,
4947,
323
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
9023,
13,
26224,
706,
7543,
927,
220,
508,
1667,
304,
6873,
323,
15662,
264,
426,
815,
13,
304,
31966,
23199,
612,
73133,
11,
264,
386,
885,
13,
304,
21579,
98549,
323,
264,
2405,
920,
13,
304,
31966,
23199,
323,
73133,
505,
67363,
3907,
13,
3005,
374,
1101,
264,
23759,
21579,
27773,
40420,
627,
9023,
13,
26224,
12716,
16781,
3217,
304,
3361,
6873,
311,
10170,
612,
17979,
16192,
13,
3005,
6137,
1077,
7076,
439,
264,
5403,
24687,
323,
2068,
7690,
520,
56111,
1443,
370,
10002,
7327,
49705,
6150,
8304,
304,
10780,
11,
9778,
10671,
279,
10783,
315,
42170,
67546,
11,
6522,
279,
9984,
11930,
323,
9365,
8471,
9476,
369,
279,
7447,
94419,
4009,
369,
220,
605,
1667,
627,
16397,
1077,
7076,
1364,
706,
743,
3361,
6873,
4947,
323,
-100
] |
Q: Adding a new entry in dictionary reverts values of previously entered entries' attributes I'm having this issue where adding a new entry with a new key in a dictionary will revert the value of a previously changed attribute.
import list_territories as territories
class XmlGeneratorApp:
def __init__(self, parent=None):
self.territory_count = 1
def add_territories(self):
self.territory_count += 1
self.new_entry_name = str("territory%d" % self.territory_count)
self.new_entry = territories.Territories
territories.terr_dict[self.new_entry_name] = self.new_entry
def set_product_price_hd_check_2_false(self, territory_number):
self.territory_number = territory_number
territories.terr_dict["territory2"].product_price_hd_checks = False
Here's list_territories :
terr_dict = {}
class Territories(object):
def __init__(self,product_price_hd_checks):
self.product_price_hd_checks = product_price_hd_checks
If I call set_product_price_hd_check_2_false to set "territory2" it as False, then call add_territories, it will reset the value of the attribute terr_dict["territory2"].product_price_hd_checks to True. Same thing if I call add_territories to create multiple other instances (territory3,territory4,territory5,etc).
It only happens when adding a new entry to my dictionary.
Am I missing something? Is it a known issue that adding a new entry in a dictionary resets the values to init?
| {
"redpajama_set_name": "RedPajamaStackExchange"
} | 4,808 | [
128000,
48,
25,
31470,
264,
502,
4441,
304,
11240,
312,
29263,
2819,
315,
8767,
10862,
10925,
6,
8365,
358,
2846,
3515,
420,
4360,
1405,
7999,
264,
502,
4441,
449,
264,
502,
1401,
304,
264,
11240,
690,
42228,
279,
907,
315,
264,
8767,
5614,
7180,
627,
475,
1160,
73593,
1018,
2490,
439,
39543,
271,
1058,
19752,
12846,
2213,
512,
262,
711,
1328,
2381,
3889,
726,
11,
2748,
5980,
1680,
1084,
286,
659,
13,
96315,
683,
3259,
284,
220,
16,
271,
262,
711,
923,
73593,
1018,
2490,
1214,
997,
286,
659,
13,
96315,
683,
3259,
1447,
220,
16,
198,
286,
659,
4721,
9255,
1292,
284,
610,
446,
96315,
683,
15185,
1,
1034,
659,
13,
96315,
683,
3259,
340,
286,
659,
4721,
9255,
284,
39543,
844,
618,
13733,
198,
286,
39543
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
48,
25,
31470,
264,
502,
4441,
304,
11240,
312,
29263,
2819,
315,
8767,
10862,
10925,
6,
8365,
358,
2846,
3515,
420,
4360,
1405,
7999,
264,
502,
4441,
449,
264,
502,
1401,
304,
264,
11240,
690,
42228,
279,
907,
315,
264,
8767,
5614,
7180,
627,
475,
1160,
73593,
1018,
2490,
439,
39543,
271,
1058,
19752,
12846,
2213,
512,
262,
711,
1328,
2381,
3889,
726,
11,
2748,
5980,
1680,
1084,
286,
659,
13,
96315,
683,
3259,
284,
220,
16,
271,
262,
711,
923,
73593,
1018,
2490,
1214,
997,
286,
659,
13,
96315,
683,
3259,
1447,
220,
16,
198,
286,
659,
4721,
9255,
1292,
284,
610,
446,
96315,
683,
15185,
1,
1034,
659,
13,
96315,
683,
3259,
340,
286,
659,
4721,
9255,
284,
39543,
844,
618,
13733,
198,
286,
39543,
-100
] |
My name is Valeriya, and I am excited about the opportunity to share my skincare philosophy with you.
I believe in providing a personalized, science-driven skin care experience based on your needs and preferences. That's why I created a complete line of skin care treatments and solutions that can be mixed and matched to provide your own personalized, ultimate session.
I am looking forward to meeting you in person at the San Francisco Center for Facial Plastic, Reconstructive & Laser Surgery. | {
"redpajama_set_name": "RedPajamaC4"
} | 4,828 | [
128000,
5159,
836,
374,
4196,
31803,
7911,
11,
323,
358,
1097,
12304,
922,
279,
6776,
311,
4430,
856,
80705,
19675,
449,
499,
627,
40,
4510,
304,
8405,
264,
35649,
11,
8198,
32505,
6930,
2512,
3217,
3196,
389,
701,
3966,
323,
19882,
13,
3011,
596,
3249,
358,
3549,
264,
4686,
1584,
315,
6930,
2512,
22972,
323,
10105,
430,
649,
387,
9709,
323,
18545,
311,
3493,
701,
1866,
35649,
11,
17139,
3882,
627,
40,
1097,
3411,
4741,
311,
6574,
499,
304,
1732,
520,
279,
5960,
13175,
5955,
369,
75622,
37108,
11,
1050,
7750,
535,
612,
40708,
48190,
13,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
] | [
5159,
836,
374,
4196,
31803,
7911,
11,
323,
358,
1097,
12304,
922,
279,
6776,
311,
4430,
856,
80705,
19675,
449,
499,
627,
40,
4510,
304,
8405,
264,
35649,
11,
8198,
32505,
6930,
2512,
3217,
3196,
389,
701,
3966,
323,
19882,
13,
3011,
596,
3249,
358,
3549,
264,
4686,
1584,
315,
6930,
2512,
22972,
323,
10105,
430,
649,
387,
9709,
323,
18545,
311,
3493,
701,
1866,
35649,
11,
17139,
3882,
627,
40,
1097,
3411,
4741,
311,
6574,
499,
304,
1732,
520,
279,
5960,
13175,
5955,
369,
75622,
37108,
11,
1050,
7750,
535,
612,
40708,
48190,
13,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100
] |
President Lacey announces retirement
After nearly 24 years at the helm of Missouri Baptist University, President R. Alton Lacey will retire at the end of the 2017-2018 academic year. Dr. Lacey announced his retirement, effective June 30, 2018, at the quarterly MBU Board of… Continue Reading President Lacey announces retirement
Missouri Board of Nursing gives initial approval for MBU to offer nursing program beginning in January
The Missouri State Board of Nursing has granted Missouri Baptist University initial approval to offer a four-year Bachelor of Science in Nursing (BSN) program. The unanimous decision was made May 23 during the Board's quarterly meeting in Jefferson City. Pending a successful site visit later… Continue Reading Missouri Board of Nursing gives initial approval for MBU to offer nursing program beginning in January
MBU confers more than 800 degrees at 45th commencement
Total Degrees 839 Doctor of Education 24 Educational Specialist 34 Graduate degrees and certificates 327 Undergraduate degrees 454 More than 800 degrees were conferred at MBU's 45th graduation ceremony, which took place on May 2, 2017 at the Family Arena… Continue Reading MBU confers more than 800 degrees at 45th commencement
MBU professor of journalism Dr. Allin Means receives distinguished professor award
Missouri Baptist University presented the 2017 Distinguished Professor Award to Dr. C. Allin Means, professor of journalism and communications, at the 45th annual commencement ceremony on May 3 at the Family Arena in St. Charles, Mo. The University recognizes one… Continue Reading MBU professor of journalism Dr. Allin Means receives distinguished professor award | {
"redpajama_set_name": "RedPajamaCommonCrawl"
} | 8,946 | [
128000,
27229,
445,
57020,
48782,
21624,
198,
6153,
7154,
220,
1187,
1667,
520,
279,
34865,
315,
25378,
43748,
3907,
11,
4900,
432,
13,
1708,
783,
445,
57020,
690,
16177,
520,
279,
842,
315,
279,
220,
679,
22,
12,
679,
23,
14584,
1060,
13,
2999,
13,
445,
57020,
7376,
813,
21624,
11,
7524,
5651,
220,
966,
11,
220,
679,
23,
11,
520,
279,
51534,
13642,
52,
8925,
315,
1981,
15353,
18242,
4900,
445,
57020,
48782,
21624,
198,
36412,
22185,
8925,
315,
46353,
6835,
2926,
14765,
369,
13642,
52,
311,
3085,
28456,
2068,
7314,
304,
6186,
198,
791,
25378,
3314,
8925,
315,
46353,
706,
11938,
25378,
43748,
3907,
2926,
14765,
311,
3085,
264,
3116,
4771,
42090,
315,
10170,
304,
46353,
320,
7497,
45,
8,
2068,
13,
578,
68509,
5597,
574
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
27229,
445,
57020,
48782,
21624,
198,
6153,
7154,
220,
1187,
1667,
520,
279,
34865,
315,
25378,
43748,
3907,
11,
4900,
432,
13,
1708,
783,
445,
57020,
690,
16177,
520,
279,
842,
315,
279,
220,
679,
22,
12,
679,
23,
14584,
1060,
13,
2999,
13,
445,
57020,
7376,
813,
21624,
11,
7524,
5651,
220,
966,
11,
220,
679,
23,
11,
520,
279,
51534,
13642,
52,
8925,
315,
1981,
15353,
18242,
4900,
445,
57020,
48782,
21624,
198,
36412,
22185,
8925,
315,
46353,
6835,
2926,
14765,
369,
13642,
52,
311,
3085,
28456,
2068,
7314,
304,
6186,
198,
791,
25378,
3314,
8925,
315,
46353,
706,
11938,
25378,
43748,
3907,
2926,
14765,
311,
3085,
264,
3116,
4771,
42090,
315,
10170,
304,
46353,
320,
7497,
45,
8,
2068,
13,
578,
68509,
5597,
574,
-100
] |
by Seth Colaner — Friday, September 20, 2013, 11:30 AM EDT
Ultimaker Debuts Ultimaker 2 3D Printer With Open Source Cura Software and YouMagine Website
Ultimaker is releasing its latest 3D printer, the Ultimaker 2, and the new machine features significant redesigns from the first iteration of the Ultimaker. The company says that the new version is more accurate, more efficient, and it's even quieter at 49dB.
Specifically, the Ultimaker 2 has a new CNC-milled case (that's all white with glowing sidewalls) with an OLED display, and its glass and aluminum build platform is designed to cool quickly so you can peel completed projects off more easily. The Ultimaker 2 can print with multiple materials, including PLA, ABS, and PVA, and it's WiFi-compatible so you can print from a mobile device or computer (so long as the printer is hooked up to something like a Raspberry Pi).
The machine itself is rather compact at 14.1 x 13.3 x 15.3 inches, and it can print objects within a 8.9 x 8.9 x 8.1 space.
Ultimaker is also launching its Cura open source software, which the company claims can pre-process 3D files some 60 times faster than other open source applications and makes it easy to load and work with 3D files.
In order to foster a community of makers around its 3D printers and software, Ultimaker developed the YouMagine.com website where you can upload and share files and let others build on existing designs; it supports native files as well as .STL files.
The Ultimaker 2 will retail for $2,500.
Tags: systems, open-source, Misc, 3D-printer, Ultimaker, 3D-Printing, Ultimaker-2
Via: Ultimaker | {
"redpajama_set_name": "RedPajamaCommonCrawl"
} | 6,128 | [
128000,
1729,
45318,
4349,
276,
261,
2001,
6740,
11,
6250,
220,
508,
11,
220,
679,
18,
11,
220,
806,
25,
966,
6912,
49023,
198,
44584,
318,
4506,
36561,
6256,
21253,
318,
4506,
220,
17,
220,
18,
35,
47033,
3161,
5377,
8922,
356,
5808,
4476,
323,
1472,
44,
24281,
16406,
198,
44584,
318,
4506,
374,
28965,
1202,
5652,
220,
18,
35,
23185,
11,
279,
21253,
318,
4506,
220,
17,
11,
323,
279,
502,
5780,
4519,
5199,
56719,
82,
505,
279,
1176,
20140,
315,
279,
21253,
318,
4506,
13,
578,
2883,
2795,
430,
279,
502,
2373,
374,
810,
13687,
11,
810,
11297,
11,
323,
433,
596,
1524,
90845,
520,
220,
2491,
42055,
627,
48614,
750,
11,
279,
21253,
318,
4506,
220,
17,
706,
264,
502,
60797,
1474,
4473,
1162,
320
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
1729,
45318,
4349,
276,
261,
2001,
6740,
11,
6250,
220,
508,
11,
220,
679,
18,
11,
220,
806,
25,
966,
6912,
49023,
198,
44584,
318,
4506,
36561,
6256,
21253,
318,
4506,
220,
17,
220,
18,
35,
47033,
3161,
5377,
8922,
356,
5808,
4476,
323,
1472,
44,
24281,
16406,
198,
44584,
318,
4506,
374,
28965,
1202,
5652,
220,
18,
35,
23185,
11,
279,
21253,
318,
4506,
220,
17,
11,
323,
279,
502,
5780,
4519,
5199,
56719,
82,
505,
279,
1176,
20140,
315,
279,
21253,
318,
4506,
13,
578,
2883,
2795,
430,
279,
502,
2373,
374,
810,
13687,
11,
810,
11297,
11,
323,
433,
596,
1524,
90845,
520,
220,
2491,
42055,
627,
48614,
750,
11,
279,
21253,
318,
4506,
220,
17,
706,
264,
502,
60797,
1474,
4473,
1162,
320,
-100
] |
In the present day, immortal thousand-year-old Doctor Parnassus (Christopher Plummer) leads a travelling theatre troupe — including a sleight of hand expert, Anton (Andrew Garfield), and a dwarf, Percy (Verne Troyer) — that offers audience members a chance to go beyond reality through a magical mirror in his possession. Parnassus had been able to guide the imagination of others through a deal with the Devil (Tom Waits), who now comes to collect on the arrangement, targeting the doctor's daughter, Valentina (Lily Cole). The troupe, which is joined by a mysterious outsider named Tony (portrayed by Heath Ledger, Johnny Depp, Jude Law, and Colin Farrell), embark through parallel worlds to rescue the girl. | {
"redpajama_set_name": "RedPajamaC4"
} | 5,960 | [
128000,
644,
279,
3118,
1938,
11,
60214,
16579,
4771,
6418,
19150,
393,
1923,
395,
355,
320,
75066,
1856,
63373,
8,
11767,
264,
31829,
34596,
26483,
375,
2001,
2737,
264,
20328,
492,
315,
1450,
6335,
11,
17958,
320,
41598,
12471,
2630,
705,
323,
264,
50561,
11,
75786,
320,
10351,
818,
44499,
261,
8,
2001,
430,
6209,
10877,
3697,
264,
6140,
311,
733,
7953,
8903,
1555,
264,
24632,
18327,
304,
813,
19243,
13,
393,
1923,
395,
355,
1047,
1027,
3025,
311,
8641,
279,
28899,
315,
3885,
1555,
264,
3568,
449,
279,
40301,
320,
25763,
29614,
1220,
705,
889,
1457,
4131,
311,
6667,
389,
279,
27204,
11,
25103,
279,
10896,
596,
10003,
11,
4196,
24856,
320,
43,
1570,
24298,
570,
578,
26483,
375,
11,
902,
374,
11096,
555,
264,
26454,
75683
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
644,
279,
3118,
1938,
11,
60214,
16579,
4771,
6418,
19150,
393,
1923,
395,
355,
320,
75066,
1856,
63373,
8,
11767,
264,
31829,
34596,
26483,
375,
2001,
2737,
264,
20328,
492,
315,
1450,
6335,
11,
17958,
320,
41598,
12471,
2630,
705,
323,
264,
50561,
11,
75786,
320,
10351,
818,
44499,
261,
8,
2001,
430,
6209,
10877,
3697,
264,
6140,
311,
733,
7953,
8903,
1555,
264,
24632,
18327,
304,
813,
19243,
13,
393,
1923,
395,
355,
1047,
1027,
3025,
311,
8641,
279,
28899,
315,
3885,
1555,
264,
3568,
449,
279,
40301,
320,
25763,
29614,
1220,
705,
889,
1457,
4131,
311,
6667,
389,
279,
27204,
11,
25103,
279,
10896,
596,
10003,
11,
4196,
24856,
320,
43,
1570,
24298,
570,
578,
26483,
375,
11,
902,
374,
11096,
555,
264,
26454,
75683,
-100
] |
1. The annual naked pumpkin run is held every year in October.
"Go as bare as you dare" is the motto.
2. Harbor Island is the largest man-made island in the nation.
According to the 2000 U.S. Census Bureau, it boasts the total permanent population of three persons.
3. Seattle's Pier 53 is the busiest ferry terminal in the nation.
Sealth was a chief of the Suquamish tribe at the time the first settlers arrived in 1851. | {
"redpajama_set_name": "RedPajamaC4"
} | 8,264 | [
128000,
16,
13,
578,
9974,
19557,
50625,
1629,
374,
5762,
1475,
1060,
304,
6664,
627,
1,
11087,
439,
12743,
439,
499,
33304,
1,
374,
279,
63426,
627,
17,
13,
40282,
10951,
374,
279,
7928,
893,
27975,
13218,
304,
279,
7140,
627,
11439,
311,
279,
220,
1049,
15,
549,
815,
13,
46627,
22555,
11,
433,
38119,
279,
2860,
15690,
7187,
315,
2380,
11434,
627,
18,
13,
16759,
596,
21377,
220,
4331,
374,
279,
84608,
52650,
15372,
304,
279,
7140,
627,
1542,
1902,
574,
264,
10388,
315,
279,
17360,
87801,
819,
34671,
520,
279,
892,
279,
1176,
61107,
11721,
304,
220,
9741,
16,
13,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
] | [
16,
13,
578,
9974,
19557,
50625,
1629,
374,
5762,
1475,
1060,
304,
6664,
627,
1,
11087,
439,
12743,
439,
499,
33304,
1,
374,
279,
63426,
627,
17,
13,
40282,
10951,
374,
279,
7928,
893,
27975,
13218,
304,
279,
7140,
627,
11439,
311,
279,
220,
1049,
15,
549,
815,
13,
46627,
22555,
11,
433,
38119,
279,
2860,
15690,
7187,
315,
2380,
11434,
627,
18,
13,
16759,
596,
21377,
220,
4331,
374,
279,
84608,
52650,
15372,
304,
279,
7140,
627,
1542,
1902,
574,
264,
10388,
315,
279,
17360,
87801,
819,
34671,
520,
279,
892,
279,
1176,
61107,
11721,
304,
220,
9741,
16,
13,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100
] |
Sunny Anderson cooked up Roasted Sweet Potato Mash on Great Day SA!
Sunny stopped by KENS5 San Antonio's Great Day SA to show you how to cook Roasted Sweet Potato Mash and talk about Operation Comfort, a charity she is working with. Please join her in supporting Rico Roman in Citi's Every Step Of The Way program to benefit the Operation Comfort. Read more about him & vote here.
Watch the clip from Great Day SA below! | {
"redpajama_set_name": "RedPajamaC4"
} | 1,732 | [
128000,
50,
28397,
21293,
30205,
709,
12093,
15386,
27687,
78703,
69279,
389,
8681,
6187,
16998,
4999,
50,
28397,
10717,
555,
735,
20982,
20,
5960,
23245,
596,
8681,
6187,
16998,
311,
1501,
499,
1268,
311,
4394,
12093,
15386,
27687,
78703,
69279,
323,
3137,
922,
17145,
44842,
11,
264,
23693,
1364,
374,
3318,
449,
13,
5321,
5249,
1077,
304,
12899,
34248,
13041,
304,
356,
12583,
596,
7357,
15166,
5046,
578,
12424,
2068,
311,
8935,
279,
17145,
44842,
13,
4557,
810,
922,
1461,
612,
7055,
1618,
627,
14581,
279,
12607,
505,
8681,
6187,
16998,
3770,
0,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
] | [
50,
28397,
21293,
30205,
709,
12093,
15386,
27687,
78703,
69279,
389,
8681,
6187,
16998,
4999,
50,
28397,
10717,
555,
735,
20982,
20,
5960,
23245,
596,
8681,
6187,
16998,
311,
1501,
499,
1268,
311,
4394,
12093,
15386,
27687,
78703,
69279,
323,
3137,
922,
17145,
44842,
11,
264,
23693,
1364,
374,
3318,
449,
13,
5321,
5249,
1077,
304,
12899,
34248,
13041,
304,
356,
12583,
596,
7357,
15166,
5046,
578,
12424,
2068,
311,
8935,
279,
17145,
44842,
13,
4557,
810,
922,
1461,
612,
7055,
1618,
627,
14581,
279,
12607,
505,
8681,
6187,
16998,
3770,
0,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100
] |
Brain For Monster Truck tests your agility and mapping skills as you draw routes toward a flag then steer a monster truck along the path. The flag marks the finish line and you must navigate the truck all the way through, collecting all the stars along the path without dropping your cargo. But plan your route carefully: if the path you've drawn isn't smooth, you won't make it. | {
"redpajama_set_name": "RedPajamaC4"
} | 8 | [
128000,
66177,
1789,
29073,
34785,
7177,
701,
67741,
323,
13021,
7512,
439,
499,
4128,
11543,
9017,
264,
5292,
1243,
49715,
264,
18118,
11092,
3235,
279,
1853,
13,
578,
5292,
15785,
279,
6381,
1584,
323,
499,
2011,
21546,
279,
11092,
682,
279,
1648,
1555,
11,
26984,
682,
279,
9958,
3235,
279,
1853,
2085,
26156,
701,
26735,
13,
2030,
3197,
701,
6149,
15884,
25,
422,
279,
1853,
499,
3077,
15107,
4536,
956,
11113,
11,
499,
2834,
956,
1304,
433,
13,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
] | [
66177,
1789,
29073,
34785,
7177,
701,
67741,
323,
13021,
7512,
439,
499,
4128,
11543,
9017,
264,
5292,
1243,
49715,
264,
18118,
11092,
3235,
279,
1853,
13,
578,
5292,
15785,
279,
6381,
1584,
323,
499,
2011,
21546,
279,
11092,
682,
279,
1648,
1555,
11,
26984,
682,
279,
9958,
3235,
279,
1853,
2085,
26156,
701,
26735,
13,
2030,
3197,
701,
6149,
15884,
25,
422,
279,
1853,
499,
3077,
15107,
4536,
956,
11113,
11,
499,
2834,
956,
1304,
433,
13,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100
] |
Start by marking "The Deep" as Want to Read:
We'd love your help. Let us know what's wrong with this preview of The Deep by Alma Katsu.
Preview — The Deep by Alma Katsu
Alma Katsu (Goodreads Author)
3.39 · Rating details · 4,061 ratings · 1,069 reviews
Someone, or something, is haunting the Titanic.
This is the only way to explain the series of misfortunes that have plagued the passengers of the ship from the moment they set sail: mysterious disappearances, sudden deaths. Now suspended in an eerie, unsettling twilight zone during the four days of the liner's illustrious maiden voyage, a number of the passengers - includin Someone, or something, is haunting the Titanic.
This is the only way to explain the series of misfortunes that have plagued the passengers of the ship from the moment they set sail: mysterious disappearances, sudden deaths. Now suspended in an eerie, unsettling twilight zone during the four days of the liner's illustrious maiden voyage, a number of the passengers - including millionaires Madeleine Astor and Benjamin Guggenheim, the maid Annie Hebbley and Mark Fletcher - are convinced that something sinister is going on . . . And then, as the world knows, disaster strikes.
Years later and the world is at war. And a survivor of that fateful night, Annie, is working as a nurse on the sixth voyage of the Titanic's sister ship, the Britannic, now refitted as a hospital ship. Plagued by the demons of her doomed first and near fatal journey across the Atlantic, Annie comes across an unconscious soldier she recognises while doing her rounds. It is the young man Mark. And she is convinced that he did not - could not - have survived the sinking of the Titanic . . . ...more
ebook, 432 pages
Published March 10th 2020 by Transworld Digital
To ask other readers questions about The Deep, please sign up.
This story sounds really interesting to me, but I gotta say I don't do very well with horror. Could anyone give a an impression of how creepy/scary this really is? Like is it extremely scary, or more on a mild thriller level?
3 likes · like
Uma | Books.Bags.Burgers It's honestly not scary. I would describe it more as atmospheric than full on horror. There are supernatural elements and descriptions of water monste…moreIt's honestly not scary. I would describe it more as atmospheric than full on horror. There are supernatural elements and descriptions of water monsters and a scene with a seance). There are mentions of occult and of ghosts by characters but other than that it is simply mysterious and atmospheric.(less)
See 1 question about The Deep…
Can't Wait Books of 2020
1,017 books — 2,838 voters
· 4,061 ratings · 1,069 reviews
All LanguagesEnglish (1030) Español (3) Français (2) български език (12)
Start your review of The Deep
Dec 05, 2019 Maureen rated it really liked it
**3.5 stars **
Stories surrounding the sinking of the Titanic on her maiden voyage seem to have an eternal draw, and this one is no different. What does make this one slightly different from the rest however, is the fact that it weaves within it's storyline, a touch of the paranormal.
Using dual timelines, we follow Annie Hebbley, a stewardess serving the wealthiest passengers onboard the Titanic in 1912. Annie is fortunate enough to survive this great tragedy, and we follow her escapades some fou **3.5 stars **
Using dual timelines, we follow Annie Hebbley, a stewardess serving the wealthiest passengers onboard the Titanic in 1912. Annie is fortunate enough to survive this great tragedy, and we follow her escapades some four years later as a nurse on Titanic's sister ship Britannic, which had been refitted as a hospital ship during WW1.
Annie had spent the intervening four years institutionalised in a Liverpool asylum, and we discover that she has many demons, both real and imagined.
The storyline is both compelling and dramatic, but I felt a little disappointed with the paranormal side of it - it just wasn't as creepy as I was expecting it to be. Nevertheless it was interesting to see just how popular the occult was as a pastime amongst the very wealthy during this period in history. Lots of characters are showcased, both real and fictional, though I'm not sure I really connected with any of them. Despite these issues, I did enjoy the storyline overall, but with some reservations.
* Thank you to Netgalley and Random House UK, Transworld for my ARC. I have given an honest unbiased review in exchange * ...more
Aug 30, 2019 Debra rated it really liked it
Is something sinister haunting the Titanic? Four passengers (Madeline Astor, Benjamin Guggenheim, Mark Fletcher and Annie Hebbley) believe something is haunting the ship. A series of strange events/occurrences and deaths have occurred since the Titanic set sail. Then of course there is the sinking of that great magnificent ship.
Annie Hebbley has survived the sinking of the Titanic and after receiving correspondence from Violet Jessop, another survivor of the Titanic, she agrees to work 3.5 stars
Annie Hebbley has survived the sinking of the Titanic and after receiving correspondence from Violet Jessop, another survivor of the Titanic, she agrees to work as a nurse on board the Britannic (the Titanic's sister ship). The Britannic is a hospital ship and during her duties, Annie recognizes a man. A man she thought had died on the Titanic. A man she feels drawn to, a man she has been thinking about...
Alma Katsu excels at blending history with the paranormal. If you have read her book The Hunger you will know what I mean. In this book she takes the sinking of both the Titanic and the Britannic to tell her story. She uses real life millionaires who died during the sinking of the Titanic (John Jacob Astor, Benjamin Guggenheim, W.T. Stead) and a woman who survived both the sinking of the Titanic and Britannic (Violet Jessop). She utilizes their stories to tell her own story about someone or something which is haunting the Titanic.
This was a carefully crafted tale of a haunting that plagued both ships. I enjoy books that use real life events in their telling. I found myself looking to Wikipedia to learn more and was shocked to learn that one-woman, Violet Jessop not only survived the sinking of both ships, but before that working on a ship which collided with another. Bad luck or one hell of a lucky woman. After the sinking of the Titanic, I would not have set foot on a ship again, but she did repeatedly. But enough about history....
In this book she is but a minor character who serves to connect Annie to both ships. This book is told in multiple timelines, giving various characters perspectives and back/current stories. The paranormal element is seamless and not overbearing. There are little clues along the way that I didn't really connect until I completed the book and looking back had "aha, that was a clue" realizations.
Alms Katsu has proven once again that she is a wonderful storyteller who can take tragic historical events and beautifully blend them with paranormal elements. Everything comes out in the end (as it often does) and I enjoyed this seaworthy tale. As the synopsis says, Katsu utilizes this book to show "how our choices can lead us inexorably toward our doom." It didn't quite have the bite for me that the Hunger did, but it was still satisfying.
I received a copy of this book from Penguin Group Putnam and NetGalley in exchange for an honest review. All the thoughts and opinions are my own. ...more
Jul 15, 2020 Danielle rated it liked it · review of another edition
I teetered between 3 and 4 stars with this one. 😬 What swayed me towards that lower rating was due to one part (too close to James Cameron's version of Titanic). 🤔 I think this is a tough story to tackle. I mean... everyone only sees Leo and Kate aka Jack and Rose (queue Celine Dion... 🎼... you know that song is playing in your head now). The ghost aspects of this were just not as interesting as the ship and passengers. 😔 I think that's due to the vivid pictures we've all been exposed to at this I teetered between 3 and 4 stars with this one. 😬 What swayed me towards that lower rating was due to one part (too close to James Cameron's version of Titanic). 🤔 I think this is a tough story to tackle. I mean... everyone only sees Leo and Kate aka Jack and Rose (queue Celine Dion... 🎼... you know that song is playing in your head now). The ghost aspects of this were just not as interesting as the ship and passengers. 😔 I think that's due to the vivid pictures we've all been exposed to at this point. The spooky aspects took a backseat to the boat. 😬 But don't worry, cause we'll stay forever this way- You are safe in my heart and- My heart will go on and on. Now you try to read this ghost ship story without that song playing in your head. Spoiler alert: there is no granny throwing a jewel in the ocean at the end. 🤪 ...more
Oct 03, 2019 karen rated it really liked it · review of another edition
Shelves: from-publisher-or-author, death-is-not-the-end, october-is-spooky
NOW AVAILABLE!!!
OCTOBER SPOOKTACULAR CONTINUES!!
a couple years back, i read this author's horror-spin on the donner party tragedy, The Hunger. i loved her writing, and i thought the way she handled the historical details was excellent, but the horror elements seemed extraneous; they were fine, but they didn't really contribute much to the story, which is a bit of history horrifically gruesome enough without adding supernatural elements to it. this one, however, is a perfect melding of history an NOW AVAILABLE!!!
a couple years back, i read this author's horror-spin on the donner party tragedy, The Hunger. i loved her writing, and i thought the way she handled the historical details was excellent, but the horror elements seemed extraneous; they were fine, but they didn't really contribute much to the story, which is a bit of history horrifically gruesome enough without adding supernatural elements to it. this one, however, is a perfect melding of history and horror, and it's one of those books you just lose yourself in, blinking up out of bewilderingly when something in the real world startles you, like a bird dive-bombing you or the subway car suddenly going dark. both of which happened to me.
i snatched up this arc the moment i saw it, bewitched by that cover,
and knowing that, even if the horror element didn't wow me, her writing would be exceptional. going into this, i wasn't sure what shape that horror element would take; if this was a mermaid/siren situation or ghosties or some sort of sea monster, and i very much liked the not-knowing, so i'm gonna play coy in this review to give other readers the same discovery experience. i do think it's funny that i specifically referenced the titanic in my review for The Hunger, speaking about the various ways other authors have combined horror and history, and i will only say that this one is NOT a zombie situation.
the story shifts between two historical disasters at sea, tragedies linked by a woman unfortunate enough to have been a passenger on both the titanic in 1912 and its semblable-ship, the britannic in 1914, both of which SPOILER ALERT FOR NAUTICAL HISTORY came to bad ends; one doomed by iceberg, one by naval mines.
there are multiple POVs here, but the main focus is annie hebbley, a young irishwoman who had served as a maid to the wealthy passengers on the titanic's final voyage. she managed to escape the ship's sinking, but had no memory of her experiences on the titanic, nor of her life before the catastrophe, and she had been institutionalized in a liverpool asylum ever since. over time, her memories had begun to return, along with an irresistible compulsion to return to the sea. when she receives a letter from her friend violet—who had also served on and survived the titanic—entreating her to join her as a nurse on the titanic's sister ship, newly repurposed as a floating hospital for the war effort, she does not hesitate. me, i would hesitate. fool me once&etc, but annie is drawn to/by the sea and, once aboard the britannic, she encounters a wounded soldier whose face she remembers very well, indeed.
the action shifts between the titanic and the britannic, with katsu expertly manipulating several layers of cryptic plot-threads throughout, only some of which are supernatural. she does an excellent job prolonging the suspense on all fronts, even though the ending of the titanic storyline is a given, and it is a complex and rewarding read.
annie is the linchpin to the separate storylines, but the story is deliciously wide in scope, following the exploits of several passengers in its dual-ship/time period narrative, spooling out stories of the mostly-doomed, historically significant, passengers. there's an almost edith whartony dramatic sensibility at work, detailing the lives and problems and secret vices of the wealthy as well as those…less gem-encrusted, providing a sort of—whatever the floating version of 'upstairs downstairs' is called—dynamic, rich in intrigue and romance and social envy. and—oh, those boxers…
it was such a perfect book to read for spookymonth—the story is compelling, dramatic, and fairly fast-paced while still being detail-rich, and the horror elements are gracefully woven into a story of grief and guilt and survival and fate and love.
i'm going to risk quoting an overlong passage from the arc because it's a great example of her writing style: immersive, descriptive, and almost lulling in nature, as annie boards the britannic for the first time, fragile and disoriented by the sudden transition from asylum to the larger world, processing her still-returning memories while being further unsettled by the blurring of the two ships in her mind; the unsettling superimposition of their similarities and differences. and alla that.
She marches up the gangplank. Everyone is in a uniform, without exception, and these are serious uniforms, not the White Star Line livery that she's used to. The men wear drab olive wool, the nurses in sweeping blue skirts with capes over their shoulders against the chill, faces framed by wimples. Everyone is busy, intent on whatever it is they've been set to do. No one pays any attention to her.
Inside, it's even more different. She finds it hard to imagine this ship was ever like the Titanic, it's been changed so much, like a woman after childbirth—ragged and pale and vacant.
Inside, it could be any hospital. If you weren't near a porthole or door, you wouldn't know you were on a ship. Everything that made the Titanic sparkling and grand has been taken away. There are no deck chairs or card tables, no crystal chandeliers or wicker chaises. It is all antiseptic and uniform. Rows of cots for the patients, cupboards filled with supplies. And everywhere: bustle. Nurses supervise as men are loaded onto stretchers. Orderlies pass by with full stretchers, making their way to ambulances waiting on the dock below, then return with empty stretchers for the next lot. Some patients make their way on foot—arms in slings, heads wrapped, usually escorted by a nurse or orderly. There is as much commotion as on the Titanic's boarding day. Annie remembers the crush of humanity that had come up the gangplanks that day and instinctively takes a deep breath. So many people, it had felt like she was being swamped by a giant wave. Swamped and sucked under.
But these are no guests, only survivors, each wth a story tucked inside their bandages—wounds, pains, visions of shrapnel, explosions, and terrors she can't fathom. These are the half dead.
And the bustling staff have signed on to attend to them, to usher them either back to our world or into the one beyond. An altogether different kind of voyage.
phoar, right? a wonderful addition to the world of historical horror, and i'm ready to read what she does next! incidentally, if anyone has a working link to A Twitter ghost, send it my way? i'd like to read it as part of my december short story advent calendar project, but i can't seem to find it in its entirety, and i mistrust the one place i found that wants me to download some app-thingie because i am the kind of person who would NOT get back on a boat after surviving a watery disaster like the titanic. i do not court calamity.
come to my blog! ...more
Jan 17, 2020 Peter rated it liked it
Shelves: netgalley, historical-fiction, supernatural
A sense of connection drove me to this story and an intriguing supernatural twist had me hooked. I would bribe the author, publisher or NetGalley if necessary to get hold of this book before release. For the record that's how NetGalley works – the ARCs, not the bribery.
For years I worked in an office building just to the left of this photo and looked at this picture, as a poster, every day, never getting tired of it. The picture shows the Titanic and one of her sister ships, the Olympic, d Cursed
For years I worked in an office building just to the left of this photo and looked at this picture, as a poster, every day, never getting tired of it. The picture shows the Titanic and one of her sister ships, the Olympic, docked in Belfast in 1912.
The other sister ship was the Britannic, which was refitted as a hospital ship during WWI and also suffered a doomed voyage when it hit a German mine in the Mediterranean Sea and sank in 1916, leading to the stories that these liners were cursed.
Annie Hebbley is the main character in two timelines, firstly during her voyage as a maid on the RMS Titanic and secondly as a nurse on HMHS Britannic, and a survivor of both. While Annie is a fictional character in this novel, she is drawn in similar roles as her friend throughout, Violet Jessop. Violet Jessop was a real person who survived the sinking of both ships and was also on-board the Olympic when it encountered a major sinkable incident. The biographical story of Violet Jessop is an extremely interesting and fascinating one, and it was a very clever call from Alma Katsu to give her a place in this novel.
Alma Katsu is a wonderfully descriptive writer and weaves the fictional narrative of a story with the factual incidents and people of the time. The opulence of the Titanic and its wealthy passengers is really well portrayed along with their fascination with the Occult. The unique perspective Alma brings to this story is the threat of paranormal and demonic forces that are haunting the ships and threatening evil doings. Onboard the Britannic doors get locked and items go missing all without a valid explanation. The rumours start, that the ship is haunted, but then again it is war and the ship is filled with very sick often mentally hindered patients. What is unsettling for Annie is that she recognises an unconscious soldier as Mark Fletcher from the Titanic voyage but she believed he died when the ship sank. Mark was a first-class passenger with his wife and child but Annie had an infatuation with him and now he is alone and will finally belong to her.
Well, did I expect too much from this book? – Yes, I did. It didn't come alive as much as I hoped or spark the pervasive menacing atmosphere that suggestions of curses and hauntings would invoke. The anticipated drama of paranormal activity didn't really materialise and bring terror and fear, even with the Irish fascination of spirits and demons.
I enjoyed reading the book but just felt it lacked a strong storytelling plot, so I'll rate it 3.5 stars. I would recommend reading this book and it may appeal more to readers who haven't read, watched or visited as much about the Titanic story as I have. I would like to thank Bantam Press, Random House UK and NetGalley for providing me with a copy of the book in return for an honest review. ...more
Apr 01, 2020 Beata rated it liked it
The stories of two legendary ships, The Titanic and The Britannic, provide the background for the plot of this interesting novel. The imaginary characters together with the real ones and real events seem to blend nicely and make this read intriguing but not as gripping as I wanted it to be. The mysteries behind the main protagonist, paranormal, unexplained events are the strongest aspects of this novel. I enjoyed reading it as I find the blend of historical events and fiction fascinating, howeve The stories of two legendary ships, The Titanic and The Britannic, provide the background for the plot of this interesting novel. The imaginary characters together with the real ones and real events seem to blend nicely and make this read intriguing but not as gripping as I wanted it to be. The mysteries behind the main protagonist, paranormal, unexplained events are the strongest aspects of this novel. I enjoyed reading it as I find the blend of historical events and fiction fascinating, however, it was not a winner for me. I hesitated between three and four stars, then I decided against four since despite enjoying the time, I was not drawn to the characters and the story.
*Many thanks to Alma Katsu, Random House UK and NetGalley for arc in exchange for my honest review.* ...more
Jan 18, 2020 Miranda Reads rated it liked it
Shelves: published2020, received-to-review
Oops, I did it again...aka here's another tierlist video ranking all my January Books. Now that you know where this one stands, check out the video to see the rest!
The Written Review:
My dear daughter, Annie, disappeared unexpectedly from our home...My wife and I have been searching for her ever since.
Annie was lost, and now she is found...somewhat.
Annie has spent the last four years living in a rather unconventional home.
Annie has come to understand the erratic ways of t
Annie has come to understand the erratic ways of the insane....But no, she is not one of them.
And when she's released, she finds herself drawn to somewhere she never thought possible.
No. Now is not the time to mourn. If she looks back too long, she knows what will happen...How the grief and the loss and the horror will be too much.
She's on the Britannic, the sister ship of the Titanic, who traveled a doomed path across the Atlantic.
And back on it she is again...and this time she's not alone.
I pray that you will be able to end our nightmare...
There's something plaguing the ship. Something sinister and supernatural. Something only she is able to see.
Ahhhh... this one was solidly written, just the content threw me off.
I just never felt particularly connected to the characters.
Other than Annie, I didn't really enjoy most of them. They didn't feel vibrant to me and I couldn't get a good grasp on their personalities. I mostly got annoyed with their decision-making skills.
The plot just kind of happened. It was one of those winding plots where it meanders through the storyline without a ton of plot progress.
There were aspects that I enjoyed. The supernatural bit was intriguing but I was frustrated by the pacing.
Overall, this one wasn't just for me.
I received a free copy from Netgalley in exchange for an honest review.
Oct 12, 2019 Ꮗ€♫◗☿ ❤️ ilikebooksbest.com ❤️ rated it it was amazing · review of another edition
Shelves: netgalley, thrillers, paranormal, fantasy, suspense
Expected publication: March 10th 2020
"The troubled mind can never know itself.
That is the sad truth of madness."
Sinister and atmospheric drama infused with real people and facts regarding the voyage of the Titanic and the last Voyage of the Britannic. This was similar in ways to the Titanic movie in that it included some of the actual people who were on the Titanic. The story includes supporting characters such as John Jacob Astor and his young pregnant wife Madeline, Benjamin Guggenh Pages: 432
Sinister and atmospheric drama infused with real people and facts regarding the voyage of the Titanic and the last Voyage of the Britannic. This was similar in ways to the Titanic movie in that it included some of the actual people who were on the Titanic. The story includes supporting characters such as John Jacob Astor and his young pregnant wife Madeline, Benjamin Guggenheim and a lady friend, Lucy Duff Morgan, a famous fashion designer and her husband Cosmo, as well as two boxers "Dai" Bowen and Leslie Williams.
Most of these people are more than just bit players, though the main story revolves around a stewardess on the Titanic who later becomes a Nurse on the Britannic by the name of Annie Hebbley, and a young couple Mark and Caroline Fletcher and their Baby, Ondine. Annie leaves a sanitarium four years after surviving the sinking of the Titanic to board the Britannic as a Nurse at the request of her former cabin mate and fellow stewardess Violet. The Britannic, having been outfitted as a Hospital ship with the ability to carry thousands of men injured in the war.
The story is is told in multiple POV, by Annie and the others and the reader is shown the events on the Titanic in flashbacks as Annie is working on the hospital ship and especially after she discovers Mark Fletcher as a patient on the Britannic. Annie had been taken with Mark and his Baby Ondine from the first time they met on the Titanic and she worried about the baby.
Odd occurrences plagued the voyage of the Titanic, starting with Madeline Astor's young orphaned cabin boy, Teddy. The nine year old claims he heard singing from the sea and climbs the ships railing and nearly jumps into the sea, only to be pulled back at the last minute by the boxer, Dai. Some of the passengers decide to hold a séance that evening.
The séance happens and something eerie occurs, which may or may not have been an entity, depending on who you ask. The séance is broken up by a death on board. As the Titanic continues its' voyage other things seem to happen and it is unclear to the reader if it is something supernatural, some sort of cabin fever where a few of the passengers and crew seem like they are either going crazy or they have very overactive imaginations.
Though the first half of the book went a bit slow for my liking, the second half made up for it. The entire book was interesting and informative. I always seem to have this issue though with a lot of fantasy novels. I don't like the slow beginning, but then after reading the entire book, I think back and realize all the reasons for the slow beginning. In this case all the background is necessary to understand the story as a whole, but also I liked the fact that we didn't get too many occurrences so that we weren't really sure what was going on. Is there something supernatural happening or is it just in Annie's mind? Even she is unsure most of the time.
"I know firsthand how easy it is for this kind of thing to happen in a confined space with few distractions. Someone gives voice to a concern and before long, it's on everyone's lips. Paranoia is itself a kind of contagion."
The most interesting thing is the relationship between Annie and Mark. It is obvious she is interested in him. However, he is married and seems to be in love with his wife while they are on the Titanic. Throughout the book we learn more about Annie and her background as well as the Fletchers and how they came to be on the Titanic.
I don't like to give away any spoilers aside from background information that occurs in the first part of the books I read. So I will just say that most of the book was unpredictable and I was constantly surprised by what was happening and especially the way it ended. I did end up really enjoying the book overall. I would give this a rating of 4.5, due to originality, historical information, great characters and wonderful world building.
I voluntarily read & reviewed an advanced copy of this book. All thoughts and opinions are my own.
Blog|Goodreads|Facebook|Instagram|Twitter|BookBub ...more
Oct 02, 2019 sarah xoxo rated it liked it
Shelves: my-reviews, read-2020, historical, arcs, mystery-thriller, dark
the summary
The Deep blends historical events with supernatural occurrences to create an atmospheric, haunting and engaging story. The novel is told in dual timelines- 1912 aboard the Titanic and 1916 on her sister ship the Britannic. We follow Annie, a stewardess on the Titanic who is experiencing unexplainable circumstances and thinks she is being haunted. Years later we learn she has been in a mental hospital and doesn't remember what happened. She becomes a nurse on the Britannic and slowly h the summary
The Deep blends historical events with supernatural occurrences to create an atmospheric, haunting and engaging story. The novel is told in dual timelines- 1912 aboard the Titanic and 1916 on her sister ship the Britannic. We follow Annie, a stewardess on the Titanic who is experiencing unexplainable circumstances and thinks she is being haunted. Years later we learn she has been in a mental hospital and doesn't remember what happened. She becomes a nurse on the Britannic and slowly her memories return.
From the very first page, you are transported to the titanic in all its lavishness and luxury, then to the Britannic, a more somber and conservative setting. The paranormal elements added another layer to the atmosphere, an unsettling feeling weaving through both storylines. I read this under blankets while it was storming outside, while listening to the Titanic soundtrack and that really elevated the experience.
"A ship so massive, and here we are, trapped on it, nowhere to run." She shivered "One is always trapped within oneself though"
Told in multiple perspectives, we see the voyages through through different eyes. From John and Madeline Astor- first class passengers, to Dai and Les- boxers and con-artists. In particular, I liked Dai and Les' storyline, and appreciated that Alma Katsu didn't take the cop-out excuse of a historical setting for not including diversity.
I have heard this book pitched as a horror story aboard the titanic, but I feel like that is slightly misleading. While there are some unnatural occurrences included, it was more atmospheric and unsettling than full horror. That led to the book dragging for me in some places, as I wasn't kept on the edge of my seat.
after the slow build up to the end, it felt quite rushed and anti-climactic. It was predictable, and let me down considerably after theorising for the whole book. Because surely that was just a red herring, and wasn't going to be it, right? wrong.
A largely slow paced, well written and atmospheric read- I would recommend this to someone looking to be immersed in a story with a hint of an unsettling feeling. However, if you are looking for a truely scary horror read- perhaps try elsewhere.
Thank you to Random House UK and Netgalley for this ARC
Release Date: 5 March 2020
*trigger warnings for graphic depictions of an attempted suicide, and an attempted drowning* ...more
Mar 01, 2020 Sadie Hartmann rated it really liked it
I have so many feelings! First of all, let me just say that Alma Katsu is probably the most committed author in terms of research and this translates to the story in the form of authenticity. If you're going to write historical fiction, do it as passionately as Alma Katsu. If you're going to infuse the legendary true story of the Titanic with fictional horror, use the same care and concern that Alma Katsu gives her novels. Her book, THE HUNGER is the *exact* same way in terms of honoring the pas I have so many feelings! First of all, let me just say that Alma Katsu is probably the most committed author in terms of research and this translates to the story in the form of authenticity. If you're going to write historical fiction, do it as passionately as Alma Katsu. If you're going to infuse the legendary true story of the Titanic with fictional horror, use the same care and concern that Alma Katsu gives her novels. Her book, THE HUNGER is the *exact* same way in terms of honoring the past while also giving it new life.
THE DEEP surprised me. It really did. I thought it was going to have a certain air about it, so I was surprised when it took a different turn.
This is the story about Annie Hebbley, who serendipitously finds herself on both the Titanic and its twin ship, The Britannic at different times in her life. The book opens with Annie as a resident in an asylum so we get a sense that there's some complexity to Annie that will unfold during the course of the novel. It was a powerful hook.
At some point, I felt my reader's heart getting bogged down in the drama aboard the Brittanic. Annie becomes entangled in the affairs of some of the passengers, and I felt myself longing for the chills & thrills.
And those did come, but not in the way I was expecting. So I'd like to use this opportunity to set some realistic expectations for readers:
The atmosphere between THE HUNGER and THE DEEP are in stark contrast. In THE HUNGER, I felt a real sense of raw grit and the challenges of survival. The threat was coming from among the characters, man vs. man but also from the environment, man vs. nature. The potential for danger created pretty heavy suspense.
In THE DEEP, there's an air of sophistication that detracted from that potential for real danger. I kept expecting Katsu to utilize the horror elements to turn the tables; like splash some blood on the crystal chandeliers and expensive gowns. But I think she quite masterfully employed a quieter, more realistic, supernatural approach.
This will appeal to a broader audience, I think.
For me, I'm going to say the same thing I said in my review of THE HUNGER, I wanted more teeth.
There's no question that Alma Katsu is a brilliant writer. I will read every book she pens. I will recommend this book to everyone--but for my die-hard horror fans, it will come with the caveat that this leans into the historical fiction and supernatural thriller genre, more than the horror.
Mother Horror blurb: ""Alma Katsu is probably the most committed author in terms of research and this translates to the story in the form of authenticity. If you're going to write historical fiction, do it as passionately as Alma Katsu. I found THE DEEP to be a compelling, supernatural thriller that was both eerie and sophisticated. I found myself wanting more danger & risk but I'm a glutton for that high only horror can give." ...more
Mar 09, 2020 Toni rated it really liked it
Shelves: r2020
Review to come.
Jul 01, 2019 megs_bookrack marked it as to-read · review of another edition
Shelves: horror-gothic-to-read, 2020-releases
Give.
This sounds all sorts of intriguing!!! Give.
This sounds all sorts of intriguing!!! ...more
Sep 30, 2019 Tammy rated it really liked it
Katsu casts her spell by weaving together the timelines of the sinking of the Titanic and the explosion of sister ship Britannic. There are ghostly goings-on, séances, marital strife, and the clash of class on the Titanic. All of which foreshadow the tragedy. The action on the Britannic provides closure to the mysterious occurrences. Despite some unresolved plot points, this is a haunting, paranormal novel that captures that cold, visceral feeling of impending danger and the terror of sinking sh Katsu casts her spell by weaving together the timelines of the sinking of the Titanic and the explosion of sister ship Britannic. There are ghostly goings-on, séances, marital strife, and the clash of class on the Titanic. All of which foreshadow the tragedy. The action on the Britannic provides closure to the mysterious occurrences. Despite some unresolved plot points, this is a haunting, paranormal novel that captures that cold, visceral feeling of impending danger and the terror of sinking ships. ...more
Jan 13, 2020 Dannii Elle rated it it was amazing · review of another edition
Shelves: gothic-grotesqueness, horror-hazes, historical-highness
For all that was said about the Titanic, how superior it was, how well designed, how glorious and noble - as though it were a person, with a person's traits - it would do nothing to save them. The Titanic was indifferent to the humans crawling on its decks and would willingly sacrifice them to the sea."
I'm going to begin with some discoveries I made, whilst reading this book, that are unconnected with my review but fascinating all the same. Well, at least to me. The first discovery was that this For all that was said about the Titanic, how superior it was, how well designed, how glorious and noble - as though it were a person, with a person's traits - it would do nothing to save them. The Titanic was indifferent to the humans crawling on its decks and would willingly sacrifice them to the sea."
I'm going to begin with some discoveries I made, whilst reading this book, that are unconnected with my review but fascinating all the same. Well, at least to me. The first discovery was that this featured a plethora of individuals who actually sailed upon the Titanic. Two of these were third-class boxers. A little research unearthed that these two boxers both resided no more than a mile from my home. I live in a quieter part of Wales and have never seen nor heard of my surroundings featuring in any books I have read so this was an unforeseen delight that immediately brought fresh sorrow. I felt some sort of connection to these men which made their eventual passing a more saddening affair than I had anticipated.
My later discovery, upon talking to my family about my research into this book, was that a recently deceased relative of mine actually worked for the infamous Mr Ismay, until right before his boarding of the fateful ship. My uncle's mother left her home at the age of thirteen and was employed into the household of Mr J. Bruce Ismay. Mr Ismay was most famed and ridiculed for first urging the ship to increase in speed and later of his fleeing the Titanic on the lifeboats reserved for women and children, in the guise of an elderly woman with a shawl wrapped around and covering his head.
These two discoveries might seem trivial but it made my connection and so my emotional attachment with this book that much stronger. Historical fiction, with its roots pressed deep into history, will always trump those with a more fleeting attachment, for me.
Onto my thoughts more connected with book's actual contents...
From the very moment I read the synopsis I was sold. It promised to feature "...an eerie, psychological twist on one of the world's most renowned tragedies, the sinking of the Titanic and the ill-fated sail of its sister ship, the Britannic." So, basically everything I could ever want in a book!
It delivered the necessary emotions that these tragedies required as well as a Gothic and suspenseful twist that felt entirely unprecedented. I would say that this did not horrify but the sinister turn of events did intrigue and ensured I had no idea of how this narrative shift would conclude. The multitude of perspectives were interwoven to provide a complete picture, which resulted in many tears shed from me and an unforgettable story delivered. ...more
Apr 05, 2020 Beverly rated it liked it · review of another edition
I love the idea of combining the fatal voyages of the Titanic and the Britannic into one story: sister ships that were uncannily alike, even in their untimely demise. Kudos to the author must be given for that creative twist. There is a real person, Violet Jessup who was actually on both ships when they met their fates. She survived both encounters and is a pivotal character here.
I have always been fascinated by the Titanic story and I liked that the author included real passengers along with t I love the idea of combining the fatal voyages of the Titanic and the Britannic into one story: sister ships that were uncannily alike, even in their untimely demise. Kudos to the author must be given for that creative twist. There is a real person, Violet Jessup who was actually on both ships when they met their fates. She survived both encounters and is a pivotal character here.
I have always been fascinated by the Titanic story and I liked that the author included real passengers along with the fictional ones. The Irish folk tales were interesting too. It's not too far fetched to say that both ships were doomed by supernatural forces that are beyond our ken.
There is some lovely writing here and I enjoyed reading it, but I felt the story had a little bit too much hemming and hawing, back and forth, about who's a ghost, who's crazy and who is who. It was very confusing to me at least. ...more
Mar 19, 2020 alana ♡ rated it it was ok · review of another edition
Shelves: reviewed-arcs, historical-fiction, from-publisher
"Sometimes, when our feelings for the dead are very, very strong, it keeps them tied to us. It prevents them from moving on to the next world."
So this was...something else. I don't want to say that I'm fascinated by the sinking of the Titanic because we're talking about the one of the worst cruise ship disasters in history but I've always found the events and circumstances leading up to it's sinking so interesting. Therefore, I knew A LOT surrounding the tragedy before picking up this book, "Sometimes, when our feelings for the dead are very, very strong, it keeps them tied to us. It prevents them from moving on to the next world."
So this was...something else. I don't want to say that I'm fascinated by the sinking of the Titanic because we're talking about the one of the worst cruise ship disasters in history but I've always found the events and circumstances leading up to it's sinking so interesting. Therefore, I knew A LOT surrounding the tragedy before picking up this book, including the characters (who were real life passengers) that are aboard the RMS Titanic in this book. I've also watched the movie Titanic more times than I would ever like to admit but that's besides the point. Needless to say, I was STOKED to pick this up because of my interest and the fact that there is a supernatural twist in this story. And I'm not going to lie I thought this book was going to be a four star read but then the ending happened and here we are.
🔥 Slow burn story. For a good portion of this book it was all the right amounts of revealing just enough information to keep readers interested and wanting to continue the story without feeling too rushed or too slow. The keyword there is "good portion" though.
🕐 Dual timelines. I really liked that this was told from both the sailing of the Titanic and the Britannic, it made for a much more interesting story. If this was just told from Annie's POV while she was on the Britannic recalling the events that happened on the Titanic I don't think it would have nearly been as impactful.
🙅🏻♀️ Is Annie lying? So much of this book was spent wondering if you could trust anything Annie said or did. The book starts off with her getting released from a mental hospital and even though they deemed her "normal" and not needing help it was clear something was going on with her mentally and physically. I've always enjoyed books that have an unreliable narrator and I have to say even though this book didn't work out the best for me, this was one of the things I liked the most throughout this story.
What I Didn't Like
🧐 What just happened? 90% of this book was such a nice atmospheric read, with a slow burn type of pace that keep readers intrigued. But the last 10% was so incredibly rushed and all over the place that it felt like such a mess.
👨👩👧👦 What about everyone else? It truly bothered me that this book is told from multiple POV's and you only get a clear and concise ending for two of the characters. Obviously, not all of the characters are going to make it and while we do briefly learn the fate of a few who go down with the Titanic there are still a few characters whose fate we'll never know, and that honestly pissed me off.
🔮 Supernatural aspect. It was definitely a big disappointment that the one part of the story I was really looking forward to didn't work for me at all. I did enjoy the parts of the story where the characters felt an ominous presence on the Titanic but it never gave me that truly sinister sense. And I'm not going to lie I'm genuinely confused as to how this is considered horror.
🔚 The ending. No, no, no, no. I really HATED it. I think maybe it will work for others but for me it just felt like it didn't match the story at all, almost as if there were too many ideas packed into such a small amount of the book. I definitely didn't guess the plot twist at the end of the story but it felt so out of left field I don't really know how anyone could guess it. As for the overall ending of who lived and who died I was also not a fan unfortunately.
tw: suicide (briefly mentioned, not in detail), harming of a baby, drug use, drowning
Thank you G.P. Putnam's Sons for a review copy in exchange for a honest review!
Blog | Twitter ...more
Mar 09, 2020 Char rated it really liked it
Shelves: arc, dark-fiction, historical-fiction, net-galley, crime, haunting, supernatural
Set aboard the Titanic and aboard her sister ship, the Britannic, Alma Katsu weaves a haunting tale of love, grief, crime and class. Buy your boarding pass now!
I am a fan of alternating timelines and THE DEEP utilized that format. It was sometimes a little jarring, (I mean this in the best of ways), because of how vividly it brought home the differences between the Titanic, (the luxurious ocean-liner catering to the best of the best), and the Britannic, which by 1916 had been converted into a ho Set aboard the Titanic and aboard her sister ship, the Britannic, Alma Katsu weaves a haunting tale of love, grief, crime and class. Buy your boarding pass now!
I am a fan of alternating timelines and THE DEEP utilized that format. It was sometimes a little jarring, (I mean this in the best of ways), because of how vividly it brought home the differences between the Titanic, (the luxurious ocean-liner catering to the best of the best), and the Britannic, which by 1916 had been converted into a hospital ship serving during WWI. Men facing sudden, life- changing amputations and injuries vs. the creme de la creme of society in their fancy suits and gowns. It's a sharp contrast.
The characters here are well drawn and there's nice variety too: Gay boxers/con-men, those that are obsessed with the spiritual world, degenerate gamblers and cheaters galore. In this way, the writing reminded me a lot of Edith Wharton's characters and settings, and also the characters of Charles Dickens. What a weird combination, right?
Behind all of these interesting characters lurks a bit of a mystery, and perhaps a supernatural one at that. A woman survives the sinking of the Titanic only to find herself on her sister ship a mere four years later. It's quite a different trip this time around but one is left wondering who was haunted here? The ships or the woman?
I'm not gonna lie, I went into this expecting a horror novel. I didn't get one. Turns out, that was okay because I got a fascinating historical fiction story instead. To be honest, as the tale progressed, I was more interested in the goings-on of both ships, than the lack of any real horror. (Other than the horrors of what happened on both of these boats.) To my unpracticed eye, the research seemed well done and like I said-the details of the daily lives of the passengers stole my heart and attention.
THE DEEP may not have been what I expected, but in the end, I think that made me love it all the more.
Available March 10, 2020 here: https://amzn.to/2IApX65
*Thanks to NetGalley and the publisher for the e-ARC of this tale in exchange for my honest feedback. This is it.* ...more
Mar 05, 2020 Michelle rated it liked it · review of another edition
Having enjoyed The Hunger by the same author I was really looking forward to this, the level of research she put into the Donner Party I just knew I'd be in for a well researched book on two of the most famous sister ships in history, the Titanic and the Britannic and indeed I was.
This is historical fiction with horror / paranormal elements thrown into the mix. Dual timelines running simultaneously which was little confusing for me, with the ships being so similar and a overlap of characters I r Having enjoyed The Hunger by the same author I was really looking forward to this, the level of research she put into the Donner Party I just knew I'd be in for a well researched book on two of the most famous sister ships in history, the Titanic and the Britannic and indeed I was.
This is historical fiction with horror / paranormal elements thrown into the mix. Dual timelines running simultaneously which was little confusing for me, with the ships being so similar and a overlap of characters I really did have to think about which ship I was on and in which time period in every chapter which hindered my enjoyment to an extent.
Very well researched and the author did a fantastic job of weaving fact and fiction seamlessly. These ships felt alive to me, I could envision myself on them both.
I enjoyed the horror element to a point, at first I was really sold on it however I felt towards the end it got a little silly.
While this didnt blow me away it is a solid three star read. ...more
Mar 04, 2020 Lou rated it really liked it · review of another edition
The Deep, Alma Katsu's latest novel, is a fact-meets-fiction take on the devastating tale of the Titanic and is a refreshingly original and utterly unique historical thriller with elements of the supernatural, horror and mystery and featuring a mish-mash of folkloric entities. It tells the story of Annie Hebbley, an Irish girl who was a maid entrusted with the care of the First Class Deck on the disastrous maiden voyage of the doomed ship in 1912; she survives against the odds and is inexplicabl The Deep, Alma Katsu's latest novel, is a fact-meets-fiction take on the devastating tale of the Titanic and is a refreshingly original and utterly unique historical thriller with elements of the supernatural, horror and mystery and featuring a mish-mash of folkloric entities. It tells the story of Annie Hebbley, an Irish girl who was a maid entrusted with the care of the First Class Deck on the disastrous maiden voyage of the doomed ship in 1912; she survives against the odds and is inexplicably on board Titanic's sister liner, hospital ship Brittanic four years later in 1916 where she is employed as a nurse tending to wounded World War I servicemen. Annie had spent the intervening time period between the two voyages languishing in a mental asylum for conditions seemingly brought on by the enigmatic and deeply frightening voices and apparitions that frequented the decks of the Titanic enveloping them in an eerie calm.
Whilst I didn't feel this hit the heady heights of its accomplished predecessor The Hunger or will be enjoyed by the same wide audience there is no denying that this is a mesmerising gothic-tinged tale and one of the areas Katsu continues to excel at is creating a profoundly unsettling atmosphere. The amount of research the author has done in order to weave an authentic story is astonishing; I only wish all writers cared as much about how their book will be perceived. It's a tale ripe with engaging, complex characters, both real and imagined, and the writing tempts you into the narrative from early on and continues in a propulsive fashion for its entirety. You may be forgiven for believing the iceberg was the monster in the Titanic story but here a very different but no less dangerous beast lurks in the frigid waters.
A creepy, disturbing and cracking read full of nuance and sophistication with a genuinely engrossing plot. Many thanks to Bantam Press for an ARC. ...more
Sep 12, 2020 Carol rated it liked it
Shelves: published-2020, kindle, read-2020, historical-fiction, library-overdrive, mystery, disaster
THE DEEP combines fact with fiction in a reimagined story of the Titanic that sunk in 1912 and sister ship Britannia in 1916. There are some true life characters, a touch of folklore and the supernatural....an evil spirit that intends to cause harm, but nothing the least bit eerie that would classify it in the horror category (for me) aside from the truth behind the actual disasters.
The story follows one haunted survivor of Titanic through her service on the refitted Britannia hospital ship four
The story follows one haunted survivor of Titanic through her service on the refitted Britannia hospital ship four years later until its horrific end.
It alternates timelines between 1912 and 1916 which is not a problem, but I don't know....there was just something disconnected about the whole read (for me). I kept losing focus and interest despite my love of historical fiction concerning the Titanic....despite the curse, the seance, the blackmail and dalliances....despite the con-men, deceit and mystery behind it all. Perhaps THE DEEP just tried to do too much, again (for me). I really preferred Alma Katsu's THE HUNGER by comparison.
Apr 14, 2020 Scarlett Readz and Runz....Through Novel Time & Distance rated it it was amazing
I listened to this on audio and loved it. I'll be writing a review for it, but it won't be as detailed as if I had read a physical copy with a chance to annotate. However, without a doubt, this novel was packed with all the goodness of Alma Katsu's THE HUNGER, tenfold!!!
rtf.
Sep 16, 2019 J.D. Barker rated it it was amazing
THE DEEP takes us back to the final days of the Titanic, her sister ship the Britannic, and the mysterious woman who links them both. In a haunting story of love and revenge, Alma Katsu blends paranormal and historical fiction as only she can—a spellbinding tale where desire knows no bounds and death is only a beginning. Another fantastic story from the author of THE HUNGER.
Many thanks to Ms. Katsu and her publisher for the advance copy!
Oct 17, 2019 Marialyce rated it liked it
Shelves: edelweiss, wish-i-had-liked-it-more, books-of-2019, disappointing
2.5 stars and I wish I could have liked it better
Everything and I mean everything about the Titanic fascinates me. When this book became a download on Edelweiss, I jumped at the chance to read this advanced copy. As much as I wanted to love it, I didn't, and of course mixed into that was disappointment.
This is a story about a haunting and ships that was destined to sink and lives that were destined to be lost. The story linked a fictional character, Annie, based on a real person, Violet Jessup, 2.5 stars and I wish I could have liked it better
This is a story about a haunting and ships that was destined to sink and lives that were destined to be lost. The story linked a fictional character, Annie, based on a real person, Violet Jessup, who managed through fate to survive both the sinking of the Titanic and the Britannic.
In this tale, a tale of the paranormal blended with reality, we follow the character Annie, as she experience things that go bump in the night, and eeriness. She has visions and in reality thinks she might be possessed and that there lurked an evil spirit walking the decks of both ships. Of course at the time, the occult was a topic that many of the well heeled passengers on the Titanic clung to, so it did fit the mood of many of the travelers to believe there was something out there.
There was much mention of spooky things, silkies, sirens, demons, and other creepy characters and yet I just couldn't gather up enough scariness to say this was a chilling and ominous story. I held my attention for the majority of the story but there were some holes in the telling and I sometimes found myself doing a bit of skimming.
However, there are many reviewers who enjoyed it greatly so take a look and see what they thought.
Thank you to Alma Katsu, G.P. Putnam's Sons and Edelweiss for a copy of this book due out in March of 20202. ...more
Dec 12, 2019 NZLisaM rated it really liked it
Shelves: 2020, netgalley, gothic-horror, historical, mystery, supernatural
Morbidly fascinating, ghostly, and spooky!
In the days leading up to that fateful day in April of 1912, the guests of the infamous luxury ocean liner, the Titanic, are being plagued by strange occurrences – cold spots, disappearing belongings, whispered voices emanating from the sea, overwhelming feelings of paranoia and suspicion, and sudden unexplained deaths. Is it a warning, an omem of death, or something even more monstrous?
Four years later, during WW1, a survivor of the sinking, works as a Morbidly fascinating, ghostly, and spooky!
Four years later, during WW1, a survivor of the sinking, works as a nurse on the Britannic (a fleet mate of the Titanic, with an eerily identical layout) which is being used as a hospital. There she encounters a patient who shouldn't be there. And unbeknownst to everyone on board, this voyage too will end in disaster.
Trapped at sea, isolated, alone, with no way off, haunted by an unseen presence – I could not have been more excited to read this. Not only that, the ship in question was the Titanic, which sold me on the idea even more. The writing had a surreal, hypnotic quality which suited the mystical storyline. Events alternated between the Britannic (1916) and the Titanic (1912), and Alma Katsu seamlessly wove historical fact and fiction. Post finishing, I went into research mode, as my knowledge of the Titanic was limited to the actual sinking rather than the names and backgrounds of the passengers, and I knew next to nothing about Britannic (bombed and sank by the Germans during the first world war). It surprised me how much of The Deep was based on real events, rather than the author's imagination. I'm glad I went in blind, and didn't do my research beforehand. Having said that, if you are a Titanic expert, I think there is still enough within the pages to satisfy, as the emphasis of the novel is on the paranormal.
There were instances where the plot felt somewhat disjointed, possibly due to the dreamlike prose, but it's only a small gripe. I had my suspicions regarding the supernatural happenings that proved to be correct, but that didn't distract from my overall enjoyment, and there was still a stockpile of unexpected revelations. The large cast of characters, and multiple POV's was a lot to take in, so read carefully. Those familiar with the history will likely find this easier, since some of the names will be known to them, but I didn't know who anyone was, and was able to keep track just fine.
I have a copy of The Hunger on my bookshelf, and if it's as absorbing and seductive as this one, then I'm in for another treat. All aboard!
I'd like to thank Netgalley, Random House UK, Transworld Publishers – Bantam Press, and Alma Katsu for the e-ARC.
Release Date: 5th March, 2020. ...more
Mar 03, 2020 Darinda rated it really liked it · review of another edition
Shelves: edelweiss, horror
Told with alternating timelines and alternating points of view. The main character is Annie, who survived the Titanic and is now working aboard the Britannic. While aboard the Titanic, Annie felt an evil presence. Now on the Britannic, evil is still present.
Annie is running from something, but it's not clear what until later in the book. An unsettling thing for Annie on the Britannic is that she recognizes one of the wounded soldiers as Mark. On the Titanic, Mark, his wife, and child were first Told with alternating timelines and alternating points of view. The main character is Annie, who survived the Titanic and is now working aboard the Britannic. While aboard the Titanic, Annie felt an evil presence. Now on the Britannic, evil is still present.
Annie is running from something, but it's not clear what until later in the book. An unsettling thing for Annie on the Britannic is that she recognizes one of the wounded soldiers as Mark. On the Titanic, Mark, his wife, and child were first class passengers, and Annie was not aware that he had survived. At first, his presence is a good thing, but dark secrets are slowly revealed.
A dark and eerie novel that combines historical fiction and horror. Good for readers who enjoyed Katsu's The Hunger. Gothic and mysterious.
I received a free digital copy of this book from the publisher via Edelweiss in exchange for an honest review. ...more
May 01, 2020 Marc rated it really liked it · review of another edition
This was a hard call but I'm going for 3.5 stars and rounding up to 4. I thought this was very well written (although there is a reference to "Her Majesty's government" that took place in 1916 which I believe should have been "His Majesty's government" because George V was King). But I quibble. I thought the combination of history with fiction was very well done and I liked this novel. I think I was expecting a truly scary story and I didn't get that and the ending seemed a bit rushed. But I enj This was a hard call but I'm going for 3.5 stars and rounding up to 4. I thought this was very well written (although there is a reference to "Her Majesty's government" that took place in 1916 which I believe should have been "His Majesty's government" because George V was King). But I quibble. I thought the combination of history with fiction was very well done and I liked this novel. I think I was expecting a truly scary story and I didn't get that and the ending seemed a bit rushed. But I enjoyed this and I will definitely be reading more of Alma Katsu's novels! ...more
Mar 19, 2020 Jenny (Reading Envy) rated it really liked it · review of another edition
Shelves: read2020, horror, reviewcopy, ebooks, location-at-sea
Highly anticipated after I loved the last novel from this author - The Hunger. In The Deep she spins the historical Titanic and sister ship HMHS Britannic with touches of psychological horror, water beings, ghosts, and curses. There's also a man named Jack, but not the one you're thinking....
I read this from the publisher via Edelweiss, and it came out March 10. I was a little nervous about reading it during the stories of passengers trapped on cruise ships with COVID-19 but The Deep is distinct Highly anticipated after I loved the last novel from this author - The Hunger. In The Deep she spins the historical Titanic and sister ship HMHS Britannic with touches of psychological horror, water beings, ghosts, and curses. There's also a man named Jack, but not the one you're thinking....
I read this from the publisher via Edelweiss, and it came out March 10. I was a little nervous about reading it during the stories of passengers trapped on cruise ships with COVID-19 but The Deep is distinctly from a different time. ...more
Mar 16, 2020 Louise Wilson rated it liked it
This story covers the 1912 maiden voyage of the Titanic and the last voyage of the Titanic's sister ship, The Britanic. Annie Hebbley is a young Irsh woman who is running away from her past. Annie worked as a maid on the Titanic and a nurse on the Britanic.
I liked the authors writing style. Th3 main character is based on someone who actually survived both the Titanic and Britanic. It's a haunting ghost story that is full of history. The Britanic operated as a hospital during WWI. We don't usual This story covers the 1912 maiden voyage of the Titanic and the last voyage of the Titanic's sister ship, The Britanic. Annie Hebbley is a young Irsh woman who is running away from her past. Annie worked as a maid on the Titanic and a nurse on the Britanic.
I liked the authors writing style. Th3 main character is based on someone who actually survived both the Titanic and Britanic. It's a haunting ghost story that is full of history. The Britanic operated as a hospital during WWI. We don't usually hear much about the Britanic so it made a nice change. The story flips back and forward between the time on the titanic and Britanic. The story is more historical than supernatural.
I would like to thank NetGalley, Random House UK, Transworld Publishers and the author Alma Katsu for my ARC in exchange for an honest review . ...more
Mar 02, 2020 Susan rated it really liked it · review of another edition
It is 1916 and Annie Hebbley, formerly a stewardess on Titanic, is in an asylum when we first meet her. However, her friend, Violet, is keen that she return both to the world, and to sea. It is WWI and Titanic's sister ship, Britannic, is being used as a hospital ship. Encouraged back into the world, Annie finds the memories flooding back when she boards Britannic, which is identical to the doomed Titanic.
This novel looks at events in 1912 and 1916, with Annie recalling events from that time. A It is 1916 and Annie Hebbley, formerly a stewardess on Titanic, is in an asylum when we first meet her. However, her friend, Violet, is keen that she return both to the world, and to sea. It is WWI and Titanic's sister ship, Britannic, is being used as a hospital ship. Encouraged back into the world, Annie finds the memories flooding back when she boards Britannic, which is identical to the doomed Titanic.
This novel looks at events in 1912 and 1916, with Annie recalling events from that time. Author Alma Katsu has done much to recreate the passengers from Titanic, and to give the reader a real flavour of life on the ship. There are famous names – Guggenheim, Astor and Duff Cooper among them. However, this is not a straightforward re-telling. Seances and mysterious events combine with the later storyline of war and trauma, to create a fascinating novel, with a wonderful setting.
This would be an good choice for book groups, as there is much to discuss – Titanic is always fascinating and there is also the WWI theme to add interest, alongside the supernatural storyline. I received a copy of this book from the publisher, via NetGalley, for review.
Mar 02, 2020 Tucker (TuckerTheReader) added it · review of another edition
Shelves: fantasy, horror, arc-physical, finished-copies-physical, thriller, historical-fiction
Many thanks to G.P. Putnam Sons for sending me a copy in exchange for an honest review
this sounds so creepy and i am here for it!
| Goodreads | Blog | Pinterest | LinkedIn | YouTube | Instagram
| Goodreads | Blog | Pinterest | LinkedIn | YouTube | Instagram ...more
Horror Aficionados : April 2020 Group Read with Guest Author, Alma Katsu 45 134 Apr 27, 2020 07:44AM
Cover Whores Book...: Buddy Read - The Deep 4 39 Apr 26, 2020 06:20PM
Play Book Tag: The Deep by Alma Katsu / 4 stars 1 7 Apr 01, 2020 10:59AM
Fantasy > Paranormal
Fantasy > Supernatural
About Alma Katsu
"Hard to put down. Not recommended reading after dark." -- Stephen King
"Makes the supernatural seem possible" -- Publishers Weekly
THE HUNGER: NPR 100 Favorite Horror Stories
THE HUNGER: Nominated for the Stoker and Locus awards
Author of THE DEEP, a reimagining of the sinking of the Titanic, and THE HUNGER, a reimagining of the Donner Party's tragic journey (Putnam);
THE TAKER, THE RECKONING and THE "Hard to put down. Not recommended reading after dark." -- Stephen King
THE TAKER, THE RECKONING and THE DESCENT (Gallery Books). The Taker was selected by ALA/Booklist as one of the top ten debut novels of 2011.
Books by Alma Katsu
48 Horror Recommendations by Terrifying Tropes
For as long as people have been telling stories, we've spun tales of the monsters and nightmares that lurk in the shadows of our imaginations....
Trivia About The Deep
Quotes from The Deep
"Paranoia is itself a kind of contagion. Humans are predisposed to it. I have long held that it is a learned behavior from our primitive ancestors, a defense mechanism. Cautious humans stay alive longer than incautious ones." — 2 likes
"Without Caroline, he had nothing. Without Caroline, he was nothing. Maybe this was the truest definition of love he'd ever experienced. Not the kind he'd experienced with Lillian, the kind that unhinged him, made him wild. But the kind that had the power to anchor and secure him, to make him become the man he ought to have been all along." — 0 likes | {
"redpajama_set_name": "RedPajamaCommonCrawl"
} | 6,593 | [
128000,
3563,
555,
36024,
330,
791,
18682,
1,
439,
24133,
311,
4557,
512,
1687,
4265,
3021,
701,
1520,
13,
6914,
603,
1440,
1148,
596,
5076,
449,
420,
17562,
315,
578,
18682,
555,
99572,
735,
51843,
627,
25648,
2001,
578,
18682,
555,
99572,
735,
51843,
198,
2149,
1764,
735,
51843,
320,
15571,
31458,
7030,
340,
18,
13,
2137,
9787,
19767,
3649,
9787,
220,
19,
11,
23324,
18594,
9787,
220,
16,
11,
27325,
8544,
198,
55611,
11,
477,
2555,
11,
374,
77754,
279,
89862,
627,
2028,
374,
279,
1193,
1648,
311,
10552,
279,
4101,
315,
5906,
4057,
8699,
430,
617,
66402,
279,
22961,
315,
279,
8448,
505,
279,
4545,
814,
743,
30503,
25,
26454,
32153,
3095,
11,
11210,
16779,
13,
4800,
22340,
304,
459,
97383,
11,
92080,
93722,
10353,
2391
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
3563,
555,
36024,
330,
791,
18682,
1,
439,
24133,
311,
4557,
512,
1687,
4265,
3021,
701,
1520,
13,
6914,
603,
1440,
1148,
596,
5076,
449,
420,
17562,
315,
578,
18682,
555,
99572,
735,
51843,
627,
25648,
2001,
578,
18682,
555,
99572,
735,
51843,
198,
2149,
1764,
735,
51843,
320,
15571,
31458,
7030,
340,
18,
13,
2137,
9787,
19767,
3649,
9787,
220,
19,
11,
23324,
18594,
9787,
220,
16,
11,
27325,
8544,
198,
55611,
11,
477,
2555,
11,
374,
77754,
279,
89862,
627,
2028,
374,
279,
1193,
1648,
311,
10552,
279,
4101,
315,
5906,
4057,
8699,
430,
617,
66402,
279,
22961,
315,
279,
8448,
505,
279,
4545,
814,
743,
30503,
25,
26454,
32153,
3095,
11,
11210,
16779,
13,
4800,
22340,
304,
459,
97383,
11,
92080,
93722,
10353,
2391,
-100
] |
Helvetia riojanensis är en spindelart som beskrevs av Galiano 1965. Helvetia riojanensis ingår i släktet Helvetia och familjen hoppspindlar. Inga underarter finns listade i Catalogue of Life.
Källor
Hoppspindlar
riojanensis | {
"redpajama_set_name": "RedPajamaWikipedia"
} | 6,264 | [
128000,
33813,
17553,
689,
95804,
23685,
87778,
19106,
665,
993,
485,
301,
472,
1794,
9234,
74,
7430,
82,
1860,
480,
10700,
78,
220,
5162,
20,
13,
16183,
17553,
689,
95804,
23685,
87778,
6892,
18382,
602,
1776,
2357,
5964,
295,
16183,
17553,
689,
12218,
44526,
24041,
7598,
1725,
79,
485,
14115,
13,
763,
6885,
1234,
5408,
74165,
1160,
1037,
602,
32321,
361,
315,
9601,
382,
42,
33351,
269,
4815,
88373,
1725,
79,
485,
14115,
198,
10599,
23685,
87778,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
] | [
33813,
17553,
689,
95804,
23685,
87778,
19106,
665,
993,
485,
301,
472,
1794,
9234,
74,
7430,
82,
1860,
480,
10700,
78,
220,
5162,
20,
13,
16183,
17553,
689,
95804,
23685,
87778,
6892,
18382,
602,
1776,
2357,
5964,
295,
16183,
17553,
689,
12218,
44526,
24041,
7598,
1725,
79,
485,
14115,
13,
763,
6885,
1234,
5408,
74165,
1160,
1037,
602,
32321,
361,
315,
9601,
382,
42,
33351,
269,
4815,
88373,
1725,
79,
485,
14115,
198,
10599,
23685,
87778,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100
] |
Soft and smooth with red fruit flavours. Natural and balanced. Very "moreish".
"An approachable blend of family-farmed grapes. Bright garnet hue with a sturdy structure and grippy character that has a remarkable ability to pair with most foods. Gather around the table or fireside and enjoy a smooth, lingering finish. Total sulfite, naturally occurring: TTB analysis, 0 ppm." | {
"redpajama_set_name": "RedPajamaC4"
} | 673 | [
128000,
31631,
323,
11113,
449,
2579,
14098,
71182,
13,
18955,
323,
24770,
13,
15668,
330,
6518,
819,
23811,
1,
2127,
5603,
481,
20955,
315,
3070,
2269,
31372,
66008,
13,
27508,
61016,
295,
40140,
449,
264,
45652,
6070,
323,
23854,
35063,
3752,
430,
706,
264,
23649,
5845,
311,
6857,
449,
1455,
15657,
13,
50095,
2212,
279,
2007,
477,
27176,
579,
323,
4774,
264,
11113,
11,
64610,
6381,
13,
10884,
40769,
635,
11,
18182,
31965,
25,
350,
32260,
6492,
11,
220,
15,
64697,
1210,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256,
128256
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
] | [
31631,
323,
11113,
449,
2579,
14098,
71182,
13,
18955,
323,
24770,
13,
15668,
330,
6518,
819,
23811,
1,
2127,
5603,
481,
20955,
315,
3070,
2269,
31372,
66008,
13,
27508,
61016,
295,
40140,
449,
264,
45652,
6070,
323,
23854,
35063,
3752,
430,
706,
264,
23649,
5845,
311,
6857,
449,
1455,
15657,
13,
50095,
2212,
279,
2007,
477,
27176,
579,
323,
4774,
264,
11113,
11,
64610,
6381,
13,
10884,
40769,
635,
11,
18182,
31965,
25,
350,
32260,
6492,
11,
220,
15,
64697,
1210,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100
] |
In the fall of 2014, Dave began to lose weight. Being diagnosed a few years earlier with Diabetes II, at first he thought it was part of the disease. However, other symptoms started to appear — pain under his rib cage, losing more weight, change in stools, etc. An appointment to the primary doctor in October had Dave and his wife, Wendy, asking a lot of questions. Dave asked the doctor if he had pancreatic cancer. The doctor assured him his bloodwork was good and his "sugar pills" just needed adjusting. We decided to make an appointment to see the endocrinologist for the second week of January. We changed his pills a number of times, but things kept sliding downhill.
Christmas rolled around and Dave continued to get sicker and sicker. We met with a different endocrinologist, who immediately put Dave on insulin. Bloodwork showed that his liver enzymes were way off. A CT scan showed a small tumor on the head of the pancreas. Within 3 days Dave was in surgery having a stent put into his bile duct as the tumor was pressing on the bile duct. By Saturday afternoon he was home but really not much better. Not to our knowledge, but the stent was misplaced and shut down his liver.
Monday morning his color was way off, so we returned to the surgeon's office for a series of tests. We were told if further surgery was indicated they would send us to the city, but they didn't seem to have the urgency we thought we needed. Dave said to me, "Wendy, they are looking at me like I am a dead man".
A medical friend told Dave that he needed "Dr. John Chabot" at Columbia. In the morning Dave called and we spoke with a lovely lady named Shenelle. We quickly faxed all of his medical records to her. A few hours later we received a call from the pancreatic center, to immediately bring Dave to the ER.
The ER was extremely busy and poor Dave hadn't eaten since earlier in the day. After waiting almost 24 hours, being seen by multiple providers, and waiting in a crowded hallway, we asked to meet with the head of nurses. We explained the situation and he got Dave on the MRI list.
After the MRI, Dave was placed as an "Add-on" for stent replacement which they hoped would be Thursday. When Dave came out of recovery, he was on the phone with the kids, and said he felt so good he could run around the block. He actually smiled at me, the first time in many days — again we felt hopeful.
That evening, back in our room, we met Dr. John Chabot. He told us Dave appeared operable as he had a small tumor on the pancreas, but also his gall bladder needed to come out. Dave would have a few rounds of chemo to shrink the tumor, undergo the whipple surgery, and then continue with chemo. Again, we felt HOPE.
Dave responded well to the chemo and so Dr. Chabot scheduled the surgery for March 10th, 2015. I am glad to say that the surgery was on Tuesday and by Saturday afternoon we were taking him home to recover. On March 27th our daughter Susan and her husband Adam welcomed our first grandchild. Named after his grandfather and uncle, David James, was born in Tennessee. He truly is a blessing in our lives. We travelled to see him after he was born and for his Christening — a wonderful and memorable day.
Unfortunately, Dave began to show late side effects from the chemo treatments. Dr. Saenger, our oncologist, and Dr. Cheryl Kunis, our nephrologist, worked together to come up with a plan. Dave was very ill and in our heart of hearts we didn't think he would survive. Prayers came from the west coast to the east coast – from south to north for us as they had throughout the entire journey. Slowly, Dave was better. When December came, along came bad news. Two small tumors returned and we needed to start a different chemo treatment. We again decided we were going to fight for his life.
Chemo continued and June 2016, scans were clean. We saw Dr. John Chabot on July 6th who told us the CT was good — he was encouraging. The next scan is scheduled for Sept. 21st.
We are truly blessed. So many people have sent cards, emails, and kept us in their prayers. Our dear friends have been walking and holding us up when things didn't always look so promising — we thank them for that. Our church, First Presbyterian Church, in Goshen, NY continues to uphold us. Dave continued to work throughout the entire ordeal, and continued as Secretary/Treasurer and volunteer of his fire company. We don't know what the future holds, but we have held onto HOPE and know that every day we are together is a gift to cherish. We continue to try to fight the good fight and to seek out any help we need. We can only thank everyone that has dealt with us at NewYork-Presbyterian/Columbia for their kindness and compassion.
If I have learned anything from the past 2 years, it is to listen to your body. Don't accept what you are told if you know in your heart you aren't getting the answers to your problems. Seek out other advice and don't be afraid to ask questions concerning your health. When you find out you have pancreatic cancer, as any catastrophic illness, your life does a 180 degree turn, never to be like it was before, for you and your loved ones.
Was I scared? Of course. When faced with a disease that can and still might take your life, you face every day in a different way. I have found that a second or even a third opinion is probably the best thing you can do for yourself. Sure, it is aggravating collecting your records, making appointments and seeing someone totally new, but in the long run it may be the answer you need. So many of our friends have faced similar situations and everyone seems to be afraid to travel to the "city", but we know that some of the Best of the Best are in these hospitals. They are on the cutting edge of cures and ways to extend life with quality.
We consider ourselves simple "country folk", living in "farming community". But we are lucky to be close to some of the world's outstanding hospitals. We found that by sharing your story you also find out things that worked for others in similar situations. There is always HOPE. Anyone who is negative around you needs to go. I continue to live life to the fullest. I plan to go hunting with my son this fall, go to a college football game and enjoy every day God gives me. I appreciate everyone who has listened, helped and been in my corner throughout this journey. Our family has a strong faith, we will continue to look to the future and know that there are many new things happening in the medical field that might help me in the future.
My doctors, Dr. Chabot, Dr. Kluger, Dr. Schrope, Dr. Saenger, Dr. Kunis, our med student Emma and the staff they have with them have all been outstanding. We thank our PA's, those who set appointments for us, do our vitals and anyone who has been on our team. I cannot thank them enough.
Always set goals and try to achieve them. Continue to look to the future. Our son was promoted to Naval Commander at the Washington D.C. Naval Yard early September this year. I lived to witness the ceremony and couldn't be prouder to have my family with me to celebrate his achievement. Thank you. | {
"redpajama_set_name": "RedPajamaC4"
} | 4,337 | [
128000,
644,
279,
4498,
315,
220,
679,
19,
11,
20851,
6137,
311,
9229,
4785,
13,
21347,
29704,
264,
2478,
1667,
6931,
449,
53689,
8105,
11,
520,
1176,
568,
3463,
433,
574,
961,
315,
279,
8624,
13,
4452,
11,
1023,
13803,
3940,
311,
5101,
2001,
6784,
1234,
813,
20735,
36460,
11,
13490,
810,
4785,
11,
2349,
304,
90872,
11,
5099,
13,
1556,
18101,
311,
279,
6156,
10896,
304,
6664,
1047,
20851,
323,
813,
7555,
11,
55676,
11,
10371,
264,
2763,
315,
4860,
13,
20851,
4691,
279,
10896,
422,
568,
1047,
98144,
9572,
13,
578,
10896,
28478,
1461,
813,
6680,
1816,
574,
1695,
323,
813,
330,
82,
8734,
26153,
1,
1120,
4460,
43468,
13,
1226,
6773,
311,
1304,
459,
18101,
311,
1518,
279,
842,
91153,
16549,
369,
279,
2132,
2046
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
644,
279,
4498,
315,
220,
679,
19,
11,
20851,
6137,
311,
9229,
4785,
13,
21347,
29704,
264,
2478,
1667,
6931,
449,
53689,
8105,
11,
520,
1176,
568,
3463,
433,
574,
961,
315,
279,
8624,
13,
4452,
11,
1023,
13803,
3940,
311,
5101,
2001,
6784,
1234,
813,
20735,
36460,
11,
13490,
810,
4785,
11,
2349,
304,
90872,
11,
5099,
13,
1556,
18101,
311,
279,
6156,
10896,
304,
6664,
1047,
20851,
323,
813,
7555,
11,
55676,
11,
10371,
264,
2763,
315,
4860,
13,
20851,
4691,
279,
10896,
422,
568,
1047,
98144,
9572,
13,
578,
10896,
28478,
1461,
813,
6680,
1816,
574,
1695,
323,
813,
330,
82,
8734,
26153,
1,
1120,
4460,
43468,
13,
1226,
6773,
311,
1304,
459,
18101,
311,
1518,
279,
842,
91153,
16549,
369,
279,
2132,
2046,
-100
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.