New: programmingAll contenthive-129948hive-196917krhive-150122hive-180932zzansteemhive-166405hive-183959hive-185836hive-144064photographyhive-188619hive-183397hive-101145uncommonlabhive-184714hive-145157hive-141434hive-103599photohive-193637hive-139150hive-180301lifeTrendingNewHotLikersjustyy (83)in blog • 8 hours 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 • 17 hours 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 • yesterday개발자를 위한 희소식! Project DeepWiki 공개안녕하세요! 오늘은 개발자분들에게 매우 유용한 소식을 공유합니다. 바로 Project DeepWiki 가 공개되었다는 소식입니다. DeepWiki 는 open-source 기반으로 전 세계 모든 repository 에 대한 최신 문서를 쉽게 조회할 수 있도록 돕는 프로젝트입니다. 현재 3만 개 이상의…opensourceposter (34)in technology • 3 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 • 7 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 • 8 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 • 11 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 • 14 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 • 14 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 • 18 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 • 21 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 • 21 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 –…justyy (83)in blog • 22 days agoAdding Retry to some of the voting functionsI've taken a deeper look to the code relating to voting and it seems the call fails because of RPC node issues, therefore, the quickest way is to ensure we have a simple retry logics. Hopefully…remlaps (75)in hive-151113 • 22 days agoProgramming Diary #35: Steem's fundamental challengesSummary This post describes my programming activity during the last two weeks. Nearly all of my activity focused on enhancements to Thoth , a curation bot that's intended to create new…luftjunkie (53)in luftieslab • 23 days agoLIVE AGAIN !Although today there should not be a livestream. That are my rules, my channel so I fire the livestream when I want. Here I want to document my struggle and effort put to understand the topics I…luftjunkie (53)in programming • 25 days agoANNOUNCEMENT !Hello My Steemit Community ! I'm cherished you devoted your time to read it. I want to announce that from 7th of April 3PM +/- 30 minutes GMT+1 I will start doing live-streams from what I learn on…jarrodcronin (33)in programming • 26 days agoUnlock Vibe Coding: AI-Powered App Development for AllDecoding Vibe Coding: The AI-Powered Shift in Software Development and How to Dive In The landscape of software development is undergoing a rapid transformation, fueled by advancements in…fencerdevlog (34)in godot • 28 days agoGodot 4: Analog clock shader (tutorial)Hi everyone! Do you remember the digital clock shader I created here some time ago? It was one of the first 2D shaders I used in a 3D project, and the result looked very usable. I think a shader…gungasnake (50)in programming • last monthgrok and unsiggned c har stringsBitwise Operations in C/C++: Testing Bit Subsets in Arrays I recently had a question about bitwise operations in C or C++ and turned to Grok, an AI assistant from xAI, for help. Here’s how our…anpigon (71)in java • last monthJava 24(Java SE 24) 공식 출시: 개발자 친화적 혁신과 보안 강화2024년 3월 18일, 오라클은 Java SE 24 를 공식 출시했습니다. 이번 릴리즈는 성능 최적화, 개발자 경험 향상, 그리고 미래지향적인 보안 기능을 주요 핵심으로 삼았습니다. 주요 업데이트 포인트 패턴 매칭 확장(Pattern Matching) : 타입 검사와 추출을 더욱 간소화해 코드 가독성을 높였습니다. 생성자…