Lunatic is a platform for building actor systems that use WebAssembly instances as actors. It is heavily inspired by Erlang and can be targeted from any language that can compile to WebAssembly. Currently there are only bindings for Rust available.
#rust, #webassembly, #actors
#rust, #webassembly, #actors
❤1🔥1
Podman is a tool for managing containers and images, volumes mounted into those containers, and pods made from groups of containers. Podman is based on libpod, a library for container lifecycle management that is also contained in this repository. The libpod library provides APIs for managing containers, pods, container images, and volumes.
#go, #golang, #oci, #containers, #pods, #managing
#go, #golang, #oci, #containers, #pods, #managing
❤1🔥1
Depix is a tool for recovering passwords from pixelized screenshots.
This implementation works on pixelized images that were created with a linear box filter.
#python, #pixelized, #passwords
This implementation works on pixelized images that were created with a linear box filter.
#python, #pixelized, #passwords
❤1🔥1
Capa detects capabilities in executable files. You run it against a PE file or shellcode and it tells you what it thinks the program can do. For example, it might suggest that the file is a backdoor, is capable of installing services, or relies on HTTP to communicate.
#python, #capabilities, #executable
#python, #capabilities, #executable
❤1🔥1
Django select_related and prefetch_related.
In Django,
#python, #django, #article, #explanation
In Django,
select_related and prefetch_related are designed to stop the deluge of database queries that are caused by accessing related objects.#python, #django, #article, #explanation
Medium
Django select_related and prefetch_related
Checking how many queries reduce using these methods with an example
❤1👍1
Fast HTTP implementation for Go.
Currently fasthttp is successfully used by VertaMedia in a production serving up to 200K rps from more than 1.5M concurrent keep-alive connections per physical server.
#go, #golang, #fast, #http, #high, #performance
Currently fasthttp is successfully used by VertaMedia in a production serving up to 200K rps from more than 1.5M concurrent keep-alive connections per physical server.
#go, #golang, #fast, #http, #high, #performance
❤1🔥1
React Native Paper is a high-quality, standard-compliant Material Design library that has you covered in all major use-cases.
- Follows material design guidelines
- Works on both iOS and Android following platform adaptation guidelines
- Full theming support
#typescript, #js, #ts, #react, #native, #material, #design
- Follows material design guidelines
- Works on both iOS and Android following platform adaptation guidelines
- Full theming support
#typescript, #js, #ts, #react, #native, #material, #design
❤1👏1
Open Graph Image as a Service.
Serverless service that generates dynamic Open Graph images that you can embed in your <meta> tags.
For each keystroke, headless chromium is used to render an HTML page and take a screenshot of the result which gets cached.
#typescript, #html, #opengraph, #meta, #image, #generator
Serverless service that generates dynamic Open Graph images that you can embed in your <meta> tags.
For each keystroke, headless chromium is used to render an HTML page and take a screenshot of the result which gets cached.
#typescript, #html, #opengraph, #meta, #image, #generator
❤1🔥1
This media is not supported in your browser
VIEW IN TELEGRAM
Ceph is an open-source software storage platform, implements object storage on a single distributed computer cluster, and provides 3in1 interfaces for : object-, block- and file-level storage. Ceph aims primarily for completely distributed operation without a single point of failure, scalable to the exabyte level, and freely available.
#cpp, #distributed, #filesystem, #cluster, #storage
#cpp, #distributed, #filesystem, #cluster, #storage
❤1👍1
Gorilla WebSocket is a Go implementation of the WebSocket protocol.
#golang, #go, #websocket, #protocol
#golang, #go, #websocket, #protocol
❤1🔥1
What kind of content you interested are? I’ll use your feedback to make channel much more useful.
Use comments, please.
Use comments, please.
❤1👍1🔥1
Staticcheck is a state of the art linter for the Go programming language. Using static analysis, it finds bugs and performance issues, offers simplifications, and enforces style rules.
#golang, #go, #staticcheck, #analysis, #performance, #bugs
#golang, #go, #staticcheck, #analysis, #performance, #bugs
❤1🔥1
Askama implements a template rendering engine based on Jinja. It generates Rust code from your templates at compile time based on a user-defined struct to hold the template's context.
Features are:
- Construct templates using a familiar, easy-to-use syntax
- Template code is compiled into your crate for optimal performance
- Benefit from the safety provided by Rust's type system
- Optional built-in support for Actix, Gotham, Iron, Rocket, tide, and warp web frameworks
- Debugging features to assist you in template development
- Templates must be valid UTF-8 and produce UTF-8 when rendered
- Works on stable Rust
#rust, #jinja2, #templating, #custom, #derive, #library
Features are:
- Construct templates using a familiar, easy-to-use syntax
- Template code is compiled into your crate for optimal performance
- Benefit from the safety provided by Rust's type system
- Optional built-in support for Actix, Gotham, Iron, Rocket, tide, and warp web frameworks
- Debugging features to assist you in template development
- Templates must be valid UTF-8 and produce UTF-8 when rendered
- Works on stable Rust
#rust, #jinja2, #templating, #custom, #derive, #library
❤1🎉1
chi is a lightweight, idiomatic and composable router for building Go HTTP services. It's especially good at helping you write large REST API services that are kept maintainable as your project grows and changes. chi is built on the new context package introduced in Go 1.7 to handle signaling, cancelation and request-scoped values across a handler chain.
The focus of the project has been to seek out an elegant and comfortable design for writing REST API servers, written during the development of the Pressly API service that powers our public API service, which in turn powers all of our client-side applications.
#golang, #go, #http, #middleware, #router, #api, #rest, #microservices
The focus of the project has been to seek out an elegant and comfortable design for writing REST API servers, written during the development of the Pressly API service that powers our public API service, which in turn powers all of our client-side applications.
#golang, #go, #http, #middleware, #router, #api, #rest, #microservices
❤1👏1