Viewing profile — voidlogic
voidlogic
HN member- Joined
- Thu, Nov 15, 2012, 11:59 PM UTC
- HN karma
- 3,297
- Public activity
- 1,171 items
- HN profile
- View on Hacker News ↗
About voidlogic
No profile information was provided.
Recent public activity
-
comment
Comment #34622394
Right but a Google L6 is a was probably a PE at the last Fortune 500 they worked for.
-
comment
Comment #30342216
Why do you think the engine is beyond saving? I use Firefox everyday and have absolutely zero complaints...
-
comment
Comment #30342186
You can still run firefox as normal app, and it's rock solid.
-
comment
Comment #29719740
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!
-
comment
Comment #29719705
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.
-
comment
Comment #29719663
You are changing your view of the hard worker mindset based on experiences with a single individual?
-
comment
Comment #29719616
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…
-
comment
Comment #27159156
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…
-
comment
Comment #22689264
I still don't understand why someone would want to use this over GOGS....
-
comment
Comment #22541596
At my college all the dorms had a kitchen for residents to use in the basement... is this not normal?
-
comment
Comment #22174420
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 sa…
-
comment
Comment #21940377
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 …
-
comment
Comment #21901350
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 ( "cryp…
-
comment
Comment #20280156
>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 mater…
-
comment
Comment #19784367
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…
-
comment
Comment #19585369
>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. S…
-
comment
Comment #19455962
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 Cl…
-
comment
Comment #19455628
Store kiosk?
-
comment
Comment #19453837
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 t…
-
comment
Comment #19453004
Power. Soon CF will be completely pervasive. CDN? Certs? DNS? Registrar? The are playing the long game for the win.
-
comment
Comment #19372357
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 b…
-
comment
Comment #19371515
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...
-
comment
Comment #19371450
I still use hangouts on my phone and via https://hangouts.google.com/ everyday.... what am I missing?
-
comment
Comment #19328063
"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 impl…
-
comment
Comment #19328048
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 sof…