From 2a8fcc5ba69376103ac1d0194f6bbcd71a644d58 Mon Sep 17 00:00:00 2001 From: g1n Date: Sun, 3 Oct 2021 15:55:15 +0000 Subject: [PATCH] Add new GRU Devlog --- blog/all_posts.html | 4 ++ blog/all_tags.html | 10 ++- blog/feed.rss | 42 +++++++++++- ...--orsh-now-like-proper-shell-and-gasm.html | 62 ++++++++++++++++++ ...0---orsh-now-like-proper-shell-and-gasm.md | 31 +++++++++ blog/index.html | 65 +++++++++++-------- blog/tag_gasm.html | 39 +++++++++++ blog/tag_gru.html | 39 +++++++++++ blog/tag_lobste.rs.html | 60 +++++++++++++++++ blog/tag_meeting.html | 60 +++++++++++++++++ blog/tag_org-mode.html | 60 +++++++++++++++++ blog/tag_orsh.html | 39 +++++++++++ blog/tag_tilde.news.html | 60 +++++++++++++++++ 13 files changed, 540 insertions(+), 31 deletions(-) create mode 100644 blog/gru-devlog-10---orsh-now-like-proper-shell-and-gasm.html create mode 100644 blog/gru-devlog-10---orsh-now-like-proper-shell-and-gasm.md create mode 100644 blog/tag_lobste.rs.html create mode 100644 blog/tag_meeting.html create mode 100644 blog/tag_org-mode.html create mode 100644 blog/tag_tilde.news.html diff --git a/blog/all_posts.html b/blog/all_posts.html index a3d9a47..e7c2246 100644 --- a/blog/all_posts.html +++ b/blog/all_posts.html @@ -15,6 +15,10 @@

all posts

+

October 2021

+

September 2021

  • GRU Devlog 9 - orsh, orion, bootloader, GRU xmpp room and logo — September 26, 2021
  • diff --git a/blog/all_tags.html b/blog/all_tags.html index 8aaf696..217080a 100644 --- a/blog/all_tags.html +++ b/blog/all_tags.html @@ -20,21 +20,25 @@
  • contribution — 1 post
  • coreutils — 1 post
  • dreams — 1 post
  • -
  • gasm — 1 post
  • +
  • gasm — 2 posts
  • gemini — 1 post
  • gros — 2 posts
  • grsh — 2 posts
  • -
  • gru — 10 posts
  • +
  • gru — 11 posts
  • grutils — 2 posts
  • gxt — 2 posts
  • hexutils — 1 post
  • jitsi — 1 post
  • +
  • lobste.rs — 1 post
  • +
  • meeting — 1 post
  • monochrome — 1 post
  • orcc — 1 post
  • +
  • org-mode — 1 post
  • orion — 6 posts
  • -
  • orsh — 2 posts
  • +
  • orsh — 3 posts
  • protocol — 1 post
  • spartan — 1 post
  • +
  • tilde.news — 1 post
  • tilde.team — 1 post
  • tilde.tel — 1 post
  • webpage — 1 post
  • diff --git a/blog/feed.rss b/blog/feed.rss index 6c42dc4..1207006 100644 --- a/blog/feed.rss +++ b/blog/feed.rss @@ -2,10 +2,48 @@ ~g1n's bloghttps://g1n.ttm.sh/blog/index.html ~g1n's blogen -Sun, 26 Sep 2021 17:00:08 +0000 -Sun, 26 Sep 2021 17:00:08 +0000 +Sun, 03 Oct 2021 15:54:26 +0000 +Sun, 03 Oct 2021 15:54:26 +0000 +GRU Devlog 10 - orsh now like proper shell and gasm +Hooray! Today is 10’s GRU Devlog! :)

    + +

    This week i was trying to make notes to org document, to not forget something and put TODOs +there for future weeks.

    + +

    First several days was the most valuable - readline support and signal handling! +This means you can use emacs-like bindings there (but i think readline also supports vi bindings, +so maybe i will add them too!)

    + +

    Also we now have very minimal completion support there :), but still proper function need to be added +for that (currently only filenames completion)

    + +

    Orsh also has one session history, so you don’t need to rewrite command from scratch now

    + +

    And I have started to use it as my main (but had some problems after chsh, so currently is autostarts after bash +and i can exit from there any time i will need)

    + +

    Then I have started making our own assembler - gasm. Currently it only supports NOP, so i haven’t published it yet.

    + +

    This week I also registered to ~news and shared devlog there (i think this devlog also will be there ;) ) +If you have lobste.rs account please contact me to invite me, if you can, because it may advertize GRU more!

    + +

    Today (Sunday) we had first testing GRU meeting via Jitsi. Thanks to r1k for joining. +We need to make something like plan our schedule (to know about what to speak) and discuss meeting time better.

    + +

    Hope you liked this post and you will join our XMPP muc (if you are not already there) :). +If you would like to help me, contact me via email, xmpp or irc :)

    + +

    tags: gru, org-mode, gasm, orsh, meeting, lobste.rs, tilde.news

    + +]]>
    https://g1n.ttm.sh/blog/gru-devlog-10---orsh-now-like-proper-shell-and-gasm.html +https://g1n.ttm.sh/blog/./gru-devlog-10---orsh-now-like-proper-shell-and-gasm.html +G1n +Sun, 03 Oct 2021 15:54:01 +0000
    + GRU Devlog 9 - orsh, orion, bootloader, GRU xmpp room and logo + + + + + + +GRU Devlog 10 - orsh now like proper shell and gasm + +
    +
    +
    +

    ~g1n's blog

    +
    ~g1n's blog
    +
    +
    + +

    +GRU Devlog 10 - orsh now like proper shell and gasm +

    + +
    October 03, 2021 — +G1n +
    + + +

    Hooray! Today is 10’s GRU Devlog! :)

    + +

    This week i was trying to make notes to org document, to not forget something and put TODOs +there for future weeks.

    + +

    First several days was the most valuable - readline support and signal handling! +This means you can use emacs-like bindings there (but i think readline also supports vi bindings, +so maybe i will add them too!)

    + +

    Also we now have very minimal completion support there :), but still proper function need to be added +for that (currently only filenames completion)

    + +

    Orsh also has one session history, so you don’t need to rewrite command from scratch now

    + +

    And I have started to use it as my main (but had some problems after chsh, so currently is autostarts after bash +and i can exit from there any time i will need)

    + +

    Then I have started making our own assembler - gasm. Currently it only supports NOP, so i haven’t published it yet.

    + +

    This week I also registered to ~news and shared devlog there (i think this devlog also will be there ;) ) +If you have lobste.rs account please contact me to invite me, if you can, because it may advertize GRU more!

    + +

    Today (Sunday) we had first testing GRU meeting via Jitsi. Thanks to r1k for joining. +We need to make something like plan our schedule (to know about what to speak) and discuss meeting time better.

    + +

    Hope you liked this post and you will join our XMPP muc (if you are not already there) :). +If you would like to help me, contact me via email, xmpp or irc :)

    + +

    tags: gru, org-mode, gasm, orsh, meeting, lobste.rs, tilde.news

    + + +
    + +
    + diff --git a/blog/gru-devlog-10---orsh-now-like-proper-shell-and-gasm.md b/blog/gru-devlog-10---orsh-now-like-proper-shell-and-gasm.md new file mode 100644 index 0000000..abfee57 --- /dev/null +++ b/blog/gru-devlog-10---orsh-now-like-proper-shell-and-gasm.md @@ -0,0 +1,31 @@ +GRU Devlog 10 - orsh now like proper shell and gasm + +Hooray! Today is 10's GRU Devlog! :) + +This week i was trying to make notes to org document, to not forget something and put TODOs +there for future weeks. + +First several days was the most valuable - readline support and signal handling! +This means you can use emacs-like bindings there (but i think readline also supports vi bindings, +so maybe i will add them too!) + +Also we now have very minimal completion support there :), but still proper function need to be added +for that (currently only filenames completion) + +Orsh also has one session history, so you don't need to rewrite command from scratch now + +And I have started to use it as my main (but had some problems after chsh, so currently is autostarts after bash +and i can exit from there any time i will need) + +Then I have started making our own assembler - gasm. Currently it only supports NOP, so i haven't published it yet. + +This week I also registered to ~news and shared devlog there (i think this devlog also will be there ;) ) +If you have lobste.rs account please contact me to invite me, if you can, because it may advertize GRU more! + +Today (Sunday) we had first testing GRU meeting via Jitsi. Thanks to r1k for joining. +We need to make something like plan our schedule (to know about what to speak) and discuss meeting time better. + +Hope you liked this post and you will join our XMPP muc (if you are not already there) :). +If you would like to help me, contact me via email, xmpp or irc :) + +tags: gru, org-mode, gasm, orsh, meeting, lobste.rs, tilde.news diff --git a/blog/index.html b/blog/index.html index a424a4c..60ff60a 100644 --- a/blog/index.html +++ b/blog/index.html @@ -14,6 +14,45 @@
    ~g1n's blog
+

+GRU Devlog 10 - orsh now like proper shell and gasm +

+ +
October 03, 2021 — +G1n +
+ + +

Hooray! Today is 10’s GRU Devlog! :)

+ +

This week i was trying to make notes to org document, to not forget something and put TODOs +there for future weeks.

+ +

First several days was the most valuable - readline support and signal handling! +This means you can use emacs-like bindings there (but i think readline also supports vi bindings, +so maybe i will add them too!)

+ +

Also we now have very minimal completion support there :), but still proper function need to be added +for that (currently only filenames completion)

+ +

Orsh also has one session history, so you don’t need to rewrite command from scratch now

+ +

And I have started to use it as my main (but had some problems after chsh, so currently is autostarts after bash +and i can exit from there any time i will need)

+ +

Then I have started making our own assembler - gasm. Currently it only supports NOP, so i haven’t published it yet.

+ +

This week I also registered to ~news and shared devlog there (i think this devlog also will be there ;) ) +If you have lobste.rs account please contact me to invite me, if you can, because it may advertize GRU more!

+ +

Today (Sunday) we had first testing GRU meeting via Jitsi. Thanks to r1k for joining. +We need to make something like plan our schedule (to know about what to speak) and discuss meeting time better.

+ +

Hope you liked this post and you will join our XMPP muc (if you are not already there) :). +If you would like to help me, contact me via email, xmpp or irc :)

+ +

tags: gru, org-mode, gasm, orsh, meeting, lobste.rs, tilde.news

+

GRU Devlog 9 - orsh, orion, bootloader, GRU xmpp room and logo

@@ -286,32 +325,6 @@ Currently I would like to implement basic filesystem but i don’t know what - -

-GRU DevLog Week 0 - grsh, grutils and start of gros -

- -
July 25, 2021 — -G1n -
- - -

So I have started new project this week - grsh! It is shell written on Rust. Also, for now, other rewrites of coreutils are there.

- -

What grsh can do for this moment: echo some variables (pwd, user, home, status of previous command using $?) and text; true, false, : - set status; pwd shows current dir, also comments and cd working, basic piping (thanks to that article and of course executing not builtin command also working.

- -

Some grutils that I made: ls, touch, mkdir/rmdir, rm, grep, head/tail, yes, cat.

- -

TODOs exist in grsh repo - so you can read there some of my plans.

- -

Yesterday i have started GROS - OS on Rust! But I haven’t published code yet because it not have that minimum of funcionality that i want. Thanks for that site for teaching how to make basics - https://os.phil-opp.com

- -

So it was first of GRU Devlog! Thanks for reading! If you want to contribute to some of that project write me an email - g1n@ttm.sh , or contact me in other ways

- -

tags: gru, grsh, grutils, gros

- - -
diff --git a/blog/tag_gasm.html b/blog/tag_gasm.html index 0d8df22..b537e30 100644 --- a/blog/tag_gasm.html +++ b/blog/tag_gasm.html @@ -14,6 +14,45 @@
~g1n's blog
+

+GRU Devlog 10 - orsh now like proper shell and gasm +

+ +
October 03, 2021 — +G1n +
+ + +

Hooray! Today is 10’s GRU Devlog! :)

+ +

This week i was trying to make notes to org document, to not forget something and put TODOs +there for future weeks.

+ +

First several days was the most valuable - readline support and signal handling! +This means you can use emacs-like bindings there (but i think readline also supports vi bindings, +so maybe i will add them too!)

+ +

Also we now have very minimal completion support there :), but still proper function need to be added +for that (currently only filenames completion)

+ +

Orsh also has one session history, so you don’t need to rewrite command from scratch now

+ +

And I have started to use it as my main (but had some problems after chsh, so currently is autostarts after bash +and i can exit from there any time i will need)

+ +

Then I have started making our own assembler - gasm. Currently it only supports NOP, so i haven’t published it yet.

+ +

This week I also registered to ~news and shared devlog there (i think this devlog also will be there ;) ) +If you have lobste.rs account please contact me to invite me, if you can, because it may advertize GRU more!

+ +

Today (Sunday) we had first testing GRU meeting via Jitsi. Thanks to r1k for joining. +We need to make something like plan our schedule (to know about what to speak) and discuss meeting time better.

+ +

Hope you liked this post and you will join our XMPP muc (if you are not already there) :). +If you would like to help me, contact me via email, xmpp or irc :)

+ +

tags: gru, org-mode, gasm, orsh, meeting, lobste.rs, tilde.news

+

GRU Devlog 4 - more projects started, webpage for GRU and organizations on tildegit/codeberg

diff --git a/blog/tag_gru.html b/blog/tag_gru.html index afc6375..a5f0a67 100644 --- a/blog/tag_gru.html +++ b/blog/tag_gru.html @@ -14,6 +14,45 @@
~g1n's blog
+

+GRU Devlog 10 - orsh now like proper shell and gasm +

+ +
October 03, 2021 — +G1n +
+ + +

Hooray! Today is 10’s GRU Devlog! :)

+ +

This week i was trying to make notes to org document, to not forget something and put TODOs +there for future weeks.

+ +

First several days was the most valuable - readline support and signal handling! +This means you can use emacs-like bindings there (but i think readline also supports vi bindings, +so maybe i will add them too!)

+ +

Also we now have very minimal completion support there :), but still proper function need to be added +for that (currently only filenames completion)

+ +

Orsh also has one session history, so you don’t need to rewrite command from scratch now

+ +

And I have started to use it as my main (but had some problems after chsh, so currently is autostarts after bash +and i can exit from there any time i will need)

+ +

Then I have started making our own assembler - gasm. Currently it only supports NOP, so i haven’t published it yet.

+ +

This week I also registered to ~news and shared devlog there (i think this devlog also will be there ;) ) +If you have lobste.rs account please contact me to invite me, if you can, because it may advertize GRU more!

+ +

Today (Sunday) we had first testing GRU meeting via Jitsi. Thanks to r1k for joining. +We need to make something like plan our schedule (to know about what to speak) and discuss meeting time better.

+ +

Hope you liked this post and you will join our XMPP muc (if you are not already there) :). +If you would like to help me, contact me via email, xmpp or irc :)

+ +

tags: gru, org-mode, gasm, orsh, meeting, lobste.rs, tilde.news

+

GRU Devlog 9 - orsh, orion, bootloader, GRU xmpp room and logo

diff --git a/blog/tag_lobste.rs.html b/blog/tag_lobste.rs.html new file mode 100644 index 0000000..e84d02b --- /dev/null +++ b/blog/tag_lobste.rs.html @@ -0,0 +1,60 @@ + + + + + + + +~g1n's blog — posts tagged "lobste.rs" + +
+
+
+

~g1n's blog

+
~g1n's blog
+
+
+

+GRU Devlog 10 - orsh now like proper shell and gasm +

+ +
October 03, 2021 — +G1n +
+ + +

Hooray! Today is 10’s GRU Devlog! :)

+ +

This week i was trying to make notes to org document, to not forget something and put TODOs +there for future weeks.

+ +

First several days was the most valuable - readline support and signal handling! +This means you can use emacs-like bindings there (but i think readline also supports vi bindings, +so maybe i will add them too!)

+ +

Also we now have very minimal completion support there :), but still proper function need to be added +for that (currently only filenames completion)

+ +

Orsh also has one session history, so you don’t need to rewrite command from scratch now

+ +

And I have started to use it as my main (but had some problems after chsh, so currently is autostarts after bash +and i can exit from there any time i will need)

+ +

Then I have started making our own assembler - gasm. Currently it only supports NOP, so i haven’t published it yet.

+ +

This week I also registered to ~news and shared devlog there (i think this devlog also will be there ;) ) +If you have lobste.rs account please contact me to invite me, if you can, because it may advertize GRU more!

+ +

Today (Sunday) we had first testing GRU meeting via Jitsi. Thanks to r1k for joining. +We need to make something like plan our schedule (to know about what to speak) and discuss meeting time better.

+ +

Hope you liked this post and you will join our XMPP muc (if you are not already there) :). +If you would like to help me, contact me via email, xmpp or irc :)

+ +

tags: gru, org-mode, gasm, orsh, meeting, lobste.rs, tilde.news

+ +
+ +
+ diff --git a/blog/tag_meeting.html b/blog/tag_meeting.html new file mode 100644 index 0000000..5b8617f --- /dev/null +++ b/blog/tag_meeting.html @@ -0,0 +1,60 @@ + + + + + + + +~g1n's blog — posts tagged "meeting" + +
+
+
+

~g1n's blog

+
~g1n's blog
+
+
+

+GRU Devlog 10 - orsh now like proper shell and gasm +

+ +
October 03, 2021 — +G1n +
+ + +

Hooray! Today is 10’s GRU Devlog! :)

+ +

This week i was trying to make notes to org document, to not forget something and put TODOs +there for future weeks.

+ +

First several days was the most valuable - readline support and signal handling! +This means you can use emacs-like bindings there (but i think readline also supports vi bindings, +so maybe i will add them too!)

+ +

Also we now have very minimal completion support there :), but still proper function need to be added +for that (currently only filenames completion)

+ +

Orsh also has one session history, so you don’t need to rewrite command from scratch now

+ +

And I have started to use it as my main (but had some problems after chsh, so currently is autostarts after bash +and i can exit from there any time i will need)

+ +

Then I have started making our own assembler - gasm. Currently it only supports NOP, so i haven’t published it yet.

+ +

This week I also registered to ~news and shared devlog there (i think this devlog also will be there ;) ) +If you have lobste.rs account please contact me to invite me, if you can, because it may advertize GRU more!

+ +

Today (Sunday) we had first testing GRU meeting via Jitsi. Thanks to r1k for joining. +We need to make something like plan our schedule (to know about what to speak) and discuss meeting time better.

+ +

Hope you liked this post and you will join our XMPP muc (if you are not already there) :). +If you would like to help me, contact me via email, xmpp or irc :)

+ +

tags: gru, org-mode, gasm, orsh, meeting, lobste.rs, tilde.news

+ +
+ +
+ diff --git a/blog/tag_org-mode.html b/blog/tag_org-mode.html new file mode 100644 index 0000000..378bb5f --- /dev/null +++ b/blog/tag_org-mode.html @@ -0,0 +1,60 @@ + + + + + + + +~g1n's blog — posts tagged "org-mode" + +
+
+
+

~g1n's blog

+
~g1n's blog
+
+
+

+GRU Devlog 10 - orsh now like proper shell and gasm +

+ +
October 03, 2021 — +G1n +
+ + +

Hooray! Today is 10’s GRU Devlog! :)

+ +

This week i was trying to make notes to org document, to not forget something and put TODOs +there for future weeks.

+ +

First several days was the most valuable - readline support and signal handling! +This means you can use emacs-like bindings there (but i think readline also supports vi bindings, +so maybe i will add them too!)

+ +

Also we now have very minimal completion support there :), but still proper function need to be added +for that (currently only filenames completion)

+ +

Orsh also has one session history, so you don’t need to rewrite command from scratch now

+ +

And I have started to use it as my main (but had some problems after chsh, so currently is autostarts after bash +and i can exit from there any time i will need)

+ +

Then I have started making our own assembler - gasm. Currently it only supports NOP, so i haven’t published it yet.

+ +

This week I also registered to ~news and shared devlog there (i think this devlog also will be there ;) ) +If you have lobste.rs account please contact me to invite me, if you can, because it may advertize GRU more!

+ +

Today (Sunday) we had first testing GRU meeting via Jitsi. Thanks to r1k for joining. +We need to make something like plan our schedule (to know about what to speak) and discuss meeting time better.

+ +

Hope you liked this post and you will join our XMPP muc (if you are not already there) :). +If you would like to help me, contact me via email, xmpp or irc :)

+ +

tags: gru, org-mode, gasm, orsh, meeting, lobste.rs, tilde.news

+ +
+ +
+ diff --git a/blog/tag_orsh.html b/blog/tag_orsh.html index e820895..e382b17 100644 --- a/blog/tag_orsh.html +++ b/blog/tag_orsh.html @@ -14,6 +14,45 @@
~g1n's blog
+

+GRU Devlog 10 - orsh now like proper shell and gasm +

+ +
October 03, 2021 — +G1n +
+ + +

Hooray! Today is 10’s GRU Devlog! :)

+ +

This week i was trying to make notes to org document, to not forget something and put TODOs +there for future weeks.

+ +

First several days was the most valuable - readline support and signal handling! +This means you can use emacs-like bindings there (but i think readline also supports vi bindings, +so maybe i will add them too!)

+ +

Also we now have very minimal completion support there :), but still proper function need to be added +for that (currently only filenames completion)

+ +

Orsh also has one session history, so you don’t need to rewrite command from scratch now

+ +

And I have started to use it as my main (but had some problems after chsh, so currently is autostarts after bash +and i can exit from there any time i will need)

+ +

Then I have started making our own assembler - gasm. Currently it only supports NOP, so i haven’t published it yet.

+ +

This week I also registered to ~news and shared devlog there (i think this devlog also will be there ;) ) +If you have lobste.rs account please contact me to invite me, if you can, because it may advertize GRU more!

+ +

Today (Sunday) we had first testing GRU meeting via Jitsi. Thanks to r1k for joining. +We need to make something like plan our schedule (to know about what to speak) and discuss meeting time better.

+ +

Hope you liked this post and you will join our XMPP muc (if you are not already there) :). +If you would like to help me, contact me via email, xmpp or irc :)

+ +

tags: gru, org-mode, gasm, orsh, meeting, lobste.rs, tilde.news

+

GRU Devlog 9 - orsh, orion, bootloader, GRU xmpp room and logo

diff --git a/blog/tag_tilde.news.html b/blog/tag_tilde.news.html new file mode 100644 index 0000000..546fd24 --- /dev/null +++ b/blog/tag_tilde.news.html @@ -0,0 +1,60 @@ + + + + + + + +~g1n's blog — posts tagged "tilde.news" + +
+
+
+

~g1n's blog

+
~g1n's blog
+
+
+

+GRU Devlog 10 - orsh now like proper shell and gasm +

+ +
October 03, 2021 — +G1n +
+ + +

Hooray! Today is 10’s GRU Devlog! :)

+ +

This week i was trying to make notes to org document, to not forget something and put TODOs +there for future weeks.

+ +

First several days was the most valuable - readline support and signal handling! +This means you can use emacs-like bindings there (but i think readline also supports vi bindings, +so maybe i will add them too!)

+ +

Also we now have very minimal completion support there :), but still proper function need to be added +for that (currently only filenames completion)

+ +

Orsh also has one session history, so you don’t need to rewrite command from scratch now

+ +

And I have started to use it as my main (but had some problems after chsh, so currently is autostarts after bash +and i can exit from there any time i will need)

+ +

Then I have started making our own assembler - gasm. Currently it only supports NOP, so i haven’t published it yet.

+ +

This week I also registered to ~news and shared devlog there (i think this devlog also will be there ;) ) +If you have lobste.rs account please contact me to invite me, if you can, because it may advertize GRU more!

+ +

Today (Sunday) we had first testing GRU meeting via Jitsi. Thanks to r1k for joining. +We need to make something like plan our schedule (to know about what to speak) and discuss meeting time better.

+ +

Hope you liked this post and you will join our XMPP muc (if you are not already there) :). +If you would like to help me, contact me via email, xmpp or irc :)

+ +

tags: gru, org-mode, gasm, orsh, meeting, lobste.rs, tilde.news

+ +
+ +
+