Explore >> Select a destination


You are here

yos.io
| | blog.owulveryck.info
5.1 parsecs away

Travel
| | This article explores the transition from a WebSocket-based implementation to a simpler, more direct stream over HTTP in the context of capturing touch screen inputs on Linux. It begins by introducing the main theme, encapsulated in the statement Everything is a file is a stream of byte. The need to capture finger positions on a touchscreen by reading /dev/input/events in Linux is initially discussed, followed by a dilemma of transferring this data to a JavaScript client in a browser. Initially, WebSockets are chosen, leading to a discussion on how frameworks often shape our technological choices and the challenges faced in debugging WebSocket connections. The article then introduces an alternative about sending a stream of bytes over HTTP, drawing a paralle...
| | tech.trivago.com
5.0 parsecs away

Travel
| | At trivago we rely heavily on the ELK stack for our log processing. We stream our webserver access logs, error logs, performance benchmarks and all kind of diagnostic data into Kafka and process...
| | doughellmann.com
6.0 parsecs away

Travel
| | [AI summary] This book provides examples of using Python 3's Standard Library modules to enhance application development, covering topics like text processing, data structures, algorithms, and networking.
| | bitsofco.de
32.4 parsecs away

Travel
| Articles on frontend development and more.