Recent Messages
9/25/2025 6:17:18 AM
Posted By: PrintableKanjiEmblem
Topic:
History of this planet
Viewed: 273 times
Likes: 0 Dislikes: 0
š Battlestar Galactica and the Forgotten History of Ancient Humanity: An Investigative Analysis
Abstract
The 1978 television series Battlestar Galactica has long been dismissed as a derivative space opera. Yet its narrative structure, mythological motifs, and thematic resonance suggest somethingā¦
Abstract
The 1978 television series Battlestar Galactica has long been dismissed as a derivative space opera. Yet its narrative structure, mythological motifs, and thematic resonance suggest somethingā¦
9/25/2025 6:09:43 AM
Posted By: PrintableKanjiEmblem
Topic:
Conspiracy Theory
Viewed: 276 times
Likes: 0 Dislikes: 0
š° Skinwalker Ranch: Where Science Goes to Die (But Ratings Go to Heaven)
By Our Intrepid Reporter Who Definitely Isnāt Being Paid in Cattle
Utahās Skinwalker Ranch has been called many things: a paranormal hotspot, a UFO gateway, a cursed land of shapeshifters. But after decades of āresearch,ā oneā¦
By Our Intrepid Reporter Who Definitely Isnāt Being Paid in Cattle
Utahās Skinwalker Ranch has been called many things: a paranormal hotspot, a UFO gateway, a cursed land of shapeshifters. But after decades of āresearch,ā oneā¦
9/23/2025 8:00:03 AM
Posted By: PrintableKanjiEmblem
Topic:
Programming: Blazor Server
Viewed: 384 times
Likes: 0 Dislikes: 0
Literally every time I use an EventCallback in Blazor, I stop and think "What if I was still using Web Forms?" Then I look at the sun shining, listen to the birds singing outside my window, and understand what it means when people say life is good. :D
9/21/2025 7:08:16 PM
Posted By: PrintableKanjiEmblem
Topic:
Linux
Viewed: 111 times
Likes: 0 Dislikes: 0
Recently did a new install of Linux Mint 22.2 (Zara) and was annoyed by getting prompted for authorization (Alternating between prompting for 'Authentication is required to update information about software' and 'Authentication required to modify a system repository'.) every time it checked forā¦
9/17/2025 8:07:22 AM
Posted By: PrintableKanjiEmblem
Topic:
Reference
Viewed: 727 times
Likes: 0 Dislikes: 0
How a Large Language Model (LLM) Works
(A duckātastic tour for a bachelorālevel reader)
1. The āBig Brainā in a nutshell
Imagine a giant, superāsmart brain that sits in a server room. That brain is made of layers of mathematical ācellsā calledneural networks. An LLM (Large Language Model) is just aā¦
(A duckātastic tour for a bachelorālevel reader)
1. The āBig Brainā in a nutshell
Imagine a giant, superāsmart brain that sits in a server room. That brain is made of layers of mathematical ācellsā calledneural networks. An LLM (Large Language Model) is just aā¦
9/17/2025 8:04:21 AM
Posted By: PrintableKanjiEmblem
Topic:
Reference
Viewed: 811 times
Likes: 0 Dislikes: 0
Overview
LargeāLanguage Models (LLMs) are transformerābased neural nets trained on terabytes of text to learn a contextual distribution over tokens.
The training pipeline is a blend of data engineering, deepālearning research, and largeāscale distributed systems.
Below is a āfull stackāā¦
LargeāLanguage Models (LLMs) are transformerābased neural nets trained on terabytes of text to learn a contextual distribution over tokens.
The training pipeline is a blend of data engineering, deepālearning research, and largeāscale distributed systems.
Below is a āfull stackāā¦
9/17/2025 6:42:10 AM
Posted By: PrintableKanjiEmblem
Topic:
News: Technical
Viewed: 749 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ā¦
9/16/2025 8:06:42 AM
Posted By: PrintableKanjiEmblem
Viewed: 827 times
Likes: 0 Dislikes: 0
If you get:
Error: Call to undefined function simplexml_load_string() in /var/www/html/nextcloud/lib/private/App/InfoParser.php
Check and see if thephp-xmlmodule is still present.
Simply trying to install it should work:
sudo apt install php-xml
Error: Call to undefined function simplexml_load_string() in /var/www/html/nextcloud/lib/private/App/InfoParser.php
Check and see if thephp-xmlmodule is still present.
Simply trying to install it should work:
sudo apt install php-xml
8/24/2025 6:40:11 AM
Posted By: PrintableKanjiEmblem
Topic:
History of this planet
Viewed: 1,417 times
Likes: 0 Dislikes: 0
The Great Black Swamp and the old swamps that once dotted the floodplain of Council Bluffs, Iowa, are both emblematic of the United Statesā wetland history. While they share a common identity as wetlands that were once abundant across the Midwest, they diverge markedly in size, ecological legacy,ā¦
2/23/2025 11:14:34 AM
Posted By: PrintableKanjiEmblem
Topic:
Memes
Viewed: 2,665 times
Likes: 0 Dislikes: 0
Do they think I'm one of them?!
2/7/2025 6:48:05 AM
Posted By: PrintableKanjiEmblem
Topic:
News: Politics
Viewed: 2,677 times
Likes: 0 Dislikes: 0
Regulations are written in blood. You can't just start slashing them and then pack the courts full of pro-corporate sycophants and not have consequences. But those consequences take a while to hit and since the media is controlled by billionaires it's easy to shift to blame around and confuse theā¦
2/5/2025 7:45:53 PM
Posted By: Test Dude 2
Viewed: 2,537 times
Likes: 0 Dislikes: 0
Almost a year of bug fixes and enhancements, come join in the fun!
2/5/2025 2:30:20 PM
Posted By: PrintableKanjiEmblem
Viewed: 2,722 times
Likes: 0 Dislikes: 0
1. Combine Arrays (Concatenate Arrays)
There are a variety of ways to combine arrays , but the spread operator allows you to place this at any place in an array. If you'd like to combine two arrays and place elements at any point within the array, you can do as follows:
var arr1 = ['two', 'three'];ā¦
There are a variety of ways to combine arrays , but the spread operator allows you to place this at any place in an array. If you'd like to combine two arrays and place elements at any point within the array, you can do as follows:
var arr1 = ['two', 'three'];ā¦
2/2/2025 10:51:28 PM
Posted By: PrintableKanjiEmblem
Topic:
News: Technical
Viewed: 2,823 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ā¦
1/9/2025 5:33:32 PM
Posted By: Test Dude 2
Topic:
News: Technical
Viewed: 2,859 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ā¦
12/15/2024 8:10:35 AM
Posted By: PrintableKanjiEmblem
Topic:
Music
Viewed: 2,938 times
Likes: 0 Dislikes: 0
Wow, lot of time has passed since I first started listening to him and his band. We're all getting old. Thanks for all the music!!
From Nicko:
After much consideration, it is with both sorrow and joy, I announce my decision to take a step back from the grind of the extensive touring lifestyle.ā¦
From Nicko:
After much consideration, it is with both sorrow and joy, I announce my decision to take a step back from the grind of the extensive touring lifestyle.ā¦
12/13/2024 3:08:45 PM
Posted By: PrintableKanjiEmblem
Topic:
News: Politics
Viewed: 2,653 times
Likes: 0 Dislikes: 0
Sen. Graham (R. of S. Carolina): We are here holding this hearing to hear evidence of transsexuals taking over America. Our witness is Dr. Hoo Me of NiH.
Sen. Blackburn (R. of Tenn.): Okay, Dr. Hoo, what can you tell us about the homosexuals taking over America?
Dr. Hoo: Uh. I thought we wereā¦
Sen. Blackburn (R. of Tenn.): Okay, Dr. Hoo, what can you tell us about the homosexuals taking over America?
Dr. Hoo: Uh. I thought we wereā¦
9/24/2024 8:47:53 PM
Posted By: PrintableKanjiEmblem
Topic:
News: Politics
Viewed: 1,862 times
Likes: 0 Dislikes: 0
Release in July 2024, this detailed report goes over the threats against the United States as well as the strategic readiness to reply to those threats. This is the most detailed non-classified information available and is a very interesting and somewhat frightening report.
It starts out with thisā¦
It starts out with thisā¦
8/7/2024 6:29:52 PM
Posted By: PrintableKanjiEmblem
Topic:
Linux
Viewed: 2,423 times
Likes: 0 Dislikes: 0
For many releases, Rancher rejects self-signed certs, which makes it impossible to use from the command line. Here is finally a workaround!
If you're getting something like:
# rancher --version
rancher version v2.9.0
# rancher login https://rancher..sslip.io --token token---skip-verify
FATA[0000]ā¦
If you're getting something like:
# rancher --version
rancher version v2.9.0
# rancher login https://rancher..sslip.io --token token---skip-verify
FATA[0000]ā¦
7/12/2024 5:18:54 PM
Posted By: PrintableKanjiEmblem
Topic:
Humor
Viewed: 3,156 times
Likes: 0 Dislikes: 0
On this farm, there's a cow, a chicken, and a horse, and the three of them are best friends.
They do just about everything together. And one day, they're sitting at the window of the house, and the farmer's kid is watching MTV, and they're watching it, and they hear the music, and the horse saysā¦
They do just about everything together. And one day, they're sitting at the window of the house, and the farmer's kid is watching MTV, and they're watching it, and they hear the music, and the horse saysā¦
6/4/2024 11:07:05 PM
Posted By: PrintableKanjiEmblem
Topic:
News: Technical
Viewed: 3,341 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ā¦
5/14/2024 2:04:49 PM
Posted By: PrintableKanjiEmblem
Topic:
Humor
Viewed: 3,119 times
Likes: 0 Dislikes: 0
Back in the good old days -- the "Golden Era" of computers, it was easy to separate the men from the boys (sometimes called "Real Men" and "Quiche Eaters" in the literature). During this period, the Real Men were the ones that understood computer programming, and the Quiche Eaters were the onesā¦
5/7/2024 1:03:32 PM
Posted By: PrintableKanjiEmblem
Topic:
News: Nebraska
Viewed: 3,610 times
Likes: 0 Dislikes: 0
FEMA teams are speaking with homeowners and renters, encouraging them to apply with them or do so online. The federal agency often provides money for needs not covered by insurance, like home repairs or paying for a place to live.
Nebraska tornadoes: FEMA starts canvassing hardest hit areasā¦
Nebraska tornadoes: FEMA starts canvassing hardest hit areasā¦
4/3/2024 5:55:51 AM
Posted By: PrintableKanjiEmblem
Topic:
News: Middle East
Viewed: 3,401 times
Likes: 0 Dislikes: 0
Once upon a time, in a whimsical world where gas prices danced with bunny hues, theEaster Bunnybecame an unlikely economist. His fluffy tail twitched as he analyzed the correlation between carrot futures and unleaded gasoline. š°š
ThePink Bunny Indexsoared when tulips bloomed, signaling higher gasā¦
ThePink Bunny Indexsoared when tulips bloomed, signaling higher gasā¦
3/24/2024 6:19:08 PM
Posted By: PrintableKanjiEmblem
Topic:
Weird stuff
Viewed: 3,793 times
Likes: 0 Dislikes: 0
Not sure what this is all about, but interesting.
https://youtu.be/tpOVDeQ_wwE
https://youtu.be/tpOVDeQ_wwE
3/9/2024 10:18:18 PM
Posted By: PrintableKanjiEmblem
Viewed: 3,782 times
Likes: 0 Dislikes: 0
Finally, all the rewrites and re-rewrites are done! (Converting from Blazor 7 to Blazor 8 got a bit tricky)
MessageBase 6 is finally live, so that's what we've been waiting on.
Click the GameZone link to start playing!
MessageBase 6 is finally live, so that's what we've been waiting on.
Click the GameZone link to start playing!
3/8/2024 3:55:31 AM
Posted By: PrintableKanjiEmblem
Topic:
MessageBase Code Development
Viewed: 4,426 times
Likes: 0 Dislikes: 0
Finally, after 3 years of planning and development, LLabmik Software Development is happy (and relieved!) to announce the latest iteration of MessageBase.net!
Amazing that it's already 26 years since the original MessageBase Version 1.0!
The new version is written with advanced architecture,ā¦
Amazing that it's already 26 years since the original MessageBase Version 1.0!
The new version is written with advanced architecture,ā¦
2/4/2024 9:46:42 PM
Posted By: PrintableKanjiEmblem
Topic:
Programming: .NET (Core)
Viewed: 4,330 times
Likes: 0 Dislikes: 0
Some pretty cool new stuff.
See details here .
See details here .
2/4/2024 9:44:05 PM
Posted By: PrintableKanjiEmblem
Topic:
Programming: .NET (Core)
Viewed: 4,342 times
Likes: 0 Dislikes: 0
Lots of good stuff to make your life as a developer more easy:
In the Debugger's Spotlight: A Year in Review - Visual Studio Blog (microsoft.com)
In the Debugger's Spotlight: A Year in Review - Visual Studio Blog (microsoft.com)
12/21/2023 5:08:16 PM
Posted By: PrintableKanjiEmblem
Topic:
Programming: Blazor Server
Viewed: 3,818 times
Likes: 0 Dislikes: 0
Just got done putting together a demo of how to share authentication between multiple .NET 8 Blazor apps so that users do not need to re-log-in to each app as they move between them.
See the GitHub source here: Blazor Shared Authentication
Note that this will only work with .NET 8, previousā¦
See the GitHub source here: Blazor Shared Authentication
Note that this will only work with .NET 8, previousā¦