From 95c99078bc801cc9b79d9d20a3011d246438b9bd Mon Sep 17 00:00:00 2001 From: Jordan Herzstein Date: Sat, 27 Apr 2024 16:52:52 -0400 Subject: [PATCH] auto updating site --- content-org/posts/adb_vanadium.org | 2 +- content/posts/adb_vanadium.md | 6 +- css/style.css | 133 +++++++++++++++++++ posts/nyaa_menu/index.html | 81 +++++++++++ public/index.html | 2 +- public/index.xml | 2 +- public/posts/adb_vanadium/index.html | 4 +- public/posts/caps2esc/index.html | 18 --- public/posts/index.html | 2 +- public/posts/index.xml | 2 +- public/posts/summer_2023_projects/index.html | 21 --- public/posts/thingstocome/index.html | 15 --- public/sitemap.xml | 14 +- public/tags/adb/index.html | 2 +- public/tags/adb/index.xml | 2 +- public/tags/android/index.html | 2 +- public/tags/android/index.xml | 2 +- public/tags/grapheneos/index.html | 2 +- public/tags/grapheneos/index.xml | 2 +- public/tags/technology/index.html | 2 +- public/tags/technology/index.xml | 2 +- public/tags/tutorial/index.html | 2 +- public/tags/tutorial/index.xml | 2 +- 23 files changed, 241 insertions(+), 81 deletions(-) create mode 100644 css/style.css create mode 100644 posts/nyaa_menu/index.html diff --git a/content-org/posts/adb_vanadium.org b/content-org/posts/adb_vanadium.org index 8a2b8ce..b97f12e 100644 --- a/content-org/posts/adb_vanadium.org +++ b/content-org/posts/adb_vanadium.org @@ -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: ../../ diff --git a/content/posts/adb_vanadium.md b/content/posts/adb_vanadium.md index 3ec4c79..d49c3ae 100644 --- a/content/posts/adb_vanadium.md +++ b/content/posts/adb_vanadium.md @@ -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] @@ -141,7 +141,7 @@ That's it! Enjoy adb! ## References {#references}
-
Android Developers. 2024a. “Android Debug Bridge (Adb).” https://developer.android.com/tools/adb.
+
Android Developers. 2024a. “Androd Debug Bridge (Adb).” https://developer.android.com/tools/adb.
———. 2024b. “Configure on-Device Developer Options.” https://developer.android.com/studio/debug/dev-options#enable.
GrapheneOS. 2024. “Features Overview | GrapheneOS.” https://grapheneos.org/features#vanadium.
Mira, Oscar. 2024. “Molly.” https://molly.im/.
diff --git a/css/style.css b/css/style.css new file mode 100644 index 0000000..b1d08a0 --- /dev/null +++ b/css/style.css @@ -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; +} + diff --git a/posts/nyaa_menu/index.html b/posts/nyaa_menu/index.html new file mode 100644 index 0000000..e6edb8f --- /dev/null +++ b/posts/nyaa_menu/index.html @@ -0,0 +1,81 @@ + + + + + + + +
+ + + + +
+
+

nyaa_menu

+
+
+ #technology + + + #projects + + + #anime + + + #manga + +
+
+
+
+ +
nyaa_menu scraping nyaa.si for "Chainsaw Man" english translaged manga from most to least seeded.
+
+
+

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… while staring at my 24 inch lightbulb. So, I enjoy south east asian media from time to time, I also like dmenu, and I don’t like using my browser if I can avoid it; there often is an easier way of doing things if you’re creative enough. Somewhat inspired by Bugswriter’s notflix project, I whipped up a shell script that scrapes anime and manga magnet links from nyaa.si 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 check it out!

+ +
+ + +
+ + + + +
+ + + diff --git a/public/index.html b/public/index.html index 560b670..ca7579e 100644 --- a/public/index.html +++ b/public/index.html @@ -102,7 +102,7 @@

Recent Posts

- 27 Apr 2024 Using ADB to Delete Vanadium on GrapheneOS + 27 Apr 2024 Using adb to Delete Vanadium on GrapheneOS

diff --git a/public/index.xml b/public/index.xml index 3ce98b2..94feda5 100644 --- a/public/index.xml +++ b/public/index.xml @@ -7,7 +7,7 @@ Hugo -- gohugo.io Sat, 27 Apr 2024 00:01:00 -0400 - Using ADB to Delete Vanadium on GrapheneOS + Using adb to Delete Vanadium on GrapheneOS /posts/adb_vanadium/ Sat, 27 Apr 2024 00:01:00 -0400 diff --git a/public/posts/adb_vanadium/index.html b/public/posts/adb_vanadium/index.html index 388f93e..bfe3d53 100644 --- a/public/posts/adb_vanadium/index.html +++ b/public/posts/adb_vanadium/index.html @@ -50,7 +50,7 @@

Jordan Herzstein
-

Using ADB to Delete Vanadium on GrapheneOS

+

Using adb to Delete Vanadium on GrapheneOS

adb command

That’s it! Enjoy adb!

References

-
Android Developers. 2024a. “Android Debug Bridge (Adb).” https://developer.android.com/tools/adb.
+
Android Developers. 2024a. “Androd Debug Bridge (Adb).” https://developer.android.com/tools/adb.
———. 2024b. “Configure on-Device Developer Options.” https://developer.android.com/studio/debug/dev-options#enable.
GrapheneOS. 2024. “Features Overview | GrapheneOS.” https://grapheneos.org/features#vanadium.
Mira, Oscar. 2024. “Molly.” https://molly.im/.
diff --git a/public/posts/caps2esc/index.html b/public/posts/caps2esc/index.html index 1f2bd85..ccccace 100644 --- a/public/posts/caps2esc/index.html +++ b/public/posts/caps2esc/index.html @@ -51,7 +51,6 @@

Jordan Herzstein

Mapping Caps Lock to Esc and CTRL in Xorg

-<<<<<<< Updated upstream:public/posts/caps2esc/index.html

Mapping Caps Lock to Esc and CTRL in Xorg

-======= - -
- #technology - - - #emacs - - - #x11 - - - #tutorial - -
-
->>>>>>> Stashed changes:posts/caps2esc/index.html

The Emacs editor was designed in the 1980’s in the era of old unix keyboards when the control key was next to the “A” 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(Lee 2022).

Now I’m regularly using evil mode to edit files with Emacs so it shouldn’t be as big of an issue for someone like myself, however, I’m not interesting in running the risk having RSI on my pinky by the time I’m 50 because I used C-x C-f too many times. One solution would be switching to Doom or Spacemacs or otherwise changing my init.el 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(Unknown 2024).

The Guide

diff --git a/public/posts/index.html b/public/posts/index.html index 303fb9d..1c71df4 100644 --- a/public/posts/index.html +++ b/public/posts/index.html @@ -75,7 +75,7 @@

Posts

- 27 Apr 2024 Using ADB to Delete Vanadium on GrapheneOS + 27 Apr 2024 Using adb to Delete Vanadium on GrapheneOS

diff --git a/public/posts/index.xml b/public/posts/index.xml index 8b8015a..e65ba27 100644 --- a/public/posts/index.xml +++ b/public/posts/index.xml @@ -7,7 +7,7 @@ Hugo -- gohugo.io Wed, 01 Feb 2023 00:00:00 +0000 - Using ADB to Delete Vanadium on GrapheneOS + Using adb to Delete Vanadium on GrapheneOS /posts/adb_vanadium/ Sat, 27 Apr 2024 00:01:00 -0400 diff --git a/public/posts/summer_2023_projects/index.html b/public/posts/summer_2023_projects/index.html index a04e39c..83aba67 100644 --- a/public/posts/summer_2023_projects/index.html +++ b/public/posts/summer_2023_projects/index.html @@ -51,7 +51,6 @@

Jordan Herzstein

My Little Techy Projects Summer 2023

-<<<<<<< Updated upstream:public/posts/summer_2023_projects/index.html

My Little Techy Projects Summer 2023

-======= - -
- #technology - - - #personal - - - #qubes-os - - - #openwrt - - - #switch - -
-
->>>>>>> Stashed changes:posts/summer_2023_projects/index.html

Not gonna lie I had an extremely baller summer and I’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:

diff --git a/public/posts/thingstocome/index.html b/public/posts/thingstocome/index.html index bc2fbc2..4085ba2 100644 --- a/public/posts/thingstocome/index.html +++ b/public/posts/thingstocome/index.html @@ -51,7 +51,6 @@

Jordan Herzstein

Hugo and other site changes

-<<<<<<< Updated upstream:public/posts/thingstocome/index.html

Hugo and other site changes


-======= - -
- #hugo - - - #github - - - #updates - -
-
->>>>>>> Stashed changes:posts/thingstocome/index.html

I recreated my site using ox-hugo to generate tags and the site’s rss feed much more easily as it was a pain before. Every time I’ve wanted to make a post it’s been friction getting it to work with pure org mode + elisp and I don’t want to fight this site just to post something or else I won’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’t supported, I appologize to any MacOS users viewing my site who had to deal with my terrible choice of typography. I’m also tired of the long url name so I’ve mirrored my site on github pages with custom domain jordanherzstein.xyz (I know microsoft is evil sue me). I’ve already been selfhosting stuff locally for a while though I’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.

diff --git a/public/sitemap.xml b/public/sitemap.xml index cb1e26b..3b9f8db 100644 --- a/public/sitemap.xml +++ b/public/sitemap.xml @@ -3,25 +3,25 @@ xmlns:xhtml="http://www.w3.org/1999/xhtml"> /tags/adb/ - 2024-04-27T16:30:04-04:00 + 2024-04-27T16:52:30-04:00 /tags/android/ - 2024-04-27T16:30:04-04:00 + 2024-04-27T16:52:30-04:00 /tags/grapheneos/ - 2024-04-27T16:30:04-04:00 + 2024-04-27T16:52:30-04:00 /tags/technology/ - 2024-04-27T16:30:04-04:00 + 2024-04-27T16:52:30-04:00 /tags/tutorial/ - 2024-04-27T16:30:04-04:00 + 2024-04-27T16:52:30-04:00 /posts/adb_vanadium/ - 2024-04-27T16:30:04-04:00 + 2024-04-27T16:52:30-04:00 / - 2024-04-27T16:30:04-04:00 + 2024-04-27T16:52:30-04:00 /tags/eclipse/ 2024-04-27T16:23:34-04:00 diff --git a/public/tags/adb/index.html b/public/tags/adb/index.html index 35db7af..bcb63ef 100644 --- a/public/tags/adb/index.html +++ b/public/tags/adb/index.html @@ -59,7 +59,7 @@

Tag:adb

- 27 Apr 2024 Using ADB to Delete Vanadium on GrapheneOS + 27 Apr 2024 Using adb to Delete Vanadium on GrapheneOS

diff --git a/public/tags/adb/index.xml b/public/tags/adb/index.xml index 5079e57..3e62cc1 100644 --- a/public/tags/adb/index.xml +++ b/public/tags/adb/index.xml @@ -7,7 +7,7 @@ Hugo -- gohugo.io Sat, 27 Apr 2024 00:01:00 -0400 - Using ADB to Delete Vanadium on GrapheneOS + Using adb to Delete Vanadium on GrapheneOS /posts/adb_vanadium/ Sat, 27 Apr 2024 00:01:00 -0400 diff --git a/public/tags/android/index.html b/public/tags/android/index.html index 44502e9..dc46de4 100644 --- a/public/tags/android/index.html +++ b/public/tags/android/index.html @@ -59,7 +59,7 @@

Tag:android

- 27 Apr 2024 Using ADB to Delete Vanadium on GrapheneOS + 27 Apr 2024 Using adb to Delete Vanadium on GrapheneOS

diff --git a/public/tags/android/index.xml b/public/tags/android/index.xml index ee49ad3..aca031a 100644 --- a/public/tags/android/index.xml +++ b/public/tags/android/index.xml @@ -7,7 +7,7 @@ Hugo -- gohugo.io Sat, 27 Apr 2024 00:01:00 -0400 - Using ADB to Delete Vanadium on GrapheneOS + Using adb to Delete Vanadium on GrapheneOS /posts/adb_vanadium/ Sat, 27 Apr 2024 00:01:00 -0400 diff --git a/public/tags/grapheneos/index.html b/public/tags/grapheneos/index.html index dc1be30..1d71905 100644 --- a/public/tags/grapheneos/index.html +++ b/public/tags/grapheneos/index.html @@ -59,7 +59,7 @@

Tag:grapheneos

- 27 Apr 2024 Using ADB to Delete Vanadium on GrapheneOS + 27 Apr 2024 Using adb to Delete Vanadium on GrapheneOS

diff --git a/public/tags/grapheneos/index.xml b/public/tags/grapheneos/index.xml index 16534ff..2ca34d4 100644 --- a/public/tags/grapheneos/index.xml +++ b/public/tags/grapheneos/index.xml @@ -7,7 +7,7 @@ Hugo -- gohugo.io Sat, 27 Apr 2024 00:01:00 -0400 - Using ADB to Delete Vanadium on GrapheneOS + Using adb to Delete Vanadium on GrapheneOS /posts/adb_vanadium/ Sat, 27 Apr 2024 00:01:00 -0400 diff --git a/public/tags/technology/index.html b/public/tags/technology/index.html index 43dd7cb..024a4a4 100644 --- a/public/tags/technology/index.html +++ b/public/tags/technology/index.html @@ -59,7 +59,7 @@

Tag:technology

- 27 Apr 2024 Using ADB to Delete Vanadium on GrapheneOS + 27 Apr 2024 Using adb to Delete Vanadium on GrapheneOS

diff --git a/public/tags/technology/index.xml b/public/tags/technology/index.xml index da413c1..17f2c25 100644 --- a/public/tags/technology/index.xml +++ b/public/tags/technology/index.xml @@ -7,7 +7,7 @@ Hugo -- gohugo.io Sat, 27 Apr 2024 00:01:00 -0400 - Using ADB to Delete Vanadium on GrapheneOS + Using adb to Delete Vanadium on GrapheneOS /posts/adb_vanadium/ Sat, 27 Apr 2024 00:01:00 -0400 diff --git a/public/tags/tutorial/index.html b/public/tags/tutorial/index.html index 0f93435..a8646d3 100644 --- a/public/tags/tutorial/index.html +++ b/public/tags/tutorial/index.html @@ -59,7 +59,7 @@

Tag:tutorial

- 27 Apr 2024 Using ADB to Delete Vanadium on GrapheneOS + 27 Apr 2024 Using adb to Delete Vanadium on GrapheneOS

diff --git a/public/tags/tutorial/index.xml b/public/tags/tutorial/index.xml index 31407ae..6c10e3c 100644 --- a/public/tags/tutorial/index.xml +++ b/public/tags/tutorial/index.xml @@ -7,7 +7,7 @@ Hugo -- gohugo.io Sat, 27 Apr 2024 00:01:00 -0400 - Using ADB to Delete Vanadium on GrapheneOS + Using adb to Delete Vanadium on GrapheneOS /posts/adb_vanadium/ Sat, 27 Apr 2024 00:01:00 -0400