diff --git a/blog/all_posts.html b/blog/all_posts.html index 00915a9..6134344 100644 --- a/blog/all_posts.html +++ b/blog/all_posts.html @@ -17,6 +17,7 @@

all posts

November 2021

October 2021

diff --git a/blog/all_tags.html b/blog/all_tags.html index 44bf89c..5b5c6e7 100644 --- a/blog/all_tags.html +++ b/blog/all_tags.html @@ -20,15 +20,17 @@
  • contribution — 1 post
  • coreutils — 1 post
  • dreams — 1 post
  • +
  • egg — 1 post
  • electonics — 1 post
  • gasm — 3 posts
  • gemini — 1 post
  • gros — 2 posts
  • grsh — 2 posts
  • -
  • gru — 16 posts
  • +
  • gru — 17 posts
  • grutils — 2 posts
  • gxt — 2 posts
  • hexutils — 1 post
  • +
  • irc — 1 post
  • jitsi — 1 post
  • libera — 1 post
  • license — 1 post
  • @@ -41,6 +43,7 @@
  • org-mode — 2 posts
  • org-roam — 1 post
  • orion — 6 posts
  • +
  • ormp — 1 post
  • orsh — 3 posts
  • protocol — 1 post
  • spartan — 1 post
  • @@ -49,8 +52,8 @@
  • tilde.tel — 1 post
  • transistors — 1 post
  • webpage — 1 post
  • -
  • xmpp — 1 post
  • -
  • yemu — 5 posts
  • +
  • xmpp — 2 posts
  • +
  • yemu — 6 posts
  • back home
    diff --git a/blog/feed.rss b/blog/feed.rss index 8bcf092..3ac6362 100644 --- a/blog/feed.rss +++ b/blog/feed.rss @@ -2,10 +2,32 @@ ~g1n's bloghttps://g1n.ttm.sh/blog/index.html ~g1n's blogen -Sun, 07 Nov 2021 17:02:46 +0000 -Sun, 07 Nov 2021 17:02:46 +0000 +Sun, 14 Nov 2021 17:03:31 +0000 +Sun, 14 Nov 2021 17:03:31 +0000 +GRU Devlog 16 - ormp and EGG +This week i was working on one more new project - ormp. It will be terminal multiplexor. +Currently i am doing it in ncurses. For current time it is not working - can just handle input but not display it.

    + +

    Also i have an idea for new projects - EGG (Extended/Exciting GRU GUI). I am planning some proj in this category - eggwm, eggterm, eggmenu and E. +E would be a new display server. We will need to have it for Orion in future. Currently i am planning to do it or on fbdev or on DRM/KMS.

    + +

    Also now yemu can be compiled with different compilers, -pedantic flag was added to makefile and all errors fixed.

    + +

    And now our channels are bridged via matterbridge: irc on ~chat, irc on libera and xmpp muc.

    + +

    Hope you liked this post! If you would like to help us, contact me via email, xmpp or irc :)

    + +

    tags: gru, ormp, egg, yemu, xmpp, irc

    + +]]>
    https://g1n.ttm.sh/blog/gru-devlog-16---ormp-and-egg.html +https://g1n.ttm.sh/blog/./gru-devlog-16---ormp-and-egg.html +G1n +Sun, 14 Nov 2021 17:03:05 +0000
    + GRU Devlog 15 - ocpu, yemu and licenses + + + + + + +GRU Devlog 16 - ormp and EGG + +
    +
    +
    +

    ~g1n's blog

    +
    ~g1n's blog
    +
    +
    + +

    +GRU Devlog 16 - ormp and EGG +

    + +
    November 14, 2021 — +G1n +
    + + +

    This week i was working on one more new project - ormp. It will be terminal multiplexor. +Currently i am doing it in ncurses. For current time it is not working - can just handle input but not display it.

    + +

    Also i have an idea for new projects - EGG (Extended/Exciting GRU GUI). I am planning some proj in this category - eggwm, eggterm, eggmenu and E. +E would be a new display server. We will need to have it for Orion in future. Currently i am planning to do it or on fbdev or on DRM/KMS.

    + +

    Also now yemu can be compiled with different compilers, -pedantic flag was added to makefile and all errors fixed.

    + +

    And now our channels are bridged via matterbridge: irc on ~chat, irc on libera and xmpp muc.

    + +

    Hope you liked this post! If you would like to help us, contact me via email, xmpp or irc :)

    + +

    tags: gru, ormp, egg, yemu, xmpp, irc

    + + +
    + +
    + diff --git a/blog/gru-devlog-16---ormp-and-egg.md b/blog/gru-devlog-16---ormp-and-egg.md new file mode 100644 index 0000000..2d8fb93 --- /dev/null +++ b/blog/gru-devlog-16---ormp-and-egg.md @@ -0,0 +1,15 @@ +GRU Devlog 16 - ormp and EGG + +This week i was working on one more new project - ormp. It will be terminal multiplexor. +Currently i am doing it in ncurses. For current time it is not working - can just handle input but not display it. + +Also i have an idea for new projects - EGG (Extended/Exciting GRU GUI). I am planning some proj in this category - eggwm, eggterm, eggmenu and E. +E would be a new display server. We will need to have it for Orion in future. Currently i am planning to do it or on fbdev or on DRM/KMS. + +Also now yemu can be compiled with different compilers, -pedantic flag was added to makefile and all errors fixed. + +And now our channels are bridged via matterbridge: irc on ~chat, irc on libera and xmpp muc. + +Hope you liked this post! If you would like to help us, contact me via email, xmpp or irc :) + +tags: gru, ormp, egg, yemu, xmpp, irc diff --git a/blog/index.html b/blog/index.html index 5f4942b..14ec249 100644 --- a/blog/index.html +++ b/blog/index.html @@ -14,6 +14,29 @@
    ~g1n's blog
    +

    +GRU Devlog 16 - ormp and EGG +

    + +
    November 14, 2021 — +G1n +
    + + +

    This week i was working on one more new project - ormp. It will be terminal multiplexor. +Currently i am doing it in ncurses. For current time it is not working - can just handle input but not display it.

    + +

    Also i have an idea for new projects - EGG (Extended/Exciting GRU GUI). I am planning some proj in this category - eggwm, eggterm, eggmenu and E. +E would be a new display server. We will need to have it for Orion in future. Currently i am planning to do it or on fbdev or on DRM/KMS.

    + +

    Also now yemu can be compiled with different compilers, -pedantic flag was added to makefile and all errors fixed.

    + +

    And now our channels are bridged via matterbridge: irc on ~chat, irc on libera and xmpp muc.

    + +

    Hope you liked this post! If you would like to help us, contact me via email, xmpp or irc :)

    + +

    tags: gru, ormp, egg, yemu, xmpp, irc

    +

    GRU Devlog 15 - ocpu, yemu and licenses

    @@ -245,29 +268,6 @@ and then contents of files!

    tags: gru, orion

    -

    -GRU Devlog 6 - yemu, published gxt and interrupts working in Orion -

    - -
    September 05, 2021 — -G1n -
    - - -

    This week I have published gxt, but it currently works as more (only down scrolling). -Also it has a lot of of runtime error (Segmentation fault and others).

    - -

    I have started working on yemu - Yet another EMUlator. It currently supports only 6502 -proccessor with tiny number of instructions (LDA, LDX and LDY)

    - -

    Today we have fixed interrupts in Orion and now I can implement timer, paging, keyboard -and a lot of other things (thanks to quinn and smlckz from tilde.chat)

    - -

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

    - -

    tags: gru, gxt, yemu, orion

    -
    +

    +GRU Devlog 16 - ormp and EGG +

    + +
    November 14, 2021 — +G1n +
    + + +

    This week i was working on one more new project - ormp. It will be terminal multiplexor. +Currently i am doing it in ncurses. For current time it is not working - can just handle input but not display it.

    + +

    Also i have an idea for new projects - EGG (Extended/Exciting GRU GUI). I am planning some proj in this category - eggwm, eggterm, eggmenu and E. +E would be a new display server. We will need to have it for Orion in future. Currently i am planning to do it or on fbdev or on DRM/KMS.

    + +

    Also now yemu can be compiled with different compilers, -pedantic flag was added to makefile and all errors fixed.

    + +

    And now our channels are bridged via matterbridge: irc on ~chat, irc on libera and xmpp muc.

    + +

    Hope you liked this post! If you would like to help us, contact me via email, xmpp or irc :)

    + +

    tags: gru, ormp, egg, yemu, xmpp, irc

    +

    GRU Devlog 15 - ocpu, yemu and licenses

    diff --git a/blog/tag_irc.html b/blog/tag_irc.html new file mode 100644 index 0000000..95065e4 --- /dev/null +++ b/blog/tag_irc.html @@ -0,0 +1,44 @@ + + + + + + + +~g1n's blog — posts tagged "irc" + +
    +
    +
    +

    ~g1n's blog

    +
    ~g1n's blog
    +
    +
    +

    +GRU Devlog 16 - ormp and EGG +

    + +
    November 14, 2021 — +G1n +
    + + +

    This week i was working on one more new project - ormp. It will be terminal multiplexor. +Currently i am doing it in ncurses. For current time it is not working - can just handle input but not display it.

    + +

    Also i have an idea for new projects - EGG (Extended/Exciting GRU GUI). I am planning some proj in this category - eggwm, eggterm, eggmenu and E. +E would be a new display server. We will need to have it for Orion in future. Currently i am planning to do it or on fbdev or on DRM/KMS.

    + +

    Also now yemu can be compiled with different compilers, -pedantic flag was added to makefile and all errors fixed.

    + +

    And now our channels are bridged via matterbridge: irc on ~chat, irc on libera and xmpp muc.

    + +

    Hope you liked this post! If you would like to help us, contact me via email, xmpp or irc :)

    + +

    tags: gru, ormp, egg, yemu, xmpp, irc

    + +
    + +
    + diff --git a/blog/tag_ormp.html b/blog/tag_ormp.html new file mode 100644 index 0000000..3d434b1 --- /dev/null +++ b/blog/tag_ormp.html @@ -0,0 +1,44 @@ + + + + + + + +~g1n's blog — posts tagged "ormp" + +
    +
    +
    +

    ~g1n's blog

    +
    ~g1n's blog
    +
    +
    +

    +GRU Devlog 16 - ormp and EGG +

    + +
    November 14, 2021 — +G1n +
    + + +

    This week i was working on one more new project - ormp. It will be terminal multiplexor. +Currently i am doing it in ncurses. For current time it is not working - can just handle input but not display it.

    + +

    Also i have an idea for new projects - EGG (Extended/Exciting GRU GUI). I am planning some proj in this category - eggwm, eggterm, eggmenu and E. +E would be a new display server. We will need to have it for Orion in future. Currently i am planning to do it or on fbdev or on DRM/KMS.

    + +

    Also now yemu can be compiled with different compilers, -pedantic flag was added to makefile and all errors fixed.

    + +

    And now our channels are bridged via matterbridge: irc on ~chat, irc on libera and xmpp muc.

    + +

    Hope you liked this post! If you would like to help us, contact me via email, xmpp or irc :)

    + +

    tags: gru, ormp, egg, yemu, xmpp, irc

    + +
    + +
    + diff --git a/blog/tag_xmpp.html b/blog/tag_xmpp.html index 48ae168..77d33f1 100644 --- a/blog/tag_xmpp.html +++ b/blog/tag_xmpp.html @@ -14,6 +14,29 @@
    ~g1n's blog
    +

    +GRU Devlog 16 - ormp and EGG +

    + +
    November 14, 2021 — +G1n +
    + + +

    This week i was working on one more new project - ormp. It will be terminal multiplexor. +Currently i am doing it in ncurses. For current time it is not working - can just handle input but not display it.

    + +

    Also i have an idea for new projects - EGG (Extended/Exciting GRU GUI). I am planning some proj in this category - eggwm, eggterm, eggmenu and E. +E would be a new display server. We will need to have it for Orion in future. Currently i am planning to do it or on fbdev or on DRM/KMS.

    + +

    Also now yemu can be compiled with different compilers, -pedantic flag was added to makefile and all errors fixed.

    + +

    And now our channels are bridged via matterbridge: irc on ~chat, irc on libera and xmpp muc.

    + +

    Hope you liked this post! If you would like to help us, contact me via email, xmpp or irc :)

    + +

    tags: gru, ormp, egg, yemu, xmpp, irc

    +

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

    diff --git a/blog/tag_yemu.html b/blog/tag_yemu.html index 8b2d109..89e3e35 100644 --- a/blog/tag_yemu.html +++ b/blog/tag_yemu.html @@ -14,6 +14,29 @@
    ~g1n's blog
    +

    +GRU Devlog 16 - ormp and EGG +

    + +
    November 14, 2021 — +G1n +
    + + +

    This week i was working on one more new project - ormp. It will be terminal multiplexor. +Currently i am doing it in ncurses. For current time it is not working - can just handle input but not display it.

    + +

    Also i have an idea for new projects - EGG (Extended/Exciting GRU GUI). I am planning some proj in this category - eggwm, eggterm, eggmenu and E. +E would be a new display server. We will need to have it for Orion in future. Currently i am planning to do it or on fbdev or on DRM/KMS.

    + +

    Also now yemu can be compiled with different compilers, -pedantic flag was added to makefile and all errors fixed.

    + +

    And now our channels are bridged via matterbridge: irc on ~chat, irc on libera and xmpp muc.

    + +

    Hope you liked this post! If you would like to help us, contact me via email, xmpp or irc :)

    + +

    tags: gru, ormp, egg, yemu, xmpp, irc

    +

    GRU Devlog 15 - ocpu, yemu and licenses