LIVE: Police Dispersing Student Protesters at USC - Breaking News Coverage (College Protests)
I agree with the protestors, I do not believe we should be supporting the Ashkanazi's in Israel slaughtering their neighbors.
cranston likes this.
I agree with the protestors, I do not believe we should be supporting the Ashkanazi's in Israel slaughtering their neighbors.
cranston likes this.
<!DOCTYPE html >
<html itemscope itemtype="http://schema.org/Blog" lang="en-us">
<head>
<title>Friendica Social Network | Parseurl</title>
<script>var baseurl="https://friendica.eskimo.com";</script>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<base href="https://friendica.eskimo.com/" />
<meta name="generator" content="Friendica 2024.06-dev" />
<link rel="stylesheet" href="view/global.css?v=2024.06-dev" type="text/css" media="all" />
<link rel="stylesheet" href="view/asset/jquery-colorbox/example5/colorbox.css?v=2024.06-dev" type="text/css" media="screen" />
<link rel="stylesheet" href="view/asset/jgrowl/jquery.jgrowl.min.css?v=2024.06-dev" type="text/css" media="screen" />
<link rel="stylesheet" href="view/asset/jquery-datetimepicker/build/jquery.datetimepicker.min.css?v=2024.06-dev" type="text/css" media="screen" />
<link rel="stylesheet" href="view/asset/perfect-scrollbar/dist/css/perfect-scrollbar.min.css?v=2024.06-dev" type="text/css" media="screen" />
<link rel="stylesheet" href="view/js/fancybox/jquery.fancybox.min.css?v=2024.06-dev" type="text/css" media="screen" />
<link rel="stylesheet" href="addon/cookienotice/cookienotice.css?v=2024.06-dev" type="text/css" media="screen" />
<link rel="stylesheet" href="addon/pageheader/pageheader.css?v=2024.06-dev" type="text/css" media="screen" />
<link rel="stylesheet" href="view/theme/vier/style.pcss?puid=1&v=2024.06-dev" type="text/css" media="screen" />
<link rel="stylesheet" href="addon/highlightjs/asset/styles/default.css?v=2024.06-dev" type="text/css" media="screen" />
<link rel="icon" href="images/friendica.svg" />
<link rel="apple-touch-icon" href="images/friendica-192.png"/>
<meta name="apple-mobile-web-app-capable" content="yes" />
<link rel="manifest" href="https://friendica.eskimo.com/manifest" />
<script>
// @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt Expat
// Prevents links to switch to Safari in a home screen app - see gist.github.com/irae/1042167
(function(a,b,c){if(c in b&&b[c]){var d,e=a.location,f=/^(a|html)$/i;a.addEventListener("click",function(a){d=a.target;while(!f.test(d.nodeName))d=d.parentNode;"href"in d&&(chref=d.href).replace("https://friendica.eskimo.com/", "").replace(e.href,"").indexOf("#")&&(!/^[a-z\+\.\-]+:/i.test(chref)||chref.indexOf(e.protocol+"//"+e.host)===0)&&(a.preventDefault(),e.href=d.href)},!1)}})(document,window.navigator,"standalone");
// |license-end
</script>
<link rel="search"
href="https://friendica.eskimo.com/opensearch"
type="application/opensearchdescription+xml"
title="Search in Friendica" />
<!--[if IE]>
<script type="text/javascript" src="https://html5shiv.googlecode.com/svn/trunk/html5.js?v=2024.06-dev"></script>
<![endif]-->
<script type="text/javascript" src="view/js/modernizr.js?v=2024.06-dev"></script>
<script type="text/javascript" src="view/asset/jquery/dist/jquery.min.js?v=2024.06-dev"></script>
<script type="text/javascript" src="view/js/jquery.textinputs.js?v=2024.06-dev"></script>
<script type="text/javascript" src="view/asset/textcomplete/dist/textcomplete.min.js?v=2024.06-dev"></script>
<script type="text/javascript" src="view/js/autocomplete.js?v=2024.06-dev"></script>
<script type="text/javascript" src="view/asset/jquery-colorbox/jquery.colorbox-min.js?v=2024.06-dev"></script>
<script type="text/javascript" src="view/asset/jgrowl/jquery.jgrowl.min.js?v=2024.06-dev"></script>
<script type="text/javascript" src="view/asset/jquery-datetimepicker/build/jquery.datetimepicker.full.min.js?v=2024.06-dev"></script>
<script type="text/javascript" src="view/asset/perfect-scrollbar/dist/js/perfect-scrollbar.jquery.min.js?v=2024.06-dev"></script>
<script type="text/javascript" src="view/asset/imagesloaded/imagesloaded.pkgd.min.js?v=2024.06-dev"></script>
<script type="text/javascript" src="view/asset/base64/base64.min.js?v=2024.06-dev"></script>
<script type="text/javascript" src="view/asset/dompurify/dist/purify.min.js?v=2024.06-dev"></script>
<script type="text/javascript" src="view/js/fancybox/jquery.fancybox.min.js?v=2024.06-dev"></script>
<script type="text/javascript" src="view/js/fancybox/fancybox.config.js?v=2024.06-dev"></script>
<script type="text/javascript" src="view/js/vanillaEmojiPicker/vanillaEmojiPicker.min.js?v=2024.06-dev"></script>
<script>
window.onload = function(){
new EmojiPicker({
trigger: [
{
selector: '.emojis-post',
insertInto: ['#comment-edit-text-0', '#profile-jot-text']
},
{
selector: '.emojis',
insertInto: ['.comment-edit-text-full']
}
],
closeButton: true
});
};
</script>
<script type="text/javascript">
const updateInterval = 10000;
const localUser = 1;
</script>
<script type="text/javascript" src="view/js/main.js?v=2024.06-dev"></script>
<script>
// Lifted from css-tricks.com/snippets/jquery…
jQuery.fn.putCursorAtEnd = function() {
return this.each(function() {
// Cache references
var $el = $(this),
el = this;
// Only focus if input isn't already
if (!$el.is(":focus")) {
$el.focus();
}
// If this function exists... (IE 9+)
if (el.setSelectionRange) {
// Double the length because Opera is inconsistent about whether a carriage return is one character or two.
var len = $el.val().length * 2;
// Timeout seems to be required for Blink
setTimeout(function() {
el.setSelectionRange(len, len);
}, 1);
} else {
// As a fallback, replace the contents with itself
// Doesn't work in Chrome, but Chrome supports setSelectionRange
$el.val($el.val());
}
// Scroll to the bottom, in case we're in a tall textarea
// (Necessary for Firefox and Chrome)
this.scrollTop = 999999;
});
};
function confirmDelete() { return confirm(""); }
function commentExpand(id) {
$("#comment-edit-text-" + id).putCursorAtEnd();
$("#comment-edit-text-" + id).addClass("comment-edit-text-full");
$("#comment-edit-text-" + id).removeClass("comment-edit-text-empty");
$("#mod-cmnt-wrap-" + id).show();
openMenu("comment-edit-submit-wrapper-" + id);
return true;
}
function commentOpen(obj,id) {
if (obj.value == "") {
$("#comment-edit-text-" + id).addClass("comment-edit-text-full");
$("#comment-edit-text-" + id).removeClass("comment-edit-text-empty");
$("#mod-cmnt-wrap-" + id).show();
openMenu("comment-edit-submit-wrapper-" + id);
return true;
}
return false;
}
function commentClose(obj,id) {
if (obj.value == "") {
$("#comment-edit-text-" + id).removeClass("comment-edit-text-full");
$("#comment-edit-text-" + id).addClass("comment-edit-text-empty");
$("#mod-cmnt-wrap-" + id).hide();
closeMenu("comment-edit-submit-wrapper-" + id);
return true;
}
return false;
}
function commentInsert(obj,id) {
var tmpStr = $("#comment-edit-text-" + id).val();
if (tmpStr == "") {
$("#comment-edit-text-" + id).addClass("comment-edit-text-full");
$("#comment-edit-text-" + id).removeClass("comment-edit-text-empty");
openMenu("comment-edit-submit-wrapper-" + id);
}
var ins = $(obj).html();
ins = ins.replace("<","<");
ins = ins.replace(">",">");
ins = ins.replace("&","&");
ins = ins.replace(""","\"");
$("#comment-edit-text-" + id).val(tmpStr + ins);
}
function showHideCommentBox(id) {
if ($("#comment-edit-form-" + id).is(":visible")) {
$("#comment-edit-form-" + id).hide();
} else {
$("#comment-edit-form-" + id).show();
}
}
</script>
<link rel='stylesheet' type='text/css' href='view/theme/vier/narrow.css' media='screen and (max-width: 1100px)' />
<script type="text/javascript">
function showThread(id) {
$("#collapsed-comments-" + id).show()
$("#collapsed-comments-" + id + " .collapsed-comments").show()
}
function hideThread(id) {
$("#collapsed-comments-" + id).hide()
$("#collapsed-comments-" + id + " .collapsed-comments").hide()
}
function cmtBbOpen(id) {
$("#comment-edit-bb-" + id).show();
}
function cmtBbClose(id) {
$("#comment-edit-bb-" + id).hide();
}
</script><script>
$(document).ready(function() {
$("#nav-search-text").search autocomplete(baseurl + '/search/acl');
});
</script>
</head>
<body>
<div id="panel" style="display: none;"></div><header>
<div id="site-location">nanook@friendica.eskimo.com</div>
<div id="banner"><a href="https://friendi.ca"><img id="logo-img" width="32" height="32" src="images/friendica.svg" alt="logo" /></a><span id="logo-text"><a href="https://friendi.ca">Friendica</a></span></div>
</header>
<nav role="menubar">
<ul>
<li class="mobile-aside-toggle" style="display:none;">
<a href="#">
<i class="icons icon-reorder"></i>
</a>
</li>
<li role="menuitem" id="nav-home-link" class="nav-menu ">
<a accesskey="p" class="" href="profile/nanook" title="My posts and conversations">
<span class="desktop-view">Home</span>
<i class="icon s22 icon-home mobile-view"><span class="sr-only">Home</span></i>
<span id="home-update" class="nav-notification"></span>
</a>
</li>
<li role="menuitem" id="nav-network-link" class="nav-menu ">
<a accesskey="n" class="" href="network" title="My friends039; conversations">
<span class="desktop-view">Network</span>
<i class="icon s22 icon-th mobile-view"><span class="sr-only">Network</span></i>
<span id="net-update" class="nav-notification"></span>
</a>
</li>
<li role="menuitem" id="nav-community-link" class="nav-menu ">
<a accesskey="c" class=" desktop-view" href="community" title="Conversations on this and other servers">Community</a>
<a class=" mobile-view" href="community" title="Conversations on this and other servers"><i class="icon s22 icon-bullseye"></i></a>
</li>
<li role="menu" aria-haspopup="true" id="nav-site-linkmenu" class="nav-menu-icon"><a><span class="icon s22 icon-question"><span class="sr-only">Help and documentation</span></span></a>
<ul id="nav-site-menu" class="menu-popup">
<li role="menuitem"><a class="" href="help" title="Help and documentation">Help</a></li> <li role="menuitem"><a class="" href="friendica" title="Information about this Friendica instance">Information</a></li>
<a class="" href="tos" title="Terms of Service of this Friendica instance">Terms of Service</a></li> <li role="menuitem"><a class="" href="directory" title="People directory">Directory</a></li>
</ul>
</li>
<li role="menu" aria-haspopup="true" id="nav-messages-linkmenu" class="nav-menu-icon">
<a href="message" title="Messages">
<span class="icon s22 icon-envelope"><span class="sr-only">Messages</span></span>
<span id="mail-update" class="nav-notification"></span>
</a>
</li>
<li role="menu" aria-haspopup="true" id="nav-notifications-linkmenu" class="nav-menu-icon">
<a title="Notifications">
<span class="icon s22 icon-bell tilted-icon"><span class="sr-only">Notifications</span></span>
<span id="notification-update" class="nav-notification"></span>
</a>
<ul id="nav-notifications-menu" class="menu-popup">
<li role="menuitem" id="nav-notifications-mark-all"><a onclick="notificationMarkAll(); return false;">Mark as seen</a></li>
<li role="menuitem" id="nav-notifications-see-all"><a href="notifications/system">See all notifications</a></li>
<li role="menuitem" class="empty">Nothing new here</li>
</ul>
</li>
<li role="menu" aria-haspopup="true" id="nav-user-linkmenu" class="nav-menu">
<a accesskey="u" title="nanook@friendica.eskimo.com"><img src="https://friendica.eskimo.com/photo/contact/48/3?ts=1713674634" alt="Nanook"><span id="nav-user-linklabel">Nanook</span><span id="intro-update" class="nav-notification"></span></a>
<ul id="nav-user-menu" class="menu-popup">
<li role="menuitem"> <a class="" href="search" title="Search site content">Search</a> </li>
<li role="menuitem"><a class="" href="notifications/intros" title="Friend requests">Introductions<span id="intro-update-li" class="nav-notification"></span></a></li> <li role="menuitem"><a class="" href="contact" title="Manage/Edit friends and contacts">Contacts</a></li> <li role="menuitem"><a class="" href="message" title="Private messages">Messages <span id="mail-update-li" class="nav-notification"></span></a></li> <li role="menuitem"><a class="" href="profile/nanook/profile" title="My profile page">Profile</a></li> <li role="menuitem"><a class="" href="settings" title="Account settings">Settings</a></li> <li role="menuitem">
<a accesskey="a" class="" href="admin/" title="Site setup and configuration">Admin</a>
</li>
<li role="menuitem">
<a accesskey="m" class="" href="moderation/" title="Content and user moderation">Moderation</a>
</li>
<li role="menuitem"><a class="menu-sep " href="logout" title="End this session">Logout</a></li> </ul>
</li>
<li role="menuitem" id="nav-logout-link" class="nav-menu">
<a class="" href="logout" title="End this session">Logout</a>
</li>
<li role="search" id="nav-search-box">
<form method="get" action="search">
<input accesskey="s" id="nav-search-text" class="nav-menu-search" type="text" value="" name="q" placeholder=" @name, !group, #tags, content">
<select name="search-option">
<option value="fulltext">Full text</option>
<option value="tags">Tags</option>
<option value="contacts">Contacts</option>
</select>
</form>
</li>
<li role="menuitem" id="nav-admin-link" class="nav-menu">
<a accesskey="a" class=" icon-sliders" href="admin/" title="Site setup and configuration"><span class="sr-only">Site setup and configuration</span></a>
</li>
<li role="menuitem" id="nav-moderation-link" class="nav-menu">
<a accesskey="a" class=" icon-sliders" href="moderation/" title="Content and user moderation"><span class="sr-only">Content and user moderation</span></a>
</li>
<li role="menu" aria-haspopup="true" id="nav-apps-link" class="nav-menu ">
<a class=" " title="Addon applications, utilities, games">Apps</a>
<ul id="nav-apps-menu" class="menu-popup">
<li role="menuitem"><div class="app-title"><a href="calc">Calculator</a></div></li>
<li role="menuitem"><div class="app-title"><a href="convert">Units Conversion</a></div></li>
<li role="menuitem"><div class="app-title"><a href="forumdirectory">Forum Directory</a></div></li>
<li role="menuitem"><div class="app-title"><a href="infiniteimprobabilitydrive">Infinite Improbability Drive</a></div></li>
<li role="menuitem"><div class="app-title"><a href="irc">IRC Chatroom</a></div></li>
<li role="menuitem"><div class="app-title"><a href="webrtc">WebRTC Videochat</a></div></li>
</ul>
</li>
</ul>
</nav>
<!--
<div class="icon-flag" style="position: fixed; bottom: 10px; left: 20px; z-index:9;"></div>
-->
<aside></aside>
<section>
<div class="pageheader"><html>
<head>
</head>
<body>
<center>
<h3>Welcome to Friendica.Eskimo.Com</h3>
<a href="https://www.eskimo.com/"><h2>Home of Censorship Free Hosting</h2></a>
<a href="https://www.eskimo.com/"><img width=20% height=auto src="logo.png" alt="Eskimo North Linux Shells, E-mail, Virtual Machines, Web Hosting."></a>
<h4><a href="https://www.eskimo.com/services/shells/">Linux Shell Accounts terminal or full remote desktops, many distributions.</a></h4>
<h5>Please tell your friends about <a href="https://hubzilla.eskimo.com">hubzilla.eskimo.com</a>, <a href="https://friendica.eskimo.com">friendica.eskimo.com</a>,
federated macroblogging social media sites and <a href="https://yacy.eskimo.com/">yacy.eskimo.com</a> an uncensored federated search engine.</h5>
<script type="text/javascript"> var infolinks_pid = 3396086; var infolinks_wsid = 0; </script> <script type="text/javascript" src="//resources.infolinks.com/js/infolinks_main.js"></script>
</center>
</body>
</div><div id="pause"></div> <!-- The pause/resume Ajax indicator -->
<div id="page-footer"></div>
</section>
<right_aside></right_aside>
<footer><script type="text/javascript" src="addon/cookienotice/cookienotice.js?v=2024.06-dev"></script>
<script type="text/javascript" src="addon/highlightjs/asset/highlight.pack.js?v=2024.06-dev"></script>
<script type="text/javascript" src="addon/highlightjs/highlightjs.js?v=2024.06-dev"></script>
<script type="text/javascript" src="addon/qcomment/qcomment.js?v=2024.06-dev"></script>
<script>var homebase="profile/nanook";</script>
</footer>
</body>
</html>
Dr. Jordan B. Peterson sits down in-person with Canadian lawyer Bruce Pardy and podcaster Konstantin Kisin. They discuss Canadian Prime Minister Justin Trude...YouTube
like this
<!DOCTYPE html >
<html itemscope itemtype="http://schema.org/Blog" lang="en-us">
<head>
<title>Friendica Social Network | Parseurl</title>
<script>var baseurl="https://friendica.eskimo.com";</script>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<base href="https://friendica.eskimo.com/" />
<meta name="generator" content="Friendica 2024.06-dev" />
<link rel="stylesheet" href="view/global.css?v=2024.06-dev" type="text/css" media="all" />
<link rel="stylesheet" href="view/asset/jquery-colorbox/example5/colorbox.css?v=2024.06-dev" type="text/css" media="screen" />
<link rel="stylesheet" href="view/asset/jgrowl/jquery.jgrowl.min.css?v=2024.06-dev" type="text/css" media="screen" />
<link rel="stylesheet" href="view/asset/jquery-datetimepicker/build/jquery.datetimepicker.min.css?v=2024.06-dev" type="text/css" media="screen" />
<link rel="stylesheet" href="view/asset/perfect-scrollbar/dist/css/perfect-scrollbar.min.css?v=2024.06-dev" type="text/css" media="screen" />
<link rel="stylesheet" href="view/js/fancybox/jquery.fancybox.min.css?v=2024.06-dev" type="text/css" media="screen" />
<link rel="stylesheet" href="addon/cookienotice/cookienotice.css?v=2024.06-dev" type="text/css" media="screen" />
<link rel="stylesheet" href="addon/pageheader/pageheader.css?v=2024.06-dev" type="text/css" media="screen" />
<link rel="stylesheet" href="view/theme/vier/style.pcss?puid=1&v=2024.06-dev" type="text/css" media="screen" />
<link rel="stylesheet" href="addon/highlightjs/asset/styles/default.css?v=2024.06-dev" type="text/css" media="screen" />
<link rel="icon" href="images/friendica.svg" />
<link rel="apple-touch-icon" href="images/friendica-192.png"/>
<meta name="apple-mobile-web-app-capable" content="yes" />
<link rel="manifest" href="https://friendica.eskimo.com/manifest" />
<script>
// @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt Expat
// Prevents links to switch to Safari in a home screen app - see gist.github.com/irae/1042167
(function(a,b,c){if(c in b&&b[c]){var d,e=a.location,f=/^(a|html)$/i;a.addEventListener("click",function(a){d=a.target;while(!f.test(d.nodeName))d=d.parentNode;"href"in d&&(chref=d.href).replace("https://friendica.eskimo.com/", "").replace(e.href,"").indexOf("#")&&(!/^[a-z\+\.\-]+:/i.test(chref)||chref.indexOf(e.protocol+"//"+e.host)===0)&&(a.preventDefault(),e.href=d.href)},!1)}})(document,window.navigator,"standalone");
// |license-end
</script>
<link rel="search"
href="https://friendica.eskimo.com/opensearch"
type="application/opensearchdescription+xml"
title="Search in Friendica" />
<!--[if IE]>
<script type="text/javascript" src="https://html5shiv.googlecode.com/svn/trunk/html5.js?v=2024.06-dev"></script>
<![endif]-->
<script type="text/javascript" src="view/js/modernizr.js?v=2024.06-dev"></script>
<script type="text/javascript" src="view/asset/jquery/dist/jquery.min.js?v=2024.06-dev"></script>
<script type="text/javascript" src="view/js/jquery.textinputs.js?v=2024.06-dev"></script>
<script type="text/javascript" src="view/asset/textcomplete/dist/textcomplete.min.js?v=2024.06-dev"></script>
<script type="text/javascript" src="view/js/autocomplete.js?v=2024.06-dev"></script>
<script type="text/javascript" src="view/asset/jquery-colorbox/jquery.colorbox-min.js?v=2024.06-dev"></script>
<script type="text/javascript" src="view/asset/jgrowl/jquery.jgrowl.min.js?v=2024.06-dev"></script>
<script type="text/javascript" src="view/asset/jquery-datetimepicker/build/jquery.datetimepicker.full.min.js?v=2024.06-dev"></script>
<script type="text/javascript" src="view/asset/perfect-scrollbar/dist/js/perfect-scrollbar.jquery.min.js?v=2024.06-dev"></script>
<script type="text/javascript" src="view/asset/imagesloaded/imagesloaded.pkgd.min.js?v=2024.06-dev"></script>
<script type="text/javascript" src="view/asset/base64/base64.min.js?v=2024.06-dev"></script>
<script type="text/javascript" src="view/asset/dompurify/dist/purify.min.js?v=2024.06-dev"></script>
<script type="text/javascript" src="view/js/fancybox/jquery.fancybox.min.js?v=2024.06-dev"></script>
<script type="text/javascript" src="view/js/fancybox/fancybox.config.js?v=2024.06-dev"></script>
<script type="text/javascript" src="view/js/vanillaEmojiPicker/vanillaEmojiPicker.min.js?v=2024.06-dev"></script>
<script>
window.onload = function(){
new EmojiPicker({
trigger: [
{
selector: '.emojis-post',
insertInto: ['#comment-edit-text-0', '#profile-jot-text']
},
{
selector: '.emojis',
insertInto: ['.comment-edit-text-full']
}
],
closeButton: true
});
};
</script>
<script type="text/javascript">
const updateInterval = 10000;
const localUser = 1;
</script>
<script type="text/javascript" src="view/js/main.js?v=2024.06-dev"></script>
<script>
// Lifted from css-tricks.com/snippets/jquery…
jQuery.fn.putCursorAtEnd = function() {
return this.each(function() {
// Cache references
var $el = $(this),
el = this;
// Only focus if input isn't already
if (!$el.is(":focus")) {
$el.focus();
}
// If this function exists... (IE 9+)
if (el.setSelectionRange) {
// Double the length because Opera is inconsistent about whether a carriage return is one character or two.
var len = $el.val().length * 2;
// Timeout seems to be required for Blink
setTimeout(function() {
el.setSelectionRange(len, len);
}, 1);
} else {
// As a fallback, replace the contents with itself
// Doesn't work in Chrome, but Chrome supports setSelectionRange
$el.val($el.val());
}
// Scroll to the bottom, in case we're in a tall textarea
// (Necessary for Firefox and Chrome)
this.scrollTop = 999999;
});
};
function confirmDelete() { return confirm(""); }
function commentExpand(id) {
$("#comment-edit-text-" + id).putCursorAtEnd();
$("#comment-edit-text-" + id).addClass("comment-edit-text-full");
$("#comment-edit-text-" + id).removeClass("comment-edit-text-empty");
$("#mod-cmnt-wrap-" + id).show();
openMenu("comment-edit-submit-wrapper-" + id);
return true;
}
function commentOpen(obj,id) {
if (obj.value == "") {
$("#comment-edit-text-" + id).addClass("comment-edit-text-full");
$("#comment-edit-text-" + id).removeClass("comment-edit-text-empty");
$("#mod-cmnt-wrap-" + id).show();
openMenu("comment-edit-submit-wrapper-" + id);
return true;
}
return false;
}
function commentClose(obj,id) {
if (obj.value == "") {
$("#comment-edit-text-" + id).removeClass("comment-edit-text-full");
$("#comment-edit-text-" + id).addClass("comment-edit-text-empty");
$("#mod-cmnt-wrap-" + id).hide();
closeMenu("comment-edit-submit-wrapper-" + id);
return true;
}
return false;
}
function commentInsert(obj,id) {
var tmpStr = $("#comment-edit-text-" + id).val();
if (tmpStr == "") {
$("#comment-edit-text-" + id).addClass("comment-edit-text-full");
$("#comment-edit-text-" + id).removeClass("comment-edit-text-empty");
openMenu("comment-edit-submit-wrapper-" + id);
}
var ins = $(obj).html();
ins = ins.replace("<","<");
ins = ins.replace(">",">");
ins = ins.replace("&","&");
ins = ins.replace(""","\"");
$("#comment-edit-text-" + id).val(tmpStr + ins);
}
function showHideCommentBox(id) {
if ($("#comment-edit-form-" + id).is(":visible")) {
$("#comment-edit-form-" + id).hide();
} else {
$("#comment-edit-form-" + id).show();
}
}
</script>
<link rel='stylesheet' type='text/css' href='view/theme/vier/narrow.css' media='screen and (max-width: 1100px)' />
<script type="text/javascript">
function showThread(id) {
$("#collapsed-comments-" + id).show()
$("#collapsed-comments-" + id + " .collapsed-comments").show()
}
function hideThread(id) {
$("#collapsed-comments-" + id).hide()
$("#collapsed-comments-" + id + " .collapsed-comments").hide()
}
function cmtBbOpen(id) {
$("#comment-edit-bb-" + id).show();
}
function cmtBbClose(id) {
$("#comment-edit-bb-" + id).hide();
}
</script><script>
$(document).ready(function() {
$("#nav-search-text").search autocomplete(baseurl + '/search/acl');
});
</script>
</head>
<body>
<div id="panel" style="display: none;"></div><header>
<div id="site-location">nanook@friendica.eskimo.com</div>
<div id="banner"><a href="https://friendi.ca"><img id="logo-img" width="32" height="32" src="images/friendica.svg" alt="logo" /></a><span id="logo-text"><a href="https://friendi.ca">Friendica</a></span></div>
</header>
<nav role="menubar">
<ul>
<li class="mobile-aside-toggle" style="display:none;">
<a href="#">
<i class="icons icon-reorder"></i>
</a>
</li>
<li role="menuitem" id="nav-home-link" class="nav-menu ">
<a accesskey="p" class="" href="profile/nanook" title="My posts and conversations">
<span class="desktop-view">Home</span>
<i class="icon s22 icon-home mobile-view"><span class="sr-only">Home</span></i>
<span id="home-update" class="nav-notification"></span>
</a>
</li>
<li role="menuitem" id="nav-network-link" class="nav-menu ">
<a accesskey="n" class="" href="network" title="My friends039; conversations">
<span class="desktop-view">Network</span>
<i class="icon s22 icon-th mobile-view"><span class="sr-only">Network</span></i>
<span id="net-update" class="nav-notification"></span>
</a>
</li>
<li role="menuitem" id="nav-community-link" class="nav-menu ">
<a accesskey="c" class=" desktop-view" href="community" title="Conversations on this and other servers">Community</a>
<a class=" mobile-view" href="community" title="Conversations on this and other servers"><i class="icon s22 icon-bullseye"></i></a>
</li>
<li role="menu" aria-haspopup="true" id="nav-site-linkmenu" class="nav-menu-icon"><a><span class="icon s22 icon-question"><span class="sr-only">Help and documentation</span></span></a>
<ul id="nav-site-menu" class="menu-popup">
<li role="menuitem"><a class="" href="help" title="Help and documentation">Help</a></li> <li role="menuitem"><a class="" href="friendica" title="Information about this Friendica instance">Information</a></li>
<a class="" href="tos" title="Terms of Service of this Friendica instance">Terms of Service</a></li> <li role="menuitem"><a class="" href="directory" title="People directory">Directory</a></li>
</ul>
</li>
<li role="menu" aria-haspopup="true" id="nav-messages-linkmenu" class="nav-menu-icon">
<a href="message" title="Messages">
<span class="icon s22 icon-envelope"><span class="sr-only">Messages</span></span>
<span id="mail-update" class="nav-notification"></span>
</a>
</li>
<li role="menu" aria-haspopup="true" id="nav-notifications-linkmenu" class="nav-menu-icon">
<a title="Notifications">
<span class="icon s22 icon-bell tilted-icon"><span class="sr-only">Notifications</span></span>
<span id="notification-update" class="nav-notification"></span>
</a>
<ul id="nav-notifications-menu" class="menu-popup">
<li role="menuitem" id="nav-notifications-mark-all"><a onclick="notificationMarkAll(); return false;">Mark as seen</a></li>
<li role="menuitem" id="nav-notifications-see-all"><a href="notifications/system">See all notifications</a></li>
<li role="menuitem" class="empty">Nothing new here</li>
</ul>
</li>
<li role="menu" aria-haspopup="true" id="nav-user-linkmenu" class="nav-menu">
<a accesskey="u" title="nanook@friendica.eskimo.com"><img src="https://friendica.eskimo.com/photo/contact/48/3?ts=1713674634" alt="Nanook"><span id="nav-user-linklabel">Nanook</span><span id="intro-update" class="nav-notification"></span></a>
<ul id="nav-user-menu" class="menu-popup">
<li role="menuitem"> <a class="" href="search" title="Search site content">Search</a> </li>
<li role="menuitem"><a class="" href="notifications/intros" title="Friend requests">Introductions<span id="intro-update-li" class="nav-notification"></span></a></li> <li role="menuitem"><a class="" href="contact" title="Manage/Edit friends and contacts">Contacts</a></li> <li role="menuitem"><a class="" href="message" title="Private messages">Messages <span id="mail-update-li" class="nav-notification"></span></a></li> <li role="menuitem"><a class="" href="profile/nanook/profile" title="My profile page">Profile</a></li> <li role="menuitem"><a class="" href="settings" title="Account settings">Settings</a></li> <li role="menuitem">
<a accesskey="a" class="" href="admin/" title="Site setup and configuration">Admin</a>
</li>
<li role="menuitem">
<a accesskey="m" class="" href="moderation/" title="Content and user moderation">Moderation</a>
</li>
<li role="menuitem"><a class="menu-sep " href="logout" title="End this session">Logout</a></li> </ul>
</li>
<li role="menuitem" id="nav-logout-link" class="nav-menu">
<a class="" href="logout" title="End this session">Logout</a>
</li>
<li role="search" id="nav-search-box">
<form method="get" action="search">
<input accesskey="s" id="nav-search-text" class="nav-menu-search" type="text" value="" name="q" placeholder=" @name, !group, #tags, content">
<select name="search-option">
<option value="fulltext">Full text</option>
<option value="tags">Tags</option>
<option value="contacts">Contacts</option>
</select>
</form>
</li>
<li role="menuitem" id="nav-admin-link" class="nav-menu">
<a accesskey="a" class=" icon-sliders" href="admin/" title="Site setup and configuration"><span class="sr-only">Site setup and configuration</span></a>
</li>
<li role="menuitem" id="nav-moderation-link" class="nav-menu">
<a accesskey="a" class=" icon-sliders" href="moderation/" title="Content and user moderation"><span class="sr-only">Content and user moderation</span></a>
</li>
<li role="menu" aria-haspopup="true" id="nav-apps-link" class="nav-menu ">
<a class=" " title="Addon applications, utilities, games">Apps</a>
<ul id="nav-apps-menu" class="menu-popup">
<li role="menuitem"><div class="app-title"><a href="calc">Calculator</a></div></li>
<li role="menuitem"><div class="app-title"><a href="convert">Units Conversion</a></div></li>
<li role="menuitem"><div class="app-title"><a href="forumdirectory">Forum Directory</a></div></li>
<li role="menuitem"><div class="app-title"><a href="infiniteimprobabilitydrive">Infinite Improbability Drive</a></div></li>
<li role="menuitem"><div class="app-title"><a href="irc">IRC Chatroom</a></div></li>
<li role="menuitem"><div class="app-title"><a href="webrtc">WebRTC Videochat</a></div></li>
</ul>
</li>
</ul>
</nav>
<!--
<div class="icon-flag" style="position: fixed; bottom: 10px; left: 20px; z-index:9;"></div>
-->
<aside></aside>
<section>
<div class="pageheader"><html>
<head>
</head>
<body>
<center>
<h3>Welcome to Friendica.Eskimo.Com</h3>
<a href="https://www.eskimo.com/"><h2>Home of Censorship Free Hosting</h2></a>
<a href="https://www.eskimo.com/"><img width=20% height=auto src="logo.png" alt="Eskimo North Linux Shells, E-mail, Virtual Machines, Web Hosting."></a>
<h4><a href="https://www.eskimo.com/services/shells/">Linux Shell Accounts terminal or full remote desktops, many distributions.</a></h4>
<h5>Please tell your friends about <a href="https://hubzilla.eskimo.com">hubzilla.eskimo.com</a>, <a href="https://friendica.eskimo.com">friendica.eskimo.com</a>,
federated macroblogging social media sites and <a href="https://yacy.eskimo.com/">yacy.eskimo.com</a> an uncensored federated search engine.</h5>
<script type="text/javascript"> var infolinks_pid = 3396086; var infolinks_wsid = 0; </script> <script type="text/javascript" src="//resources.infolinks.com/js/infolinks_main.js"></script>
</center>
</body>
</div><div id="pause"></div> <!-- The pause/resume Ajax indicator -->
<div id="page-footer"></div>
</section>
<right_aside></right_aside>
<footer><script type="text/javascript" src="addon/cookienotice/cookienotice.js?v=2024.06-dev"></script>
<script type="text/javascript" src="addon/highlightjs/asset/highlight.pack.js?v=2024.06-dev"></script>
<script type="text/javascript" src="addon/highlightjs/highlightjs.js?v=2024.06-dev"></script>
<script type="text/javascript" src="addon/qcomment/qcomment.js?v=2024.06-dev"></script>
<script>var homebase="profile/nanook";</script>
</footer>
</body>
</html>
Dr. Jordan B. Peterson sits down in-person with Canadian lawyer Bruce Pardy and podcaster Konstantin Kisin. They discuss Canadian Prime Minister Justin Trude...YouTube
cranston likes this.
Dr. Jordan B. Peterson sits down in-person with Canadian lawyer Bruce Pardy and podcaster Konstantin Kisin. They discuss Canadian Prime Minister Justin Trude...YouTube
cranston likes this.
cranston likes this.
Sorry for our unannounced disappearance.
The machine this friendica is based upon is a i9-10900x with dual wd-black 1TB SSD drives in RAID0 and four 14Tb drives in two RAID-1 arrays.
Running the root partition on raid1 software raid (mdraid) requires that
initramfs autoconfig's the RAID array for a successful boot to occur.
I had upgraded our other web server to Ubuntu 24.04 in advance of the official release date and had few problems so did the same with this, unaware that 24.04 totally broke the auto-assemble function in initramfs, as well as breaking virtual GPUs and turning the machine into a snap nightmare.
The Canonical folks deserve a big E on this release as far as I am concerned. Anyway after finally figuring out what happened we are back on 22.04 and probably will remain that way until end of life at which point we'll migrate to Debian or some other release unless Ubuntu's board has been fired by that time and moved back to some semblance of sanity.
In a day or two we should also have hubzilla, mastodon, and yacy back up.
I accidentally discovered that Netflix is snooping my browser history. I configured Firefox for private browsing and turned history off. Netflix would no longer allow me to view content. They have no legal interest in my browser history. Of course they'd like to know it so they can better target ads and probably the NSA pays them to help with their data collection, but what I've viewed outside of Netflix is NONE OF THEIR FUCKING BUSINESS.
If you are a Netflix customer, I urge you to call them at (888) 638-3549 and tell them in no uncertain terms that this is NOT ACCEPTABLE.
If there are any lawyers out there that would be willing to get a law suit
going pro-bono, please contact me at nanook@eskimo.com.
Please spread this message around.
nowisthetime reshared this.
cranston likes this.
It gets even better than she describes here, because the kind of reactors that can recycle actinides (the heavier than Uranium isotopes in nuclear waste that are long-lived) are molten salt breeder reactors. These reactors have additional benefits beyond burning waste, they also are inherently safe incapable of meltdowns because they are firstly self-regulating, and second in the event of an overheat condition (which is nearly impossible to achieve) the worst thing that happens is it melts a drain plug and the fuel drains into a much larger tank that disperses it enough that reactions can no longer occur, and because this fuel cycle involves continuous removal of fission products, there aren't a lot of fission products in the fuel to heat the tank. These reactors are safe by physics not safe by 1000 safety mechanisms that can screw up and render you a Fukashima. As such they can be placed close enough to populations that waste heat can be used for things like space heating of homes and commercial spaces.
cranston likes this.
We're all reading how AI will be our doom. I think most people associate AI with consciousness but I see zero evidence that mere complexity creates consciousness and thus no reason to believe AI is conscious, thus to be the destruction of mankind will require someone direct it to that purpose, just as with nuclear technology.
Personally, I believe the many interactive worlds theory of quantum mechanics is the correct one, even though it be an unpopular one. It creates a physical mechanism for us to create our reality, the universes splitting at every decision node but we decide which one we go to and so you can choose a terrible world or a great one. Make the right choice.
Highlights from the #intel Foundry Direct Connect keynote presentation, featuring Sam Altman from #openai as well as the CEOs of Microsoft ( #msft stock ) an...YouTube
“Greta Thunberg is an end stage product of the climate religion. As renewables come into crisis everywhere in the world because of local community opposition...YouTube
Theaitetos (Рцяэыоод) likes this.
Unleash your inner style enthusiasts with our Red Hood Jacket. Shop now at celebrityjacket.us with free shipment all over the world.Celebrity Jackets
Odin likes this.
cranston likes this.
cranston likes this.
Whatever this is, it ain't "buttes and layers" on Mars.
It is either:
1) An artificial structure on Mars.
2) An artificial structure in the desert on Earth portrayed as Mars.
3) Some good art work.
Then Satan thought, "How can I fuck up God's plan", and Satan made a Politician.
This show has been generously supported and sponsored by Beaver Bitcoin - the easiest way to automatically buy Bitcoin in Canada without depending on a custo...YouTube
YouTube shorts are a minute or less. This video, in its entirety was over 3 minutes long so please excuse the editing...I'm just as disappointed because ther...YouTube
Tucker Carlson Tonight 2/10/24:RFK Jr explains Ukraine, bio-labs, and who ki.lled his uncle.YouTube
For those who don't want to see the entire show, here's the best part of the Joni Mitchell Gershwin Prize broadcast - her triumphant return to the stage perf...YouTube
On his radio broadcast in 1965, Paul Harvey warned Americans how the "devil" would lead us down the path of destruction. His warning seems to have eerily pre...YouTube
"My father was a co-founder" of the WEF, says Pascal Najadi, who "left Klaus Schwab out of disgust" and now speaks against the globalist organization. "I cal...YouTube
cranston likes this.
How do we recapture this energy? Davos and company can be countered by nothing less.
At the WEF Meeting, Damon Almani speaks:
"Fuck You Klaus Schwab and Fuck Your New World Order"!
Couldn't have said it better myself.
🔴 UNIQUE merch at a CHEAP price?Grab some clothes here ➡ https://classifiedstories.com/🚨 LIMITED-TIME: Free eBook on the Hunter Biden SCANDAL 🚨 Grab your ...YouTube
3 Patti Happy Club Pakistan Free Download latest version and play games like 7Up7Down, Fruit Party, Ander Bahar, Ludo, and rummy to win cash.admin (3 Patti Blue)
cranston likes this.
Theaitetos (Рцяэыоод) likes this.
The first 500 people to use this link and code ARVIN30 will get 30% off their first subscription with Soylent: https://bit.ly/3S3KnYBTALK TO ME ON PATREON:ht...YouTube
Dennis Wilson (Pureblood) @diaspora.psyco.fr likes this.
Dennis Wilson (Pureblood) @diaspora.psyco.fr reshared this.
cranston likes this.
cranston likes this.
cranston likes this.
ChatGPT Deutsch: Die Konversationsrevolution in Deutschland
Die Entwicklung der KI hat eine neue Ära der menschlichen Kommunikation eingeleitet. ChatGPT Deutsch hat insbesondere die Kommunikation in Deutsch revolutioniert.
Die deutsche Sprache wird durch künstliche Intelligenz beeinflusst bei chatgptdeutsch.io/
ChatGPT auf Deutsch ermöglicht Benutzern die Interaktion mit einem intelligenten Sprachmodell, das auf dem bahnbrechenden GPT-3.5-Modell von OpenAI basiert. Da ChatGPT Deutsch nicht nur syntaktisch korrekte, sondern auch semantisch sinnvolle Antworten generiert, ist dieser Schritt ein Meilenstein in der deutschen Sprachverarbeitung.
2. Vielfältige Einsatzgebiete
ChatGPT Deutsch wird in zahlreichen Bereichen eingesetzt, darunter Kundenservice, Bildung und persönliche Assistenz. In verschiedenen Szenarien erhöht die Fähigkeit des Modells, komplexe Anfragen zu verstehen und fundierte Antworten zu liefern, die die Effizienz und Genauigkeit erhöhen.
3. Möglichkeiten zur Verbesserung des Sprachlernens
ChatGPT ist eine Wohltat für Menschen, die Deutsch lernen. Die Lernenden können durch die interaktive Interaktion mit dem Modell nicht nur ihre grammatischen Fähigkeiten verbessern, sondern auch ihr Verständnis für den idiomatischen Gebrauch der deutschen Sprache erweitern.
4. Herausforderungen und Überlegungen zur Ethik
Herausforderungen und ethische Bedenken treten mit dem Wachstum der KI auf. Bei der Implementierung dieses revolutionären Tools müssen wichtige Aspekte wie die Privatsphäre, die Voreingenommenheit und die Begrenzung des Missbrauchs von ChatGPT berücksichtigt werden.
5. Ausblick auf die Zukunft
ChatGPT Deutsch ist nur der Beginn eines aufregenden Zeitalters in der Sprachtechnologie. Die fortlaufende Verbesserung dieses Modells wird dazu beitragen, die Benutzererfahrung zu verbessern und es in immer mehr Bereichen anzuwenden.
Insgesamt ermöglicht ChatGPT Deutsch eine detailliertere, präzisere und interaktivere Kommunikation auf Deutsch. Eine vielversprechende Zukunft für die Art und Weise, wie wir mit künstlicher Intelligenz in unserer eigenen Sprache interagieren, wird von dieser Sprachtechnologierevolution erwartet.
William (Will) Happer, the Cyrus Fogg Bracket Professor of Physics and one of the pioneers in the field of optically polarized atoms, is transferring to emer...YouTube
Dave Rubin of “The Rubin Report” shares what he believes might be Jordan Peterson’s best speech ever. This the closing speech of the Alliance for Responsible...YouTube
rbfarmer likes this.
http://ThoriumRemix.com/ is a doc created (in part) from this footage. Watch "LFTR in 5 Minutes - THORIUM REMIX 2011" at: http://www.youtube.com/watch?v=P9M_...YouTube
Dr. John Robson investigates the unsound origins and fundamental inaccuracy, even dishonesty, of the claim that 97% of scientists, or "the world's scientists...YouTube
Otto Pureblood likes this.
Otto Pureblood reshared this.
Tucker Carlson Tonight 1/24/24 :Into the abyss: Colonel Douglas Macgregor tells us why the Ukraine war must end now.YouTube
Based.
He is a clown judge & a fraud, after all.
Marc Bru repeatedly interrupted chief judge before the sentence was handed down, calling him a ‘clown’ and a ‘fraud’Guardian staff reporter (The Guardian)
Theaitetos (Рцяэыоод) likes this.
A health insurance whistleblower is exposing their most appalling practice. It’s called prior authorization — and it’s part of a money-making scheme based on...YouTube
'I can’t be the only one who thinks it’s deeply sinister and authoritarian to have the police recording lists of citizens who have committed wrongthink.'Andr...YouTube
How The Government Manipulates Facts - Thought-provoking documentary on war propaganda: how governments manipulate the facts and how most media let them get ...YouTube
The Center for Countering Digital Hate put out a new report a few days ago, in which they warn that climate misinformation continuous to flourish on YouTube....YouTube
. --- All this plus more on this jam-packed episode of Verdict with Ted Cruz.--Verdict with Ted Cruz is sponsored in part by Patriot Mobile - America’s ONLY ...YouTube
Sky News host Rowan Dean says United Nations Secretary-General Antonio Guterres is “outraged” at citizens valuing their independence.Mr Dean also calls the U...YouTube
Jesse Watters details what happens at the World Economic Forum in Davos, Switzerland on ‘Jesse Watters Primetime.’Subscribe to Fox News! https://bit.ly/2vBUv...YouTube
Steven Koonin reviews the state of climate science, focusing on data trends, climate models, and the uncertainties involved. He highlights issues with climat...YouTube
Harka
in reply to Nanook • • •