Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
voidlogic
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
voidlogic
4y ago
Right but a Google L6 is a was probably a PE at the last Fortune 500 they worked for.
2.
▲
by
voidlogic
5y ago
Why do you think the engine is beyond saving? I use Firefox everyday and have absolutely zero complaints...
3.
▲
by
voidlogic
5y ago
You can still run firefox as normal app, and it's rock solid.
4.
▲
by
voidlogic
5y ago
It would be more of apples to apples comparison to run it on the same setup you ran ab on. You can grab wrk here: https://github.com/wg/wrk Enjoy!
5.
▲
by
voidlogic
5y ago
Hey, I live near you. Agree on multiple points. I doubt most people from the coasts would believe how good the food and drink scene in Winona and La Crosse is.
6.
▲
by
voidlogic
5y ago
You are changing your view of the hard worker mindset based on experiences with a single individual?
7.
▲
by
voidlogic
5y ago
Everyone I know in the API / CDN / Proxy space switched from using ab to wrk years ago for good reason. PSA: Please stop using ab and use wrk/wrk2. ab doesn't even support HTTP 1.1...
8.
▲
by
voidlogic
5y ago
Most of your above list would be taken care just by sticking to Ubuntu on Thinkpads using gnome-session-flashback. Its basically a polished version of the same DE I have been using since 2004 and love... rock solid (not of the boot or HW is
9.
▲
by
voidlogic
6y ago
I still don't understand why someone would want to use this over GOGS....
10.
▲
by
voidlogic
7y ago
At my college all the dorms had a kitchen for residents to use in the basement... is this not normal?
11.
▲
by
voidlogic
7y ago
I find Go's approach to be in the Goldilocks zone. Its not intrusive enough to slow me down (or guarantee correctness for that matter...) but its enough that I no longer need to save the multi-threading something I know needs to be mul
12.
▲
by
voidlogic
7y ago
Also of note is having to terminate a single TCP/TLS connection per client vs one for every concurrent client request! Even if you are using a middle man like a CDN doing HTTP 1.1 pooling this is still reducing the established TCP/
13.
▲
by
voidlogic
7y ago
This code should just call sha1.New(). If for some reason these allocations are a performance issue it is very simple to fix that will a little pooling: package main import ( "crypto/sha1" "has
14.
▲
by
voidlogic
7y ago
>Unfortunately there’s no way to know that one currently has Lyme disease unless the symptoms are close in time to a tick bite. I thought you could test for bacterial nuclear material in the blood? Edit found it: Its a PCR Assay: https:
15.
▲
by
voidlogic
7y ago
IMHO they should either just adopt Dave Cheney's errors package ( https://github.com/pkg/errors ) into the standard library or leave it as it is becoming the de-facto standard. The parallel reddit thread seems to ag
16.
▲
by
voidlogic
7y ago
>discover and purchase experience is abysmal. 0. Home page 1. Select product: https://puri.sm/products/ 2. View prod descs, select product: https://puri.sm/products/librem-13/ 3. Scr
17.
▲
by
voidlogic
7y ago
Your criticism (outside of complexity) of the suggestion may be unfounded, consider: Client: asks server for nonce Server: sends nonce ---- OR ---- Nonce arrives with login page Client: sends HMAC(nonce + HMAC(username + passwo
18.
▲
by
voidlogic
7y ago
Store kiosk?
19.
▲
by
voidlogic
7y ago
All the more reason to make the client side send HMAC(HMAC(username + password) + Unix Epoch rounded to last 5 min block)) over the wire in its POST to the auth endpoint. All the transport encryption and DB encryption/hashing/salt
20.
▲
by
voidlogic
7y ago
Power. Soon CF will be completely pervasive. CDN? Certs? DNS? Registrar? The are playing the long game for the win.
21.
▲
by
voidlogic
8y ago
With all the brexit challanges, why not have a new referendum to "confirm the will of the people"? It seems doubtful it would pass this time, crisis averted? Also, doesn't brexit basically guarantee Scottish independence? The
22.
▲
by
voidlogic
8y ago
I wonder how this impact Fi, my understanding is Fi uses hangouts for all the VoIP/Wifi calling. I use Hangouts to handle all my text messages too...
23.
▲
by
voidlogic
8y ago
I still use hangouts on my phone and via https://hangouts.google.com/ everyday.... what am I missing?
24.
▲
by
voidlogic
8y ago
"There are many factors that affect performance." Not only man different features contribute to performance but also that put performance depends so much on use-case. Two CPUs implementing the same arch might each win a benchmark
25.
▲
by
voidlogic
8y ago
I agree. Its almost always more performant to intentionally build a system that to have characteristics that another system incrementally evolved to have. This is why rewritten software (if actually delivered) often performs better than the
26.
▲
by
voidlogic
8y ago
"On the other hand, that wastes cache memory and fetch bandwidth..." This. One of the reasons why modern x86 processors have such strong performance is their external facing CISC interface effectively acts as memory compression wh
27.
▲
by
voidlogic
8y ago
>That would seem to incentivise staying below that threshold for a percentage of borrowers. That only makes sense if its not implemented like taxes are. For example if when you exceed 50k and your repayment rate for the first 10k of inco
28.
▲
by
voidlogic
8y ago
The kicker is if a client connects to you via HTTP/2, you can't upgrade/hijack that session to be a websocket stream since the underlying TCP connection could be being shared by(used to multiplex) multiple HTTP requests/
29.
▲
by
voidlogic
8y ago
It seems like a glaring omission that this doesn't discuss the compatibility issues using websockets with HTTP/2, RFC8441 and Websockets vs SSE... Maybe this is an older article?
30.
▲
by
voidlogic
8y ago
>If you want someone from Podunk Kansas you could easily pay them a third as much as someone living in a major metro but yours will still be the best offer they have. Not anymore, someone will be following the "locality doesn't
More ›