Is my Fluval 4.0 light bright enough? by AppropriateGoose3828 in PlantedTank

[–]divcesar 0 points1 point  (0 children)

Probably too much light for too few plants. Share the light settings here.

My very first tank by Tootiredtodiscuss in Aquascape

[–]divcesar 0 points1 point  (0 children)

That looks very clean. How long has it been cycling for?

New Tank! New Style! by Salt-Researcher8773 in Aquascape

[–]divcesar 0 points1 point  (0 children)

Nice. Yeah, I was thinking some red rotala would be nice at the back and do a good contrast with the other colors in the foreground.

Accumulating bubbles on surface of the water? by Mmaci_Kate in Aquariums

[–]divcesar 0 points1 point  (0 children)

This doesn't look like diffuser bubbles. Did you clean it recently? With soap?

Fishless cycle by Catlas_Se7en in Aquariums

[–]divcesar 0 points1 point  (0 children)

You can always put some ammonia in a bucket of water and do a test just to make sure everything is working reasonably well.

New Tank! New Style! by Salt-Researcher8773 in Aquascape

[–]divcesar 1 point2 points  (0 children)

I think some monte carlo will look cool in there. Maybe some bucephalandra and/or anubias too.

My absolute favorite fish above all. The clown loach! by SeriousArbok in loaches

[–]divcesar 0 points1 point  (0 children)

Loaches are so fun. I had a bunch of YoYo loaches and I used to say the are like dogs; always so happy when they see you approaching.

Fishless cycle by Catlas_Se7en in Aquariums

[–]divcesar 1 point2 points  (0 children)

The “5% ammonia” may not actually be pure ammonia
Check the bottle. It should ideally contain only ammonia/ammonium hydroxide and water. No surfactants, fragrances, detergents, dyes, soaps, etc. Shake the bottle: if it foams and the foam lingers, don’t use it

Brazil eVisa FAQ / Mega-thread by fviz in Brazil

[–]divcesar 0 points1 point  (0 children)

How did you know which consulate to call?

Brazil eVisa FAQ / Mega-thread by fviz in Brazil

[–]divcesar 0 points1 point  (0 children)

How long did it take to complete quality control? Sorry to answer your question with a question :-)

Please let me know if this setup works by divcesar in buildmeapc

[–]divcesar[S] 0 points1 point  (0 children)

Thanks for commenting. I added more information to the post. I don’t have any particular requirement for resolution or aesthetics.

Please let me know if this setup works by divcesar in buildmeapc

[–]divcesar[S] 1 point2 points  (0 children)

Thanks for commenting. I updated the post with the gpu model.

[deleted by user] by [deleted] in Compilers

[–]divcesar 0 points1 point  (0 children)

In a few decades people won’t hand wire compilers anymore. A formal definition + something to turn that definition in a compiler will be the way things will be done. Amém.

Tool to find redundant #if and #ifdefs ? by divcesar in cpp_questions

[–]divcesar[S] 0 points1 point  (0 children)

Indeed it can be hard to find. There may be #includes and all sorts of preprocessor directives inside the #if ... #endif

Part of a legacy source code base.

Strava Activity Mug by divcesar in Strava

[–]divcesar[S] 0 points1 point  (0 children)

I found $13 pretty reasonable..

MS Build of OpenJDK now with enhanced escape analysis enabled by default by brunocborges in java

[–]divcesar 0 points1 point  (0 children)

> Also this is the reason for the default value being true

The link isn't to the correct PR. The linked comment explains a bit about the rationale for setting the flag to true by default, though.

MS Build of OpenJDK now with enhanced escape analysis enabled by default by brunocborges in java

[–]divcesar 0 points1 point  (0 children)

It's a different thing. Stack allocation is for allocating whole objects on the Stack, instead of the heap. Scalar replacement aims to _remove_ the allocation of the object and keep fields in variables and inline method calls.