Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
thatusernametho
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
thatusernametho
9y ago
He mentioned that nginx using lua managed the requests but I didn't see the code for that. Is that available anywhere?
2.
▲
by
thatusernametho
9y ago
what does your startup do?
3.
▲
by
thatusernametho
10y ago
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 want to be an ISP....just provide internet for my compa
4.
▲
by
thatusernametho
10y ago
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.
▲
by
thatusernametho
10y ago
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://mionskowski.pl/html-golang-stream-pro
6.
▲
by
thatusernametho
10y ago
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).