en
Feedback
Archived GitHub

Archived GitHub

Open in Telegram

This was a channel about Open Source, software development, and IT in general.

Show more
The country is not specifiedTechnologies & Applications63 076
900
Subscribers
No data24 hours
No data7 days
No data30 days
Posts Archive
Carbon is an open-source design system built by IBM. With the IBM Design Language as its foundation, the system consists of w
Carbon is an open-source design system built by IBM. With the IBM Design Language as its foundation, the system consists of working code, design tools and resources, human interface guidelines, and a vibrant community of contributors. #js #javascript #design #system #ibm

Parsr is a minimal-footprint document (image, pdf, docx, eml) cleaning, parsing and extraction toolchain which generates read
Parsr is a minimal-footprint document (image, pdf, docx, eml) cleaning, parsing and extraction toolchain which generates readily available, organized and usable data in JSON, Markdown (MD), CSV/Pandas DF or TXT formats. #js #javascript #pdf #document

xh is a friendly and fast tool for sending HTTP requests. It reimplements as much as possible of HTTPie's excellent design, with a focus on improved performance. #rust #cli #terminal #http #client #web #api #testing

Calva: A Clojure & ClojureScript IDE in Visual Studio Code. Calva is an integrated, REPL powered, development environment for
Calva: A Clojure & ClojureScript IDE in Visual Studio Code. Calva is an integrated, REPL powered, development environment for enjoyable and productive Clojure and ClojureScript programming in Visual Studio Code. It includes: - inline code evaluation - structural editing - code formatting - code navigation - a debugger - linting - syntax highlighting - Clojure aware rainbow brackets - a test runner - refactoring support - and much more. #clojure #clojurescript #vscode #vsc #calva #ide #repl

Generating secrets in Clojure. Generating secrets is a very important part of any data-sensitive application. In this article
Generating secrets in Clojure. Generating secrets is a very important part of any data-sensitive application. In this article, I’m going to tell you about a low-level library that helps to generate secrets in Clojure. If you’re familiar with Python, you might have heard of secrets module from Python’s standard library. Well, the secrets.clj is just like Python’s secrets, but for Clojure. Read it: https://isaak.dev/2022/10/generating-secrets-in-clojure #clojure #jvm #secrets #password #tokens #rng #csprng

Coroot is a monitoring and troubleshooting tool for microservice architectures. #go #golang #javascript #js #monitoring #microservice

Etherpad is a real-time collaborative editor scalable to thousands of simultaneous real time users. It provides full data export capabilities, and runs on your server, under your control. #javascript #js #document #editor #collaborative #realtime #web #pdf #word

Stable Diffusion is a latent text-to-image diffusion model. Thanks to a generous compute donation from Stability AI and suppo
Stable Diffusion is a latent text-to-image diffusion model. Thanks to a generous compute donation from Stability AI and support from LAION, we were able to train a Latent Diffusion Model on 512x512 images from a subset of the LAION-5B database. Similar to Google's Imagen, this model uses a frozen CLIP ViT-L/14 text encoder to condition the model on text prompts. With its 860M UNet and 123M text encoder, the model is relatively lightweight and runs on a GPU with at least 10GB VRAM. See this section below and the model card. #python #ml #dl #text2image #diffusion #model #torch #torchvision

httpie is all the user-friendliness of our Terminal version, now wrapped up in a sleek graphical interface. - Interact painle
httpie is all the user-friendliness of our Terminal version, now wrapped up in a sleek graphical interface. - Interact painlessly with APIs - Organize your work in spaces, collections, and tabs - Parametrize requests with variables and environments - Work across devices with auto-save and realtime sync - Build and preview requests without sending them - Use the app offline and without an account #http #client #python #desktop #cli #web #macos #windows #linux #rest #api

Hex Fiend — is a fast and clever open source hex editor for macOS. - Insert, delete, rearrange. Hex Fiend does not limit you
Hex Fiend — is a fast and clever open source hex editor for macOS. - Insert, delete, rearrange. Hex Fiend does not limit you to in-place changes like some hex editors. - Work with huge files. Hex Fiend can handle as big a file as you’re able to create. It’s been tested on files as large as 118 GB. - Small footprint. Hex Fiend does not keep your files in memory. You won’t dread launching or working with Hex Fiend even on low-RAM machines. - Fast. Open a huge file, scroll around, copy and paste, all instantly. Find what you’re looking for with fast searching. - Binary diff. Hex Fiend can show the differences between files, taking into account insertions or deletions. Simply open two files in Hex Fiend and then use the File > Compare menus. - Smart saving. Hex Fiend knows not to waste time overwriting the parts of your files that haven’t changed, and never needs temporary disk space. #objectivec #macos #hex #editor

Notesnook is a fully open source & end-to-end encrypted note taking alternative to Evernote. #js #react #productivity #privac
Notesnook is a fully open source & end-to-end encrypted note taking alternative to Evernote. #js #react #productivity #privacy #notes #foss

Beginner's TypeScript Tutorial is an interactive #TypeScript tutorial for beginners. #typescript #ts #tutorial
Beginner's TypeScript Tutorial is an interactive #TypeScript tutorial for beginners. #typescript #ts #tutorial

Jepsen is a Clojure library. A test is a Clojure program which uses the Jepsen library to set up a distributed system, run a bunch of operations against that system, and verify that the history of those operations makes sense. Jepsen has been used to verify everything from eventually-consistent commutative databases to linearizable coordination systems to distributed task schedulers. It can also generate graphs of performance and availability, helping you characterize how a system responds to different faults. #clojure #distributed #systems

Nbb’s main goal is to make it easy to get started with ad hoc CLJS scripting on Node.js. Additional goals and features are: •
Nbb’s main goal is to make it easy to get started with ad hoc CLJS scripting on Node.js. Additional goals and features are: • Fast startup without relying on a custom version of Node.js. • Small artifact (current size is around 1.2MB). • First class macros. • Support building small TUI apps using Reagent. • Complement babashka with libraries from the Node.js ecosystem. #nodejs #clojure #clojurescript

CustomTkinter is a python UI-library based on Tkinter, which provides new, modern and fully customizable widgets. They are cr
CustomTkinter is a python UI-library based on Tkinter, which provides new, modern and fully customizable widgets. They are created and used like normal Tkinter widgets and can also be used in combination with normal Tkinter elements. The widgets and the window colors either adapt to the system appearance or the manually set mode ('light', 'dark'), and all CustomTkinter widgets and windows support HighDPI scaling (Windows, macOS). With CustomTkinter you'll get a consistent and modern look across all desktop platforms. #python #tkinter #gui #ui #macos #linux #windows

snarkOS is a decentralized operating system for private applications. It forms the backbone of Aleo and enables applications
snarkOS is a decentralized operating system for private applications. It forms the backbone of Aleo and enables applications to verify and store state in a publicly verifiable manner. #rust #os #cryptography #blockchain

Fluvio is a high-performance distributed data streaming platform that's written in Rust, built to make it easy to run real-ti
Fluvio is a high-performance distributed data streaming platform that's written in Rust, built to make it easy to run real-time applications. #rust #streaming #analytics #cloud #native

Salsa is a generic framework for on-demand, incrementalized computation. Inspired by adapton, glimmer, and rustc's query syst
Salsa is a generic framework for on-demand, incrementalized computation. Inspired by adapton, glimmer, and rustc's query system. #rust #incrementalized #computation #framework

SurrealDB is an end-to-end cloud native database for web, mobile, serverless, jamstack, backend, and traditional applications
SurrealDB is an end-to-end cloud native database for web, mobile, serverless, jamstack, backend, and traditional applications. SurrealDB reduces the development time of modern applications by simplifying your database and API stack, removing the need for most server-side components, allowing you to build secure, performant apps quicker and cheaper. SurrealDB acts as both a database and a modern, realtime, collaborative API backend layer. SurrealDB can run as a single server or in a highly-available, highly-scalable distributed mode - with support for SQL querying from client devices, GraphQL, ACID transactions, WebSocket connections, structured and unstructured data, graph querying, full-text indexing, geospatial querying, and row-by-row permissions-based access. #rust #cloud #native #database #db #nosql #serverless #distributed #daas #surrealdb

I have a Twitter (brand new) btw, let’s follow each other. I mostly shitposting and trolling there, but sometimes I post useful stuff, so follow me: https://twitter.com/likid_geimfari