HN user

nkanaev

355 karma
Posts25
Comments5
View on HN
nkanaev.com 10mo ago

Scott Kim's Inversions: Dream and Level

nkanaev
1pts0
webneko.net 2y ago

Webneko – a desktop screenmate ported to web

nkanaev
41pts7
en.wikipedia.org 2y ago

Biangbiang Noodles

nkanaev
11pts6
nkanaev.com 2y ago

Qlock.py – A Python Quine Clock

nkanaev
3pts0
github.com 2y ago

Doomenstein-3D – Wolfenstein/DOOM style software renderers

nkanaev
2pts0
www.cs.cornell.edu 2y ago

I taught Ms Zdan's first-graders to empathize with a machine

nkanaev
1pts0
pippinbarr.com 3y ago

Snakisms

nkanaev
140pts31
github.com 3y ago

Show HN: Tiny PS1-like Renderer in 500 lines

nkanaev
141pts43
github.com 4y ago

Show HN: Numb – a tool for working with numbers, units and dates (written in Go)

nkanaev
2pts0
nkanaev.com 4y ago

A Quine Made with Love

nkanaev
8pts1
github.com 5y ago

Show HN: Numb – tool for working with numbers and units

nkanaev
1pts0
www.youtube.com 5y ago

Type-Level Quine in TypeScript 4.1 by Yusuke Endoh

nkanaev
2pts0
nkanaev.github.io 5y ago

Writing an Eye-Catching Quine in Go

nkanaev
1pts0
github.com 5y ago

Show HN: Yarr – Yet Another RSS Reader

nkanaev
79pts25
tvtropes.org 6y ago

Boring, but Practical

nkanaev
2pts0
nkanaev.github.io 6y ago

Writing a triple polyglot script

nkanaev
96pts19
nkanaev.github.io 6y ago

Writing a polyglot code (valid Python and Ruby)

nkanaev
2pts0
nkanaev.github.io 6y ago

Writing an Ouroboros Quine

nkanaev
3pts0
nkanaev.github.io 6y ago

Brief History of CSS Colors

nkanaev
1pts0
b12io.github.io 8y ago

Show HN: Logobot – your friendly logo builder

nkanaev
19pts4
signalvnoise.com 8y ago

Bootstrapped, Profitable, and Proud: GitHub

nkanaev
2pts0
github.com 9y ago

Show HN: Imgspy – get image size without downloading full content

nkanaev
3pts0
firasdib.com 9y ago

Parsing regular expressions: the tale of regex101.com

nkanaev
4pts0
nkanaev.github.io 9y ago

Zen Stories

nkanaev
145pts44
github.com 10y ago

Show HN: Braillify.py – console version of a website favicon

nkanaev
1pts0

This resource, along with Mathematics for Computer Graphics by John Vince [1], was truly indispensable when I wrote my own software renderer [2]. This was long before LLMs, so the whole process took me at least a couple months - most of it trying to wrap my head around math behind computer graphics and tracking down C segmentation faults. Fun times.

[1] https://www.amazon.co.uk/Mathematics-Computer-Graphics-John-...

[2] https://github.com/nkanaev/tipsy

TV Garden 1 year ago

Checks his own country: "No channels available."

Damn, even Afghanistan has a dozen available.

author here.

Since it's yet another RSS reader, it supports the basic functionality of almost all the other alternatives (managing feeds, reading, importing/exporting, searching etc.).

The plans are to support all 3 platforms (Linux, Windows, MacOS). You can try compiling it via `make build_linux` & `make build_windows` on the corresponding platforms.