|
C# 13 is starting to take shape with features that focus on flexibility, performance, and making your favorite features even better for everyday use. Lucky number 13 for your coding enjoyment
|
|
|
|
|
A few devs versus the powerful forces of Redmond – who did you think was going to win? Who now has the strength to stand against the armies of Redmond?
|
|
|
|
|
What, are you alliterate or something?
|
|
|
|
|
They better not be copying my stunning achievement:
for (i = 0; i < max; ++i)
|
|
|
|
|
Wait, I think I just wrote that exact code not an hour ago. Do I owe you some royalty or something?
|
|
|
|
|
Expletives fly as admins deal with recommendation to move to Power Automate workflows Because there's no connect in Teams
|
|
|
|
|
We can thank the EU for this change. This is nothing more than Microsoft trying to unbundle Teams from Microsoft (Office) 365.
|
|
|
|
|
All HP LaserJet e-series printers have been discontinued, and HP+ is now optional. One fewer reason to not buy HP
|
|
|
|
|
When HP produces something as good as its early LaserJet series, I'll consider buying from then again. Until then, my Brother printer just keeps trucking along.
Freedom is the freedom to say that two plus two make four. If that is granted, all else follows.
-- 6079 Smith W.
|
|
|
|
|
Not to worry, there are tons of other reasons why an HP printer should not be touched with a ten foot pole.
|
|
|
|
|
HP hardware is worthless since at leat 20 years. I had a pre-built and a laptop made by them and they didn't last 8 months before critical component failures, both related to their abysmal quality and knock-off supplier.
EDIT: forgot about two company issued laptops from them, same fate: faulty mobos in both of them, one brand new.
GCS/GE d--(d) s-/+ a C+++ U+++ P-- L+@ E-- W+++ N+ o+ K- w+++ O? M-- V? PS+ PE Y+ PGP t+ 5? X R+++ tv-- b+(+++) DI+++ D++ G e++ h--- r+++ y+++* Weapons extension: ma- k++ F+2 X
The shortest horror story: On Error Resume Next
|
|
|
|
|
Does the use of generative AI increase the gap between entry-level junior developers and senior developers? Won't someone think of the juniors?
|
|
|
|
|
Have you ever struggled to understand what a commit was doing or why it was made? Because sometimes it takes an AI to figure out what the elephant that other coder was thinking
|
|
|
|
|
Or, struggling understanding a commit and then realizing you did it.
|
|
|
|
|
This new tool offers an easier way for people to analyze complex tabular data. Missing data? Have your AI invent some.
|
|
|
|
|
Windows 11 is about to celebrate its third birthday. That also means that the initial release, version 21H2, and the first feature update, version 22H2, will soon be out of support. This OS will self-destruct...
|
|
|
|
|
Good riddance to v21H2. v22H2 is decent.
|
|
|
|
|
While Google and Linux do not rhyme well, this developer has managed something interesting. I don't think 'run' is the correct term here
|
|
|
|
|
Quote: Even though they admit that this is a silly project, they are open to the idea of commercializing this for any interested company, offering up the promise of “True Cloud Native Computing”.
|
|
|
|
|
Microsoft has restored its guide on how to switch from a Microsoft account to a local account on Windows 11. Sometimes the truth sneaks out
|
|
|
|
|
Other times, the government and Fortune 100 can be persuasive.
|
|
|
|
|
The team's current project, in collaboration with Harvard, Princeton, and other institutions, aims to map the mouse hippocampus, responsible for memory encoding, attention, and spatial navigation. The detail on Google Maps is getting crazy
Hopefully there aren't any toll roads to get to the mouse's brain
|
|
|
|
|
Some of the structures they discovered doing this are rather odd but play a huge role in memory and cognition.
|
|
|
|
|
This new feature solves the trade-off between the ease of auto-implemented properties with the versatility of manual ones. It saves a new variable every time you pull the trigger
Please forgive my (usual) stupidity, but...Wha? All this does (as far as I can tell) is it saves you from having to declare the backing variable, at the expense of creating a new keyword that might conflict with existing code. So...yay?
|
|
|
|
|
This is a QoL feature for NotifyPropertyChanged pattern. This will mostly help code generators, avoiding the extra private field creation, and the (very common) generic method that receives the name of the property and the field value can easily compare both new and old field values before raising the property changed notification. Of course, that can be done currently, but this new field keyword will simplify this a lot
For God so loved the world, that he gave his only begotten Son, that whosoever believeth in him should not perish, but have everlasting life.(John 3:16)
|
|
|
|