/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.mathieupassenaud.fr
| | cullmann.io
11.3 parsecs away

Travel
| | The Language Server Protocol (LSP) allows the integration of stuff like code completion, jump to definition, symbol search and more into an application without manual re-implementation for each language one wants to support. LSP doesn't fully allow an integration like KDevelop or Qt Creator do with the libclang based tooling aimed for C/C++ but on the other side offers the possibility to interface with plenty of languages without a large effort on the client side.
| | muhammadraza.me
9.5 parsecs away

Travel
| | In this post, we will understand how an HTTP server works by implementing one in Python.
| | iosoft.blog
9.6 parsecs away

Travel
| | So far I have used a large number of custom functions to configure and control the WiFi networking, but before adding yet more functionality, I need to offer a simpler (and more standard) way of doing all this programming. When it comes to network programming on Linux or Windows systems, there is only one widely-used...
| | spidermonkey.dev
41.8 parsecs away

Travel
| SpiderMonkey is the JavaScript engine used in Mozilla Firefox. This newsletter gives an overview of the JavaScript and WebAssembly work we've done as part of the Firefox 86 and 87 Nightly release cycles.