What is this?

What is this site?

just updated the site and all the scripts can be found here this site engine is written in POSIX SHELL EMACS. Why? you may ask, well cuz it is easy and simple. Aside from that im using an i386 so i can do big shit out of it

Testing the damn config

I recently started to rewrite my whole blog in org mode, since it can be written easily with emacs and save a lot of time. so i can do these shits:

#include <iostream>
int main(){
  for(int y = 1; y<11; y++){
    for(int x = 1; x<11; x++){
      std::cout << x * y << "\t";
    }
    std::cout << std::endl;
  }
  return 0;
}

the result generated by emacs

This is a piece of code written directly in emacs also there are those thing like italics bold underline code? deleted the most important thing is that i can make list like this:

  • Gold
  • Silver
  • Bronze

all this without placing an <ul> tag or <li> the most anoying thing ever

not a bug, a feature ~kmosq

The cons

sad thing tho, i can no longer make hyperlinks inside entries (i guess) and another thing is that is not running entirely in shell, so i can't run commands like sed like it use to be before :(

Toro's the mascot of this page!


Author: ashandme Date: 2024-02-03 Sat 00:00