New: programmingAll contenthive-129948hive-196917krhive-150122hive-166405hive-180932photographysteemzzanhive-183959hive-185836hive-144064hive-188619hive-183397uncommonlabhive-101145hive-103599hive-184714hive-145157hive-109690hive-139150hive-138689hive-180106hive-179660hive-111300TrendingNewHotLikersopensourceposter (34)in technology • 9 hours agoUnveiling Business Source License: A Comprehensive Exploration, Review, and Future OutlookAbstract: In today’s rapidly evolving software ecosystem, licensing is more than just legal jargon—it is a strategic tool that bridges the gap between open collaboration and sustainable funding…fencerdevlog (34)in godot • 20 hours agoGodot 4: Kaleidoscope shader (tutorial)Hey everybody! Let's go back to two dimensions, and take a look at how to create the effect you're currently seeing in the background of this video. It's basically something like a kaleidoscope, for…remlaps (75)in hive-151113 • 2 days agoProgramming Diary #37: Harnessing AI for lifetime rewards and to enhance the Steem ecosystemSummary @elonmusk on X (Twitter) In today's post, I describe recent progress with the Steem Curation Extension and Thoth projects. The Steem Curation Extension has been…justyy (83)in blog • 3 days agoJavascript is strange: ('b'+'a'+ +'a'+'a').toLowerCase() == 'banana'('b'+'a'+ +'a'+'a').toLowerCase() == 'banana' ('b'+'a'+ +'a'+'a').toLowerCase() 'banana' Why? + + 'a' is + (+ 'a') which becomes NaN So ('b'+'a'+ +'a'+'a') is 'baNaNa' And then…justyy (83)in steem • 3 days agoSubmitted a PR: (Low Hanging Fruit) to Change "about" from textbox to textareaI've submited a PR: This PR changes the type of the "About" in settings from TextBox to TextArea: Steem to the Moon🚀! You can rent Steem Power via rentsp ! You can swap…justyy (83)in dtube • 7 days agoRyan is doing LeetCode every day (2025-04-07): Evaluate a Boolean Binary TreeSteem to the Moon🚀! You can rent Steem Power via rentsp ! You can swap the TRON:TRX/USDT/USDD to STEEM via tron2steem ! You can swap the STEEM/SBD to SUI via steem2sui …vatman (55)in programming • 7 days agoTrading Bot ProjectThe other day, I decided to get into programming. I used to make simple (and honestly, kind of dumb) programs back in the day, mostly to help me get things done faster in games — because, at the…fencerdevlog (34)in godot • 8 days agoGodot 4: Candle flame shader (tutorial)Hey everyone! This time, we'll be playing with fire. It's not the first time I've created a fire shader, but back then, I used a noise texture and a curve as a parameter, which significantly…justyy (83)in blog • 8 days agoDeepWiki: AI-powered Document on Github RepoI've came across the deepwiki, as shared by @ety001 You can submit any GitHub repository (it must be public), and after a short while, the AI will parse it and generate documentation. The AI is…opensourceposter (34)in opensource • 9 days agoOpen Source Project Backers: The Unsung Heroes of Innovation – A Deep Dive into Open Source SustainabilityAbstract In today’s digital era, open source software fuels innovation and collaboration across industries. Behind these groundbreaking technologies lie dedicated project backers who provide…anpigon (71)in deepwiki • 9 days ago개발자를 위한 희소식! Project DeepWiki 공개안녕하세요! 오늘은 개발자분들에게 매우 유용한 소식을 공유합니다. 바로 Project DeepWiki 가 공개되었다는 소식입니다. DeepWiki 는 open-source 기반으로 전 세계 모든 repository 에 대한 최신 문서를 쉽게 조회할 수 있도록 돕는 프로젝트입니다. 현재 3만 개 이상의…opensourceposter (34)in technology • 11 days agoUnderstanding the Tax Implications of GitHub Sponsors: Navigating Open Source Funding and Tax ComplianceAbstract In today’s digital economy, GitHub Sponsors is revolutionizing open source funding. In this comprehensive guide, we explore the tax implications of sponsorship income for individual…fencerdevlog (34)in godot • 15 days agoGodot 4: Simple spinner shader (tutorial)Hey everybody! Recently, we created a shader that simulated an analog clock using polar coordinates, and we'll stick with this type of display a little longer. This time, I'll demonstrate how to…remlaps (75)in hive-151113 • 16 days agoProgramming Diary #36: Published a Steem block explorer in the Chrome webstoreTL;DR : Progress: Published a Steem block explorer as a browser extension; Updated the Steem Curation Extension; continuing work on Thoth. Reflections on incorporating "vibe coding" into the Steem…justyy (83)in dtube • 19 days agoDay 703 - Teaching Kids Programming - Segment Tree / SQRT Decomposition / Brute Force / Prefix Sum第703天 教娃编程 - 计算区间和的几种算法: 穷举/SQRT分解/前缀和/线段树 List of All Tutorial Videos Post: Day 703 - Teaching Kids Programming - Segment Tree / SQRT Decomposition / Brute Force / Prefix Sum B…justyy (83)in steem • 22 days agoSteem Load Balancer May Return Inconsistent ResultI have fixed a bug yesterday to steem load balancer . The error was caused by treating the JSON body as raw text if the header "Content-type: application/json" is not set e.g. in the curl…fencerdevlog (34)in godot • 22 days agoGodot 4: Raymarching, part 4 (tutorial)Hi everybody! I hope the previous episodes have piqued your interest and that you're motivated to learn more tricks for rendering a 3D scene in 2D shaders. As you may have noticed, so far we've been…luftjunkie (53)in steemit • 26 days agoHello Again Guys !I do apologize for not being active. I had a bit of stuff on my plate. So today I just to tell you, I decided to not be active on X so much as before and keep it only for keeping being up-to-date…justyy (83)in blog • 28 days agoFlask App with Sentence TransformersI've spent sometime to refactor, add a pipeline and tests to This repository contains a Flask application that uses the SentenceTransformer model to compute the similarity between two input…fencerdevlog (34)in godot • 29 days agoGodot 4: Raymarching, part 3 (tutorial)Hi everybody! And welcome back to our miniseries dedicated to rendering 3D scenes in shaders using the ray marching method. In the third episode, we will bring the previously static scene to life –…