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 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

+ +
+ +
+