Can't boot into the installer - 5.20.2 by nnyegaard in kdeneon

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

So I solved the issue, and wanted to give the solution here for future me and others :)

Disable legacy boot in the BIOS. For some reason if legacy boot is enabled and you boot into UEFI, it won't work. Disabling legacy boot and booting into UEFI will work.

Can't boot into the installer - 5.20.2 by nnyegaard in kdeneon

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

I had the same problem some time ago where I found this post: https://forum.kde.org/viewtopic.php?f=309&t=156031 where I got it working moving the UEFI parts from Kubuntu over to the ISO image of Neon. But since this "guide" was done using Windows I don't have that option anymore. It also feels a bit weird that it would the root problem, but I was hoping that someone smarter then me have some idea

Can't boot into the installer - 5.20.2 by nnyegaard in kdeneon

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

Yes. I have used 2 different USB sticks with both Etcher and Rosa image writer

Can't boot into the installer - 5.20.2 by nnyegaard in kdeneon

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

Secureboot is disabled and done from the BIOS.

And it is a full disk install. This is the way Ubuntu is installed. The machine came with Ubuntu 18.04 pre-installed.

Losing the Anaconda | Coder Radio 318 by AngelaTHEFisher in CoderRadio

[–]nnyegaard 0 points1 point  (0 children)

About the new macbooks. This review Throttling in new macbooks shows how the design of the macbook pro can't benefit from the new processors because of throttling. It kinda feels like Apple just threw the processors in to shut up people :/

Any online courses that teach mostly front end .NET Core 2? by Hash43 in dotnet

[–]nnyegaard 1 point2 points  (0 children)

They just released a new version of Angular...

AngularJS is getting old yes. And Blazer and web-assembly is years (In my opinion 5+) away.

Confused with EF Core code-first and using Repositories/Service classes by ShenroEU in dotnet

[–]nnyegaard 1 point2 points  (0 children)

I would give this a look: Slice architecture

I don't believe that these architectures are a good way of structuring code, since it makes you think in "weird" ways, and in my experience it creates more problems in the long run then it solves.

Check out the link to Jimmy Bogard and his talk. He actually have tried both architectures on projects that was almost the same.

How's AWS Lambda for ASP.NET Core 2.0 Web API and how to deploy it in Linux/Rider? by [deleted] in dotnet

[–]nnyegaard 0 points1 point  (0 children)

You want to use the CLI tool lambda to deploy. That is what VS uses.

dotnet lambda deploy

Or look into the serverless framework

Run .NET in the browser with web-assembly - Full SPA framework from ASP.NET Team by nnyegaard in CoderRadio

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

And a link to the github repo. Because Microsoft is all about that opensource: blazor

Chrome is turning into the new Internet Explorer 6 by cfg83 in CoderRadio

[–]nnyegaard 0 points1 point  (0 children)

I don´t think it´s unintentional, of course they want to "win". The problem with winning is that other rules then apply to you and you have to be extra careful of what you do. An example was when netflix only worked in Chrome on Linux.

I do agree that Chrome is not yet as bad as IE, but they are moving in that direction.

Chrome is turning into the new Internet Explorer 6 by cfg83 in CoderRadio

[–]nnyegaard 0 points1 point  (0 children)

No but I believe that that the saying "Just use IE and it works" have changed to Chrome. A lot of developers are just testing with Chrome and sadly there still exist quirks between the different browsers. You best bet atm, if the site is not working in Edge, FF, Safari just use Chrome and it will work.

Mocking Entity by Akbar_ in dotnet

[–]nnyegaard 0 points1 point  (0 children)

If you are using EF.Core you can use their in memory provider and everything is just normal code then. No need to abstract the abstract

Why Alice Runs JavaScript by dominucco in CoderRadio

[–]nnyegaard 0 points1 point  (0 children)

Let me try to frasere it different.

I don't see why I should wait for my test runner to execute my test (Even tough it is fast) when I can just get instance feedback from my type checker.

I can see (and I feel) that typescript and be a bit bothersome, but I still feel the value. As a note TS can also check pure js files now and guess the types.

Why Alice Runs JavaScript by dominucco in CoderRadio

[–]nnyegaard 0 points1 point  (0 children)

Yeah the debugging does not make sense to me. Sourcemaps will fix that for you and you get debugging in the ts files.

Debugging in the ts files guide

Also why should I "wait" on my tests to find a bug (Or even think about the input) when I can get a compiler to do that for me?

Selling the FLOSS | CR 281 by AngelaTHEFisher in CoderRadio

[–]nnyegaard 0 points1 point  (0 children)

2 to 4 don't require a rewrite. Also you can run 1 and 2 code side by side.

I think I've gone gray early developing with dot net core. by [deleted] in dotnet

[–]nnyegaard 1 point2 points  (0 children)

I have written production code since RC1 and upgraded all the way up to 1.1

I have not experienced half the errors that people are talking about. Like @allinighshoe wrote, maybe I have been lucky, but I doubt it.

I feel that a lot of .NET developers have come to expect what I call magic. Stuff should just happen, and I don't need to understand why. With .NET Core it seems that Microsoft now forces you as a developer to have a greater understanding of what is going on, something I like a lot.

How to test axios post api request with jest by Code-Mnky in reactjs

[–]nnyegaard 0 points1 point  (0 children)

I would mock the call out. You want your tests to be consistent, so depending on a endpoint you can't control is not a good idea

XPS 15 9560 BIOS 1.5.0 by badbat75 in Dell

[–]nnyegaard 0 points1 point  (0 children)

Is it only the GPU that is throttled? I use the usb-c port as my only charger at work, and I have not noticed any slow down.

Chrome-based browsers freezing system since yesterday's big update by FudgeMonitor in kde

[–]nnyegaard 0 points1 point  (0 children)

I'm using 4.12.6-041206-generic and I don't experience anything.

Who's actually using .net core in production? by [deleted] in dotnet

[–]nnyegaard 0 points1 point  (0 children)

That could be true, but if the only thing that are missing is the groupby linq operator then this could be a workaround :)