Rz Codes π»
Kanalga Telegramβda oβtish
FOSS | Web Dev | Linux | QGIS https://rz-codes.com
Ko'proq ko'rsatishMamlakat belgilanmaganToif belgilanmagan
294
Obunachilar
+124 soatlar
+47 kunlar
+430 kunlar
Postlar arxiv
π₯ 20 AI Tools Every Researcher & Student Needs
A power list for research, writing, and content creation β bookmark this.
ποΈ Speech & Audio
1.Otter.ai β Speech to text
2. PlayHT β AI voices
3. Podcastle.ai β Podcast editing
π Research & Literature
4. Elicit.com β AI research
5. Consensus.app β Scientific evidence
6. Researchrabbit.ai β Literature mapping
7. Scite.ai β Citation analysis
8. Connectedpapers.com β Visual discovery
9. Perplexity.ai β Source-backed search
10. Scholarcy.com β Paper summarization
11. Zotero.org β Reference management
βοΈ Writing & Docs
12. Writefull.com β Academic writing
13. Overleaf.com β LaTeX collaboration
π¨ Visual & Media
14. Gitmind.com β Mind mapping
15. Decktopus.com β AI slides
16. Picwish.com β Photo editing
17. Tableau.com β Data visualization
18. Lightpdf.com β PDF creation
π¬ Video
19. Reccloud.com β Video generation
20. Kapwing.com β Video editing
Save this list β youβll need it eventually.
π Follow me on for more:
π¦ Twitter/X π» GitHub πLinkedIn
πΊ YouTube βοΈ Dev.to π Blog
π Run Multiple Agentic AI 100% Locally on Your Mac β No Cloud, No API Keys β Completely free
Appleβs WWDC26 session just dropped the playbook for running full agentic coding workflows entirely on Apple Silicon with zero cost, and itβs wild how little is needed to get there.
The 4-layer local stack:
πΉ MLX β Appleβs open-source array framework, handles Metal acceleration & memory
πΉ MLX-LM β loads, runs, quantizes & fine-tunes models from HuggingFace
πΉ MLX-LM Server β OpenAI-compatible HTTP server with structured tool calling
πΉ Your agent β Xcode, OpenCode, or any framework that speaks the chat completions protocol
Why it matters:
β
Zero cloud cost, zero API keys, code never leaves your machine
β
M5βs Neural Accelerators make matrix multiplication 4x faster, directly speeding up prompt processing for agents chewing through tool output
β
Continuous batching lets multiple subagents run concurrently without queueing
β
Distributed inference over Thunderbolt RDMA spreads massive models (even 1.6T-parameter ones) across multiple Macs β up to 3x faster with 4 nodes
3 steps to get running:
pip install mlx-lm
mlx_lm.server --model <tool-calling-model>
# point your agent's base URL at localhost
The live demos were the real kicker β an agent built a SwiftUI iPad drawing app from a blank Xcode project in ~2 minutes, then fixed bugs directly inside Xcodeβs new Intelligence tab, all powered by a local MLX server.
π Watch the session: developer.apple.com/videos/play/wwdc2026/232
π MLX: github.com/ml-explore/mlx
π MLX-LM: github.com/ml-explore/mlx-lm
π OpenCode: opencode.ai
π Companion session (distributed inference): developer.apple.com/videos/play/wwdc2026/233
π¨βπ» Follow Rabra (rzcodes) for more dev content:
π rz-codes.com
π» GitHub: github.com/rabira-hierpa
π¦ Twitter/X: twitter.com/rzcodes
πΌ LinkedIn: linkedin.com/in/rabira
πΊ YouTube: youtube.com/@rzcodes
βοΈ Dev.to: dev.to/rabra_hierpa
π Blog: blog.rz-codes.comπ§ Claude Code: From Vibe Coding to Agentic Engineering
Found a goldmine repo for anyone using Claude Code seriously β not toy prompts, but actual production workflows.
Whatβs inside:
πΉ Subagents, Commands & Skills β the building blocks for custom Claude workflows, with real implementation examples
πΉ Orchestration patterns β Command β Agent β Skill architecture, demoed with a working weather-orchestrator
πΉ Hooks, MCP servers, Memory & Settings β properly documented, not just βtrust me broβ tips
πΉ Dev workflow comparisons β Superpowers, Spec Kit, BMAD-METHOD, and more, all benchmarked side by side
πΉ Hot/beta features β Auto Mode, Ultraplan, Agent Teams, Git Worktrees, Voice Dictation
The repo follows one core philosophy: Research β Plan β Execute β Review β Ship
If youβre building anything beyond quick scripts with Claude Code, this is worth bookmarking.
π https://github.com/shanraisshan/claude-code-best-practice
π Follow me for more GIS, web mapping & full-stack content:
π¦ Twitter/X π» GitHub π LinkedIn
πΊ YouTube βοΈ Dev.to π Blog
https://github.com/gboeing/osmnx
πΊοΈ OSMnx: Street Networks Meet Python
If you do anything with GIS, urban analysis, or routing β this Python package by Geoff Boeing is essential, not optional.
What it does:
πΉ Download street networks (walking, driving, biking) from OpenStreetMap in one line of code
πΉ Model and analyze urban amenities, POIs, building footprints, and transit stops
πΉ Pull elevation data, street orientations, speed/travel times
πΉ Built directly on NetworkX for graph-based spatial analysis
Why it matters for your stack:
β
5.7k+ stars, actively maintained, backed by peer-reviewed research (published in Geographical Analysis, 2025)
β
Pairs perfectly with PostGIS/QGIS workflows for anyone doing transit accessibility or routing projects
β
Killer for quick city-scale prototypes before you scale into ArcGIS or full PostGIS pipelines
import osmnx as ox
G = ox.graph_from_place("Addis Ababa, Ethiopia", network_type="drive")
Thatβs it. Thatβs a full street network, ready to analyze.
π github.com/gboeing/osmnx
π Docs: osmnx.readthedocs.io
π Follow me for more GIS, web mapping & full-stack content:
π¦ Twitter/X π» GitHub π LinkedIn
πΊ YouTube βοΈ Dev.to π BlogRepost from Kira Codes π¨βπ»
To Watch WC2026 Match Live:
Step 1 connect to VPN with country Brazil (i.e. Proton VPN)
Step 2 Search for Caze TV (https://www.youtube.com/@CazeTV) Youtube Channel
Step 3 open the live match video from the channel
or use this app https://sportzx.cc/download-sportzx-tv-d/ to watch on mobile app and cast it on TV
π¨ Just discovered something wild β axios on npm was just compromised.
If youβre a JS/TS developer, stop what youβre doing and read this.
π The lead axios maintainerβs npm account got hijacked. The attacker published two poisoned versions β axios@1.14.1 and axios@0.30.4 β both carrying a Remote Access Trojan (RAT) targeting macOS, Windows, and Linux.
π¦ axios has ~100 million weekly downloads. This is one of the most impactful npm supply chain attacks ever recorded.
πͺ€ How it worked:
The attacker slipped in a fake dependency called plain-crypto-js@4.2.1 via a postinstall hook. It phones home to a C2 server and drops a RAT on your machine β then self-destructs to hide the evidence. Checking your node_modules wonβt help β you need to check your logs.
β
Quick checks:
# Check if you installed the bad versions
npm list axios | grep -E "1\.14\.1|0\.30\.4"
# Check for the dropper directory
ls node_modules/plain-crypto-js 2>/dev/null && echo "POTENTIALLY AFFECTED"
π οΈ Fix immediately:
npm install axios@1.14.0 # for 1.x
npm install axios@0.30.3 # for 0.x
π If affected β rotate everything: npm tokens, AWS keys, SSH keys, .env secrets, CI/CD secrets. All of it.
π npm has already pulled the malicious versions, but if you installed them before the takedown β assume compromise.
Stay safe out there π
Source Akido
Turn this news to something I discovered to post it as a telegram post use emojis
#npm #security #javascript #typescript #supplychain #devops #infosecββββββββββββββββ
Repost from Chapi Dev Talks
π Introducing Dataset.ET
The future of AI should speak Ethiopian languages.
Today we are launching Dataset.ET β an open community initiative to build the largest dataset for Ethiopian languages.
Why this matters:
Most AI systems today barely understand Amharic, Afaan Oromo, Tigrinya, Somali, and many other Ethiopian languages. Without datasets, AI will ignore our languages.
Dataset.ET is changing that.
What we are building:
β’ Speech datasets
β’ Text datasets
β’ Community-validated language corpora
β’ Open infrastructure for Ethiopian AI
How you can help:
1οΈβ£ Record sentences using our Telegram bot
2οΈβ£ Validate recordings from other contributors
3οΈβ£ Help expand datasets for Ethiopian languages
No technical skills needed β just your voice and your language.
π€ Start contributing:
https://t.me/dataset_et_bot
π Learn more:
https://dataset.et
π¬ Join the community:
https://t.me/dataset_et
Together we can teach AI to understand Ethiopia.
π’ Community leaders & channel admins:
If you run a Telegram group or community and believe Ethiopian languages should be part of the future of AI, we would really appreciate it if you could share this post with your community. Your support can help thousands of people contribute their language and voice to this initiative. Thank you!
Prompt for ChatGPT
Creat a caricature of me and my job based on everything you know about me
Repost from Hanix
+6
GitHub Store
Open source Play Store for GitHub releases that lets you install apps directly from GitHub repositories
β’ GitHub
β’ F-Droid
#Resource
@HanixJourney
