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. Tweak to your delight… Use A number of options may need to be run in a given environment. To do so, use the following: Create a virtual environment python3.6 -m virtualenv venv Activate the virtual environment source venv/bin/activate Install the requirements pip install -r requirements.txt Create the log file sudo log show --last 10m > log-info-10m.txt Run the script log-analysis.py to parse log file and generate anomalous logs. Example usage: python log-analysis.py --log_filename log-info-10m.txt python log-analysis.py --log_filename log-info-10m.txt --use_error_keywords True --score_threshold 0.5 python log-analysis.py --log_filename log-info-10m.txt --use_error_keywords…
-
-
3D-Printable Greek Stater Coin of Alexander the Great
Alexander the Great died in 323 BCE in Babylon in 323 BC. Coins had been in circulation for a little less than three hundred years by then, with the innovation beginning in Lydia, then Persia, and flowing to the empires around the Mediterranean from there. This coin was struck within a year of Alexander the Great’s death and follows in the tradition begun by his father in Macedonia. The coins and then the idea (and ideas) behind them, just as Hellenism did, would then flow to Greek colonies around the coasts to far away lands in most modern European, Northern Africa, and Indian countries from there.
-
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 of India shortly after the death of Alexander the Great in the 320s BCE. By then, coins from Persia and the Greek city states had been traded with peoples in the Indian subcontinent for centuries. India hadn’t been united by previous empires in the way Chandragupta did so, and the empire he established lasted until 185 BCE.
-
The History of Computing: Intel
-
3D-printable Persian Daric Coin
TLDR: Just posted this .stl for 3d printing to Thingiverse at https://www.thingiverse.com/thing:5897427. The first coin I posted was of the Lydian Stater, for that see https://krypted.com/the-history-of-computing/lydian-stater-coin-design-for-3d-printing-and-why/. To continue our journey of the history of coins and why these matter: The Lydian Lion coin was minted initially be the father of Croessius and then by Crosseus ihimself in the early years of the 500s BCE. Cyrus the Great introducd the concept of coinage in the Persian empire with the daric, after he defeated Coesus of Lydia some time after 546 BCE. By the end of the 500s and early 400s, two rulers later, Darius I defined that a gold coin would…
-
Lydian Stater Coin Design For 3D Printing (and why)
tldr: Download it from thingiverse here: https://www.thingiverse.com/thing:5886433 Lydia And The Stater Lydia was an empire that began in 1200 BC and was conquered by the Persians around 546 BC. It covered the modern Western Anatolia, Salihli, Manisa, and Turkey before the Persians took it. One of their most important contributions to the modern world was the first state sponsored coinage, in 700BC. Many of the coins were electrum, which is a mix of gold and silver. And here’s the most important part. The standard weight was guaranteed by an official stamp. The Lydian king Croesus then added the concept of bimetallic coinage. Or having one coin made of gold and…
-
Resolve Package Dependencies in NoMAD 2 with carthage
Sometimes when we download an Xcode project, there are dependencies. Those that use swift packages might need to download the package (if it’s publicly available) or have it linked. Projects that use carthage (where the devs probably consider it a little tech debt to move to a new package management system) just need a quick carthage build. To do so, first install carthage, if it isn’t already installed. To do so, we can just use brew: brew install carthage Next, let’s cd into the root directory of the project (where below is ~/Documents/NoMAD2 and then run carthage with a bootstrap command: carthage bootstrap Subsequent updates might need a new build…
-
Apple Device Management Second Edition book now available for purchase from Amazon, Apple Books and Apress
As usual, the wonderfully timely (yes, that was two adverbs in a row) Rich Trouton posted about our latest book, the second edition of Apple Device Management, finally shipping. Ironically we were talking about a day or two before about why the publication date got pushed back. But alas it didn’t. He also included where to get it for different ways people like to consume their content. To add to the conversation, it’s worth noting that some of the chapters were left barely touched. Others had new technologies, like SSOE added, and still others were largely rewritten. As compared to my first books on Mac OS X Tiger and on,…
-
Setup Custom iCloud Email For Existing Domains
Apple introduced custom domain names for iCloud email in August of 2021 (I think, but feel free to correct me and I’ll correct this). The easiest way to set this up is probably to just obtain the domain name through Apple. You can also use iCloud Email for custom domains purchased through other registrars. The setup is fairly straight-forward, provided DNS is setup correctly (or that a large-enough DNS host is used that Apple has wired it up to their API to do it for you). To get started, login to iCloud. Then click on the apps selector at the top of the screen and click on Custom Email Domain.…
-
70 Years of AI Hype Cycles and AI Winters On The Way To ChatGPT