{"id":7872,"date":"2020-02-12T01:43:04","date_gmt":"2020-02-12T01:43:04","guid":{"rendered":"https:\/\/mickgb.com\/?p=7872"},"modified":"2023-11-23T03:49:58","modified_gmt":"2023-11-23T03:49:58","slug":"comhlachtai-crualacha","status":"publish","type":"post","link":"https:\/\/mickgb.com\/ga\/comhlachtai-crualacha\/","title":{"rendered":"Comhlachta\u00ed Cru\u00e1lacha!"},"content":{"rendered":"[et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;section&#8221; _builder_version=&#8221;4.16&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_row admin_label=&#8221;row&#8221; _builder_version=&#8221;4.16&#8243; background_size=&#8221;initial&#8221; background_position=&#8221;top_left&#8221; background_repeat=&#8221;repeat&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_text admin_label=&#8221;Text&#8221; _builder_version=&#8221;4.16&#8243; background_size=&#8221;initial&#8221; background_position=&#8221;top_left&#8221; background_repeat=&#8221;repeat&#8221; global_colors_info=&#8221;{}&#8221;]<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2; font-size: 12pt;\"><strong><span style=\"color: #000000; font-size: 14pt;\"><\/span><\/strong><a id=\"OLE_LINK1\"><\/a><a id=\"OLE_LINK2\"><\/a><\/p>\n<p><span style=\"color: #222222; font-size: 14pt;\"><span style=\"font-size: 14pt;\"><script type=\"text\/javascript\" >\r\nvar cab={\r\n\r\n\turlStart: \"https:\/\/www.teanglann.ie\",\r\n\r\n\tclickify: function ($n) {\r\n\t\tvar $=jQuery;\r\n\t\tif(!$n) $n=$(document);\r\n\t\tif(!$n.jquery) $n=$($n);\r\n\t\tfor(var y=0; y<$n.toArray().length; y++){\r\n\t\t\tvar n=$n.toArray()[y];\r\n\t\t\tthis.cleanTuairisc(n);\r\n\t\t\tfor(var i=0; i<n.childNodes.length; i++) {\r\n\t\t\t\tnode=n.childNodes[i];\r\n\t\t\t\tif(node.nodeType==1 && node.nodeName!=\"a\" && node.nodeName!=\"A\") {\r\n\t\t\t\t\tnosplit=$(node).hasClass(\"nosplit\");\r\n\t\t\t\t\tthis.clickify(node);\r\n\t\t\t\t}\r\n\t\t\t\telse if(node.nodeType==3 && $.trim(node.nodeValue)!=\"\") {\r\n\t\t\t\t\tvar replace=document.createElement(\"span\");\r\n\t\t\t\t\treplace.innerHTML=this.clickifyText(node.nodeValue);\r\n\t\t\t\t\tn.replaceChild(replace, node);\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t},\r\n\t\r\n\tclickifyText: function(str) {\r\n\t\tvar ret=\"\";\r\n\t\tvar buffer=\"\";\r\n\t\tfor(var i=0; i<str.length; i++) {\r\n\t\t\tvar c=str.charAt(i);\r\n\t\t\tif(\"a\u00e1bcde\u00e9fghi\u00edjklmno\u00f3pqrstu\u00favwxyzA\u00c1BCDE\u00c9FGHI\u00cdJKLMNO\u00d3PQRSTU\u00daVWXYZ'\u2019-\".indexOf(c)>-1) {\r\n\t\t\t\tbuffer+=c;\r\n\t\t\t} else {\r\n\t\t\t\tif(buffer!=\"\") { ret+=this.text2click(buffer); buffer=\"\"; }\r\n\t\t\t\tret+=c;\r\n\t\t\t}\r\n\t\t}\r\n\t\tif(buffer!=\"\") { ret+=this.text2click(buffer); buffer=\"\"; }\r\n\t\treturn ret;\r\n\t},\r\n\t\r\n\ttext2click: function(str) {\r\n\t\tvar s=\"<span\";\r\n\t\ts+=\" style=\\\"cursor: pointer\\\"\";\r\n\t\ts+=\" onmouseover=\\\"this.style.color='#993300'; this.style.textDecoration='underline'\\\"\";\r\n\t\ts+=\" onmouseout=\\\"this.style.color=''; this.style.textDecoration=''\\\"\";\r\n\t\ts+=\" onclick=\\\"cab.lexclick(this)\\\"\";\r\n\t\ts+=\">\"\r\n\t\ts+=str;\r\n\t\ts+=\"<\/span>\";\r\n\t\treturn s;\r\n\t},\r\n\t\r\n\tcleanTuairisc: function(n){\r\n\t\tvar $=jQuery;\r\n\r\n\t\t\/\/remove Tuairisc.ie <span class=\"s1\"> etc:\r\n\t\t$(n).children(\"span.s2\").each(function(){ $(this).replaceWith(this.innerHTML); })\r\n\t\t$(n).children(\"span.s1\").each(function(){ $(this).replaceWith(this.innerHTML); })\r\n\t\t\r\n\t\t\/\/merge text nodes:\r\n\t\tvar prevNode;\r\n\t\tfor(var i=0; i<n.childNodes.length; i++) {\r\n\t\t\tvar node=n.childNodes[i];\r\n\t\t\tif(node.nodeType==3 && prevNode && prevNode.nodeType==3){\r\n\t\t\t\tprevNode.nodeValue+=node.nodeValue;\r\n\t\t\t\tnode.nodeValue=\"\";\r\n\t\t\t} else {\r\n\t\t\t\tprevNode=node;\r\n\t\t\t}\r\n\t\t}\r\n\t},\r\n\t\r\n\tlexclickOrigin: 0,\r\n\t\r\n\tlexclick: function(a){\r\n\t\tvar $=jQuery;\r\n\t\tvar str=a.innerText;\r\n\t\tclean=str.replace(\/^\\s*\/, \"\").replace(\/\\s*$\/, \"\");\r\n\t\tvar url=cab.urlStart+\"\/ga\/?s=\"+encodeURIComponent(clean)+\"&quickie=true\";\r\n\t\t$(\"body\").off(\"click\", cab.lexclickOff);\r\n\t\tif($(\"body\").width()>450) {\r\n\t\t\t$(\"#lexclick\").remove();\r\n\t\t\tvar $a=$(a);\r\n\t\t\t{\r\n\t\t\t\tvar leftOffset=$a.offset().left;\r\n\t\t\t\tvar className=\"\";\r\n\t\t\t}\r\n\t\t\tif(leftOffset>$(\"body\").width()\/2) {\r\n\t\t\t\tleftOffset=leftOffset-280;\r\n\t\t\t\tvar className=\"rightAnchored\";\r\n\t\t\t}\r\n\t\t\t\r\n\t\t\tvar css=\"position: absolute; z-index: 100; width: 300px; height: 370px; background-color: #dddddd; border: 1px solid #333333; padding: 5px; box-shadow: 0px 0px 5px #999999; border-radius: 2px; line-height: 1.5em;\";\r\n\t\t\tvar cssArrow=\"position: absolute; top: -9px; left: 10px; width: 15px; height: 9px; background-image: url(\\\"\"+cab.urlStart+\"\/cab\/lexclick-callout.gif\\\"); z-index: 101;\";\r\n\t\t\tif(className==\"rightAnchored\") cssArrow+=\" left: auto; right: 10px;\"\r\n\t\t\t\r\n\t\t\t$(\"<div id='lexclick' class='\"+className+\"' style='\"+css+\"; line-height: 1em;' onclick='cab.lexclickOrigin=123'><div class='arrow' style='\"+cssArrow+\"'><\/div><iframe name='lexclickFrame' style='width: 298px; height: 348px; border: 1px inset #333333;' src='\"+url+\"' frameborder='0'><\/iframe><div style='font-family: sans-serif; font-size: 12px; text-align: left; margin-top: 3px;'><a href='\"+url+\"' target='_blank' style='color: #336699; text-decoration: none; position: relative; top: -3px; text-shadow: 1px 1px 0px #eeeeee;' onmouseover='this.style.color=\\\"#4477aa\\\"' onmouseout='this.style.color=\\\"#336699\\\"'><img src='\"+cab.urlStart+\"\/cab\/application.png' width='16' height='16' style='position: relative; top: 3px; margin-right: 2px; margin-left: 2px;'\/> www.teanglann.ie \u00bb<\/a><\/div><\/div>\").appendTo(\"body\").offset({top: $a.offset().top+$a.height()+10, left: leftOffset});\r\n\t\t\tcab.lexclickOrigin=123;\r\n\t\t\t$(\"body\").on(\"click\", cab.lexclickOff);\r\n\t\t} else {\r\n\t\t\twindow.open(url);\r\n\t\t}\r\n\t},\r\n\r\n\tlexclickOff: function(){\r\n\t\tvar $=jQuery;\r\n\t\tif(cab.lexclickOrigin==0) {\r\n\t\t\t$(\"#lexclick\").remove();\r\n\t\t\t$(\"body\").off(\"click\", cab.lexclickOff);\r\n\t\t}\r\n\t\tcab.lexclickOrigin=0;\r\n\t},\r\n\t\r\n};\r\n\t\t\t<\/script>\r\n\r\n<script type=\"text\/javascript\">jQuery(document).ready(function(){ cab.clickify(); });<\/script><\/span><\/span><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\">N\u00edl aon rud chomh cumhachtach le sc\u00e9al daonsp\u00e9ise chun teachtaireacht th\u00e1bhachtach a chur in i\u00fal d\u00fainn.\u00a0\u00a0Rith an smaoineamh tuisceanach liom le d\u00e9ana\u00ed agus m\u00e9 ag l\u00e9amh alt scr\u00edofa ag Nicholas Kristoff sa \u2018New York Times\u2019. Is iriseoir \u00e9 a bhfuil duaiseanna Pulitzer buaite aige. Cl\u00fada\u00edonn s\u00e9 topaic\u00ed le h\u00e1bhair \u00e9ags\u00fala mar cearta daonna, cearta na mban, c\u00farsa\u00ed sl\u00e1inte agus c\u00farsa\u00ed domhanda.<\/p>\n<p><!-- \/wp:post-content --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\">Agus an t-alt \u00e1 l\u00e9amh agam, bhuail smaoineamh eile m\u00e9. T\u00e1 tuairim\u00ed polait\u00edochta Bernie Sanders agus a lucht taca\u00edochta ar chro\u00ed na ceiste acu thall i Meirice\u00e1. T\u00e1 comhlachta\u00ed iln\u00e1isi\u00fanta ag scriosadh socha\u00ed na linne, ionas go bhfuil s\u00e9 ag titim as a ch\u00e9ile i Meirice\u00e1.\u00a0\u00a0An gceapann t\u00fa go bhfuil siad \u00e1 n-iompar iad f\u00e9in n\u00edos fearr anseo in \u00c9irinn?<\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\">Is \u00e1bhair mhachnaimh na sampla\u00ed seo, a bhfuil l\u00e1ithreacht ag roinnt acu in \u00c9irinn.<\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\"><strong>Phillip Morris USA, R.J. Reynolds, Altria, Lorrilard:<\/strong><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\">Iadsan i dtionscal an tobac at\u00e1 ciontach i mb\u00e1s na milli\u00fain duine gach bliain, agus mharaigh siad i bhfad n\u00edos m\u00f3 daoine n\u00e1 Stalin f\u00e9in. Sh\u00e9an na comhlachta\u00ed gur c\u00fais ailse \u00e9 an tobac, n\u00f3 gur druga \u00e9 nicit\u00edn a chotha\u00edonn and\u00fail an-chumhachtach. Sh\u00e9an siad na f\u00edric\u00ed go dt\u00ed rial\u00fa na C\u00fairte Feidear\u00e1la\u00ed ar an ch\u00e1s, nuair a dh\u00edrigh siad d\u00f3ibh i 2017 na f\u00edric\u00ed a ghlacadh agus a insint do phobal na St\u00e1it Aontaithe. Ach meastar f\u00f3s go bhfaighidh timpeall deich milli\u00fan duine b\u00e1s \u00f3 nicit\u00edn sa bhliain 2030. Conas a d\u2019fh\u00e9adfadh rud mar sin a tharla? Tarl\u00f3idh seacht milli\u00fan de na b\u00e1sanna i dt\u00edortha an Tr\u00ed\u00fa Domhan, \u00e1it nach bhfuil a l\u00e1n rialach\u00e1in tobac i bhfeidhm.<\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\"><strong>Purdue Pharmaceutical, Johnson and Johnson, Teva Pharmaceutical, Mc Kinsey &amp; Company agus comhlachta\u00ed eile:<\/strong><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\">T\u00e1 g\u00e9arch\u00e9im sna St\u00e1it Aontaithe le druga\u00ed \u00f3p\u00f3ideacha, agus faigheann a l\u00e1n \u00fas\u00e1ideoir\u00ed b\u00e1s gach bliain. Bh\u00ed pion\u00f3is gearrtha ar chuid de na comhlachta\u00ed luaite, ach t\u00e1 c\u00e1sanna m\u00f3ra ar si\u00fal f\u00f3s. is mar a ch\u00e9ile strait\u00e9is comhlachta\u00ed c\u00f3gais\u00edochta agus na comhlachta\u00ed tobac, is \u00e9 gach rud a sh\u00e9anadh, agus ansin moill a chur ar gach c\u00e1s sa ch\u00fairt.\u00a0\u00a0Tar \u00e9is an tsaoil, nach bhfuil comhlachta\u00ed tobac agus comhlachta\u00ed c\u00f3gais\u00edochta sa ghn\u00f3 c\u00e9anna \u2013 mangair\u00ed druga\u00ed an t-ioml\u00e1n acu!\u00a0\u00a0<\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\">D\u00e1la an sc\u00e9il, mara\u00edonn tionscal an tobac ocht n-uaire n\u00edos m\u00f3 daoine n\u00e1 tionscal c\u00f3gais\u00edocht, fi\u00fa i ndiaidh treascairt tionscal an tobac sa ch\u00fairt!<\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\"><strong>Boeing:<\/strong><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\">Bh\u00ed a fhios ag cuid mhaith de na fostaithe ag obair ag Boeing go raibh fadhbanna maidir leis an eitle\u00e1n \u2018737 Max\u2019. Rinne siad iarracht an fh\u00edrinne a cheilt \u00f3 rialt\u00f3ir\u00ed an \u00dadar\u00e1is Eitl\u00edochta Feidear\u00e1lach (FAA). Thuairte\u00e1il dh\u00e1 eitle\u00e1n (737 MAX) an bhliain seo caite agus n\u00edor th\u00e1inig aon duine sl\u00e1n. Ar dt\u00fas, d\u2019fh\u00f3gair Denis Muilenberg, pr\u00edomhoifigeach feidhmi\u00fach\u00e1in, nach raibh aon fhadhb leis na heitle\u00e1in. Ach go luath ina dhiaidh sin, bh\u00ed athr\u00fa poirt air! N\u00ed raibh s\u00e9 r\u00f3fhada tar \u00e9is sin gur \u00e9irigh s\u00e9 as a phost. N\u00edos d\u00e9ana\u00ed, in Ean\u00e1ir 2020, th\u00e1inig a l\u00e1n c\u00e1ip\u00e9is\u00ed inmhe\u00e1nach chun solais a chuir neart fianaise dosh\u00e9anta le f\u00e1il at\u00e1 c\u00e1inteach do Boeing. Bh\u00ed go leor \u00e1bhar g\u00e1irsi\u00fail sna c\u00e1ip\u00e9is\u00ed sin. Mar shampla, fuarthas an r\u00e1iteas gr\u00e1nna seo: &#8220;Fir agus mn\u00e1 grinn le moncaithe mar sti\u00farth\u00f3ir\u00ed acu, a dhear an t-eitle\u00e1n seo.\u201d\u00a0\u00a0N\u00ed g\u00e1 dom rud eile a r\u00e1 faoi!<\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\"><strong>Facebook agus Cambridge Analytica. <\/strong><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\">Abair sl\u00e1n le do shonra\u00ed pearsanta. Mura gcreideann t\u00fa cad at\u00e1 i gceist, b\u2019fh\u00e9idir n\u00e1r chuala t\u00fa cad a tharla. D\u2019\u00fas\u00e1id Cambridge Analytica aip ar Facebook chun ceisteanna a chur ar dhaoine a d\u2019\u00edosl\u00f3d\u00e1il an aip. Ghoid Cambridge Analytica sonra\u00ed pearsanta \u00f3 na daoine sin, agus \u00f3 gach duine eile a bh\u00ed ina ngr\u00e9as\u00e1n s\u00f3isialta freisin. Sa tsl\u00ed sin, fuair siad sonra\u00ed pearsanta ar 87 milli\u00fan duine agus dh\u00edol siad iad do bhithi\u00fanaigh nach ar mhaithe linn at\u00e1 siad. Gan dabht, bh\u00ed tionchar polaiti\u00fail \u00e1 imirt acu ar an bpr\u00f3iseas, agus go h\u00e1irithe ar thoghch\u00e1in th\u00e1bhachtacha i Meirice\u00e1 agus sa Riocht Aontaithe. N\u00edl Cambridge Analytica ann f\u00f3s, agus t\u00e1 ar Facebook c\u00e9imeanna a dh\u00e9anamh chun do shonra\u00ed pearsanta a dhaingni\u00fa. Ach b\u00ed cinnte gur armr\u00e1s at\u00e1 ann.<\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\"><strong>Sc\u00e9al?<\/strong><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\">Ach nach ndearna m\u00e9 tagairt do sc\u00e9al Nicholas Kristoff? Rinne, agus luaigh s\u00e9 cinn de na comhlachta\u00ed thuasluaite ina sc\u00e9al. Chuir m\u00e9 b\u00e9im ar ainghn\u00edomhartha na gcomhlachta\u00ed ionas go mbeife\u00e1 in ann a fheice\u00e1il c\u00e9 chomh truaillithe is at\u00e1 siad. Ansin, beidh comhth\u00e9acs n\u00edos fearr agat an tseachtain seo chugainn, nuair a inseoidh m\u00e9 an sc\u00e9al duit faoi dheoidh.<\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\">\u00a0\u00a0<span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/span><\/p>\n<p><!-- \/wp:freeform --><\/p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section]","protected":false},"excerpt":{"rendered":"<p><script type=\"text\/javascript\" >\r\nvar cab={\r\n\r\n\turlStart: \"https:\/\/www.teanglann.ie\",\r\n\r\n\tclickify: function ($n) {\r\n\t\tvar $=jQuery;\r\n\t\tif(!$n) $n=$(document);\r\n\t\tif(!$n.jquery) $n=$($n);\r\n\t\tfor(var y=0; y<$n.toArray().length; y++){\r\n\t\t\tvar n=$n.toArray()[y];\r\n\t\t\tthis.cleanTuairisc(n);\r\n\t\t\tfor(var i=0; i<n.childNodes.length; i++) {\r\n\t\t\t\tnode=n.childNodes[i];\r\n\t\t\t\tif(node.nodeType==1 && node.nodeName!=\"a\" && node.nodeName!=\"A\") {\r\n\t\t\t\t\tnosplit=$(node).hasClass(\"nosplit\");\r\n\t\t\t\t\tthis.clickify(node);\r\n\t\t\t\t}\r\n\t\t\t\telse if(node.nodeType==3 && $.trim(node.nodeValue)!=\"\") {\r\n\t\t\t\t\tvar replace=document.createElement(\"span\");\r\n\t\t\t\t\treplace.innerHTML=this.clickifyText(node.nodeValue);\r\n\t\t\t\t\tn.replaceChild(replace, node);\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t},\r\n\t\r\n\tclickifyText: function(str) {\r\n\t\tvar ret=\"\";\r\n\t\tvar buffer=\"\";\r\n\t\tfor(var i=0; i<str.length; i++) {\r\n\t\t\tvar c=str.charAt(i);\r\n\t\t\tif(\"a\u00e1bcde\u00e9fghi\u00edjklmno\u00f3pqrstu\u00favwxyzA\u00c1BCDE\u00c9FGHI\u00cdJKLMNO\u00d3PQRSTU\u00daVWXYZ'\u2019-\".indexOf(c)>-1) {\r\n\t\t\t\tbuffer+=c;\r\n\t\t\t} else {\r\n\t\t\t\tif(buffer!=\"\") { ret+=this.text2click(buffer); buffer=\"\"; }\r\n\t\t\t\tret+=c;\r\n\t\t\t}\r\n\t\t}\r\n\t\tif(buffer!=\"\") { ret+=this.text2click(buffer); buffer=\"\"; }\r\n\t\treturn ret;\r\n\t},\r\n\t\r\n\ttext2click: function(str) {\r\n\t\tvar s=\"<span\";\r\n\t\ts+=\" style=\\\"cursor: pointer\\\"\";\r\n\t\ts+=\" onmouseover=\\\"this.style.color='#993300'; this.style.textDecoration='underline'\\\"\";\r\n\t\ts+=\" onmouseout=\\\"this.style.color=''; this.style.textDecoration=''\\\"\";\r\n\t\ts+=\" onclick=\\\"cab.lexclick(this)\\\"\";\r\n\t\ts+=\">\"\r\n\t\ts+=str;\r\n\t\ts+=\"<\/span>\";\r\n\t\treturn s;\r\n\t},\r\n\t\r\n\tcleanTuairisc: function(n){\r\n\t\tvar $=jQuery;\r\n\r\n\t\t\/\/remove Tuairisc.ie <span class=\"s1\"> etc:\r\n\t\t$(n).children(\"span.s2\").each(function(){ $(this).replaceWith(this.innerHTML); })\r\n\t\t$(n).children(\"span.s1\").each(function(){ $(this).replaceWith(this.innerHTML); })\r\n\t\t\r\n\t\t\/\/merge text nodes:\r\n\t\tvar prevNode;\r\n\t\tfor(var i=0; i<n.childNodes.length; i++) {\r\n\t\t\tvar node=n.childNodes[i];\r\n\t\t\tif(node.nodeType==3 && prevNode && prevNode.nodeType==3){\r\n\t\t\t\tprevNode.nodeValue+=node.nodeValue;\r\n\t\t\t\tnode.nodeValue=\"\";\r\n\t\t\t} else {\r\n\t\t\t\tprevNode=node;\r\n\t\t\t}\r\n\t\t}\r\n\t},\r\n\t\r\n\tlexclickOrigin: 0,\r\n\t\r\n\tlexclick: function(a){\r\n\t\tvar $=jQuery;\r\n\t\tvar str=a.innerText;\r\n\t\tclean=str.replace(\/^\\s*\/, \"\").replace(\/\\s*$\/, \"\");\r\n\t\tvar url=cab.urlStart+\"\/ga\/?s=\"+encodeURIComponent(clean)+\"&quickie=true\";\r\n\t\t$(\"body\").off(\"click\", cab.lexclickOff);\r\n\t\tif($(\"body\").width()>450) {\r\n\t\t\t$(\"#lexclick\").remove();\r\n\t\t\tvar $a=$(a);\r\n\t\t\t{\r\n\t\t\t\tvar leftOffset=$a.offset().left;\r\n\t\t\t\tvar className=\"\";\r\n\t\t\t}\r\n\t\t\tif(leftOffset>$(\"body\").width()\/2) {\r\n\t\t\t\tleftOffset=leftOffset-280;\r\n\t\t\t\tvar className=\"rightAnchored\";\r\n\t\t\t}\r\n\t\t\t\r\n\t\t\tvar css=\"position: absolute; z-index: 100; width: 300px; height: 370px; background-color: #dddddd; border: 1px solid #333333; padding: 5px; box-shadow: 0px 0px 5px #999999; border-radius: 2px; line-height: 1.5em;\";\r\n\t\t\tvar cssArrow=\"position: absolute; top: -9px; left: 10px; width: 15px; height: 9px; background-image: url(\\\"\"+cab.urlStart+\"\/cab\/lexclick-callout.gif\\\"); z-index: 101;\";\r\n\t\t\tif(className==\"rightAnchored\") cssArrow+=\" left: auto; right: 10px;\"\r\n\t\t\t\r\n\t\t\t$(\"<div id='lexclick' class='\"+className+\"' style='\"+css+\"; line-height: 1em;' onclick='cab.lexclickOrigin=123'><div class='arrow' style='\"+cssArrow+\"'><\/div><iframe name='lexclickFrame' style='width: 298px; height: 348px; border: 1px inset #333333;' src='\"+url+\"' frameborder='0'><\/iframe><div style='font-family: sans-serif; font-size: 12px; text-align: left; margin-top: 3px;'><a href='\"+url+\"' target='_blank' style='color: #336699; text-decoration: none; position: relative; top: -3px; text-shadow: 1px 1px 0px #eeeeee;' onmouseover='this.style.color=\\\"#4477aa\\\"' onmouseout='this.style.color=\\\"#336699\\\"'><img src='\"+cab.urlStart+\"\/cab\/application.png' width='16' height='16' style='position: relative; top: 3px; margin-right: 2px; margin-left: 2px;'\/> www.teanglann.ie \u00bb<\/a><\/div><\/div>\").appendTo(\"body\").offset({top: $a.offset().top+$a.height()+10, left: leftOffset});\r\n\t\t\tcab.lexclickOrigin=123;\r\n\t\t\t$(\"body\").on(\"click\", cab.lexclickOff);\r\n\t\t} else {\r\n\t\t\twindow.open(url);\r\n\t\t}\r\n\t},\r\n\r\n\tlexclickOff: function(){\r\n\t\tvar $=jQuery;\r\n\t\tif(cab.lexclickOrigin==0) {\r\n\t\t\t$(\"#lexclick\").remove();\r\n\t\t\t$(\"body\").off(\"click\", cab.lexclickOff);\r\n\t\t}\r\n\t\tcab.lexclickOrigin=0;\r\n\t},\r\n\t\r\n};\r\n\t\t\t<\/script>\r\n\r\n<script type=\"text\/javascript\">jQuery(document).ready(function(){ cab.clickify(); });<\/script> N\u00edl aon rud chomh cumhachtach le sc\u00e9al daonsp\u00e9ise chun teachtaireacht th\u00e1bhachtach a chur in i\u00fal d\u00fainn.\u00a0\u00a0Rith an smaoineamh tuisceanach liom le d\u00e9ana\u00ed agus m\u00e9 ag l\u00e9amh alt scr\u00edofa ag Nicholas Kristoff sa \u2018New York Times\u2019. Is iriseoir \u00e9 a bhfuil duaiseanna Pulitzer buaite aige. Cl\u00fada\u00edonn s\u00e9 topaic\u00ed le h\u00e1bhair \u00e9ags\u00fala mar cearta daonna, [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":6850,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"nf_dc_page":"","_et_pb_use_builder":"on","_et_pb_old_content":"<!-- wp:freeform --><p style=\"text-align:center;margin-top:12pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2;font-size:12pt\"><strong><span style=\"color:#000000;font-size:24pt\"><\/span><\/strong><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2;font-size:12pt\"><strong><span style=\"color:#000000;font-size:11pt\">\u00a0<\/span><\/strong><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2;font-size:12pt\"><strong><span style=\"color:#000000;font-size:14pt\"><\/span><\/strong><a id=\"OLE_LINK1\"><\/a><a id=\"OLE_LINK2\"><\/a><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2;font-size:12pt\"><span style=\"display:inline-block;height:1em\"><span style=\"display:none\">.<\/span><\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><a id=\"OLE_LINK3\"><\/a><!-- \/wp:freeform --><!-- wp:freeform --><a id=\"OLE_LINK4\"><\/a><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2\">N\u00edl aon rud chomh cumhachtach le sc\u00e9al daonsp\u00e9ise chun teachtaireacht th\u00e1bhachtach a chur in i\u00fal d\u00fainn.&nbsp;&nbsp;Rith an smaoineamh tuisceanach liom le d\u00e9ana\u00ed agus m\u00e9 ag l\u00e9amh alt scr\u00edofa ag Nicholas Kristoff sa \u2018New York Times\u2019.  Is iriseoir \u00e9 a bhfuil duaiseanna Pulitzer buaite aige.  Cl\u00fada\u00edonn s\u00e9 topaic\u00ed le h\u00e1bhair \u00e9ags\u00fala mar cearta daonna, cearta na mban, c\u00farsa\u00ed sl\u00e1inte agus c\u00farsa\u00ed domhanda.<\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2\">Agus an t-alt \u00e1 l\u00e9amh agam, bhuail smaoineamh eile m\u00e9.  T\u00e1 tuairim\u00ed polait\u00edochta Bernie Sanders agus a lucht taca\u00edochta ar chro\u00ed na ceiste acu thall i Meirice\u00e1.  T\u00e1 comhlachta\u00ed iln\u00e1isi\u00fanta ag scriosadh socha\u00ed na linne, ionas go bhfuil s\u00e9 ag titim as a ch\u00e9ile i Meirice\u00e1.&nbsp;&nbsp;An gceapann t\u00fa go bhfuil siad \u00e1 n-iompar iad f\u00e9in n\u00edos fearr anseo in \u00c9irinn?<\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2\">Is \u00e1bhair mhachnaimh na sampla\u00ed seo, a bhfuil l\u00e1ithreacht ag roinnt acu in \u00c9irinn.  <\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2\"><strong>Phillip Morris USA, R.J. Reynolds, Altria, Lorrilard:<\/strong><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2\">Iadsan i dtionscal an tobac at\u00e1 ciontach i mb\u00e1s na milli\u00fain duine gach bliain, agus mharaigh siad i bhfad n\u00edos m\u00f3 daoine n\u00e1 Stalin f\u00e9in.  Sh\u00e9an na comhlachta\u00ed gur c\u00fais ailse \u00e9 an tobac, n\u00f3 gur druga \u00e9 nicit\u00edn a chotha\u00edonn and\u00fail an-chumhachtach.  Sh\u00e9an siad na f\u00edric\u00ed go dt\u00ed rial\u00fa na C\u00fairte Feidear\u00e1la\u00ed ar an ch\u00e1s, nuair a dh\u00edrigh siad d\u00f3ibh i 2017 na f\u00edric\u00ed a ghlacadh agus a insint do phobal na St\u00e1it Aontaithe.  Ach meastar f\u00f3s go bhfaighidh timpeall deich milli\u00fan duine b\u00e1s \u00f3 nicit\u00edn sa bhliain 2030.  Conas a d\u2019fh\u00e9adfadh rud mar sin a tharla?  Tarl\u00f3idh seacht milli\u00fan de na b\u00e1sanna i dt\u00edortha an Tr\u00ed\u00fa Domhan, \u00e1it nach bhfuil a l\u00e1n rialach\u00e1in tobac i bhfeidhm. <\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2\"><strong>Purdue Pharmaceutical, Johnson and Johnson, Teva Pharmaceutical, Mc Kinsey &amp; Company agus comhlachta\u00ed eile:<\/strong><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2\">T\u00e1 g\u00e9arch\u00e9im sna St\u00e1it Aontaithe le druga\u00ed \u00f3p\u00f3ideacha, agus faigheann a l\u00e1n \u00fas\u00e1ideoir\u00ed b\u00e1s gach bliain.  Bh\u00ed pion\u00f3is gearrtha ar chuid de na comhlachta\u00ed luaite, ach t\u00e1 c\u00e1sanna m\u00f3ra ar si\u00fal f\u00f3s.  is mar a ch\u00e9ile strait\u00e9is comhlachta\u00ed c\u00f3gais\u00edochta agus na comhlachta\u00ed tobac, is \u00e9 gach rud a sh\u00e9anadh, agus ansin moill a chur ar gach c\u00e1s sa ch\u00fairt.&nbsp;&nbsp;Tar \u00e9is an tsaoil, nach bhfuil comhlachta\u00ed tobac agus comhlachta\u00ed c\u00f3gais\u00edochta sa ghn\u00f3 c\u00e9anna \u2013 mangair\u00ed druga\u00ed an t-ioml\u00e1n acu!&nbsp;&nbsp;<\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2\">D\u00e1la an sc\u00e9il, mara\u00edonn tionscal an tobac ocht n-uaire n\u00edos m\u00f3 daoine n\u00e1 tionscal c\u00f3gais\u00edocht, fi\u00fa i ndiaidh treascairt tionscal an tobac sa ch\u00fairt! <\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2\"><strong>Boeing:<\/strong><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2\">Bh\u00ed a fhios ag cuid mhaith de na fostaithe ag obair ag Boeing go raibh fadhbanna maidir leis an eitle\u00e1n \u2018737 Max\u2019.  Rinne siad iarracht an fh\u00edrinne a cheilt \u00f3 rialt\u00f3ir\u00ed an \u00dadar\u00e1is Eitl\u00edochta Feidear\u00e1lach (FAA).  Thuairte\u00e1il dh\u00e1 eitle\u00e1n (737 MAX) an bhliain seo caite agus n\u00edor th\u00e1inig aon duine sl\u00e1n.  Ar dt\u00fas, d\u2019fh\u00f3gair Denis Muilenberg, pr\u00edomhoifigeach feidhmi\u00fach\u00e1in, nach raibh aon fhadhb leis na heitle\u00e1in.  Ach go luath ina dhiaidh sin, bh\u00ed athr\u00fa poirt air!   N\u00ed raibh s\u00e9 r\u00f3fhada tar \u00e9is sin gur \u00e9irigh s\u00e9 as a phost.  N\u00edos d\u00e9ana\u00ed, in Ean\u00e1ir 2020, th\u00e1inig a l\u00e1n c\u00e1ip\u00e9is\u00ed inmhe\u00e1nach chun solais a chuir neart fianaise dosh\u00e9anta le f\u00e1il at\u00e1 c\u00e1inteach do Boeing.  Bh\u00ed go leor \u00e1bhar g\u00e1irsi\u00fail sna c\u00e1ip\u00e9is\u00ed sin.  Mar shampla, fuarthas an r\u00e1iteas gr\u00e1nna seo: \"Fir agus mn\u00e1 grinn le moncaithe mar sti\u00farth\u00f3ir\u00ed acu, a dhear an t-eitle\u00e1n seo.\u201d&nbsp;&nbsp;N\u00ed g\u00e1 dom rud eile a r\u00e1 faoi!<\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2\"><strong>Facebook agus Cambridge Analytica.  <\/strong><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2\">Abair sl\u00e1n le do shonra\u00ed pearsanta.  Mura gcreideann t\u00fa cad at\u00e1 i gceist, b\u2019fh\u00e9idir n\u00e1r chuala t\u00fa cad a tharla.  D\u2019\u00fas\u00e1id Cambridge Analytica aip ar Facebook chun ceisteanna a chur ar dhaoine a d\u2019\u00edosl\u00f3d\u00e1il an aip.  Ghoid Cambridge Analytica sonra\u00ed pearsanta \u00f3 na daoine sin, agus \u00f3 gach duine eile a bh\u00ed ina ngr\u00e9as\u00e1n s\u00f3isialta freisin.  Sa tsl\u00ed sin, fuair siad sonra\u00ed pearsanta ar 87 milli\u00fan duine agus dh\u00edol siad iad do bhithi\u00fanaigh nach ar mhaithe linn at\u00e1 siad.  Gan dabht, bh\u00ed tionchar polaiti\u00fail \u00e1 imirt acu ar an bpr\u00f3iseas, agus go h\u00e1irithe ar thoghch\u00e1in th\u00e1bhachtacha i Meirice\u00e1 agus sa Riocht Aontaithe.  N\u00edl Cambridge Analytica ann f\u00f3s, agus t\u00e1 ar Facebook c\u00e9imeanna a dh\u00e9anamh chun do shonra\u00ed pearsanta a dhaingni\u00fa.  Ach b\u00ed cinnte gur armr\u00e1s at\u00e1 ann.<\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2\"><strong>Sc\u00e9al?<\/strong><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2\">Ach nach ndearna m\u00e9 tagairt do sc\u00e9al Nicholas Kristoff?  Rinne, agus luaigh s\u00e9 cinn de na comhlachta\u00ed thuasluaite ina sc\u00e9al.  Chuir m\u00e9 b\u00e9im ar ainghn\u00edomhartha na gcomhlachta\u00ed ionas go mbeife\u00e1 in ann a fheice\u00e1il c\u00e9 chomh truaillithe is at\u00e1 siad.  Ansin, beidh comhth\u00e9acs n\u00edos fearr agat an tseachtain seo chugainn, nuair a inseoidh m\u00e9 an sc\u00e9al duit faoi dheoidh.<\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2\"><span style=\"display:inline-block;height:1em\"><span style=\"display:none\">.<\/span><\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2\">&nbsp;&nbsp;<span style=\"display:inline-block;height:1em\"><span style=\"display:none\">.<\/span><\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2\"><span style=\"display:inline-block;height:1em\"><span style=\"display:none\">.<\/span><\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2\"><span style=\"display:inline-block;height:1em\"><span style=\"display:none\">.<\/span><\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2\"><span style=\"display:inline-block;height:1em\"><span style=\"display:none\">.<\/span><\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2\"> <span style=\"display:inline-block;height:1em\"><span style=\"display:none\">.<\/span><\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2\"><span style=\"display:inline-block;height:1em\"><span style=\"display:none\">.<\/span><\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2\"><span style=\"display:inline-block;height:1em\"><span style=\"display:none\">.<\/span><\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2\"><span style=\"display:inline-block;height:1em\"><span style=\"display:none\">.<\/span><\/span><\/p><!-- \/wp:freeform -->","_et_gb_content_width":"","footnotes":""},"categories":[44],"tags":[],"class_list":["post-7872","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-tuairim"],"_links":{"self":[{"href":"https:\/\/mickgb.com\/ga\/wp-json\/wp\/v2\/posts\/7872","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mickgb.com\/ga\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/mickgb.com\/ga\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/mickgb.com\/ga\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mickgb.com\/ga\/wp-json\/wp\/v2\/comments?post=7872"}],"version-history":[{"count":3,"href":"https:\/\/mickgb.com\/ga\/wp-json\/wp\/v2\/posts\/7872\/revisions"}],"predecessor-version":[{"id":9565,"href":"https:\/\/mickgb.com\/ga\/wp-json\/wp\/v2\/posts\/7872\/revisions\/9565"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/mickgb.com\/ga\/wp-json\/wp\/v2\/media\/6850"}],"wp:attachment":[{"href":"https:\/\/mickgb.com\/ga\/wp-json\/wp\/v2\/media?parent=7872"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mickgb.com\/ga\/wp-json\/wp\/v2\/categories?post=7872"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mickgb.com\/ga\/wp-json\/wp\/v2\/tags?post=7872"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}