|
My 2025 AI engineer setup. Evolving out of the multi-monitor battlestations for improved portability and productivity.
|
The DEF CON Franklin project got some coverage on NPR ! To learn more about Franklin's mission to connect volunteers to under-resourced infrastructure organizations, please stop by defconfranklin.com .
|
|
Distance 3.59 km / 2.23 miles Elevation gain 144 m / 472 ft Duration 2h25m Moving 1h A walk around Aira Force in hopes of spotting a red squirrel. While no red squirrels were sighted that day, the scenery was still as pleasant as ever. Ascent A channel near the start. Stone steps winding up the trail. An oak tree catching the sunlight. Water flowing around rocks. ..
|
|
Distance 3.59 km / 2.23 miles Elevation gain 144 m / 472 ft Duration 2h25m Moving 1h A walk around Aira Force in hopes of spotting a red squirrel. While no red squirrels were sighted that day, the scenery was still as pleasant as ever. Ascent A channel near the start. Stone steps winding up the trail. An oak tree catching the sunlight. Water flowing around rocks. ..
|
|
Tomorrow I’ll be giving a webinar on Building AI Agents in RavenDB . I’m going to show off some really cool ways to apply AI agents on your data, as well as our approach to AI and LLM in general. I’m looking forward to seeing you there. Caution: This is going to blow your mind.
|
|
Tomorrow I’ll be giving a webinar on Building AI Agents in RavenDB . I’m going to show off some really cool ways to apply AI agents on your data, as well as our approach to AI and LLM in general. I’m looking forward to seeing you there. Caution: This is going to blow your mind.
|
|
Propaganda sa všemožne snaží zakrývať svoje zločiny, odstrániť nepohodlné fakty a hlas kritikov z dosahu vlastných divákov a samých seba prezentuje v priaznivom svetle. Alebo naopak u propagandy pre protivníka. Propaganda nielenže môže, ale mala by byť pravdivá, lebo jej ľudia prestanú veriť a začnú sledovať alternatívu. V alternatíve samozrejme tiež môže byť propaganda, ale zvyčajne už bez klamstiev a manipulácií. Keď ale pravdivá propagan..
|
|
Fast implementation of the moving quantile based on the partitioning heaps, Part 3
-
aakinshin.net
-
10 months ago
-
eng
Previous posts explored fast implementations of moving quantiles based on partitioning heaps: [[partitioning-heaps-quantile-estimator|Part 1]], [[partitioning-heaps-quantile-estimator2|Part 2]]. This post presents a cleaner implementation that is simpler to use. Compared to previous attempts, this version makes several important changes: Quantile-focused API : The approach estimates only the target quantile, dropping the $k^\textrm{th}$ ....
|
|
Win10 Is Nearing End-of-Life: What Should You Do Next?
-
jasoneckert.github.io
-
10 months ago
-
eng
Microsoft has officially set the end-of-life (EOL) date for the Windows 10 (Win10) OS to October 14, 2025. This means that as of that date, there will be no more security updates, bug fixes, or official support for most users. While that date may seem far off (I rarely plan what I’m doing this weekend), it’s wise to start planning now, especially if you’re running Win10 on older hardware or aren’t ready (or able) to jump to Windows 11 (Win1..
|
|
Win10 Is Nearing End-of-Life: What Should You Do Next?
-
jasoneckert.github.io
-
10 months ago
-
eng
Microsoft has officially set the end-of-life (EOL) date for the Windows 10 (Win10) OS to October 14, 2025. This means that as of that date, there will be no more security updates, bug fixes, or official support for most users. While that date may seem far off (I rarely plan what I’m doing this weekend), it’s wise to start planning now, especially if you’re running Win10 on older hardware or aren’t ready (or able) to jump to Windows 11 (Win1..
|
|
Fast implementation of the moving quantile based on the partitioning heaps, Part 3
-
aakinshin.net
-
10 months ago
-
eng
Previous posts explored fast implementations of moving quantiles based on partitioning heaps: [[partitioning-heaps-quantile-estimator|Part 1]], [[partitioning-heaps-quantile-estimator2|Part 2]]. This post presents a cleaner implementation that is simpler to use. Compared to previous attempts, this version makes several important changes: Quantile-focused API : The approach estimates only the target quantile, dropping the $k^\textrm{th}$ ....
|
No one else is doing it apparently, so Hubi posting new stuff seems like a good time to make a new A...
|
|
Speaking Different Languages: How to Align Dev and Sec Teams Effectively
-
snyk.io
-
10 months ago
-
eng
Explore how aligning development and security teams can transform project efficiency and security protocols.
|
|
Distance 9.59 km / 5.96 miles Elevation gain 246 m / 807 ft Duration 3h20m Moving 2h10m A walk around Grasmere and Rydal Water, nipping into Rydal Cave on the way. Grasmere to Rydal Cave We began at Grasmere, heading anti-clockwise around Grasmere and Rydal Water. The route follows the main road through Grasmere initially, then goes past Dove Cottage and ascends up through the woods, following the “Corpse Road” to Rydal. Before ..
|
|
Distance 9.59 km / 5.96 miles Elevation gain 246 m / 807 ft Duration 3h20m Moving 2h10m A walk around Grasmere and Rydal Water, nipping into Rydal Cave on the way. Grasmere to Rydal Cave We began at Grasmere, heading anti-clockwise around Grasmere and Rydal Water. The route follows the main road through Grasmere initially, then goes past Dove Cottage and ascends up through the woods, following the “Corpse Road” to Rydal. Before ..
|
|
Zero-day Extensive NPM Package Compromise - Shai Hulud Supply Chain Attack
-
snyk.io
-
10 months ago
-
eng
A supply chain attack hit the ngx-bootstrap npm package, embedding malware to steal developer credentials. See affected versions (e.g., 20.0.4-6, 19.0.3) and our playbook to contain the threat and rotate compromised secrets.
|
|
What I’m reading So Good They Can't Ignore You - Cal Newport The Ten Equations That Rule the World - David J. T. Sumpter Make It Stick - Peter C. Brown, Henry L. Roediger, and Mark A. Daniel 📺 What I’m watching Peacemaker Chabos 🧰 What I’m making Developing a small web app to keep track of round based game scores small macOS app to clean up my Desktop periodically. Practicing my Swift skills 🔬 What I’m learning How to..
|
|
Long-term Pi-hole stats are cool - whats even cooler is pulling those logs into a different system for analytics.
|
|
Long-term Pi-hole stats are cool - whats even cooler is pulling those logs into a different system for analytics.
|
|
Part 2: Making Deployments Safer with Celery Workflows and Chains
-
yasha.solutions
-
10 months ago
-
eng
Exploring strategies for handling long-running background tasks in Django applications with reliability and efficiency.
|
|
Part 2: Making Deployments Safer with Celery Workflows and Chains
-
yasha.solutions
-
10 months ago
-
eng
Exploring strategies for handling long-running background tasks in Django applications with reliability and efficiency.
|
|
StringZilla v4 brings CUDA acceleration for string processing: 109x faster than Nvidia's CuDF on edit distances, plus 52-bit MinHash fingerprinting and AES-based hashing.
|
|
Moving to Modern Streaming: Introducing AAC HLS on SoundCloud APIs [Deadline Extended]
-
developers.soundcloud.com
-
10 months ago
-
eng
At SoundCloud, we’re always looking for ways to improve the listening experience for our creators, partners, and listeners. One of the…
|
StringZilla v4 brings CUDA acceleration for string processing: 109x faster than Nvidia's CuDF on edit distances, plus 52-bit MinHash fingerprinting and AES-based hashing.
|
|
Moving to Modern Streaming: Introducing AAC HLS on SoundCloud APIs [Deadline Extended]
-
developers.soundcloud.com
-
10 months ago
-
eng
At SoundCloud, we’re always looking for ways to improve the listening experience for our creators, partners, and listeners. One of the…
|
|
Stop reaching for file appends. Create new files instead.
-
ricardoanderegg.com
-
10 months ago
-
eng
Creating new files is safer and simpler. The Problem with Appending Appending to files causes problems: Multiple threads writing to the same file requires locks Other processes might append to the same file without you knowing about it (very rare, but could happen) Buffered writers don’t flush immediately Race conditions corrupt data Hard to debug when writes fail It’s hard to remove just part of the data Better Approach: Create New Fi..
|
|
Sometimes I get asked questions that would be more fun to answer in public. All letters are treated as anonymous unless permission is otherwise granted. Hey [Redacted]! It's great to hear from you. I'm very glad you joined the coffee club and met some good folks. :) You asked how to learn about systems. A great question! I think I need to start first with what I mean when I say systems. My definition of systems is all of the under....
|
|
Using Coolify for subdomain direct redirect without a app resource
-
lengrand.fr
-
10 months ago
-
eng
Coolify's dynamic proxy configuration lets you redirect subdomains to external URLs without creating full resources. Using a simple YAML file with Traefik configuration, you can set up SSL-enabled redirects directly through Coolify's interface.
|
|
KINO: NOČNÁ MORA oscarového režiséra filmu Žiadna iná krajina : Jeho dom prepadli izraelskí vojaci
-
www.magnificat.sk
-
10 months ago
-
slk
KINO: ŽIADNA INÁ KRAJINA (2024 – české titulky) – táto palestínsko-nórska snímka tento rok (2025) získala Oscara za najlepší celovečerný dokumentárny film. Predtým si odniesla aj cenu filmového festivalu Berlinale. Na druhej strane vyvolala hnev v Izraeli a aj v zahraničí. Prečo? Film Žiadna iná krajina (No Other Land) opisuje príbeh Adru ako palestínskeho aktivistu
|
|
Využitie malých priestorov môže mať veľký vplyv na funkčnosť a estetiku vášho domova. Platí to najmä pre jeden z najčastejšie používaných priestorov vo vašej domácnosti – toaletu. V tomto článku sa budeme venovať umeniu renovácie toalety a ukážeme si, ako môžu aj malé zmeny výrazne zlepšiť použiteľnosť, zvýšiť vizuálnu príťažlivosť a celkovú hodnotu vášho domu. Či už uvažujete o celkovej prestavbe, alebo chcete urobiť len niekoľko úprav, sm....
|
|
Distance 3.11 km / 1.93 miles Elevation gain 145 m / 476 ft Duration 1h25m Moving 50m A short walk from our cottage through Ambleside, Stock Ghyll Force and back again. Ambleside to the waterfalls We began at our cottage in Blue Hill Road, walked down to Ambleside and then up towards Stock Ghyll Woods. The road from Ambleside up to Stock Ghyll Force. The first of several waterfalls. A t..
|
|
Distance 3.11 km / 1.93 miles Elevation gain 145 m / 476 ft Duration 1h25m Moving 50m A short walk from our cottage through Ambleside, Stock Ghyll Force and back again. Ambleside to the waterfalls We began at our cottage in Blue Hill Road, walked down to Ambleside and then up towards Stock Ghyll Woods. The road from Ambleside up to Stock Ghyll Force. The first of several waterfalls. A t..
|
|
Hey, not sure if this is the right board to pace this into, but I'll give it a shot anyway. You know those free online streaming sites? What is the legality behind it? I mean, of course it's illegal but somehow these sites stay up for years before they get taken down. Are there countries where the legalities of it are more lenient? If one were to want create such a site, what would be some necessities to ensure it stays up for as long a..
|
|
I recently shared my early Emacs experiments with ACP , the Agent Client Protocol now supported by Gemini CLI and Claude Code LLM agents. While we can already run these agents from Emacs with the likes of vterm , I'm keen to offer an Emacs-native alternative to drive them. To do that, I'm working an a new package: agent-shell (more on this to be shared soon). While this new Emacs agent shell has an opinionated user experience, it ....
|