Remotion is a suite of libraries building a fundament for creating videos programmatically using React.
#typescript, #js, #ts, #react, #libraries, #video, #remotion
#typescript, #js, #ts, #react, #libraries, #video, #remotion
๐ฅ1๐1
doccano is an open source text annotation tool for humans. It provides annotation features for text classification, sequence labeling and sequence to sequence tasks. So, you can create labeled data for sentiment analysis, named entity recognition, text summarization and so on. Just create a project, upload data and start annotating.
#python, #ml, #nlp, #datasets, #annotation, #tool
#python, #ml, #nlp, #datasets, #annotation, #tool
๐ฅ1๐1
This media is not supported in your browser
VIEW IN TELEGRAM
Vault is a tool for securely accessing secrets. A secret is anything that you want to tightly control access to, such as API keys, passwords, certificates, and more. Vault provides a unified interface to any secret, while providing tight access control and recording a detailed audit log.
A modern system requires access to a multitude of secrets: database credentials, API keys for external services, credentials for service-oriented architecture communication, etc. Understanding who is accessing what secrets is already very difficult and platform-specific. Adding on key rolling, secure storage, and detailed audit logs is almost impossible without a custom solution. This is where Vault steps in.
#golang, #go, #secrets, #management, #encryption
A modern system requires access to a multitude of secrets: database credentials, API keys for external services, credentials for service-oriented architecture communication, etc. Understanding who is accessing what secrets is already very difficult and platform-specific. Adding on key rolling, secure storage, and detailed audit logs is almost impossible without a custom solution. This is where Vault steps in.
#golang, #go, #secrets, #management, #encryption
โค1๐ฅ1
Howdy provides Windows Helloโข style authentication for Linux. Use your built-in IR emitters and camera in combination with facial recognition to prove who you are.
Using the central authentication system (PAM), this works everywhere you would otherwise need your password: Login, lock screen, sudo, su, etc.
#python, #shell, #linux, #camera, #debian, #face, #recognition
Using the central authentication system (PAM), this works everywhere you would otherwise need your password: Login, lock screen, sudo, su, etc.
#python, #shell, #linux, #camera, #debian, #face, #recognition
๐ฅ1๐1
pcp is a tool for quickly copying a file between two hosts on the same network, without drive shares or web servers or any other "fancyโ requirements. for now single file only, based on libp2p.
#opensource, #filecopy, #utility, #p2p
#opensource, #filecopy, #utility, #p2p
โค1๐1
sqlmap is an open source penetration testing tool that automates the process of detecting and exploiting SQL injection flaws and taking over of database servers. It comes with a powerful detection engine, many niche features for the ultimate penetration tester, and a broad range of switches including database fingerprinting, over data fetching from the database, accessing the underlying file system, and executing commands on the operating system via out-of-band connections.
#python, #database, #sql, #injection, #pentesting, #exploitation, #sqlmap, #takeover, #scanner
#python, #database, #sql, #injection, #pentesting, #exploitation, #sqlmap, #takeover, #scanner
๐1๐1
xstate is a JS / TS framework for creating finite state machines. It has integrations for Vue, Svelte and React.
From the docs: Statecharts are a formalism for modeling stateful, reactive systems. This is useful for declaratively describing the behavior of your application, from the individual components to the overall application logic.
#opensource, #statemachine, #javascript, #typescript
From the docs: Statecharts are a formalism for modeling stateful, reactive systems. This is useful for declaratively describing the behavior of your application, from the individual components to the overall application logic.
#opensource, #statemachine, #javascript, #typescript
โค1๐ฅ1
GoReleaser builds Go binaries for several platforms, creates a GitHub release and then pushes a Homebrew formula to a tap repository. All that wrapped in your favorite CI.
#golang, #go, #docker, #homebrew, #snapcraft
#golang, #go, #docker, #homebrew, #snapcraft
๐ฅ1๐1
Litestream is a standalone streaming replication tool for SQLite. It runs as a background process and safely replicates changes incrementally to another file or S3. Litestream only communicates with SQLite through the SQLite API so it will not corrupt your database.
#golang, #go, #replication, #sql, #s3, #streaming
#golang, #go, #replication, #sql, #s3, #streaming
๐ฅ1๐1
Binary Tree
pcp is a tool for quickly copying a file between two hosts on the same network, without drive shares or web servers or any other "fancyโ requirements. for now single file only, based on libp2p. #opensource, #filecopy, #utility, #p2p
gotify is a REST server for simply sending messages to consumers.
#opensource #license-mit #clientserver #messaging #docker
#opensource #license-mit #clientserver #messaging #docker
โค1๐ฅ1
Walrus โโฆ is a fast, secure and reliable backup system suitable for modern infrastructure. With walrus, you can backup services like SQLite, MySQL, PostgreSQL, Redis, etcd or a complete directory with a short interval and low overhead. It supports AWS S3, digitalocean spaces and any S3-compatible object storage service.โ
#opensource #database #backup #s3
#opensource #database #backup #s3
๐1๐ฅ1
Debezium is โโฆ an open source distributed platform for change data capture. Start it up, point it at your databases, and your apps can start responding to all of the inserts, updates, and deletes that other apps commit to your databases. Debezium is durable and fast, so your apps can respond quickly and never miss an event, even when things go wrong.โ
Similar tools:
- lawrencejones / pgsink (postgres only)
#opensource #database #eventstream #kafka #processing
Similar tools:
- lawrencejones / pgsink (postgres only)
#opensource #database #eventstream #kafka #processing
๐ฅ1๐1
htmx โฆ (quoting starts) htmx allows you to access AJAX, CSS Transitions, WebSockets and Server Sent Events directly in HTML, using attributes, so you can build modern user interfaces with the simplicity and power of hypertext
htmx is small (~9k min.gz'd), dependency-free, extendable & IE11 compatible
motivation
Why should only <a> and <form> be able to make HTTP requests?
Why should only click & submit events trigger them?
Why should only GET & POST be available?
Why should you only be able to replace the entire screen?
#frontend #framework #tiny #html
htmx is small (~9k min.gz'd), dependency-free, extendable & IE11 compatible
motivation
Why should only <a> and <form> be able to make HTTP requests?
Why should only click & submit events trigger them?
Why should only GET & POST be available?
Why should you only be able to replace the entire screen?
#frontend #framework #tiny #html
โค1๐1
Spack is a multi-platform package manager that builds and installs multiple versions and configurations of software. It works on Linux, macOS, and many supercomputers. Spack is non-destructive: installing a new version of a package does not break existing installations, so many configurations of the same package can coexist.
#python, #package, #package, #hpc, #radiuss
#python, #package, #package, #hpc, #radiuss
๐1๐1
jsonata is a JSON query and transformation language, roughly comparable to what XSLT is to XML. It seems to exist only as npm module at the moment.
There is a โtry outโ page under try.jsonata.org.
#querylanguage #transformation #dataprocessing #json #npm #nodejs #javascript
There is a โtry outโ page under try.jsonata.org.
#querylanguage #transformation #dataprocessing #json #npm #nodejs #javascript
โค1๐ฅ1
learn X in Y minutes is a web page which contains quickstart tutorials for tons of programming languages.
#learning, #languages, #quickstart, #tutorial, #intro
#learning, #languages, #quickstart, #tutorial, #intro
๐1๐ฅ1
IBM Plexยฎ typeface.
Meet the IBM Plexยฎ typeface, our new corporate typeface family. Itโs global, itโs versatile and itโs distinctly IBM.
We designed the IBM Plex typeface carefully to both meet our needs as a global tech company and express who we are as IBMers. It took two years and a lot of work to get here, but today we have a signature typeface weโre proud and excited to share with the world. Discover more about our development of the IBM Plex typeface.
#font, #typeface, #design
Meet the IBM Plexยฎ typeface, our new corporate typeface family. Itโs global, itโs versatile and itโs distinctly IBM.
We designed the IBM Plex typeface carefully to both meet our needs as a global tech company and express who we are as IBMers. It took two years and a lot of work to get here, but today we have a signature typeface weโre proud and excited to share with the world. Discover more about our development of the IBM Plex typeface.
#font, #typeface, #design
โค1๐1
Dagster is a data orchestrator for machine learning, analytics, and ETL
Dagster lets you define pipelines in terms of the data flow between reusable, logical components, then test locally and run anywhere. With a unified view of pipelines and the assets they produce, Dagster can schedule and orchestrate Pandas, Spark, SQL, or anything else that Python can invoke.
Dagster is designed for data platform engineers, data engineers, and full-stack data scientists. Building a data platform with Dagster makes your stakeholders more independent and your systems more robust. Developing data pipelines with Dagster makes testing easier and deploying faster.
#python, #workflow, #data, #science, #etl, #analytics, #orchestrator
Dagster lets you define pipelines in terms of the data flow between reusable, logical components, then test locally and run anywhere. With a unified view of pipelines and the assets they produce, Dagster can schedule and orchestrate Pandas, Spark, SQL, or anything else that Python can invoke.
Dagster is designed for data platform engineers, data engineers, and full-stack data scientists. Building a data platform with Dagster makes your stakeholders more independent and your systems more robust. Developing data pipelines with Dagster makes testing easier and deploying faster.
#python, #workflow, #data, #science, #etl, #analytics, #orchestrator
๐ฅ1๐ค1๐1