3d-printable Ancient Mauryan Coin from India
Posted another coin to Thingiverse at https://www.thingiverse.com/thing:5900668. This one is of a coin from the Mauryan empire. Chandragupta Maurya established the Mauryan Empire in the Magadha region...
View Article3D-Printable Greek Stater Coin of Alexander the Great
Download the .stl to print this coin at https://www.thingiverse.com/thing:5900608. Alexander the Great died in 323 BCE in Babylon in 323 BC. Coins had been in circulation for a little less than three...
View ArticleUse ChatGPT to Analyze macOS Logs for Anomaly Detection
tldr: Posted this anomaly detector that uses ChatGPT at https://github.com/krypted/Lightweight-GPT-Log-Anomaly-Detector. Can be used untrained or with lightly trained troves of macOS system logs....
View Article3D-printable Francish Coin From Charlemagne (and why)
Just posted another coin, this time a post Roman empire coin from the next to claim the title: Charlemagne: https://www.thingiverse.com/thing:5902572 After the fall of the Western Roman empire, Rome...
View Article3D-Printable Byzantine Coins (and why they matter)
Just posted a .stl file for a Byzantine Coin at https://www.thingiverse.com/thing:5902779. The Roman empire had been unified in 27 BCE and the western empire fell in the 400s CE. By then, the...
View Article3D-Printable Chinese Tang Dynasty-Era Coin
TLDR: Download the coin here: https://www.thingiverse.com/thing:5904625 The Chinese used had shells well before 1,000 BCE as gifts, especially those bestowed upon the people from their aristocracy....
View Article3D-Printable Roman Denarii Coin and Coin Collection
TLDR: Download the coin from my Thingiverse at https://www.thingiverse.com/thing:5908546. I’ve also put all the coins into a collection at...
View ArticleSABRE and the History of the Travel Global Distribution System
.fb-background-color { background: #ffffff !important; } .fb_iframe_widget_fluid_desktop iframe { width: 100% !important; } The post SABRE and the History of the Travel Global Distribution System...
View Article3D Printable Mold to Make Clay Cobblestones
Not life-sized cobblestones, mind you. But those for miniature wargaming. Although according to the size of the printer, I guess you could. The goal with this stl was to be able to print a thing,...
View Article3D Printable Model to Make A Gamma World or Warhammer Gorilla Space Warrior...
It’s cold out. So gaming indoors is still a thing! Feel free to remix this, replace the laser gun with a sword or staff or other instrument of whatever. https://www.thingiverse.com/thing:5923477...
View ArticleTest A Fork Of NoMAD Maybe?
tldr: here’s a slightly modernized fork of NoMAD that needs a little testing: https://gitlab.com/krypted1/nomad2 Been working on a fork of NoMAD that will hopefull just modernize code and get merged...
View ArticleQuick And Dirty Guide To Compiling Your Own Version Of An Open Source Xcode...
There are plenty of apps out there that can be beneficial to an organization, but don’t really make sense to live on an app store. This might be because the app uses private APIs, breaks acceptable...
View ArticleMake The Keychain Work When Compiling Your Own NoMAD
Yesterday, I wrote up how to compile your own version of an open source Xcode app and used NoMAD as an example, for those who didn’t want to use the precompiled application bundle. Many software...
View ArticleThe Evolution of Fonts
.fb-background-color { background: #ffffff !important; } .fb_iframe_widget_fluid_desktop iframe { width: 100% !important; } The post The Evolution of Fonts appeared first on krypted.
View ArticleThe History of Adobe; On Pueblos, Fonts, Graphics, && Marketing Clouds
.fb-background-color { background: #ffffff !important; } .fb_iframe_widget_fluid_desktop iframe { width: 100% !important; } The post The History of Adobe; On Pueblos, Fonts, Graphics, &&...
View ArticleCreating Unit Tests With Google Bard
Unit tests are one of those things that evolve over time. When we talk about test coverage, anyone that thinks they have full coverage is kidding themselves, but it’s not uncommon for my workflows to...
View ArticleTiny hex and binary converters in swift, go, python, && javascript
Have a few scripts that I’ve been bringing into projects for awhile (and altering for each so ymmv on the state, but you’ll get the general idea). https://github.com/krypted/tinyconverters As the...
View ArticleSmall Go Script To Send Some JSON To An Endpoint
The following was written to act as a Google Cloud Function or Lambda, and sends a simple POST to a standard rest endpoint at https://krypted.com/api/v1/sites with the json defined in jsonObject. The...
View ArticleGoogle Cloud Function To Encrypt A JSON Document With An ECC Key
To use this function, create a Google Cloud Function that uses the encrypt_json() function in Google Cloud Console or the gcloud command-line tool. import json import base64 from google.cloud import...
View ArticleFile Lists And Version History With The Dropbox API
TLDR: See https://github.com/krypted/DropboxScripts for some python scripts for the Dropbox API I recently needed to get a list of changes to all files on Dropbox. To get there, I first found the...
View Article