Viewing profile — slackingoff2017
slackingoff2017
HN member- Joined
- Sun, Apr 30, 2017, 7:38 AM UTC
- HN karma
- 1,702
- Public activity
- 374 items
- HN profile
- View on Hacker News ↗
About slackingoff2017
No profile information was provided.
Recent public activity
-
comment
Comment #16049081
I think the cost honestly killed them. If they would have just bolted a SoC and decent software onto a mostly existing lock, they could have sold the thing for $50 more than a regu…
-
comment
Comment #16048827
maybe it has to do with CR3 register? https://patchwork.kernel.org/patch/10138835/ Edit: switched to link without AD cancer
-
comment
Comment #16048769
All of the serious hackers with resources have a paid mole involved in the embargo discussion mailing list. The most dangerous people already know. Embargo is simply a way to make …
-
comment
Comment #15942788
Grpc is the future, I'm amazed that nobody seems to be using it. Easy endpoint definitions and code generation in almost every popular language. Much faster than REST and zero boil…
-
comment
Comment #15942263
The problem is massive. Most people haven't noticed yet but it's only a matter of time. Eventually everyone gets burned at least once and Amazon becomes the new ebay. They need to …
-
comment
Comment #15942163
I don't see a ton of value in this. The main use case mentioned (preventing use of functions with wrong parameter order) can be worked around using the common 'options' object patt…
- comment
-
comment
Comment #15842227
Unless the culture is wildly different than here in the US I don't think it's reasonable to consider private school and nannies as part of "cost of living"... Those are both unnece…
-
comment
Comment #15829724
Android phones are not widely used for surveying critical infastructure unlike these drones. The fact that a Chinese product sends data to China is hardly surprising, but US intel …
-
comment
Comment #15764151
Found the newest marketing hire...
-
comment
Comment #15680149
I strongly suspect it's your carrier preventing google from filtering these calls. I have google fi and it filters spam automatically (suspected spam at least disables ringer)
-
comment
Comment #15679935
Pretty sad what you have to do to have a chance at getting a job these days. Is there any proof that this gets better employees? I haven't seen a shred of real scientific evidence.…
-
comment
Comment #15667373
Haha this is exactly how I pictured it working! Made by the makers of express too.
-
comment
Comment #15626421
Express is ripe to be replaced. It has the weirdest syntax I've ever seen and is basically designed around call back hell. I can't wait till somebody rebuilds it in Typescript or a…
-
comment
Comment #15563606
Are you sure they didn't use UDP? It seems like the kernel flow control in TCP would interact badly with LEDBAT
-
comment
Comment #15563470
Yup, it's because for the longest time TCP was as aggressive as possible to get the most bandwidth. Over the last 10 years networks buffers have become gigantic and sending packets…
-
comment
Comment #15558283
LEDBAT is similar but works on L7 instead of L4 and needs support on both ends. BBR is excellent. It's the first congestion control strategy to really focus on fairness rather than…
-
comment
Comment #15558263
Yes! I've been waiting for a fast userland OSS network stack forever. There's things like DPDK for IP but nobody has taken up the monumental task of getting TCP working and reliabl…
-
comment
Comment #15558250
LEDBAT typically runs over UDP and doesn't need kernel support. Windows has something similar with "background intelligent transfer service" BITS, but LEDBAT works just fine outsid…
-
comment
Comment #15555513
There's several companies dedicated to moving ultra high net worth individuals. It's hard to believe there's no market between that and the cheapest options. Sounds like their mark…
-
comment
Comment #15555088
When you connect with ftp or HTTP you get a top level directory or a home page. Same thing as looking through an open door.
-
comment
Comment #15554920
>Name a protocol used on the Internet that does NOT make a distinction between connecting and the client requesting information. Http, among almost everything else. In HTTP the bro…
-
comment
Comment #15554447
I'm saying that unauthorized access shouldn't apply to things that are trivial to access even by mistake. The law needs to be at the same standard as real life. For example the pol…
-
comment
Comment #15552893
An ftp client downloads a list of files as soon as you connect. It's the same as fat fingering a website in your browser. Are you saying I should go to jail if I type the wrong web…
-
comment
Comment #15552310
"unauthorized access" is bs. It was a public ftp server and he notified the owners. It's like telling your neighbor his door is open.