Live data from Hacker News

Viewing profile — thatusernametho

thatusernametho

HN member
Joined
Fri, Feb 10, 2017, 10:37 PM UTC
HN karma
2
Public activity
7 items

About thatusernametho

No profile information was provided.

Recent public activity

  1. comment
    Comment #15965279

    He mentioned that nginx using lua managed the requests but I didn't see the code for that. Is that available anywhere?

  2. comment
    Comment #15234776

    what does your startup do?

  3. comment
    Comment #13691525

    If I buy a building that has the fiber installed what would be required to run the internet just for me or my company? How much (and what) in equipment am I looking at? I wouldn't …

  4. comment
    Comment #13647986

    Why annual pricing? I'd do it if you had monthly pricing.....Since the payment is annual what happens if 2 or 3 months in I decide to change and need something else?

  5. comment
  6. comment
    Comment #13621368

    I guess I wasn't specific enough. I'd like to stream the response so as to use less memory. I also need to ensure the body is utf-8 encoded because that makes Go happy. https://mio…

  7. comment
    Comment #13619549

    Quick question: Since Go's html parsing requires utf-8 encoding is there a way to convert the response to utf-8 without ioutil.ReadAll()? (Still pretty new to Go).