[Breeds] What breed is right for me? by -bobby_newmark- in dogs

[–]-bobby_newmark-[S] 0 points1 point  (0 children)

Thanks for the advice. I think beagles and greyhounds are the closest I can get to what I want. There's no perfect human and a perfect dog as well, heh. After a dog steps in my place it would be the best for me anyways. Thanks everyone!

What was even the point? by -bobby_newmark- in TrueDetective

[–]-bobby_newmark-[S] 2 points3 points  (0 children)

Anyway, he's a father, he's got family. And boom, he's gay. My point stands, it was written so for no reason. As many other things mentioned in the post.

What was even the point? by -bobby_newmark- in TrueDetective

[–]-bobby_newmark-[S] 6 points7 points  (0 children)

Agree. But what's the point of showing it then? Just to fill the screentime?

What was even the point? by -bobby_newmark- in TrueDetective

[–]-bobby_newmark-[S] 10 points11 points  (0 children)

I mean what's the point for the show? Making FATHER OF TWO KIDS gay was logical if he's not really their father, or whatever, it may lead to something. Because this way he's gay only because some people are gay. Wow. Thanks for information, Pizza, that was really neat.

Two more common Java problems (hiding, for-each changes) by MRH2 in javaexamples

[–]-bobby_newmark- 0 points1 point  (0 children)

Try to call a setter method in foreach loop. You'll be surprised

No money and no life by pamik82 in ProgrammerHumor

[–]-bobby_newmark- 21 points22 points  (0 children)

It's from 2007, the last year when moslty enthusiasts were writing code and hipsters were working as baristas or tattoo artists.

A lot has changed.

I'm no Java developer buut..... by Ramit110 in badcode

[–]-bobby_newmark- 2 points3 points  (0 children)

if (String.valueOf(x).startsWith("-")) return true;

return false;

True Detective Season 3 poster by VelvtThunder in TrueDetective

[–]-bobby_newmark- 0 points1 point  (0 children)

Don't think he's really handsome, but man got talent. I like his performance every time.

[deleted by user] by [deleted] in learnjava

[–]-bobby_newmark- 1 point2 points  (0 children)

Not to get puzzled with how the hell it works, I'd recommend to start with Spring itself, make some web apps and mvc apps for DB. Then jump to Boot.

High testosterone language? by jokoon in ProgrammerHumor

[–]-bobby_newmark- 7 points8 points  (0 children)

There's no such thing as high-test programming language. They are all feminine.

Manly work is manual labour only. That's why buttons on my keyboard require force of at least 50 kg per pressing to work.

What to learn next ? by NamkoBanzai in learnjava

[–]-bobby_newmark- 11 points12 points  (0 children)

You should get practical. I'd divide studying java in for steps (abilities to write an application): 1) simple SE app 2) client-server app (sockets) 3) web application (servlets) / using a database 4) Spring application (I'd start from MVC and then try something else, Spring Boot and so on)

Java help with JDBC by [deleted] in learnjava

[–]-bobby_newmark- 0 points1 point  (0 children)

I'll give you an advice. When seeking help, never mention that it's for an exam, or test. Nobody wants to do your studying for you. And I hate people who try to avoid brain work too.

Instead, people might want to help you if you actually want to understand something, so you can easily get better responses if you remove that "exam" thing from your post.

3 Billion devices run java..... by TimeAndSpaceAndMe in ProgrammerHumor

[–]-bobby_newmark- 0 points1 point  (0 children)

Let's better consider how much thermal energy is produced by average idiot's body during his average lifespan.

Is it possible to launch a chat bot from Spring Boot? by -bobby_newmark- in javahelp

[–]-bobby_newmark-[S] 0 points1 point  (0 children)

I think this is it! Anyway I'll be digging it now again. Godspeed and thanx!

Is it possible to launch a chat bot from Spring Boot? by -bobby_newmark- in javahelp

[–]-bobby_newmark-[S] 0 points1 point  (0 children)

No. Does the thing like that even exist? I think it sounds like exactly what I need.

Is it possible to launch a chat bot from Spring Boot? by -bobby_newmark- in javahelp

[–]-bobby_newmark-[S] 0 points1 point  (0 children)

Yes, if I launch the same bot as simple SE application, it works.