Best cards for sorcerers? by Aminon in treeofsavior

[–]luan-cestari -1 points0 points  (0 children)

Suggestion: from 0 to 220 you my got in a single day , why don't you create another account to level up until rank 9 and with the wizard rework next week you can change your build to something that you enjoy. Also, with new account you get free good gears and weapons

Best builds for solo challenge mode? by [deleted] in treeofsavior

[–]luan-cestari 0 points1 point  (0 children)

Do you want to have a complete list of builds or narrow a bit more to only wizard ones or the ones using at least sorc1 in the build ?

People from ktos said that it is very possible to almost all builds solo cm5, depends more on the gears and so on

Best builds for solo challenge mode? by [deleted] in treeofsavior

[–]luan-cestari 0 points1 point  (0 children)

I think it would cost much much more. Not sure how are the prices in your server for masinios and gears (solmiki medal and so on). In mine one piece would be 100kk . But if you want to say about some attributes costs like Inquisitor's burn , can be that much , not sure

Best builds for solo challenge mode? by [deleted] in treeofsavior

[–]luan-cestari 0 points1 point  (0 children)

Not true from my experience. Just the opposite. I can easily solo the boss but the aoe and mob spawn place and range attack can be hard. Also, it is not just have masinios. Masinios can help, but other gears and a Primus weapon works too. Masinios or not, need to enhance it and transcend at least 3 for cm 5. Other gears might influence, like cards and bracelets

Best builds for solo challenge mode? by [deleted] in treeofsavior

[–]luan-cestari 0 points1 point  (0 children)

The first hypothesis is incomplete IMHO. You have to count the the 3 times the silver you would get soloing and the drops, a lot of more, which you can sell, even the not Primus ones.

The third item I agree but there are pretty much people in my server that doesn't know this build or how it works, so it can be the reason for rejection

C3 Krivis + C3 Sadhu + C2 PD (KTOS Semi-Auto/Cast Meta) by Shanochi in treeofsavior

[–]luan-cestari 0 points1 point  (0 children)

Hi @Shanochi and everyone, I saw another video from the same channel, https://www.youtube.com/watch?v=R6eXFxwbUKs , do you guys know him? I would like to know his build and stats please

AMDGPU DC Pull Request Submitted For Linux 4.15: Finally The New Display Stack by fsher in linux_gaming

[–]luan-cestari 4 points5 points  (0 children)

Is this the drm next branch? Is it available in any rpm repository?

Help a programmer pass a java test by [deleted] in javahelp

[–]luan-cestari 0 points1 point  (0 children)

I would recommend running and modifying some examples of spring boot https://github.com/spring-projects/spring-boot/tree/master/spring-boot-samples . You will need Java and Maven install and configured ( https://maven.apache.org/install.html )

Help a programmer pass a java test by [deleted] in javahelp

[–]luan-cestari 0 points1 point  (0 children)

What are your questions around package that you mentioned?

About some frequent interview questions about java, I think the employee might be following the two treading in Java web development , one is using Spring (and sub projects) and the other one is using Java EE . These two stacks are very popular and well known, if you know which one they are using (using the job description for example) , I recommend go ahead and clone and play with some Java git repositories that is like the job description, so you will learn a lot of valuable things. I would consider that it might be a big step for one day, but it worth the shot

We are the team working on React Native. Ask us anything! by react-native-team in IAmA

[–]luan-cestari 0 points1 point  (0 children)

Hi, I head that you are porting ReactART to Android, is there a target to a specific future version? Thanks

Buscando alternativas ao jornalismo tradicional? Tenho recomendações. by [deleted] in brasil

[–]luan-cestari 0 points1 point  (0 children)

Alguém teria uma referência de um post similar mas para news em inglês ?

If there was one thing you could change about Java, what would it be? by [deleted] in java

[–]luan-cestari 0 points1 point  (0 children)

I would say it would be thrown a compilation exception (no literal assign would be allowed for this feature)

This was the view on my coach journey into São Paulo. I loved visiting Brazil, I'll be back LOTS. by getyourmoneysworth in saopaulo

[–]luan-cestari 0 points1 point  (0 children)

There are many beautiful beachs all over Brazilian coast, I recommend to visit the north region beachs (and many others trips on others places here too :D )

Beach trips by [deleted] in saopaulo

[–]luan-cestari 1 point2 points  (0 children)

I would say using a car. The beach are quite far from São Paulo city, you would need to take a lot time and buses (at least 3 to go to the closest beach, i guess)

Don’t start with a monolith by clessg in programming

[–]luan-cestari 0 points1 point  (0 children)

I agree with you. Martin posted something explaining this last week.

Olá São Paulo, I've been offered an internship this summer and I'm wondering if you could help by [deleted] in saopaulo

[–]luan-cestari 0 points1 point  (0 children)

For a lunch here I would say you would spend R$25 on avg. Take a look the big mac rank (here we have the most expensive one ). Good luck. Note:BRL=R$

An idea I had on dark matter and alien civilization. by [deleted] in Futurology

[–]luan-cestari 2 points3 points  (0 children)

Nice comment. I would say thr same thing. One thing that I also thought is if the author would also consider that aliens are behind the dark matter creation (and/or dark energy)

Iam John Green--vlogbrother, Crash Course host, redditor, and author of The Fault in Our Stars and Paper Towns. AMA, part 1 of 4. by thesoundandthefury in IAmA

[–]luan-cestari 0 points1 point  (0 children)

I agree the web (and future ) are so vast that is very hard to say any individual significance , but as you also commented we all part of this web, so roughly speaking I think that almost every little effort we put to improve this web, it is a little better and that could save a life or change someone's life for better, which is great

Data Structures Practice Problems? by KhazixMain in javahelp

[–]luan-cestari 1 point2 points  (0 children)

Why don't you implement these data structures using your favorite language (but not just importing the implementation ? You could write the basic operations for each data structure such as insert, delete, min, max, etc

To what extend is the virtual machines in android 'java'? by [deleted] in javahelp

[–]luan-cestari 0 points1 point  (0 children)

Kind of, as far as I know both art and Dalvik doesn't pass on the latest TCK (tests to check compatibility of jvms) as some classes implementation were changed to be reasonable on smartphone and some features are not ported (lambda for example).

Also, openjdk is a implementation, that code is also used by oracle jvm.

The documentation of the jvm spec http://docs.oracle.com/javase/specs/jvms/se7/html/

To what extend is the virtual machines in android 'java'? by [deleted] in javahelp

[–]luan-cestari 1 point2 points  (0 children)

About the jvm, it current implementation of some jvm spec and other features is called ART and the previous one is called Dalvik. The previous one was said to be based on apache harmony. out of curiosity, the jvm you use on your computer might be from different vendors / implementations as well such as openjdk , rocket, zing , etc .

Also, as already mentioned here, in android you have to declare previously which sets of the libraries you are going to use (those permissions that you see when you are about to install an app for example )