Minichan

Topic: GitHub

Anonymous A started this discussion 5 years ago #101,194

Externally hosted imageShare links to cool projects on GitHub here

Anonymous A (OP) double-posted this 5 years ago, 10 minutes later[^] [v] #1,142,574

Externally hosted imageWhile I wait for someone else to reply I’ll post one of my favorites. Here, this one: https://github.com/SerenityOS/serenity

He also has a YouTube channel: https://www.youtube.com/c/AndreasKling

I watch his videos often ?

(Edited 2 minutes later.)

Anonymous A (OP) triple-posted this 5 years ago, 11 hours later, 11 hours after the original post[^] [v] #1,142,697

Externally hosted imageBump

Anonymous B joined in and replied with this 5 years ago, 1 hour later, 13 hours after the original post[^] [v] #1,142,725

Automated personal VPN commissioning: https://github.com/StreisandEffect/streisand

Incredibly fast grep replacement: https://github.com/BurntSushi/ripgrep

The best webapp bundler I've used: https://github.com/parcel-bundler/parcel

Most powerful macOS customization: https://github.com/Hammerspoon/hammerspoon

the macOS key remapper I use: https://github.com/pqrs-org/Karabiner-Elements

(Edited 1 minute later.)

Anonymous A (OP) replied with this 5 years ago, 1 minute later, 13 hours after the original post[^] [v] #1,142,726

Edit: nvm

(Edited 18 seconds later.)

Anonymous A (OP) double-posted this 5 years ago, 1 minute later, 13 hours after the original post[^] [v] #1,142,727

@1,142,725 (B)
Ripgrep is very nice, I use it a lot

Anonymous C joined in and replied with this 5 years ago, 2 minutes later, 13 hours after the original post[^] [v] #1,142,729

Along with ripgrep are:

fd to replace find: https://github.com/sharkdp/fd
bat to replace cat: https://github.com/sharkdp/bat
and (I haven't used this one) sd to replace sed: https://github.com/chmln/sd

Anonymous C double-posted this 5 years ago, 4 minutes later, 13 hours after the original post[^] [v] #1,142,730

I kind of love writing in Pony. It's so different from a lot of languages and hits somewhere as this weird combination of Smalltalk and Rust. The idea of "concurrent by default" is really really compelling as many popular languages try to make parallelism/concurrency accessible but it's never easy. With Pony you literally can't write deadlocks or data races, and you can't be unsafe with memory.

https://github.com/ponylang/ponyc

https://www.ponylang.io/

Anonymous A (OP) replied with this 5 years ago, 18 minutes later, 14 hours after the original post[^] [v] #1,142,732

@previous (C)
I remember looking at Pony in the past. Being a fan of Rust I was interested in Pony as well because it shares similar ideals.
In the end I did not look at Pony any further because there are too many things I’d like to do.
But anyways, it’s cool that the project exists and that people use it :)
What sorts of programs did you use it for?

(Edited 19 seconds later.)

Anonymous C replied with this 5 years ago, 11 minutes later, 14 hours after the original post[^] [v] #1,142,734

I'm interested in distributed devices and have some makeshift smart home stuff created. Quite a few "glue" layers on-device are in Pony. Coordinating messages between radios and whatnot.

I probably wouldn't make a "real" project with it just yet, certainly not one when I'm doing $employer work
:

Please familiarise yourself with the rules and markup syntax before posting.