New: programmingAll contenthive-129948hive-196917krhive-150122steemhive-180932hive-188619hive-185836zzanhive-166405hive-183959hive-144064hive-183397hive-101145hive-145157photographyuncommonlabphotohive-193637hive-103599hive-139150hive-184714hive-170554hive-109690bitcoinTrendingNewHotLikersfencerdevlog (34)in godot • 3 days agoGodot 4: Ripple transition shader (tutorial)Hey everyone! Today's tutorial is a little bit special because it covers an effect that has been part of my Godot Shader Pack for several weeks now. However, I believe it deserves a more detailed…remlaps (75)in hive-151113 • 4 days agoProgramming Diary #39: LLM portability in Thoth and SBD interestAppreciation Pixabay license from silviagaudenzi I want to open this week by saying "Thank You" to the two people who took the time to review the Steem Curation Extension in the…fencerdevlog (34)in godot • 10 days agoGodot 4: Raymarching, part 5 (tutorial)Hi everybody. Let's continue our series on modeling 3D scenes using shaders and raymarching technology. In the previous fourth part, we managed to render the scene from any position and at any…opensourceposter (34)in technology • 11 days agoUnveiling the WxWindows Library Licence: A Deep Dive into Open Source Fair Code Licensing and Dual LicensingAbstract In this comprehensive blog post, we explore the innovative WxWindows Library Licence—a novel licensing model that marries open source freedoms with fair code principles and dual licensing…remlaps (75)in programming • 11 days agosteemCreated with Sketch.Custom Steem curation models in the Brave browserAfter work this week, I spent some of my evenings evaluating Thoth 's system and user prompts for the LLM. I worked with Claude and Gemini to (hopefully) improve the overall quality and…justyy (83)in steem • 12 days agoSteem Load Balancer RPC Node Update: Refactor and Fix TestsI've recently updated the steem-load-balancer repo: Updates This PR fixes broken tests, applies code formatting using Prettier, and slightly refactors the test structure for better…justyy (83)in blog • 13 days agoCurrent API Providers for SteemYY Swap ToolsAll swaps are written in NodeJs with steem-js sdk . steem2trx and tron2steem steem2trx tron2steem steem2usdt Trongrid steem2bts steem2bts Onchain BTS SDK:…opensourceposter (34)in technology • 13 days agoOpen Source Spotlight: Innovations and Funding Strategies – A Deep Dive into April 2025 UpdatesAbstract: Between April 1–12, 2025, the open source space experienced a surge of innovations that redefined system performance, community engagement, and financial sustainability. In this post…justyy (83)in blog • 13 days agoGithub Outage Affecting "npm run deploy"I spent an hour or so figuring out why "npm run deploy" didn't publish the github pages 2 days ago while I was working for my new open source tool: markdown/html converter . It turned out there…justyy (83)in blog • 14 days agoOpen Sourcing: Markdown HTML ConverterI often found myself googling for a Markdown-to-HTML converter. So I built one — and here it is. Markdown HTML Converter It is based on ReactJs and is deployed to Github Pages .…justyy (83)in blog • 14 days agoThe token_from_stream throws Unexpected EOF errorOn quite a few ocassions, my node crashed with "Unexpected EOF" exception, which is from here It seems that the exception is saying: it fails to read from hard disk - then giving up. I've…opensourceposter (34)in technology • 16 days agoUnveiling Open Source Success: The Inspiring Story of OkHttpAbstract In this detailed post, we dive deep into the inspiring trajectory of OkHttp , an HTTP client library that emerged from Square’s innovative ecosystem and has become a cornerstone in…fencerdevlog (34)in godot • 17 days agoGodot 4: Shader debugging (tutorial)Hi everyone! I think every shader developer has at some point found themselves in a situation where they needed to determine certain values in the fragment function, especially when the shader…remlaps (75)in hive-151113 • 17 days agosteemCreated with Sketch.Programming Diary #38: Balancing crypto and attention economies to maximize STEEM's valueSummary Today's programming diary post describes my recent programming activity in three focus areas. These are the Steem Curation Extension , the Thoth project, and the conceptual…remlaps (75)in desci • 22 days agoConcept: the Steem Ledger Index Protocol (SLIP)Introduction For today's amusement, we have yet another project that I can't possibly find time to complete at any time in the foreseeable future. Anyone want to lend me a 10-person programming…fencerdevlog (34)in godot • 24 days agoGodot 4: Square tunnel shader (tutorial)Hi everyone! We've already had a spiral tunnel, a circular tunnel, and a triangular tunnel. How about trying a square or rectangular one this time, which could resemble a classic dungeon-style game…justyy (83)in tutorial • 25 days agoC++: const vs constexprC++ const vs constexpr: What’s the Real Difference? Both are used in C++ to define constants. Why This Matters Modern C++ encourages writing immutable, efficient, and expressive code. Two…anpigon (71)in openai • 26 days agoOpenAI, 자연어를 코드로 바꾸는 Codex 소개OpenAI에서 개발자들에게 혁신적인 도구가 될 수 있는 새로운 AI 시스템인 Codex를 발표했습니다. Codex는 기본적으로 자연어(natural language)를 코드로(code) 변환하는 능력을 가지고 있습니다. GPT를 기반으로 하지만, 방대한 양의 공개된 코드 데이터셋으로 추가 학습되어 프로그래밍 작업에 특화된 성능을 보여줍니다.…justyy (83)in blog • 26 days agoTutorial on C++ Smart PointersTutorial on Smart Pointers in C++ Smart pointers in C++ provide automatic and safe memory management. They help avoid memory leaks and dangling pointers by ensuring proper object destruction…vatman (57)in programming • 28 days agoProgramming Project Part #3Today we're going to build the GUI for this bot. Here’s how the Tkinter GUI is made and what it looks like, plus a quick recap of how the bot works. The idea is to have the first window ask for…