Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
chutsu
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
chutsu
3y ago
I feel the complexity is justified. One of the biggest gripes I have with markdown is that you never know whether your markdown implementation is github flavoured or some other implementation. Not to mention Sphinx checks your links /
2.
▲
by
chutsu
5y ago
I don't think file number / lines of code is a good measure, you can have perfectly readable code in a single file that is 1000s loc. There are plenty single header file libraries that are larger and are very useful. Perfect examp
3.
▲
by
chutsu
6y ago
To me the biggest value octave gives me is its ease of use. When you are trying to learn a new mathematical concept and are manipulating matrices and vectors, Octave/ Matlab is a breeze. Compared to other languages that require you to
4.
▲
by
chutsu
6y ago
Out of curiosity how are you developing Xwm? Do you write/compile/run in a docker image?
5.
▲
by
chutsu
6y ago
Still missing the ability to properly reference equations from text. e.g. `\refeq{}`.
6.
▲
by
chutsu
6y ago
"Assembly" as in if you have multiple parts in Fusion360 etc, you can select components and put them together by forming constraints. E.g. a screw into a mount hole with a nut on the other side. Expensive CAD software makes this r
7.
▲
by
chutsu
6y ago
IMO, I think if OpenSCAD somehow had an assembly feature it would really make it more attractive for users who are programmers to switch from the likes of Fusion360 etc.
8.
▲
by
chutsu
6y ago
> why did they put 3 white dudes in charge of messing with someone's life Maybe because they earnt their position through merit? Maybe because white males are still a majority of the work force in Google, Facebook, and may more? The
9.
▲
by
chutsu
6y ago
What are you on about? The show is about how Apps are made addicitve regardless of race, why are you pulling the race card when the tech is indiscriminant? Its like saying I shouldn't watch a documentary on the NBA cause the documentar
10.
▲
by
chutsu
11y ago
The field has not really been publicized that much, but it is by no means dead. Take the research done at Cornell for example, they are doing some really interesting work with Evolutionary Algorithms ( https://www.youtube.com/
11.
▲
by
chutsu
11y ago
To quickly answer your question: - GPs are normally used in problems where you don't know what the answer looks like, but you know it when you see it, and it is a Global Search algorithm. The biggest problem is the search space of whic
12.
▲
by
chutsu
12y ago
Not sure Google would be able to index the docs, since they are in markdown format. But I'm not an expert in how Google index the pages.
13.
▲
by
chutsu
12y ago
Yep, essentially ditto. :) I would like to add that nothing is technically generated* they. The markdown files are rendered on the fly using a Javascript Markdown parser. The layout is simply HTML5 and CSS, with a dash of jQuery to make the
14.
▲
by
chutsu
12y ago
Sorry, got it.
15.
▲
by
chutsu
12y ago
... Atleast it doesn't clash with the established documentation system mdoc.
16.
▲
by
chutsu
12y ago
Sorry guys I had to change the name because mdoc is already used by other programs. I changed it to `ditto`. New Link: http://chutsu.github.io/ditto/
17.
▲
by
chutsu
12y ago
alright, no need to be a smart arse, I wasn't aware of those tools.
18.
▲
by
chutsu
12y ago
[1] seems to be an AsciiDoc render on client-side, though have no idea if it's any good though... [1]: http://asciidoctor.org/news/2013/05/21/asciidoctor-js-render...
19.
▲
by
chutsu
12y ago
It was simply the plain-text format I am currently using, I'm sure I can add in compatibility for AsciiDoc no probs. Just a matter of adding in an AsciiDoc renderer. :)
20.
▲
Show HN: Ditto – Markdown documentation system
(github.com)
41 points
by
chutsu
12y ago
|
25 comments
21.
▲
by
chutsu
12y ago
What you see in that link is* the generated doc. You set links in sidebar.md to docs you want to show, and when you click on it, it GETs the markdown file and renders it in the #content div. Have a look here for another example of mdoc in a
22.
▲
Mdoc – markdown code documentation system
(chutsu.github.io)
2 points
by
chutsu
12y ago
|
3 comments