Created
January 5, 2024 06:26
-
-
Save jborichevskiy/460bc2a6c67d9ccfff3c9bfc2751f495 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> | |
<head> | |
<meta charset="utf-8" /> | |
<!-- Always force latest IE rendering engine or request Chrome Frame --> | |
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible" /> | |
<title>START</title> | |
<!-- credit and inspiration goes to https://twitter.com/elzr --> | |
<style> | |
body { | |
font-family: sans-serif; | |
line-height: 2em; | |
background-color: #222; | |
/* Darker gray background */ | |
color: #ccc; | |
/* Bolder gray text */ | |
} | |
a { | |
text-decoration: none; | |
color: #88f; | |
/* Soft blue links */ | |
} | |
a:hover { | |
/* background: blue; */ | |
text-decoration: underline; | |
text-decoration-style: dotted; | |
color: whitesmoke; | |
} | |
li.sources { | |
opacity: 0.5; | |
} | |
li.sources:hover { | |
opacity: 1; | |
} | |
div.col { | |
float: left; | |
min-width: 500px; | |
margin: 25px 2.5%; | |
margin-right: 0; | |
} | |
li.section { | |
margin-bottom: 1em; | |
} | |
div.indent { | |
margin-left: 2.5em; | |
} | |
.lowlight { | |
opacity: 0.3; | |
} | |
.lowlight:hover { | |
opacity: 1; | |
} | |
span.tz { | |
display: inline-block; | |
width: 7em; | |
margin-right: 0.75em; | |
text-align: right; | |
} | |
span.hour { | |
background: #bbb; | |
color: #fff; | |
display: inline-block; | |
padding: 0.1em 0.4em; | |
} | |
span.hour.GDL { | |
background: #555; | |
} | |
.dark { | |
opacity: 45%; | |
} | |
span.EURday, | |
span.GDLday, | |
span.TRYday { | |
color: #bbb; | |
margin-left: 0.5em; | |
} | |
a.focus { | |
background: grey; | |
color: white; | |
padding: 0.3em; | |
} | |
img.favicon { | |
height: 1.2em; | |
margin-right: 0.1em; | |
vertical-align: middle; | |
} | |
</style> | |
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" /> | |
<script src="js/jquery-3.6.0.min.js"></script> | |
<script src="js/moment.js"></script> | |
<script src="js/moment-timezone-with-data.js"></script> | |
</head> | |
<body> | |
<!-- <a href="finder:///Users/jonbo/Github/gathern-bot">HELLO TEST</a> --> | |
<div style="display: flex"> | |
<div style="display: flex; flex-direction: column"> | |
<ul> | |
<div class="col"> | |
<div style="margin-bottom: 10px"> | |
<code | |
style=" | |
margin-bottom: 20px; | |
display: block; | |
line-height: 140%; | |
max-width: 650px; | |
" | |
><i>quote of the week:</i> What is the most capable version of | |
me that I can imagine?</code | |
> | |
</div> | |
<li class="section"> | |
<strong>💭 ponderings</strong> | |
<ul> | |
<li>"meaning tends to clump up"</li> | |
<li>engineered hermeneutical gaps, Gary</li> | |
</ul> | |
</li> | |
<li class="section"> | |
🪴 <b>building</b> | |
<a href="obsidian://open?vault=jonbo-bridge&file=on%20deck" | |
>currently on deck</a | |
>, | |
<a href="obsidian://search?vault=jonbo-bridge&query=%23next-steps" | |
>#next-steps</a | |
> | |
<ul> | |
<li> | |
<strong>Make it Bigger</strong> | |
<a class="focus" href="https://vercel.app/">vercel</a> | |
(<a href="https://vercel.com/">dashboard</a>, | |
<a href="cursor://file/Users/jonbo/Github">local code</a>, | |
<a href="https://supabase.com/dashboard/project/">supabase</a | |
>), github, <a href="https://www.figma.com/">figma</a>, | |
<a | |
href="obsidian://search?vault=jonbo-bridge&query=%23dailyjam" | |
>#dailyjam</a | |
> | |
</li> | |
<li> | |
<strong>Gathern</strong> | |
<a href="https://vercel.app" class="focus">vercel</a> | |
(<a href="https://vercel.com">dashboard</a>, | |
<a href="https://supabase.com/dashboard/">supabase</a>, | |
<a href="ssh://[email protected]" | |
>gathern@jonbo-m2-mini</a | |
>, | |
<a href="cursor://file/Users/jonbo/Github/gathern-client" | |
>backend code</a | |
>, | |
<br /> | |
<a href="cursor://file/Users/jonbo/Github/gathern-svelte" | |
>frontend code</a | |
>, | |
<a href="cursor://file/Users/jonbo/Github/gathern-bot" | |
>bot code</a | |
>), | |
<a href="https://www.figma.com">figma: gathern pattern</a>, | |
<a href="discord://discord.com">discord</a>, | |
<a | |
href="obsidian://search?vault=jonbo-bridge&query=%23gathern" | |
>#gathern</a | |
>, | |
<a href="https://railway.app">railway</a> | |
<br /> | |
</li> | |
<li> | |
<strong>What Sex Can Be</strong> | |
<a href="https://drive.google.com">recordings (drive)</a> | |
</li> | |
<li> | |
<strong>utils</strong> | |
<a href="https://login.tailscale.com/admin/machines" | |
>tailscale</a | |
>, <a href="https://websocketking.com">websockets</a>, | |
<a href="http://cid-ipfs-tech.ipns.localhost:48084/#" | |
>cid inspector</a | |
>, <a href="https://httpie.io/app">httpie</a>, | |
<a href="https://www.base64decode.net">base64 decoder</a>, | |
<a href="https://www.alchemy.com/gwei-calculator">gwei</a>, | |
<a href="https://crontab.guru/">crontab</a>, | |
<a href="https://my.craig.chat/">craig</a>, | |
<a href="https://abi.hashex.org/">abi encoder</a> | |
</li> | |
<details style="margin-left: -15px"> | |
<summary>backburner</summary> | |
<li class="dark"> | |
<strong>notes.site</strong> | |
<a href="https://www.figma.com/">figma</a>, | |
<a | |
href="obsidian://search?vault=jonbo-bridge&query=%23notesdotsite" | |
>#notesdotsite</a | |
> | |
</li> | |
</details> | |
</ul> | |
</li> | |
<li class="section"> | |
<strong>🌱 writing</strong> | |
<ul> | |
<li> | |
<strong>jon.bo</strong> | |
<a href="https://jon.bo" class="focus">deployed</a> (<a | |
href="https://app.netlify.com" | |
>netlify</a | |
>, | |
<a | |
href="cusror://Users/jonbo/Github/jborichevskiy/up-and-to-the-right" | |
>code</a | |
>), <a href="http://localhost:1313">local</a> | |
</li> | |
<li> | |
<strong>recent tags</strong> | |
<a | |
href="obsidian://search?vault=jonbo-bridge&query=%23intentions" | |
>#intentions</a | |
>, | |
<a | |
href="obsidian://search?vault=jonbo-bridge&query=%23question" | |
>#question</a | |
>, | |
<a | |
href="obsidian://search?vault=jonbo-bridge&query=%23gratitude" | |
>#gratitude</a | |
>, | |
<a href="obsidian://search?vault=jonbo-bridge&query=%23idea" | |
>#idea</a | |
> | |
</li> | |
<li> | |
<a | |
href="obsidian://open?vault=jonbo-bridge&file=on%20ai%20x%20journaling" | |
>on ai x journaling</a | |
> | |
</li> | |
<li> | |
<a id="daily" href="obsidian://open?vault=jonbo-bridge&file=" | |
>today's notes</a | |
>, | |
<a | |
id="lastWeekReview" | |
href="obsidian://open?vault=jonbo-bridge&file=2024-W01" | |
>last week's review</a | |
> | |
</li> | |
<li> | |
<a | |
href="obsidian://open?vault=jonbo-bridge&file=next%20steps%20explorations" | |
>next steps explorations</a | |
>, | |
<a | |
href="obsidian://open?vault=jonbo-bridge&file=next%20patch%20notes" | |
>next patch notes</a | |
> | |
</li> | |
</ul> | |
</li> | |
<li class="section"> | |
<strong>🛸 destinations</strong> | |
<ul> | |
<li> | |
<a | |
href="https://www.youtube.com/playlist?list=PL4k0dVzX3TiHbRG91OFtO4w7p3fbF4FJ-" | |
>good mixes (youtube)</a | |
> | |
</li> | |
</ul> | |
</li> | |
<span | |
><a | |
href="cursor://file/Users/jonbo/Library/Mobile%20Documents/com~apple~CloudDocs/Start%20Page/START.html" | |
>edit page</a | |
>, | |
<a href="obsidian://search?vault=jonbo-bridge&query=%23start-tab" | |
>#start-tab</a | |
></span | |
> | |
</div> | |
</ul> | |
</div> | |
</div> | |
<script> | |
// this function is called when the page loads and sets the date for the daily notes link | |
window.onload = function () { | |
var today = new Date(); | |
var date = | |
today.getFullYear() + | |
"-" + | |
(today.getMonth() + 1).toString().padStart(2, "0") + | |
"-" + | |
today.getDate().toString().padStart(2, "0"); | |
console.log({ date }); | |
document.getElementById("daily").href += date; | |
}; | |
</script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment