Details
-
SkillsJs, PowerShell, ranting
Joined devRant on 3/7/2018
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
-
@C0D4 is a block of code to update objects rotation for drawing:
// doubler
for(var i = 1; i < 2; i++) {
var zpos = i * -2.0;
pointFlower.offset[0] = pointFlower.area.x * -1.0;
pointFlower.offset[1] = pointFlower.area.y * -1.0;
pointFlower.offset[2] = pointFlower.area.z * zpos;
gl.uniform3fv(prog.uniforms.uOffset, pointFlower.offset);
gl.drawArrays(gl.POINT, 0, pointFlower.numFlowers);
[cut for chars limit, the rest of code are the same last 5 line, with different *-1.0; pattern, so rotating betwen -1 and 1]
} -
@Fast-Nop ops... my bad
-
At least you have a good chance to look out for something else, in advance. Maybe you will find something better and not in need to accept any job in a rush
-
Chris Nodder, Evil by design. You can get it on Amazon, even in italian, and it will tell you all these tricks
-
Apple is the fruit of original sin. Don't fall for that and continue to exchange nudes
-
But you can get the process explorer and procmon from sysinternals and check what is trying when it does
-
Never
-
You must know... This is the friendly Italian way for it. Next one will be the cut horse head in front of your door.
-
Not sure why you are complaining about your boss. Why didn't you look for something else instead of getting into this situation?
-
ugliest() { //}
} -
Went from Despacito to Desaparecido
-
@cyanly not really. Only one company produce these set of softwares so disclosure is not relevant
-
Pretty shitty. On first job 27 years ago I got the same. Was working using my personal laptop an I had to remind boss about being paid. I quit after 3 months. You did the right thing, he was anyway making a lot of money out of you by selling you to the final customer.
#noRegrets -
Also all boils down to this article https://support.office.com/en-us/...
-
Mfa shall be available for all users
-
Almost any mail admin can access your email, is always a one click away permission, that is where audit play its role. Same is for things like one drive for business, SharePoint configuration allows your manager as owner in case of leaving, depends on configuration...
-
https://imore.com/your-boss-can-dow...
-
Quite an easy requirement:
Job done
Please wait a bit
Please wait more
😁 -
Block him before it's too late. It will only get worse
-
EdX.org check the data science track and they have both python and R. Then you can compare. Btw python is a double take as you can use it not only for data science. R is a single way data management(ready to be proven wrong)
-
@k0pernikus ok seems to be a plugin issue actually. Just made another try, kept the web side closed, hit some modifications, saved, and reopened the remote code. Changes are not going through.
and yes, in vsCode I have the auto save too -
@paranoidAndroid the problem is... I saved. The fact was that it was an azure function and I had the web editor opened in the browser and visual studio connected. The save didn`t make from Vstudio or the web took precedence (even if I didn`t save from there)