Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
cdosborn
searching PlanetScale…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
cdosborn
2y ago
It is a good resource. Drawabox doesn't actually teach you how to rotate cubes. That was pretty frustrating to me. I created a little game which doesn't explain it, but allows you to practice and get feedback: https://c
2.
▲
by
cdosborn
2y ago
> It's mostly about having low-JS, good SEO, easy access to information, which can be managed by very inexperienced users Nice! I shared in the parent thread about my tool which spell checks sites, it found a few small issues: http
3.
▲
by
cdosborn
2y ago
Yeah, I'm not referring to drawing which is copying. > There's very little that can be taught about drawing. While drawing from the imagination is largely about using the intuition. The intuition can be trained just like the mo
4.
▲
by
cdosborn
2y ago
Taking a look. For the past two years I've been thinking about drawing. Why it's difficult, how its possible for people like Kim Jung Gi to draw from their imagination. My theory is that it's a learned thing (as opposed to in
5.
▲
by
cdosborn
2y ago
Cool project. I have a dream to make something like this for drawing spatially. Came to the parent to share my current project which spell checks websites. It found a few small typos on your site. https://www.spl.ing/report-
6.
▲
by
cdosborn
2y ago
I created a website spellchecker/proofreader ( https://spl.ing ). We use aws step functions for the actual processing, it's very cool tech! Reply with your websites, and I'll run a few checks!
7.
▲
by
cdosborn
11y ago
Perhaps, just judge the content.
8.
▲
by
cdosborn
12y ago
That is so fucking great.
9.
▲
by
cdosborn
12y ago
validator passes, thanks.
10.
▲
by
cdosborn
12y ago
Literate programming requires that there is freedom in ordering content in the literate file. Otherwise, you are restricted to the execution order of the computer. The intent of literate programming is to circumvent that requisite. Otherwis
11.
▲
by
cdosborn
12y ago
Here is an updated example, because a few people were asking for a more complex example. This is the literate version of the root of the program. *Note that the markdown doesn't include links (in the macro names) like the html, it'
12.
▲
by
cdosborn
12y ago
If you follow the project, I'm currently writing up the src in literate style :).
13.
▲
by
cdosborn
12y ago
This is a feature I'm looking to add. It was designed to be included. When I parse the lit file, I record the line no. which will be represented in comments in the generated source file. Hopefully, this will mitigate some of the extra
14.
▲
by
cdosborn
12y ago
There should be an HTML class. In the resulting docs I still need a way to separate them from the underlying language (that could be anything). Initially I thought `<<>>` looked archaic, but its rather unique and probably the sy
15.
▲
by
cdosborn
12y ago
No they are not
16.
▲
by
cdosborn
12y ago
This is my opinion https://news.ycombinator.com/item?id=8185142 In some cases LP won't provide a benefit over commenting. But the idea is that you step outside of the rules of the language (or more appropriately the in
17.
▲
by
cdosborn
12y ago
Its no different then defining a function and calling it later (and proceeding to change the function name in several places). There are tools that generate a TOC based on markdown headers. I'm not sure I understand. There is also no m
18.
▲
by
cdosborn
12y ago
Literate coffescript falls under one one of the pseudo literate tools, i.e. just nice comments. Not to discredit that approach, its just a compromise for most of the benefit. Many of those tools avoid the extra step of having to expand macr
19.
▲
by
cdosborn
12y ago
My program has only the two constructs `<<>>` and `<<>>=` which you could rather easily alter. src/Processing.he and src/Parse.hs
20.
▲
by
cdosborn
12y ago
I really need a more mature example to show, which will be coming soon. However, many tools exist which are just eesentially auto documentation (java docs, literate Haskell, docco). Mine is the simplest iteration of a true literate programm
21.
▲
by
cdosborn
12y ago
I need to read more of Knuth on literate programming. The plan is to finish the source in literate style.
22.
▲
by
cdosborn
12y ago
The narrative doesn't have to jump all over the place. If anything, defining macros allows you greater flexibility. Also, using macros allows for defining different levels of languages that encapsulate a "single-responsibility&quo
23.
▲
by
cdosborn
12y ago
The project is still early, and the html generation is rudimentary. Will be working soon to validate. Not sure what you mean by appearing twice. I debated removing the "<< >>" syntax in the generated html, but I don&#x
24.
▲
by
cdosborn
12y ago
I think the greatest motivation for literate programming is providing context. After five minutes of reading, you can have a very good high level understanding of a complex program. This just isn't achievable in the same amount of time
25.
▲
Show HN: Lit – a modern literate programming tool
(github.com)
95 points
by
cdosborn
12y ago
|
61 comments