When the Assistant Becomes the Attacker: Hidden Risks of Tool-Enabled LLMs
Understanding Large Language Models: Tokens, Limits, and the Path to AGI
Understanding Large Language Models: Tokens, Limits, and the Path to AGI
Large Language Models (LLMs), like ChatGPT, power many of the AI tools we use today. These models are trained on vast amounts of text data and predict the most likely next word in a sentence based on context. At their core, LLMs break down text into tokens, the building blocks of language processing. A token might be a word, part of a word, or even a single character. By analyzing patterns in sequences of tokens, LLMs generate the text we see.
Bitcoin in El Salvador: A Missed Opportunity?
El Salvador’s Bitcoin Experiment: A Missed Opportunity?
In 2021, El Salvador made history as the first country in the world to adopt Bitcoin as legal tender. President Nayib Bukele touted the move as a bold step towards financial inclusion, attracting foreign investment, and reducing reliance on traditional financial systems. The initiative included the rollout of a government-backed Bitcoin wallet, Chivo, which came preloaded with $30 worth of Bitcoin for citizens to kickstart adoption. On paper, it was a groundbreaking experiment with the potential to transform the nation’s economy and empower its people. But the reality of the implementation tells a different story.
Bitcoin's peak predictions
Analyzing Bitcoin’s Historical Peaks and Projecting Future Prices
Bitcoin, the pioneer cryptocurrency, has shown remarkable growth since its inception, with its price often reaching new heights during its market cycles. In this analysis, we focus on Bitcoin’s major all-time highs (ATH) and investigate whether its peak prices follow a discernible pattern. Using a linear trend derived from the most prominent peaks, we project Bitcoin’s future prices up to 2050.
This analysis is meant as a demonstration of the kind of work you can guide ChatGPT to do. I proceeded in steps, exploring data, making hypothesis, asking for clarifications etc and lastly asked ChatGPT to rewrite our discussion into a blog post explaining the conclusion we reached. This is absolutely not meant as financial advice!
SAP Hybris platform sizing guidelines
Hybris is a very widely used platform for eCommerce. It is a somewhat complex piece of software, with multiple interacting components.
When trying to obtain optimal performance, there are a few guidelines you’ll need to follow. We’ll review them in this post.
Tim Ferriss Show – The Random Show, Ice Cold Edition – Show notes
Those are my notes regarding the podcast episode “The Random Show, Ice Cold Edition” of the Tim Ferriss Show.
Time wasting
One of the very worst use of time is to do something very well that need not be done at all.
— Brian Tracy
Linux RedHat / CentOS / Fedora : Uninstall a package along with dependencies
If you’ve been wondering how to delete a package you mistakenly installed (or which is no longer needed) along with all its dependencies, here’s a neat way to achieve just that.
The idea is that whenever you use yum to perform some operation on packages, a transaction is created. If you installed a package along with its dependencies, then you can undo just that by undoing that transaction.