Then it's not a closed border right? Like the Us / Mexico one isn't.
Viewing return values in line is actually huge. Having to create temporary variables or execute in the intermediate window was a pain in the ass.
Don't license it as free to use then.
For the new generation.
We might remember the animation fondly but by today's standards it's not amazing.
Also the pacing of kids entertainment is very different to when we were young. Our films might as well be in slow motion to them haha
We do like a tipple at the weekend
Jesus fucking Christ. Fuck every single person that didn't vote against the republicans.
Half of America loves him. None of those things seem to bother them. They were never going to vote dem.
They definitely fucked up but let's not pretend Trump isn't loved by way to many Americans.
You've maybe spent too long in the echo chamber.
The site linked doesn't even conform to gdpr. No clear reject for cookies haha
We still use it at work. There is huge commercial interest in this. If this was fully compatible there's plenty of company that would pay a lot for a modern ide.
This isn't a team sport lol these are tools to get a job done.
Going with c# again. I know the language super well but don't often have a chance to get really deep into it with the stuff at work. These often present very non typical problems that require lesser used features.
It is conceptually the same thing. A series of interconnected neurons with a firing threshold and weighted connections.
The simplification comes with how the information is transmitted and how our brain learns.
Many functions in the human body rely on quantum mechanical effects to function correctly. So to simulate it properly each connection really needs to be its own super computer.
But it has been shown to be able to encode information in a similar way. The learning the part is not even close.
Yeah people often say things like "how can they not see xyz" but they clearly do. We're creating opinions based on what they say publicly.
Seems they're demonstrating against the genocide in Gaza. I don't see anything wrong with that. There's no reason for NATO to support it.
It's not worth withdrawing as it has other benefits obviously. But doesn't mean we shouldn't protest for change.
At work both my monitors and networking go through the same port. The monitor also acts as a usb hub.
You can buy an adapter and plug everything in one port.
I love it personally.
I love it personally. At work I have two monitors, networking, mouse and keyboard all going through one port. So much easier in my opinion.
The fact that a lot of the neighbours like it means it could sell. You might get lucky with some old people. My grandparents had a clock that chimed every hour. They absolutely loved it even though it went all night.
Short term solution is to invest in the best ear plugs you can.
Seems unlikely as that's essentially what we had before and they were not very good at all.
LLMs are based on neural networks which are a massively simplified model of how our brain works. So you kind of can as long as you keep in mind they are orders of magnitude more simple.
That sucks. I use it to handle all software on my work dev machine and haven't had any issues so far. We basically use it to set up clean machines and it's worked perfectly so far.
I think I've finally figured out nullability for required EF navigation properties
This may be common knowledge but I've never seen it online.
[MaybeNull] public Entity Entity { get; set; }
You now get a warning when accessing without a check and when setting to null.
Sadly you still need to ! in quries