Details
Joined devRant on 9/24/2017
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
-
Have you watched black mirror? Episode based on social credit system like you described
-
I have faith in my colleagues to fuck things up, I run out of fingers to count the shit they cause
-
Did that the other day, thank fuck for flashback query
-
Oracle have a server you can use here https://livesql.oracle.com/apex/f/...
-
@koes that is an awesome book
-
React is code there is no HTML is not JSX
-
Just make sure you click the don’t ask for this device again in 30 days and use the Authenticator app
-
Yeah I like it have had it a while but only just removed cmder from the task bar and replaced it as my go to
-
Could almost feel the burn 😂
-
@matt-jd there is no advantage, you can use either and is down to personal preference or the existing project style. Me I like my words lined up much easier to read just thing of a dictionary declaration why write the type twice for no reason. If your dictionary is named sensibly and the fact we have much more ide feedback it is obvious what it is for. In the old days when you didn’t have they feedback it was useful and also why we had Hungarian notation which is generally considered an anti pattern now
-
Id probably use option 3 to initialise fields and properties
-
@matt-jd I’ve never found var to confuse me partly because I use descriptive variable names
-
Check out the this one for inspiration https://zeebe.io/faq/...
-
Wtf are you trying to build, skynet?
-
Vs code or rider vs is shit on mac
-
I despise js although appreciate it more using ts but I’m used to strongly typed languages so biased, it’s not hard to pick up, it has an any type so it’s easy to migrate code and add typings later
-
@Parzi yeah it was a bit different with Manjaro compared to just adding a line to grub the only reason I mentioned it, the only other thing that’s caused issues is the secure boot. Gen1/2 vms can’t remember what I’m using can check tho if you want
-
@Parzi if it’s hyperv and the vm was just a black screen then you need to install the video drivers. You can switch to a login terminal from that black screen to do it
-
Did you use the media creation tool? Uefi usb boot can be dodgy, dont think it supports ntfs. Media creation tool should allow for it tho
-
Learning go too, a lot nicer for generating certificates than c# but definitely not the tool for everything
-
I haven’t had any issues with manjaro but I’m only running it in a hyper-v with the display running over a hv socket, allows me to run a decent terminal and some Linux apps in there own native windows windows
-
What’s so complex about it?
-
I used 2 monitors for ages and now have a widescreen but it’s a long way to look at the edge and you have to turn your head more a 4K curved monitor is the way to go, keep wishing had a bit more height and width
-
Your specs though shouldn’t be that bad really though to run vs
-
Really depends how big the project you want to compile is, downloading the orchard repo and try building that
-
My money is it is something to do with the session manager and dbus-launch or wayland
-
Try Manjaro Nvidia support is baked in I believe
-
@Krokoklemme in the same way you tube is like pornhub
-
Its not worth stealing, the pricing model these days is an operating cost by way of a small monthly fee and not the thousands you used to have to fork up back in the day. Not to mention expenses reduce any legitimate businesses tax bill
-
it’s an integration test not a unit test, nothing wrong with them when they are treated as such and run after the unit tests in a ci environment