|
I've just uploaded a new Bending Emacs episode: Bending Emacs Episode 10: agent-shell You may have seen some of my previous posts on agent-shell , a package I built offering a uniform user experience across a diverse set of agents. In this video, I showcase the main agent-shell features. I had lots to cover, so the video is on the longer side of things. I've showcased much of the content in previous agent-shell post..
|
|
New resource translation: (cmn-Hans) It Could Be Harmful! Spyware Installation Through Social Engineering Attacks in Italy
|
|
Aiming for last place at the 2025 Berggruen Prize Open Essay Contest, on the theme of consciousness, intelligence, and the nature of mind in an age of advancing artificial systems.
|
|
Neue Übersetzung einer Ressource: (cmn-Hans) It Could Be Harmful! Spyware Installation Through Social Engineering Attacks in Italy
|
|
New resource translation: (cmn-Hans) It Could Be Harmful! Spyware Installation Through Social Engineering Attacks in Italy
|
Please check out Nina Zumel’s video on how to use Tobit-style methods (and Stan!) to model market demand from censored observations such as capped or limited sales.
|
|
Today, we are announcing the general availability of reranking models on Heroku Managed Inference and Agents, featuring support for Cohere Rerank 3.5 and Amazon Rerank 1.0. Semantic reranking models score documents based on their relevance to a specific query. Unlike keyword search or vector similarity, rerank models understand nuanced semantic relationships to identify the most […] The post Optimize Search Precision with Reranking on He..
|
|
Throne. Altar. Liberty :: Is Orange the new Red.
-
thronealtarliberty.blogspot.com
-
6 months ago
-
eng
Do you remember the story of Jacobo Árbenz. Árbenz was elected the president of Guatemala in 1950 and entered that office early in 1951. His primary policy and the focus of his presidency was agrarian reform. What this meant was that large sections of farmland that were currently not under cultivation were expropriated by the government and handed over to poor farm workers. To Americans this smacked of Communism and certainly there was a....
|
If I were to recommend you use a piece of cryptography-relevant software that I created, how would you actually know if it was any good? Trust is, first and foremost, a social problem. If I told you a furry designed a core piece of Internet infrastructure, the reception to this would be mixed, to say […]
|
|
In reply to Nicholas A. Ferrell. All this is quite interesting to hear! Yeah, for the used mini PCs I am quite familiar with many of the listings you usually see alongside those for servers and laptops eBay wise, I've had certainly quite festive experiences with a lot of them (a particular instance in which one refurbished ThinkPad T14 Gen 1 I got for 16GB b....
|
|
RavenDB has recently introduced its dedicated Kubernetes Operator, a big improvement over the Helm charts that teams have been using. This is meant to streamline database orchestration and management, essentially giving you an automated "SRE-in-a-box." You can read the full announcement here . And the actual operator is available here . The Operator shifts the management paradigm from manual configuration to a declarative model. Simpl....
|
|
The "dance weekend" is a very common pattern for contra dance communities around the country. I think of the central example as something like: Two bands, two callers. Dancing (with short breaks) Friday 7pm-11pm, Saturday 10am-11pm, Sunday 10am-3pm. Saturday and Sunday daytime are a mixture of regular dances and workshops, sometimes with parallel tracks. Examples, from my 2025 calendar: Beantown Stomp , Chehalis , Dance in ....
|
|
In reply to combeenzi.
I had indeed missed that - thanks for pointing it out. Will need to think about that - it's slightly alarming that despite all the use of nullable reference types, I've effectively still got a hole in analysis. |
|
wp:paragraph --> Regarding nullability of ImmutableArray: in case you have missed it, there is a 3rd option for passing and checking for a "null" array. Since ImmutableArray is just a struct wrapper around an actual array, you can pass `default` instead of `null`, which results in a non-null ImmutableArray with its internal array being null. There is an `IsDefault` property to check if that internal array is null. |