Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
walth
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
walth
3mo ago
TLDR, not ready for prime time. Sadly, probably still the best Cloudflare blog written in the last nine months.
2.
▲
by
walth
3mo ago
Come to the Midwest. Over friendly. Zero air pods effect.
3.
▲
by
walth
6mo ago
That is true at a certain scale, but there is also a reason why large organizations like Cloudflare ran nginx on their edge over any other product.
4.
▲
by
walth
1y ago
You might be interested in nginx's implementation https://nginx.org/en/docs/http/ngx_http_upstream_module.html...
5.
▲
by
walth
1y ago
My biggest regret is now not making friends with Doc Brown.
6.
▲
by
walth
1y ago
Never attribute to malice that which can be explained by stupidity. We had the same thing happen with any email with 2f<domain> anywhere in the message body on Google workspace The "2F" URL decodes to slash / and a thir
7.
▲
by
walth
2y ago
I'd recommend VictoriaLogs and shipping to via Vector
8.
▲
by
walth
2y ago
Safari on IOS still has a ton lingering HTTP/3 / QUIC bugs. I think it is to the point that if your user base doesn't warrant it, (i.e. you are targeting well connected devices with minimal latency/packetloss) it's
9.
▲
by
walth
2y ago
Its great. We use it. I'm not sure I would call it even close to battle hardened. They are still many lurking footguns and bugs. Try running it with > 250k tables. Falls down hard. Error logic around etcd/topo server is very sh
10.
▲
by
walth
2y ago
Also love gnuplot, and and ministat for stats/graphs from the command line
11.
▲
by
walth
2y ago
Also pretty easy to implement disk quotas on a modern system. Heck, you could even display a warning or the top directories consuming space upon login. Not a great take - this is a operations problem, not a design problem.
12.
▲
by
walth
2y ago
https://www.usgs.gov/faqs/what-lidar-data-and-where-can-i-do...
13.
▲
by
walth
2y ago
Meanwhile, it’s going on two weeks that a large volumetric amplification attack has been coming from CF itself against systems I manage. Ironically, their abuse report does validate the domain being used to route traffic is a registered cus
14.
▲
by
walth
2y ago
For single instances, this seems very true. For complex multi-member clusters Maria/MySQL are quite far ahead.
15.
▲
by
walth
2y ago
Found it much easier to just used structured logs and slice them with [angle grinder]( https://github.com/rcoh/angle-grinder )
16.
▲
by
walth
2y ago
Chatted with these folks a few times and they are all lovely people and would be super fun to work with.
17.
▲
by
walth
2y ago
We all know its all about the money. I want to know that you care enough to have done a modicum of research on your new potential employer. And in turn, that you can give a short answer on why you might want to spend 40 some hours a week wi
18.
▲
by
walth
2y ago
Those people are indeed hard to find. Individuals that write operators and/or know the internals vs just using kubectl and helm.
19.
▲
by
walth
2y ago
Nice - I normally use [bash-readline]( https://github.com/iovisor/bcc/blob/master/tools/bashreadlin... ) when coworking/co-inhabiting a server or training someone.
20.
▲
by
walth
2y ago
https://www.folklore.org/Discovered_Loops.html?sort=date?sor...
21.
▲
by
walth
2y ago
Appears some blocks near (but not in) RFC1918 space are missing?
22.
▲
by
walth
2y ago
We have a similar in house utility that looks at the P90 resource utilization (via prom) for last 48hrs and adjusts requests to this level. This allows our scheduler to place/pack the workload according to our preference.
23.
▲
by
walth
2y ago
Most just utilize out of the box macro resources available in HPA. For more advanced use cases there is keda - https://keda.sh/
24.
▲
by
walth
3y ago
Systems Performance: Enterprise and the Cloud, 2nd Edition (2020) https://www.brendangregg.com/systems-performance-2nd-edition...
25.
▲
by
walth
3y ago
I believe this test is run several times and the data set fits in page cache.
26.
▲
by
walth
3y ago
Sharing the love for awk as well :) Aho's second edition of The AWK Programming Language dropped a few months ago is recommended if you want to know more about the language.
27.
▲
by
walth
3y ago
> Z-Wave is in some ways the better pick going forward Z-Wave unfortunately is already dead. The legacy certification process, the higher cost chips, and the global frequency bifurcation.
28.
▲
by
walth
3y ago
> There is no proof that they're doing what you're claiming. do you recall when Plex started ingesting your media history and then emailed all shared users in your library what you were watching? Many Plex users were pretty emb
29.
▲
by
walth
3y ago
Sloot lives!!! https://en.m.wikipedia.org/wiki/Sloot_Digital_Coding_System
30.
▲
by
walth
3y ago
You can do the same thing on Mac with built-in tools ``` # Setup pipe sudo dnctl pipe 1 config bw 1Kbit/s delay 800 # Setup matching pf rule echo "dummynet out proto tcp from any to 127.0.0.1 port 11211 pipe 1" | sudo pfctl -
More ›