News: Technical
Stories about things of a technical/geekish nature
Posted At: 3/9/2026 1:35:48 AM
Posted By: PrintableKanjiEmblem
Viewed: 173 times
Likes: 0 Dislikes: 0
The Core Problem in Plain Terms
When you split a project between two AI coding agents — say, one handling the server and one handling the client — you immediately hit a wall: they cannot talk to each other. They have no shared memory. They cannot read each other's context. If you just let them both…
When you split a project between two AI coding agents — say, one handling the server and one handling the client — you immediately hit a wall: they cannot talk to each other. They have no shared memory. They cannot read each other's context. If you just let them both…
Posted At: 3/3/2026 5:45:50 PM
Posted By: PrintableKanjiEmblem
Viewed: 317 times
Likes: 0 Dislikes: 0
By a Systems & Software Engineer with Decades in Both Worlds — And a Lot of Patience That's Finally Run Out
There's a conversation that keeps happening in engineering teams across the industry, and it usually goes something like this: a developer insists everything needs to be containerized, a…
There's a conversation that keeps happening in engineering teams across the industry, and it usually goes something like this: a developer insists everything needs to be containerized, a…
Posted At: 9/17/2025 1:42:10 AM
Posted By: PrintableKanjiEmblem
Viewed: 1200 times
Likes: 0 Dislikes: 0
Introduction: A Crossroads for Connection
Social networking platforms have revolutionized the way we communicate, share ideas, and build relationships. They’ve become digital town squares, where voices from every corner of the globe converge. Yet, as we stand on the precipice of a new technological…
Social networking platforms have revolutionized the way we communicate, share ideas, and build relationships. They’ve become digital town squares, where voices from every corner of the globe converge. Yet, as we stand on the precipice of a new technological…
Posted At: 2/2/2025 4:51:28 PM
Posted By: PrintableKanjiEmblem
Viewed: 3295 times
Likes: 0 Dislikes: 0
Donald Trump’s return to the White House has reignited debates about the balance of power in the tech industry. With legislations like the CLOUD Act and ongoing discussions around data sovereignty, open source faces significant challenges. These dynamics highlight the difficulty of navigating a…
Posted At: 1/9/2025 11:33:32 AM
Posted By: Test Dude 2
Viewed: 3547 times
Likes: 0 Dislikes: 0
Q: How do I protect myself from Roko's Basilisk?
A: The "Roko's Basilisk" thought experiment is a hypothetical scenario that explores the potential consequences of an advanced artificial intelligence (AI) that is motivated to incentivize the advancement of its own capabilities. It is not a…
A: The "Roko's Basilisk" thought experiment is a hypothetical scenario that explores the potential consequences of an advanced artificial intelligence (AI) that is motivated to incentivize the advancement of its own capabilities. It is not a…
Posted At: 6/4/2024 6:07:05 PM
Posted By: PrintableKanjiEmblem
Viewed: 3857 times
Likes: 0 Dislikes: 0
This is pretty cool. Can see if I can get my old technical memories of TRS-80 Model III to come back. All the stuff I learned in Mr Zeliff's programming class, which was just fantastic. Doubly fantastic considering it was in a small farm town in South Central Nebraska!
Here's the link to download…
Here's the link to download…
Posted At: 8/9/2022 4:54:28 AM
Posted By: Comfortably Anonymous
Viewed: 2433 times
Likes: 0 Dislikes: 0
IMO these things are best understood through the lens of Haskell's `Maybe` type.
Very simply, a `Maybe Int` for example can be either `Just 5` or `Nothing`. At its most basic form, it can be used with pattern matching. For example here's a haskell function that adds 2 to a Maybe if it's there:
add2…
Very simply, a `Maybe Int` for example can be either `Just 5` or `Nothing`. At its most basic form, it can be used with pattern matching. For example here's a haskell function that adds 2 to a Maybe if it's there:
add2…
Posted At: 12/30/2021 9:19:26 AM
Posted By: PrintableKanjiEmblem
Viewed: 11727 times
Likes: 0 Dislikes: 0
As a long-time user of Dell products, and still a big fan, I should NOT have to use a secondary side keyboard just in order to be able to write code on a Dell laptop. As a software developer I heavily use both the F-Keys and the Home/End keys. On my old Dell Latitude D830, all those have their own…
Posted At: 12/13/2021 7:40:39 AM
Posted By: PrintableKanjiEmblem
Viewed: 3593 times
Likes: 0 Dislikes: 0
Got to work today, went to log into Kronos to clock in, and nothing... Turns out Kronos' Private Cloud has been hit with a ransomware attack. They say it could take days or weeks until they are back up. Perhaps this was not something to move to (someone else's computer) the "cloud". Pop some…
Posted At: 1/21/2020 9:56:53 AM
Posted By: Comfortably Anonymous
Viewed: 2750 times
Likes: 0 Dislikes: 0
Reminds me of that ancient story where Microsoft CEO Satya Nadella traveled to the peak of Kangchenjunga, the highest mountain in India, with 270 trained mules carrying suppliees for a support team of thousands of trained computer software technicians.
The mountain is one of the deadliest peaks in…
The mountain is one of the deadliest peaks in…
