Compare commits

...

3 Commits

3 changed files with 13 additions and 11 deletions

View File

@ -48,21 +48,22 @@ block content
h3 What I know
h4 Human languages
p #[span.highlighted English] is my main foreign language and I think that I know it quite well, but every time I reread what I wrote here I'm constantly catching cringe vibes. xD I have a nice pronunciation (my teacher once said so :)) and tend to British non-rhotic variant. Of course I end up with a mix of all the flavours of different dialects. What I struggle from is a lack of speaking practice and vocabulary is also still a problem.
p #[span.highlighted Norwegian]. I tried to learn, but lack of usefulness made me to almost forget it. I just like how scandinavian languages sound and chose simplest for me to learn.
p I like learning languages, but me being a lazy fuck won't let me learn something up to a reasonable level. :) I tried german, french, norwegian, japanese, ukrainian. But I don't have enough passion for that.
p #[span.highlighted Ukrainian (Українська)] is a special case. :) Russian and ukrainian are related languages, so mutually understandable, yet many russians are struggling to understand it, and I don't know why. But it is a matter of putting some little effort to negatiate it. I never learnt it, but throughout past 8 years I saw enough material to learn it to a decent level of understanding and some speaking.
p Агась, нiколи спецiйно не вчив українську, користував перекладач тiльки як словник, за цi вiсрокiв було досить матерiалiв. :) Слава Українi у складi Росiї! хД
p I like learning languages, but me being a lazy fuck won't let me learn something up to a reasonable level. I ended up with being able to +- read some languages, like german, polish, french, japanese (hiragana + some yet not forgotten kanji). So, now I main only english.
h4 Computer languages
p #[span.highlighted For programming and scripting:] Python, Go, JavaScript, and Bash for now are most used by me. Later I used or tasted: Pascal, Delphi, C#, C, C++, Java, JavaScript, Python, PHP.
p #[span.highlighted Markup and declarative:] SQL (SQLite3, MariaDB), HTML5, CSS3, Latex, Markdown, XML, and JSON.
p #[span.highlighted For programming and scripting:] Python, Go, JavaScript, and Bash for now are most used by me. Later I used or tasted: Pascal, Delphi, C#, C, C++, Java, PHP.
p #[span.highlighted Markup and declarative:] SQL (SQLite3, MariaDB), HTML5, CSS3, LaTeX, Markdown, XML, and JSON.
p And I don't know what else to put here. :^)
h3 What I like
p In more or less timeline order.
h4 Anime
p Ghost in the Shell, Shaman King, Hellsing, Steins;Gate, Cowboy Beebop, Ergo Proxy, Jin-Rou, Black Lagoon, Jojo's Bizzare Adventures, Spice and Wolf, Konosuba
p Ghost in the Shell, Shaman King, Hellsing, Steins;Gate, Cowboy Beebop, Ergo Proxy, Jin-Rou, Black Lagoon, Jojo's Bizzare Adventures, Spice and Wolf, Konosuba, Demon Slayer: Kimetsu no Yaiba
h4 Films
p WarGames (1983), Hackers (1995), Johnny Mnemonic (1995), Snatch (2000), Valhalla Rising (2009), Who am I (2014), movies with Jackie Chan, Matrix (1999, 2003), Stargate (1994), Blade Runner (1982)
p WarGames (1983), Hackers (1995), Johnny Mnemonic (1995), Snatch (2000), Valhalla Rising (2009), Who am I (2014), movies with Jackie Chan, Matrix (1999, 2003), Stargate (1994), Blade Runner (1982), Mandariinid (2013), Everything Everywhere All at Once (2022)
h4 TV shows
p X-Files (1993—2002), Lost (2004—2010), Stargate: SG-1 (1997—2007), Stargate: Atlantis (2004—2009)
p X-Files (1993—2002), Lost (2004—2010), Stargate: SG-1 (1997—2007), Stargate: Atlantis (2004—2009), Два холма (two hills) (2022), Narcos (2015—2017)
p These lists aren't complete, will extend when remember or like something.
p I actually don't watch much, and if I watch I go for a marathon, and if only I take a break in the middle of a show, then that break could last for years. xD And if I download some film it could sit for years, as it was with Valhalla Rising, it was waiting for me to watch for 3 fucking years. xD Oh, what made me to watch it? An one and a half hour long power outage. xD
h4 Games for SEGA Mega Drive
@ -155,6 +156,7 @@ block content
+isServiceUp("Matrix", "synapse.app")
p #[a(href='https://the.arav.top') the.arav.top]
p Synapse.
p #[b Taken down because has no use.]
div
+isServiceUp("Mumble", "murmurd")
p #[a(href="mumble://arav.top") mumble://arav.top]

View File

@ -39,7 +39,7 @@ block content
each post in posts
article
header
| Posted by #[span.highlighted= post.name] #{post.website} on #[time(datetime=post.created)= date_(post.created, tz)]
| Post ##{post.post_id} by #[span.highlighted= post.name] #{post.website} on #[time(datetime=post.created)= date_(post.created, tz)]
each line in post.message.split("\n")
+entryLine(line)
if post.feedback

View File

@ -64,12 +64,12 @@ block content
td(colspan='5')
p KWh cost calculator in C. What?.. That license? xD Learn at #[a(href='https://plusnigger.autism.exposed/') plusnigger.autism.exposed] about it. xD
tr
td httpprocwatchd
td 1.3.2 (6 January 2022)
td httpprocprobed
td 2.0.0 (9 October 2022)
td Go
td MIT+NIGGER
td
a(href=git_site+'/Arav/httpprocwatchd') source
a(href=git_site+'/Arav/httpprocprobed') source
tr
td(colspan='5')
p It returns a list of processes and if they are running in a JSON, XML or plain text format via HTTP GET request on /processes endpoint. Under the hood it searches a /proc/ directory. It is being used on about page to show wether service's running or not.