Hacker Newsnew | past | comments | ask | show | jobs | submit | 56quarters's commentslogin

(I work at Grafana but not on the Agent)

I'm really excited to see how this goes because the "static" YAML config for a typical Agent setup (e.g. scrape metrics from pods in a Kubernetes cluster) is quite verbose and difficult to figure out unless you already know exactly what you're doing. I always end up having to find somewhere to copy/paste it from :)


https://en.wikipedia.org/wiki/Three-fifths_Compromise

Representatives and direct Taxes shall be apportioned among the several States which may be included within this Union, according to their respective Numbers, which shall be determined by adding to the whole Number of free Persons, including those bound to Service for a Term of Years, and excluding Indians not taxed, three fifths of all other Persons.


The Redis protocol uses length prefixes for bulk strings and arrays (per your linked document). That enables it to read multiple bytes at a time off the socket, though it does seem like you'll still end up doing a bit of character by character processing with the result.

  RESP uses prefixed lengths to transfer bulk data, so there is never a need to scan the payload for special characters like it happens for instance with JSON, nor to quote the payload that needs to be sent to the server.

  The Bulk and Multi Bulk lengths can be processed with code that performs a single operation per character while at the same time scanning for the CR character, like the following C code:


+1 for Termux.

I started using it purely for the novelty of running emacs on my phone (a moto x pure) and it's a great piece of software. It's even open source!

https://github.com/termux/termux-app


How do you use it? I couldn't imagine using Emacs with a software keyboard.


If using software keyboard, Hacker Keyboard works great!

Otherwise, the Logitech K380 Multi-Device Bluetooth Keyboard ( https://www.amazon.com/dp/B0148NPH9I/ref=cm_sw_r_other_apa_l... ) is great.


Volume up and down are used as modifiers. Sounds crazy but it works.


Updated


I've found using minimization to give up 40% smaller files even after gzip. Even so, combining multiple JS or CSS files into single one and using image sprites will probably be your biggest win.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: