Just one Week left to apply for a talk at ConTeXt meeting by context group, Ryszard Kubiak on 23-29 August 2025 in Holiday site KREFTA in #Chmielno, #Poland
Just one Week left to apply for a talk at ConTeXt meeting by context group, Ryszard Kubiak on 23-29 August 2025 in Holiday site KREFTA in #Chmielno, #Poland
Efforts to reduce animal experiments are important and should be pursued. But despite progress in #AI, #organoids, and #InSilico models, I’m not convinced we’re there yet — especially in #neuroscience, where #complexity and systemic #context matter. However, I do think we should stay committed and aim for reduction by all available means. I recently came across this article, which gives a good overview of the current state of the field:
A #macOSapp, #Context, was built using #ClaudeCode, an #AIcoding tool. #Claude #Code, with its #agenticloop and support for #MCPservers, significantly sped up #development. While Claude Code is proficient in #writingcode and #SwiftUI, #contextengineering is crucial due to the limited context window of the model. https://www.indragie.com/blog/i-shipped-a-macos-app-built-entirely-by-claude-code?eicker.news #tech #media #news
#ContextEngineering - Unlocking #AgenticAI’s True Potential
> Today's #LLMs are far more complex with context size of millions of tokens and the ability for calling external systems, tools, and even #agentic orchestration with multi-agent #AI systems. #Context has therefore evolved beyond the prompt to include System Prompt, User Input/Prompt, Memory, Retrieved Information (#RAG etc.), information on tools (#MCP), responses from tools, and structured output format
https://deepgains.substack.com/p/context-engineering-unlocking-agentic
#HiddenHashtags continuing to inject #TimelineIntruders.
Readers get displayed different Posts depending on their method of reading.
I can't tell why some Posts are on my Timeline with #HiddenHashtags.
My Timeline - but not easily under my control?
Hashtags can create #Context.
Hashtags can attract specific types of users.
A visible hashtag experience can be very different to a hidden hashtag experience.
Hiden or visible hashtag #TrumpIsLordJesus.
Different UX.
Client dependent.
Importance of context management in AI NPCs
https://walterfreedom.com/post.html?id=ai-context-management
#context #engineering
#컨텍스트연지니어링
#AI #LLM
출처: GeekNews - 개발/기술/스타트업 뉴스 서비스
https://search.app/LXyq4
#Development #Approaches
We’re using AI wrong · “The question isn’t whether AI will get smarter.” https://ilo.im/164sly
_____
#Programming #Coding #AI #Chatbots #Context #Workflows #Codebase #WebDev #Frontend #Backend
How to pass the invisible
https://hackers.pub/@hongminhee/2025/how-to-pass-the-invisible
Solved!
This was a pretty "interesting" bug. Remember when I invented a way to implement #async / #await in #C, for jobs running on a threadpool. Back then I said it only works when completion of the task resumes execution on the *same* pool thread.
Trying to improve overall performance, I found the complex logic to identify the thread job to put on a pool thread a real deal-breaker. Just having one single MPMC queue with a single semaphore for all pool threads to wait on is a lot more efficient. But then, a job continued after an awaited task will resume on a "random" thread.
It theoretically works by making sure to restore the CORRECT context (the original one of the pool thread) every time after executing a job, whether partially (up to the next await) or completely.
Only it didn't, at least here on #FreeBSD, and I finally understood the reason for this was that I was using #TLS (thread-local storage) to find the context to restore.
Well, most architectures store a pointer to the current thread metadata in a register. #POSIX user #context #switching saves and restores registers. I found a source claiming that the #Linux (#glibc) implementation explicitly does NOT include the register holding a thread pointer. Obviously, #FreeBSD's implementation DOES include it. POSIX doesn't have to say anything about that.
In short, avoiding TLS accesses when running with a custom context solved the crash.
Deep Background: Using o3 to make an annotation layer to the "MAHA" report https://mikecaulfield.substack.com/p/deep-background-using-o3-to-make #AI #tools #context
Deep Background: Using o3 to make an annotation layer to the "MAHA" report https://mikecaulfield.substack.com/p/deep-background-using-o3-to-make #AI #tools #context
I'm trying to correct a longtime gap by finally reading Twain's Tom Sawyer and Huckleberry Finn books, and have to admit—I hate them. Yeah, there's real craft here, and some great storytelling, but OMG it's nonstop n****r n****r n****r and I'm sure Twain was trying to be on the right side of things but it's just relentless. Reminds me how we queer folk are supposed to revere The Boys In The Band, which has a similar problem, but with sad gayness.
Geospatial Without Maps [blog post]
--
https://cercanasystems.com/2025/05/geospatial-without-maps/ <-- shared blog posts
--
[I will be honest, I can’t remember the last time I personally made a map…]
#GIS #spatial #mapping #mapless #AllDataIsSpatial #usecase #appliedscience #appliedtechnology #automation #coding #machinelearning #AI #maintenance #utilities #GPS #infrastructure #datasupply #dataflow #spatialdata #spatialanalysis #spatiotemporal #farming #agriculture #precisionagriculture #yield #InternetOfThings #integration #smartinfracture #earthobservation #model #modeling #routing #urban #planning #spatiallogic #proximity #zonal #statistics #geostatistics #context #systemsintegration #workflows #processmodels #spatialintelligence #decisionsystems #businessrules #efficiency
@mcc some options you may or may not be aware of:
extensions.pocket.enabled
to false in about:config
toolkit.legacyUserProfileCustomizations.stylesheets
to true in about:config
and put #context-savelinktopocket { display: none }
in <firefox-profile>/chrome/userChrome.css
this last one lets you hide a bunch of junk in right click menus. my current settings:
#context-navigation,
#context-sep-navigation,
#context-sendimage,
#context-print-selection,
#context-bookmarklink,
#context-stripOnShareLink,
#context-take-screenshot,
#context-sep-screenshots,
#context-searchselect,
#context-searchselect-private,
#context-translate-selection,
#context-ask-chat,
#frame-sep,
#context-savelinktopocket,
#context-sendlinktodevice,
#context-sep-sendlinktodevice,
#context-viewpartialsource-selection,
#context-inspect-a11y,
#sidebarRevampSeparator
{
display: none;
}
Update on // foss.events:
registration has opened and description updated for
ConTeXt meeting by context group, Ryszard Kubiak on 22-29 August 2025 in Holiday site KREFTA in #Chmielno, #Poland
Find out more on https://foss.events/2025/08-22-context-meeting.html
#AgenticClaudeCode: 3 Essential Folders for Top-Tier #AI #Coding
• Proper #context is crucial for #AIassisted #coding - the three-directory system ensures AI tools have all necessary information