Removed compiled output, added gitignore
parent
27bb4dfd89
commit
8f3d1aaacb
@ -0,0 +1 @@
|
||||
public
|
||||
@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
hugo && rsync -a --delete public/ server:~/public_html/existential.beauty
|
||||
@ -1,204 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html><head>
|
||||
<title>Categories</title>
|
||||
|
||||
|
||||
|
||||
|
||||
<meta charset="utf-8">
|
||||
<meta name="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="google-site-verification" content="">
|
||||
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport">
|
||||
<meta content="telephone=no" name="format-detection">
|
||||
<meta name="description" content="">
|
||||
<meta name="renderer" content="webkit">
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<link type="text/css" rel="stylesheet" href="/vendor/css/bootstrap.min.css">
|
||||
|
||||
<link rel="stylesheet" href="/scss/dark-mode.min.cb53f1bee2b8900cb4f082afbf00175d6618f281cf9a2fe8619e3b52d20b5721.css" integrity="sha256-y1PxvuK4kAy08IKvvwAXXWYY8oHPmi/oYZ47UtILVyE=" media="screen">
|
||||
|
||||
|
||||
<link rel="stylesheet"
|
||||
href="https://fonts.googleapis.com/css?family=Material+Icons">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"><div class="single-column-drawer-container" id="drawer"
|
||||
v-bind:class="{ 'single-column-drawer-container-active': isDrawerOpen }">
|
||||
<div class="drawer-content">
|
||||
<div class="drawer-menu">
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<transition name="fade">
|
||||
<div id="drawer-mask" v-bind:class="{ 'single-column-drawer-mask': mounted }" v-if="isDrawerOpen" v-on:click="toggleDrawer"></div>
|
||||
</transition>
|
||||
<nav id="navBar" class="navbar sticky-top navbar-light single-column-nav-container">
|
||||
<div id="navBackground" class="nav-background"></div>
|
||||
<div class="container container-narrow nav-content">
|
||||
<button id="nav_dropdown_btn" class="nav-dropdown-toggle" type="button" v-on:click="toggleDrawer">
|
||||
<i class="material-icons">
|
||||
menu
|
||||
</i>
|
||||
</button>
|
||||
<a id="navTitle" class="navbar-brand" href="https://existential.beauty">
|
||||
Existential Beauty
|
||||
</a>
|
||||
|
||||
<button type="button" class="nav-darkmode-toggle" id="darkModeToggleButton2">
|
||||
<i class="material-icons" id="darkModeToggleIcon2">
|
||||
dark_mode
|
||||
</i>
|
||||
</button>
|
||||
|
||||
</div>
|
||||
</nav>
|
||||
<div class="single-column-header-container" id="pageHead"
|
||||
v-bind:style="{ transform: 'translateZ(0px) translateY('+.3*scrollY+'px)', opacity: 1-navOpacity }">
|
||||
<a href="https://existential.beauty">
|
||||
<div class="single-column-header-title">Existential Beauty</div>
|
||||
|
||||
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div id="content">
|
||||
<div id="streamContainer" class="stream-container">
|
||||
|
||||
<div class="post-list-container post-list-container-shadow">
|
||||
<a class="a-block">
|
||||
<div class="post-item-wrapper post-item-wrapper-no-hover">
|
||||
<div class="post-item post-item-no-gaps">
|
||||
<div class="post-item-info-wrapper">
|
||||
<div class="post-item-title post-item-title-small">
|
||||
Categories
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
<div class="tags">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div><div id="sideContainer" class="side-container">
|
||||
|
||||
<a class="a-block nav-head false" href="https://existential.beauty">
|
||||
|
||||
<div class="nav-title">
|
||||
Existential Beauty
|
||||
</div>
|
||||
|
||||
</a>
|
||||
|
||||
<div class="nav-link-list">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="nav-footer">
|
||||
|
||||
Hugo Theme <a href="https://github.com/amazingrise/hugo-theme-diary">Diary</a> by <a href="https://risehere.net/">Rise</a>
|
||||
<br>
|
||||
Ported from <a href="https://mak1t0.cc/" target="_blank" rel="noreferrer noopener">Makito</a>'s <a href="https://github.com/SumiMakito/hexo-theme-journal/" target="_blank" rel="noreferrer noopener">Journal.</a> <br>
|
||||
<br>
|
||||
|
||||
©
|
||||
|
||||
Existential Beauty by Leonard Francis Coogan is licensed under CC BY-SA 4.0
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div><div id="extraContainer" class="extra-container">
|
||||
<div class="toc-wrapper">
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
<div class="pagination">
|
||||
<a id="globalBackToTop" class="pagination-action animated-visibility" href="#top"
|
||||
:class="{ invisible: scrollY == 0 }">
|
||||
<i class="material-icons pagination-action-icon">
|
||||
keyboard_arrow_up
|
||||
</i>
|
||||
</a>
|
||||
|
||||
<a type="button" class="pagination-action" id="darkModeToggleButton">
|
||||
<span class="material-icons pagination-action-icon" id="darkModeToggleIcon">
|
||||
dark_mode
|
||||
</span>
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div id="single-column-footer">
|
||||
Hugo Theme <a href="https://github.com/amazingrise/hugo-theme-diary">Diary</a> by <a href="https://risehere.net/">Rise</a>
|
||||
<br>
|
||||
Ported from <a href="https://mak1t0.cc/" target="_blank" rel="noreferrer noopener">Makito</a>'s <a href="https://github.com/SumiMakito/hexo-theme-journal/" target="_blank" rel="noreferrer noopener">Journal.</a> <br>
|
||||
<br>
|
||||
|
||||
©
|
||||
|
||||
Existential Beauty by Leonard Francis Coogan is licensed under CC BY-SA 4.0
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script src="/js/journal.js"></script></body>
|
||||
</html>
|
||||
@ -1,12 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Categories on Existential Beauty</title>
|
||||
<link>https://existential.beauty/categories/</link>
|
||||
<description>Recent content in Categories on Existential Beauty</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en-us</language>
|
||||
<copyright>Existential Beauty by Leonard Francis Coogan is licensed under CC BY-SA 4.0</copyright>
|
||||
<atom:link href="https://existential.beauty/categories/index.xml" rel="self" type="application/rss+xml" />
|
||||
</channel>
|
||||
</rss>
|
||||
@ -1,10 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-us">
|
||||
<head>
|
||||
<title>https://existential.beauty/categories/</title>
|
||||
<link rel="canonical" href="https://existential.beauty/categories/">
|
||||
<meta name="robots" content="noindex">
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="refresh" content="0; url=https://existential.beauty/categories/">
|
||||
</head>
|
||||
</html>
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 66 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 109 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 947 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 54 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 1.5 MiB |
@ -1,315 +0,0 @@
|
||||
var debounce = function (func, wait, options) {
|
||||
let lastArgs, lastThis, maxWait, result, timerId, lastCallTime;
|
||||
|
||||
let lastInvokeTime = 0;
|
||||
let leading = false;
|
||||
let maxing = false;
|
||||
let trailing = true;
|
||||
|
||||
// Bypass `requestAnimationFrame` by explicitly setting `wait=0`.
|
||||
const useRAF =
|
||||
!wait && wait !== 0 && typeof root.requestAnimationFrame === "function";
|
||||
|
||||
if (typeof func !== "function") {
|
||||
throw new TypeError("Expected a function");
|
||||
}
|
||||
function isObject(value) {
|
||||
const type = typeof value;
|
||||
return value != null && (type === "object" || type === "function");
|
||||
}
|
||||
|
||||
wait = +wait || 0;
|
||||
if (isObject(options)) {
|
||||
leading = !!options.leading;
|
||||
maxing = "maxWait" in options;
|
||||
maxWait = maxing ? Math.max(+options.maxWait || 0, wait) : maxWait;
|
||||
trailing = "trailing" in options ? !!options.trailing : trailing;
|
||||
}
|
||||
|
||||
function invokeFunc(time) {
|
||||
const args = lastArgs;
|
||||
const thisArg = lastThis;
|
||||
|
||||
lastArgs = lastThis = undefined;
|
||||
lastInvokeTime = time;
|
||||
result = func.apply(thisArg, args);
|
||||
return result;
|
||||
}
|
||||
|
||||
function startTimer(pendingFunc, wait) {
|
||||
if (useRAF) {
|
||||
root.cancelAnimationFrame(timerId);
|
||||
return root.requestAnimationFrame(pendingFunc);
|
||||
}
|
||||
return setTimeout(pendingFunc, wait);
|
||||
}
|
||||
|
||||
function cancelTimer(id) {
|
||||
if (useRAF) {
|
||||
return root.cancelAnimationFrame(id);
|
||||
}
|
||||
clearTimeout(id);
|
||||
}
|
||||
|
||||
function leadingEdge(time) {
|
||||
// Reset any `maxWait` timer.
|
||||
lastInvokeTime = time;
|
||||
// Start the timer for the trailing edge.
|
||||
timerId = startTimer(timerExpired, wait);
|
||||
// Invoke the leading edge.
|
||||
return leading ? invokeFunc(time) : result;
|
||||
}
|
||||
|
||||
function remainingWait(time) {
|
||||
const timeSinceLastCall = time - lastCallTime;
|
||||
const timeSinceLastInvoke = time - lastInvokeTime;
|
||||
const timeWaiting = wait - timeSinceLastCall;
|
||||
|
||||
return maxing
|
||||
? Math.min(timeWaiting, maxWait - timeSinceLastInvoke)
|
||||
: timeWaiting;
|
||||
}
|
||||
|
||||
function shouldInvoke(time) {
|
||||
const timeSinceLastCall = time - lastCallTime;
|
||||
const timeSinceLastInvoke = time - lastInvokeTime;
|
||||
|
||||
// Either this is the first call, activity has stopped and we're at the
|
||||
// trailing edge, the system time has gone backwards and we're treating
|
||||
// it as the trailing edge, or we've hit the `maxWait` limit.
|
||||
return (
|
||||
lastCallTime === undefined ||
|
||||
timeSinceLastCall >= wait ||
|
||||
timeSinceLastCall < 0 ||
|
||||
(maxing && timeSinceLastInvoke >= maxWait)
|
||||
);
|
||||
}
|
||||
|
||||
function timerExpired() {
|
||||
const time = Date.now();
|
||||
if (shouldInvoke(time)) {
|
||||
return trailingEdge(time);
|
||||
}
|
||||
// Restart the timer.
|
||||
timerId = startTimer(timerExpired, remainingWait(time));
|
||||
}
|
||||
|
||||
function trailingEdge(time) {
|
||||
timerId = undefined;
|
||||
|
||||
// Only invoke if we have `lastArgs` which means `func` has been
|
||||
// debounced at least once.
|
||||
if (trailing && lastArgs) {
|
||||
return invokeFunc(time);
|
||||
}
|
||||
lastArgs = lastThis = undefined;
|
||||
return result;
|
||||
}
|
||||
|
||||
function cancel() {
|
||||
if (timerId !== undefined) {
|
||||
cancelTimer(timerId);
|
||||
}
|
||||
lastInvokeTime = 0;
|
||||
lastArgs = lastCallTime = lastThis = timerId = undefined;
|
||||
}
|
||||
|
||||
function flush() {
|
||||
return timerId === undefined ? result : trailingEdge(Date.now());
|
||||
}
|
||||
|
||||
function pending() {
|
||||
return timerId !== undefined;
|
||||
}
|
||||
|
||||
function debounced(...args) {
|
||||
const time = Date.now();
|
||||
const isInvoking = shouldInvoke(time);
|
||||
|
||||
lastArgs = args;
|
||||
lastThis = this;
|
||||
lastCallTime = time;
|
||||
|
||||
if (isInvoking) {
|
||||
if (timerId === undefined) {
|
||||
return leadingEdge(lastCallTime);
|
||||
}
|
||||
if (maxing) {
|
||||
// Handle invocations in a tight loop.
|
||||
timerId = startTimer(timerExpired, wait);
|
||||
return invokeFunc(lastCallTime);
|
||||
}
|
||||
}
|
||||
if (timerId === undefined) {
|
||||
timerId = startTimer(timerExpired, wait);
|
||||
}
|
||||
return result;
|
||||
}
|
||||
debounced.cancel = cancel;
|
||||
debounced.flush = flush;
|
||||
debounced.pending = pending;
|
||||
return debounced;
|
||||
};
|
||||
|
||||
const navBar = document.getElementById("navBar");
|
||||
const navBackground = document.getElementById("navBackground");
|
||||
const navTitle = document.getElementById("navTitle");
|
||||
const extraContainer = document.getElementById("extraContainer");
|
||||
const streamContainer = document.getElementById("streamContainer");
|
||||
|
||||
// Scroll
|
||||
|
||||
var sgn = function (t, x) {
|
||||
let k = 1 / (1 - 2 * t);
|
||||
if (x <= t) return 0;
|
||||
else if (x >= 1 - t) return 1;
|
||||
else {
|
||||
return k * (x - t);
|
||||
}
|
||||
};
|
||||
|
||||
var handleScroll = function () {
|
||||
//let scrollY = window.scrollY;
|
||||
let pageHeadHeight = function () {
|
||||
return document.getElementById("pageHead").offsetHeight;
|
||||
};
|
||||
|
||||
let navBarHeight = function () {
|
||||
return document.getElementById("navBar").offsetHeight;
|
||||
};
|
||||
let navOpacity = sgn(
|
||||
0.0,
|
||||
Math.min(
|
||||
1,
|
||||
Math.max(0, window.scrollY / (pageHeadHeight() - navBarHeight() * 0.8))
|
||||
)
|
||||
);
|
||||
if (navOpacity >= 1) {
|
||||
navBackground.style.opacity = 1;
|
||||
navTitle.style.opacity = 1;
|
||||
} else {
|
||||
navBackground.style.opacity = 0;
|
||||
navTitle.style.opacity = 0;
|
||||
}
|
||||
|
||||
if (typeof spy !== "undefined") {
|
||||
spy();
|
||||
}
|
||||
};
|
||||
|
||||
window.addEventListener(
|
||||
"scroll",
|
||||
debounce(handleScroll, 100, { maxWait: 100 }),
|
||||
false
|
||||
);
|
||||
|
||||
document.querySelectorAll("table").forEach(function (elem) {
|
||||
elem.classList.add("table-striped");
|
||||
elem.classList.add("table");
|
||||
elem.classList.add("table-responsive");
|
||||
elem.classList.add("table-hover");
|
||||
});
|
||||
|
||||
// Night mode
|
||||
|
||||
var isDarkMode = false;
|
||||
|
||||
var toggleDarkMode = function () {
|
||||
let setGiscusTheme = function (themeName) {
|
||||
const iframe = document.querySelector('iframe.giscus-frame');
|
||||
if (!iframe) return;
|
||||
iframe.contentWindow.postMessage({
|
||||
giscus: {
|
||||
setConfig: {
|
||||
theme: themeName
|
||||
}
|
||||
}
|
||||
}, '*');
|
||||
}
|
||||
|
||||
isDarkMode = !isDarkMode;
|
||||
let icon = document.getElementById("darkModeToggleIcon");
|
||||
let icon2 = document.getElementById("darkModeToggleIcon2");
|
||||
if (isDarkMode == true) {
|
||||
document.cookie = "night=1;path=/";
|
||||
document.body.classList.add("night");
|
||||
icon.innerText = "light_mode";
|
||||
icon2.innerText = "light_mode";
|
||||
setGiscusTheme("dark");
|
||||
} else {
|
||||
document.cookie = "night=0;path=/";
|
||||
document.body.classList.remove("night");
|
||||
icon.innerText = "dark_mode";
|
||||
icon2.innerText = "dark_mode";
|
||||
setGiscusTheme("light");
|
||||
}
|
||||
};
|
||||
|
||||
let night = document.cookie.replace(
|
||||
/(?:(?:^|.*;\s*)night\s*\=\s*([^;]*).*$)|^.*$/,
|
||||
"$1"
|
||||
);
|
||||
|
||||
if (night == "") {
|
||||
if (
|
||||
window.matchMedia &&
|
||||
window.matchMedia("(prefers-color-scheme: dark)").matches
|
||||
) {
|
||||
toggleDarkMode();
|
||||
}
|
||||
} else {
|
||||
// If night is not empty
|
||||
if (night === "1") {
|
||||
toggleDarkMode();
|
||||
}
|
||||
}
|
||||
|
||||
try {
|
||||
document
|
||||
.getElementById("darkModeToggleButton")
|
||||
.addEventListener("click", function () {
|
||||
toggleDarkMode();
|
||||
});
|
||||
|
||||
document
|
||||
.getElementById("darkModeToggleButton2")
|
||||
.addEventListener("click", function () {
|
||||
toggleDarkMode();
|
||||
});
|
||||
} catch (_) {
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
// Drawer
|
||||
|
||||
var openDrawer = function () {
|
||||
document.getElementsByTagName("html")[0].style.overflow = "hidden";
|
||||
document
|
||||
.getElementById("drawer-mask")
|
||||
.classList.add("single-column-drawer-mask");
|
||||
document
|
||||
.getElementById("drawer")
|
||||
.classList.add("single-column-drawer-container-active");
|
||||
};
|
||||
|
||||
document
|
||||
.getElementById("nav_dropdown_btn")
|
||||
.addEventListener("click", function () {
|
||||
openDrawer();
|
||||
});
|
||||
|
||||
var closeDrawer = function () {
|
||||
document.getElementsByTagName("html")[0].style.overflow = "unset";
|
||||
document
|
||||
.getElementById("drawer-mask")
|
||||
.classList.remove("single-column-drawer-mask");
|
||||
document
|
||||
.getElementById("drawer")
|
||||
.classList.remove("single-column-drawer-container-active");
|
||||
};
|
||||
|
||||
document.getElementById("drawer-mask").addEventListener("click", function () {
|
||||
closeDrawer();
|
||||
});
|
||||
@ -1,45 +0,0 @@
|
||||
var spy = function () {
|
||||
var elems = document.querySelectorAll(Array.from(Array(6).keys(), x => ".post-body h"+(x+1).toString()));
|
||||
// ":is()" was not supported until Chrome 88+
|
||||
// Here is a backfill
|
||||
if (elems.length == 0) {
|
||||
return;
|
||||
}
|
||||
var supportPageOffset = window.pageXOffset !== undefined;
|
||||
var isCSS1Compat = ((document.compatMode || "") === "CSS1Compat");
|
||||
|
||||
var currentTop = supportPageOffset ? window.pageYOffset : isCSS1Compat ? document.documentElement.scrollTop : document.body.scrollTop;
|
||||
var currentBottom = currentTop + window.height;
|
||||
var pageBottom = window.pageBottom;
|
||||
|
||||
var meetUnread = false
|
||||
let lastElemName = elems[elems.length - 1].id;
|
||||
elems.forEach(function (elem, idx) {
|
||||
var elemTop = elem.offsetTop;
|
||||
var id = elem.getAttribute('id');
|
||||
var navElems = document.getElementsByClassName("nav-"+id);
|
||||
if (navElems.length == 0) {
|
||||
return
|
||||
}
|
||||
if (currentTop >= elemTop || currentBottom >= pageBottom) {
|
||||
Array.from(navElems).forEach((e) => {
|
||||
e.classList.add('toc-active');
|
||||
});
|
||||
} else {
|
||||
if (meetUnread == false) {
|
||||
meetUnread = true;
|
||||
if (idx > 0) {
|
||||
lastElemName = elems[idx - 1].id;
|
||||
}
|
||||
}
|
||||
Array.from(navElems).forEach((e) => {
|
||||
e.classList.remove('toc-active');
|
||||
});
|
||||
}
|
||||
})
|
||||
let selector = ".nav-" + lastElemName;
|
||||
// Two toc elements here
|
||||
document.querySelectorAll(selector).forEach(e => {
|
||||
e.scrollIntoView({ block: "center", behavior: 'smooth' });
|
||||
});
|
||||
}
|
||||
@ -1,10 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-us">
|
||||
<head>
|
||||
<title>https://existential.beauty/</title>
|
||||
<link rel="canonical" href="https://existential.beauty/">
|
||||
<meta name="robots" content="noindex">
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="refresh" content="0; url=https://existential.beauty/">
|
||||
</head>
|
||||
</html>
|
||||
@ -1,248 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html><head>
|
||||
<title>Posts</title>
|
||||
|
||||
|
||||
|
||||
|
||||
<meta charset="utf-8">
|
||||
<meta name="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="google-site-verification" content="">
|
||||
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport">
|
||||
<meta content="telephone=no" name="format-detection">
|
||||
<meta name="description" content="">
|
||||
<meta name="renderer" content="webkit">
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<link type="text/css" rel="stylesheet" href="/vendor/css/bootstrap.min.css">
|
||||
|
||||
<link rel="stylesheet" href="/scss/dark-mode.min.cb53f1bee2b8900cb4f082afbf00175d6618f281cf9a2fe8619e3b52d20b5721.css" integrity="sha256-y1PxvuK4kAy08IKvvwAXXWYY8oHPmi/oYZ47UtILVyE=" media="screen">
|
||||
|
||||
|
||||
<link rel="stylesheet"
|
||||
href="https://fonts.googleapis.com/css?family=Material+Icons">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"><div class="single-column-drawer-container" id="drawer"
|
||||
v-bind:class="{ 'single-column-drawer-container-active': isDrawerOpen }">
|
||||
<div class="drawer-content">
|
||||
<div class="drawer-menu">
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<transition name="fade">
|
||||
<div id="drawer-mask" v-bind:class="{ 'single-column-drawer-mask': mounted }" v-if="isDrawerOpen" v-on:click="toggleDrawer"></div>
|
||||
</transition>
|
||||
<nav id="navBar" class="navbar sticky-top navbar-light single-column-nav-container">
|
||||
<div id="navBackground" class="nav-background"></div>
|
||||
<div class="container container-narrow nav-content">
|
||||
<button id="nav_dropdown_btn" class="nav-dropdown-toggle" type="button" v-on:click="toggleDrawer">
|
||||
<i class="material-icons">
|
||||
menu
|
||||
</i>
|
||||
</button>
|
||||
<a id="navTitle" class="navbar-brand" href="https://existential.beauty">
|
||||
Existential Beauty
|
||||
</a>
|
||||
|
||||
<button type="button" class="nav-darkmode-toggle" id="darkModeToggleButton2">
|
||||
<i class="material-icons" id="darkModeToggleIcon2">
|
||||
dark_mode
|
||||
</i>
|
||||
</button>
|
||||
|
||||
</div>
|
||||
</nav>
|
||||
<div class="single-column-header-container" id="pageHead"
|
||||
v-bind:style="{ transform: 'translateZ(0px) translateY('+.3*scrollY+'px)', opacity: 1-navOpacity }">
|
||||
<a href="https://existential.beauty">
|
||||
<div class="single-column-header-title">Existential Beauty</div>
|
||||
|
||||
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div id="content">
|
||||
<div id="streamContainer" class="stream-container">
|
||||
|
||||
<div class="post-list-container post-list-container-shadow">
|
||||
|
||||
<a class="a-block">
|
||||
<div class="post-item-wrapper post-item-wrapper-no-hover">
|
||||
<div class="post-item post-item-no-gaps">
|
||||
<div class="post-item-info-wrapper">
|
||||
<div class="post-item-title post-item-title-small year">
|
||||
2024
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
<a href="/posts/chuck-wrenn-interview/" class="a-block">
|
||||
<div class="post-item-wrapper">
|
||||
<div class="post-item post-item-no-gaps">
|
||||
<div class="post-item-info-wrapper">
|
||||
<div class="post-item-title">
|
||||
Chuck Wrenn Interview
|
||||
</div>
|
||||
<div class="post-item-meta">
|
||||
2024-03-10
|
||||
 
|
||||
|
||||
|
||||
|
||||
 
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
<a href="/posts/sriman-dasa-interview/" class="a-block">
|
||||
<div class="post-item-wrapper">
|
||||
<div class="post-item post-item-no-gaps">
|
||||
<div class="post-item-info-wrapper">
|
||||
<div class="post-item-title">
|
||||
Sriman Dasa Interview
|
||||
</div>
|
||||
<div class="post-item-meta">
|
||||
2024-02-21
|
||||
 
|
||||
|
||||
|
||||
|
||||
 
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div><div id="sideContainer" class="side-container">
|
||||
|
||||
<a class="a-block nav-head false" href="https://existential.beauty">
|
||||
|
||||
<div class="nav-title">
|
||||
Existential Beauty
|
||||
</div>
|
||||
|
||||
</a>
|
||||
|
||||
<div class="nav-link-list">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="nav-footer">
|
||||
|
||||
Hugo Theme <a href="https://github.com/amazingrise/hugo-theme-diary">Diary</a> by <a href="https://risehere.net/">Rise</a>
|
||||
<br>
|
||||
Ported from <a href="https://mak1t0.cc/" target="_blank" rel="noreferrer noopener">Makito</a>'s <a href="https://github.com/SumiMakito/hexo-theme-journal/" target="_blank" rel="noreferrer noopener">Journal.</a> <br>
|
||||
<br>
|
||||
|
||||
©
|
||||
|
||||
Existential Beauty by Leonard Francis Coogan is licensed under CC BY-SA 4.0
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div><div id="extraContainer" class="extra-container">
|
||||
<div class="toc-wrapper">
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
<div class="pagination">
|
||||
<a id="globalBackToTop" class="pagination-action animated-visibility" href="#top"
|
||||
:class="{ invisible: scrollY == 0 }">
|
||||
<i class="material-icons pagination-action-icon">
|
||||
keyboard_arrow_up
|
||||
</i>
|
||||
</a>
|
||||
|
||||
<a type="button" class="pagination-action" id="darkModeToggleButton">
|
||||
<span class="material-icons pagination-action-icon" id="darkModeToggleIcon">
|
||||
dark_mode
|
||||
</span>
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div id="single-column-footer">
|
||||
Hugo Theme <a href="https://github.com/amazingrise/hugo-theme-diary">Diary</a> by <a href="https://risehere.net/">Rise</a>
|
||||
<br>
|
||||
Ported from <a href="https://mak1t0.cc/" target="_blank" rel="noreferrer noopener">Makito</a>'s <a href="https://github.com/SumiMakito/hexo-theme-journal/" target="_blank" rel="noreferrer noopener">Journal.</a> <br>
|
||||
<br>
|
||||
|
||||
©
|
||||
|
||||
Existential Beauty by Leonard Francis Coogan is licensed under CC BY-SA 4.0
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script src="/js/journal.js"></script></body>
|
||||
</html>
|
||||
@ -1,10 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-us">
|
||||
<head>
|
||||
<title>https://existential.beauty/posts/</title>
|
||||
<link rel="canonical" href="https://existential.beauty/posts/">
|
||||
<meta name="robots" content="noindex">
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="refresh" content="0; url=https://existential.beauty/posts/">
|
||||
</head>
|
||||
</html>
|
||||
@ -1,445 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html><head>
|
||||
<title>Sriman Dasa Interview</title>
|
||||
|
||||
|
||||
|
||||
|
||||
<meta charset="utf-8">
|
||||
<meta name="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="google-site-verification" content="">
|
||||
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport">
|
||||
<meta content="telephone=no" name="format-detection">
|
||||
<meta name="description" content="">
|
||||
<meta name="renderer" content="webkit">
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="/js/toc.js"></script>
|
||||
|
||||
<link type="text/css" rel="stylesheet" href="/vendor/css/bootstrap.min.css">
|
||||
|
||||
<link rel="stylesheet" href="/scss/dark-mode.min.cb53f1bee2b8900cb4f082afbf00175d6618f281cf9a2fe8619e3b52d20b5721.css" integrity="sha256-y1PxvuK4kAy08IKvvwAXXWYY8oHPmi/oYZ47UtILVyE=" media="screen">
|
||||
|
||||
|
||||
<link rel="stylesheet"
|
||||
href="https://fonts.googleapis.com/css?family=Material+Icons">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"><div class="single-column-drawer-container" id="drawer"
|
||||
v-bind:class="{ 'single-column-drawer-container-active': isDrawerOpen }">
|
||||
<div class="drawer-content">
|
||||
<div class="drawer-menu">
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="toc">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<transition name="fade">
|
||||
<div id="drawer-mask" v-bind:class="{ 'single-column-drawer-mask': mounted }" v-if="isDrawerOpen" v-on:click="toggleDrawer"></div>
|
||||
</transition>
|
||||
<nav id="navBar" class="navbar sticky-top navbar-light single-column-nav-container">
|
||||
<div id="navBackground" class="nav-background"></div>
|
||||
<div class="container container-narrow nav-content">
|
||||
<button id="nav_dropdown_btn" class="nav-dropdown-toggle" type="button" v-on:click="toggleDrawer">
|
||||
<i class="material-icons">
|
||||
menu
|
||||
</i>
|
||||
</button>
|
||||
<a id="navTitle" class="navbar-brand" href="https://existential.beauty">
|
||||
Existential Beauty
|
||||
</a>
|
||||
|
||||
<button type="button" class="nav-darkmode-toggle" id="darkModeToggleButton2">
|
||||
<i class="material-icons" id="darkModeToggleIcon2">
|
||||
dark_mode
|
||||
</i>
|
||||
</button>
|
||||
|
||||
</div>
|
||||
</nav>
|
||||
<div class="single-column-header-container" id="pageHead"
|
||||
v-bind:style="{ transform: 'translateZ(0px) translateY('+.3*scrollY+'px)', opacity: 1-navOpacity }">
|
||||
<a href="https://existential.beauty">
|
||||
<div class="single-column-header-title">Existential Beauty</div>
|
||||
|
||||
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div id="content">
|
||||
<div id="streamContainer" class="stream-container">
|
||||
|
||||
<div class="post-list-container post-list-container-shadow">
|
||||
<div class="post">
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="post-head-wrapper-text-only"
|
||||
|
||||
>
|
||||
<div class="post-title">
|
||||
Sriman Dasa Interview
|
||||
|
||||
<div class="post-meta">
|
||||
|
||||
<time itemprop="datePublished">
|
||||
2024-02-21 00:00
|
||||
</time>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<i class="material-icons" style="">label</i>
|
||||
|
||||
<a href="/tags/interview">interview</a>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="post-body-wrapper">
|
||||
|
||||
<div class="post-body" v-pre>
|
||||
|
||||
|
||||
|
||||
<div id="buzzsprout-player-14550327"></div><script src="https://www.buzzsprout.com/2320027/14550327-sriman-dasa-on-hare-krishna-and-the-iskon-of-va.js?container_id=buzzsprout-player-14550327&player=small" type="text/javascript" charset="utf-8"></script>
|
||||
|
||||
|
||||
<hr>
|
||||
<p><strong>Leonard Francis Coogan</strong></p>
|
||||
<p>In this episode I’ll be interviewing the head of the ISKON of Virginia, Sriman
|
||||
Dasa. ISKON stands for International Society for Krishna Consciousness, which is
|
||||
the organization that leads the Hare Krishna movement. I’ve known Sriman since
|
||||
the summer of ‘22 when I started organizing shows at the heavily-affiliated
|
||||
Govinda restaurant directly across from the ISKON temple.</p>
|
||||
<hr>
|
||||
<p><strong>Leonard Francis Coogan</strong></p>
|
||||
<p>When was the ISKON of VA founded?</p>
|
||||
<p><strong>Sriman Dasa</strong></p>
|
||||
<p>That was done in 2016.</p>
|
||||
<p><strong>Leonard Francis Coogan</strong></p>
|
||||
<p>So rather recent.</p>
|
||||
<p><strong>Sriman Dasa</strong></p>
|
||||
<p>Recently. Real ISKON was set up in 1966 actually.</p>
|
||||
<p><strong>Leonard Francis Coogan</strong></p>
|
||||
<p>I read that, isn’t there a temple in West VA?</p>
|
||||
<p><strong>Sriman Dasa</strong></p>
|
||||
<p>Yes, many major city have temples and especially in WV there is a big temple
|
||||
with 200 acres of land. That was built in the 1970s.</p>
|
||||
<p><strong>Leonard Francis Coogan</strong></p>
|
||||
<p>Is it still active?</p>
|
||||
<p><strong>Sriman Dasa</strong></p>
|
||||
<p>Yes, very active, and they have a guest house and many people visit all the time
|
||||
and stay there overnight. Very enjoyable. They have cows. They found some oil in
|
||||
the land. Lot of visitors. They were suffering one time financially, but now
|
||||
they have no problem.</p>
|
||||
<p><strong>Leonard Francis Coogan</strong></p>
|
||||
<p>You’re a religious leader, right?</p>
|
||||
<p><strong>Sriman Dasa</strong></p>
|
||||
<p>Yes, I am president of this organization here. ISKON of Virginia.</p>
|
||||
<p><strong>Leonard Francis Coogan</strong></p>
|
||||
<p>What led you to this position?</p>
|
||||
<p><strong>Sriman Dasa</strong></p>
|
||||
<p>That was because for many years I had been practicing. Being from India, born
|
||||
and grew up. In India it’s very common for Hindus to go to temple and become
|
||||
servant of G-d. There are many paths in India. When I came here [in 1970, there
|
||||
were no other temples beside ISKON. When I went first to Chicago I found a Hare
|
||||
Krishna temple and went there. Then I moved to Atlanta, and there was also a
|
||||
Hare Krishna temple there and I started going there. From there I moved to
|
||||
Baltimore and DC – all those places. Slowly I started going. In those days,
|
||||
those were the only temples we had. Now we have many temples. I met different
|
||||
Hindu religion priests and many other people, but by then I was convinced that
|
||||
Hare Krishna was the proper way of philosophy presented about Krishna. That’s
|
||||
why I continued.</p>
|
||||
<p><strong>Leonard Francis Coogan</strong></p>
|
||||
<p>How is Hare Krishna different from the religion you grew up practicing?</p>
|
||||
<p><strong>Sriman Dasa</strong></p>
|
||||
<p>Other religions that I was aware of in India believe all the demig-ds as well
|
||||
as Krishna are on the same level. They do not have a differentiation. They were
|
||||
not openly pointing out what the goal of life should be. In Hare Krishna, they
|
||||
say Krishna is supreme … of G-dhead and that the goal of the life should be to
|
||||
develop love for Krishna. There are many demig-ds people in India follow and
|
||||
they are representative of G-d-law. It’s just like president of the govt.
|
||||
Secretary is in a different department. If you serve the secretary, you may get
|
||||
some benefits, but if know the president you can get around anything.</p>
|
||||
<p><strong>Leonard Francis Coogan</strong></p>
|
||||
<p>Have you ever seen visions of Krishna?</p>
|
||||
<p><strong>Sriman Dasa</strong></p>
|
||||
<p>I haven’t seen the G-d yet, but I look back my life and over the life I’ve been
|
||||
materially much better and spiritually making progress which gives me comfort in
|
||||
my life. Even though I’m 80 years old, at this age, I’m a happy person. Better
|
||||
than all my 80 years behind. Normally people when they get old, they have less
|
||||
happy days. Disease, not happy with the children, not happy with the govt, they
|
||||
don’t have enough money to survive. But in my case, I enjoy every moment of it.
|
||||
It looks like G-d is praising me and giving me what I want.</p>
|
||||
<p><strong>Leonard Francis Coogan</strong></p>
|
||||
<p>You said you first came here from India to Chicago. What were you doing for a
|
||||
living?</p>
|
||||
<p><strong>Sriman Dasa</strong></p>
|
||||
<p>I came from India as a student and went to University of Tennessee and did my
|
||||
masters degree. At that time I was struggling a bit financially. I didn’t have
|
||||
money when I came from India. But luckily within 3 months I got permission to
|
||||
work within the university; then I never had problems financially. Then I did my
|
||||
masters and started working a little bit part-time.</p>
|
||||
<p><strong>Leonard Francis Coogan</strong></p>
|
||||
<p>Didn’t you say you got a PhD?</p>
|
||||
<p><strong>Sriman Dasa</strong></p>
|
||||
<p>No, I did not finish it. I did the coursework and when I was supposed to do a
|
||||
dissertation I decided to move forward and work in the outside.</p>
|
||||
<p><strong>Leonard Francis Coogan</strong></p>
|
||||
<p>What were you during your PhD in?</p>
|
||||
<p><strong>Sriman Dasa</strong></p>
|
||||
<p>It was a NASA-related project, laser technologies and optical technology and
|
||||
searching for meteor trails falling from the sky. I was doing some mathematical
|
||||
model research. It was an interesting project. But I was successful to proving
|
||||
my master thesis. My advisor was very happy. He came one day when I finished and
|
||||
lifted up the paper and said, “you made my life.”</p>
|
||||
<p><strong>Leonard Francis Coogan</strong></p>
|
||||
<p>How’d you transition from that to becoming a religious leader?</p>
|
||||
<p><strong>Sriman Dasa</strong></p>
|
||||
<p>Oh really this was developing on the side, just like my regular job as an
|
||||
engineer continued there and there, different companies. And religiously went to
|
||||
this temple that temple. In the beginning not too much into it, but more and
|
||||
more I got involved. But slowly I got into the service more and started cleaning
|
||||
pots and pans and mopping the floor and praying and those things developed as I
|
||||
continued with it.</p>
|
||||
<p><strong>Leonard Francis Coogan</strong></p>
|
||||
<p>But how’d you stop being an engineer?</p>
|
||||
<p><strong>Sriman Dasa</strong></p>
|
||||
<p>I did not stop, I just wanted to balance out work and life and slowly I decided
|
||||
sooner or later I should quit the job and go on my own business so I have more
|
||||
freedom. So I only worked in America as an engineer for 14 years of my life.
|
||||
After I quit I started my own real estate business and then had more time. Do
|
||||
whatever I want, just go to temple. So it worked out really good, good
|
||||
combination.</p>
|
||||
<p><strong>Leonard Francis Coogan</strong></p>
|
||||
<p>Aren’t you a landlord now?</p>
|
||||
<p><strong>Sriman Dasa</strong></p>
|
||||
<p>Yes, yes. Means I got rid of most of my property. Live more simple life. More
|
||||
I’m more concentrating here (the temple) & my sadhyna. Everyday I have to put
|
||||
spice at least 4 times in the sadhnya. Go out and feed the homeless people.
|
||||
People whoever come we offer them, we preach, we discuss.</p>
|
||||
<p><strong>Leonard Francis Coogan</strong></p>
|
||||
<p>What does it mean to be Krishna of Consciousness?</p>
|
||||
<p><strong>Sriman Dasa</strong></p>
|
||||
<p>Krishna Consciousness means we all have a consciousness thinking what we think
|
||||
inside. Somebody have a consciousness for his family, somebody has a
|
||||
consciousness for his nation, somebody has a consciousness for himself, and
|
||||
Krishna consciousness means we think about Krishna, a supersoul inside. We are
|
||||
the soul, we are part of it. Clearly which is given in the Bhagavad Gita we try
|
||||
to develop in our consciousness so that we more become apart of it. If you say
|
||||
“I’m American” – then as soon as you say “I’m American” you feel that you’re
|
||||
part of America. Even if you’re born in Africa and you live in America,
|
||||
naturally your consciousness is in Africa. This is only one aspect of
|
||||
consciousness. So Krishna Consciousness is trying to relate yourself as a
|
||||
servant of Krishna.</p>
|
||||
<p><strong>Leonard Francis Coogan</strong></p>
|
||||
<p>Does the religion believe in free will?</p>
|
||||
<p><strong>Sriman Dasa</strong></p>
|
||||
<p>Oh yeah, that’s why we are here. We have a free will. That was the main
|
||||
fundamental situation we had that’s why we wind up in this material world.
|
||||
Otherwise we live in a spritual world, with Krishna, serving Him. Take a family
|
||||
for example, you have four children. Krishna is your father. One guy say I’m
|
||||
going to Africa, one guy say I’m going to New York, and father is in Richmond.
|
||||
Time goes by, nobody wants to come and say “hello” to his father and they’ve
|
||||
forgotton. One guy who was living in New York he keeps in touch with the
|
||||
Richmond father & mother and once a while, weekend comes by, he says “how can I
|
||||
help you?” So he becomes a loving child. The other guys are not getting too much
|
||||
health. And the father says, “let them”. That’s a free will example. We have
|
||||
forgotten our relation with our father. We have decided to go away from him.
|
||||
That’s why we have ended up in this material world. We think we are happy, but
|
||||
no, if we go to our father we will be much happier. Like when the New York guy
|
||||
goes to his father in Richmond. Father is happy, mother is happy, they take care
|
||||
of each other. And that is our duty as Krishna of Consciousness, to go back to
|
||||
home and become servant of Krishna.</p>
|
||||
<p><strong>Leonard Francis Coogan</strong></p>
|
||||
<p>We’re in the age of Kali Yuga which means the furthest from Krishna, right?</p>
|
||||
<p><strong>Sriman Dasa</strong></p>
|
||||
<p>Not furthest, we are in the material world, but Kali Yuga is such a situation
|
||||
that is forgetfulness and mind is not intelligent. Two days back you probably
|
||||
can’t remember what you ate. That’s why this formula that is given, Hare Krishna
|
||||
mantra, is very powerful. It has a spiritual vibration, and when you sing that
|
||||
mantra, the mantra connects you directly to Krishna. It penetrates this planet
|
||||
and goes to the spiritual plane and to Krishna – that powerful. When we call
|
||||
our cellular phone to Africa, that is what’s happening. Spatial frequency takes
|
||||
you to Africa. Same day when you chant Hare Krishna, it has a spatial frequency
|
||||
that connects you to Krishna.</p>
|
||||
<p><strong>Leonard Francis Coogan</strong></p>
|
||||
<p>What does the mantra mean in English?</p>
|
||||
<p><strong>Sriman Dasa</strong></p>
|
||||
<p>It’s a prayer.</p>
|
||||
<p><strong>Leonard Francis Coogan</strong></p>
|
||||
<p>There is no translation?</p>
|
||||
<p><strong>Sriman Dasa</strong></p>
|
||||
<p>Maybe not, but you can say it’s a quick prayer. That’s it? Thank you for coming.</p>
|
||||
<p><strong>Leonard Francis Coogan</strong></p>
|
||||
<p>Yep, thanks for agreeing to this.</p>
|
||||
|
||||
|
||||
<HR width="100%" id="EOF">
|
||||
<p style="color:#777;">Last modified on 2024-02-21</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<nav class="post-pagination">
|
||||
|
||||
|
||||
<a class="newer-posts" href="/posts/chuck-wrenn-interview/">
|
||||
Next<br>Chuck Wrenn Interview
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a class="older-posts">
|
||||
Previous<br>No older posts.
|
||||
</a>
|
||||
|
||||
</nav>
|
||||
<div class="post-comment-wrapper">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</div><div id="sideContainer" class="side-container">
|
||||
|
||||
<a class="a-block nav-head false" href="https://existential.beauty">
|
||||
|
||||
<div class="nav-title">
|
||||
Existential Beauty
|
||||
</div>
|
||||
|
||||
</a>
|
||||
|
||||
<div class="nav-link-list">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="nav-footer">
|
||||
|
||||
Hugo Theme <a href="https://github.com/amazingrise/hugo-theme-diary">Diary</a> by <a href="https://risehere.net/">Rise</a>
|
||||
<br>
|
||||
Ported from <a href="https://mak1t0.cc/" target="_blank" rel="noreferrer noopener">Makito</a>'s <a href="https://github.com/SumiMakito/hexo-theme-journal/" target="_blank" rel="noreferrer noopener">Journal.</a> <br>
|
||||
<br>
|
||||
|
||||
©
|
||||
|
||||
Existential Beauty by Leonard Francis Coogan is licensed under CC BY-SA 4.0
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div><div id="extraContainer" class="extra-container">
|
||||
<div class="toc-wrapper">
|
||||
|
||||
|
||||
|
||||
<div class="toc">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="pagination">
|
||||
<a id="globalBackToTop" class="pagination-action animated-visibility" href="#top"
|
||||
:class="{ invisible: scrollY == 0 }">
|
||||
<i class="material-icons pagination-action-icon">
|
||||
keyboard_arrow_up
|
||||
</i>
|
||||
</a>
|
||||
|
||||
<a type="button" class="pagination-action" id="darkModeToggleButton">
|
||||
<span class="material-icons pagination-action-icon" id="darkModeToggleIcon">
|
||||
dark_mode
|
||||
</span>
|
||||
</a>
|
||||
|
||||
|
||||
</div>
|
||||
</div><div id="single-column-footer">
|
||||
Hugo Theme <a href="https://github.com/amazingrise/hugo-theme-diary">Diary</a> by <a href="https://risehere.net/">Rise</a>
|
||||
<br>
|
||||
Ported from <a href="https://mak1t0.cc/" target="_blank" rel="noreferrer noopener">Makito</a>'s <a href="https://github.com/SumiMakito/hexo-theme-journal/" target="_blank" rel="noreferrer noopener">Journal.</a> <br>
|
||||
<br>
|
||||
|
||||
©
|
||||
|
||||
Existential Beauty by Leonard Francis Coogan is licensed under CC BY-SA 4.0
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script src="/js/journal.js"></script></body>
|
||||
</html>
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1,25 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
|
||||
xmlns:xhtml="http://www.w3.org/1999/xhtml">
|
||||
<url>
|
||||
<loc>https://existential.beauty/posts/chuck-wrenn-interview/</loc>
|
||||
<lastmod>2024-03-10T00:00:00+00:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://existential.beauty/</loc>
|
||||
<lastmod>2024-03-10T00:00:00+00:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://existential.beauty/tags/interview/</loc>
|
||||
<lastmod>2024-03-10T00:00:00+00:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://existential.beauty/posts/</loc>
|
||||
<lastmod>2024-03-10T00:00:00+00:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://existential.beauty/tags/</loc>
|
||||
<lastmod>2024-03-10T00:00:00+00:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://existential.beauty/posts/sriman-dasa-interview/</loc>
|
||||
<lastmod>2024-02-21T00:00:00+00:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://existential.beauty/categories/</loc>
|
||||
</url>
|
||||
</urlset>
|
||||
@ -1,206 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html><head>
|
||||
<title>Tags</title>
|
||||
|
||||
|
||||
|
||||
|
||||
<meta charset="utf-8">
|
||||
<meta name="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="google-site-verification" content="">
|
||||
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport">
|
||||
<meta content="telephone=no" name="format-detection">
|
||||
<meta name="description" content="">
|
||||
<meta name="renderer" content="webkit">
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<link type="text/css" rel="stylesheet" href="/vendor/css/bootstrap.min.css">
|
||||
|
||||
<link rel="stylesheet" href="/scss/dark-mode.min.cb53f1bee2b8900cb4f082afbf00175d6618f281cf9a2fe8619e3b52d20b5721.css" integrity="sha256-y1PxvuK4kAy08IKvvwAXXWYY8oHPmi/oYZ47UtILVyE=" media="screen">
|
||||
|
||||
|
||||
<link rel="stylesheet"
|
||||
href="https://fonts.googleapis.com/css?family=Material+Icons">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"><div class="single-column-drawer-container" id="drawer"
|
||||
v-bind:class="{ 'single-column-drawer-container-active': isDrawerOpen }">
|
||||
<div class="drawer-content">
|
||||
<div class="drawer-menu">
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<transition name="fade">
|
||||
<div id="drawer-mask" v-bind:class="{ 'single-column-drawer-mask': mounted }" v-if="isDrawerOpen" v-on:click="toggleDrawer"></div>
|
||||
</transition>
|
||||
<nav id="navBar" class="navbar sticky-top navbar-light single-column-nav-container">
|
||||
<div id="navBackground" class="nav-background"></div>
|
||||
<div class="container container-narrow nav-content">
|
||||
<button id="nav_dropdown_btn" class="nav-dropdown-toggle" type="button" v-on:click="toggleDrawer">
|
||||
<i class="material-icons">
|
||||
menu
|
||||
</i>
|
||||
</button>
|
||||
<a id="navTitle" class="navbar-brand" href="https://existential.beauty">
|
||||
Existential Beauty
|
||||
</a>
|
||||
|
||||
<button type="button" class="nav-darkmode-toggle" id="darkModeToggleButton2">
|
||||
<i class="material-icons" id="darkModeToggleIcon2">
|
||||
dark_mode
|
||||
</i>
|
||||
</button>
|
||||
|
||||
</div>
|
||||
</nav>
|
||||
<div class="single-column-header-container" id="pageHead"
|
||||
v-bind:style="{ transform: 'translateZ(0px) translateY('+.3*scrollY+'px)', opacity: 1-navOpacity }">
|
||||
<a href="https://existential.beauty">
|
||||
<div class="single-column-header-title">Existential Beauty</div>
|
||||
|
||||
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div id="content">
|
||||
<div id="streamContainer" class="stream-container">
|
||||
|
||||
<div class="post-list-container post-list-container-shadow">
|
||||
<a class="a-block">
|
||||
<div class="post-item-wrapper post-item-wrapper-no-hover">
|
||||
<div class="post-item post-item-no-gaps">
|
||||
<div class="post-item-info-wrapper">
|
||||
<div class="post-item-title post-item-title-small">
|
||||
Tags
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
<div class="tags">
|
||||
|
||||
<div class="tag">
|
||||
<a href="/tags/interview/" class="btn btn-outline-secondary position-relative rounded-pill">
|
||||
interview
|
||||
<span class="badge">(2)</span>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div><div id="sideContainer" class="side-container">
|
||||
|
||||
<a class="a-block nav-head false" href="https://existential.beauty">
|
||||
|
||||
<div class="nav-title">
|
||||
Existential Beauty
|
||||
</div>
|
||||
|
||||
</a>
|
||||
|
||||
<div class="nav-link-list">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="nav-footer">
|
||||
|
||||
Hugo Theme <a href="https://github.com/amazingrise/hugo-theme-diary">Diary</a> by <a href="https://risehere.net/">Rise</a>
|
||||
<br>
|
||||
Ported from <a href="https://mak1t0.cc/" target="_blank" rel="noreferrer noopener">Makito</a>'s <a href="https://github.com/SumiMakito/hexo-theme-journal/" target="_blank" rel="noreferrer noopener">Journal.</a> <br>
|
||||
<br>
|
||||
|
||||
©
|
||||
|
||||
Existential Beauty by Leonard Francis Coogan is licensed under CC BY-SA 4.0
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div><div id="extraContainer" class="extra-container">
|
||||
<div class="toc-wrapper">
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
<div class="pagination">
|
||||
<a id="globalBackToTop" class="pagination-action animated-visibility" href="#top"
|
||||
:class="{ invisible: scrollY == 0 }">
|
||||
<i class="material-icons pagination-action-icon">
|
||||
keyboard_arrow_up
|
||||
</i>
|
||||
</a>
|
||||
|
||||
<a type="button" class="pagination-action" id="darkModeToggleButton">
|
||||
<span class="material-icons pagination-action-icon" id="darkModeToggleIcon">
|
||||
dark_mode
|
||||
</span>
|
||||
</a>
|
||||
|
||||
|
||||
</div>
|
||||
</div><div id="single-column-footer">
|
||||
Hugo Theme <a href="https://github.com/amazingrise/hugo-theme-diary">Diary</a> by <a href="https://risehere.net/">Rise</a>
|
||||
<br>
|
||||
Ported from <a href="https://mak1t0.cc/" target="_blank" rel="noreferrer noopener">Makito</a>'s <a href="https://github.com/SumiMakito/hexo-theme-journal/" target="_blank" rel="noreferrer noopener">Journal.</a> <br>
|
||||
<br>
|
||||
|
||||
©
|
||||
|
||||
Existential Beauty by Leonard Francis Coogan is licensed under CC BY-SA 4.0
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script src="/js/journal.js"></script></body>
|
||||
</html>
|
||||
@ -1,20 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Tags on Existential Beauty</title>
|
||||
<link>https://existential.beauty/tags/</link>
|
||||
<description>Recent content in Tags on Existential Beauty</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en-us</language>
|
||||
<copyright>Existential Beauty by Leonard Francis Coogan is licensed under CC BY-SA 4.0</copyright>
|
||||
<lastBuildDate>Sun, 10 Mar 2024 00:00:00 +0000</lastBuildDate>
|
||||
<atom:link href="https://existential.beauty/tags/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>interview</title>
|
||||
<link>https://existential.beauty/tags/interview/</link>
|
||||
<pubDate>Sun, 10 Mar 2024 00:00:00 +0000</pubDate>
|
||||
<guid>https://existential.beauty/tags/interview/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
</channel>
|
||||
</rss>
|
||||
@ -1,237 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html><head>
|
||||
<title>interview</title>
|
||||
|
||||
|
||||
|
||||
|
||||
<meta charset="utf-8">
|
||||
<meta name="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="google-site-verification" content="">
|
||||
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport">
|
||||
<meta content="telephone=no" name="format-detection">
|
||||
<meta name="description" content="">
|
||||
<meta name="renderer" content="webkit">
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<link type="text/css" rel="stylesheet" href="/vendor/css/bootstrap.min.css">
|
||||
|
||||
<link rel="stylesheet" href="/scss/dark-mode.min.cb53f1bee2b8900cb4f082afbf00175d6618f281cf9a2fe8619e3b52d20b5721.css" integrity="sha256-y1PxvuK4kAy08IKvvwAXXWYY8oHPmi/oYZ47UtILVyE=" media="screen">
|
||||
|
||||
|
||||
<link rel="stylesheet"
|
||||
href="https://fonts.googleapis.com/css?family=Material+Icons">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"><div class="single-column-drawer-container" id="drawer"
|
||||
v-bind:class="{ 'single-column-drawer-container-active': isDrawerOpen }">
|
||||
<div class="drawer-content">
|
||||
<div class="drawer-menu">
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<transition name="fade">
|
||||
<div id="drawer-mask" v-bind:class="{ 'single-column-drawer-mask': mounted }" v-if="isDrawerOpen" v-on:click="toggleDrawer"></div>
|
||||
</transition>
|
||||
<nav id="navBar" class="navbar sticky-top navbar-light single-column-nav-container">
|
||||
<div id="navBackground" class="nav-background"></div>
|
||||
<div class="container container-narrow nav-content">
|
||||
<button id="nav_dropdown_btn" class="nav-dropdown-toggle" type="button" v-on:click="toggleDrawer">
|
||||
<i class="material-icons">
|
||||
menu
|
||||
</i>
|
||||
</button>
|
||||
<a id="navTitle" class="navbar-brand" href="https://existential.beauty">
|
||||
Existential Beauty
|
||||
</a>
|
||||
|
||||
<button type="button" class="nav-darkmode-toggle" id="darkModeToggleButton2">
|
||||
<i class="material-icons" id="darkModeToggleIcon2">
|
||||
dark_mode
|
||||
</i>
|
||||
</button>
|
||||
|
||||
</div>
|
||||
</nav>
|
||||
<div class="single-column-header-container" id="pageHead"
|
||||
v-bind:style="{ transform: 'translateZ(0px) translateY('+.3*scrollY+'px)', opacity: 1-navOpacity }">
|
||||
<a href="https://existential.beauty">
|
||||
<div class="single-column-header-title">Existential Beauty</div>
|
||||
|
||||
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div id="content">
|
||||
<div id="streamContainer" class="stream-container">
|
||||
|
||||
<div class="post-list-container post-list-container-shadow">
|
||||
<div class="post-item-wrapper post-item-wrapper-no-hover">
|
||||
<div class="post-item post-item-no-gaps">
|
||||
<div class="post-item-info-wrapper">
|
||||
<div class="post-item-title post-item-title-small">
|
||||
<a href="/tags/">Tags</a> / interview
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div><a href="/posts/chuck-wrenn-interview/" class="a-block">
|
||||
<div class="post-item-wrapper">
|
||||
<div class="post-item post-item-no-gaps">
|
||||
<div class="post-item-info-wrapper">
|
||||
<div class="post-item-title">
|
||||
Chuck Wrenn Interview
|
||||
</div>
|
||||
<div class="post-item-meta">
|
||||
2024-03-10
|
||||
 
|
||||
|
||||
|
||||
|
||||
 
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</a><a href="/posts/sriman-dasa-interview/" class="a-block">
|
||||
<div class="post-item-wrapper">
|
||||
<div class="post-item post-item-no-gaps">
|
||||
<div class="post-item-info-wrapper">
|
||||
<div class="post-item-title">
|
||||
Sriman Dasa Interview
|
||||
</div>
|
||||
<div class="post-item-meta">
|
||||
2024-02-21
|
||||
 
|
||||
|
||||
|
||||
|
||||
 
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</a></div>
|
||||
|
||||
|
||||
</div>
|
||||
</div><div id="sideContainer" class="side-container">
|
||||
|
||||
<a class="a-block nav-head false" href="https://existential.beauty">
|
||||
|
||||
<div class="nav-title">
|
||||
Existential Beauty
|
||||
</div>
|
||||
|
||||
</a>
|
||||
|
||||
<div class="nav-link-list">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="nav-footer">
|
||||
|
||||
Hugo Theme <a href="https://github.com/amazingrise/hugo-theme-diary">Diary</a> by <a href="https://risehere.net/">Rise</a>
|
||||
<br>
|
||||
Ported from <a href="https://mak1t0.cc/" target="_blank" rel="noreferrer noopener">Makito</a>'s <a href="https://github.com/SumiMakito/hexo-theme-journal/" target="_blank" rel="noreferrer noopener">Journal.</a> <br>
|
||||
<br>
|
||||
|
||||
©
|
||||
|
||||
Existential Beauty by Leonard Francis Coogan is licensed under CC BY-SA 4.0
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div><div id="extraContainer" class="extra-container">
|
||||
<div class="toc-wrapper">
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
<div class="pagination">
|
||||
<a id="globalBackToTop" class="pagination-action animated-visibility" href="#top"
|
||||
:class="{ invisible: scrollY == 0 }">
|
||||
<i class="material-icons pagination-action-icon">
|
||||
keyboard_arrow_up
|
||||
</i>
|
||||
</a>
|
||||
|
||||
<a type="button" class="pagination-action" id="darkModeToggleButton">
|
||||
<span class="material-icons pagination-action-icon" id="darkModeToggleIcon">
|
||||
dark_mode
|
||||
</span>
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div id="single-column-footer">
|
||||
Hugo Theme <a href="https://github.com/amazingrise/hugo-theme-diary">Diary</a> by <a href="https://risehere.net/">Rise</a>
|
||||
<br>
|
||||
Ported from <a href="https://mak1t0.cc/" target="_blank" rel="noreferrer noopener">Makito</a>'s <a href="https://github.com/SumiMakito/hexo-theme-journal/" target="_blank" rel="noreferrer noopener">Journal.</a> <br>
|
||||
<br>
|
||||
|
||||
©
|
||||
|
||||
Existential Beauty by Leonard Francis Coogan is licensed under CC BY-SA 4.0
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script src="/js/journal.js"></script></body>
|
||||
</html>
|
||||
@ -1,10 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-us">
|
||||
<head>
|
||||
<title>https://existential.beauty/tags/interview/</title>
|
||||
<link rel="canonical" href="https://existential.beauty/tags/interview/">
|
||||
<meta name="robots" content="noindex">
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="refresh" content="0; url=https://existential.beauty/tags/interview/">
|
||||
</head>
|
||||
</html>
|
||||
@ -1,10 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-us">
|
||||
<head>
|
||||
<title>https://existential.beauty/tags/</title>
|
||||
<link rel="canonical" href="https://existential.beauty/tags/">
|
||||
<meta name="robots" content="noindex">
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="refresh" content="0; url=https://existential.beauty/tags/">
|
||||
</head>
|
||||
</html>
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1,2 +0,0 @@
|
||||
!function(n){"use strict";function d(n,t){var r=(65535&n)+(65535&t);return(n>>16)+(t>>16)+(r>>16)<<16|65535&r}function f(n,t,r,e,o,u){return d(function(n,t){return n<<t|n>>>32-t}(d(d(t,n),d(e,u)),o),r)}function l(n,t,r,e,o,u,c){return f(t&r|~t&e,n,t,o,u,c)}function g(n,t,r,e,o,u,c){return f(t&e|r&~e,n,t,o,u,c)}function v(n,t,r,e,o,u,c){return f(t^r^e,n,t,o,u,c)}function m(n,t,r,e,o,u,c){return f(r^(t|~e),n,t,o,u,c)}function i(n,t){var r,e,o,u,c;n[t>>5]|=128<<t%32,n[14+(t+64>>>9<<4)]=t;var f=1732584193,i=-271733879,a=-1732584194,h=271733878;for(r=0;r<n.length;r+=16)i=m(i=m(i=m(i=m(i=v(i=v(i=v(i=v(i=g(i=g(i=g(i=g(i=l(i=l(i=l(i=l(o=i,a=l(u=a,h=l(c=h,f=l(e=f,i,a,h,n[r],7,-680876936),i,a,n[r+1],12,-389564586),f,i,n[r+2],17,606105819),h,f,n[r+3],22,-1044525330),a=l(a,h=l(h,f=l(f,i,a,h,n[r+4],7,-176418897),i,a,n[r+5],12,1200080426),f,i,n[r+6],17,-1473231341),h,f,n[r+7],22,-45705983),a=l(a,h=l(h,f=l(f,i,a,h,n[r+8],7,1770035416),i,a,n[r+9],12,-1958414417),f,i,n[r+10],17,-42063),h,f,n[r+11],22,-1990404162),a=l(a,h=l(h,f=l(f,i,a,h,n[r+12],7,1804603682),i,a,n[r+13],12,-40341101),f,i,n[r+14],17,-1502002290),h,f,n[r+15],22,1236535329),a=g(a,h=g(h,f=g(f,i,a,h,n[r+1],5,-165796510),i,a,n[r+6],9,-1069501632),f,i,n[r+11],14,643717713),h,f,n[r],20,-373897302),a=g(a,h=g(h,f=g(f,i,a,h,n[r+5],5,-701558691),i,a,n[r+10],9,38016083),f,i,n[r+15],14,-660478335),h,f,n[r+4],20,-405537848),a=g(a,h=g(h,f=g(f,i,a,h,n[r+9],5,568446438),i,a,n[r+14],9,-1019803690),f,i,n[r+3],14,-187363961),h,f,n[r+8],20,1163531501),a=g(a,h=g(h,f=g(f,i,a,h,n[r+13],5,-1444681467),i,a,n[r+2],9,-51403784),f,i,n[r+7],14,1735328473),h,f,n[r+12],20,-1926607734),a=v(a,h=v(h,f=v(f,i,a,h,n[r+5],4,-378558),i,a,n[r+8],11,-2022574463),f,i,n[r+11],16,1839030562),h,f,n[r+14],23,-35309556),a=v(a,h=v(h,f=v(f,i,a,h,n[r+1],4,-1530992060),i,a,n[r+4],11,1272893353),f,i,n[r+7],16,-155497632),h,f,n[r+10],23,-1094730640),a=v(a,h=v(h,f=v(f,i,a,h,n[r+13],4,681279174),i,a,n[r],11,-358537222),f,i,n[r+3],16,-722521979),h,f,n[r+6],23,76029189),a=v(a,h=v(h,f=v(f,i,a,h,n[r+9],4,-640364487),i,a,n[r+12],11,-421815835),f,i,n[r+15],16,530742520),h,f,n[r+2],23,-995338651),a=m(a,h=m(h,f=m(f,i,a,h,n[r],6,-198630844),i,a,n[r+7],10,1126891415),f,i,n[r+14],15,-1416354905),h,f,n[r+5],21,-57434055),a=m(a,h=m(h,f=m(f,i,a,h,n[r+12],6,1700485571),i,a,n[r+3],10,-1894986606),f,i,n[r+10],15,-1051523),h,f,n[r+1],21,-2054922799),a=m(a,h=m(h,f=m(f,i,a,h,n[r+8],6,1873313359),i,a,n[r+15],10,-30611744),f,i,n[r+6],15,-1560198380),h,f,n[r+13],21,1309151649),a=m(a,h=m(h,f=m(f,i,a,h,n[r+4],6,-145523070),i,a,n[r+11],10,-1120210379),f,i,n[r+2],15,718787259),h,f,n[r+9],21,-343485551),f=d(f,e),i=d(i,o),a=d(a,u),h=d(h,c);return[f,i,a,h]}function a(n){var t,r="",e=32*n.length;for(t=0;t<e;t+=8)r+=String.fromCharCode(n[t>>5]>>>t%32&255);return r}function h(n){var t,r=[];for(r[(n.length>>2)-1]=void 0,t=0;t<r.length;t+=1)r[t]=0;var e=8*n.length;for(t=0;t<e;t+=8)r[t>>5]|=(255&n.charCodeAt(t/8))<<t%32;return r}function e(n){var t,r,e="0123456789abcdef",o="";for(r=0;r<n.length;r+=1)t=n.charCodeAt(r),o+=e.charAt(t>>>4&15)+e.charAt(15&t);return o}function r(n){return unescape(encodeURIComponent(n))}function o(n){return function(n){return a(i(h(n),8*n.length))}(r(n))}function u(n,t){return function(n,t){var r,e,o=h(n),u=[],c=[];for(u[15]=c[15]=void 0,16<o.length&&(o=i(o,8*n.length)),r=0;r<16;r+=1)u[r]=909522486^o[r],c[r]=1549556828^o[r];return e=i(u.concat(h(t)),512+8*t.length),a(i(c.concat(e),640))}(r(n),r(t))}function t(n,t,r){return t?r?u(t,n):function(n,t){return e(u(n,t))}(t,n):r?o(n):function(n){return e(o(n))}(n)}"function"==typeof define&&define.amd?define(function(){return t}):"object"==typeof module&&module.exports?module.exports=t:n.md5=t}(this);
|
||||
//# sourceMappingURL=md5.min.js.map
|
||||
Loading…
Reference in New Issue