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
carbon

Create and share beautiful images of your source code. Perfect tool for putting short algorithms or files on display. Highly customizable. Comes with plugins for all major IDEs.

πŸ”— https://carbon.now.sh
🌐https://github.com/carbon-app/carbon

#opensource #development #tool #web
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘1
httPlaceholder

A very flexible cross platform HTTP stub application. Helps eliminating external http dependencies while developing applications.

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

#opensource #development #web #tool
Please open Telegram to view this post
VIEW IN TELEGRAM
VALL-E

Microsoft released a neural codec language model (called VALL-E) that uses a 3-second recording of an previously unseen speaker to synthesize high-quality, variable length personalized speech audio files from a text prompt.

πŸ”— Demo: https://lifeiteng.github.io/valle/index.html
πŸ”— Paper: https://arxiv.org/pdf/2301.02111.pdf
🌐 https://github.com/lifeiteng/vall-e

#ai #voice #tts
Please open Telegram to view this post
VIEW IN TELEGRAM
GoFile

Gofile is a free file sharing and storage platform. You can store and share your content without any limit. Store your data with the file manager, send your files to your friends, or distribute your content to thousands of people, Gofile can meet your needs.

https://gofile.io/welcome

#tool #filesharing #storage
Malware Analysis Series (MAS)

The goal is to produce a series of articles on malware analysis and explain since simple malware binaries up
to most complex ones, covering a large list of topics such as unpacking, API resolving, C2 extraction, C2
emulation and, of course, reverse engineering in addition to some dynamic analysis and, maybe, use few
de-obfuscation techniques.

β€’ Part 1 (PDF) β€’ Part 2 (PDF) β€’ Part 3 (PDF)
β€’ Part 4 (PDF) β€’ Part 5 (PDF) β€’ Part 6 (PDF)
β€’ Part 7 (PDF) β€’ Part 8 (PDF) β€’ Part 9 (PDF)

Exploit Reversing Series:
β€’ Part 1 (PDF) β€’ Part 2 (PDF)

#malware #reverseengineering #reversing #security #analysis
dashy

The Ultimate Homepage for your Homelab.
A self-hostable personal dashboard built for you. Includes status-checking, widgets, themes, icon packs, a UI editor and tons more!

https://dashy.to/
https://github.com/Lissy93/dashy

#opensource #selfhosted #homelab #dashboard
Is coding in Rust as bad as in C++?

A practical comparison of build and test speed between C++ and Rust.

πŸ”— https://quick-lint-js.com/blog/cpp-vs-rust-build-times/

#article #rust #programming #development
Please open Telegram to view this post
VIEW IN TELEGRAM
gowitness

gowitness is a website screenshot utility written in Golang, that uses Chrome Headless to generate screenshots of web interfaces using the command line, with a handy report viewer to process results.

🌐 https://github.com/sensepost/gowitness

#opensource #go #security #web #screenshot #scraping #archive
Please open Telegram to view this post
VIEW IN TELEGRAM
Week of rust!

Rust is an awesome programming language. It's fast, it guarantees memory-safety and thread-safety and the compiler prevents a ton of programming mistakes that would otherwise have occurred in production. This week (starting today) I'll introduce you to a rust tool every day. Stay tuned!

#rust #opensource
❀2
dust

Dust is meant to give you an instant overview of which directories are using disk space. It's a more intuitive version of du in rust.

🌐 https://github.com/bootandy/dust

#opensource #rust #tool #utility #sysadmin #cli #tui
Please open Telegram to view this post
VIEW IN TELEGRAM
bat

A cat clone with wings, supporting syntax highlighting and Git integration, written in rust.

🌐 https://github.com/sharkdp/bat

#opensource #sysadmin #tool #utility #rust
Please open Telegram to view this post
VIEW IN TELEGRAM
This media is not supported in your browser
VIEW IN TELEGRAM
skim

A fuzzy finder written in rust. Quickly find files by name or content with extensive search syntax. Even comes with a file preview feature right in your shell.

🌐 https://github.com/lotabout/skim

#opensource #sysadmin #rust #productivity #tool #utility
Please open Telegram to view this post
VIEW IN TELEGRAM
This media is not supported in your browser
VIEW IN TELEGRAM
Trippy

A network diagnostic tool, inspired by mtr. Trippy combines the functionality of traceroute and ping and is designed to assist with the diagnosis of network issues.

🌐 https://github.com/fujiapple852/trippy

#opensource #tool #utility #network #rust #sysadmin
Please open Telegram to view this post
VIEW IN TELEGRAM
ripgrep (rg)

ripgrep is a line-oriented search tool that recursively searches the current directory for a regex pattern. It's similar to other popular search tools like The Silver Searcher, ack and grep. Probably the fastest grep alternative out there (5-8x faster than GNU grep).

πŸ”— https://blog.burntsushi.net/ripgrep/
🌐 https://github.com/BurntSushi/ripgrep

#opensource #tool #utility #rust #sysadmin
Please open Telegram to view this post
VIEW IN TELEGRAM
fd

fd is a program to find entries in your filesystem. It is a simple, fast and user-friendly alternative to find. While it does not aim to support all of find's powerful functionality, it provides sensible (opinionated) defaults for a majority of use cases.

🌐 https://github.com/sharkdp/fd

#opensource #sysadmin #rust #tool #utility
Please open Telegram to view this post
VIEW IN TELEGRAM
This media is not supported in your browser
VIEW IN TELEGRAM
navi

An interactive cheatsheet tool for the command-line. navi allows you to browse through cheatsheets (that you may write yourself or download from maintainers) and execute commands. Suggested values for arguments are dynamically displayed in a list.

🌐 https://github.com/denisidoro/navi

#opensource #rust #sysadmin #cli #cheatsheet
Please open Telegram to view this post
VIEW IN TELEGRAM
❀1
Microsoft PowerToys

A set of utilities for power users to tune and streamline their Windows experience for greater productivity. It offers unique features such as

- Always on Top
- FancyZones
- PowerToys Run
- PowerRename
- File Locksmith

I mostly use FancyZones in order to quickly arrange my open Windows in a way I prefer.

🌐 https://github.com/microsoft/PowerToys

#opensource #tool #windows #utility #productivity
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ”₯3πŸ‘1
What-The-Format?

What-The-Format interprets numbers and codes you can find in the wild, and says which bits are which.

https://format.wtf

#tool #utility
Motion Canvas

Motion Canvas is two things:

β€’ A TypeScript library that uses generators to program animations.
β€’ An editor providing a real-time preview of said animations.

It's a specialized tool designed to create informative vector animations and synchronize them with voice-overs.

Example video created with Motion Canvas (by the developer himself): https://youtu.be/R6vQ9VmMz2w

πŸ”— https://motioncanvas.io/
🌐 https://github.com/motion-canvas/motion-canvas

#opensource #web #tool #js #videoediting #media #video #editor
Please open Telegram to view this post
VIEW IN TELEGRAM