|
Perhaps they have an article already written titled "Developing applications that delete old data using AI."
|
|
|
|
|
Connected car skeptics have a right to be concerned about the widespread problem. "Although nothing seems right in cars"
|
|
|
|
|
Having seen how different companies in the auto industry test their products, I prefer not to think too hard about how safe cars are
|
|
|
|
|
The Federal Aviation Administration said it was working to restore its Notice to Air Missions system which alerts pilots of potential hazards along a flight route. Some 4,948 flights within, into or out of the US have been delayed, according to a flight tracking website, and 868 cancelled. Worked on my machine
|
|
|
|
|
OpenAI has shared a waitlist for a experimental ChatGPT Professional service that, for a fee, would effectively remove the limits on the popular chatbot. You were cool until you sold out, man
|
|
|
|
|
and, even worse : Microsoft wants to buy them for $10B.
"They have a consciousness, they have a life, they have a soul! Damn you! Let the rabbits wear glasses! Save our brothers! Can I get an amen?"
|
|
|
|
|
From 9gag : https://9gag.com/gag/a2KWDyE[^]
"They have a consciousness, they have a life, they have a soul! Damn you! Let the rabbits wear glasses! Save our brothers! Can I get an amen?"
|
|
|
|
|
You need to keep your tech skills current. But a productive career depends on several additional practices. Item #0: Invent time machine
|
|
|
|
|
Since I often whine about Microsoft and their bugs it is time to give credit where it is due. They actually fixed one that had been really annoying me. A couple of revs ago they broke the Batch Build option so it would not retain its selections. That is now fixed in the 17.4.4 release and I am really, really glad to see it since I relied on it heavily. This version also improves support for handling multiple repositories in one solution. Thankfully, I have found no new issues with it.
This has been a very welcome update.
"They have a consciousness, they have a life, they have a soul! Damn you! Let the rabbits wear glasses! Save our brothers! Can I get an amen?"
|
|
|
|
|
Rick York wrote: Since I often whine about Microsoft and their bugs it is time to give credit where it is due. They actually fixed one [snip]
The Age of Miracles has not yet passed!
Freedom is the freedom to say that two plus two make four. If that is granted, all else follows.
-- 6079 Smith W.
|
|
|
|
|
Well, another 20 I reported are still not fixed (
|
|
|
|
|
There are a few others I have reported that have not been fixed, another that they stated was "behavior by design" which, as far as I am concerned, is bad design. Oh well.
"They have a consciousness, they have a life, they have a soul! Damn you! Let the rabbits wear glasses! Save our brothers! Can I get an amen?"
|
|
|
|
|
since I relied on it heavily
Not using MSBuild?
Paul Sanders.
If I had more time, I would have written a shorter letter - Blaise Pascal.
Some of my best work is in the undo buffer.
|
|
|
|
|
I have been curious for some time re/ the number of developers working on Visual Studio . May I inquire if anyone here happens to know . Also may I add I am always dumb-founded at the looooong list of fixes yet to be implemented . I also wonder re/ the total size of Visual Studio e.g. number of lines of code . I am glad I am not one of the VS developers as the complexity boggles my mind . May I also say I am often surprised simple enhancements never are made one in particular which annoys me and can find no logical reason for though it is a common Windows UI i.e. to wit in order to open a Menu item drop down list it is common to be required to click upon it which to my mind makes no sense as all is necessary it seems is merely to hover over it . Countless clicks have been wasted in this manner .
|
|
|
|
|
I've used VS for many years - mostly VB and VB.NET, including a pretty big .NET system controlling a multi-million € scientific machine. Last couple of years I've been using it for Arduino C/C++ stuff. I guess I haven't been stretching VS, as all the bugs I've come across have been of my own making.
|
|
|
|
|
Now if I can only get my broken Visual Studio Installer to work. The only option I seem to have is to uninstall VS2022 and re-install it.
|
|
|
|
|
The robot lawyer is powered by OpenAI’s GPT-3 API, the force behind the viral ChatGPT chatbot. Must. not. use. 'then they came' reference. After all, who would stop them coming for lawyers?
Well, other than lawyers, of course.
|
|
|
|
|
So the joke will become, "What do you call a thousand ChatGPT servers at the bottom of the ocean? - A good start!"
|
|
|
|
|
Opposing counsel opens brief case and turns on WI-FI jammer.
“Sign here to accept my final offer before we go to trial.”
|
|
|
|
|
There is something undeniably satisfying about coming up with clever solutions to hard problems. That's why all my code is dumb
{Insert Benoit Blanc quote here}
|
|
|
|
|
Quote: Outside of the film, Daniel Craig has spoken about the influences of his accent, citing a historical figure. The historian Shelby Foote was from the southern state of Mississippi and wrote a three-part Civil War history that was released in 1990. Foote died in 2005. Shelby Foote appears frequently in Ken Burns' remarkable US Civil War documentary series. Shelby has the most beautiful voice i've ever heard: his accent sounds more North Carolinian to my ears, but, i am from the shallow south, not the deep south.
fyi: Foote's writing and positions on contemporary US issues have made him (cancelled ?) scorned by many historians, and reviled by many who consider him a racist, and apologist for the South.
Maybe i should watch the movie ? ... never seen any movie with Craig.
«The mind is not a vessel to be filled but a fire to be kindled» Plutarch
|
|
|
|
|
He's not exactly the most expressive of actors, so I wouldn't spend too much of an effort. Glass Onion (and Knives Out) were amusing enough for a few hours, though.
TTFN - Kent
|
|
|
|
|
Having had my share of encounters with clever code and habing written my share of it, I concur. My career resolution is to strive to be a programmer as boring as possible.
Clever solutions are awesome, plain solutions that reliably work and are easy to inspect, debug and modify are better.
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
|
|
|
|
|
I mean you don't think this clever code is clear (from the article)?
pe58 = n
where
a p q = scanl (+) p $ iterate (+ 8) q
b = [[x,y,z] | (x,(y,z)) <- zip (a 3 10) $ zip (a 5 12) (a 7 14)]
c = zip (scanl1 (+) . map (length . filter isPrime) $ b) (iterate (+ 4) 5)
[(n,_)] = take 1 $ dropWhile (\(_,(a,b)) -> 10*a > b) $ zip [3,5..] c
It's haskell, apparently...
I'd rather write machine language code.
|
|
|
|
|
The article talks about the intern test - forget that. What about the look at the code six months from now before coffee test?
|
|
|
|