Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
slackingoff2017
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
slackingoff2017
9y ago
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 regular lock and still made money. Their desire to build everyth
2.
▲
by
slackingoff2017
9y ago
maybe it has to do with CR3 register? https://patchwork.kernel.org/patch/10138835/ Edit: switched to link without AD cancer
3.
▲
by
slackingoff2017
9y ago
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 sure the huge, rich cloud providers don't have their re
4.
▲
by
slackingoff2017
9y ago
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 boilerplate code. The client libraries even have http baked
5.
▲
by
slackingoff2017
9y ago
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 get a handle on their supply chain and stop outsou
6.
▲
by
slackingoff2017
9y ago
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 pattern that everyone uses for functions with a l
7.
▲
by
slackingoff2017
9y ago
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 unnecessary luxuries.
8.
▲
by
slackingoff2017
9y ago
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 is warning that such a thing is dangerous considering what t
9.
▲
by
slackingoff2017
9y ago
Found the newest marketing hire...
10.
▲
by
slackingoff2017
9y ago
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)
11.
▲
by
slackingoff2017
9y ago
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. Is it anything more than corporate hazing? You have to
12.
▲
by
slackingoff2017
9y ago
Haha this is exactly how I pictured it working! Made by the makers of express too.
13.
▲
by
slackingoff2017
9y ago
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 at least around async
14.
▲
by
slackingoff2017
9y ago
Are you sure they didn't use UDP? It seems like the kernel flow control in TCP would interact badly with LEDBAT
15.
▲
by
slackingoff2017
9y ago
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 as fast as you can causes standing queues that can be
16.
▲
by
slackingoff2017
9y ago
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 trying to send packets as fast as possible. Combined w
17.
▲
by
slackingoff2017
9y ago
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 reliable
18.
▲
by
slackingoff2017
9y ago
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 outside kernel.
19.
▲
by
slackingoff2017
9y ago
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 marketing wasn't great or they ran out of ru
20.
▲
by
slackingoff2017
9y ago
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.
21.
▲
by
slackingoff2017
9y ago
>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 browser will call GET / as soon as a TCP connection is
22.
▲
by
slackingoff2017
9y ago
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 police can search your belongings unless they're
23.
▲
by
slackingoff2017
9y ago
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 website, it loads, and it turns out that site was supposed
24.
▲
by
slackingoff2017
9y ago
"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.
25.
▲
by
slackingoff2017
9y ago
Just buy your own domain and run Gmail on it. Super easy to do, and if Google dicks with me too much I can move my mail somewhere else in minutes without changing my address
26.
▲
by
slackingoff2017
9y ago
You really think business grows so fast that you need instant servers? Google ran for many years on piles of commodity boards and they were expanding pretty fast... The amount of marketing hype around cloud services is insane because all th
27.
▲
by
slackingoff2017
9y ago
I used to live on the east coast and saw kids riding the subway all the time. It's no different than taking them into a store. A bonus of public transport is that you can let your kids do whatever once they hit 13. There's always
28.
▲
by
slackingoff2017
9y ago
People will resist giving up cars in areas with crappy weather, but I could see this working in many US cities west/south currently choked with traffic.
29.
▲
by
slackingoff2017
9y ago
At that speed it might not be Nginx. Check out Cloudflare's other blog posts too. https://blog.cloudflare.com/how-to-receive-a-million-packets... And thanks OP. I'm sure thousands of companies do these kinds of op
30.
▲
by
slackingoff2017
9y ago
Finally blocks ensure code executes even on exception. In the second example hideLoadSpinner will never get called if you hit the catch block
More ›