Dev Miscellaneous – Telegram
Dev Miscellaneous
342 subscribers
884 photos
6 videos
5 files
917 links
A channel where you can find developer tips, tools, APIs, resources, memes and interesting contents.

Join our comments chat for more.

Comments chat (friendly :D)
https://news.1rj.ru/str/+r_fUfa1bx1g0MGRk
Download Telegram
Use Go Channels as Promises and Async/Await

If you’ve ever programmed with Javanoscript, you definitely know about Promise and async/await. But what about Golang?

https://levelup.gitconnected.com/use-go-channels-as-promises-and-async-await-ee62d93078ec

@DevMisc
#golang #async #learn
Using WebAssembly to run any programming language in the browser

We have built a WebAssembly based VM to run X86 binaries in the browser.

https://medium.com/leaningtech/3306e1b68f06

@DevMisc
#web #browser #wasm
Python: Please stop screwing over Linux distros

The Python community is obsessed with reinventing the wheel, over and over again.

https://drewdevault.com/2021/11/16/Python-stop-screwing-distros-over.html

@DevMisc
#python #overview #extra
JetBrains Academy

Learn programming by building your own apps.

https://hyperskill.org/onboarding/?track=python

@DevMisc
#jetbrains #learn #extra
Prometeo

An experimental Python-to-C transpiler and domain specific language for embedded high-performance computing.

https://github.com/zanellia/prometeo

@DevMisc
#python #c #tools
Neverinstall

Your browser is the new operating system.

https://neverinstall.com/

@DevMisc
#web #misc
Backdooring Rust crates for fun and profit

Supply chains attacks are all the rage these days, whether to deliver RATs, cryptocurrencies miners, or credential stealers.

https://kerkour.com/rust-crate-backdoor/

@DevMisc
#rust #security #misc
Google SAPI

Generate sandboxes for C/C++ libraries automatically.

https://github.com/google/sandboxed-api

@DevMisc
#google #tools #c #cpp
Debugging a weird 'file not found' error

Yesterday I ran into a weird error where I ran a program and got the error “file not found” even though the program I was running existed.

https://jvns.ca/blog/2021/11/17/debugging-a-weird--file-not-found--error/

@DevMisc
#debug #docker #misc
A fast port scanner in 100 lines of Rust

https://kerkour.com/rust-fast-port-scanner/

@DevMisc
#rust #nmap
elfshaker

400 GiB -> 100 MiB, with 1s access time.

https://github.com/elfshaker/elfshaker

@DevMisc
#elf #compression #extra
Peculiar Self-References

Here is a tiny Python example that creates a self-referential list and demonstrates the self-reference.

https://susam.in/blog/peculiar-self-references.html

@DevMisc
#python #internals #learn
What's a CA anyway? Explaining the chain of trust that secures the Web

Are Certificate Authorities just a hoax to steal your money?

https://blog.nocturn9x.space/whats-a-ca-anyway-explaining-the-chain-of-trust-that-secures-the-web

@DevMisc [#Original ❤️]
#security #web #learn
Code execution as root via AT commands on the Quectel EG25-G modem

Do you remember the guy who got into his PinePhone modem via ADB and hosted his blog on it? He also found an RCE in it.

https://nns.ee/blog/2021/04/03/modem-rce.html

@DevMisc
#security #bugbounty #telephony
🧵 TIL the assumption that string length does not change when upper-cased is false!

https://chaos.social/@movonw/107316601658567746

@DevMisc
#extra