www/blog/index.html

199 lines
8.7 KiB
HTML

<!DOCTYPE html>
<html lang="en"><head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="main.css" type="text/css">
<link rel="stylesheet" href="blog.css" type="text/css">
<link rel="alternate" type="application/rss+xml" title="subscribe to this page..." href="xhec.one/~g1n/feed.xml">
<title>~g1n's blog</title>
</head><body>
<div id="divbodyholder">
<div class="headerholder"><div class="header">
<div id="title">
<h1 class="nomargin"><a class="ablack" href="https://xhec.one/~g1n/index.html">~g1n's blog</a></h1>
<div id="description">~g1n's blog</div>
</div></div></div>
<div id="divbody"><div class="content">
<h3><a class="ablack" href="gru-devlog-2---orion.html">
GRU DevLog 2 - Orion
</a></h3>
<!-- bashblog_timestamp: #202108081411.43# -->
<div class="subtitle">August 08, 2021 &mdash;
G1n
</div>
<!-- text begin -->
<p>This week I was developing new OS - Orion.</p>
<p>I don&rsquo;t understand very basic osdev thing so I decided to make OS on C and Asm.
Currently that can just output text (with printf arguments) on screen and serial.
Now gros is much cooler than Orion - it has input, interupts and a lot of else.
But maybe I&rsquo;ll understand OSdev better.
Currently working on GDT (global descriptor table) and than will work on
interrupts and exceptions.</p>
<p>Of course if you can help me contact me throught email or in other ways!</p>
<p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_orion.html'>orion</a></p>
<!-- text end -->
<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
</a></h3>
<!-- bashblog_timestamp: #202108011612.04# -->
<div class="subtitle">August 01, 2021 &mdash;
G1n
</div>
<!-- text begin -->
<p>I didn&rsquo;t make a lot work this week, so i think this devlogs should be renamed from &ldquo;week number&rdquo; to just &ldquo;number&rdquo;
Ok, so what i did this week:
- Add wc to grutils
- Published gros
- Add basic shell and some commands for gros</p>
<p>I know that is not a lot, but i was reading some osdev articles and books.
Currently I would like to implement basic filesystem but i don&rsquo;t know what to do.</p>
<p>Some goals for gros (I will add that to gros readme):
- Filesystem (FAT or Ext2)
- ELF or other executable formats
- LibC (for compiling C programs)
- Maybe basic networking but after all of that</p>
<p>All code in osdev wiki is for C so I need to implement it myself (or port existing rust code)</p>
<p>If you can help me somehow please contact me via email (g1n@ttm.sh) or in other ways (~chat irc, xmpp)</p>
<p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_grutils.html'>grutils</a>, <a href='tag_gros.html'>gros</a></p>
<!-- text end -->
<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
</a></h3>
<!-- bashblog_timestamp: #202107251722.59# -->
<div class="subtitle">July 25, 2021 &mdash;
G1n
</div>
<!-- text begin -->
<p>So I have started new project this week - grsh! It is shell written on Rust. Also, for now, other rewrites of coreutils are there.</p>
<p>What grsh can do for this moment: echo some variables (pwd, user, home, status of previous command using $?) and text; true, false, : - set status; pwd shows current dir, also comments and cd working, basic piping (thanks to <a href="https://www.joshmcguigan.com/blog/build-your-own-shell-rust/">that article</a> and of course executing not builtin command also working.</p>
<p>Some grutils that I made: ls, touch, mkdir/rmdir, rm, grep, head/tail, yes, cat.</p>
<p>TODOs exist in grsh repo - so you can read there some of my plans.</p>
<p>Yesterday i have started GROS - OS on Rust! But I haven&rsquo;t published code yet because it not have that minimum of funcionality that i want. Thanks for that site for teaching how to make basics - <a href="https://os.phil-opp.com">https://os.phil-opp.com</a></p>
<p>So it was first of GRU Devlog! Thanks for reading! If you want to contribute to some of that project write me an email - <a href="mailto:g1n@ttm.sh">g1n@ttm.sh</a> , or contact me in other ways</p>
<p>tags: <a href='tag_gru.html'>gru</a>, <a href='tag_grsh.html'>grsh</a>, <a href='tag_grutils.html'>grutils</a>, <a href='tag_gros.html'>gros</a></p>
<!-- text end -->
<h3><a class="ablack" href="spartan-protocol.html">
Spartan protocol
</a></h3>
<!-- bashblog_timestamp: #202107051756.57# -->
<div class="subtitle">July 05, 2021 &mdash;
G1n
</div>
<!-- text begin -->
<p>I started exploring spartan protocol and currently making my own client for it in bash - <a href="https://tildegit.org/g1n/laconia">laconia</a>. It is very WIP, but can open <a href="https://spartan.mozz.us">spartan.mozz.us</a>, <a href="https://alexschroeder.ch">alexschroeder.ch</a>, and local server on ~team generated from mine gemini capsule.</p>
<p>tags: <a href='tag_spartan.html'>spartan</a>, <a href='tag_protocol.html'>protocol</a>, <a href='tag_gemini.html'>gemini</a></p>
<!-- text end -->
<h3><a class="ablack" href="exploring-bbses.html">
Exploring BBSes
</a></h3>
<!-- bashblog_timestamp: #202106291912.54# -->
<div class="subtitle">June 29, 2021 &mdash;
G1n
</div>
<!-- text begin -->
<p>I was exploring tomasino gopher capsule <a href="gopher://gopher.black">gopher.black</a> and found <a href="http://mono.org">monochrome</a> bbs and created account there.
I didn&rsquo;t use other BBSes so it is my first.
Maybe I will find that interesting.</p>
<p>tags: <a href='tag_bbs.html'>bbs</a>, <a href='tag_monochrome.html'>monochrome</a></p>
<!-- text end -->
<h3><a class="ablack" href="moving-to-tildeteam.html">
Moving to tilde.team
</a></h3>
<!-- bashblog_timestamp: #202106291906.17# -->
<div class="subtitle">June 29, 2021 &mdash;
G1n
</div>
<!-- text begin -->
<p>I don&rsquo;t know what happend with xhec.one, so i moved my site to tilde.team</p>
<p>tags: <a href='tag_tilde.team.html'>tilde.team</a></p>
<!-- text end -->
<h3><a class="ablack" href="i-successufully-installed-linux-from-scratch.html">
I successufully installed Linux from Scratch
</a></h3>
<!-- bashblog_timestamp: #202106081317.53# -->
<div class="subtitle">June 08, 2021 &mdash;
G1n
</div>
<!-- text begin -->
<p>It took a long time. But it boots! I also setupped internet (using dhcpcd), installed lynx, certificates, ssh, wget, curl, git. <br>
Now I am trying to setup smaller fonts in tty and choosing between wayland and xorg </p>
<p>Tags: <a href='tag_linuxfromscratch.html'>linuxfromscratch</a>, <a href='tag_lfs.html'>lfs</a></p>
<!-- text end -->
<h3><a class="ablack" href="learning-programing.html">
Learning programing
</a></h3>
<!-- bashblog_timestamp: #202106011137.34# -->
<div class="subtitle">June 01, 2021 &mdash;
G1n
</div>
<!-- text begin -->
<p> Yesterday I started learning Go. Today: Rust. Tommorow I will improve Python. Going to program everyday! </p>
<p>Tags: <a href='tag_programing.html'>programing</a>, <a href='tag_learning.html'>learning</a>, <a href='tag_go.html'>go</a>, <a href='tag_rust.html'>rust</a>, <a href='tag_python.html'>python</a></p>
<!-- text end -->
<h3><a class="ablack" href="bmpdb-and-bmpcb---play-music-on-your-machine-in-command-line.html">
<b>mpd</b> and <b>mpc</b> - play music on your machine in command line
</a></h3>
<!-- bashblog_timestamp: #202105211145.54# -->
<div class="subtitle">May 21, 2021 &mdash;
G1n
</div>
<!-- text begin -->
<p>I setup mpd and mpc for playing <a href="https://tilderadio.org">tilderadio</a><br>
Now going to setup emms (emacs music player). One more thing that I can do without browser</p>
<p>Tags: <a href='tag_mpd.html'>mpd</a>, <a href='tag_mpc.html'>mpc</a>, <a href='tag_tilderadio.html'>tilderadio</a>, <a href='tag_music.html'>music</a>, <a href='tag_command-line.html'>command-line</a></p>
<!-- text end -->
<h3><a class="ablack" href="notmuch---mail-in-emacs.html">
notmuch - mail in emacs
</a></h3>
<!-- bashblog_timestamp: #202105201204.07# -->
<div class="subtitle">May 20, 2021 &mdash;
G1n
</div>
<!-- text begin -->
<p><b>notmuch</b> is an email system. But I use emacs as frontend for it</p>
<p>Tags: <a href='tag_notmuch.html'>notmuch</a>, <a href='tag_email.html'>email</a>, <a href='tag_emacs.html'>emacs</a>, <a href='tag_emacs-for-everything.html'>emacs-for-everything</a></p>
<!-- 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="xhec.one/~g1n/feed.xml">rss</a></div>
</div>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~g1n/">G1n</a> &mdash; <a href="mailto:g1n&#64;xhec&#46;one">g1n&#64;xhec&#46;one</a><br>
generated with <a href="https://tildegit.org/team/bashblog">bashblog</a>, a single bash script to easily create blogs like this one</div>
</div></div>
</body></html>