Fixed mistake in last devlog

This commit is contained in:
g1n 2021-12-14 13:49:44 +00:00
parent f0659f1c5a
commit a087a18885
84 changed files with 368 additions and 30 deletions

View File

@ -32,6 +32,8 @@ Now going to setup emms (emacs music player). One more thing that I can do witho
<!-- text end --> <!-- text end -->
<!-- entry end --> <!-- entry end -->
</div> </div>

View File

@ -31,6 +31,8 @@ G1n
<!-- text end --> <!-- text end -->
<!-- entry end --> <!-- entry end -->
</div> </div>

View File

@ -29,6 +29,8 @@ G1n
<!-- text end --> <!-- text end -->
<!-- entry end --> <!-- entry end -->
</div> </div>

View File

@ -32,6 +32,8 @@ Gopher homepage - <a href="gopher://thelambdalab.xyz/1/projects/elpher/">gopher:
<!-- text end --> <!-- text end -->
<!-- entry end --> <!-- entry end -->
</div> </div>

View File

@ -33,6 +33,8 @@ Maybe I will find that interesting.</p>
<!-- text end --> <!-- text end -->
<!-- entry end --> <!-- entry end -->
</div> </div>

View File

@ -34,6 +34,8 @@ Connected to the internet and finding something that I can do there</p>
<!-- text end --> <!-- text end -->
<!-- entry end --> <!-- entry end -->
</div> </div>

View File

@ -31,6 +31,8 @@ G1n
<!-- text end --> <!-- text end -->
<!-- entry end --> <!-- entry end -->
</div> </div>

View File

@ -2,21 +2,21 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/"> <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel><title>~g1n's blog</title><link>https://g1n.ttm.sh/blog/index.html</link> <channel><title>~g1n's blog</title><link>https://g1n.ttm.sh/blog/index.html</link>
<description>~g1n's blog</description><language>en</language> <description>~g1n's blog</description><language>en</language>
<lastBuildDate>Sun, 12 Dec 2021 17:49:30 +0000</lastBuildDate> <lastBuildDate>Tue, 14 Dec 2021 13:47:41 +0000</lastBuildDate>
<pubDate>Sun, 12 Dec 2021 17:49:30 +0000</pubDate> <pubDate>Tue, 14 Dec 2021 13:47:41 +0000</pubDate>
<atom:link href="https://g1n.ttm.sh/blog/feed.rss" rel="self" type="application/rss+xml"> <atom:link href="https://g1n.ttm.sh/blog/feed.rss" rel="self" type="application/rss+xml">
<item><title> <item><title>
GRU Devlog 20 - olibc GRU Devlog 20 - olibc
</title><description><![CDATA[ </title><description><![CDATA[
<p>This week I was making olibc. I was implementing &ldquo;string.h&rdquo;. Also I was fixing liblinux to <p>This week I was making olibc. I was implementing &lt;string.h>. Also I was fixing liblinux to
be able to import it without need to use full path in #import. I had several other issues be able to include it without need to use full path in <code>#include</code>. I had several other issues
with it and also fixed them.</p> with it and also fixed them.</p>
<p>My current goal is to implement string.h and after that I am planning to publish it. <p>My current goal is to implement &lt;string.h> and after that I am planning to publish it.
Currently most of funcs are implemented. Making strtok now but all other functions need Currently most of funcs are implemented. Making strtok now but all other functions need
locale.h and I don&rsquo;t know yet how I will be implemented. But it is already cool that we locale.h and I don&rsquo;t know yet how I will be implemented. But it is already cool that we
have most of functions that should be in string.h!</p> have most of functions that should be in &lt;string.h>!</p>
<p>Also we now have <a href="https://gru.codeberg.page">gru webpage on codeberg</a>! Maybe next week I <p>Also we now have <a href="https://gru.codeberg.page">gru webpage on codeberg</a>! Maybe next week I
will move all devlogs to gru webpage so it will be easier to move.</p> will move all devlogs to gru webpage so it will be easier to move.</p>
@ -57,6 +57,8 @@ for our own Linux or BSD distribution. But that will be in future&hellip;</p>
<p>Hope you liked this post! If you would like to help us, contact me via email, xmpp or irc :)</p> <p>Hope you liked this post! If you would like to help us, contact me via email, xmpp or irc :)</p>
<p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_gic.html'>gic</a>, <a href='tag_girclib.html'>girclib</a>, <a href='tag_liblinux.html'>liblinux</a>, <a href='tag_olibc.html'>olibc</a>, <a href='tag_libs.html'>libs</a></p> <p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_gic.html'>gic</a>, <a href='tag_girclib.html'>girclib</a>, <a href='tag_liblinux.html'>liblinux</a>, <a href='tag_olibc.html'>olibc</a>, <a href='tag_libs.html'>libs</a></p>
<!-- text end --> <!-- text end -->
]]></description><link>https://g1n.ttm.sh/blog/gru-devlog-19---gic-and-several-libs.html</link> ]]></description><link>https://g1n.ttm.sh/blog/gru-devlog-19---gic-and-several-libs.html</link>
<guid>https://g1n.ttm.sh/blog/./gru-devlog-19---gic-and-several-libs.html</guid> <guid>https://g1n.ttm.sh/blog/./gru-devlog-19---gic-and-several-libs.html</guid>
@ -81,6 +83,8 @@ Currently I don&rsquo;t reallly understand how to work with sockets but I will t
<p>Hope you liked this post! If you would like to help us, contact me via email, xmpp or irc :)</p> <p>Hope you liked this post! If you would like to help us, contact me via email, xmpp or irc :)</p>
<p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_coreutils.html'>coreutils</a>, <a href='tag_egg.html'>egg</a></p> <p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_coreutils.html'>coreutils</a>, <a href='tag_egg.html'>egg</a></p>
<!-- text end --> <!-- text end -->
]]></description><link>https://g1n.ttm.sh/blog/gru-devlog-17-18---coreutils-egg-and-ideas.html</link> ]]></description><link>https://g1n.ttm.sh/blog/gru-devlog-17-18---coreutils-egg-and-ideas.html</link>
<guid>https://g1n.ttm.sh/blog/./gru-devlog-17-18---coreutils-egg-and-ideas.html</guid> <guid>https://g1n.ttm.sh/blog/./gru-devlog-17-18---coreutils-egg-and-ideas.html</guid>
@ -103,6 +107,8 @@ E would be a new display server. We will need to have it for Orion in future. Cu
<p>Hope you liked this post! If you would like to help us, contact me via email, xmpp or irc :)</p> <p>Hope you liked this post! If you would like to help us, contact me via email, xmpp or irc :)</p>
<p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_ormp.html'>ormp</a>, <a href='tag_egg.html'>egg</a>, <a href='tag_yemu.html'>yemu</a>, <a href='tag_xmpp.html'>xmpp</a>, <a href='tag_irc.html'>irc</a></p> <p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_ormp.html'>ormp</a>, <a href='tag_egg.html'>egg</a>, <a href='tag_yemu.html'>yemu</a>, <a href='tag_xmpp.html'>xmpp</a>, <a href='tag_irc.html'>irc</a></p>
<!-- text end --> <!-- text end -->
]]></description><link>https://g1n.ttm.sh/blog/gru-devlog-16---ormp-and-egg.html</link> ]]></description><link>https://g1n.ttm.sh/blog/gru-devlog-16---ormp-and-egg.html</link>
<guid>https://g1n.ttm.sh/blog/./gru-devlog-16---ormp-and-egg.html</guid> <guid>https://g1n.ttm.sh/blog/./gru-devlog-16---ormp-and-egg.html</guid>
@ -121,6 +127,8 @@ GRU Devlog 15 - ocpu, yemu and licenses
<p>Hope you liked this post! If you would like to help me, contact me via email, xmpp or irc :)</p> <p>Hope you liked this post! If you would like to help me, contact me via email, xmpp or irc :)</p>
<p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_ocpu.html'>ocpu</a>, <a href='tag_yemu.html'>yemu</a>, <a href='tag_license.html'>license</a></p> <p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_ocpu.html'>ocpu</a>, <a href='tag_yemu.html'>yemu</a>, <a href='tag_license.html'>license</a></p>
<!-- text end --> <!-- text end -->
]]></description><link>https://g1n.ttm.sh/blog/gru-devlog-15---ocpu-yemu-and-licenses.html</link> ]]></description><link>https://g1n.ttm.sh/blog/gru-devlog-15---ocpu-yemu-and-licenses.html</link>
<guid>https://g1n.ttm.sh/blog/./gru-devlog-15---ocpu-yemu-and-licenses.html</guid> <guid>https://g1n.ttm.sh/blog/./gru-devlog-15---ocpu-yemu-and-licenses.html</guid>
@ -145,6 +153,8 @@ We also added some description to commands in specifications, so it is easier to
<p>Hope you liked this post! If you would like to help me, contact me via email, xmpp or irc :)</p> <p>Hope you liked this post! If you would like to help me, contact me via email, xmpp or irc :)</p>
<p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_yemu.html'>yemu</a>, <a href='tag_ocpu.html'>ocpu</a></p> <p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_yemu.html'>yemu</a>, <a href='tag_ocpu.html'>ocpu</a></p>
<!-- text end --> <!-- text end -->
]]></description><link>https://g1n.ttm.sh/blog/gru-devlog-14---ocpu-and-yemu.html</link> ]]></description><link>https://g1n.ttm.sh/blog/gru-devlog-14---ocpu-and-yemu.html</link>
<guid>https://g1n.ttm.sh/blog/./gru-devlog-14---ocpu-and-yemu.html</guid> <guid>https://g1n.ttm.sh/blog/./gru-devlog-14---ocpu-and-yemu.html</guid>
@ -167,6 +177,8 @@ electronic ideas, circuits and progress in doing some electronic things.</p>
<p>Hope you liked this post! If you would like to help me, contact me via email, xmpp or irc :)</p> <p>Hope you liked this post! If you would like to help me, contact me via email, xmpp or irc :)</p>
<p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_lolcpu.html'>lolcpu</a>, <a href='tag_ocpu.html'>ocpu</a>, <a href='tag_transistors.html'>transistors</a>, <a href='tag_electonics.html'>electonics</a></p> <p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_lolcpu.html'>lolcpu</a>, <a href='tag_ocpu.html'>ocpu</a>, <a href='tag_transistors.html'>transistors</a>, <a href='tag_electonics.html'>electonics</a></p>
<!-- text end --> <!-- text end -->
]]></description><link>https://g1n.ttm.sh/blog/gru-devlog-13---ocpu-thoughts-and-some-elecronics.html</link> ]]></description><link>https://g1n.ttm.sh/blog/gru-devlog-13---ocpu-thoughts-and-some-elecronics.html</link>
<guid>https://g1n.ttm.sh/blog/./gru-devlog-13---ocpu-thoughts-and-some-elecronics.html</guid> <guid>https://g1n.ttm.sh/blog/./gru-devlog-13---ocpu-thoughts-and-some-elecronics.html</guid>
@ -191,6 +203,8 @@ But firstly we need to make this specififcations complete, assembler and emulato
<p>Hope you liked this post! If you would like to help me, contact me via email, xmpp or irc :)</p> <p>Hope you liked this post! If you would like to help me, contact me via email, xmpp or irc :)</p>
<p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_yemu.html'>yemu</a>, <a href='tag_gasm.html'>gasm</a>, <a href='tag_ocpu.html'>ocpu</a></p> <p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_yemu.html'>yemu</a>, <a href='tag_gasm.html'>gasm</a>, <a href='tag_ocpu.html'>ocpu</a></p>
<!-- text end --> <!-- text end -->
]]></description><link>https://g1n.ttm.sh/blog/gru-devlog-13---yemu-gasm-and-ocpu.html</link> ]]></description><link>https://g1n.ttm.sh/blog/gru-devlog-13---yemu-gasm-and-ocpu.html</link>
<guid>https://g1n.ttm.sh/blog/./gru-devlog-13---yemu-gasm-and-ocpu.html</guid> <guid>https://g1n.ttm.sh/blog/./gru-devlog-13---yemu-gasm-and-ocpu.html</guid>
@ -216,6 +230,8 @@ very success, but I hope to do it more often :)</p>
<p>Hope you liked this post :). If you would like to help me, contact me via email, xmpp or irc :)</p> <p>Hope you liked this post :). If you would like to help me, contact me via email, xmpp or irc :)</p>
<p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_yemu.html'>yemu</a>, <a href='tag_libera.html'>libera</a>, <a href='tag_org-mode.html'>org-mode</a>, <a href='tag_org-roam.html'>org-roam</a></p> <p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_yemu.html'>yemu</a>, <a href='tag_libera.html'>libera</a>, <a href='tag_org-mode.html'>org-mode</a>, <a href='tag_org-roam.html'>org-roam</a></p>
<!-- text end --> <!-- text end -->
]]></description><link>https://g1n.ttm.sh/blog/gru-devlog-11---yemu-and-channel-on-liberachat.html</link> ]]></description><link>https://g1n.ttm.sh/blog/gru-devlog-11---yemu-and-channel-on-liberachat.html</link>
<guid>https://g1n.ttm.sh/blog/./gru-devlog-11---yemu-and-channel-on-liberachat.html</guid> <guid>https://g1n.ttm.sh/blog/./gru-devlog-11---yemu-and-channel-on-liberachat.html</guid>
@ -254,6 +270,8 @@ We need to make something like plan our schedule (to know about what to speak) a
If you would like to help me, contact me via email, xmpp or irc :)</p> If you would like to help me, contact me via email, xmpp or irc :)</p>
<p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_org-mode.html'>org-mode</a>, <a href='tag_gasm.html'>gasm</a>, <a href='tag_orsh.html'>orsh</a>, <a href='tag_meeting.html'>meeting</a>, <a href='tag_lobste.rs.html'>lobste.rs</a>, <a href='tag_tilde.news.html'>tilde.news</a></p> <p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_org-mode.html'>org-mode</a>, <a href='tag_gasm.html'>gasm</a>, <a href='tag_orsh.html'>orsh</a>, <a href='tag_meeting.html'>meeting</a>, <a href='tag_lobste.rs.html'>lobste.rs</a>, <a href='tag_tilde.news.html'>tilde.news</a></p>
<!-- text end --> <!-- text end -->
]]></description><link>https://g1n.ttm.sh/blog/gru-devlog-10---orsh-now-like-proper-shell-and-gasm.html</link> ]]></description><link>https://g1n.ttm.sh/blog/gru-devlog-10---orsh-now-like-proper-shell-and-gasm.html</link>
<guid>https://g1n.ttm.sh/blog/./gru-devlog-10---orsh-now-like-proper-shell-and-gasm.html</guid> <guid>https://g1n.ttm.sh/blog/./gru-devlog-10---orsh-now-like-proper-shell-and-gasm.html</guid>
@ -282,6 +300,8 @@ for it, but after that i will need to understand more how vfs working and rewrit
<p>Hope you liked this post and you will join our XMPP muc :). If you would like to help me, contact me via email, xmpp or irc :)</p> <p>Hope you liked this post and you will join our XMPP muc :). If you would like to help me, contact me via email, xmpp or irc :)</p>
<p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_orion.html'>orion</a>, <a href='tag_orsh.html'>orsh</a>, <a href='tag_xmpp.html'>xmpp</a>, <a href='tag_tilde.tel.html'>tilde.tel</a>, <a href='tag_jitsi.html'>jitsi</a></p> <p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_orion.html'>orion</a>, <a href='tag_orsh.html'>orsh</a>, <a href='tag_xmpp.html'>xmpp</a>, <a href='tag_tilde.tel.html'>tilde.tel</a>, <a href='tag_jitsi.html'>jitsi</a></p>
<!-- text end --> <!-- text end -->
]]></description><link>https://g1n.ttm.sh/blog/gru-devlog-9---orsh-orion-bootloader-gru-xmpp-room-and-logo.html</link> ]]></description><link>https://g1n.ttm.sh/blog/gru-devlog-9---orsh-orion-bootloader-gru-xmpp-room-and-logo.html</link>
<guid>https://g1n.ttm.sh/blog/./gru-devlog-9---orsh-orion-bootloader-gru-xmpp-room-and-logo.html</guid> <guid>https://g1n.ttm.sh/blog/./gru-devlog-9---orsh-orion-bootloader-gru-xmpp-room-and-logo.html</guid>
@ -302,6 +322,8 @@ From today&rsquo;s morning I am trying to replace bash with it, but still a lot
<p>Hope you liked this post and if you would like to help me, contact me via email, xmpp or irc :)</p> <p>Hope you liked this post and if you would like to help me, contact me via email, xmpp or irc :)</p>
<p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_orsh.html'>orsh</a>, <a href='tag_orion.html'>orion</a></p> <p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_orsh.html'>orsh</a>, <a href='tag_orion.html'>orion</a></p>
<!-- text end --> <!-- text end -->
]]></description><link>https://g1n.ttm.sh/blog/gru-devlog-8---orsh-and-published-initrd.html</link> ]]></description><link>https://g1n.ttm.sh/blog/gru-devlog-8---orsh-and-published-initrd.html</link>
<guid>https://g1n.ttm.sh/blog/./gru-devlog-8---orsh-and-published-initrd.html</guid> <guid>https://g1n.ttm.sh/blog/./gru-devlog-8---orsh-and-published-initrd.html</guid>
@ -325,6 +347,8 @@ and then contents of files!</p>
<p>Hope you liked this post and if you would like to help me, contact me via email, xmpp or irc :)</p> <p>Hope you liked this post and if you would like to help me, contact me via email, xmpp or irc :)</p>
<p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_orion.html'>orion</a></p> <p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_orion.html'>orion</a></p>
<!-- text end --> <!-- text end -->
]]></description><link>https://g1n.ttm.sh/blog/gru-devlog-7---keyboard-paging-and-wip-initrd-in-orion.html</link> ]]></description><link>https://g1n.ttm.sh/blog/gru-devlog-7---keyboard-paging-and-wip-initrd-in-orion.html</link>
<guid>https://g1n.ttm.sh/blog/./gru-devlog-7---keyboard-paging-and-wip-initrd-in-orion.html</guid> <guid>https://g1n.ttm.sh/blog/./gru-devlog-7---keyboard-paging-and-wip-initrd-in-orion.html</guid>
@ -347,6 +371,8 @@ and a lot of other things (thanks to quinn and smlckz from tilde.chat)</p>
contact me via email, xmpp or irc :)</p> contact me via email, xmpp or irc :)</p>
<p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_gxt.html'>gxt</a>, <a href='tag_yemu.html'>yemu</a>, <a href='tag_orion.html'>orion</a></p> <p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_gxt.html'>gxt</a>, <a href='tag_yemu.html'>yemu</a>, <a href='tag_orion.html'>orion</a></p>
<!-- text end --> <!-- text end -->
]]></description><link>https://g1n.ttm.sh/blog/gru-devlog-6---yemu-published-gxt-and-interrupts-working-in-orion.html</link> ]]></description><link>https://g1n.ttm.sh/blog/gru-devlog-6---yemu-published-gxt-and-interrupts-working-in-orion.html</link>
<guid>https://g1n.ttm.sh/blog/./gru-devlog-6---yemu-published-gxt-and-interrupts-working-in-orion.html</guid> <guid>https://g1n.ttm.sh/blog/./gru-devlog-6---yemu-published-gxt-and-interrupts-working-in-orion.html</guid>
@ -378,6 +404,8 @@ enough time.</p>
on tildegit/codeberg and/or message me in someway :)</p> on tildegit/codeberg and/or message me in someway :)</p>
<p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_coreutils.html'>coreutils</a>, <a href='tag_contribution.html'>contribution</a>, <a href='tag_gxt.html'>gxt</a>, <a href='tag_grsh.html'>grsh</a></p> <p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_coreutils.html'>coreutils</a>, <a href='tag_contribution.html'>contribution</a>, <a href='tag_gxt.html'>gxt</a>, <a href='tag_grsh.html'>grsh</a></p>
<!-- text end --> <!-- text end -->
]]></description><link>https://g1n.ttm.sh/blog/gru-devlog-5---first-contribution-from-other-person-coreutils-and-gxt-tui-text-editor.html</link> ]]></description><link>https://g1n.ttm.sh/blog/gru-devlog-5---first-contribution-from-other-person-coreutils-and-gxt-tui-text-editor.html</link>
<guid>https://g1n.ttm.sh/blog/./gru-devlog-5---first-contribution-from-other-person-coreutils-and-gxt-tui-text-editor.html</guid> <guid>https://g1n.ttm.sh/blog/./gru-devlog-5---first-contribution-from-other-person-coreutils-and-gxt-tui-text-editor.html</guid>
@ -409,6 +437,8 @@ so maybe soon someone will help me with all this.</p>
<p>And of course if you can help me please contact me in someway! :)</p> <p>And of course if you can help me please contact me in someway! :)</p>
<p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_orcc.html'>orcc</a>, <a href='tag_gasm.html'>gasm</a>, <a href='tag_hexutils.html'>hexutils</a>, <a href='tag_webpage.html'>webpage</a></p> <p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_orcc.html'>orcc</a>, <a href='tag_gasm.html'>gasm</a>, <a href='tag_hexutils.html'>hexutils</a>, <a href='tag_webpage.html'>webpage</a></p>
<!-- text end --> <!-- text end -->
]]></description><link>https://g1n.ttm.sh/blog/gru-devlog-4---more-projects-started-webpage-for-gru-and-organizations-on-tildegitcodeberg.html</link> ]]></description><link>https://g1n.ttm.sh/blog/gru-devlog-4---more-projects-started-webpage-for-gru-and-organizations-on-tildegitcodeberg.html</link>
<guid>https://g1n.ttm.sh/blog/./gru-devlog-4---more-projects-started-webpage-for-gru-and-organizations-on-tildegitcodeberg.html</guid> <guid>https://g1n.ttm.sh/blog/./gru-devlog-4---more-projects-started-webpage-for-gru-and-organizations-on-tildegitcodeberg.html</guid>
@ -462,6 +492,8 @@ or any other type of contact (irc: g1n on tilde.chat, xmpp: g1n@hmm.st)</p>
<!-- text end --> <!-- text end -->
]]></description><link>https://g1n.ttm.sh/blog/gru-devlog-3---orion-and-dreams-about-gru-software-future.html</link> ]]></description><link>https://g1n.ttm.sh/blog/gru-devlog-3---orion-and-dreams-about-gru-software-future.html</link>
<guid>https://g1n.ttm.sh/blog/./gru-devlog-3---orion-and-dreams-about-gru-software-future.html</guid> <guid>https://g1n.ttm.sh/blog/./gru-devlog-3---orion-and-dreams-about-gru-software-future.html</guid>
@ -486,6 +518,8 @@ interrupts and exceptions.</p>
<!-- text end --> <!-- text end -->
]]></description><link>https://g1n.ttm.sh/blog/gru-devlog-2---orion.html</link> ]]></description><link>https://g1n.ttm.sh/blog/gru-devlog-2---orion.html</link>
<guid>https://g1n.ttm.sh/blog/./gru-devlog-2---orion.html</guid> <guid>https://g1n.ttm.sh/blog/./gru-devlog-2---orion.html</guid>
@ -518,6 +552,8 @@ Currently I would like to implement basic filesystem but i don&rsquo;t know what
<!-- text end --> <!-- text end -->
]]></description><link>https://g1n.ttm.sh/blog/gru-devlog-1---gros-sources-published-and-add-wc-to-grutils.html</link> ]]></description><link>https://g1n.ttm.sh/blog/gru-devlog-1---gros-sources-published-and-add-wc-to-grutils.html</link>
<guid>https://g1n.ttm.sh/blog/./gru-devlog-1---gros-sources-published-and-add-wc-to-grutils.html</guid> <guid>https://g1n.ttm.sh/blog/./gru-devlog-1---gros-sources-published-and-add-wc-to-grutils.html</guid>
@ -543,6 +579,8 @@ GRU DevLog Week 0 - grsh, grutils and start of gros
<!-- text end --> <!-- text end -->
]]></description><link>https://g1n.ttm.sh/blog/gru-devlog-week-0---grsh-grutils-and-start-of-gros.html</link> ]]></description><link>https://g1n.ttm.sh/blog/gru-devlog-week-0---grsh-grutils-and-start-of-gros.html</link>
<guid>https://g1n.ttm.sh/blog/./gru-devlog-week-0---grsh-grutils-and-start-of-gros.html</guid> <guid>https://g1n.ttm.sh/blog/./gru-devlog-week-0---grsh-grutils-and-start-of-gros.html</guid>
@ -558,6 +596,8 @@ Spartan protocol
<!-- text end --> <!-- text end -->
]]></description><link>https://g1n.ttm.sh/blog/spartan-protocol.html</link> ]]></description><link>https://g1n.ttm.sh/blog/spartan-protocol.html</link>
<guid>https://g1n.ttm.sh/blog/./spartan-protocol.html</guid> <guid>https://g1n.ttm.sh/blog/./spartan-protocol.html</guid>
@ -576,6 +616,8 @@ Maybe I will find that interesting.</p>
<!-- text end --> <!-- text end -->
]]></description><link>https://g1n.ttm.sh/blog/exploring-bbses.html</link> ]]></description><link>https://g1n.ttm.sh/blog/exploring-bbses.html</link>
<guid>https://g1n.ttm.sh/blog/./exploring-bbses.html</guid> <guid>https://g1n.ttm.sh/blog/./exploring-bbses.html</guid>
@ -592,6 +634,8 @@ Moving to tilde.team
<!-- text end --> <!-- text end -->
]]></description><link>https://g1n.ttm.sh/blog/moving-to-tildeteam.html</link> ]]></description><link>https://g1n.ttm.sh/blog/moving-to-tildeteam.html</link>
<guid>https://g1n.ttm.sh/blog/./moving-to-tildeteam.html</guid> <guid>https://g1n.ttm.sh/blog/./moving-to-tildeteam.html</guid>
@ -609,6 +653,8 @@ Now I am trying to setup smaller fonts in tty and choosing between wayland and x
<!-- text end --> <!-- text end -->
]]></description><link>https://g1n.ttm.sh/blog/i-successufully-installed-linux-from-scratch.html</link> ]]></description><link>https://g1n.ttm.sh/blog/i-successufully-installed-linux-from-scratch.html</link>
<guid>https://g1n.ttm.sh/blog/./i-successufully-installed-linux-from-scratch.html</guid> <guid>https://g1n.ttm.sh/blog/./i-successufully-installed-linux-from-scratch.html</guid>
@ -625,6 +671,8 @@ Learning programing
<!-- text end --> <!-- text end -->
]]></description><link>https://g1n.ttm.sh/blog/learning-programing.html</link> ]]></description><link>https://g1n.ttm.sh/blog/learning-programing.html</link>
<guid>https://g1n.ttm.sh/blog/./learning-programing.html</guid> <guid>https://g1n.ttm.sh/blog/./learning-programing.html</guid>
@ -642,6 +690,8 @@ Now going to setup emms (emacs music player). One more thing that I can do witho
<!-- text end --> <!-- text end -->
]]></description><link>https://g1n.ttm.sh/blog/bmpdb-and-bmpcb---play-music-on-your-machine-in-command-line.html</link> ]]></description><link>https://g1n.ttm.sh/blog/bmpdb-and-bmpcb---play-music-on-your-machine-in-command-line.html</link>
<guid>https://g1n.ttm.sh/blog/./bmpdb-and-bmpcb---play-music-on-your-machine-in-command-line.html</guid> <guid>https://g1n.ttm.sh/blog/./bmpdb-and-bmpcb---play-music-on-your-machine-in-command-line.html</guid>
@ -658,6 +708,8 @@ notmuch - mail in emacs
<!-- text end --> <!-- text end -->
]]></description><link>https://g1n.ttm.sh/blog/notmuch---mail-in-emacs.html</link> ]]></description><link>https://g1n.ttm.sh/blog/notmuch---mail-in-emacs.html</link>
<guid>https://g1n.ttm.sh/blog/./notmuch---mail-in-emacs.html</guid> <guid>https://g1n.ttm.sh/blog/./notmuch---mail-in-emacs.html</guid>
@ -677,6 +729,8 @@ Connected to the internet and finding something that I can do there</p>
<!-- text end --> <!-- text end -->
]]></description><link>https://g1n.ttm.sh/blog/exploring-plan-9.html</link> ]]></description><link>https://g1n.ttm.sh/blog/exploring-plan-9.html</link>
<guid>https://g1n.ttm.sh/blog/./exploring-plan-9.html</guid> <guid>https://g1n.ttm.sh/blog/./exploring-plan-9.html</guid>
@ -695,6 +749,8 @@ Trying surf but firefox still my default browser</p>
<!-- text end --> <!-- text end -->
]]></description><link>https://g1n.ttm.sh/blog/using-suckless-programs.html</link> ]]></description><link>https://g1n.ttm.sh/blog/using-suckless-programs.html</link>
<guid>https://g1n.ttm.sh/blog/./using-suckless-programs.html</guid> <guid>https://g1n.ttm.sh/blog/./using-suckless-programs.html</guid>
@ -711,6 +767,8 @@ Setting up exwm
<!-- text end --> <!-- text end -->
]]></description><link>https://g1n.ttm.sh/blog/setting-up-exwm.html</link> ]]></description><link>https://g1n.ttm.sh/blog/setting-up-exwm.html</link>
<guid>https://g1n.ttm.sh/blog/./setting-up-exwm.html</guid> <guid>https://g1n.ttm.sh/blog/./setting-up-exwm.html</guid>
@ -728,6 +786,8 @@ Gopher homepage - <a href="gopher://thelambdalab.xyz/1/projects/elpher/">gopher:
<!-- text end --> <!-- text end -->
]]></description><link>https://g1n.ttm.sh/blog/elpher---gopher-and-gemini-client-in-emacs.html</link> ]]></description><link>https://g1n.ttm.sh/blog/elpher---gopher-and-gemini-client-in-emacs.html</link>
<guid>https://g1n.ttm.sh/blog/./elpher---gopher-and-gemini-client-in-emacs.html</guid> <guid>https://g1n.ttm.sh/blog/./elpher---gopher-and-gemini-client-in-emacs.html</guid>
@ -745,6 +805,8 @@ Getting started guide - <a href="https://magit.vc/manual/magit/Getting-Started.h
<!-- text end --> <!-- text end -->
]]></description><link>https://g1n.ttm.sh/blog/magit---git-in-emacs.html</link> ]]></description><link>https://g1n.ttm.sh/blog/magit---git-in-emacs.html</link>
<guid>https://g1n.ttm.sh/blog/./magit---git-in-emacs.html</guid> <guid>https://g1n.ttm.sh/blog/./magit---git-in-emacs.html</guid>
@ -759,6 +821,8 @@ elfeed - feed reader in emacs
<!-- text end --> <!-- text end -->
]]></description><link>https://g1n.ttm.sh/blog/elfeed---feed-reader-in-emacs.html</link> ]]></description><link>https://g1n.ttm.sh/blog/elfeed---feed-reader-in-emacs.html</link>
<guid>https://g1n.ttm.sh/blog/./elfeed---feed-reader-in-emacs.html</guid> <guid>https://g1n.ttm.sh/blog/./elfeed---feed-reader-in-emacs.html</guid>
@ -775,6 +839,8 @@ EXWM - X.org window manager but in emacs
<!-- text end --> <!-- text end -->
]]></description><link>https://g1n.ttm.sh/blog/exwm---xorg-window-manager-but-in-emacs.html</link> ]]></description><link>https://g1n.ttm.sh/blog/exwm---xorg-window-manager-but-in-emacs.html</link>
<guid>https://g1n.ttm.sh/blog/./exwm---xorg-window-manager-but-in-emacs.html</guid> <guid>https://g1n.ttm.sh/blog/./exwm---xorg-window-manager-but-in-emacs.html</guid>
@ -791,6 +857,8 @@ Creating OrgBlog
<!-- text end --> <!-- text end -->
]]></description><link>https://g1n.ttm.sh/blog/creating-orgblog.html</link> ]]></description><link>https://g1n.ttm.sh/blog/creating-orgblog.html</link>
<guid>https://g1n.ttm.sh/blog/./creating-orgblog.html</guid> <guid>https://g1n.ttm.sh/blog/./creating-orgblog.html</guid>
@ -807,6 +875,8 @@ Published this tilde page on Codeberg
<!-- text end --> <!-- text end -->
]]></description><link>https://g1n.ttm.sh/blog/published-this-tilde-page-on-codeberg.html</link> ]]></description><link>https://g1n.ttm.sh/blog/published-this-tilde-page-on-codeberg.html</link>
<guid>https://g1n.ttm.sh/blog/./published-this-tilde-page-on-codeberg.html</guid> <guid>https://g1n.ttm.sh/blog/./published-this-tilde-page-on-codeberg.html</guid>
@ -823,6 +893,8 @@ Wttr.in
<!-- text end --> <!-- text end -->
]]></description><link>https://g1n.ttm.sh/blog/wttrin.html</link> ]]></description><link>https://g1n.ttm.sh/blog/wttrin.html</link>
<guid>https://g1n.ttm.sh/blog/./wttrin.html</guid> <guid>https://g1n.ttm.sh/blog/./wttrin.html</guid>
@ -839,6 +911,8 @@ My first post on xhec.one
<!-- text end --> <!-- text end -->
]]></description><link>https://g1n.ttm.sh/blog/my-first-post-on-xhecone.html</link> ]]></description><link>https://g1n.ttm.sh/blog/my-first-post-on-xhecone.html</link>
<guid>https://g1n.ttm.sh/blog/./my-first-post-on-xhecone.html</guid> <guid>https://g1n.ttm.sh/blog/./my-first-post-on-xhecone.html</guid>

View File

@ -47,6 +47,8 @@ Currently I would like to implement basic filesystem but i don&rsquo;t know what
<!-- text end --> <!-- text end -->
<!-- entry end --> <!-- entry end -->
</div> </div>

View File

@ -53,6 +53,8 @@ We need to make something like plan our schedule (to know about what to speak) a
If you would like to help me, contact me via email, xmpp or irc :)</p> If you would like to help me, contact me via email, xmpp or irc :)</p>
<p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_org-mode.html'>org-mode</a>, <a href='tag_gasm.html'>gasm</a>, <a href='tag_orsh.html'>orsh</a>, <a href='tag_meeting.html'>meeting</a>, <a href='tag_lobste.rs.html'>lobste.rs</a>, <a href='tag_tilde.news.html'>tilde.news</a></p> <p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_org-mode.html'>org-mode</a>, <a href='tag_gasm.html'>gasm</a>, <a href='tag_orsh.html'>orsh</a>, <a href='tag_meeting.html'>meeting</a>, <a href='tag_lobste.rs.html'>lobste.rs</a>, <a href='tag_tilde.news.html'>tilde.news</a></p>
<!-- text end --> <!-- text end -->
<!-- entry end --> <!-- entry end -->
</div> </div>

View File

@ -40,6 +40,8 @@ very success, but I hope to do it more often :)</p>
<p>Hope you liked this post :). If you would like to help me, contact me via email, xmpp or irc :)</p> <p>Hope you liked this post :). If you would like to help me, contact me via email, xmpp or irc :)</p>
<p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_yemu.html'>yemu</a>, <a href='tag_libera.html'>libera</a>, <a href='tag_org-mode.html'>org-mode</a>, <a href='tag_org-roam.html'>org-roam</a></p> <p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_yemu.html'>yemu</a>, <a href='tag_libera.html'>libera</a>, <a href='tag_org-mode.html'>org-mode</a>, <a href='tag_org-roam.html'>org-roam</a></p>
<!-- text end --> <!-- text end -->
<!-- entry end --> <!-- entry end -->
</div> </div>

View File

@ -37,6 +37,8 @@ electronic ideas, circuits and progress in doing some electronic things.</p>
<p>Hope you liked this post! If you would like to help me, contact me via email, xmpp or irc :)</p> <p>Hope you liked this post! If you would like to help me, contact me via email, xmpp or irc :)</p>
<p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_lolcpu.html'>lolcpu</a>, <a href='tag_ocpu.html'>ocpu</a>, <a href='tag_transistors.html'>transistors</a>, <a href='tag_electonics.html'>electonics</a></p> <p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_lolcpu.html'>lolcpu</a>, <a href='tag_ocpu.html'>ocpu</a>, <a href='tag_transistors.html'>transistors</a>, <a href='tag_electonics.html'>electonics</a></p>
<!-- text end --> <!-- text end -->
<!-- entry end --> <!-- entry end -->
</div> </div>

View File

@ -39,6 +39,8 @@ But firstly we need to make this specififcations complete, assembler and emulato
<p>Hope you liked this post! If you would like to help me, contact me via email, xmpp or irc :)</p> <p>Hope you liked this post! If you would like to help me, contact me via email, xmpp or irc :)</p>
<p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_yemu.html'>yemu</a>, <a href='tag_gasm.html'>gasm</a>, <a href='tag_ocpu.html'>ocpu</a></p> <p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_yemu.html'>yemu</a>, <a href='tag_gasm.html'>gasm</a>, <a href='tag_ocpu.html'>ocpu</a></p>
<!-- text end --> <!-- text end -->
<!-- entry end --> <!-- entry end -->
</div> </div>

View File

@ -39,6 +39,8 @@ We also added some description to commands in specifications, so it is easier to
<p>Hope you liked this post! If you would like to help me, contact me via email, xmpp or irc :)</p> <p>Hope you liked this post! If you would like to help me, contact me via email, xmpp or irc :)</p>
<p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_yemu.html'>yemu</a>, <a href='tag_ocpu.html'>ocpu</a></p> <p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_yemu.html'>yemu</a>, <a href='tag_ocpu.html'>ocpu</a></p>
<!-- text end --> <!-- text end -->
<!-- entry end --> <!-- entry end -->
</div> </div>

View File

@ -33,6 +33,8 @@ G1n
<p>Hope you liked this post! If you would like to help me, contact me via email, xmpp or irc :)</p> <p>Hope you liked this post! If you would like to help me, contact me via email, xmpp or irc :)</p>
<p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_ocpu.html'>ocpu</a>, <a href='tag_yemu.html'>yemu</a>, <a href='tag_license.html'>license</a></p> <p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_ocpu.html'>ocpu</a>, <a href='tag_yemu.html'>yemu</a>, <a href='tag_license.html'>license</a></p>
<!-- text end --> <!-- text end -->
<!-- entry end --> <!-- entry end -->
</div> </div>

View File

@ -37,6 +37,8 @@ E would be a new display server. We will need to have it for Orion in future. Cu
<p>Hope you liked this post! If you would like to help us, contact me via email, xmpp or irc :)</p> <p>Hope you liked this post! If you would like to help us, contact me via email, xmpp or irc :)</p>
<p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_ormp.html'>ormp</a>, <a href='tag_egg.html'>egg</a>, <a href='tag_yemu.html'>yemu</a>, <a href='tag_xmpp.html'>xmpp</a>, <a href='tag_irc.html'>irc</a></p> <p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_ormp.html'>ormp</a>, <a href='tag_egg.html'>egg</a>, <a href='tag_yemu.html'>yemu</a>, <a href='tag_xmpp.html'>xmpp</a>, <a href='tag_irc.html'>irc</a></p>
<!-- text end --> <!-- text end -->
<!-- entry end --> <!-- entry end -->
</div> </div>

View File

@ -39,6 +39,8 @@ Currently I don&rsquo;t reallly understand how to work with sockets but I will t
<p>Hope you liked this post! If you would like to help us, contact me via email, xmpp or irc :)</p> <p>Hope you liked this post! If you would like to help us, contact me via email, xmpp or irc :)</p>
<p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_coreutils.html'>coreutils</a>, <a href='tag_egg.html'>egg</a></p> <p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_coreutils.html'>coreutils</a>, <a href='tag_egg.html'>egg</a></p>
<!-- text end --> <!-- text end -->
<!-- entry end --> <!-- entry end -->
</div> </div>

View File

@ -48,6 +48,8 @@ for our own Linux or BSD distribution. But that will be in future&hellip;</p>
<p>Hope you liked this post! If you would like to help us, contact me via email, xmpp or irc :)</p> <p>Hope you liked this post! If you would like to help us, contact me via email, xmpp or irc :)</p>
<p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_gic.html'>gic</a>, <a href='tag_girclib.html'>girclib</a>, <a href='tag_liblinux.html'>liblinux</a>, <a href='tag_olibc.html'>olibc</a>, <a href='tag_libs.html'>libs</a></p> <p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_gic.html'>gic</a>, <a href='tag_girclib.html'>girclib</a>, <a href='tag_liblinux.html'>liblinux</a>, <a href='tag_olibc.html'>olibc</a>, <a href='tag_libs.html'>libs</a></p>
<!-- text end --> <!-- text end -->
<!-- entry end --> <!-- entry end -->
</div> </div>

View File

@ -39,6 +39,8 @@ interrupts and exceptions.</p>
<!-- text end --> <!-- text end -->
<!-- entry end --> <!-- entry end -->
</div> </div>

View File

@ -24,14 +24,14 @@ G1n
</div> </div>
<!-- text begin --> <!-- text begin -->
<p>This week I was making olibc. I was implementing &ldquo;string.h&rdquo;. Also I was fixing liblinux to <p>This week I was making olibc. I was implementing &lt;string.h>. Also I was fixing liblinux to
be able to import it without need to use full path in #import. I had several other issues be able to include it without need to use full path in <code>#include</code>. I had several other issues
with it and also fixed them.</p> with it and also fixed them.</p>
<p>My current goal is to implement string.h and after that I am planning to publish it. <p>My current goal is to implement &lt;string.h> and after that I am planning to publish it.
Currently most of funcs are implemented. Making strtok now but all other functions need Currently most of funcs are implemented. Making strtok now but all other functions need
locale.h and I don&rsquo;t know yet how I will be implemented. But it is already cool that we locale.h and I don&rsquo;t know yet how I will be implemented. But it is already cool that we
have most of functions that should be in string.h!</p> have most of functions that should be in &lt;string.h>!</p>
<p>Also we now have <a href="https://gru.codeberg.page">gru webpage on codeberg</a>! Maybe next week I <p>Also we now have <a href="https://gru.codeberg.page">gru webpage on codeberg</a>! Maybe next week I
will move all devlogs to gru webpage so it will be easier to move.</p> will move all devlogs to gru webpage so it will be easier to move.</p>

View File

@ -1,13 +1,13 @@
GRU Devlog 20 - olibc GRU Devlog 20 - olibc
This week I was making olibc. I was implementing "string.h". Also I was fixing liblinux to This week I was making olibc. I was implementing <string.h>. Also I was fixing liblinux to
be able to import it without need to use full path in #import. I had several other issues be able to include it without need to use full path in `#include`. I had several other issues
with it and also fixed them. with it and also fixed them.
My current goal is to implement string.h and after that I am planning to publish it. My current goal is to implement <string.h> and after that I am planning to publish it.
Currently most of funcs are implemented. Making strtok now but all other functions need Currently most of funcs are implemented. Making strtok now but all other functions need
locale.h and I don't know yet how I will be implemented. But it is already cool that we locale.h and I don't know yet how I will be implemented. But it is already cool that we
have most of functions that should be in string.h! have most of functions that should be in <string.h>!
Also we now have [gru webpage on codeberg](https://gru.codeberg.page)! Maybe next week I Also we now have [gru webpage on codeberg](https://gru.codeberg.page)! Maybe next week I
will move all devlogs to gru webpage so it will be easier to move. will move all devlogs to gru webpage so it will be easier to move.

View File

@ -68,6 +68,8 @@ or any other type of contact (irc: g1n on tilde.chat, xmpp: g1n@hmm.st)</p>
<!-- text end --> <!-- text end -->
<!-- entry end --> <!-- entry end -->
</div> </div>

View File

@ -46,6 +46,8 @@ so maybe soon someone will help me with all this.</p>
<p>And of course if you can help me please contact me in someway! :)</p> <p>And of course if you can help me please contact me in someway! :)</p>
<p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_orcc.html'>orcc</a>, <a href='tag_gasm.html'>gasm</a>, <a href='tag_hexutils.html'>hexutils</a>, <a href='tag_webpage.html'>webpage</a></p> <p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_orcc.html'>orcc</a>, <a href='tag_gasm.html'>gasm</a>, <a href='tag_hexutils.html'>hexutils</a>, <a href='tag_webpage.html'>webpage</a></p>
<!-- text end --> <!-- text end -->
<!-- entry end --> <!-- entry end -->
</div> </div>

View File

@ -46,6 +46,8 @@ enough time.</p>
on tildegit/codeberg and/or message me in someway :)</p> on tildegit/codeberg and/or message me in someway :)</p>
<p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_coreutils.html'>coreutils</a>, <a href='tag_contribution.html'>contribution</a>, <a href='tag_gxt.html'>gxt</a>, <a href='tag_grsh.html'>grsh</a></p> <p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_coreutils.html'>coreutils</a>, <a href='tag_contribution.html'>contribution</a>, <a href='tag_gxt.html'>gxt</a>, <a href='tag_grsh.html'>grsh</a></p>
<!-- text end --> <!-- text end -->
<!-- entry end --> <!-- entry end -->
</div> </div>

View File

@ -37,6 +37,8 @@ and a lot of other things (thanks to quinn and smlckz from tilde.chat)</p>
contact me via email, xmpp or irc :)</p> contact me via email, xmpp or irc :)</p>
<p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_gxt.html'>gxt</a>, <a href='tag_yemu.html'>yemu</a>, <a href='tag_orion.html'>orion</a></p> <p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_gxt.html'>gxt</a>, <a href='tag_yemu.html'>yemu</a>, <a href='tag_orion.html'>orion</a></p>
<!-- text end --> <!-- text end -->
<!-- entry end --> <!-- entry end -->
</div> </div>

View File

@ -38,6 +38,8 @@ and then contents of files!</p>
<p>Hope you liked this post and if you would like to help me, contact me via email, xmpp or irc :)</p> <p>Hope you liked this post and if you would like to help me, contact me via email, xmpp or irc :)</p>
<p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_orion.html'>orion</a></p> <p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_orion.html'>orion</a></p>
<!-- text end --> <!-- text end -->
<!-- entry end --> <!-- entry end -->
</div> </div>

View File

@ -35,6 +35,8 @@ From today&rsquo;s morning I am trying to replace bash with it, but still a lot
<p>Hope you liked this post and if you would like to help me, contact me via email, xmpp or irc :)</p> <p>Hope you liked this post and if you would like to help me, contact me via email, xmpp or irc :)</p>
<p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_orsh.html'>orsh</a>, <a href='tag_orion.html'>orion</a></p> <p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_orsh.html'>orsh</a>, <a href='tag_orion.html'>orion</a></p>
<!-- text end --> <!-- text end -->
<!-- entry end --> <!-- entry end -->
</div> </div>

View File

@ -43,6 +43,8 @@ for it, but after that i will need to understand more how vfs working and rewrit
<p>Hope you liked this post and you will join our XMPP muc :). If you would like to help me, contact me via email, xmpp or irc :)</p> <p>Hope you liked this post and you will join our XMPP muc :). If you would like to help me, contact me via email, xmpp or irc :)</p>
<p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_orion.html'>orion</a>, <a href='tag_orsh.html'>orsh</a>, <a href='tag_xmpp.html'>xmpp</a>, <a href='tag_tilde.tel.html'>tilde.tel</a>, <a href='tag_jitsi.html'>jitsi</a></p> <p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_orion.html'>orion</a>, <a href='tag_orsh.html'>orsh</a>, <a href='tag_xmpp.html'>xmpp</a>, <a href='tag_tilde.tel.html'>tilde.tel</a>, <a href='tag_jitsi.html'>jitsi</a></p>
<!-- text end --> <!-- text end -->
<!-- entry end --> <!-- entry end -->
</div> </div>

View File

@ -40,6 +40,8 @@ G1n
<!-- text end --> <!-- text end -->
<!-- entry end --> <!-- entry end -->
</div> </div>

View File

@ -32,6 +32,8 @@ Now I am trying to setup smaller fonts in tty and choosing between wayland and x
<!-- text end --> <!-- text end -->
<!-- entry end --> <!-- entry end -->
</div> </div>

View File

@ -23,14 +23,14 @@ G1n
</div> </div>
<!-- text begin --> <!-- text begin -->
<p>This week I was making olibc. I was implementing &ldquo;string.h&rdquo;. Also I was fixing liblinux to <p>This week I was making olibc. I was implementing &lt;string.h>. Also I was fixing liblinux to
be able to import it without need to use full path in #import. I had several other issues be able to include it without need to use full path in <code>#include</code>. I had several other issues
with it and also fixed them.</p> with it and also fixed them.</p>
<p>My current goal is to implement string.h and after that I am planning to publish it. <p>My current goal is to implement &lt;string.h> and after that I am planning to publish it.
Currently most of funcs are implemented. Making strtok now but all other functions need Currently most of funcs are implemented. Making strtok now but all other functions need
locale.h and I don&rsquo;t know yet how I will be implemented. But it is already cool that we locale.h and I don&rsquo;t know yet how I will be implemented. But it is already cool that we
have most of functions that should be in string.h!</p> have most of functions that should be in &lt;string.h>!</p>
<p>Also we now have <a href="https://gru.codeberg.page">gru webpage on codeberg</a>! Maybe next week I <p>Also we now have <a href="https://gru.codeberg.page">gru webpage on codeberg</a>! Maybe next week I
will move all devlogs to gru webpage so it will be easier to move.</p> will move all devlogs to gru webpage so it will be easier to move.</p>
@ -72,6 +72,8 @@ for our own Linux or BSD distribution. But that will be in future&hellip;</p>
<p>Hope you liked this post! If you would like to help us, contact me via email, xmpp or irc :)</p> <p>Hope you liked this post! If you would like to help us, contact me via email, xmpp or irc :)</p>
<p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_gic.html'>gic</a>, <a href='tag_girclib.html'>girclib</a>, <a href='tag_liblinux.html'>liblinux</a>, <a href='tag_olibc.html'>olibc</a>, <a href='tag_libs.html'>libs</a></p> <p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_gic.html'>gic</a>, <a href='tag_girclib.html'>girclib</a>, <a href='tag_liblinux.html'>liblinux</a>, <a href='tag_olibc.html'>olibc</a>, <a href='tag_libs.html'>libs</a></p>
<!-- text end --> <!-- text end -->
<h3><a class="ablack" href="gru-devlog-17-18---coreutils-egg-and-ideas.html"> <h3><a class="ablack" href="gru-devlog-17-18---coreutils-egg-and-ideas.html">
GRU Devlog 17-18 - coreutils, EGG and ideas GRU Devlog 17-18 - coreutils, EGG and ideas
@ -97,6 +99,8 @@ Currently I don&rsquo;t reallly understand how to work with sockets but I will t
<p>Hope you liked this post! If you would like to help us, contact me via email, xmpp or irc :)</p> <p>Hope you liked this post! If you would like to help us, contact me via email, xmpp or irc :)</p>
<p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_coreutils.html'>coreutils</a>, <a href='tag_egg.html'>egg</a></p> <p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_coreutils.html'>coreutils</a>, <a href='tag_egg.html'>egg</a></p>
<!-- text end --> <!-- text end -->
<h3><a class="ablack" href="gru-devlog-16---ormp-and-egg.html"> <h3><a class="ablack" href="gru-devlog-16---ormp-and-egg.html">
GRU Devlog 16 - ormp and EGG GRU Devlog 16 - ormp and EGG
@ -120,6 +124,8 @@ E would be a new display server. We will need to have it for Orion in future. Cu
<p>Hope you liked this post! If you would like to help us, contact me via email, xmpp or irc :)</p> <p>Hope you liked this post! If you would like to help us, contact me via email, xmpp or irc :)</p>
<p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_ormp.html'>ormp</a>, <a href='tag_egg.html'>egg</a>, <a href='tag_yemu.html'>yemu</a>, <a href='tag_xmpp.html'>xmpp</a>, <a href='tag_irc.html'>irc</a></p> <p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_ormp.html'>ormp</a>, <a href='tag_egg.html'>egg</a>, <a href='tag_yemu.html'>yemu</a>, <a href='tag_xmpp.html'>xmpp</a>, <a href='tag_irc.html'>irc</a></p>
<!-- text end --> <!-- text end -->
<h3><a class="ablack" href="gru-devlog-15---ocpu-yemu-and-licenses.html"> <h3><a class="ablack" href="gru-devlog-15---ocpu-yemu-and-licenses.html">
GRU Devlog 15 - ocpu, yemu and licenses GRU Devlog 15 - ocpu, yemu and licenses
@ -139,6 +145,8 @@ G1n
<p>Hope you liked this post! If you would like to help me, contact me via email, xmpp or irc :)</p> <p>Hope you liked this post! If you would like to help me, contact me via email, xmpp or irc :)</p>
<p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_ocpu.html'>ocpu</a>, <a href='tag_yemu.html'>yemu</a>, <a href='tag_license.html'>license</a></p> <p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_ocpu.html'>ocpu</a>, <a href='tag_yemu.html'>yemu</a>, <a href='tag_license.html'>license</a></p>
<!-- text end --> <!-- text end -->
<h3><a class="ablack" href="gru-devlog-14---ocpu-and-yemu.html"> <h3><a class="ablack" href="gru-devlog-14---ocpu-and-yemu.html">
GRU Devlog 14 - ocpu and yemu GRU Devlog 14 - ocpu and yemu
@ -164,6 +172,8 @@ We also added some description to commands in specifications, so it is easier to
<p>Hope you liked this post! If you would like to help me, contact me via email, xmpp or irc :)</p> <p>Hope you liked this post! If you would like to help me, contact me via email, xmpp or irc :)</p>
<p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_yemu.html'>yemu</a>, <a href='tag_ocpu.html'>ocpu</a></p> <p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_yemu.html'>yemu</a>, <a href='tag_ocpu.html'>ocpu</a></p>
<!-- text end --> <!-- text end -->
<h3><a class="ablack" href="gru-devlog-13---ocpu-thoughts-and-some-elecronics.html"> <h3><a class="ablack" href="gru-devlog-13---ocpu-thoughts-and-some-elecronics.html">
GRU Devlog 13 - ocpu thoughts and some elecronics GRU Devlog 13 - ocpu thoughts and some elecronics
@ -187,6 +197,8 @@ electronic ideas, circuits and progress in doing some electronic things.</p>
<p>Hope you liked this post! If you would like to help me, contact me via email, xmpp or irc :)</p> <p>Hope you liked this post! If you would like to help me, contact me via email, xmpp or irc :)</p>
<p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_lolcpu.html'>lolcpu</a>, <a href='tag_ocpu.html'>ocpu</a>, <a href='tag_transistors.html'>transistors</a>, <a href='tag_electonics.html'>electonics</a></p> <p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_lolcpu.html'>lolcpu</a>, <a href='tag_ocpu.html'>ocpu</a>, <a href='tag_transistors.html'>transistors</a>, <a href='tag_electonics.html'>electonics</a></p>
<!-- text end --> <!-- text end -->
<h3><a class="ablack" href="gru-devlog-13---yemu-gasm-and-ocpu.html"> <h3><a class="ablack" href="gru-devlog-13---yemu-gasm-and-ocpu.html">
GRU Devlog 12 - yemu, gasm and ocpu GRU Devlog 12 - yemu, gasm and ocpu
@ -212,6 +224,8 @@ But firstly we need to make this specififcations complete, assembler and emulato
<p>Hope you liked this post! If you would like to help me, contact me via email, xmpp or irc :)</p> <p>Hope you liked this post! If you would like to help me, contact me via email, xmpp or irc :)</p>
<p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_yemu.html'>yemu</a>, <a href='tag_gasm.html'>gasm</a>, <a href='tag_ocpu.html'>ocpu</a></p> <p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_yemu.html'>yemu</a>, <a href='tag_gasm.html'>gasm</a>, <a href='tag_ocpu.html'>ocpu</a></p>
<!-- text end --> <!-- text end -->
<h3><a class="ablack" href="gru-devlog-11---yemu-and-channel-on-liberachat.html"> <h3><a class="ablack" href="gru-devlog-11---yemu-and-channel-on-liberachat.html">
GRU Devlog 11 - yemu and channel on libera.chat GRU Devlog 11 - yemu and channel on libera.chat
@ -238,6 +252,8 @@ very success, but I hope to do it more often :)</p>
<p>Hope you liked this post :). If you would like to help me, contact me via email, xmpp or irc :)</p> <p>Hope you liked this post :). If you would like to help me, contact me via email, xmpp or irc :)</p>
<p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_yemu.html'>yemu</a>, <a href='tag_libera.html'>libera</a>, <a href='tag_org-mode.html'>org-mode</a>, <a href='tag_org-roam.html'>org-roam</a></p> <p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_yemu.html'>yemu</a>, <a href='tag_libera.html'>libera</a>, <a href='tag_org-mode.html'>org-mode</a>, <a href='tag_org-roam.html'>org-roam</a></p>
<!-- text end --> <!-- text end -->
<h3><a class="ablack" href="gru-devlog-10---orsh-now-like-proper-shell-and-gasm.html"> <h3><a class="ablack" href="gru-devlog-10---orsh-now-like-proper-shell-and-gasm.html">
GRU Devlog 10 - orsh now like proper shell and gasm GRU Devlog 10 - orsh now like proper shell and gasm
@ -277,6 +293,8 @@ We need to make something like plan our schedule (to know about what to speak) a
If you would like to help me, contact me via email, xmpp or irc :)</p> If you would like to help me, contact me via email, xmpp or irc :)</p>
<p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_org-mode.html'>org-mode</a>, <a href='tag_gasm.html'>gasm</a>, <a href='tag_orsh.html'>orsh</a>, <a href='tag_meeting.html'>meeting</a>, <a href='tag_lobste.rs.html'>lobste.rs</a>, <a href='tag_tilde.news.html'>tilde.news</a></p> <p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_org-mode.html'>org-mode</a>, <a href='tag_gasm.html'>gasm</a>, <a href='tag_orsh.html'>orsh</a>, <a href='tag_meeting.html'>meeting</a>, <a href='tag_lobste.rs.html'>lobste.rs</a>, <a href='tag_tilde.news.html'>tilde.news</a></p>
<!-- text end --> <!-- text end -->
<div id="all_posts"><a href="all_posts.html">archive</a> &mdash; <a href="all_tags.html">all tags</a> &mdash; <a href="g1n.ttm.sh/blog/feed.xml">rss</a></div> <div id="all_posts"><a href="all_posts.html">archive</a> &mdash; <a href="all_tags.html">all tags</a> &mdash; <a href="g1n.ttm.sh/blog/feed.xml">rss</a></div>
</div> </div>

View File

@ -31,6 +31,8 @@ G1n
<!-- text end --> <!-- text end -->
<!-- entry end --> <!-- entry end -->
</div> </div>

View File

@ -32,6 +32,8 @@ Getting started guide - <a href="https://magit.vc/manual/magit/Getting-Started.h
<!-- text end --> <!-- text end -->
<!-- entry end --> <!-- entry end -->
</div> </div>

View File

@ -31,6 +31,8 @@ G1n
<!-- text end --> <!-- text end -->
<!-- entry end --> <!-- entry end -->
</div> </div>

View File

@ -31,6 +31,8 @@ G1n
<!-- text end --> <!-- text end -->
<!-- entry end --> <!-- entry end -->
</div> </div>

View File

@ -31,6 +31,8 @@ G1n
<!-- text end --> <!-- text end -->
<!-- entry end --> <!-- entry end -->
</div> </div>

View File

@ -31,6 +31,8 @@ G1n
<!-- text end --> <!-- text end -->
<!-- entry end --> <!-- entry end -->
</div> </div>

View File

@ -31,6 +31,8 @@ G1n
<!-- text end --> <!-- text end -->
<!-- entry end --> <!-- entry end -->
</div> </div>

View File

@ -30,6 +30,8 @@ G1n
<!-- text end --> <!-- text end -->
<!-- entry end --> <!-- entry end -->
</div> </div>

View File

@ -32,6 +32,8 @@ Maybe I will find that interesting.</p>
<!-- text end --> <!-- text end -->
</div> </div>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~g1n/">G1n</a> &mdash; <a href="mailto:g1n&#64;ttm&#46;sh">g1n&#64;ttm&#46;sh</a><br> <div id="footer">CC by-nc-nd <a href="https://tilde.team/~g1n/">G1n</a> &mdash; <a href="mailto:g1n&#64;ttm&#46;sh">g1n&#64;ttm&#46;sh</a><br>

View File

@ -45,6 +45,8 @@ enough time.</p>
on tildegit/codeberg and/or message me in someway :)</p> on tildegit/codeberg and/or message me in someway :)</p>
<p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_coreutils.html'>coreutils</a>, <a href='tag_contribution.html'>contribution</a>, <a href='tag_gxt.html'>gxt</a>, <a href='tag_grsh.html'>grsh</a></p> <p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_coreutils.html'>coreutils</a>, <a href='tag_contribution.html'>contribution</a>, <a href='tag_gxt.html'>gxt</a>, <a href='tag_grsh.html'>grsh</a></p>
<!-- text end --> <!-- text end -->
</div> </div>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~g1n/">G1n</a> &mdash; <a href="mailto:g1n&#64;ttm&#46;sh">g1n&#64;ttm&#46;sh</a><br> <div id="footer">CC by-nc-nd <a href="https://tilde.team/~g1n/">G1n</a> &mdash; <a href="mailto:g1n&#64;ttm&#46;sh">g1n&#64;ttm&#46;sh</a><br>

View File

@ -38,6 +38,8 @@ Currently I don&rsquo;t reallly understand how to work with sockets but I will t
<p>Hope you liked this post! If you would like to help us, contact me via email, xmpp or irc :)</p> <p>Hope you liked this post! If you would like to help us, contact me via email, xmpp or irc :)</p>
<p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_coreutils.html'>coreutils</a>, <a href='tag_egg.html'>egg</a></p> <p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_coreutils.html'>coreutils</a>, <a href='tag_egg.html'>egg</a></p>
<!-- text end --> <!-- text end -->
<h3><a class="ablack" href="gru-devlog-5---first-contribution-from-other-person-coreutils-and-gxt-tui-text-editor.html"> <h3><a class="ablack" href="gru-devlog-5---first-contribution-from-other-person-coreutils-and-gxt-tui-text-editor.html">
GRU Devlog 5 - First contribution from other person, coreutils and gxt (tui text editor) GRU Devlog 5 - First contribution from other person, coreutils and gxt (tui text editor)
@ -70,6 +72,8 @@ enough time.</p>
on tildegit/codeberg and/or message me in someway :)</p> on tildegit/codeberg and/or message me in someway :)</p>
<p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_coreutils.html'>coreutils</a>, <a href='tag_contribution.html'>contribution</a>, <a href='tag_gxt.html'>gxt</a>, <a href='tag_grsh.html'>grsh</a></p> <p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_coreutils.html'>coreutils</a>, <a href='tag_contribution.html'>contribution</a>, <a href='tag_gxt.html'>gxt</a>, <a href='tag_grsh.html'>grsh</a></p>
<!-- text end --> <!-- text end -->
</div> </div>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~g1n/">G1n</a> &mdash; <a href="mailto:g1n&#64;ttm&#46;sh">g1n&#64;ttm&#46;sh</a><br> <div id="footer">CC by-nc-nd <a href="https://tilde.team/~g1n/">G1n</a> &mdash; <a href="mailto:g1n&#64;ttm&#46;sh">g1n&#64;ttm&#46;sh</a><br>

View File

@ -67,6 +67,8 @@ or any other type of contact (irc: g1n on tilde.chat, xmpp: g1n@hmm.st)</p>
<!-- text end --> <!-- text end -->
</div> </div>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~g1n/">G1n</a> &mdash; <a href="mailto:g1n&#64;ttm&#46;sh">g1n&#64;ttm&#46;sh</a><br> <div id="footer">CC by-nc-nd <a href="https://tilde.team/~g1n/">G1n</a> &mdash; <a href="mailto:g1n&#64;ttm&#46;sh">g1n&#64;ttm&#46;sh</a><br>

View File

@ -38,6 +38,8 @@ Currently I don&rsquo;t reallly understand how to work with sockets but I will t
<p>Hope you liked this post! If you would like to help us, contact me via email, xmpp or irc :)</p> <p>Hope you liked this post! If you would like to help us, contact me via email, xmpp or irc :)</p>
<p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_coreutils.html'>coreutils</a>, <a href='tag_egg.html'>egg</a></p> <p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_coreutils.html'>coreutils</a>, <a href='tag_egg.html'>egg</a></p>
<!-- text end --> <!-- text end -->
<h3><a class="ablack" href="gru-devlog-16---ormp-and-egg.html"> <h3><a class="ablack" href="gru-devlog-16---ormp-and-egg.html">
GRU Devlog 16 - ormp and EGG GRU Devlog 16 - ormp and EGG
@ -61,6 +63,8 @@ E would be a new display server. We will need to have it for Orion in future. Cu
<p>Hope you liked this post! If you would like to help us, contact me via email, xmpp or irc :)</p> <p>Hope you liked this post! If you would like to help us, contact me via email, xmpp or irc :)</p>
<p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_ormp.html'>ormp</a>, <a href='tag_egg.html'>egg</a>, <a href='tag_yemu.html'>yemu</a>, <a href='tag_xmpp.html'>xmpp</a>, <a href='tag_irc.html'>irc</a></p> <p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_ormp.html'>ormp</a>, <a href='tag_egg.html'>egg</a>, <a href='tag_yemu.html'>yemu</a>, <a href='tag_xmpp.html'>xmpp</a>, <a href='tag_irc.html'>irc</a></p>
<!-- text end --> <!-- text end -->
</div> </div>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~g1n/">G1n</a> &mdash; <a href="mailto:g1n&#64;ttm&#46;sh">g1n&#64;ttm&#46;sh</a><br> <div id="footer">CC by-nc-nd <a href="https://tilde.team/~g1n/">G1n</a> &mdash; <a href="mailto:g1n&#64;ttm&#46;sh">g1n&#64;ttm&#46;sh</a><br>

View File

@ -36,6 +36,8 @@ electronic ideas, circuits and progress in doing some electronic things.</p>
<p>Hope you liked this post! If you would like to help me, contact me via email, xmpp or irc :)</p> <p>Hope you liked this post! If you would like to help me, contact me via email, xmpp or irc :)</p>
<p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_lolcpu.html'>lolcpu</a>, <a href='tag_ocpu.html'>ocpu</a>, <a href='tag_transistors.html'>transistors</a>, <a href='tag_electonics.html'>electonics</a></p> <p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_lolcpu.html'>lolcpu</a>, <a href='tag_ocpu.html'>ocpu</a>, <a href='tag_transistors.html'>transistors</a>, <a href='tag_electonics.html'>electonics</a></p>
<!-- text end --> <!-- text end -->
</div> </div>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~g1n/">G1n</a> &mdash; <a href="mailto:g1n&#64;ttm&#46;sh">g1n&#64;ttm&#46;sh</a><br> <div id="footer">CC by-nc-nd <a href="https://tilde.team/~g1n/">G1n</a> &mdash; <a href="mailto:g1n&#64;ttm&#46;sh">g1n&#64;ttm&#46;sh</a><br>

View File

@ -38,6 +38,8 @@ But firstly we need to make this specififcations complete, assembler and emulato
<p>Hope you liked this post! If you would like to help me, contact me via email, xmpp or irc :)</p> <p>Hope you liked this post! If you would like to help me, contact me via email, xmpp or irc :)</p>
<p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_yemu.html'>yemu</a>, <a href='tag_gasm.html'>gasm</a>, <a href='tag_ocpu.html'>ocpu</a></p> <p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_yemu.html'>yemu</a>, <a href='tag_gasm.html'>gasm</a>, <a href='tag_ocpu.html'>ocpu</a></p>
<!-- text end --> <!-- text end -->
<h3><a class="ablack" href="gru-devlog-10---orsh-now-like-proper-shell-and-gasm.html"> <h3><a class="ablack" href="gru-devlog-10---orsh-now-like-proper-shell-and-gasm.html">
GRU Devlog 10 - orsh now like proper shell and gasm GRU Devlog 10 - orsh now like proper shell and gasm
@ -77,6 +79,8 @@ We need to make something like plan our schedule (to know about what to speak) a
If you would like to help me, contact me via email, xmpp or irc :)</p> If you would like to help me, contact me via email, xmpp or irc :)</p>
<p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_org-mode.html'>org-mode</a>, <a href='tag_gasm.html'>gasm</a>, <a href='tag_orsh.html'>orsh</a>, <a href='tag_meeting.html'>meeting</a>, <a href='tag_lobste.rs.html'>lobste.rs</a>, <a href='tag_tilde.news.html'>tilde.news</a></p> <p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_org-mode.html'>org-mode</a>, <a href='tag_gasm.html'>gasm</a>, <a href='tag_orsh.html'>orsh</a>, <a href='tag_meeting.html'>meeting</a>, <a href='tag_lobste.rs.html'>lobste.rs</a>, <a href='tag_tilde.news.html'>tilde.news</a></p>
<!-- text end --> <!-- text end -->
<h3><a class="ablack" href="gru-devlog-4---more-projects-started-webpage-for-gru-and-organizations-on-tildegitcodeberg.html"> <h3><a class="ablack" href="gru-devlog-4---more-projects-started-webpage-for-gru-and-organizations-on-tildegitcodeberg.html">
GRU Devlog 4 - more projects started, webpage for GRU and organizations on tildegit/codeberg GRU Devlog 4 - more projects started, webpage for GRU and organizations on tildegit/codeberg
@ -109,6 +113,8 @@ so maybe soon someone will help me with all this.</p>
<p>And of course if you can help me please contact me in someway! :)</p> <p>And of course if you can help me please contact me in someway! :)</p>
<p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_orcc.html'>orcc</a>, <a href='tag_gasm.html'>gasm</a>, <a href='tag_hexutils.html'>hexutils</a>, <a href='tag_webpage.html'>webpage</a></p> <p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_orcc.html'>orcc</a>, <a href='tag_gasm.html'>gasm</a>, <a href='tag_hexutils.html'>hexutils</a>, <a href='tag_webpage.html'>webpage</a></p>
<!-- text end --> <!-- text end -->
</div> </div>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~g1n/">G1n</a> &mdash; <a href="mailto:g1n&#64;ttm&#46;sh">g1n&#64;ttm&#46;sh</a><br> <div id="footer">CC by-nc-nd <a href="https://tilde.team/~g1n/">G1n</a> &mdash; <a href="mailto:g1n&#64;ttm&#46;sh">g1n&#64;ttm&#46;sh</a><br>

View File

@ -29,6 +29,8 @@ G1n
<!-- text end --> <!-- text end -->
</div> </div>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~g1n/">G1n</a> &mdash; <a href="mailto:g1n&#64;ttm&#46;sh">g1n&#64;ttm&#46;sh</a><br> <div id="footer">CC by-nc-nd <a href="https://tilde.team/~g1n/">G1n</a> &mdash; <a href="mailto:g1n&#64;ttm&#46;sh">g1n&#64;ttm&#46;sh</a><br>

View File

@ -47,6 +47,8 @@ for our own Linux or BSD distribution. But that will be in future&hellip;</p>
<p>Hope you liked this post! If you would like to help us, contact me via email, xmpp or irc :)</p> <p>Hope you liked this post! If you would like to help us, contact me via email, xmpp or irc :)</p>
<p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_gic.html'>gic</a>, <a href='tag_girclib.html'>girclib</a>, <a href='tag_liblinux.html'>liblinux</a>, <a href='tag_olibc.html'>olibc</a>, <a href='tag_libs.html'>libs</a></p> <p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_gic.html'>gic</a>, <a href='tag_girclib.html'>girclib</a>, <a href='tag_liblinux.html'>liblinux</a>, <a href='tag_olibc.html'>olibc</a>, <a href='tag_libs.html'>libs</a></p>
<!-- text end --> <!-- text end -->
</div> </div>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~g1n/">G1n</a> &mdash; <a href="mailto:g1n&#64;ttm&#46;sh">g1n&#64;ttm&#46;sh</a><br> <div id="footer">CC by-nc-nd <a href="https://tilde.team/~g1n/">G1n</a> &mdash; <a href="mailto:g1n&#64;ttm&#46;sh">g1n&#64;ttm&#46;sh</a><br>

View File

@ -47,6 +47,8 @@ for our own Linux or BSD distribution. But that will be in future&hellip;</p>
<p>Hope you liked this post! If you would like to help us, contact me via email, xmpp or irc :)</p> <p>Hope you liked this post! If you would like to help us, contact me via email, xmpp or irc :)</p>
<p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_gic.html'>gic</a>, <a href='tag_girclib.html'>girclib</a>, <a href='tag_liblinux.html'>liblinux</a>, <a href='tag_olibc.html'>olibc</a>, <a href='tag_libs.html'>libs</a></p> <p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_gic.html'>gic</a>, <a href='tag_girclib.html'>girclib</a>, <a href='tag_liblinux.html'>liblinux</a>, <a href='tag_olibc.html'>olibc</a>, <a href='tag_libs.html'>libs</a></p>
<!-- text end --> <!-- text end -->
</div> </div>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~g1n/">G1n</a> &mdash; <a href="mailto:g1n&#64;ttm&#46;sh">g1n&#64;ttm&#46;sh</a><br> <div id="footer">CC by-nc-nd <a href="https://tilde.team/~g1n/">G1n</a> &mdash; <a href="mailto:g1n&#64;ttm&#46;sh">g1n&#64;ttm&#46;sh</a><br>

View File

@ -46,6 +46,8 @@ Currently I would like to implement basic filesystem but i don&rsquo;t know what
<!-- text end --> <!-- text end -->
<h3><a class="ablack" href="gru-devlog-week-0---grsh-grutils-and-start-of-gros.html"> <h3><a class="ablack" href="gru-devlog-week-0---grsh-grutils-and-start-of-gros.html">
GRU DevLog Week 0 - grsh, grutils and start of gros GRU DevLog Week 0 - grsh, grutils and start of gros
@ -72,6 +74,8 @@ G1n
<!-- text end --> <!-- text end -->
</div> </div>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~g1n/">G1n</a> &mdash; <a href="mailto:g1n&#64;ttm&#46;sh">g1n&#64;ttm&#46;sh</a><br> <div id="footer">CC by-nc-nd <a href="https://tilde.team/~g1n/">G1n</a> &mdash; <a href="mailto:g1n&#64;ttm&#46;sh">g1n&#64;ttm&#46;sh</a><br>

View File

@ -45,6 +45,8 @@ enough time.</p>
on tildegit/codeberg and/or message me in someway :)</p> on tildegit/codeberg and/or message me in someway :)</p>
<p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_coreutils.html'>coreutils</a>, <a href='tag_contribution.html'>contribution</a>, <a href='tag_gxt.html'>gxt</a>, <a href='tag_grsh.html'>grsh</a></p> <p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_coreutils.html'>coreutils</a>, <a href='tag_contribution.html'>contribution</a>, <a href='tag_gxt.html'>gxt</a>, <a href='tag_grsh.html'>grsh</a></p>
<!-- text end --> <!-- text end -->
<h3><a class="ablack" href="gru-devlog-week-0---grsh-grutils-and-start-of-gros.html"> <h3><a class="ablack" href="gru-devlog-week-0---grsh-grutils-and-start-of-gros.html">
GRU DevLog Week 0 - grsh, grutils and start of gros GRU DevLog Week 0 - grsh, grutils and start of gros
@ -71,6 +73,8 @@ G1n
<!-- text end --> <!-- text end -->
</div> </div>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~g1n/">G1n</a> &mdash; <a href="mailto:g1n&#64;ttm&#46;sh">g1n&#64;ttm&#46;sh</a><br> <div id="footer">CC by-nc-nd <a href="https://tilde.team/~g1n/">G1n</a> &mdash; <a href="mailto:g1n&#64;ttm&#46;sh">g1n&#64;ttm&#46;sh</a><br>

View File

@ -23,14 +23,14 @@ G1n
</div> </div>
<!-- text begin --> <!-- text begin -->
<p>This week I was making olibc. I was implementing &ldquo;string.h&rdquo;. Also I was fixing liblinux to <p>This week I was making olibc. I was implementing &lt;string.h>. Also I was fixing liblinux to
be able to import it without need to use full path in #import. I had several other issues be able to include it without need to use full path in <code>#include</code>. I had several other issues
with it and also fixed them.</p> with it and also fixed them.</p>
<p>My current goal is to implement string.h and after that I am planning to publish it. <p>My current goal is to implement &lt;string.h> and after that I am planning to publish it.
Currently most of funcs are implemented. Making strtok now but all other functions need Currently most of funcs are implemented. Making strtok now but all other functions need
locale.h and I don&rsquo;t know yet how I will be implemented. But it is already cool that we locale.h and I don&rsquo;t know yet how I will be implemented. But it is already cool that we
have most of functions that should be in string.h!</p> have most of functions that should be in &lt;string.h>!</p>
<p>Also we now have <a href="https://gru.codeberg.page">gru webpage on codeberg</a>! Maybe next week I <p>Also we now have <a href="https://gru.codeberg.page">gru webpage on codeberg</a>! Maybe next week I
will move all devlogs to gru webpage so it will be easier to move.</p> will move all devlogs to gru webpage so it will be easier to move.</p>
@ -72,6 +72,8 @@ for our own Linux or BSD distribution. But that will be in future&hellip;</p>
<p>Hope you liked this post! If you would like to help us, contact me via email, xmpp or irc :)</p> <p>Hope you liked this post! If you would like to help us, contact me via email, xmpp or irc :)</p>
<p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_gic.html'>gic</a>, <a href='tag_girclib.html'>girclib</a>, <a href='tag_liblinux.html'>liblinux</a>, <a href='tag_olibc.html'>olibc</a>, <a href='tag_libs.html'>libs</a></p> <p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_gic.html'>gic</a>, <a href='tag_girclib.html'>girclib</a>, <a href='tag_liblinux.html'>liblinux</a>, <a href='tag_olibc.html'>olibc</a>, <a href='tag_libs.html'>libs</a></p>
<!-- text end --> <!-- text end -->
<h3><a class="ablack" href="gru-devlog-17-18---coreutils-egg-and-ideas.html"> <h3><a class="ablack" href="gru-devlog-17-18---coreutils-egg-and-ideas.html">
GRU Devlog 17-18 - coreutils, EGG and ideas GRU Devlog 17-18 - coreutils, EGG and ideas
@ -97,6 +99,8 @@ Currently I don&rsquo;t reallly understand how to work with sockets but I will t
<p>Hope you liked this post! If you would like to help us, contact me via email, xmpp or irc :)</p> <p>Hope you liked this post! If you would like to help us, contact me via email, xmpp or irc :)</p>
<p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_coreutils.html'>coreutils</a>, <a href='tag_egg.html'>egg</a></p> <p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_coreutils.html'>coreutils</a>, <a href='tag_egg.html'>egg</a></p>
<!-- text end --> <!-- text end -->
<h3><a class="ablack" href="gru-devlog-16---ormp-and-egg.html"> <h3><a class="ablack" href="gru-devlog-16---ormp-and-egg.html">
GRU Devlog 16 - ormp and EGG GRU Devlog 16 - ormp and EGG
@ -120,6 +124,8 @@ E would be a new display server. We will need to have it for Orion in future. Cu
<p>Hope you liked this post! If you would like to help us, contact me via email, xmpp or irc :)</p> <p>Hope you liked this post! If you would like to help us, contact me via email, xmpp or irc :)</p>
<p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_ormp.html'>ormp</a>, <a href='tag_egg.html'>egg</a>, <a href='tag_yemu.html'>yemu</a>, <a href='tag_xmpp.html'>xmpp</a>, <a href='tag_irc.html'>irc</a></p> <p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_ormp.html'>ormp</a>, <a href='tag_egg.html'>egg</a>, <a href='tag_yemu.html'>yemu</a>, <a href='tag_xmpp.html'>xmpp</a>, <a href='tag_irc.html'>irc</a></p>
<!-- text end --> <!-- text end -->
<h3><a class="ablack" href="gru-devlog-15---ocpu-yemu-and-licenses.html"> <h3><a class="ablack" href="gru-devlog-15---ocpu-yemu-and-licenses.html">
GRU Devlog 15 - ocpu, yemu and licenses GRU Devlog 15 - ocpu, yemu and licenses
@ -139,6 +145,8 @@ G1n
<p>Hope you liked this post! If you would like to help me, contact me via email, xmpp or irc :)</p> <p>Hope you liked this post! If you would like to help me, contact me via email, xmpp or irc :)</p>
<p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_ocpu.html'>ocpu</a>, <a href='tag_yemu.html'>yemu</a>, <a href='tag_license.html'>license</a></p> <p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_ocpu.html'>ocpu</a>, <a href='tag_yemu.html'>yemu</a>, <a href='tag_license.html'>license</a></p>
<!-- text end --> <!-- text end -->
<h3><a class="ablack" href="gru-devlog-14---ocpu-and-yemu.html"> <h3><a class="ablack" href="gru-devlog-14---ocpu-and-yemu.html">
GRU Devlog 14 - ocpu and yemu GRU Devlog 14 - ocpu and yemu
@ -164,6 +172,8 @@ We also added some description to commands in specifications, so it is easier to
<p>Hope you liked this post! If you would like to help me, contact me via email, xmpp or irc :)</p> <p>Hope you liked this post! If you would like to help me, contact me via email, xmpp or irc :)</p>
<p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_yemu.html'>yemu</a>, <a href='tag_ocpu.html'>ocpu</a></p> <p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_yemu.html'>yemu</a>, <a href='tag_ocpu.html'>ocpu</a></p>
<!-- text end --> <!-- text end -->
<h3><a class="ablack" href="gru-devlog-13---ocpu-thoughts-and-some-elecronics.html"> <h3><a class="ablack" href="gru-devlog-13---ocpu-thoughts-and-some-elecronics.html">
GRU Devlog 13 - ocpu thoughts and some elecronics GRU Devlog 13 - ocpu thoughts and some elecronics
@ -187,6 +197,8 @@ electronic ideas, circuits and progress in doing some electronic things.</p>
<p>Hope you liked this post! If you would like to help me, contact me via email, xmpp or irc :)</p> <p>Hope you liked this post! If you would like to help me, contact me via email, xmpp or irc :)</p>
<p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_lolcpu.html'>lolcpu</a>, <a href='tag_ocpu.html'>ocpu</a>, <a href='tag_transistors.html'>transistors</a>, <a href='tag_electonics.html'>electonics</a></p> <p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_lolcpu.html'>lolcpu</a>, <a href='tag_ocpu.html'>ocpu</a>, <a href='tag_transistors.html'>transistors</a>, <a href='tag_electonics.html'>electonics</a></p>
<!-- text end --> <!-- text end -->
<h3><a class="ablack" href="gru-devlog-13---yemu-gasm-and-ocpu.html"> <h3><a class="ablack" href="gru-devlog-13---yemu-gasm-and-ocpu.html">
GRU Devlog 12 - yemu, gasm and ocpu GRU Devlog 12 - yemu, gasm and ocpu
@ -212,6 +224,8 @@ But firstly we need to make this specififcations complete, assembler and emulato
<p>Hope you liked this post! If you would like to help me, contact me via email, xmpp or irc :)</p> <p>Hope you liked this post! If you would like to help me, contact me via email, xmpp or irc :)</p>
<p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_yemu.html'>yemu</a>, <a href='tag_gasm.html'>gasm</a>, <a href='tag_ocpu.html'>ocpu</a></p> <p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_yemu.html'>yemu</a>, <a href='tag_gasm.html'>gasm</a>, <a href='tag_ocpu.html'>ocpu</a></p>
<!-- text end --> <!-- text end -->
<h3><a class="ablack" href="gru-devlog-11---yemu-and-channel-on-liberachat.html"> <h3><a class="ablack" href="gru-devlog-11---yemu-and-channel-on-liberachat.html">
GRU Devlog 11 - yemu and channel on libera.chat GRU Devlog 11 - yemu and channel on libera.chat
@ -238,6 +252,8 @@ very success, but I hope to do it more often :)</p>
<p>Hope you liked this post :). If you would like to help me, contact me via email, xmpp or irc :)</p> <p>Hope you liked this post :). If you would like to help me, contact me via email, xmpp or irc :)</p>
<p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_yemu.html'>yemu</a>, <a href='tag_libera.html'>libera</a>, <a href='tag_org-mode.html'>org-mode</a>, <a href='tag_org-roam.html'>org-roam</a></p> <p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_yemu.html'>yemu</a>, <a href='tag_libera.html'>libera</a>, <a href='tag_org-mode.html'>org-mode</a>, <a href='tag_org-roam.html'>org-roam</a></p>
<!-- text end --> <!-- text end -->
<h3><a class="ablack" href="gru-devlog-10---orsh-now-like-proper-shell-and-gasm.html"> <h3><a class="ablack" href="gru-devlog-10---orsh-now-like-proper-shell-and-gasm.html">
GRU Devlog 10 - orsh now like proper shell and gasm GRU Devlog 10 - orsh now like proper shell and gasm
@ -277,6 +293,8 @@ We need to make something like plan our schedule (to know about what to speak) a
If you would like to help me, contact me via email, xmpp or irc :)</p> If you would like to help me, contact me via email, xmpp or irc :)</p>
<p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_org-mode.html'>org-mode</a>, <a href='tag_gasm.html'>gasm</a>, <a href='tag_orsh.html'>orsh</a>, <a href='tag_meeting.html'>meeting</a>, <a href='tag_lobste.rs.html'>lobste.rs</a>, <a href='tag_tilde.news.html'>tilde.news</a></p> <p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_org-mode.html'>org-mode</a>, <a href='tag_gasm.html'>gasm</a>, <a href='tag_orsh.html'>orsh</a>, <a href='tag_meeting.html'>meeting</a>, <a href='tag_lobste.rs.html'>lobste.rs</a>, <a href='tag_tilde.news.html'>tilde.news</a></p>
<!-- text end --> <!-- text end -->
<h3><a class="ablack" href="gru-devlog-9---orsh-orion-bootloader-gru-xmpp-room-and-logo.html"> <h3><a class="ablack" href="gru-devlog-9---orsh-orion-bootloader-gru-xmpp-room-and-logo.html">
GRU Devlog 9 - orsh, orion, bootloader, GRU xmpp room and logo GRU Devlog 9 - orsh, orion, bootloader, GRU xmpp room and logo
@ -306,6 +324,8 @@ for it, but after that i will need to understand more how vfs working and rewrit
<p>Hope you liked this post and you will join our XMPP muc :). If you would like to help me, contact me via email, xmpp or irc :)</p> <p>Hope you liked this post and you will join our XMPP muc :). If you would like to help me, contact me via email, xmpp or irc :)</p>
<p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_orion.html'>orion</a>, <a href='tag_orsh.html'>orsh</a>, <a href='tag_xmpp.html'>xmpp</a>, <a href='tag_tilde.tel.html'>tilde.tel</a>, <a href='tag_jitsi.html'>jitsi</a></p> <p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_orion.html'>orion</a>, <a href='tag_orsh.html'>orsh</a>, <a href='tag_xmpp.html'>xmpp</a>, <a href='tag_tilde.tel.html'>tilde.tel</a>, <a href='tag_jitsi.html'>jitsi</a></p>
<!-- text end --> <!-- text end -->
<h3><a class="ablack" href="gru-devlog-8---orsh-and-published-initrd.html"> <h3><a class="ablack" href="gru-devlog-8---orsh-and-published-initrd.html">
GRU Devlog 8 - orsh and published initrd GRU Devlog 8 - orsh and published initrd
@ -327,6 +347,8 @@ From today&rsquo;s morning I am trying to replace bash with it, but still a lot
<p>Hope you liked this post and if you would like to help me, contact me via email, xmpp or irc :)</p> <p>Hope you liked this post and if you would like to help me, contact me via email, xmpp or irc :)</p>
<p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_orsh.html'>orsh</a>, <a href='tag_orion.html'>orion</a></p> <p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_orsh.html'>orsh</a>, <a href='tag_orion.html'>orion</a></p>
<!-- text end --> <!-- text end -->
<h3><a class="ablack" href="gru-devlog-7---keyboard-paging-and-wip-initrd-in-orion.html"> <h3><a class="ablack" href="gru-devlog-7---keyboard-paging-and-wip-initrd-in-orion.html">
GRU Devlog 7 - keyboard, paging and WIP initrd in Orion GRU Devlog 7 - keyboard, paging and WIP initrd in Orion
@ -351,6 +373,8 @@ and then contents of files!</p>
<p>Hope you liked this post and if you would like to help me, contact me via email, xmpp or irc :)</p> <p>Hope you liked this post and if you would like to help me, contact me via email, xmpp or irc :)</p>
<p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_orion.html'>orion</a></p> <p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_orion.html'>orion</a></p>
<!-- text end --> <!-- text end -->
<h3><a class="ablack" href="gru-devlog-6---yemu-published-gxt-and-interrupts-working-in-orion.html"> <h3><a class="ablack" href="gru-devlog-6---yemu-published-gxt-and-interrupts-working-in-orion.html">
GRU Devlog 6 - yemu, published gxt and interrupts working in Orion GRU Devlog 6 - yemu, published gxt and interrupts working in Orion
@ -374,6 +398,8 @@ and a lot of other things (thanks to quinn and smlckz from tilde.chat)</p>
contact me via email, xmpp or irc :)</p> contact me via email, xmpp or irc :)</p>
<p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_gxt.html'>gxt</a>, <a href='tag_yemu.html'>yemu</a>, <a href='tag_orion.html'>orion</a></p> <p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_gxt.html'>gxt</a>, <a href='tag_yemu.html'>yemu</a>, <a href='tag_orion.html'>orion</a></p>
<!-- text end --> <!-- text end -->
<h3><a class="ablack" href="gru-devlog-5---first-contribution-from-other-person-coreutils-and-gxt-tui-text-editor.html"> <h3><a class="ablack" href="gru-devlog-5---first-contribution-from-other-person-coreutils-and-gxt-tui-text-editor.html">
GRU Devlog 5 - First contribution from other person, coreutils and gxt (tui text editor) GRU Devlog 5 - First contribution from other person, coreutils and gxt (tui text editor)
@ -406,6 +432,8 @@ enough time.</p>
on tildegit/codeberg and/or message me in someway :)</p> on tildegit/codeberg and/or message me in someway :)</p>
<p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_coreutils.html'>coreutils</a>, <a href='tag_contribution.html'>contribution</a>, <a href='tag_gxt.html'>gxt</a>, <a href='tag_grsh.html'>grsh</a></p> <p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_coreutils.html'>coreutils</a>, <a href='tag_contribution.html'>contribution</a>, <a href='tag_gxt.html'>gxt</a>, <a href='tag_grsh.html'>grsh</a></p>
<!-- text end --> <!-- text end -->
<h3><a class="ablack" href="gru-devlog-4---more-projects-started-webpage-for-gru-and-organizations-on-tildegitcodeberg.html"> <h3><a class="ablack" href="gru-devlog-4---more-projects-started-webpage-for-gru-and-organizations-on-tildegitcodeberg.html">
GRU Devlog 4 - more projects started, webpage for GRU and organizations on tildegit/codeberg GRU Devlog 4 - more projects started, webpage for GRU and organizations on tildegit/codeberg
@ -438,6 +466,8 @@ so maybe soon someone will help me with all this.</p>
<p>And of course if you can help me please contact me in someway! :)</p> <p>And of course if you can help me please contact me in someway! :)</p>
<p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_orcc.html'>orcc</a>, <a href='tag_gasm.html'>gasm</a>, <a href='tag_hexutils.html'>hexutils</a>, <a href='tag_webpage.html'>webpage</a></p> <p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_orcc.html'>orcc</a>, <a href='tag_gasm.html'>gasm</a>, <a href='tag_hexutils.html'>hexutils</a>, <a href='tag_webpage.html'>webpage</a></p>
<!-- text end --> <!-- text end -->
<h3><a class="ablack" href="gru-devlog-3---orion-and-dreams-about-gru-software-future.html"> <h3><a class="ablack" href="gru-devlog-3---orion-and-dreams-about-gru-software-future.html">
GRU DevLog 3 - Orion and dreams about GRU software future GRU DevLog 3 - Orion and dreams about GRU software future
@ -492,6 +522,8 @@ or any other type of contact (irc: g1n on tilde.chat, xmpp: g1n@hmm.st)</p>
<!-- text end --> <!-- text end -->
<h3><a class="ablack" href="gru-devlog-2---orion.html"> <h3><a class="ablack" href="gru-devlog-2---orion.html">
GRU DevLog 2 - Orion GRU DevLog 2 - Orion
@ -517,6 +549,8 @@ interrupts and exceptions.</p>
<!-- text end --> <!-- text end -->
<h3><a class="ablack" href="gru-devlog-1---gros-sources-published-and-add-wc-to-grutils.html"> <h3><a class="ablack" href="gru-devlog-1---gros-sources-published-and-add-wc-to-grutils.html">
GRU DevLog 1 - gros sources published and add wc to grutils GRU DevLog 1 - gros sources published and add wc to grutils
@ -550,6 +584,8 @@ Currently I would like to implement basic filesystem but i don&rsquo;t know what
<!-- text end --> <!-- text end -->
<h3><a class="ablack" href="gru-devlog-week-0---grsh-grutils-and-start-of-gros.html"> <h3><a class="ablack" href="gru-devlog-week-0---grsh-grutils-and-start-of-gros.html">
GRU DevLog Week 0 - grsh, grutils and start of gros GRU DevLog Week 0 - grsh, grutils and start of gros
@ -576,6 +612,8 @@ G1n
<!-- text end --> <!-- text end -->
</div> </div>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~g1n/">G1n</a> &mdash; <a href="mailto:g1n&#64;ttm&#46;sh">g1n&#64;ttm&#46;sh</a><br> <div id="footer">CC by-nc-nd <a href="https://tilde.team/~g1n/">G1n</a> &mdash; <a href="mailto:g1n&#64;ttm&#46;sh">g1n&#64;ttm&#46;sh</a><br>

View File

@ -46,6 +46,8 @@ Currently I would like to implement basic filesystem but i don&rsquo;t know what
<!-- text end --> <!-- text end -->
<h3><a class="ablack" href="gru-devlog-week-0---grsh-grutils-and-start-of-gros.html"> <h3><a class="ablack" href="gru-devlog-week-0---grsh-grutils-and-start-of-gros.html">
GRU DevLog Week 0 - grsh, grutils and start of gros GRU DevLog Week 0 - grsh, grutils and start of gros
@ -72,6 +74,8 @@ G1n
<!-- text end --> <!-- text end -->
</div> </div>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~g1n/">G1n</a> &mdash; <a href="mailto:g1n&#64;ttm&#46;sh">g1n&#64;ttm&#46;sh</a><br> <div id="footer">CC by-nc-nd <a href="https://tilde.team/~g1n/">G1n</a> &mdash; <a href="mailto:g1n&#64;ttm&#46;sh">g1n&#64;ttm&#46;sh</a><br>

View File

@ -36,6 +36,8 @@ and a lot of other things (thanks to quinn and smlckz from tilde.chat)</p>
contact me via email, xmpp or irc :)</p> contact me via email, xmpp or irc :)</p>
<p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_gxt.html'>gxt</a>, <a href='tag_yemu.html'>yemu</a>, <a href='tag_orion.html'>orion</a></p> <p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_gxt.html'>gxt</a>, <a href='tag_yemu.html'>yemu</a>, <a href='tag_orion.html'>orion</a></p>
<!-- text end --> <!-- text end -->
<h3><a class="ablack" href="gru-devlog-5---first-contribution-from-other-person-coreutils-and-gxt-tui-text-editor.html"> <h3><a class="ablack" href="gru-devlog-5---first-contribution-from-other-person-coreutils-and-gxt-tui-text-editor.html">
GRU Devlog 5 - First contribution from other person, coreutils and gxt (tui text editor) GRU Devlog 5 - First contribution from other person, coreutils and gxt (tui text editor)
@ -68,6 +70,8 @@ enough time.</p>
on tildegit/codeberg and/or message me in someway :)</p> on tildegit/codeberg and/or message me in someway :)</p>
<p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_coreutils.html'>coreutils</a>, <a href='tag_contribution.html'>contribution</a>, <a href='tag_gxt.html'>gxt</a>, <a href='tag_grsh.html'>grsh</a></p> <p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_coreutils.html'>coreutils</a>, <a href='tag_contribution.html'>contribution</a>, <a href='tag_gxt.html'>gxt</a>, <a href='tag_grsh.html'>grsh</a></p>
<!-- text end --> <!-- text end -->
</div> </div>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~g1n/">G1n</a> &mdash; <a href="mailto:g1n&#64;ttm&#46;sh">g1n&#64;ttm&#46;sh</a><br> <div id="footer">CC by-nc-nd <a href="https://tilde.team/~g1n/">G1n</a> &mdash; <a href="mailto:g1n&#64;ttm&#46;sh">g1n&#64;ttm&#46;sh</a><br>

View File

@ -45,6 +45,8 @@ so maybe soon someone will help me with all this.</p>
<p>And of course if you can help me please contact me in someway! :)</p> <p>And of course if you can help me please contact me in someway! :)</p>
<p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_orcc.html'>orcc</a>, <a href='tag_gasm.html'>gasm</a>, <a href='tag_hexutils.html'>hexutils</a>, <a href='tag_webpage.html'>webpage</a></p> <p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_orcc.html'>orcc</a>, <a href='tag_gasm.html'>gasm</a>, <a href='tag_hexutils.html'>hexutils</a>, <a href='tag_webpage.html'>webpage</a></p>
<!-- text end --> <!-- text end -->
</div> </div>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~g1n/">G1n</a> &mdash; <a href="mailto:g1n&#64;ttm&#46;sh">g1n&#64;ttm&#46;sh</a><br> <div id="footer">CC by-nc-nd <a href="https://tilde.team/~g1n/">G1n</a> &mdash; <a href="mailto:g1n&#64;ttm&#46;sh">g1n&#64;ttm&#46;sh</a><br>

View File

@ -36,6 +36,8 @@ E would be a new display server. We will need to have it for Orion in future. Cu
<p>Hope you liked this post! If you would like to help us, contact me via email, xmpp or irc :)</p> <p>Hope you liked this post! If you would like to help us, contact me via email, xmpp or irc :)</p>
<p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_ormp.html'>ormp</a>, <a href='tag_egg.html'>egg</a>, <a href='tag_yemu.html'>yemu</a>, <a href='tag_xmpp.html'>xmpp</a>, <a href='tag_irc.html'>irc</a></p> <p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_ormp.html'>ormp</a>, <a href='tag_egg.html'>egg</a>, <a href='tag_yemu.html'>yemu</a>, <a href='tag_xmpp.html'>xmpp</a>, <a href='tag_irc.html'>irc</a></p>
<!-- text end --> <!-- text end -->
</div> </div>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~g1n/">G1n</a> &mdash; <a href="mailto:g1n&#64;ttm&#46;sh">g1n&#64;ttm&#46;sh</a><br> <div id="footer">CC by-nc-nd <a href="https://tilde.team/~g1n/">G1n</a> &mdash; <a href="mailto:g1n&#64;ttm&#46;sh">g1n&#64;ttm&#46;sh</a><br>

View File

@ -42,6 +42,8 @@ for it, but after that i will need to understand more how vfs working and rewrit
<p>Hope you liked this post and you will join our XMPP muc :). If you would like to help me, contact me via email, xmpp or irc :)</p> <p>Hope you liked this post and you will join our XMPP muc :). If you would like to help me, contact me via email, xmpp or irc :)</p>
<p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_orion.html'>orion</a>, <a href='tag_orsh.html'>orsh</a>, <a href='tag_xmpp.html'>xmpp</a>, <a href='tag_tilde.tel.html'>tilde.tel</a>, <a href='tag_jitsi.html'>jitsi</a></p> <p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_orion.html'>orion</a>, <a href='tag_orsh.html'>orsh</a>, <a href='tag_xmpp.html'>xmpp</a>, <a href='tag_tilde.tel.html'>tilde.tel</a>, <a href='tag_jitsi.html'>jitsi</a></p>
<!-- text end --> <!-- text end -->
</div> </div>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~g1n/">G1n</a> &mdash; <a href="mailto:g1n&#64;ttm&#46;sh">g1n&#64;ttm&#46;sh</a><br> <div id="footer">CC by-nc-nd <a href="https://tilde.team/~g1n/">G1n</a> &mdash; <a href="mailto:g1n&#64;ttm&#46;sh">g1n&#64;ttm&#46;sh</a><br>

View File

@ -39,6 +39,8 @@ very success, but I hope to do it more often :)</p>
<p>Hope you liked this post :). If you would like to help me, contact me via email, xmpp or irc :)</p> <p>Hope you liked this post :). If you would like to help me, contact me via email, xmpp or irc :)</p>
<p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_yemu.html'>yemu</a>, <a href='tag_libera.html'>libera</a>, <a href='tag_org-mode.html'>org-mode</a>, <a href='tag_org-roam.html'>org-roam</a></p> <p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_yemu.html'>yemu</a>, <a href='tag_libera.html'>libera</a>, <a href='tag_org-mode.html'>org-mode</a>, <a href='tag_org-roam.html'>org-roam</a></p>
<!-- text end --> <!-- text end -->
</div> </div>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~g1n/">G1n</a> &mdash; <a href="mailto:g1n&#64;ttm&#46;sh">g1n&#64;ttm&#46;sh</a><br> <div id="footer">CC by-nc-nd <a href="https://tilde.team/~g1n/">G1n</a> &mdash; <a href="mailto:g1n&#64;ttm&#46;sh">g1n&#64;ttm&#46;sh</a><br>

View File

@ -23,14 +23,14 @@ G1n
</div> </div>
<!-- text begin --> <!-- text begin -->
<p>This week I was making olibc. I was implementing &ldquo;string.h&rdquo;. Also I was fixing liblinux to <p>This week I was making olibc. I was implementing &lt;string.h>. Also I was fixing liblinux to
be able to import it without need to use full path in #import. I had several other issues be able to include it without need to use full path in <code>#include</code>. I had several other issues
with it and also fixed them.</p> with it and also fixed them.</p>
<p>My current goal is to implement string.h and after that I am planning to publish it. <p>My current goal is to implement &lt;string.h> and after that I am planning to publish it.
Currently most of funcs are implemented. Making strtok now but all other functions need Currently most of funcs are implemented. Making strtok now but all other functions need
locale.h and I don&rsquo;t know yet how I will be implemented. But it is already cool that we locale.h and I don&rsquo;t know yet how I will be implemented. But it is already cool that we
have most of functions that should be in string.h!</p> have most of functions that should be in &lt;string.h>!</p>
<p>Also we now have <a href="https://gru.codeberg.page">gru webpage on codeberg</a>! Maybe next week I <p>Also we now have <a href="https://gru.codeberg.page">gru webpage on codeberg</a>! Maybe next week I
will move all devlogs to gru webpage so it will be easier to move.</p> will move all devlogs to gru webpage so it will be easier to move.</p>
@ -72,6 +72,8 @@ for our own Linux or BSD distribution. But that will be in future&hellip;</p>
<p>Hope you liked this post! If you would like to help us, contact me via email, xmpp or irc :)</p> <p>Hope you liked this post! If you would like to help us, contact me via email, xmpp or irc :)</p>
<p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_gic.html'>gic</a>, <a href='tag_girclib.html'>girclib</a>, <a href='tag_liblinux.html'>liblinux</a>, <a href='tag_olibc.html'>olibc</a>, <a href='tag_libs.html'>libs</a></p> <p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_gic.html'>gic</a>, <a href='tag_girclib.html'>girclib</a>, <a href='tag_liblinux.html'>liblinux</a>, <a href='tag_olibc.html'>olibc</a>, <a href='tag_libs.html'>libs</a></p>
<!-- text end --> <!-- text end -->
</div> </div>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~g1n/">G1n</a> &mdash; <a href="mailto:g1n&#64;ttm&#46;sh">g1n&#64;ttm&#46;sh</a><br> <div id="footer">CC by-nc-nd <a href="https://tilde.team/~g1n/">G1n</a> &mdash; <a href="mailto:g1n&#64;ttm&#46;sh">g1n&#64;ttm&#46;sh</a><br>

View File

@ -47,6 +47,8 @@ for our own Linux or BSD distribution. But that will be in future&hellip;</p>
<p>Hope you liked this post! If you would like to help us, contact me via email, xmpp or irc :)</p> <p>Hope you liked this post! If you would like to help us, contact me via email, xmpp or irc :)</p>
<p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_gic.html'>gic</a>, <a href='tag_girclib.html'>girclib</a>, <a href='tag_liblinux.html'>liblinux</a>, <a href='tag_olibc.html'>olibc</a>, <a href='tag_libs.html'>libs</a></p> <p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_gic.html'>gic</a>, <a href='tag_girclib.html'>girclib</a>, <a href='tag_liblinux.html'>liblinux</a>, <a href='tag_olibc.html'>olibc</a>, <a href='tag_libs.html'>libs</a></p>
<!-- text end --> <!-- text end -->
</div> </div>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~g1n/">G1n</a> &mdash; <a href="mailto:g1n&#64;ttm&#46;sh">g1n&#64;ttm&#46;sh</a><br> <div id="footer">CC by-nc-nd <a href="https://tilde.team/~g1n/">G1n</a> &mdash; <a href="mailto:g1n&#64;ttm&#46;sh">g1n&#64;ttm&#46;sh</a><br>

View File

@ -32,6 +32,8 @@ G1n
<p>Hope you liked this post! If you would like to help me, contact me via email, xmpp or irc :)</p> <p>Hope you liked this post! If you would like to help me, contact me via email, xmpp or irc :)</p>
<p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_ocpu.html'>ocpu</a>, <a href='tag_yemu.html'>yemu</a>, <a href='tag_license.html'>license</a></p> <p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_ocpu.html'>ocpu</a>, <a href='tag_yemu.html'>yemu</a>, <a href='tag_license.html'>license</a></p>
<!-- text end --> <!-- text end -->
</div> </div>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~g1n/">G1n</a> &mdash; <a href="mailto:g1n&#64;ttm&#46;sh">g1n&#64;ttm&#46;sh</a><br> <div id="footer">CC by-nc-nd <a href="https://tilde.team/~g1n/">G1n</a> &mdash; <a href="mailto:g1n&#64;ttm&#46;sh">g1n&#64;ttm&#46;sh</a><br>

View File

@ -52,6 +52,8 @@ We need to make something like plan our schedule (to know about what to speak) a
If you would like to help me, contact me via email, xmpp or irc :)</p> If you would like to help me, contact me via email, xmpp or irc :)</p>
<p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_org-mode.html'>org-mode</a>, <a href='tag_gasm.html'>gasm</a>, <a href='tag_orsh.html'>orsh</a>, <a href='tag_meeting.html'>meeting</a>, <a href='tag_lobste.rs.html'>lobste.rs</a>, <a href='tag_tilde.news.html'>tilde.news</a></p> <p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_org-mode.html'>org-mode</a>, <a href='tag_gasm.html'>gasm</a>, <a href='tag_orsh.html'>orsh</a>, <a href='tag_meeting.html'>meeting</a>, <a href='tag_lobste.rs.html'>lobste.rs</a>, <a href='tag_tilde.news.html'>tilde.news</a></p>
<!-- text end --> <!-- text end -->
</div> </div>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~g1n/">G1n</a> &mdash; <a href="mailto:g1n&#64;ttm&#46;sh">g1n&#64;ttm&#46;sh</a><br> <div id="footer">CC by-nc-nd <a href="https://tilde.team/~g1n/">G1n</a> &mdash; <a href="mailto:g1n&#64;ttm&#46;sh">g1n&#64;ttm&#46;sh</a><br>

View File

@ -36,6 +36,8 @@ electronic ideas, circuits and progress in doing some electronic things.</p>
<p>Hope you liked this post! If you would like to help me, contact me via email, xmpp or irc :)</p> <p>Hope you liked this post! If you would like to help me, contact me via email, xmpp or irc :)</p>
<p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_lolcpu.html'>lolcpu</a>, <a href='tag_ocpu.html'>ocpu</a>, <a href='tag_transistors.html'>transistors</a>, <a href='tag_electonics.html'>electonics</a></p> <p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_lolcpu.html'>lolcpu</a>, <a href='tag_ocpu.html'>ocpu</a>, <a href='tag_transistors.html'>transistors</a>, <a href='tag_electonics.html'>electonics</a></p>
<!-- text end --> <!-- text end -->
</div> </div>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~g1n/">G1n</a> &mdash; <a href="mailto:g1n&#64;ttm&#46;sh">g1n&#64;ttm&#46;sh</a><br> <div id="footer">CC by-nc-nd <a href="https://tilde.team/~g1n/">G1n</a> &mdash; <a href="mailto:g1n&#64;ttm&#46;sh">g1n&#64;ttm&#46;sh</a><br>

View File

@ -52,6 +52,8 @@ We need to make something like plan our schedule (to know about what to speak) a
If you would like to help me, contact me via email, xmpp or irc :)</p> If you would like to help me, contact me via email, xmpp or irc :)</p>
<p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_org-mode.html'>org-mode</a>, <a href='tag_gasm.html'>gasm</a>, <a href='tag_orsh.html'>orsh</a>, <a href='tag_meeting.html'>meeting</a>, <a href='tag_lobste.rs.html'>lobste.rs</a>, <a href='tag_tilde.news.html'>tilde.news</a></p> <p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_org-mode.html'>org-mode</a>, <a href='tag_gasm.html'>gasm</a>, <a href='tag_orsh.html'>orsh</a>, <a href='tag_meeting.html'>meeting</a>, <a href='tag_lobste.rs.html'>lobste.rs</a>, <a href='tag_tilde.news.html'>tilde.news</a></p>
<!-- text end --> <!-- text end -->
</div> </div>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~g1n/">G1n</a> &mdash; <a href="mailto:g1n&#64;ttm&#46;sh">g1n&#64;ttm&#46;sh</a><br> <div id="footer">CC by-nc-nd <a href="https://tilde.team/~g1n/">G1n</a> &mdash; <a href="mailto:g1n&#64;ttm&#46;sh">g1n&#64;ttm&#46;sh</a><br>

View File

@ -32,6 +32,8 @@ Maybe I will find that interesting.</p>
<!-- text end --> <!-- text end -->
</div> </div>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~g1n/">G1n</a> &mdash; <a href="mailto:g1n&#64;ttm&#46;sh">g1n&#64;ttm&#46;sh</a><br> <div id="footer">CC by-nc-nd <a href="https://tilde.team/~g1n/">G1n</a> &mdash; <a href="mailto:g1n&#64;ttm&#46;sh">g1n&#64;ttm&#46;sh</a><br>

View File

@ -32,6 +32,8 @@ G1n
<p>Hope you liked this post! If you would like to help me, contact me via email, xmpp or irc :)</p> <p>Hope you liked this post! If you would like to help me, contact me via email, xmpp or irc :)</p>
<p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_ocpu.html'>ocpu</a>, <a href='tag_yemu.html'>yemu</a>, <a href='tag_license.html'>license</a></p> <p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_ocpu.html'>ocpu</a>, <a href='tag_yemu.html'>yemu</a>, <a href='tag_license.html'>license</a></p>
<!-- text end --> <!-- text end -->
<h3><a class="ablack" href="gru-devlog-14---ocpu-and-yemu.html"> <h3><a class="ablack" href="gru-devlog-14---ocpu-and-yemu.html">
GRU Devlog 14 - ocpu and yemu GRU Devlog 14 - ocpu and yemu
@ -57,6 +59,8 @@ We also added some description to commands in specifications, so it is easier to
<p>Hope you liked this post! If you would like to help me, contact me via email, xmpp or irc :)</p> <p>Hope you liked this post! If you would like to help me, contact me via email, xmpp or irc :)</p>
<p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_yemu.html'>yemu</a>, <a href='tag_ocpu.html'>ocpu</a></p> <p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_yemu.html'>yemu</a>, <a href='tag_ocpu.html'>ocpu</a></p>
<!-- text end --> <!-- text end -->
<h3><a class="ablack" href="gru-devlog-13---ocpu-thoughts-and-some-elecronics.html"> <h3><a class="ablack" href="gru-devlog-13---ocpu-thoughts-and-some-elecronics.html">
GRU Devlog 13 - ocpu thoughts and some elecronics GRU Devlog 13 - ocpu thoughts and some elecronics
@ -80,6 +84,8 @@ electronic ideas, circuits and progress in doing some electronic things.</p>
<p>Hope you liked this post! If you would like to help me, contact me via email, xmpp or irc :)</p> <p>Hope you liked this post! If you would like to help me, contact me via email, xmpp or irc :)</p>
<p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_lolcpu.html'>lolcpu</a>, <a href='tag_ocpu.html'>ocpu</a>, <a href='tag_transistors.html'>transistors</a>, <a href='tag_electonics.html'>electonics</a></p> <p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_lolcpu.html'>lolcpu</a>, <a href='tag_ocpu.html'>ocpu</a>, <a href='tag_transistors.html'>transistors</a>, <a href='tag_electonics.html'>electonics</a></p>
<!-- text end --> <!-- text end -->
<h3><a class="ablack" href="gru-devlog-13---yemu-gasm-and-ocpu.html"> <h3><a class="ablack" href="gru-devlog-13---yemu-gasm-and-ocpu.html">
GRU Devlog 12 - yemu, gasm and ocpu GRU Devlog 12 - yemu, gasm and ocpu
@ -105,6 +111,8 @@ But firstly we need to make this specififcations complete, assembler and emulato
<p>Hope you liked this post! If you would like to help me, contact me via email, xmpp or irc :)</p> <p>Hope you liked this post! If you would like to help me, contact me via email, xmpp or irc :)</p>
<p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_yemu.html'>yemu</a>, <a href='tag_gasm.html'>gasm</a>, <a href='tag_ocpu.html'>ocpu</a></p> <p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_yemu.html'>yemu</a>, <a href='tag_gasm.html'>gasm</a>, <a href='tag_ocpu.html'>ocpu</a></p>
<!-- text end --> <!-- text end -->
</div> </div>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~g1n/">G1n</a> &mdash; <a href="mailto:g1n&#64;ttm&#46;sh">g1n&#64;ttm&#46;sh</a><br> <div id="footer">CC by-nc-nd <a href="https://tilde.team/~g1n/">G1n</a> &mdash; <a href="mailto:g1n&#64;ttm&#46;sh">g1n&#64;ttm&#46;sh</a><br>

View File

@ -23,14 +23,14 @@ G1n
</div> </div>
<!-- text begin --> <!-- text begin -->
<p>This week I was making olibc. I was implementing &ldquo;string.h&rdquo;. Also I was fixing liblinux to <p>This week I was making olibc. I was implementing &lt;string.h>. Also I was fixing liblinux to
be able to import it without need to use full path in #import. I had several other issues be able to include it without need to use full path in <code>#include</code>. I had several other issues
with it and also fixed them.</p> with it and also fixed them.</p>
<p>My current goal is to implement string.h and after that I am planning to publish it. <p>My current goal is to implement &lt;string.h> and after that I am planning to publish it.
Currently most of funcs are implemented. Making strtok now but all other functions need Currently most of funcs are implemented. Making strtok now but all other functions need
locale.h and I don&rsquo;t know yet how I will be implemented. But it is already cool that we locale.h and I don&rsquo;t know yet how I will be implemented. But it is already cool that we
have most of functions that should be in string.h!</p> have most of functions that should be in &lt;string.h>!</p>
<p>Also we now have <a href="https://gru.codeberg.page">gru webpage on codeberg</a>! Maybe next week I <p>Also we now have <a href="https://gru.codeberg.page">gru webpage on codeberg</a>! Maybe next week I
will move all devlogs to gru webpage so it will be easier to move.</p> will move all devlogs to gru webpage so it will be easier to move.</p>
@ -72,6 +72,8 @@ for our own Linux or BSD distribution. But that will be in future&hellip;</p>
<p>Hope you liked this post! If you would like to help us, contact me via email, xmpp or irc :)</p> <p>Hope you liked this post! If you would like to help us, contact me via email, xmpp or irc :)</p>
<p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_gic.html'>gic</a>, <a href='tag_girclib.html'>girclib</a>, <a href='tag_liblinux.html'>liblinux</a>, <a href='tag_olibc.html'>olibc</a>, <a href='tag_libs.html'>libs</a></p> <p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_gic.html'>gic</a>, <a href='tag_girclib.html'>girclib</a>, <a href='tag_liblinux.html'>liblinux</a>, <a href='tag_olibc.html'>olibc</a>, <a href='tag_libs.html'>libs</a></p>
<!-- text end --> <!-- text end -->
</div> </div>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~g1n/">G1n</a> &mdash; <a href="mailto:g1n&#64;ttm&#46;sh">g1n&#64;ttm&#46;sh</a><br> <div id="footer">CC by-nc-nd <a href="https://tilde.team/~g1n/">G1n</a> &mdash; <a href="mailto:g1n&#64;ttm&#46;sh">g1n&#64;ttm&#46;sh</a><br>

View File

@ -45,6 +45,8 @@ so maybe soon someone will help me with all this.</p>
<p>And of course if you can help me please contact me in someway! :)</p> <p>And of course if you can help me please contact me in someway! :)</p>
<p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_orcc.html'>orcc</a>, <a href='tag_gasm.html'>gasm</a>, <a href='tag_hexutils.html'>hexutils</a>, <a href='tag_webpage.html'>webpage</a></p> <p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_orcc.html'>orcc</a>, <a href='tag_gasm.html'>gasm</a>, <a href='tag_hexutils.html'>hexutils</a>, <a href='tag_webpage.html'>webpage</a></p>
<!-- text end --> <!-- text end -->
</div> </div>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~g1n/">G1n</a> &mdash; <a href="mailto:g1n&#64;ttm&#46;sh">g1n&#64;ttm&#46;sh</a><br> <div id="footer">CC by-nc-nd <a href="https://tilde.team/~g1n/">G1n</a> &mdash; <a href="mailto:g1n&#64;ttm&#46;sh">g1n&#64;ttm&#46;sh</a><br>

View File

@ -39,6 +39,8 @@ very success, but I hope to do it more often :)</p>
<p>Hope you liked this post :). If you would like to help me, contact me via email, xmpp or irc :)</p> <p>Hope you liked this post :). If you would like to help me, contact me via email, xmpp or irc :)</p>
<p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_yemu.html'>yemu</a>, <a href='tag_libera.html'>libera</a>, <a href='tag_org-mode.html'>org-mode</a>, <a href='tag_org-roam.html'>org-roam</a></p> <p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_yemu.html'>yemu</a>, <a href='tag_libera.html'>libera</a>, <a href='tag_org-mode.html'>org-mode</a>, <a href='tag_org-roam.html'>org-roam</a></p>
<!-- text end --> <!-- text end -->
<h3><a class="ablack" href="gru-devlog-10---orsh-now-like-proper-shell-and-gasm.html"> <h3><a class="ablack" href="gru-devlog-10---orsh-now-like-proper-shell-and-gasm.html">
GRU Devlog 10 - orsh now like proper shell and gasm GRU Devlog 10 - orsh now like proper shell and gasm
@ -78,6 +80,8 @@ We need to make something like plan our schedule (to know about what to speak) a
If you would like to help me, contact me via email, xmpp or irc :)</p> If you would like to help me, contact me via email, xmpp or irc :)</p>
<p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_org-mode.html'>org-mode</a>, <a href='tag_gasm.html'>gasm</a>, <a href='tag_orsh.html'>orsh</a>, <a href='tag_meeting.html'>meeting</a>, <a href='tag_lobste.rs.html'>lobste.rs</a>, <a href='tag_tilde.news.html'>tilde.news</a></p> <p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_org-mode.html'>org-mode</a>, <a href='tag_gasm.html'>gasm</a>, <a href='tag_orsh.html'>orsh</a>, <a href='tag_meeting.html'>meeting</a>, <a href='tag_lobste.rs.html'>lobste.rs</a>, <a href='tag_tilde.news.html'>tilde.news</a></p>
<!-- text end --> <!-- text end -->
</div> </div>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~g1n/">G1n</a> &mdash; <a href="mailto:g1n&#64;ttm&#46;sh">g1n&#64;ttm&#46;sh</a><br> <div id="footer">CC by-nc-nd <a href="https://tilde.team/~g1n/">G1n</a> &mdash; <a href="mailto:g1n&#64;ttm&#46;sh">g1n&#64;ttm&#46;sh</a><br>

View File

@ -39,6 +39,8 @@ very success, but I hope to do it more often :)</p>
<p>Hope you liked this post :). If you would like to help me, contact me via email, xmpp or irc :)</p> <p>Hope you liked this post :). If you would like to help me, contact me via email, xmpp or irc :)</p>
<p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_yemu.html'>yemu</a>, <a href='tag_libera.html'>libera</a>, <a href='tag_org-mode.html'>org-mode</a>, <a href='tag_org-roam.html'>org-roam</a></p> <p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_yemu.html'>yemu</a>, <a href='tag_libera.html'>libera</a>, <a href='tag_org-mode.html'>org-mode</a>, <a href='tag_org-roam.html'>org-roam</a></p>
<!-- text end --> <!-- text end -->
</div> </div>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~g1n/">G1n</a> &mdash; <a href="mailto:g1n&#64;ttm&#46;sh">g1n&#64;ttm&#46;sh</a><br> <div id="footer">CC by-nc-nd <a href="https://tilde.team/~g1n/">G1n</a> &mdash; <a href="mailto:g1n&#64;ttm&#46;sh">g1n&#64;ttm&#46;sh</a><br>

View File

@ -42,6 +42,8 @@ for it, but after that i will need to understand more how vfs working and rewrit
<p>Hope you liked this post and you will join our XMPP muc :). If you would like to help me, contact me via email, xmpp or irc :)</p> <p>Hope you liked this post and you will join our XMPP muc :). If you would like to help me, contact me via email, xmpp or irc :)</p>
<p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_orion.html'>orion</a>, <a href='tag_orsh.html'>orsh</a>, <a href='tag_xmpp.html'>xmpp</a>, <a href='tag_tilde.tel.html'>tilde.tel</a>, <a href='tag_jitsi.html'>jitsi</a></p> <p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_orion.html'>orion</a>, <a href='tag_orsh.html'>orsh</a>, <a href='tag_xmpp.html'>xmpp</a>, <a href='tag_tilde.tel.html'>tilde.tel</a>, <a href='tag_jitsi.html'>jitsi</a></p>
<!-- text end --> <!-- text end -->
<h3><a class="ablack" href="gru-devlog-8---orsh-and-published-initrd.html"> <h3><a class="ablack" href="gru-devlog-8---orsh-and-published-initrd.html">
GRU Devlog 8 - orsh and published initrd GRU Devlog 8 - orsh and published initrd
@ -63,6 +65,8 @@ From today&rsquo;s morning I am trying to replace bash with it, but still a lot
<p>Hope you liked this post and if you would like to help me, contact me via email, xmpp or irc :)</p> <p>Hope you liked this post and if you would like to help me, contact me via email, xmpp or irc :)</p>
<p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_orsh.html'>orsh</a>, <a href='tag_orion.html'>orion</a></p> <p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_orsh.html'>orsh</a>, <a href='tag_orion.html'>orion</a></p>
<!-- text end --> <!-- text end -->
<h3><a class="ablack" href="gru-devlog-7---keyboard-paging-and-wip-initrd-in-orion.html"> <h3><a class="ablack" href="gru-devlog-7---keyboard-paging-and-wip-initrd-in-orion.html">
GRU Devlog 7 - keyboard, paging and WIP initrd in Orion GRU Devlog 7 - keyboard, paging and WIP initrd in Orion
@ -87,6 +91,8 @@ and then contents of files!</p>
<p>Hope you liked this post and if you would like to help me, contact me via email, xmpp or irc :)</p> <p>Hope you liked this post and if you would like to help me, contact me via email, xmpp or irc :)</p>
<p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_orion.html'>orion</a></p> <p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_orion.html'>orion</a></p>
<!-- text end --> <!-- text end -->
<h3><a class="ablack" href="gru-devlog-6---yemu-published-gxt-and-interrupts-working-in-orion.html"> <h3><a class="ablack" href="gru-devlog-6---yemu-published-gxt-and-interrupts-working-in-orion.html">
GRU Devlog 6 - yemu, published gxt and interrupts working in Orion GRU Devlog 6 - yemu, published gxt and interrupts working in Orion
@ -110,6 +116,8 @@ and a lot of other things (thanks to quinn and smlckz from tilde.chat)</p>
contact me via email, xmpp or irc :)</p> contact me via email, xmpp or irc :)</p>
<p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_gxt.html'>gxt</a>, <a href='tag_yemu.html'>yemu</a>, <a href='tag_orion.html'>orion</a></p> <p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_gxt.html'>gxt</a>, <a href='tag_yemu.html'>yemu</a>, <a href='tag_orion.html'>orion</a></p>
<!-- text end --> <!-- text end -->
<h3><a class="ablack" href="gru-devlog-3---orion-and-dreams-about-gru-software-future.html"> <h3><a class="ablack" href="gru-devlog-3---orion-and-dreams-about-gru-software-future.html">
GRU DevLog 3 - Orion and dreams about GRU software future GRU DevLog 3 - Orion and dreams about GRU software future
@ -164,6 +172,8 @@ or any other type of contact (irc: g1n on tilde.chat, xmpp: g1n@hmm.st)</p>
<!-- text end --> <!-- text end -->
<h3><a class="ablack" href="gru-devlog-2---orion.html"> <h3><a class="ablack" href="gru-devlog-2---orion.html">
GRU DevLog 2 - Orion GRU DevLog 2 - Orion
@ -189,6 +199,8 @@ interrupts and exceptions.</p>
<!-- text end --> <!-- text end -->
</div> </div>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~g1n/">G1n</a> &mdash; <a href="mailto:g1n&#64;ttm&#46;sh">g1n&#64;ttm&#46;sh</a><br> <div id="footer">CC by-nc-nd <a href="https://tilde.team/~g1n/">G1n</a> &mdash; <a href="mailto:g1n&#64;ttm&#46;sh">g1n&#64;ttm&#46;sh</a><br>

View File

@ -36,6 +36,8 @@ E would be a new display server. We will need to have it for Orion in future. Cu
<p>Hope you liked this post! If you would like to help us, contact me via email, xmpp or irc :)</p> <p>Hope you liked this post! If you would like to help us, contact me via email, xmpp or irc :)</p>
<p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_ormp.html'>ormp</a>, <a href='tag_egg.html'>egg</a>, <a href='tag_yemu.html'>yemu</a>, <a href='tag_xmpp.html'>xmpp</a>, <a href='tag_irc.html'>irc</a></p> <p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_ormp.html'>ormp</a>, <a href='tag_egg.html'>egg</a>, <a href='tag_yemu.html'>yemu</a>, <a href='tag_xmpp.html'>xmpp</a>, <a href='tag_irc.html'>irc</a></p>
<!-- text end --> <!-- text end -->
</div> </div>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~g1n/">G1n</a> &mdash; <a href="mailto:g1n&#64;ttm&#46;sh">g1n&#64;ttm&#46;sh</a><br> <div id="footer">CC by-nc-nd <a href="https://tilde.team/~g1n/">G1n</a> &mdash; <a href="mailto:g1n&#64;ttm&#46;sh">g1n&#64;ttm&#46;sh</a><br>

View File

@ -52,6 +52,8 @@ We need to make something like plan our schedule (to know about what to speak) a
If you would like to help me, contact me via email, xmpp or irc :)</p> If you would like to help me, contact me via email, xmpp or irc :)</p>
<p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_org-mode.html'>org-mode</a>, <a href='tag_gasm.html'>gasm</a>, <a href='tag_orsh.html'>orsh</a>, <a href='tag_meeting.html'>meeting</a>, <a href='tag_lobste.rs.html'>lobste.rs</a>, <a href='tag_tilde.news.html'>tilde.news</a></p> <p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_org-mode.html'>org-mode</a>, <a href='tag_gasm.html'>gasm</a>, <a href='tag_orsh.html'>orsh</a>, <a href='tag_meeting.html'>meeting</a>, <a href='tag_lobste.rs.html'>lobste.rs</a>, <a href='tag_tilde.news.html'>tilde.news</a></p>
<!-- text end --> <!-- text end -->
<h3><a class="ablack" href="gru-devlog-9---orsh-orion-bootloader-gru-xmpp-room-and-logo.html"> <h3><a class="ablack" href="gru-devlog-9---orsh-orion-bootloader-gru-xmpp-room-and-logo.html">
GRU Devlog 9 - orsh, orion, bootloader, GRU xmpp room and logo GRU Devlog 9 - orsh, orion, bootloader, GRU xmpp room and logo
@ -81,6 +83,8 @@ for it, but after that i will need to understand more how vfs working and rewrit
<p>Hope you liked this post and you will join our XMPP muc :). If you would like to help me, contact me via email, xmpp or irc :)</p> <p>Hope you liked this post and you will join our XMPP muc :). If you would like to help me, contact me via email, xmpp or irc :)</p>
<p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_orion.html'>orion</a>, <a href='tag_orsh.html'>orsh</a>, <a href='tag_xmpp.html'>xmpp</a>, <a href='tag_tilde.tel.html'>tilde.tel</a>, <a href='tag_jitsi.html'>jitsi</a></p> <p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_orion.html'>orion</a>, <a href='tag_orsh.html'>orsh</a>, <a href='tag_xmpp.html'>xmpp</a>, <a href='tag_tilde.tel.html'>tilde.tel</a>, <a href='tag_jitsi.html'>jitsi</a></p>
<!-- text end --> <!-- text end -->
<h3><a class="ablack" href="gru-devlog-8---orsh-and-published-initrd.html"> <h3><a class="ablack" href="gru-devlog-8---orsh-and-published-initrd.html">
GRU Devlog 8 - orsh and published initrd GRU Devlog 8 - orsh and published initrd
@ -102,6 +106,8 @@ From today&rsquo;s morning I am trying to replace bash with it, but still a lot
<p>Hope you liked this post and if you would like to help me, contact me via email, xmpp or irc :)</p> <p>Hope you liked this post and if you would like to help me, contact me via email, xmpp or irc :)</p>
<p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_orsh.html'>orsh</a>, <a href='tag_orion.html'>orion</a></p> <p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_orsh.html'>orsh</a>, <a href='tag_orion.html'>orion</a></p>
<!-- text end --> <!-- text end -->
</div> </div>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~g1n/">G1n</a> &mdash; <a href="mailto:g1n&#64;ttm&#46;sh">g1n&#64;ttm&#46;sh</a><br> <div id="footer">CC by-nc-nd <a href="https://tilde.team/~g1n/">G1n</a> &mdash; <a href="mailto:g1n&#64;ttm&#46;sh">g1n&#64;ttm&#46;sh</a><br>

View File

@ -29,6 +29,8 @@ G1n
<!-- text end --> <!-- text end -->
</div> </div>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~g1n/">G1n</a> &mdash; <a href="mailto:g1n&#64;ttm&#46;sh">g1n&#64;ttm&#46;sh</a><br> <div id="footer">CC by-nc-nd <a href="https://tilde.team/~g1n/">G1n</a> &mdash; <a href="mailto:g1n&#64;ttm&#46;sh">g1n&#64;ttm&#46;sh</a><br>

View File

@ -29,6 +29,8 @@ G1n
<!-- text end --> <!-- text end -->
</div> </div>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~g1n/">G1n</a> &mdash; <a href="mailto:g1n&#64;ttm&#46;sh">g1n&#64;ttm&#46;sh</a><br> <div id="footer">CC by-nc-nd <a href="https://tilde.team/~g1n/">G1n</a> &mdash; <a href="mailto:g1n&#64;ttm&#46;sh">g1n&#64;ttm&#46;sh</a><br>

View File

@ -52,6 +52,8 @@ We need to make something like plan our schedule (to know about what to speak) a
If you would like to help me, contact me via email, xmpp or irc :)</p> If you would like to help me, contact me via email, xmpp or irc :)</p>
<p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_org-mode.html'>org-mode</a>, <a href='tag_gasm.html'>gasm</a>, <a href='tag_orsh.html'>orsh</a>, <a href='tag_meeting.html'>meeting</a>, <a href='tag_lobste.rs.html'>lobste.rs</a>, <a href='tag_tilde.news.html'>tilde.news</a></p> <p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_org-mode.html'>org-mode</a>, <a href='tag_gasm.html'>gasm</a>, <a href='tag_orsh.html'>orsh</a>, <a href='tag_meeting.html'>meeting</a>, <a href='tag_lobste.rs.html'>lobste.rs</a>, <a href='tag_tilde.news.html'>tilde.news</a></p>
<!-- text end --> <!-- text end -->
</div> </div>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~g1n/">G1n</a> &mdash; <a href="mailto:g1n&#64;ttm&#46;sh">g1n&#64;ttm&#46;sh</a><br> <div id="footer">CC by-nc-nd <a href="https://tilde.team/~g1n/">G1n</a> &mdash; <a href="mailto:g1n&#64;ttm&#46;sh">g1n&#64;ttm&#46;sh</a><br>

View File

@ -30,6 +30,8 @@ G1n
<!-- text end --> <!-- text end -->
</div> </div>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~g1n/">G1n</a> &mdash; <a href="mailto:g1n&#64;ttm&#46;sh">g1n&#64;ttm&#46;sh</a><br> <div id="footer">CC by-nc-nd <a href="https://tilde.team/~g1n/">G1n</a> &mdash; <a href="mailto:g1n&#64;ttm&#46;sh">g1n&#64;ttm&#46;sh</a><br>

View File

@ -42,6 +42,8 @@ for it, but after that i will need to understand more how vfs working and rewrit
<p>Hope you liked this post and you will join our XMPP muc :). If you would like to help me, contact me via email, xmpp or irc :)</p> <p>Hope you liked this post and you will join our XMPP muc :). If you would like to help me, contact me via email, xmpp or irc :)</p>
<p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_orion.html'>orion</a>, <a href='tag_orsh.html'>orsh</a>, <a href='tag_xmpp.html'>xmpp</a>, <a href='tag_tilde.tel.html'>tilde.tel</a>, <a href='tag_jitsi.html'>jitsi</a></p> <p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_orion.html'>orion</a>, <a href='tag_orsh.html'>orsh</a>, <a href='tag_xmpp.html'>xmpp</a>, <a href='tag_tilde.tel.html'>tilde.tel</a>, <a href='tag_jitsi.html'>jitsi</a></p>
<!-- text end --> <!-- text end -->
</div> </div>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~g1n/">G1n</a> &mdash; <a href="mailto:g1n&#64;ttm&#46;sh">g1n&#64;ttm&#46;sh</a><br> <div id="footer">CC by-nc-nd <a href="https://tilde.team/~g1n/">G1n</a> &mdash; <a href="mailto:g1n&#64;ttm&#46;sh">g1n&#64;ttm&#46;sh</a><br>

View File

@ -36,6 +36,8 @@ electronic ideas, circuits and progress in doing some electronic things.</p>
<p>Hope you liked this post! If you would like to help me, contact me via email, xmpp or irc :)</p> <p>Hope you liked this post! If you would like to help me, contact me via email, xmpp or irc :)</p>
<p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_lolcpu.html'>lolcpu</a>, <a href='tag_ocpu.html'>ocpu</a>, <a href='tag_transistors.html'>transistors</a>, <a href='tag_electonics.html'>electonics</a></p> <p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_lolcpu.html'>lolcpu</a>, <a href='tag_ocpu.html'>ocpu</a>, <a href='tag_transistors.html'>transistors</a>, <a href='tag_electonics.html'>electonics</a></p>
<!-- text end --> <!-- text end -->
</div> </div>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~g1n/">G1n</a> &mdash; <a href="mailto:g1n&#64;ttm&#46;sh">g1n&#64;ttm&#46;sh</a><br> <div id="footer">CC by-nc-nd <a href="https://tilde.team/~g1n/">G1n</a> &mdash; <a href="mailto:g1n&#64;ttm&#46;sh">g1n&#64;ttm&#46;sh</a><br>

View File

@ -45,6 +45,8 @@ so maybe soon someone will help me with all this.</p>
<p>And of course if you can help me please contact me in someway! :)</p> <p>And of course if you can help me please contact me in someway! :)</p>
<p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_orcc.html'>orcc</a>, <a href='tag_gasm.html'>gasm</a>, <a href='tag_hexutils.html'>hexutils</a>, <a href='tag_webpage.html'>webpage</a></p> <p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_orcc.html'>orcc</a>, <a href='tag_gasm.html'>gasm</a>, <a href='tag_hexutils.html'>hexutils</a>, <a href='tag_webpage.html'>webpage</a></p>
<!-- text end --> <!-- text end -->
</div> </div>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~g1n/">G1n</a> &mdash; <a href="mailto:g1n&#64;ttm&#46;sh">g1n&#64;ttm&#46;sh</a><br> <div id="footer">CC by-nc-nd <a href="https://tilde.team/~g1n/">G1n</a> &mdash; <a href="mailto:g1n&#64;ttm&#46;sh">g1n&#64;ttm&#46;sh</a><br>

View File

@ -36,6 +36,8 @@ E would be a new display server. We will need to have it for Orion in future. Cu
<p>Hope you liked this post! If you would like to help us, contact me via email, xmpp or irc :)</p> <p>Hope you liked this post! If you would like to help us, contact me via email, xmpp or irc :)</p>
<p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_ormp.html'>ormp</a>, <a href='tag_egg.html'>egg</a>, <a href='tag_yemu.html'>yemu</a>, <a href='tag_xmpp.html'>xmpp</a>, <a href='tag_irc.html'>irc</a></p> <p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_ormp.html'>ormp</a>, <a href='tag_egg.html'>egg</a>, <a href='tag_yemu.html'>yemu</a>, <a href='tag_xmpp.html'>xmpp</a>, <a href='tag_irc.html'>irc</a></p>
<!-- text end --> <!-- text end -->
<h3><a class="ablack" href="gru-devlog-9---orsh-orion-bootloader-gru-xmpp-room-and-logo.html"> <h3><a class="ablack" href="gru-devlog-9---orsh-orion-bootloader-gru-xmpp-room-and-logo.html">
GRU Devlog 9 - orsh, orion, bootloader, GRU xmpp room and logo GRU Devlog 9 - orsh, orion, bootloader, GRU xmpp room and logo
@ -65,6 +67,8 @@ for it, but after that i will need to understand more how vfs working and rewrit
<p>Hope you liked this post and you will join our XMPP muc :). If you would like to help me, contact me via email, xmpp or irc :)</p> <p>Hope you liked this post and you will join our XMPP muc :). If you would like to help me, contact me via email, xmpp or irc :)</p>
<p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_orion.html'>orion</a>, <a href='tag_orsh.html'>orsh</a>, <a href='tag_xmpp.html'>xmpp</a>, <a href='tag_tilde.tel.html'>tilde.tel</a>, <a href='tag_jitsi.html'>jitsi</a></p> <p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_orion.html'>orion</a>, <a href='tag_orsh.html'>orsh</a>, <a href='tag_xmpp.html'>xmpp</a>, <a href='tag_tilde.tel.html'>tilde.tel</a>, <a href='tag_jitsi.html'>jitsi</a></p>
<!-- text end --> <!-- text end -->
</div> </div>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~g1n/">G1n</a> &mdash; <a href="mailto:g1n&#64;ttm&#46;sh">g1n&#64;ttm&#46;sh</a><br> <div id="footer">CC by-nc-nd <a href="https://tilde.team/~g1n/">G1n</a> &mdash; <a href="mailto:g1n&#64;ttm&#46;sh">g1n&#64;ttm&#46;sh</a><br>

View File

@ -36,6 +36,8 @@ E would be a new display server. We will need to have it for Orion in future. Cu
<p>Hope you liked this post! If you would like to help us, contact me via email, xmpp or irc :)</p> <p>Hope you liked this post! If you would like to help us, contact me via email, xmpp or irc :)</p>
<p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_ormp.html'>ormp</a>, <a href='tag_egg.html'>egg</a>, <a href='tag_yemu.html'>yemu</a>, <a href='tag_xmpp.html'>xmpp</a>, <a href='tag_irc.html'>irc</a></p> <p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_ormp.html'>ormp</a>, <a href='tag_egg.html'>egg</a>, <a href='tag_yemu.html'>yemu</a>, <a href='tag_xmpp.html'>xmpp</a>, <a href='tag_irc.html'>irc</a></p>
<!-- text end --> <!-- text end -->
<h3><a class="ablack" href="gru-devlog-15---ocpu-yemu-and-licenses.html"> <h3><a class="ablack" href="gru-devlog-15---ocpu-yemu-and-licenses.html">
GRU Devlog 15 - ocpu, yemu and licenses GRU Devlog 15 - ocpu, yemu and licenses
@ -55,6 +57,8 @@ G1n
<p>Hope you liked this post! If you would like to help me, contact me via email, xmpp or irc :)</p> <p>Hope you liked this post! If you would like to help me, contact me via email, xmpp or irc :)</p>
<p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_ocpu.html'>ocpu</a>, <a href='tag_yemu.html'>yemu</a>, <a href='tag_license.html'>license</a></p> <p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_ocpu.html'>ocpu</a>, <a href='tag_yemu.html'>yemu</a>, <a href='tag_license.html'>license</a></p>
<!-- text end --> <!-- text end -->
<h3><a class="ablack" href="gru-devlog-14---ocpu-and-yemu.html"> <h3><a class="ablack" href="gru-devlog-14---ocpu-and-yemu.html">
GRU Devlog 14 - ocpu and yemu GRU Devlog 14 - ocpu and yemu
@ -80,6 +84,8 @@ We also added some description to commands in specifications, so it is easier to
<p>Hope you liked this post! If you would like to help me, contact me via email, xmpp or irc :)</p> <p>Hope you liked this post! If you would like to help me, contact me via email, xmpp or irc :)</p>
<p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_yemu.html'>yemu</a>, <a href='tag_ocpu.html'>ocpu</a></p> <p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_yemu.html'>yemu</a>, <a href='tag_ocpu.html'>ocpu</a></p>
<!-- text end --> <!-- text end -->
<h3><a class="ablack" href="gru-devlog-13---yemu-gasm-and-ocpu.html"> <h3><a class="ablack" href="gru-devlog-13---yemu-gasm-and-ocpu.html">
GRU Devlog 12 - yemu, gasm and ocpu GRU Devlog 12 - yemu, gasm and ocpu
@ -105,6 +111,8 @@ But firstly we need to make this specififcations complete, assembler and emulato
<p>Hope you liked this post! If you would like to help me, contact me via email, xmpp or irc :)</p> <p>Hope you liked this post! If you would like to help me, contact me via email, xmpp or irc :)</p>
<p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_yemu.html'>yemu</a>, <a href='tag_gasm.html'>gasm</a>, <a href='tag_ocpu.html'>ocpu</a></p> <p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_yemu.html'>yemu</a>, <a href='tag_gasm.html'>gasm</a>, <a href='tag_ocpu.html'>ocpu</a></p>
<!-- text end --> <!-- text end -->
<h3><a class="ablack" href="gru-devlog-11---yemu-and-channel-on-liberachat.html"> <h3><a class="ablack" href="gru-devlog-11---yemu-and-channel-on-liberachat.html">
GRU Devlog 11 - yemu and channel on libera.chat GRU Devlog 11 - yemu and channel on libera.chat
@ -131,6 +139,8 @@ very success, but I hope to do it more often :)</p>
<p>Hope you liked this post :). If you would like to help me, contact me via email, xmpp or irc :)</p> <p>Hope you liked this post :). If you would like to help me, contact me via email, xmpp or irc :)</p>
<p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_yemu.html'>yemu</a>, <a href='tag_libera.html'>libera</a>, <a href='tag_org-mode.html'>org-mode</a>, <a href='tag_org-roam.html'>org-roam</a></p> <p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_yemu.html'>yemu</a>, <a href='tag_libera.html'>libera</a>, <a href='tag_org-mode.html'>org-mode</a>, <a href='tag_org-roam.html'>org-roam</a></p>
<!-- text end --> <!-- text end -->
<h3><a class="ablack" href="gru-devlog-6---yemu-published-gxt-and-interrupts-working-in-orion.html"> <h3><a class="ablack" href="gru-devlog-6---yemu-published-gxt-and-interrupts-working-in-orion.html">
GRU Devlog 6 - yemu, published gxt and interrupts working in Orion GRU Devlog 6 - yemu, published gxt and interrupts working in Orion
@ -154,6 +164,8 @@ and a lot of other things (thanks to quinn and smlckz from tilde.chat)</p>
contact me via email, xmpp or irc :)</p> contact me via email, xmpp or irc :)</p>
<p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_gxt.html'>gxt</a>, <a href='tag_yemu.html'>yemu</a>, <a href='tag_orion.html'>orion</a></p> <p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_gxt.html'>gxt</a>, <a href='tag_yemu.html'>yemu</a>, <a href='tag_orion.html'>orion</a></p>
<!-- text end --> <!-- text end -->
</div> </div>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~g1n/">G1n</a> &mdash; <a href="mailto:g1n&#64;ttm&#46;sh">g1n&#64;ttm&#46;sh</a><br> <div id="footer">CC by-nc-nd <a href="https://tilde.team/~g1n/">G1n</a> &mdash; <a href="mailto:g1n&#64;ttm&#46;sh">g1n&#64;ttm&#46;sh</a><br>

View File

@ -33,6 +33,8 @@ Trying surf but firefox still my default browser</p>
<!-- text end --> <!-- text end -->
<!-- entry end --> <!-- entry end -->
</div> </div>

View File

@ -31,6 +31,8 @@ G1n
<!-- text end --> <!-- text end -->
<!-- entry end --> <!-- entry end -->
</div> </div>