CryptapeforCryptape Jungleblog.cryptape.com·Nov 15, 2024Satoshi Scoop Weekly, 15 Nov 2024Crypto Insights A Lisp for Bitcoin, More Powerful Than Script? The author has been long exploring a form of Lisp as an alternative to Bitcoin Script, previously proposing BTCLisp. Building on that, the author introduces BLL (a Basic Lisp Language), a...DiscussSatoshi Scoop WeeklyBlockchain development
CryptapeforCryptape Jungleblog.cryptape.com·Oct 25, 2024Satoshi Scoop Weekly, 25 Oct 2024Crypto Insights SuperScaler vs. Ark: Convergence and Divergence of Shared UTXO Schemes SuperScaler was first introduced on the Delving Bitcoin forum (SuperScalar: Laddered Timeout-Tree-Structured Decker-Wattenhofer Factories). It is a shared UTXO sch...DiscussSatoshi Scoop WeeklyBlockchain technology
linhbqforSRE Tribeblogs.sretribe.net·Sep 27, 2024DSL MethodsThe DSL execution engine exposes several methods to create Jenkins jobs, views, folders and config files. These methods imply the creation of a Jenkins item and the closure to the method can be used to define the item's settings. The only mandatory o...Discussdsl
Devlin Bentleymeanderingthoughts.hashnode.dev·Sep 24, 2024Unlock the Full Potential of LLMs: Ditch JSON for DSLs!If you're not leveraging DSLs with your LLMs, you might be missing out on significant performance and power. LLMs excel at understanding linguistic cues, making them the perfect match for English-like DSLs. Abandoning JSON tokens, which lack literary...Discuss·710 readsllm
Kazhian Muthusami (Kaz)kazhian.hashnode.dev·Sep 15, 2024Log Query LanguagesLog Query Languages are designed for querying, analyzing, and processing log data and other time-series data. These languages are typically optimized for handling large volumes of data generated by applications, systems, and devices, making them part...Discussspell
linhbqforSRE Tribeblogs.sretribe.net·Sep 12, 2024Using-the-Jenkins-Job-DSLBefore proceeding, make sure to have the latest Job DSL plugin installed. Install it from the update center or use the .hpi file provided from this site. This tutorial will walk you through how to create a single job using a DSL script; and then add...DiscussJenkins
La Rebelion Labsrebelion.la·Jun 24, 2024Visualizing Ideas and Designs with Diagram-as-Code ToolsThe Power of Visual Communication As a systems architect and innovator, I've learned that visual communication is one of the most powerful tools in our arsenal, at least for people who are not visually impaired. Whether we're designing software archi...Discuss·192 readsdiagram-as-code
Cloud Tunedcloudtuned.hashnode.dev·Mar 31, 2024Understanding Domain-Specific Languages (DSLs): Tailoring Languages for Specific NeedsUnderstanding Domain-Specific Languages (DSLs): Tailoring Languages for Specific Needs Domain-Specific Languages (DSLs) have gained significant traction in software development for their ability to address specific domains, tasks, or problems with ta...Discussdomain-specific-languages
Animesh PathakforKeploy Community Blogkeploy.hashnode.dev·Jan 25, 2024Building Custom YAML-DSL in PythonIn this blog post, I will guide you through the process of building a custom DSL in Python. Why? Because, we have to encode real-world problems in code, but we are limited by the power of expressivity of the language we are using. The programming lan...Discuss·11 likes·35 readsdsl
Raul NaupariProblog.raulnq.com·Sep 11, 2023Understanding Acceptance TestingThe following article presents my understanding of the concepts discussed by Dave Farley regarding Acceptance Testing, aiming to address questions such as: How do we fail fast? How do we make our testing scalable? Are we ready to release? Please...Discuss·106 readsTesting