HackerTrans
TopNewTrendsCommentsPastAskShowJobs

damir

no profile record

Submissions

[untitled]

1 points·by damir·в прошлом году·0 comments

OpenBSD Hackathon Japan 2025

rsadowski.de
1 points·by damir·в прошлом году·0 comments

[untitled]

1 points·by damir·в прошлом году·0 comments

Ask HN: How does HN's admin area look like?

6 points·by damir·в прошлом году·1 comments

System Font Deep Dive

fullystacked.net
2 points·by damir·в прошлом году·0 comments

Everything Picolisp can do, and more

picolisp.com
110 points·by damir·в прошлом году·14 comments

Time to Think Differently About Your Next Stage of Life

further.net
2 points·by damir·в прошлом году·0 comments

OS screen sharing directly via browser

github.com
1 points·by damir·2 года назад·0 comments

Building Conway's Game of Life in Transport Tycoon

old.reddit.com
2 points·by damir·2 года назад·0 comments

[untitled]

1 points·by damir·2 года назад·0 comments

A Walk with LuaJIT

polarsignals.com
152 points·by damir·2 года назад·26 comments

Smarter Than 'Ctrl+F': Linking Directly to Web Page Content

alfy.blog
228 points·by damir·2 года назад·136 comments

Ask HN: Website with 6^16 subpages and 80k+ daily bots

287 points·by damir·2 года назад·201 comments

[untitled]

1 points·by damir·2 года назад·0 comments

Jones in the Fast Lane – play online (1991)

jonesinthefastlane.com
2 points·by damir·2 года назад·0 comments

Disappearing web and what to do about it

skatkov.com
2 points·by damir·2 года назад·0 comments

comments

damir
·в прошлом году·discuss
I believe tiddlywiki stores PNGs as base64 strings, so image is always there.

Yes, the file can grow large with many images, but it's a single file containing everything... even scripting!
damir
·в прошлом году·discuss
And little by little we get closer to being Lisp-like...
damir
·в прошлом году·discuss
Would love to know more about the tech stack and the idea behind the site. How it started, and why...
damir
·2 года назад·discuss
[flagged]
damir
·2 года назад·discuss
Out of curiosity, I checked and got bot hits from 20k+ unique IPs just in the last 10 days... Can easily set up bot IP lookup API...
damir
·2 года назад·discuss
Actually, I did take some content from wikipedia regarding HEX/RGBA/HSL/etc colors and stuff it all together into one big variable. Then, on each sub-page reload I generate random content via Markov chain function, which outputs semi-readable content that is unique on each reload.

Not sure it helps in SEO though...
damir
·2 года назад·discuss
Hey, maybe you are right, maybe some stats on which bots from how many IPs have how many hits per hour/day/week etc...

Thank's for the idea!
damir
·2 года назад·discuss
Yes, each possible 6^16 outcome is it's own subpage...

/000000 /000001 /000002 /000003 etc...

Or am I missing something?
damir
·2 года назад·discuss
6 positions, each 0-F value gives 6^16 options, yes?
damir
·2 года назад·discuss
99.9% of traffic are bots...
damir
·2 года назад·discuss
Yeah, each generated page has link to ~20 "similar" colors subpage to feed the bots :)
damir
·2 года назад·discuss
You mean adding 2 hex values at the end of the 6-notation to increase number of sub-pages? I love it, will do :)