Byte Crawl
258 subscribers
325 photos
2 videos
329 links
Tech news, cool tools & projects, infosec and more. Everything is hand-picked and I try to post some new stuff every two days (depending on how much new stuff I found).

Operated by @d_Rickyy_b
Download Telegram
You're the OS!

Do you sometimes get frustrated at how slow your computer's operating system can be? Now is your chance to prove that you could do a better job!

Behold the nerdiest game ever, in which YOU are the operating system! As such, you have to manage the computer's processes, memory and input/output events, and try not to get rebooted by an impatient user. Good luck!

https://drfreckles42.itch.io/youre-the-os
https://github.com/plbrault/youre-the-os

#opensource #game #python #os
πŸ”₯3❀1πŸ‘1
transfer.sh

Easy and fast file sharing from the web and command-line.

Transfer.sh currently supports the s3 (Amazon S3), gdrive (Google Drive), storj (Storj) providers, and local file system (local) as storage backend.

https://transfer.sh/
https://github.com/dutchcoders/transfer.sh

#opensource #filesharing #hosting #go #golang
❀5πŸ‘1
AltTab

Brings the power of Windows’s β€œalt-tab” window switcher to macOS. Switch focus to any window. Minimize, close, fullscreen any window.

πŸ”— https://alt-tab-macos.netlify.app
🌐 https://github.com/lwouis/alt-tab-macos

#opensource #swift #macos #utility #productivity
Please open Telegram to view this post
VIEW IN TELEGRAM
WizTree

The fastest Disk Space Analyzer. WizTree reads the hard drive's Master File Table (MFT) directly from the disk (like Everything Search does). Way faster alternative for TreeSize [ByteCrawl/143].

πŸ”— https://diskanalyzer.com

#sysadmin #windows #housekeeping #gui #organization #file #ntfs #mft #storage #disk
Please open Telegram to view this post
VIEW IN TELEGRAM
❀2πŸ†2
LanguageTool

A multilingual AI-based spelling, style, and grammar checker that helps correct or paraphrase texts. Supports more than 35 languages and dialects. Available either on the web, browser add-on, via integrations, or as a downloadable app.

πŸ”— https://languagetool.org
🌐 https://github.com/languagetool-org/languagetool

#opensource #web #spelling #style #writing
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘4❀2
grex

A library as well as a command-line utility that is meant to simplify the often complicated and tedious task of creating regular expressions. It does so by automatically generating a single regular expression from user-provided test cases. The resulting expression is guaranteed to match the test cases which it was generated from.

There is also a hosted web version of the tool.

πŸ”— https://pemistahl.github.io/grex-js
🌐 https://github.com/pemistahl/grex

#opensource #regex #cli #terminal #dev #tool #rust
Please open Telegram to view this post
VIEW IN TELEGRAM
vnStat

A console-based network traffic monitor for Linux and BSD that keeps a log of network traffic for the selected interface(s). It uses the network interface statistics provided by the kernel as information source. This means that vnStat won't actually be sniffing any traffic and also ensures light use of system resources regardless of network traffic rate.

πŸ”— https://humdi.net/vnstat
🌐 https://github.com/vergoh/vnstat

#opensource #network #traffic #statistics #c #linux #bsd #sysadmin #cli
Please open Telegram to view this post
VIEW IN TELEGRAM
⚑2
OBS Studio

Free and open source software for video recording and live streaming. OBS Studio provides real-time capture, scene composition, recording, encoding, and broadcasting via Real-Time Messaging Protocol (RTMP), HLS, SRT, RIST or WebRTC. It can stream videos to any RTMP-supporting destination, including YouTube, Twitch, Instagram and Facebook.

πŸ”— https://obsproject.com
🌐 https://github.com/obsproject/obs-studio

#opensource #streaming #screencapture #video #linux #windows #macos
Please open Telegram to view this post
VIEW IN TELEGRAM
❀8πŸ‘Ž1
LeetCode

An online platform for coding interview preparation. The service provides coding and algorithmic problems intended for users to practice coding.

https://leetcode.com/explore/

#learning #coding #dev #challenge #programming
πŸ‘1
micro

A terminal-based text editor that aims to be easy to use and intuitive, while also taking advantage of the capabilities of modern terminals. It comes as a single, batteries-included, static binary with no dependencies; you can download and use it right now!

https://micro-editor.github.io/
https://github.com/zyedidia/micro

#opensource #editor #go #golang #terminal #sysadmin #dev
πŸ‘2
Kismet

An open source sniffer, WIDS, wardriver, and packet capture tool for Wi-Fi, Bluetooth, BTLE, wireless thermometers, airplanes, power meters, Zigbee, and more.

Kismet is largely focused on collecting, collating, and sorting wireless data. The logs generated by Kismet can be fed into other tools (the pcap, handshakes, and other data) like hashcat, aircrack, and more.

πŸ”— https://www.kismetwireless.net
🌐 https://github.com/kismetwireless/kismet

#opensource #wifi #bluetooth #wids #wireless #security #multiplatform
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘2πŸ”₯1
Pixel Composer

A Node-based pixel art generator, editor, and VFX compositor. Create beautiful and complex effects in a non-destructive manner. Pixel Composer comes with a powerful graph system that supports multiple image manipulation, feedback effects, loop, physics, and fluid simulation.

🌐https://store.steampowered.com/app/2299510/Pixel_Composer/
🌐https://github.com/Ttanasart-pt/Pixel-Composer

#opensource #game #animation #design
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ”₯4
SVGL

A beautiful library with SVG logos. You can use it to search for high quality logos of software, companies or other things to use on your website or in presentations.

πŸ”— https://svgl.app
🌐 https://github.com/pheralb/svgl

#opensource #logo #svg #design #web #icon
Please open Telegram to view this post
VIEW IN TELEGRAM
❀2
SVGOMG

A web based SVG optimizer. "SVGO's Missing GUI", aiming to expose the majority, if not all the configuration options of SVGO (short for SVG Optimizer, a Node.js library and command-line application for optimizing SVG files).

SVG files, especially those exported from vector editors, usually contain a lot of redundant information. This includes editor metadata, comments, hidden elements, default or suboptimal values, and other stuff that can be safely removed or converted without impacting rendering.

πŸ”— https://jakearchibald.github.io/svgomg
🌐 https://github.com/jakearchibald/svgomg

#opensource #tool #web #svg #compression #optimization #nodejs
Please open Telegram to view this post
VIEW IN TELEGRAM
AST Explorer

A web based tool that helps understand how some code is parsed by the compiler. Most popular programming languages are supported. Just paste or drop code into the editor and inspect the generated AST. Good addition to Compiler Explorer [ByteCrawl/110].

πŸ”— https://astexplorer.net
🌐 https://github.com/fkling/astexplorer

#opensource #parser #ast #javascript #web #tool #dev #compiler #reversing #debug
Please open Telegram to view this post
VIEW IN TELEGRAM
❀2
Restoring Ruined Screenshots - Mega Tutorial

A great tutorial on how to upscale and improve the quality of screenshots. The video goes through the different types of image restorations, artifact removal and upscaling.

🌐 https://www.youtube.com/watch?v=5t6h2AhhSO8
πŸ–Ό [Image Source]

#video #tutorial #upscaling #nearestneighbor #restoration #quality #image
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ”₯3
Catppuccin Theme

A community-driven pastel theme for various IDEs and other software that aims to be the middle ground between low and high contrast themes. It consists of 4 soothing warm flavors with 26 eye-candy colors each, perfect for coding, designing, and much more!

🌐 https://github.com/catppuccin

#opensource #theme #syntaxhighlighting #vscode #jetbrains #neovim #discord
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘4❀1πŸ‘Ž1
Loop

A MacOS app that simplifies window management for you! You can effortlessly choose your window direction using a radial menu triggered by a simple key press, and customize it according to your preferences with personalized colors and settings. You can easily move, resize, and arrange your windows with just a few clicks, saving you valuable time and energy.

🌐 https://github.com/MrKai77/Loop

#opensource #swift #macos #window_management #productivity
Please open Telegram to view this post
VIEW IN TELEGRAM
Midinous

A grid-based non-linear MIDI sequencer usable with any Digital Audio Workstation or hardware that accepts MIDI messages. Midinous can also generate its own simple sounds either for reference, or for normal use.

πŸ”— https://midinous.com/
🌐 https://store.steampowered.com/app/1727420/Midinous/
🌐 An Addictive Alternative To DAWs - Benn Jordan

#audio #music #sound #midi #art #canvas #game
Please open Telegram to view this post
VIEW IN TELEGRAM
❀2
Tropy

A free, open-source software that allows you to organize and describe photographs of research material. Once you have imported your photos into Tropy, you can combine photos into items (e.g., photos of the three pages of a letter into a single item), and group photos into lists. You can also describe the content of a photograph.

Similar to paperless-ngx [ByteCrawl/117].

πŸ”— https://tropy.org/
🌐 https://github.com/tropy/tropy

#opensource #archive #organization #research #study #photos #media #electron #multiplatform
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘1