Computer
Google's New 'Web Guide' Uses AI To Organize the Search Results Page
Read more of this story at Slashdot.
Microsoft CEO Addresses 'Enigma' of Layoffs
Read more of this story at Slashdot.
An Inventor Is Injecting Bleach Into Cancerous Tumors - and Wants to Bring the Treatment To the US
Read more of this story at Slashdot.
'Boiling Frog' Effect Makes People Oblivious To Threat of Climate Crisis, Shows Study
Read more of this story at Slashdot.
Satellite Imagery and Phone Data Reveal Romance Scam Centers Still Expanding Despite Crackdowns
Read more of this story at Slashdot.
NFTs Qualify For Trademark Protection, Ninth Circuit Rules
Read more of this story at Slashdot.
Board Game Crowdfunding Platform Gamefound Acquires Indiegogo
Read more of this story at Slashdot.
Microsoft Says Some SharePoint Server Hackers Now Using Ransomware
Read more of this story at Slashdot.
VMware Prevents Some Perpetual License Holders From Downloading Patches
Read more of this story at Slashdot.
Physicists Blow Up Gold With Giant Lasers, Accidentally Disprove Renowned Physics Model
Read more of this story at Slashdot.
Sweet Spot For Daily Steps Is Lower Than Often Thought, New Study Finds
Read more of this story at Slashdot.
CodeSOD: ConVersion Version
Mads introduces today's code sample with this line: " this was before they used git to track changes".
Note, this is not to say that they were using SVN, or Mercurial, or even Visual Source Safe. They were not using anything. How do I know?
/** * Converts HTML to PDF using HTMLDOC. * * @param printlogEntry ** @param inBytes * html. * @param outPDF * pdf. * @throws IOException * when error. * @throws ParseException */ public void fromHtmlToPdfOld(PrintlogEntry printlogEntry, byte[] inBytes, final OutputStream outPDF) throws IOException, ParseException {...} /** * Converts HTML to PDF using HTMLDOC. * * @param printlogEntry ** @param inBytes * html. * @param outPDF * pdf. * @throws IOException * when error. * @throws ParseException */ public void fromHtmlToPdfNew(PrintlogEntry printlogEntry, byte[] inBytes, final OutputStream outPDF) throws IOException, ParseException {...}Originally, the function was just called fromHtmlToPdf. Instead of updating the implementation, or using it as a wrapper to call the correct implementation, they renamed it to Old, added one named New, then let the compiler tell them where they needed to update the code to use the new implementation.
Mads adds: "And this is just one example in this code. This far, I have found 5 of these."
.comment { border: none; } [Advertisement] ProGet’s got you covered with security and access controls on your NuGet feeds. Learn more.Google Develops AI Tool That Fills Missing Words In Roman Inscriptions
Read more of this story at Slashdot.
US To Withdraw From UNESCO Again
Read more of this story at Slashdot.
Administrator of Major Dark Web Cybercrime Forum Arrested In Ukraine
Read more of this story at Slashdot.
How Much Would You Pay For an American-Made Laptop? Palmer Luckey Wants To Know
Read more of this story at Slashdot.
FDA's New Drug Approval AI Is Generating Fake Studies
Read more of this story at Slashdot.
Leading 3D Printing Site Bans Firearm Files
Read more of this story at Slashdot.
Starlink-Powered 'T-Satellite' Service Is Now Live On T-Mobile
Read more of this story at Slashdot.
Julian LeFay, 'Father of The Elder Scrolls,' Has Died Aged 59
Read more of this story at Slashdot.