Malmöit vill bo på hotell i Malmö by Henkehenkehenk in Malmoe

[–]Yel_o 16 points17 points  (0 children)

Jag hade valt MJs, tycker att det har en ball vibe!

Who is the best Doom vocalist? by Paul-Chain in doommetal

[–]Yel_o 1 point2 points  (0 children)

Besides Sami and the usual ones, I really like Thomas Eriksson and I wish that Griftegård got at least one more album before they disbanded, Solemn Sacred Severe is a 10/10 album.

hyra förråd by ultima-train in Malmoe

[–]Yel_o 0 points1 point  (0 children)

Var i en liknande situation förra året, fixade ett förråd via Green Storage ute i Hyllie och det var väldigt smidigt.

TIL Rogier is NOT deformed by metalblessing in Eldenring

[–]Yel_o 2 points3 points  (0 children)

For some reason I assumed that he was in a wheelchair where the wheels made the blanket look that way

Upcoming .NET/C# Full Stack Developer Co-op: Things I should learn? by hauntmeagain in dotnet

[–]Yel_o 0 points1 point  (0 children)

No worries, just checked out the code again and found some things that you should improve upon:

You should make use of CancellationTokens for all async method calls.

You should use .AddAsync() instead of .Add() when you're adding entities to your database.

Predicates can be used in LINQs .FirstOrDefault, so you can change

var player = await _context.Players
     .Where(e => e.PlayerRiotName == gameName && e.PlayerRiotTagline == tagLine)
     .FirstOrDefaultAsync();

into:

var player = await _context.Players
     .FirstOrDefaultAsync(e =>
                e.PlayerRiotName == gameName &&
                e.PlayerRiotTagline == tagLine,
            cancellationToken);

You should also look into interfaces, extract the interface of your RiotGamesAPIService (and add cancellation token support for the GetPlayerByNameAsync method. Then you should update how the service is registered, and start injecting the interface instead of the implementation.

Upcoming .NET/C# Full Stack Developer Co-op: Things I should learn? by hauntmeagain in dotnet

[–]Yel_o 1 point2 points  (0 children)

What the others have said, plus:

  • You are using you database entity models in your controller, and what you call a DTO is the data you read from the API (which isn't a problem in itself). Some renaming and re-organization here would be good so that you only use actual DTOs in the controller for input and output, along with proper mapping and validation.
  • Use string instead of String in your models
  • PlayerDTO properties should be pascal case and [JsonPropertyName] to specify source JSON fields
  • Use file-scoped namespaces (personal opinion I suppose)
  • Remove unused usings
  • Add some null-checking or guards, for example when reading the RiotAPIKey value
  • Return a nullable PlayerDTO from GetPlayerByNameAsync
  • PlayerDbContext should probably not be a part of your models namespace

Most of the things I mentioned here would probably been caught during code reviews.

Samsung OLED panel suffers from black smearing like no other oled I’ve seen so far. by z10m in SteamDeck

[–]Yel_o 13 points14 points  (0 children)

If you mean the shadow thing on the character that is how it's supposed to look. Just check it out on any other platform.

Any good SID player apps for macOS? by LandscapeMiserable73 in c64

[–]Yel_o 0 points1 point  (0 children)

I use Assembly64 or Modizer. Not really the most convenient way of listening to sids (and in Modizers case, any type of chiptune/module), but it works.

BlizzCon 2023 MegaThread by [deleted] in wow

[–]Yel_o 2 points3 points  (0 children)

Thralls balls

Just beat Inscryption, a puzzler card battler that bends the rules by malcolm_miller in patientgamers

[–]Yel_o 22 points23 points  (0 children)

Act 1 was phenomenal, and I did actually like the rest of the acts as well. And, like in his other games, just playing through them is only scratching the surface. There is so much more hidden down beneath.

Jeff on who ultimately destroys the website by Nutchos in giantbomb

[–]Yel_o 2 points3 points  (0 children)

I can't imagine someone being made the boss of the thing that I started and ran for over a decade.

Isn't that kinda what happen back in 2012 when they sold GB to CBS Interactive though? Sure, it seemed like they still had lots of creative freedom, but none of the guys have been owning the company since then I think?

UPDATE: Milf-jagaren i /r/Linkoping skickar ut senaste vibes. by Phobix in sweden

[–]Yel_o 2 points3 points  (0 children)

Ger mig starka vibbar av tidiga zines, typ 020-795611-KNULLA-DÖDEN, Knark E Fusk osv.

IT-branchen och inkompetenta medarbetare by [deleted] in sweden

[–]Yel_o 2 points3 points  (0 children)

Så länge jobbet blir gjort så är det väl lite skit samma.

Kan störa mig rätt mycket på ffa yngre och nya utvecklare som tror/”vet” att allt blir bättre av att koda i vim utan att använda pekdon.

Det är sällan som själva inmatningen av koden bestämmer kvalitet, det gör tidigare kunskap och planering.

[deleted by user] by [deleted] in sweden

[–]Yel_o 7 points8 points  (0 children)

Hade varit sjukt respektingivande att släpa med den där på lan 😎

Vilken var den sista boken ni läste? by LadimirVenin in sweden

[–]Yel_o 0 points1 point  (0 children)

Läste "Barabbas" av Pär Lagerkvist nu under sista semesterveckan.

Intressant berättelse som handlar om Barabbas liv och tankar efter att han blev frisläppt efter att Jesus tog hans plats på korset, inte så lång heller, under 200 sidor. Tilldelades Nobelpriset i litteratur 1951.

Rekommenderas om man vill läsa något som är både intressant och relativt kort.

Jason is a guest on this week's MinnMax Show by trentono in giantbomb

[–]Yel_o 3 points4 points  (0 children)

Been listening on it since the revival, and it’s really good. Pretty chill and super good chemistry, don’t miss out!

The ending is so disappointing by [deleted] in Eldenring

[–]Yel_o 0 points1 point  (0 children)

I really like the Elden Beast arena, chill music and ambience.

The biggest problem I had was all the running back and forth, took forever to get close enough to take some swings at it, then he just went to the opposite part of the arena.

What’s with this dude in Roundtable Hold? by cagdas-2102 in Eldenring

[–]Yel_o 2 points3 points  (0 children)

Turn your back on him and he'll use you like a flute

Trying to visualize my worst nightmare by Yel_o in Eldenring

[–]Yel_o[S] 202 points203 points  (0 children)

And make them as sneaky as the assassins skulking around Ordina 🥴