←back to thread

setBigTimeout

(evanhahn.com)
210 points cfj | 1 comments | | HN request time: 0s | source
Show context
issafram ◴[] No.41881187[source]
I wish that I could actually see the code. I understand that it's chaining timeouts, but the git site is just garbage
replies(5): >>41881255 #>>41881282 #>>41881321 #>>41881348 #>>41883829 #
zgk7iqea ◴[] No.41881282[source]
yes, sourcehuts interface is just godawful
replies(1): >>41881332 #
egwynn ◴[] No.41881332[source]
I agree it’s not the prettiest, but I had no trouble clicking on “tree” to get to the folder and then “mod.ts” to see the code.
replies(1): >>41882365 #
Joker_vD ◴[] No.41882365[source]
One has still to know that "tree" stands for "source code".
replies(3): >>41884585 #>>41885519 #>>41886820 #
1. kelnos ◴[] No.41885519{3}[source]
That seems like... a normal thing to know?

Pre-GitHub, one of the most popular web git viewers (cgit) used "tree" in this way. Never found that to be confusing.

(In git, the listing of the files and directories at a particular commit is called a "tree". So it's correct. Just not as intuitive as you, personally, would like.)