Skip to content

Commit

Permalink
auto updating site
Browse files Browse the repository at this point in the history
  • Loading branch information
jherzstein committed Apr 27, 2024
1 parent 7184161 commit 95c9907
Show file tree
Hide file tree
Showing 23 changed files with 241 additions and 81 deletions.
2 changes: 1 addition & 1 deletion content-org/posts/adb_vanadium.org
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#+TITLE: Using ADB to Delete Vanadium on GrapheneOS
#+TITLE: Using adb to Delete Vanadium on GrapheneOS
#+date: 2024-04-27 00:01
#+HUGO_AUTO_SET_LASTMOD: t
#+hugo_base_dir: ../../
Expand Down
6 changes: 3 additions & 3 deletions content/posts/adb_vanadium.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
+++
title = "Using ADB to Delete Vanadium on GrapheneOS"
title = "Using adb to Delete Vanadium on GrapheneOS"
summary = "I wanted to delete the system browser app Vanadium on my phone running Grapheneos for productivity and mental health reasons. Do this at your own risk."
date = 2024-04-27T00:01:00-04:00
lastmod = 2024-04-27T16:30:04-04:00
lastmod = 2024-04-27T16:52:30-04:00
tags = ["technology", "tutorial", "adb", "android", "grapheneos"]
draft = false
[menu]
Expand Down Expand Up @@ -141,7 +141,7 @@ That's it! Enjoy adb!
## References {#references}

<style>.csl-entry{text-indent: -1.5em; margin-left: 1.5em;}</style><div class="csl-bib-body">
<div class="csl-entry"><a id="citeproc_bib_item_1"></a>Android Developers. 2024a. “Android Debug Bridge (Adb).” <a href="https://developer.android.com/tools/adb">https://developer.android.com/tools/adb</a>.</div>
<div class="csl-entry"><a id="citeproc_bib_item_1"></a>Android Developers. 2024a. “Androd Debug Bridge (Adb).” <a href="https://developer.android.com/tools/adb">https://developer.android.com/tools/adb</a>.</div>
<div class="csl-entry"><a id="citeproc_bib_item_2"></a>———. 2024b. “Configure on-Device Developer Options.” <a href="https://developer.android.com/studio/debug/dev-options#enable">https://developer.android.com/studio/debug/dev-options#enable</a>.</div>
<div class="csl-entry"><a id="citeproc_bib_item_3"></a>GrapheneOS. 2024. “Features Overview | GrapheneOS.” <a href="https://grapheneos.org/features#vanadium">https://grapheneos.org/features#vanadium</a>.</div>
<div class="csl-entry"><a id="citeproc_bib_item_4"></a>Mira, Oscar. 2024. “Molly.” <a href="https://molly.im/">https://molly.im/</a>.</div>
Expand Down
133 changes: 133 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,133 @@
html{
background-color: #21252B;
color:#dcdfe4;
margin: auto;
}
body{
display: block;
max-width: 750px;
width: 90%;
margin-top: 2em;
margin-left: auto;
margin-right: auto;
margin-bottom: 2em;
align: center;
padding: 15px;
border: 1px solid ;
background-color: #282c34;
font: 16px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
/* #282c34, #e06c75, #98c379, #e5c07b,
#61afef, #c678dd, #56b6c2, #dcdfe4,
#282c34, #e06c75, #98c379, #e5c07b,
#61afef, #c678dd, #56b6c2, #dcdfe4, */

h1 {
line-height: 1.2;
color: #61afef;
font-size: 2.3em;
text-align:center;
}
h2 {
line-height: 1.2;
color: #56b6c2;
a {
background-color: #21252b;
border-radius: .35em;
padding: .075em;
font-size: 90%;
}
}
h3 {
line-height: 1.2;
color: #56b6c2;
}
h4 {
line-height: 1.2;
color: #56b6c2;
}

.header {
border: 0.5px solid;
max-width: 340px;
margin: auto;
align: center;
}

.current-page {
text-decoration: underline;
}

.tag {
}

pre {
border: 1px solid ;
background-color: #282c34;
border-radius: .35em;
word-wrap: break-word;
padding: 1em;
white-space: pre-wrap;
box-shadow: 5px 10px #dcdfe4;
font-size: 80%;
}


code {
background-color: #21252b;
border-radius: .35em;
padding: .075em;
font-size: 90%;
}


highlight{
background-color: ;
}


a:hover{
transition: color .15s ease-in;
color:#c678dd !important;
text-decoration: underline;
}

a{
color:#e06c75;
text-decoration: none;
}

br {
display: block;
margin: 3px 0;
}

.menu{
padding: 0.075em;
font-size: 1.2em;
}

.copyright{
font-size: 0.71em;
}

.post__summary{
font-size: 0.4;
border: 1px solid ;
border-radius: .35em;
box-shadow: 4px 4px #dcdfe4;
padding: .575em;
}

.tags-list{
font-size: 0.9em;
}

.tags{
background-color: #21252B;
color: #61afef;
border-radius: .35em;
padding: .15em;
margin-left: .3em;
}

81 changes: 81 additions & 0 deletions posts/nyaa_menu/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
<!DOCTYPE html>
<html lang="en">
<link rel="stylesheet" href="/css/style.css">



<body>
<div class="page">


</header>

<section class="page__body">
<header class="content__header">
<h1>nyaa_menu</h1>
</header>
<div class="tags-list"><span class ="tags">
<a href="/tags/technology/">#technology</a>
</span>
<span class ="tags">
<a href="/tags/projects/">#projects</a>
</span>
<span class ="tags">
<a href="/tags/anime/">#anime</a>
</span>
<span class ="tags">
<a href="/tags/manga/">#manga</a>
</span>
</div>
<div class="content__body">
<figure>
<center>
<img src="/images/blog/nyaa_menu_screenshot.png" width="100%" />
<figcaption>nyaa_menu scraping nyaa.si for "Chainsaw Man" english translaged manga from most to least seeded.</figcaption>
</center>
</figure>
<p>I got quite bored a few days ago, and instead of staring at my 24 inch lightbulb I channeled a bit of my creative juices into making something&hellip; while staring at my 24 inch lightbulb. So, I enjoy south east asian media from time to time, I also like <a href="https://tools.suckless.org/dmenu">dmenu</a>, and I don&rsquo;t like using my browser if I can avoid it; there often is an easier way of doing things if you&rsquo;re creative enough. Somewhat inspired by Bugswriter&rsquo;s <a href="https://github.com/Bugswriter/notflix">notflix</a> project, I whipped up a shell script that scrapes anime and manga magnet links from <a href="https://www.nyaa.si">nyaa.si</a> based on user search terms and flags. By default, the magnet link gets copied to your clipboard, or if you have your own transmission server you can also send the magnet link there automatically. If this utility sounds interesting to you go <a href="https://github.com/jherzstein/nyaa_menu">check it out</a>!</p>

</div>


</section>


<footer class="page__footer"><div class="footer">
<hr style="width:100%;height:1px;border-width:0;color:gray;background-color:gray">
<style>
.footer{text-align: center;}
</style>
<div class="link-buttons-group">
<span class="link-buttons">
<a href="https://neocities.org">
<img src="/images/link-buttons/neocitiesorg.gif"></a>
</span>
<span class="link-buttons">
<a href="https://libreboot.org">
<img src="/images/link-buttons/libreboot.gif"></a>
</span>
<span class="link-buttons">
<a href="https://sadgrl.online">
<img src="/images/link-buttons/sadgrl.gif"></a>
</span>
<span class="link-buttons">
<a href="https://creativecommons.org/licenses/by-sa/4.0/">
<img src="/images/link-buttons/by-sa.png"></a>
</span>
<span class="link-buttons">
<a href="https://www.gnu.org/licenses/gpl-3.0.en.html">
<img src="/images/link-buttons/gplv3-88x31.png"></a>
</span>
</div>
<div class= "copyright">
© 2024 <a href="/">Jordan Herzstein</a>, content <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a>, code GPLv3, Powered by <a href="https://gohugo.io">Hugo</a>, Org Mode, Emacs
</div>
</div>
</footer>

</div>
</body>

</html>
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ <h2>Recent Posts</h2>
<article class="post">
<header class="post__header">
<h3>
27 Apr 2024 <a href="/posts/adb_vanadium/">Using ADB to Delete Vanadium on GrapheneOS </a>
27 Apr 2024 <a href="/posts/adb_vanadium/">Using adb to Delete Vanadium on GrapheneOS </a>
</h3>
</header>

Expand Down
2 changes: 1 addition & 1 deletion public/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<generator>Hugo -- gohugo.io</generator>
<lastBuildDate>Sat, 27 Apr 2024 00:01:00 -0400</lastBuildDate><atom:link href="/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Using ADB to Delete Vanadium on GrapheneOS</title>
<title>Using adb to Delete Vanadium on GrapheneOS</title>
<link>/posts/adb_vanadium/</link>
<pubDate>Sat, 27 Apr 2024 00:01:00 -0400</pubDate>

Expand Down
4 changes: 2 additions & 2 deletions public/posts/adb_vanadium/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ <h1>Jordan Herzstein <a onclick="switchTheme()" title="toggle theme"> <svg aria-

<section class="page__body">
<header class="content__header">
<h1>Using ADB to Delete Vanadium on GrapheneOS</h1>
<h1>Using adb to Delete Vanadium on GrapheneOS</h1>
</header><span class="tags-list"><span class="meta-item">

<svg aria-hidden="true" class="hi-svg-inline" fill="none" height="1.0em" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" width="1.0em" xmlns="http://www.w3.org/2000/svg">
Expand Down Expand Up @@ -191,7 +191,7 @@ <h3 id="adb-commands-to-run-on-pc-to-reinstall-system-apps-for-user">adb command
<p>That&rsquo;s it! Enjoy adb!</p>
<h2 id="references">References</h2>
<style>.csl-entry{text-indent: -1.5em; margin-left: 1.5em;}</style><div class="csl-bib-body">
<div class="csl-entry"><a id="citeproc_bib_item_1"></a>Android Developers. 2024a. “Android Debug Bridge (Adb).” <a href="https://developer.android.com/tools/adb">https://developer.android.com/tools/adb</a>.</div>
<div class="csl-entry"><a id="citeproc_bib_item_1"></a>Android Developers. 2024a. “Androd Debug Bridge (Adb).” <a href="https://developer.android.com/tools/adb">https://developer.android.com/tools/adb</a>.</div>
<div class="csl-entry"><a id="citeproc_bib_item_2"></a>———. 2024b. “Configure on-Device Developer Options.” <a href="https://developer.android.com/studio/debug/dev-options#enable">https://developer.android.com/studio/debug/dev-options#enable</a>.</div>
<div class="csl-entry"><a id="citeproc_bib_item_3"></a>GrapheneOS. 2024. “Features Overview | GrapheneOS.” <a href="https://grapheneos.org/features#vanadium">https://grapheneos.org/features#vanadium</a>.</div>
<div class="csl-entry"><a id="citeproc_bib_item_4"></a>Mira, Oscar. 2024. “Molly.” <a href="https://molly.im/">https://molly.im/</a>.</div>
Expand Down
18 changes: 0 additions & 18 deletions public/posts/caps2esc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ <h1>Jordan Herzstein <a onclick="switchTheme()" title="toggle theme"> <svg aria-
<section class="page__body">
<header class="content__header">
<h1>Mapping Caps Lock to Esc and CTRL in Xorg</h1>
<<<<<<< Updated upstream:public/posts/caps2esc/index.html
</header><span class="tags-list"><span class="meta-item">

<svg aria-hidden="true" class="hi-svg-inline" fill="none" height="1.0em" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" width="1.0em" xmlns="http://www.w3.org/2000/svg">
Expand Down Expand Up @@ -99,23 +98,6 @@ <h1>Mapping Caps Lock to Esc and CTRL in Xorg</h1>
</div>
</div>
<div class="content__body">
=======
</header>
<div class="tags-list"><span class ="tags">
<a href="/tags/technology/">#technology</a>
</span>
<span class ="tags">
<a href="/tags/emacs/">#emacs</a>
</span>
<span class ="tags">
<a href="/tags/x11/">#x11</a>
</span>
<span class ="tags">
<a href="/tags/tutorial/">#tutorial</a>
</span>
</div>
<div class="content__body">
>>>>>>> Stashed changes:posts/caps2esc/index.html
<p>The Emacs editor was designed in the 1980&rsquo;s in the era of old unix keyboards when the control key was next to the &ldquo;A&rdquo; key, a lot of functionality in Emacs was designed around CTRL keybindings. While there are hobbyist keyboards for that kind of layout, no real usable laptop these days would oblige without some serious changes. This has had the undesireable outcome of exasterbating repetitive strain injury (RSI) in some pretty famous programmers(<a href="#citeproc_bib_item_2">Lee 2022</a>).</p>
<p>Now I&rsquo;m regularly using evil mode to edit files with Emacs so it shouldn&rsquo;t be as big of an issue for someone like myself, however, I&rsquo;m not interesting in running the risk having RSI on my pinky by the time I&rsquo;m 50 because I used <code>C-x C-f</code> too many times. One solution would be switching to Doom or Spacemacs or otherwise changing my <code>init.el</code> file in emacs to use the control key much less. Many people use xmonad to change keyboard layouts as well. However, I feel like those solutions are a bit overkill, and I found a decent solution for my case without having to change very much about my system using xkb, which is how keyboard codes are handled in Xorg(<a href="#citeproc_bib_item_3">Unknown 2024</a>).</p>
<h2 id="the-guide">The Guide</h2>
Expand Down
2 changes: 1 addition & 1 deletion public/posts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ <h2 id="posts">Posts</h2>
<article class="post">
<header class="post__header">
<h3>
27 Apr 2024 <a href="/posts/adb_vanadium/">Using ADB to Delete Vanadium on GrapheneOS </a>
27 Apr 2024 <a href="/posts/adb_vanadium/">Using adb to Delete Vanadium on GrapheneOS </a>
</h3>
</header>

Expand Down
2 changes: 1 addition & 1 deletion public/posts/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<generator>Hugo -- gohugo.io</generator>
<lastBuildDate>Wed, 01 Feb 2023 00:00:00 +0000</lastBuildDate><atom:link href="/posts/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Using ADB to Delete Vanadium on GrapheneOS</title>
<title>Using adb to Delete Vanadium on GrapheneOS</title>
<link>/posts/adb_vanadium/</link>
<pubDate>Sat, 27 Apr 2024 00:01:00 -0400</pubDate>

Expand Down
21 changes: 0 additions & 21 deletions public/posts/summer_2023_projects/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ <h1>Jordan Herzstein <a onclick="switchTheme()" title="toggle theme"> <svg aria-
<section class="page__body">
<header class="content__header">
<h1>My Little Techy Projects Summer 2023</h1>
<<<<<<< Updated upstream:public/posts/summer_2023_projects/index.html
</header><span class="tags-list"><span class="meta-item">

<svg aria-hidden="true" class="hi-svg-inline" fill="none" height="1.0em" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" width="1.0em" xmlns="http://www.w3.org/2000/svg">
Expand Down Expand Up @@ -106,26 +105,6 @@ <h1>My Little Techy Projects Summer 2023</h1>
</div>
</div>
<div class="content__body">
=======
</header>
<div class="tags-list"><span class ="tags">
<a href="/tags/technology/">#technology</a>
</span>
<span class ="tags">
<a href="/tags/personal/">#personal</a>
</span>
<span class ="tags">
<a href="/tags/qubes-os/">#qubes-os</a>
</span>
<span class ="tags">
<a href="/tags/openwrt/">#openwrt</a>
</span>
<span class ="tags">
<a href="/tags/switch/">#switch</a>
</span>
</div>
<div class="content__body">
>>>>>>> Stashed changes:posts/summer_2023_projects/index.html
<p>Not gonna lie I had an extremely baller summer and I&rsquo;m sad that the 21st is coming soon to take it away from me. Regardless, here is a quick summary of what I was able to accomplish:</p>
<figure>
<center>
Expand Down
15 changes: 0 additions & 15 deletions public/posts/thingstocome/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ <h1>Jordan Herzstein <a onclick="switchTheme()" title="toggle theme"> <svg aria-
<section class="page__body">
<header class="content__header">
<h1>Hugo and other site changes</h1>
<<<<<<< Updated upstream:public/posts/thingstocome/index.html
</header><span class="tags-list"><span class="meta-item">

<svg aria-hidden="true" class="hi-svg-inline" fill="none" height="1.0em" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" width="1.0em" xmlns="http://www.w3.org/2000/svg">
Expand All @@ -71,20 +70,6 @@ <h1>Hugo and other site changes</h1>
</span></span>
<br>
<div class="content__body">
=======
</header>
<div class="tags-list"><span class ="tags">
<a href="/tags/hugo/">#hugo</a>
</span>
<span class ="tags">
<a href="/tags/github/">#github</a>
</span>
<span class ="tags">
<a href="/tags/updates/">#updates</a>
</span>
</div>
<div class="content__body">
>>>>>>> Stashed changes:posts/thingstocome/index.html
<p>I recreated my site using ox-hugo to generate tags and the site&rsquo;s rss feed much more easily as it was a pain before. Every time I&rsquo;ve wanted to make a post it&rsquo;s been friction getting it to work with pure org mode + elisp and I don&rsquo;t want to fight this site just to post something or else I won&rsquo;t post anything at all. Embarrassingly, it seems that I was using a non-web-safe font for quite some time, meaning some browsers weren&rsquo;t supported, I appologize to any MacOS users viewing my site who had to deal with my terrible choice of typography. I&rsquo;m also tired of the long url name so I&rsquo;ve mirrored my site on github pages with custom domain <a href="https://jordanherzstein.xyz">jordanherzstein.xyz</a> (I know microsoft is evil sue me). I&rsquo;ve already been selfhosting stuff locally for a while though I&rsquo;m not bothering with anything public if unless I proxy my site as to not reveal my ip address. Neocities will stay for now, I have no explicit plans to leave, though if I ever add javascript to this site I will be saying goodbye.</p>

</div>
Expand Down
Loading

0 comments on commit 95c9907

Please sign in to comment.