mrkite

joined 1 year ago
[–] mrkite@programming.dev 4 points 10 months ago (3 children)

It violates the principle of least surprise. You don't expect the compiler to delete your bounds checking etc.

The way c and c++ define and use UB is like finding an error at compile time and instead of reporting it, the compiler decides to exploit it.

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

Back before it was awful, sourceforge required your code to be in CVS and then later svn.

[–] mrkite@programming.dev 5 points 11 months ago (5 children)

Should focus on getting rid of undefined behavior.

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

Another benefit from working from home: I will happily spend my own money on a good chair, keyboard, etc. I spent 20 years working in an office and there's no way I would've ever brought in my own chair during that time... I would've had to become the chair police to prevent it from getting "reappropriated"

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

So it won't work for 0.0001% of all github projects.

[–] mrkite@programming.dev 4 points 11 months ago (1 children)

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.

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

One of our data providers gives us hundred megabyte json files. Whenever there is a problem with the data they request examples, jq is invaluable in those instances.

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

Interesting. I didn't realize Wayland was so extendible. I wonder if that means we can do a konfabulator clone.

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

There was a ton of software sourcecode posted to the comp.sources.unix usenet group that I wanted to check out. The problem is all that software was in shar format, and there was no way to extract those files on msdos. I found Yggdrasil Linux on CD at a local software store and decided to check it out. Been using Linux in one form or another ever since.

[–] mrkite@programming.dev 12 points 1 year ago (1 children)

Isn't that what Gists are for? https://gist.github.com/

[–] mrkite@programming.dev 24 points 1 year ago (1 children)

A decade ago I reverse engineered the Macventure game engine, allowing you to play Shadowgate and Deja Vu etc on modern oses. The current copyright holder then paid me to iron out the rough edges and create the official ports currently on steam.

view more: ‹ prev next ›