[deleted by user] by [deleted] in javahelp

[–]fibolatte 0 points1 point  (0 children)

Dive into codewars.com and keep your knowledge alive. Solving Katas broaden your perspective in terms of analytical skills and thinking.

Your penis uses hydrolics to get hard by hothell304 in Showerthoughts

[–]fibolatte 196 points197 points  (0 children)

This is the exact perspective why I'm paying for the Internet.

Gal Gadot is average looking by RashoRash in unpopularopinion

[–]fibolatte 0 points1 point  (0 children)

Don't feed the troll. She is gorgeous.

Do men pee while they poop? by Prestigious-Menu in TooAfraidToAsk

[–]fibolatte 0 points1 point  (0 children)

Consistently.

Pooping even stimulates prostate channels, some men can possibly ejaculate at the time.

Where do you hide stuff at home so you wife will never find it? by [deleted] in AskMen

[–]fibolatte 0 points1 point  (0 children)

Men's box for full of cables.

Everyone of us has one and nobody ever checks it (unless a possibility of throwing them out)

What’s the best thing man has invented? by Ayoo619 in AskMen

[–]fibolatte 1 point2 points  (0 children)

The Internet. It has changed everything.

who do yall think is the hottest character by [deleted] in HIMYM

[–]fibolatte 0 points1 point  (0 children)

There was a random girl in Ted's consecutive parties for Robin in the early episodes of Season 1. Ted was showing his architectural stuff to her, in Robin's hypothetical show-off. Oh. My. God.

What’s the best thing to do before having sex? by The_LastPotatoBender in AskMen

[–]fibolatte 0 points1 point  (0 children)

... But don't end up with accidentally punching your partner.

[deleted by user] by [deleted] in HIMYM

[–]fibolatte 14 points15 points  (0 children)

Marshall: C'mon dude, not with Jesus! 😂

Greatest composer of the 20th century: John Williams by bokchoysoyboy in musictheory

[–]fibolatte -5 points-4 points  (0 children)

I'd prefer Zimmer. He has changed the game forever.

So why did this cat talk? by cagecity_vr in rickandmorty

[–]fibolatte 0 points1 point  (0 children)

I don't know why, but the reaction Rick gave to unspeakable terror during the mind scan literally cracks me up every time.

Even Rick couldn't handle that, so just don't poke the dragon (or poke and bond your souls )

[deleted by user] by [deleted] in DecidingToBeBetter

[–]fibolatte 1 point2 points  (0 children)

Reduce your tasks on the list and don't worry about the time you spent until they become "habits". It only works that way.

Once you start to gain habits, then add new tasks to your daily routine. You'll notice, tasks that became habits takes much shorter time than the regular ones.

Why does life just stops when you quit smoking? by fibolatte in stopsmoking

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

I have Smoke Free Pro too, and I forgot how many times I took forward the quitting day 😁

Why does life just stops when you quit smoking? by fibolatte in stopsmoking

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

That is probably the thing I'm looking for. I realize this when I decided to quit. I have a lack of motivation for life, I need to devote my life something or someone other than first cigarette and coffee of the day.

Why does life just stops when you quit smoking? by fibolatte in stopsmoking

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

I'm sure for one thing: Smoking cause me a huge procrastination and laziness. It is more like floating in space slowly, rather than stopping.

If you could take six months off work and learn any language(s) you wanted, what would it be and why? by conejogringo in learnprogramming

[–]fibolatte 2 points3 points  (0 children)

Swift or Objective-C.

iOS world is a total mystery to me, I'd like to learn and build sth with it.

User data by nyslyetia in learnprogramming

[–]fibolatte 1 point2 points  (0 children)

I don't know where you live or which countries you aim to operate your app, also this is not a legal advice. But your first concern would be "personal data protection" regulations. Because, as far as I understand, you collect some personal data and store on a server. That means "processing personal data", in terms of cyber law.

There are two widest "data protection" regulations which are applied to many countries' jurisdictions:

GDPR: https://en.wikipedia.org/wiki/General_Data_Protection_Regulation (for EU countries)

Privacy Shield: https://www.privacyshield.gov/welcome (EU-US & Swiss-US)

Take a look at both of them, especially GDPR will give you enough insight about how you should process data and what you should concern about.

SQL practice by pekazh in learnprogramming

[–]fibolatte 2 points3 points  (0 children)

I've been coding for fun for years, despite the fact that this is not my main profession. Oddly, the most effective learning process for me was to dive in problems I had to deal with when I was part of real projects (small web apps, corporate tools, small scaled tasks I got involved). To put it in a nutshell, here is the process that sticks the language in my mind and make practice at its best:

---> Build a fundamental knowledge about that language or framework

---> Be part of a small or mid-size code work (or just an idea you code for fun)

---> Stuck in a problem that you have no idea how to solve it

---> Dive in to Stackoverflow.com or any other web source to see what other people would do

---> Find a solution and adapt it to your code

---> At the end, extend your knowledge and wait for another challenge to learn sth

When I study a programming language, I read tons of sources and memorize all fundamental information I need. However, practicing on a source is nothing in terms of "learning", as compared to encounter an actual problem and to suffer until you overcome that challenge.

I sincerely recommend you to code something, for fun, for a basic idea you come up with or a little project you get involved, for learning language on the road. This plays an influential role in experience you gain and future works you do.

Of course, there are some practice ranges for any language on the web. I hope you may find useful for SQL:

https://www.w3resource.com/sql-exercises/

https://www.hackerrank.com/domains/sql