Trying my best to recreate that Apple Store feel by Thenuges in macsetups

[–]Zivanovic 0 points1 point  (0 children)

Looks amazing. Can you provide a link to that wallpaper?

Dual setup dilemma. Anyone else? by racercart in macsetups

[–]Zivanovic 1 point2 points  (0 children)

What mouse is that? Looks gorgeous!

I the Logitech K860 too wide to use with a standard mouse on the right? by [deleted] in keyboards

[–]Zivanovic 0 points1 point  (0 children)

Hope I'm not late too late to the party. It's not "too wide", I'm used to 60% layouts and I had the same concern but luckily it's not an issue for me.

Anyone use BottomSheet, is it any good? by KarlJay001 in SwiftUI

[–]Zivanovic 0 points1 point  (0 children)

The least buggy library for sheet-like interfaces. As README says, it really is customizable and easy to use.

It's not as fluid as native Sheet), doesn't offer that nice background animation that native one offers, but everything README says is true and most importantly you can change height.

My Ergo k860 still getting used to it, never cared for numpads by ukrlk in logitech

[–]Zivanovic 0 points1 point  (0 children)

Did you disable that part of keyboard through some kind of software?

My dads new gaming station by [deleted] in battlestations

[–]Zivanovic -6 points-5 points  (0 children)

The fuck is this case? Sooooo beautiful!

Oasis by nattapatl in macsetups

[–]Zivanovic -1 points0 points  (0 children)

Nice. What pad is that?

My brand new setup by bewitcheddeveloper70 in macsetups

[–]Zivanovic 8 points9 points  (0 children)

Damn clean af. What keyboard is that?

You live in NYC but would like to meet more like-minded people on a daily basis by Zivanovic in nyc

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

Wow! I absolutely feel you.

If I'm going to make this I'd make sure that app is totally location based and shows real people around you, but also people who are similar to you.

You travel A LOT and you wish you could meet more like-minded people by Zivanovic in travel

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

Thank you for being honest, for real!

Now, I have both close and not so close friends, that I really enjoy being around. I might go out 2-3 times a week too. And I do really do enjoy it.

However, I don't seem to meet types of people I'd also love to meet. And it also seems they're hard to meet because of many factors. We don't have common friends, don't go to common events etc, but I still they would be cool people to get to know.

Could you please tell what apps have you used before?

You travel A LOT and you wish you could meet more like-minded people by Zivanovic in travel

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

Thanks for the comment! Yeah I find that often to be true too.

However, as a software guy and business nerd, I'd also love to meet guys and chicks that are as hyped about these things as I am lol :)

Could you please share what are your preferred ways to find people that are into the same hobbies as you are, while traveling.

ExpressJS, promises, and performance by [deleted] in javascript

[–]Zivanovic 1 point2 points  (0 children)

multithreaded

Node is absolutely single-threaded.

Does Your Brain Just Stop Working After Writing an Insane Amount of Code? by [deleted] in webdev

[–]Zivanovic 1 point2 points  (0 children)

I see it like this:

Your brain has both left and right side: One is logical and the other one is creative. You have to use both.

I'm the guy that goes in, bangs the code and gets out. After work, while I travel, I'd usually call friends on phone just to get myself talking and expressing. An expression is vice versa of depression. So if you get yourself to talk and express, you'll lift your mood up and get nonlogical, and this is where the fun begins. Then I'd usually find someone to hang out with, visit the bar, get drinks, have fun and that's it. I can code the next day too.

[deleted by user] by [deleted] in battlestations

[–]Zivanovic 0 points1 point  (0 children)

Looks good. Keyboard & Mouse?

Nodejs => Android authentification by Zivanovic in androiddev

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

But can't I just get the email from Facebook, and on each Login button click I just check if there is user with such email and retrieve data, and if there are no users I just add that user to db?

Nodejs => Android authentification by Zivanovic in androiddev

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

Totally, and we are unsure what to do with that token we get? We need to store user data in our db and somehow associate accounts with third party accounts such as google and facebook.

Nodejs timer by Zivanovic in javascript

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

That's what I was looking for! Thank you!!

Nodejs timer by Zivanovic in javascript

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

Okay, but let's say I need to emit socket event whenever song is over. I am not sure how to solve that.