HN user

ekiauhce

1,399 karma
Posts112
Comments26
View on HN
coroot.com 7d ago

Can AI Do RCA?

ekiauhce
6pts2
www.beust.com 8mo ago

Reinventing Assertions

ekiauhce
1pts0
www.conventionalcommits.org 9mo ago

Conventional Commits Specification

ekiauhce
1pts0
cacm.acm.org 1y ago

The Tail at Scale

ekiauhce
2pts0
grafana.com 1y ago

How to use Prometheus to efficiently detect anomalies at scale

ekiauhce
18pts0
coroot.com 1y ago

We built AI-powered Root Cause Analysis that works

ekiauhce
2pts0
developer.mozilla.org 1y ago

JavaScript setTimeout can run code from a string

ekiauhce
1pts1
code.mendhak.com 1y ago

I wrote to the address in the GPLv2 license notice (2022)

ekiauhce
796pts559
firefox-source-docs.mozilla.org 1y ago

Firefox DevTools Network Tab: How to filter requests by properties

ekiauhce
128pts10
medium.com 1y ago

Deep Dive into Linux Networking and Docker – Bridge, VETH and IPTables

ekiauhce
25pts0
www.securitynik.com 1y ago

Docker Networking Internals: How Docker Uses Linux Iptables and Interfaces

ekiauhce
11pts0
www.patrickcraig.co.uk 1y ago

The $5000 Compression Challenge (2001)

ekiauhce
181pts185
medium.com 1y ago

Deep Dive into Pytest Parametrization

ekiauhce
1pts0
sirupsen.com 1y ago

Shitlist Driven Development (2016)

ekiauhce
2pts0
mckayla.blog 1y ago

All you need is data and functions

ekiauhce
1pts0
opensource.googleblog.com 2y ago

CityHash (2011)

ekiauhce
1pts0
github.com 2y ago

Audacity Audio Editor Source Code

ekiauhce
2pts0
tldp.org 2y ago

Advanced Bash-Scripting Guide

ekiauhce
42pts15
en.wikipedia.org 2y ago

Coding (Therapy)

ekiauhce
1pts0
developer.chrome.com 2y ago

What the Smoosh Happened?

ekiauhce
3pts0
josh.fail 2y ago

Pure bash Markdown table generator

ekiauhce
2pts0
huggingface.co 2y ago

Introduction to Matryoshka Embedding Models

ekiauhce
2pts0
github.com 2y ago

Simulate the C. Elegans worm brain in the browser

ekiauhce
4pts0
linesthatconnect.github.io 2y ago

Rigorous Derivation of the Bubble Sort Curve [pdf]

ekiauhce
2pts0
github.com 2y ago

Original Apollo 11 Guidance Computer (AGC) source code

ekiauhce
1pts0
www.navan.name 2y ago

Understanding ROC Curves

ekiauhce
2pts0
docs.kernel.org 2y ago

Linux Magic System Request Key Hacks

ekiauhce
2pts0
github.com 2y ago

Percona Monitoring and Management (Pmm)

ekiauhce
1pts0
gist.github.com 2y ago

3D DOM viewer: visualise the DOM topographically

ekiauhce
3pts0
mysql.rjweb.org 2y ago

MySQL Documents by Rick James

ekiauhce
2pts0

You can’t really move away from bash, unless there would be alternative as widely available on different Unix systems as bash is.

Yes, you came up with a nice syntax for your Haskell scripts, but what it cost to install all required dependencies on, for example, newly created Ubuntu server?

We updated docker recently and got really high RAM usage in the integration tests.

Atop shows that MySQL eats 20GB for no reason. All mysql server metrics was okey.

This problem was really painful to debug, since we thought “how docker can even affect how mysqld use memory, it might be something else”

Related: https://bugs.mysql.com/bug.php?id=96525

https://github.com/docker-library/mysql/issues/579

https://www.mail-archive.com/ubuntu-bugs@lists.ubuntu.com/ms...

https://github.com/moby/moby/issues/44547#issuecomment-13340...

Unreadable on iOS 16.6 and browser Firefox 116.2 (33536). Text overflows right border and can’t be scrolled

Toggle “ask for desktop version” doesn’t make any difference

Hey!

I just watched the presentation from post url and I really liked the tool Roy talked about at 19:00-22:40.

Also he answered a question (34:07-35:23) about which algorithm they use to actually tune thresholds by saying that he was sure it would be open-sourced at some point.

So I searched through the entire list of public repositories on https://github.com/Netflix?sort=stargazers and didn't find anything relatively similar to what Roy described.

Does anyone know: 1. What is the name of the metrics tuning system? 2. Is it open-source? 3. Is it actively supported or is it deprecated?

Thanks.

Thanks for the great article!

At my current employer we have a company-wide service for aggregating error logs in particular (WARN, ERORR level log rows and stacktraces, if it was an exception) so developers can analyze them for debugging purposes. Also it automatically gathers information about incoming http request (geo, ip address, user agent, etc) and you can easily see a particular segment of errors, and what kind of users getting them.

As I can see you have logs quantitative metric https://community-demo.coroot.com/p/oc1vhnmq/app/default:Dep... but without any detalization (maybe it works this way only for the demo app). I mean, it would be great to be able to inspect each ERROR event separately or to define custom SLO with alert for particular type of errors.

Another great feature we use a lot is historical data, so you can find patterns of error spikes on months scale and when it has gone after fix.

FYI this error-service I'm talking about is built on top of the ClickHouse, so it's quite responsive regardless of the large volumes of data.

Another thing I want to mention is cron-like workload (or batch jobs, you name it). Is there any support or useful metrics for it?

I think most essential skill for self taught designer is watchfulness.

When you don't have a clue how, for example, hero section should be designed, just go to the Dribble and scroll through examples people with experience make. Then your brain will recognize patterns for spacing, font choices and other things every good hero has.

If you struggling with particular UI component, you can address css/components libraries like Bulma or Vuetify.

For me the hardest part is static assets (background pictures and illustrations), because you can't make them from scratch without basic __drawing__ skills. Here is some links from my bookmarks, maybe it would helpful:

https://haikei.app/

https://undraw.co/illustrations

https://craftwork.design/