@AmericaSpoof Uhm. Isn't the video reused? "That's a good one" and "Do you think Biden can do that"
I think I've seen him say this when he was signing more documents. Including when the epstein files are gonna be released to the public.
@WilfredsCat@QUEENP0P@Pirat_Nation Yup. Internet is indeed available as long as there's something to connect to. But what if war breaks out and communication is lost. What then? Oh wait, what's that? They recommend you having a radio in case of emergencies? Well to bad for you.
@QUEENP0P@Pirat_Nation Not only did they remove the audio jack here. They are not able to play normal FM radio if they installed a FM radio chip now since the audio jack (e.g. wired earphones) also acts as the antenna for picking up FM radio signals.
Gamers Rejoice!
A superior collision algorithm has been discovered!
Do you think this new collision system can add value to your favorite games?
Would you be willing to pay for an Early Access to help make this technology available for game studios?
@Thrilluwu@nathie@boz
@rcdw1999@ADnl In Groningen is er anders gewoon nog een kapsalon kip doner voor 10,- en een 30cm new york pizza voor 13,87 (net gecheckt op thuisbezorgd & site van new york pizza)
@DevLeaderCa Mostly writing webapis right now, but desktop apps are still on the table. Take audio or video apps for example, even though you could technically have them over web, it wouldn't be as responsive as having it in a desktop app. E.g. an interactive picture in picture app.
@dessplayz@_MINECRAFT_LIVE Start minecraft bedrock, then on the left of the main screen it lets you join an event hosted by Mojang and Noxcrew. Completing the quests on that server rewards you with a 15 anniversary cape for both Minecraft Bedrock and Java edition
@elonmuskADO X logo is cool. But I do prefer the name Twitter as it's easier to relate to then when you call out an X in an conversation. And in text I'd do X (twitter) to people know what I talk about.
@ibxtoycat I guess someone else commenting 'Minecraft' enables it for everyone that's in the stream at that moment. I didn't have to type it before I could claim it after the timer.
@mjovanovictech The reason I have yet to try out Minimal APIs is because I have seen no one tackle the issue on how the flexibility of attributes is being replaced. Normally attributes on controller endpoints make it easy to authenticate with required roles, document responses, or verify digests
@mjovanovictech For instance, in a v1 of a users module that allows users to register themselves by email and password. And in a v2 you'd like to include an optional username and required phone number, and other users module endpoints stay the same.
So, would I only bring register to v2?
@mjovanovictech What's your thoughts on handling api versioning per feature in a modular monolith?
I personally think the version should be based on the iteration of changes made to individual endpoints or features rather than versioning the entire application or module.
A simple tip to write more readable LINQ expressions:
- When writing LINQ, try to go tall, not wide.
Here's what I mean 👇
Instead of writing a LINQ expression like this:
𝚊𝚗𝚒𝚖𝚊𝚕𝚜.𝚆𝚑𝚎𝚛𝚎(𝚊 => 𝚊.𝙷𝚊𝚜𝙱𝚒𝚐𝙴𝚊𝚛𝚜).𝙾𝚛𝚍𝚎𝚛𝙱𝚢(𝚊 => 𝚊.𝙸𝚜𝙳𝚊𝚗𝚐𝚎𝚛𝚘𝚞𝚜).𝚂𝚎𝚕𝚎𝚌𝚝(𝚊 => (𝚊.𝙸𝚍, 𝚊.𝙽𝚊𝚖𝚎)).𝚃𝚘𝙻𝚒𝚜𝚝();
Try to follow the "𝘰𝘯𝘦 𝘥𝘰𝘵 𝘱𝘦𝘳 𝘭𝘪𝘯𝘦 𝘳𝘶𝘭𝘦":
𝚊𝚗𝚒𝚖𝚊𝚕𝚜
⠀⠀.𝚆𝚑𝚎𝚛𝚎(𝚊 => 𝚊.𝙷𝚊𝚜𝙱𝚒𝚐𝙴𝚊𝚛𝚜)
⠀⠀.𝙾𝚛𝚍𝚎𝚛𝙱𝚢(𝚊 => 𝚊.𝙸𝚜𝙳𝚊𝚗𝚐𝚎𝚛𝚘𝚞𝚜)
⠀⠀.𝚂𝚎𝚕𝚎𝚌𝚝(𝚊 => (𝚊.𝙸𝚍, 𝚊.𝙽𝚊𝚖𝚎))
⠀⠀.𝚃𝚘𝙻𝚒𝚜𝚝();
The second variant is:
- Easier to read
- Easier to extend
- Merge-conflict friendlier
This also works with SQL queries.
Don't be a sloppy coder.
𝗣.𝗦. If you liked this, you will love The .NET Weekly newsletter. Join 48,000+ engineers to improve your .NET and software architecture skills.
Subscribe here → https://t.co/0eBKFKyw5i