flabberghaster

flabberghaster wrote

OK so this is kind of a pain in the neck to do a lot of times but sometimes you can get the output if the C preprocessor.

Then through careful editing, you can kind of figure out what it's turning in to.

int main(...) {
   WEIRD_MACRO(1, 2);
}

Then you could just put comments above and below it, and run cpp -I/all/include/directories main.c

It will tell you the final output and also have debugging garbage about where each thing expanded from.

Not ideal, and also in a big project that uses a complex build tool it can be incredibly hard to get the cpp args, but it can help.

2

flabberghaster wrote

Reply to juicero by hollyhoppet

Remember when the most asinine thing the tech industry had to offer was proprietary juice boxes?

I miss those days.

4

flabberghaster wrote

I don't know anything at all about it and I refuse to find out on principle, but when I see an article titled some shit like "johnny depps lawyer hilariously shuts down expert witness" I think this whole thing sucks. A famous actor with a huge PR team that's trying to paint this thing a certain way.

Celebrity media is honestly just the worst.

8

flabberghaster wrote

Reply to comment by oolong in washing machine broke :c by oolong

The wringer itself is not too big, it disassembles and you can store it. But you need to have something to mount it to in order to use it and it's pretty big when its in use because it has to sit over a bucket or something

I would say the wringer itself is maybe a foot tall and two/three feet wide? But with the bucket and the handle attached much bigger.

2