From 4aa7ae7bc7f08b37fd788c9308b8815c9c912d11 Mon Sep 17 00:00:00 2001 From: g1n Date: Sun, 19 Sep 2021 16:18:43 +0000 Subject: [PATCH] Add new devlog --- blog/all_posts.html | 1 + blog/all_tags.html | 5 ++- blog/feed.rss | 24 +++++++++- ...-devlog-8---orsh-and-published-initrd.html | 44 +++++++++++++++++++ ...ru-devlog-8---orsh-and-published-initrd.md | 13 ++++++ blog/index.html | 40 +++++++++-------- blog/tag_gru.html | 21 +++++++++ blog/tag_orion.html | 21 +++++++++ blog/tag_orsh.html | 42 ++++++++++++++++++ 9 files changed, 188 insertions(+), 23 deletions(-) create mode 100644 blog/gru-devlog-8---orsh-and-published-initrd.html create mode 100644 blog/gru-devlog-8---orsh-and-published-initrd.md create mode 100644 blog/tag_orsh.html diff --git a/blog/all_posts.html b/blog/all_posts.html index 5d23d76..29b06f9 100644 --- a/blog/all_posts.html +++ b/blog/all_posts.html @@ -17,6 +17,7 @@

all posts

September 2021

diff --git a/blog/all_tags.html b/blog/all_tags.html index 323db0e..a5c6044 100644 --- a/blog/all_tags.html +++ b/blog/all_tags.html @@ -24,13 +24,14 @@
  • gemini — 1 post
  • gros — 2 posts
  • grsh — 2 posts
  • -
  • gru — 8 posts
  • +
  • gru — 9 posts
  • grutils — 2 posts
  • gxt — 2 posts
  • hexutils — 1 post
  • monochrome — 1 post
  • orcc — 1 post
  • -
  • orion — 4 posts
  • +
  • orion — 5 posts
  • +
  • orsh — 1 post
  • protocol — 1 post
  • spartan — 1 post
  • tilde.team — 1 post
  • diff --git a/blog/feed.rss b/blog/feed.rss index a1991c6..34ccba9 100644 --- a/blog/feed.rss +++ b/blog/feed.rss @@ -2,10 +2,30 @@ ~g1n's bloghttps://g1n.ttm.sh/blog/index.html ~g1n's blogen -Sun, 12 Sep 2021 17:10:34 +0000 -Sun, 12 Sep 2021 17:10:34 +0000 +Sun, 19 Sep 2021 16:18:24 +0000 +Sun, 19 Sep 2021 16:18:24 +0000 +GRU Devlog 8 - orsh and published initrd +This week I have published initrd, but it is not working as expected.

    + +

    Also I have started one more project - orsh. It is one more shell, but now in C. +Maybe it will be easier to port to Orion. It already supports ; but they are working a bit weird.

    + +

    Also in orsh you can work with environment variables. +From today’s morning I am trying to replace bash with it, but still a lot need to be done.

    + +

    Hope you liked this post and if you would like to help me, contact me via email, xmpp or irc :)

    + +

    tags: gru, orsh, orion

    + +]]>
    https://g1n.ttm.sh/blog/gru-devlog-8---orsh-and-published-initrd.html +https://g1n.ttm.sh/blog/./gru-devlog-8---orsh-and-published-initrd.html +G1n +Sun, 19 Sep 2021 16:18:12 +0000
    + GRU Devlog 7 - keyboard, paging and WIP initrd in Orion + + + + + + +GRU Devlog 8 - orsh and published initrd + +
    +
    +
    +

    ~g1n's blog

    +
    ~g1n's blog
    +
    +
    + +

    +GRU Devlog 8 - orsh and published initrd +

    + +
    September 19, 2021 — +G1n +
    + + +

    This week I have published initrd, but it is not working as expected.

    + +

    Also I have started one more project - orsh. It is one more shell, but now in C. +Maybe it will be easier to port to Orion. It already supports ; but they are working a bit weird.

    + +

    Also in orsh you can work with environment variables. +From today’s morning I am trying to replace bash with it, but still a lot need to be done.

    + +

    Hope you liked this post and if you would like to help me, contact me via email, xmpp or irc :)

    + +

    tags: gru, orsh, orion

    + + +
    + +
    + diff --git a/blog/gru-devlog-8---orsh-and-published-initrd.md b/blog/gru-devlog-8---orsh-and-published-initrd.md new file mode 100644 index 0000000..2e1d47e --- /dev/null +++ b/blog/gru-devlog-8---orsh-and-published-initrd.md @@ -0,0 +1,13 @@ +GRU Devlog 8 - orsh and published initrd + +This week I have published initrd, but it is not working as expected. + +Also I have started one more project - orsh. It is one more shell, but now in C. +Maybe it will be easier to port to Orion. It already supports ; but they are working a bit weird. + +Also in orsh you can work with environment variables. +From today's morning I am trying to replace bash with it, but still a lot need to be done. + +Hope you liked this post and if you would like to help me, contact me via email, xmpp or irc :) + +tags: gru, orsh, orion diff --git a/blog/index.html b/blog/index.html index 69a6d81..1ff83ad 100644 --- a/blog/index.html +++ b/blog/index.html @@ -14,6 +14,27 @@
    ~g1n's blog
    +

    +GRU Devlog 8 - orsh and published initrd +

    + +
    September 19, 2021 — +G1n +
    + + +

    This week I have published initrd, but it is not working as expected.

    + +

    Also I have started one more project - orsh. It is one more shell, but now in C. +Maybe it will be easier to port to Orion. It already supports ; but they are working a bit weird.

    + +

    Also in orsh you can work with environment variables. +From today’s morning I am trying to replace bash with it, but still a lot need to be done.

    + +

    Hope you liked this post and if you would like to help me, contact me via email, xmpp or irc :)

    + +

    tags: gru, orsh, orion

    +

    GRU Devlog 7 - keyboard, paging and WIP initrd in Orion

    @@ -278,25 +299,6 @@ G1n - -

    -Exploring BBSes -

    - -
    June 29, 2021 — -G1n -
    - - -

    I was exploring tomasino gopher capsule gopher.black and found monochrome bbs and created account there. -I didn’t use other BBSes so it is my first. -Maybe I will find that interesting.

    - -

    tags: bbs, monochrome

    - - - -
    diff --git a/blog/tag_gru.html b/blog/tag_gru.html index 8a4a5d5..9b8eda6 100644 --- a/blog/tag_gru.html +++ b/blog/tag_gru.html @@ -14,6 +14,27 @@
    ~g1n's blog
    +

    +GRU Devlog 8 - orsh and published initrd +

    + +
    September 19, 2021 — +G1n +
    + + +

    This week I have published initrd, but it is not working as expected.

    + +

    Also I have started one more project - orsh. It is one more shell, but now in C. +Maybe it will be easier to port to Orion. It already supports ; but they are working a bit weird.

    + +

    Also in orsh you can work with environment variables. +From today’s morning I am trying to replace bash with it, but still a lot need to be done.

    + +

    Hope you liked this post and if you would like to help me, contact me via email, xmpp or irc :)

    + +

    tags: gru, orsh, orion

    +

    GRU Devlog 7 - keyboard, paging and WIP initrd in Orion

    diff --git a/blog/tag_orion.html b/blog/tag_orion.html index f88a7f9..db708c1 100644 --- a/blog/tag_orion.html +++ b/blog/tag_orion.html @@ -14,6 +14,27 @@
    ~g1n's blog
    +

    +GRU Devlog 8 - orsh and published initrd +

    + +
    September 19, 2021 — +G1n +
    + + +

    This week I have published initrd, but it is not working as expected.

    + +

    Also I have started one more project - orsh. It is one more shell, but now in C. +Maybe it will be easier to port to Orion. It already supports ; but they are working a bit weird.

    + +

    Also in orsh you can work with environment variables. +From today’s morning I am trying to replace bash with it, but still a lot need to be done.

    + +

    Hope you liked this post and if you would like to help me, contact me via email, xmpp or irc :)

    + +

    tags: gru, orsh, orion

    +

    GRU Devlog 7 - keyboard, paging and WIP initrd in Orion

    diff --git a/blog/tag_orsh.html b/blog/tag_orsh.html new file mode 100644 index 0000000..7953e49 --- /dev/null +++ b/blog/tag_orsh.html @@ -0,0 +1,42 @@ + + + + + + + +~g1n's blog — posts tagged "orsh" + +
    +
    +
    +

    ~g1n's blog

    +
    ~g1n's blog
    +
    +
    +

    +GRU Devlog 8 - orsh and published initrd +

    + +
    September 19, 2021 — +G1n +
    + + +

    This week I have published initrd, but it is not working as expected.

    + +

    Also I have started one more project - orsh. It is one more shell, but now in C. +Maybe it will be easier to port to Orion. It already supports ; but they are working a bit weird.

    + +

    Also in orsh you can work with environment variables. +From today’s morning I am trying to replace bash with it, but still a lot need to be done.

    + +

    Hope you liked this post and if you would like to help me, contact me via email, xmpp or irc :)

    + +

    tags: gru, orsh, orion

    + +
    + +
    +