this post was submitted on 08 Dec 2023
46 points (100.0% liked)

Programming

423 readers
13 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 1 year ago
MODERATORS
top 8 comments
sorted by: hot top controversial new old
[–] Black616Angel@feddit.de 23 points 11 months ago (1 children)

Q: Why didn't you write this in $NEW_LANGUAGE instead of crufty C++? A: I probably should have! $NEW_LANGUAGE is deservedly attracting a lot of attention for its combination of safety, readable syntax, and support for modern programming paradigms. I've been trying out $NEW_LANGUAGE and want to write more code in it. But for this I chose C++ because it's supported on all platforms, lots of people know how to use it, and it still supports high-level abstractions (unlike C.)

Lol

[–] lupec@lemm.ee 8 points 11 months ago* (last edited 11 months ago) (1 children)

As someone who clicked partly to check if it was Rust-based, I think that's a 100% fair call-out lol

[–] Black616Angel@feddit.de 4 points 11 months ago
[–] jormaig@programming.dev 8 points 11 months ago

What's the difference between this and CBOR?

[–] demesisx@infosec.pub 3 points 11 months ago (1 children)

This post leads me to piggyback and see what people think of lambdabuffers (which are not my work but something I became aware of through the Haskell community).

[–] lupec@lemm.ee 2 points 11 months ago (1 children)

I don't have much experience with similar tools but that looks quite interesting, thanks for sharing!

[–] demesisx@infosec.pub 2 points 11 months ago

No problem! I plan to teach for them when/if iterop becomes difficult when sending data between WASM, Haskell, Plutus, and Purescript.

[–] mrkite@programming.dev 2 points 11 months ago

Interesting. A year ago I was looking for something exactly like this for distributing data between multiple servers. Everything required a ton of overhead or was too big to use. I ended up just using json. I did discover that Brotli can compress 3 gigs of json down into just 70 megs nearly instantly.