|
Best viewed on the original page , where extended functionality like the footnote helper is available. As i coded on OuroborosDB i noticed that i need a very fast queue for a rather unique architectural design decision. I try to build the network module in such a way that i can test the behavior completely deterministic while “simulating” entire clusters in a single process. So i build a test prototype of my global network queue ....
|
|
Best viewed on the original page , where extended functionality like the footnote helper is available. As i coded on OuroborosDB i noticed that i need a very fast queue for a rather unique architectural design decision. I try to build the network module in such a way that i can test the behavior completely deterministic while “simulating” entire clusters in a single process. So i build a test prototype of my global network queue ....
|
|
Best viewed on the original page , where extended functionality like the footnote helper is available. As i coded on OuroborosDB i noticed that i need a very fast queue for a rather unique architectural design decision. I try to build the network module in such a way that i can test the behavior completely deterministic while “simulating” entire clusters in a single process. So i build a test prototype of my global network queue ....
|
|
Best viewed on the original page , where extended functionality like the footnote helper is available. As i coded on OuroborosDB i noticed that i need a very fast queue for a rather unique architectural design decision. I try to build the network module in such a way that i can test the behavior completely deterministic while “simulating” entire clusters in a single process. So i build a test prototype of my global network queue ....
|
|
Best viewed on the original page , where extended functionality like the footnote helper is available. As i coded on OuroborosDB i noticed that i need a very fast queue for a rather unique architectural design decision. I try to build the network module in such a way that i can test the behavior completely deterministic while “simulating” entire clusters in a single process. So i build a test prototype of my global network queue ....
|
|
Best viewed on the original page , where extended functionality like the footnote helper is available. As i coded on OuroborosDB i noticed that i need a very fast queue for a rather unique architectural design decision. I try to build the network module in such a way that i can test the behavior completely deterministic while “simulating” entire clusters in a single process. So i build a test prototype of my global network queue ....
|
|
Best viewed on the original page , where extended functionality like the footnote helper is available. As i coded on OuroborosDB i noticed that i need a very fast queue for a rather unique architectural design decision. I try to build the network module in such a way that i can test the behavior completely deterministic while “simulating” entire clusters in a single process. So i build a test prototype of my global network queue ....
|
|
Best viewed on the original page , where extended functionality like the footnote helper is available. As i coded on OuroborosDB i noticed that i need a very fast queue for a rather unique architectural design decision. I try to build the network module in such a way that i can test the behavior completely deterministic while “simulating” entire clusters in a single process. So i build a test prototype of my global network queue ....
|
|
Any imbalance that makes it past the Mempool is a potential source of MEV profit. In this post, I describe the process of discovering, analyzing, and executing a long-tail MEV strategy on the Ethereum Mainnet. We will discuss Mempool monitoring, oracle backrunning, recurring Defi exploits, and more. I’ll also showcase how to use mevlog.rs CLI and web interface for finding long-tail profit opportunities. Disclaimer: The information prov....
|
|
Any imbalance that makes it past the Mempool is a potential source of MEV profit. In this post, I describe the process of discovering, analyzing, and executing a long-tail MEV strategy on the Ethereum Mainnet. We will discuss Mempool monitoring, oracle backrunning, recurring Defi exploits, and more. I’ll also showcase how to use mevlog.rs CLI and web interface for finding long-tail profit opportunities. Disclaimer: The information prov....
|
|
Here's the Discord Changelog from March 25, 2025, so you can stay informed on what’s new in recent app updates!
|
|
We’re releasing a new and improved version of the Game Overlay, along with a refreshed desktop app so you can further customize Discord to your style.
|
|
The Mac Observer is showcasing Monday App Finder: Journelly, a Twitter-Like Journal for iOS . #+ATTR_HTML: :width 70% Bemfica de Oliva does a wonderful rundown of Journelly's features and capabilities, much better than anything else I've posted before. They even mentioned Org markup and Emacs text editor, for those who want to drop down to its plain text storage. A nice treat, as these aren't typically showcased in the space..
|
|
The people I'm following on the internet put me inside a small but vibrant retrocomputing bubble. When this is combined with the synthwave composers I tend to listen lately, I'm being transported to my earlier years on this planet, repeatedly. The fact that I have grown with a Commodore 64, 486 systems, boomboxes and big Hi-Fi racks makes this a rather harsh, but enjoyable ride every time. While small, I have my trove of old things. PalmO....
|
|
I’m happy and grateful to announce that the Marginalia Search project has been accepted for a second nlnet grant. All the details are not yet finalized, but tentatively the grant will go toward addressing most of the items in the project roadmap for 2025 . I’ve already been working full time on the project since summer 2023 , and this grant secures additional development time, and extends the runway to a comfortable degree. Will p..
|
|
The people I'm following on the internet put me inside a small but vibrant retrocomputing bubble. When this is combined with the synthwave composers I tend to listen lately, I'm being transported to my earlier years on this planet, repeatedly. The fact that I have grown with a Commodore 64, 486 systems, boomboxes and big Hi-Fi racks makes this a rather harsh, but enjoyable ride every time. While small, I have my trove of old things. PalmO....
|
|
Easy way to upload, transform and deliver files and images (Sponsored)
-
davidwalsh.name
-
1 year ago
-
eng
Managing media is a really difficult task if you try to do all of it yourself, especially if the media comes from other sources. The file can be submitted in any state and size, but what if you need something really specific? You can code it all yourself or you can use an awesome service […] The post Easy way to upload, transform and deliver files and images (Sponsored) appeared first on David Walsh Blog .
|
|
Easy way to upload, transform and deliver files and images (Sponsored)
-
davidwalsh.name
-
1 year ago
-
eng
Managing media is a really difficult task if you try to do all of it yourself, especially if the media comes from other sources. The file can be submitted in any state and size, but what if you need something really specific? You can code it all yourself or you can use an awesome service […] The post Easy way to upload, transform and deliver files and images (Sponsored) appeared first on David Walsh Blog .
|
|
Read Jeremy's post on quickly switching the default browser. I had a shell script to do this as well. Doing it from Emacs makes more sense because I can have a completion UI. So, here's my modified version for Linux: (defun sj/default-browser (&optional name) "Set the default browser based on the given NAME." (interactive (list (completing-read "Browser: " (split-string …
|
|
Read Jeremy's post on quickly switching the default browser. I had a shell script to do this as well. Doing it from Emacs makes more sense because I can have a completion UI. So, here's my modified version for Linux: (defun sj/default-browser (&optional name) "Set the default browser based on the given NAME." (interactive (list (completing-read "Browser: " (split-string …
|
Using JavaScript’s spread operator is all well and god, but doing so when updating complex […] The post Using immer for immutable state in React appeared first on Elegant Code .
|
|
Heroku’s commitment to developer productivity shines through in its powerful buildpack system. They handle the heavy lifting of building your app, letting you focus on what matters most: writing code. A prime example is the Heroku Java buildpack, a versatile tool that simplifies deploying Java applications, especially those built with popular frameworks like Spring Boot, […] The post Simplifying JVM App Development with Heroku’s Buildpac..
|
|
Am I allowed to hotlink/use it to put it on my website or is it preferable to get an image from lainchan's banner images and just do it myself?
|
|
Version 0.0.21 of arkaine is out, including the finalized format for the text to speech tooling, equivalent speech to text tooling (though, admittingly, I currently lack a locally hosted option for this), and the think tool I mentioned earlier. There’s still a lot of features that I want to add, and some I’m in the middle of; adding a chat interface to Spellbook and expanding the number of possible chat interfaces would be fun, ..
|
|
Since a year, I don't use PowerPoint anymore. I instead enjoy using HTML and CSS to create my slides with reveal.js.
|
|
Take a look at your process tree, it's likely that you might notice a new service: rtkit-daemon, the RealtimeKit Daemon. It seems nobody on the internet is talking about it, so let's explain what it's about in this article.
|
|
On Friday morning, March 21, 2025, at 9:00 a.m. UTC, a security advisory identified as CVE-2025-29927 was published. It cited a critical 9.1 severity vulnerability for mainstream Next.js applications.
|
|
I simply love when simple ideas get tested and proven to be quite effective. It’s a clear sign of slowly feeling out how to best understand the system at hand. Such a delight popped up when I saw that Anthropic had revealed that simply adding a no-op tool with a “thought” argument called “think”, allowing the agent to just output its thought in the chain of Action -> Result generation, improved performance o..
|
|
Many traditions contain the notion of an interior voice of the human heart that corresponds in some way to our conscience. The ancient Egyptians had the weighing of the heart , Socrates arguably had his Daimonion , and Christians have Romans 2:15 . To the extent that I believe myself to have a moral compass distinct from the behaviours and beliefs explicitly inculcated in me by society, it too is the small inner voice of my heart. Typi....
|
I love taking photos , taking my Sony A7cii wherever I travel. Although it’s a relatively small camera, I recently got a Ricoh gr iii to be able to carry a good camera with me everywhere, even when I don’t travel. Documenting my own life and the events influencing me and the people close to me is one of the main reasons I love photography, but I haven’t spent enough effort on doing this. That’s why this blog post from 2018 stood out to m..
|
|
I love taking photos , taking my Sony A7cii wherever I travel. Although it’s a relatively small camera, I recently got a Ricoh gr iii to be able to carry a good camera with me everywhere, even when I don’t travel. Documenting my own life and the events influencing me and the people close to me is one of the main reasons I love photography, but I haven’t spent enough effort on doing this. That’s why this blog post from 2018 stood out to m....
|
I love taking photos , taking my Sony A7cii wherever I travel. Although it’s a relatively small camera, I recently got a Ricoh gr iii to be able to carry a good camera with me everywhere, even when I don’t travel. Documenting my own life and the events influencing me and the people close to me is one of the main reasons I love photography, but I haven’t spent enough effort on doing this. That’s why this blog post from 2018 stood out to m..
|
|
Quick tip: FacetWP sorting order after a filter action / search
-
jaimemartinez.nl
-
1 year ago
-
eng
TL;DR So I have been tinkering with writing down some solutions I have encountered which I haven’t found a solution for on the internet. Although al lot could be found by using the correct and/or alternative search terms. One of these issues was a simple: “Keep sorting order of FacetWP instead for search relavance”. Background […] The post Quick tip: FacetWP sorting order after a filter action / search appeared first on Jaime Martinez ..
|
|
Individual climate action: Contributor's Dilemma (practical philosophy seminar notes)
-
liza.io
-
1 year ago
-
eng
The latest seminar in practical philosophy was a presentation about problems of overdetermination and preemption in climate action. My rough notes are below. I’m trying a new styling format for these. The notes from the talk itself will be in a normal white or black font (depending on if the post is being viewed in light or dark mode). My interjecting comments will be [L: in square brackets and in a different color] .
|
|
Ethan Mollick wxplains a recent Harvard Business School study examined the impact of large language models as collaborative “teammates” within Procter & Gamble. The findings revealed that employees augmented with AI not only outperformed those without AI assistance but also experienced notable productivity gains. Significantly, the integration of AI enabled specialists to transcend their narrow expertise, fostering more comprehensive and we..
|
|
A thread dedicated to the completion of the 5th generation language project. Anyone else use this language exist? Do you understand the joy of the resolution calculus? Metalogic capabilities? Preferred compiler? Favourite books related to PROLOG? How do you feel about its eventual evolution into Erlang? I'm still out here using this language at least!
|