Live data from Hacker News

Viewing profile — dustin1114

dustin1114

HN member
Joined
Fri, Jul 12, 2013, 1:19 AM UTC
HN karma
180
Public activity
35 items

About dustin1114

No profile information was provided.

Recent public activity

  1. 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…

  2. 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).

  3. 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.

  4. 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…

  5. comment
    Comment #48289133

    I use VS Code soft-wrapping, and `git diff --word-diff` does all I need, though there probably are better methods.

  6. 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…

  7. 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…

  8. 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…

  9. 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…

  10. 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…

  11. 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…

  12. story
  13. 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 …

  14. story
  15. story
  16. 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…

  17. 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…

  18. 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";

  19. 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…

  20. 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.…

  21. 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…

  22. 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…

  23. 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…

  24. 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…

  25. 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…