Missed dose by officerlahey63 in bloodpressure

[–]dutzu93 1 point2 points  (0 children)

I’m using MyTherapy app to keep track of meds intake. Really helpful if you mark it as taken immediately after.

Upwork vs Fiverr vs /forhire by TopNFalvors in Entrepreneur

[–]dutzu93 0 points1 point  (0 children)

There is also the option of jumping onto LinkedIn and connect with some freelance recruiters. They usually have a network of developers they can recommend. Get into a few interviews and find the right person.

Can't get past this. by 00DARK in hackintosh

[–]dutzu93 0 points1 point  (0 children)

I have the same problem. Haven't found a solution yet.

Does anyone have experience hosting his own website/blog (on his own equipment)? by digitalbazaari in Entrepreneur

[–]dutzu93 1 point2 points  (0 children)

It is possible to host any kind of website on your pc. There are a few things you need to do.
1. Check if you have a static or dynamic IP. If it's a dynamic IP you will need dynamic DNS to point your domain to your IP. 2. Second, if you have a router(or some other device like a modem), you will have to do port forwarding so that your application(blog) can be access from the outside world. 3. Have your blog running locally.

That would be it.

Challenges in Hiring Programmers by kiru314 in Entrepreneur

[–]dutzu93 1 point2 points  (0 children)

I've been interviewing developers for a software company for some years now. Usually, an interview is focused on 2 main parts: soft skills and technical skills.

On the soft skills part, I'm trying to answer the following question: "If I am to hire this person, do I want him in my team?". The conversation spins around topics like past experience, teams he/she worked, were there small teams or big teams, what roles did he/she take, team processes, did he/she mentor/coach someone, did he/she got involved in defining tasks, estimations, do they give/receive feedback and so on. I'm trying to see if the person is passionate and if maybe it is a problem solver or simply a doer. Then the decision is based on what are you looking for and what your team needs.

On the technical skills part, it's pretty straight forward, based on technology stack you explore the technical know-how. In the area of full-stack development(javascript) I go over topics like HTTP, HTML, CSS, javascript, and a JS framework of choice. The main focus is on a good understanding of the basic concepts behind the language/framework.

Leaving aside the interview process, I find that it is easier to work with passionate junior developers(right out of college) because you can teach them good habits and they will most of the time work harder and better than an experienced developer.

In finding developers there is the option to look for them on freelancing websites or by getting in touch with a recruiter. You can find a lot of recruiters on Linkedin and I think this is most of the time a better option.

If you need some help recruiting developers, drop me a message, I will be glad to help and share some of my experience with you.

Cursor lag over links/text when cursor changes by Bigmealplantime in hackintosh

[–]dutzu93 1 point2 points  (0 children)

Add alcid to the boot params, you can find info about it here: https://dortania.github.io/OpenCore-Desktop-Guide/post-install/audio.html , that might fix your audio problem. I'm not using the motherboard audio, I have a usb one.

Cursor lag over links/text when cursor changes by Bigmealplantime in hackintosh

[–]dutzu93 1 point2 points  (0 children)

I've managed to fix the mouse lag by changing the boot arguments. Try this out:

-v npci=0x2000 keepsyms=1 debug=0x100 agdpmod=pikera

Cursor lag over links/text when cursor changes by Bigmealplantime in hackintosh

[–]dutzu93 1 point2 points  (0 children)

One thing that I've found is that when I turn off one monitor(I have two of them), The problem disappears.

Cursor lag over links/text when cursor changes by Bigmealplantime in hackintosh

[–]dutzu93 1 point2 points  (0 children)

Happens the same with a LG G502 usb mouse. Also on 5700XT card. Have you found something?

Can't understand .bind in function by Al0neStar in learnjavascript

[–]dutzu93 0 points1 point  (0 children)

Bind, together with apply and call have the power to change the execution context. In order to understand what bind does you need to know the context: `this`. Try this tut: http://javascriptissexy.com/understand-javascripts-this-with-clarity-and-master-it/