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·قبل سنتين·0 comments

Building Conway's Game of Life in Transport Tycoon

old.reddit.com
2 points·by damir·قبل سنتين·0 comments

[untitled]

1 points·by damir·قبل سنتين·0 comments

A Walk with LuaJIT

polarsignals.com
152 points·by damir·قبل سنتين·26 comments

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

alfy.blog
228 points·by damir·قبل سنتين·136 comments

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

287 points·by damir·قبل سنتين·201 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
·قبل سنتين·discuss
[flagged]
damir
·قبل سنتين·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
·قبل سنتين·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
·قبل سنتين·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
·قبل سنتين·discuss
Yes, each possible 6^16 outcome is it's own subpage...

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

Or am I missing something?
damir
·قبل سنتين·discuss
6 positions, each 0-F value gives 6^16 options, yes?
damir
·قبل سنتين·discuss
99.9% of traffic are bots...
damir
·قبل سنتين·discuss
Yeah, each generated page has link to ~20 "similar" colors subpage to feed the bots :)
damir
·قبل سنتين·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 :)