Viewing profile — dustin1114
dustin1114
HN member- Joined
- Fri, Jul 12, 2013, 1:19 AM UTC
- HN karma
- 180
- Public activity
- 35 items
- HN profile
- View on Hacker News ↗
About dustin1114
No profile information was provided.
Recent public activity
-
comment
Comment #48309019
There is a bit of manual tweaking required in LaTeX that I haven't figured out how to automate yet. It's mainly related to chapter endings: if there are only 2 or 3 lines on the la…
-
comment
Comment #48308878
Last I checked, typst doesn't have baseline grid support (i.e., assures vertical lines of text across spreads are aligned, thus text doesn't bleed through recto to verso).
-
comment
Comment #48289226
Asciidoctor was in the running months ago. I like the idea of a single set of files, but yes, word processors are my weakness.
-
comment
Comment #48289185
typst is great. I experimented with it, it I simply didn't have the fine-tuning and maturity LaTeX. For example, window/orphan control is a binary on/off, while LaTeX calculates by…
-
comment
Comment #48289133
I use VS Code soft-wrapping, and `git diff --word-diff` does all I need, though there probably are better methods.
-
comment
Comment #48289074
Author here. You're exactly right. All of my pre-grad education was liberal arts. I had never once heard of LaTeX until I entered the software world years later, and even then only…
-
comment
Comment #48289046
Author here. Yes, I wrote the books and glued everything together. If I failed to mention it in the article, it's because I was trying not to self-promote so much. Thanks for the c…
-
comment
Comment #48289002
This was an early inspiration for me that I failed to mention in the article. I'm glad you mentioned it. It really does have a lot of good examples, especially the complex lists an…
-
comment
Comment #48288975
I saw typst in my explorations but LaTeX had a few more of the controls I was looking for in print, and I really wanted a Standard Ebooks compliant EPUB. I might revisit at some ti…
-
comment
Comment #48288952
Yes! All the typographical techniques and terminology is fascinating (and confusing at times). Widow and orphan control really fight against text justification. Finding the right b…
-
comment
Comment #48288933
Hi, OP here. I'm glad you enjoyed the writeup. Amateur...you're probably right. It reminds me of my home improvement project I've been working on this evening: interior painting. M…
- story
-
comment
Comment #20108176
I wrote a relatively simple web application ( https://github.com/DSpeckhals/bible.rs ) about 9 months ago with version 0.7. The initial code changes to migrate to 1.0 weren't that …
- story
- story
-
comment
Comment #9189164
The Java (5+) Map interface can be typed using generics (which -- if JS eventually introduces static typing -- I hope is implemented). Map = new HashMap (); That declares a Map wit…
-
comment
Comment #9189140
It's kind of funny. ES6 seems to be making JS more "Python", while "strong mode" makes it more like Java/C# (at least to me). I'm open to worthwhile changes; I'm just thinking abou…
-
comment
Comment #9188813
Agreed. And unless I'm reading the document wrong, this would also be prohibited in strong mode: let x = { keyA: "valueA" }; x.keyB = "valueB";
-
comment
Comment #9188772
I think I like most of what this document proposes except for the following: In strong code, accessing objects (strong or not) throws on missing properties. New object properties h…
-
comment
Comment #9170587
Disclaimer: I'm a son of the Midwest :-) This article hit home for me. Though I technically now live in a medium-sized mid-Atlantic city, the culture here is more like the Midwest.…
-
comment
Comment #9120129
I like the idea of a WP API. I guess in the future you could more easily build non-browser apps that utilize WP data. Of course, there's always going to be the people who don't ver…
-
comment
Comment #9104834
In regards to "circumstances", I was specifically referring to the gridlock in Congress (since we're posting links, here's one: http://blog.oup.com/2013/10/federalist-papers-govern…
-
comment
Comment #9104694
I agree, it is national communications policy. But why not try getting a new statute passed that isn't based on telephones from the switch-operator era? It just seems to me that it…
-
comment
Comment #9104660
These circumstances have been happening since the creation of the United States. We act like things move far slower now than they ever have. The government was made to move slow on…
-
comment
Comment #9104551
It seems to just be more federal regulation from DC. I'm as much of a fan of a free and open internet as anyone, but why risk the FCC getting involved? Also, can anyone honestly se…