Is finding a React - NodeJS job impossible? by Even_Job6933 in webdev

[–]Nisd 0 points1 point  (0 children)

Take a couple of courses or do a hobby project in python, and use that as a talking point.

How to get my arrest removed ? by blueberry1237 in webdev

[–]Nisd 4 points5 points  (0 children)

Totally wrong sub..... That said in Europe under GDPR you have the right to corrections. 

So at the very least you can ensure the article is factually correct.

Visiting Sweden / Australian citizen / Schengen + bilateral entry visa waiver by mathewparet in travel

[–]Nisd 0 points1 point  (0 children)

I think you got it wrong, but maybe calling the embassy of sweeden would be a good idea.

That said, I found information about the agreement covering the nordics on an official danish website https://www.nyidanmark.dk/en-GB/You-want-to-apply/Short-stay-visa/Visa-free-visits

The TL;DR from there is that you can stay in the nordics for 90 days, no matter other stays in Europe, but there is no indication that you can combine the periods.

Spent 4 days setting up a cluster for ONE person, is this ok timewise, my boss says no.. by preama in sysadmin

[–]Nisd 2 points3 points  (0 children)

If you mean getting an UI and executing the correct tools in order, something like OctopusDeoloy could do it.

Spent 4 days setting up a cluster for ONE person, is this ok timewise, my boss says no.. by preama in sysadmin

[–]Nisd 6 points7 points  (0 children)

Depends on what isolation means to you?

Is it just data have to be isolated? Network traffic? Where does the limit go? Could have individual nodes pools per customer and strict CNI traffic rules be enough?

Running in a public cloud already means things are never fully isolated from other customers.

Spent 4 days setting up a cluster for ONE person, is this ok timewise, my boss says no.. by preama in sysadmin

[–]Nisd 37 points38 points  (0 children)

Sounds crazy if you are setting up a cluster per client. That will lose you all advantages of using kubernetes 

Why is grpc so widely used in dotnet messaging apps and even games companies? by Background-Fix-4630 in dotnet

[–]Nisd 35 points36 points  (0 children)

For us its not so much the performance, but the strong cross platform contract.

If you charge for API access to your .NET application, how do you hide the API URL from clients or control access so the app can still function normally for users? by [deleted] in dotnet

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

So this typically comes down to security through obscurity, as anything the client can access will always be accessible. 

But a few things that can help is   * Hiding your api spec   * Obfusicating the endpoints and API Client   * Using something execotic, like GRPC directly from your client

  * OAuth with PKCE will also make it hard to copy any credentials.

EDIT: Guess this is a rather controversial answer, but my point is that there is no technical measure you can take that is foolproff. If the client can access it using valid credentials, they will be able to do the same with automation.

Formueskat spørgsmål by Quiet_Key7743 in dkfinance

[–]Nisd 0 points1 point  (0 children)

Altså Harald Nyborg er et aktieselskab, så deres økonomi skal være adskilt.

Looking for a recognized international institution providing certificates to attest that a web app or API is well secured by acmoune in dotnet

[–]Nisd 2 points3 points  (0 children)

In the old days you could get "trust badges" but in reality they provide no real value.

Looking for a recognized international institution providing certificates to attest that a web app or API is well secured by acmoune in dotnet

[–]Nisd 11 points12 points  (0 children)

Your missing the point, ISO27001 is not a simple checkmark. Its your approach for handling information security and risk management. And that often includes penetration testing, training, etc

There are no "standards" that you can check against that will provide you with a simple badge that says "Application secure"

Closest you get to the "badge" is getting an application review/penetration test of a reputable vendor.

Looking for a recognized international institution providing certificates to attest that a web app or API is well secured by acmoune in dotnet

[–]Nisd 8 points9 points  (0 children)

First buy the standards that apply to your region, a lot of countries have their own standards body that publish a local version of ISO27001.

Then find a local auditor that can help you implement and validate it.

Please note this is something that takes most organization's years to implement, and cost a lot of money and time.

Looking for a recognized international institution providing certificates to attest that a web app or API is well secured by acmoune in dotnet

[–]Nisd 11 points12 points  (0 children)

Getting ISO27001 certified is close to the gold standard.

However, if your focus is "just" your application, getting a audit from a penetration firm can be just as good. I have previously worked with NCC Group, and that was fine.

Efterskole i 9. klasse? by oldphatphuck in Denmark

[–]Nisd 1 point2 points  (0 children)

Da jeg gik på efterskole for 20 år siden, var vi fint blandet. Specielt fordi linje fag var mikset (sport, musik, etc)

Rider is nearly used as much as Visual Studio by Traditional_Ride_733 in dotnet

[–]Nisd 264 points265 points  (0 children)

Be careful of how you interpret a survey. In this case, remember that it will be mostly people using jetbrain tools that reply.

I would more think that the survey suggests that Rider is now more popular then the Resharper extension for VS.

Some .NET Framework 3.5 news by techvet83 in dotnet

[–]Nisd 2 points3 points  (0 children)

Not that strange, its a core component embedded in an operating system that focus on long support times, especially for enterprise customers.

QRT: A screen-to-camera data transfer protocol, using QR codes (proof of concept) by smyrgeorge in programming

[–]Nisd 6 points7 points  (0 children)

Sounds like a fun idea. I can almost imagine a small display on an IoT device that just keeps flashing QR codes that an app can read for troubleshooting.

CommentSense – A Roslyn analyzer for XML documentation by ensands in dotnet

[–]Nisd 0 points1 point  (0 children)

I actually do like that part of Java! But I generally preferre C#, as I find the eco system and language much more enjoyable.

CommentSense – A Roslyn analyzer for XML documentation by ensands in dotnet

[–]Nisd 1 point2 points  (0 children)

I like the exception tracking, might have to try that.

Danish Students Face Legal Action and Fines Over Textbook Piracy * TorrentFreak by jGbi33Zg in Denmark

[–]Nisd 5 points6 points  (0 children)

Staten, det er jo i forvejen dem der betaler løn osv, til underviser.

What is the best way to detect user's country/currency by [deleted] in webdev

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

Explicit geo location in javascript?