HackerTrans
TopNewTrendsCommentsPastAskShowJobs

damir

no profile record

Submissions

[untitled]

1 points·by damir·w zeszłym roku·0 comments

OpenBSD Hackathon Japan 2025

rsadowski.de
1 points·by damir·w zeszłym roku·0 comments

[untitled]

1 points·by damir·w zeszłym roku·0 comments

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

6 points·by damir·w zeszłym roku·1 comments

System Font Deep Dive

fullystacked.net
2 points·by damir·w zeszłym roku·0 comments

Everything Picolisp can do, and more

picolisp.com
110 points·by damir·w zeszłym roku·14 comments

Time to Think Differently About Your Next Stage of Life

further.net
2 points·by damir·w zeszłym roku·0 comments

OS screen sharing directly via browser

github.com
1 points·by damir·2 lata temu·0 comments

Building Conway's Game of Life in Transport Tycoon

old.reddit.com
2 points·by damir·2 lata temu·0 comments

[untitled]

1 points·by damir·2 lata temu·0 comments

A Walk with LuaJIT

polarsignals.com
152 points·by damir·2 lata temu·26 comments

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

alfy.blog
228 points·by damir·2 lata temu·136 comments

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

287 points·by damir·2 lata temu·201 comments

[untitled]

1 points·by damir·2 lata temu·0 comments

Jones in the Fast Lane – play online (1991)

jonesinthefastlane.com
2 points·by damir·2 lata temu·0 comments

Disappearing web and what to do about it

skatkov.com
2 points·by damir·2 lata temu·0 comments

LiteCluster: Replicated, leaderless, ACID compliant and high availability SQLite

oldmoe.blog
1 points·by damir·2 lata temu·1 comments

Exercise: Minesweeper in 100 lines of Ruby

radanskoric.com
96 points·by damir·2 lata temu·33 comments

Delivering WordPress in 6KB (2018)

sustywp.com
18 points·by damir·2 lata temu·10 comments

Ask HN: Who's Running a Profitable Newsletter?

14 points·by damir·2 lata temu·2 comments

comments

damir
·w zeszłym roku·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
·w zeszłym roku·discuss
And little by little we get closer to being Lisp-like...
damir
·w zeszłym roku·discuss
Would love to know more about the tech stack and the idea behind the site. How it started, and why...
damir
·2 lata temu·discuss
[flagged]
damir
·2 lata temu·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 lata temu·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 lata temu·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 lata temu·discuss
Yes, each possible 6^16 outcome is it's own subpage...

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

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