HackerTrans
TopNewTrendsCommentsPastAskShowJobs

damir

no profile record

Submissions

[untitled]

1 points·by damir·l’année dernière·0 comments

OpenBSD Hackathon Japan 2025

rsadowski.de
1 points·by damir·l’année dernière·0 comments

[untitled]

1 points·by damir·l’année dernière·0 comments

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

6 points·by damir·l’année dernière·1 comments

System Font Deep Dive

fullystacked.net
2 points·by damir·l’année dernière·0 comments

Everything Picolisp can do, and more

picolisp.com
110 points·by damir·l’année dernière·14 comments

Time to Think Differently About Your Next Stage of Life

further.net
2 points·by damir·l’année dernière·0 comments

OS screen sharing directly via browser

github.com
1 points·by damir·il y a 2 ans·0 comments

Building Conway's Game of Life in Transport Tycoon

old.reddit.com
2 points·by damir·il y a 2 ans·0 comments

[untitled]

1 points·by damir·il y a 2 ans·0 comments

A Walk with LuaJIT

polarsignals.com
152 points·by damir·il y a 2 ans·26 comments

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

alfy.blog
228 points·by damir·il y a 2 ans·136 comments

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

287 points·by damir·il y a 2 ans·201 comments

comments

damir
·l’année dernière·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
·l’année dernière·discuss
And little by little we get closer to being Lisp-like...
damir
·l’année dernière·discuss
Would love to know more about the tech stack and the idea behind the site. How it started, and why...
damir
·il y a 2 ans·discuss
[flagged]
damir
·il y a 2 ans·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
·il y a 2 ans·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
·il y a 2 ans·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
·il y a 2 ans·discuss
Yes, each possible 6^16 outcome is it's own subpage...

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

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