For developers yes. For non-developers it was a mystery.
obermd
Posts
-
Sharing is caring -
Something Massive Is Shifting Deep Inside the MoonEvery Dr. Who fan knows the moon is an egg. [The Moon Hatches? | Kill the Moon | Doctor Who - YouTube](https://www.youtube.com/watch?v=pHOnGSFzd3Y&t=151s)
-
Eliminating old booksCompared to my bookshelf, those are practically brand new. I still have books on (MS-)DOS internals and an old 8086/8088 programmers guide that details the entire instruction set.
-
Sharing is caringAndroid has always allowed non-Play Store applications to be loaded. It's just not as easy to do.
-
Ah the joys of late stage optimizationYep, lowercase tends to use less space on a line when using a variable width font. :laugh:
-
Ah the joys of late stage optimizationThe best optimizations are usually design changes. Any optimization that requires an architectural change is a design change.
-
My sins return to haunt meThis is actually a really good comment. It explains both the why and the what/how. I wouldn't call this a sin, but rather a reminder of why you did something the way you did.
-
IT historyCOBOL, FORTRAN, PL/1, and various Assembly languages. It really depended on the hardware and application. What's interesting to note is that other than the Assembly languages, none of the high-level languages at the time had buffer overrun, use after free, use before allocation, and the entire host of possible memory management errors that have resulted in roughly 90% of all vulnerabilities.
-
I'll take the high road.The psycho path is so much more fun, though.
-
Software point update...StarNamer@work wrote:
I have 2 slide rules.
:cool:
-
NIST proposes barring some of the most nonsensical password rulesOh, good. We'll finally stop having to remember our first pet's name. Obligatory [xkcd: Password Strength](https://xkcd.com/936/)
-
Futurama was ahead of its timeSo the only problem is someone didn't profit from the suicide. Got it. /s
-
Like making coffee with a Red Bull...Stolen. That's great.
-
WSUS is dead - does that change anything?This is yet another example of Microsoft's desire to move everything from on-premise to cloud. WSUS has always had huge problems with database fragmentation, to the point that I wrote a PS script combined with a SQL Server database defragmentation script I pulled off a Technet blog over a decade ago to keep my WSUS servers healthy and responsive.
-
AI accurately re-generating handwritten textLet me know when AI can read this: [https://memeguy.com/photos/images/doctors-on-strike-397489.jpg\](https://memeguy.com/photos/images/doctors-on-strike-397489.jpg)
-
Not a computer mouseSo did the mouse have a ticket?
-
A Discussion of Address Space & MemoryThe 4GB limit is a Windows 32 limit, and the default in Win32 is 4 GB with 2 GB being granted the OS, effectively limiting the application to 2 GB. There is an option to make this 1 & 3 GB but I don't remember how to do this. Exchange Server and SQL Server versions designed to run on 32 bit Windows server used this option. For Windows 64, the limits are listed at [Memory Limits for Windows and Windows Server Releases - Win32 apps | Microsoft Learn](https://learn.microsoft.com/en-us/windows/win32/memory/memory-limits-for-windows-releases). Note that 32-bit applications are still limited to 4GB simply because 2^32 is 4GB. 64 bit application limits vary by OS version, generally growing with each new version of Windows.
-
Agile Explained Clearly (A Parody)The Agile Paradoxon nailed how Agile has been warped by managers. The SCRUM: An Honest Ad is exactly how I feel about Scrum and Scrum masters.
-
Thought for the DayIf you drift an electric car, are you doing the Electric Slide?
-
My sister has a big stupid German ShepherdThe cattle crossings on the road headed up to Teton and Yellowstone National Parks are painted on the road. Apparently cattle can't tell the difference and won't cross them.