Reddit Programming
210 subscribers
1.22K photos
124K links
I will send you newest post from subreddit /r/programming
Download Telegram
downloading and interacting with huge files, but only pulling little chunks as necessary. Improved model context performance Large Language Models (LLM) are being widely used to perform analysis over document sets. This can be very useful, but also incredibly expensive, energy inefficient, and not altogether reliable. Models are limited by their compute capacity on how much data they can ingest at any one time. Analyzing a document that is structurally the same doesn't inherently mean the model will be more effective or accurate in its performance the next time. The model will still need to ingest the entirety of the document into its current context to perform analysis. A contract or document leveraging OCI, however, could be indexed more time/space efficiently as part of a RAG or context fine-tuning lifecycle. The model would not need to ingest the entire document, and instead can focus on only the changes between layers, reducing the context size by that 90%. Ready for smart legal contract integration The most impactful scenario is that once the contract has been packaged as OCI; it can be shipped right alongside software. This enables scenarios at the cutting edge of innovation where software can be shaped by the contract itself, or vice versa. This can improve user experience, reduce regulatory burdens, and drastically change the quality of service that can be delivered out of the box. If these scenarios seem interesting to you, Decombine is looking for the innovators and early adopters across industries to lead their peers in delivering higher quality and reliability to their users. <!-- SC_ON --> submitted by /u/TheFilterJustLeaves (https://www.reddit.com/user/TheFilterJustLeaves)
[link] (https://decombine.com/blog/oci-for-contracts) [comments] (https://www.reddit.com/r/programming/comments/1kf8i24/shipping_business_the_same_way_we_ship_software/)
Tool for dynamically managing Cookies and URL Parameters
https://www.reddit.com/r/programming/comments/1kfkg78/tool_for_dynamically_managing_cookies_and_url/

<!-- SC_OFF -->I made this script that adds dynamic functionality to managing URL parameters and cookies in HTML and JavaScript. <!-- SC_ON --> submitted by /u/philtrondaboss (https://www.reddit.com/user/philtrondaboss)
[link] (https://github.com/MineFartS/JS-Data-Manager/) [comments] (https://www.reddit.com/r/programming/comments/1kfkg78/tool_for_dynamically_managing_cookies_and_url/)
What does this mean by memory-safe language? | namvdo's technical blog
https://www.reddit.com/r/programming/comments/1kfyq46/what_does_this_mean_by_memorysafe_language/

<!-- SC_OFF -->- 90% of Android vulnerabilities are memory safety issues. - 70% of all vulnerabilities in Microsoft products over the last decade were memory safety issues. - What does this mean that a programming language is memory-safe? Let's find out in this blog post! <!-- SC_ON --> submitted by /u/vannam0511 (https://www.reddit.com/user/vannam0511)
[link] (https://learntocodetogether.com/programming-language-memory-safety/) [comments] (https://www.reddit.com/r/programming/comments/1kfyq46/what_does_this_mean_by_memorysafe_language/)
Mastering Kafka in .NET: Schema Registry, Error Handling & Multi-Message Topics
https://www.reddit.com/r/programming/comments/1kfzmkp/mastering_kafka_in_net_schema_registry_error/

<!-- SC_OFF -->Hi everyone! Curious how to improve the reliability and scalability of your Kafka setup in .NET? How do you handle evolving message schemas, multiple event types, and failures without bringing down your consumers?
And most importantly — how do you keep things running smoothly when things go wrong? I just published a blog post where I dig into some advanced Kafka techniques in .NET, including: Using Confluent Schema Registry for schema management Handling multiple message types in a single topic Building resilient error handling with retries, backoff, and Dead Letter Queues (DLQ) Best practices for production-ready Kafka consumers and producers Fun fact: This post was inspired by a comment from u/Finickyflame (https://www.reddit.com/u/Finickyflame) on my previous Kafka blog — thanks for the nudge! Would love for you to check it out — happy to hear your thoughts or experiences! You can read it here:
https://hamedsalameh.com/mastering-kafka-in-net-schema-registry-amp-error-handling/ <!-- SC_ON --> submitted by /u/DotDeveloper (https://www.reddit.com/user/DotDeveloper)
[link] (https://hamedsalameh.com/mastering-kafka-in-net-schema-registry-amp-error-handling/) [comments] (https://www.reddit.com/r/programming/comments/1kfzmkp/mastering_kafka_in_net_schema_registry_error/)