Report: Sprint, T-Mobile Merger Immediately Killed Wireless Price Competition In U.S. Before T-Mobile acquired Sprint, activists, consumer groups, and deal critics (including me) warned repeatedly that the telecom sector megadeal would result in layoffs, less competition, higher pri…
Eight Billion People - OranLooney.com Today is the last day when the number of people alive will start with a seven. Sometime late Tuesday afternoon, or perhaps early Wednesday morning, the population will cross the eight billion mark. When I was a kid, the number they taught us in school was...
LLMs are not suitable for (advanced) brainstorming This may be obvious to many people already, but I recently thought about this in a few scenarios and figured it may be valuable to articulate it clearly. One note before the main discussion is we s…
Llama 3 implemented in pure NumPy · The Missing Papers Understand the exact structure with working implementation of the Llama 3 model.
How to Simulate MEV Arbitrage with REVM, Anvil and Alloy EVM simulation engine is a core component of any competitive MEV strategy. In this tutorial, I'll describe how to use Anvil and its lower-level counterpart REVM to detect UniswapV3 MEV arbitrage opportunities. We will implement a working proof of concept ...
Forms of life, forms of mind | Dr. Michael Levin | Life after Death: in another world, at another scale Thoughts on the implications of multiscale competency architecture of living organisms for the concept of death and specifically recent data on the thanatotranscriptome.
Stand Out and Dare to Disagree As someone who’s been in the tech industry for more than 15 years, I’ve come to recognize a fundamental truth about being a software dev: the key to
Effortless SEO for Astro with @zfben/astro-head | Ben's Blog | zfben.com Managing SEO for your [Astro](https://astro.build/) website just got easier with [@zfben/astro-head](https://www.npmjs.com/package/@zfben/astro-head). This pac
What's New in Neovim 0.10 Neovim 0.10 was the longest release cycle since the heady days of the 0.5 release. There are a ton of new features in this release (as well as some breaking changes), so be sure to check the full release notes. You can view the release notes directly in N...
Legalizations in LLVM Backend Ideally, compilers can build a program for a wide variety of hardware without the need to change a single line of its source code. While there are exceptions and corner cases, this holds in the majority of cases. Which means that if the input code uses so...
History of the Italian electrical system An overivew of the evolution of the electrical system in Italy throughout its history, including the voltage and frequency change and the ongoing move to a different standard of plugs.
GitHub - likejazz/llama3.np: llama3.np is pure NumPy implementation for Llama 3 model. llama3.np is pure NumPy implementation for Llama 3 model. - likejazz/llama3.np
NetBSD Foundation 🚩 (@netbsd@mastodon.sdf.org) New development policy: code generated by a large language model or similar technology (e.g. ChatGPT, GitHub Copilot) is presumed to be tainted (i.e. of unclear copyright, not fitting NetBSD's licensing goals) and cannot be committed to NetBSD. https://w...
Pulling a single item from a C++ parameter pack by its index - The Old New Thing Combining a few tools to make a new tool.
VCs aren't your friends As founder-friendly as VCs claim to be, they remain investment professionals. Many first-time founders are oblivious to this nuance, and are in for a rude awakening when they start their raise.
Utah Locals Are Getting Cheap 10 Gbps Fiber Thanks To Local Governments Tired of being underserved and overbilled by shitty regional broadband monopolies, back in 2002 a coalition of local Utah governments formed UTOPIA — (the Utah Telecommunication Open Infrastr…
Code It Any Way You Want: Performance Difference Between Static and Non-Static Methods The article explores the performance disparity between static and non-static methods, commonly recommended for efficiency by code analysis tools.
Jepsen: Datomic Pro 1.0.7075 Datomic is a temporal Entity-Attribute-Value OLTP database which supports non-interactive transactions on top of pluggable storage engines. It offers a variety of query mechanisms across thick and thin clients, including Datalog, graph traversal, and an O...
Generate http files from a swagger definition Http files are nice and handy - but they are also a bit of a pain to update. So why not generate them from a swagger definition?
Scheduled Message Delivery with Wolverine Wolverine has the ability to schedule the delivery of messages for a later time. While Wolverine certainly isn’t trying to be Hangfire or Quartz.Net, the message scheduling in Wolverine today…
Podman–Pull images from Docker Hub Docker Hub is a container registry provided by Docker, Inc. It serves as a central repository for finding and sharing container images. Alt...
Data Fetching Patterns in Single-Page Applications Five patterns to help Single Page Applications fetch data from remote sources
Get Ready for Visual Studio at Build 2024: Join Thousands Online! - Visual Studio Blog Join us at Microsoft Build 2024, May 21-23, for an unmissable hybrid event featuring keynotes from Satya Nadella and Scott Guthrie, and exclusive Visual Studio sessions. Discover the latest in AI, C#, and .NET development online or in-person in Seattle. R...
The .NET Generic Math Library - NDepend Blog .NET 7 added new math-related generic interfaces to the BCL Base Class Library and static abstract members to implement them
ggml : rewrite silu and softmax for cpu by jart · Pull Request #7154 · ggerganov/llama.cpp This change upstreams llamafile's vectorized expf() functions. This lets us compute softmax and silu more accurately than the short[65536] lookup table that GGML previously used to make this operat...