<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[Sinisterly - Coding]]></title>
		<link>https://sinister.ly/</link>
		<description><![CDATA[Sinisterly - https://sinister.ly]]></description>
		<pubDate>Mon, 17 Aug 2026 12:39:38 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[Show your code editor or IDE!]]></title>
			<link>https://sinister.ly/Thread-Show-your-code-editor-or-IDE</link>
			<pubDate>Fri, 17 Jan 2025 16:39:41 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://sinister.ly/member.php?action=profile&uid=84336">chunky</a>]]></dc:creator>
			<guid isPermaLink="false">https://sinister.ly/Thread-Show-your-code-editor-or-IDE</guid>
			<description><![CDATA[Hey everyone,<br />
I'm curious to see how your code editors and IDEs are set up! What tools are you using, and which add-ons or extensions have become essential in your workflow?<br />
<br />
Personally, I mainly use Visual Studio Code with a few extensions and tweaks. I used to prefer Visual Studio for anything low level but I mainly work with Dart and Python nowadays so VSCode perfectly suits my needs. Especially the automatic generation of commit messages using GitHub Copilot has become a standard I don't want to miss!<br />
<br />
For my terminal, I use iTerm2 paired with Oh My Zsh.<br />
<br />
<details class="advanced-spoiler codeblock"><summary class="advanced-spoiler-title title smallfont"><strong>Spoiler:</strong> VSCode<span class="advanced-spoiler-toggle button" aria-hidden="true"></span></summary><div class="advanced-spoiler-content">
<img src="https://i.imgur.com/jPxsmRv.png" loading="lazy" alt="[Image: jPxsmRv.png]" class="mycode_img" /><br />
<span style="font-weight: bold;" class="mycode_b">Error Lens</span> - better inline error highlighting<br />
<a href="https://marketplace.visualstudio.com/items?itemName=usernamehw.errorlens" target="_blank" class="mycode_url">https://marketplace.visualstudio.com/ite....errorlens</a><br />
<br />
<span style="font-weight: bold;" class="mycode_b">Gitmoji</span> - prettier commit messages in git<br />
<a href="https://marketplace.visualstudio.com/items?itemName=seatonjiang.gitmoji-vscode" target="_blank" class="mycode_url">https://marketplace.visualstudio.com/ite...oji-vscode</a><br />
<br />
<span style="font-weight: bold;" class="mycode_b">JetBrains Icon Theme</span><br />
<a href="https://marketplace.visualstudio.com/items?itemName=chadalen.vscode-jetbrains-icon-theme" target="_blank" class="mycode_url">https://marketplace.visualstudio.com/ite...icon-theme</a><br />
<br />
<span style="font-weight: bold;" class="mycode_b">JetBrains Rider New UI Theme</span><br />
<a href="https://marketplace.visualstudio.com/items?itemName=digimezzo.jetbrains-rider-new-ui-theme" target="_blank" class="mycode_url">https://marketplace.visualstudio.com/ite...w-ui-theme</a><br />
<br />
<span style="font-weight: bold;" class="mycode_b">settings.json</span><br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>{
  "editor.cursorBlinking": "smooth",
  "editor.cursorSmoothCaretAnimation": "on",
  "files.autoSave": "onFocusChange",
  "editor.formatOnSave": true,
  "files.exclude": {
    "**/*.g.dart": true
  },
  "editor.fontFamily": "'JetBrainsMono NF', monospace",
  "editor.fontSize": 13,
  "editor.lineHeight": 22,
  "editor.bracketPairColorization.enabled": false,
  "editor.rulers": [
    120
  ],
  "workbench.colorTheme": "JetBrains Rider New UI Dark",
  "workbench.iconTheme": "vscode-jetbrains-icon-theme-2023-dark",
  "dart.lineLength": 120
}</code></div></div></div></details><br />
<details class="advanced-spoiler codeblock"><summary class="advanced-spoiler-title title smallfont"><strong>Spoiler:</strong> Terminal<span class="advanced-spoiler-toggle button" aria-hidden="true"></span></summary><div class="advanced-spoiler-content">
<img src="https://i.imgur.com/n9qqz3Y.png" loading="lazy" alt="[Image: n9qqz3Y.png]" class="mycode_img" /><br />
<br />
<span style="font-weight: bold;" class="mycode_b">.vimrc</span><br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>syntax on
set tabstop=4
set shiftwidth=4
set softtabstop=4
set autoindent
set smartindent
set number
set mouse=a</code></div></div><br />
<span style="font-weight: bold;" class="mycode_b">.zshrc</span><br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>ZSH_THEME="powerlevel10k/powerlevel10k"
plugins=(zsh-syntax-highlighting zsh-autosuggestions)
alias ll="ls -la -G"</code></div></div></div></details>]]></description>
			<content:encoded><![CDATA[Hey everyone,<br />
I'm curious to see how your code editors and IDEs are set up! What tools are you using, and which add-ons or extensions have become essential in your workflow?<br />
<br />
Personally, I mainly use Visual Studio Code with a few extensions and tweaks. I used to prefer Visual Studio for anything low level but I mainly work with Dart and Python nowadays so VSCode perfectly suits my needs. Especially the automatic generation of commit messages using GitHub Copilot has become a standard I don't want to miss!<br />
<br />
For my terminal, I use iTerm2 paired with Oh My Zsh.<br />
<br />
<details class="advanced-spoiler codeblock"><summary class="advanced-spoiler-title title smallfont"><strong>Spoiler:</strong> VSCode<span class="advanced-spoiler-toggle button" aria-hidden="true"></span></summary><div class="advanced-spoiler-content">
<img src="https://i.imgur.com/jPxsmRv.png" loading="lazy" alt="[Image: jPxsmRv.png]" class="mycode_img" /><br />
<span style="font-weight: bold;" class="mycode_b">Error Lens</span> - better inline error highlighting<br />
<a href="https://marketplace.visualstudio.com/items?itemName=usernamehw.errorlens" target="_blank" class="mycode_url">https://marketplace.visualstudio.com/ite....errorlens</a><br />
<br />
<span style="font-weight: bold;" class="mycode_b">Gitmoji</span> - prettier commit messages in git<br />
<a href="https://marketplace.visualstudio.com/items?itemName=seatonjiang.gitmoji-vscode" target="_blank" class="mycode_url">https://marketplace.visualstudio.com/ite...oji-vscode</a><br />
<br />
<span style="font-weight: bold;" class="mycode_b">JetBrains Icon Theme</span><br />
<a href="https://marketplace.visualstudio.com/items?itemName=chadalen.vscode-jetbrains-icon-theme" target="_blank" class="mycode_url">https://marketplace.visualstudio.com/ite...icon-theme</a><br />
<br />
<span style="font-weight: bold;" class="mycode_b">JetBrains Rider New UI Theme</span><br />
<a href="https://marketplace.visualstudio.com/items?itemName=digimezzo.jetbrains-rider-new-ui-theme" target="_blank" class="mycode_url">https://marketplace.visualstudio.com/ite...w-ui-theme</a><br />
<br />
<span style="font-weight: bold;" class="mycode_b">settings.json</span><br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>{
  "editor.cursorBlinking": "smooth",
  "editor.cursorSmoothCaretAnimation": "on",
  "files.autoSave": "onFocusChange",
  "editor.formatOnSave": true,
  "files.exclude": {
    "**/*.g.dart": true
  },
  "editor.fontFamily": "'JetBrainsMono NF', monospace",
  "editor.fontSize": 13,
  "editor.lineHeight": 22,
  "editor.bracketPairColorization.enabled": false,
  "editor.rulers": [
    120
  ],
  "workbench.colorTheme": "JetBrains Rider New UI Dark",
  "workbench.iconTheme": "vscode-jetbrains-icon-theme-2023-dark",
  "dart.lineLength": 120
}</code></div></div></div></details><br />
<details class="advanced-spoiler codeblock"><summary class="advanced-spoiler-title title smallfont"><strong>Spoiler:</strong> Terminal<span class="advanced-spoiler-toggle button" aria-hidden="true"></span></summary><div class="advanced-spoiler-content">
<img src="https://i.imgur.com/n9qqz3Y.png" loading="lazy" alt="[Image: n9qqz3Y.png]" class="mycode_img" /><br />
<br />
<span style="font-weight: bold;" class="mycode_b">.vimrc</span><br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>syntax on
set tabstop=4
set shiftwidth=4
set softtabstop=4
set autoindent
set smartindent
set number
set mouse=a</code></div></div><br />
<span style="font-weight: bold;" class="mycode_b">.zshrc</span><br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>ZSH_THEME="powerlevel10k/powerlevel10k"
plugins=(zsh-syntax-highlighting zsh-autosuggestions)
alias ll="ls -la -G"</code></div></div></div></details>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[A Fun Python Progress Bar for Beginners! 🚀]]></title>
			<link>https://sinister.ly/Thread-A-Fun-Python-Progress-Bar-for-Beginners-%F0%9F%9A%80</link>
			<pubDate>Wed, 08 Jan 2025 04:20:15 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://sinister.ly/member.php?action=profile&uid=281143">Skullzy</a>]]></dc:creator>
			<guid isPermaLink="false">https://sinister.ly/Thread-A-Fun-Python-Progress-Bar-for-Beginners-%F0%9F%9A%80</guid>
			<description><![CDATA[Hey fellow Python lovers! 🐍<br />
<br />
If you’re new to Python and want to try something simple but cool, I’ve got a fun little project for you: a text-based progress bar! It’s an awesome way to show off how loops, strings, and time delays work in Python, and it looks pretty cool when it runs. 😎<br />
<br />
Here’s the code:<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>import time
import sys

def loading_bar():
    print("Loading...")
    for i in range(101):
        # Simulate the loading progress
        time.sleep(0.1)
        sys.stdout.write(f"&#92;r[{('=' * i).ljust(100)}] {i}%")
        sys.stdout.flush()
    print("&#92;nFinished!")

loading_bar()</code></div></div><br />
So... what does it do?<br />
The program starts with the text "Loading..." to get you hyped! 🏃‍♂️<br />
It runs a loop 101 times (from 0 to 100), simulating the loading process.<br />
Every time it loops:<br />
It waits for 0.1 seconds (time.sleep(0.1)), just like a real loading screen.<br />
It uses sys.stdout.write to print the progress bar on the same line (so it doesn't flood the console with new lines).<br />
The progress bar gets longer with each loop ('=' * i), filling up as it goes.<br />
Once it hits 100%, it prints "Finished!" like a boss. 🎉<br />
Why is this cool?<br />
Loops + Strings: It’s a nice way to get comfortable with loops and string manipulation in Python.<br />
Real-time Output: The magic happens with \r, which lets you overwrite the same line in the console—so it looks like the progress bar is actually filling up.<br />
Time Delay: The time.sleep(0.1) makes the loading feel like it's actually doing something.<br />
<br />
And there goes you lesson for today HAPPY CODING]]></description>
			<content:encoded><![CDATA[Hey fellow Python lovers! 🐍<br />
<br />
If you’re new to Python and want to try something simple but cool, I’ve got a fun little project for you: a text-based progress bar! It’s an awesome way to show off how loops, strings, and time delays work in Python, and it looks pretty cool when it runs. 😎<br />
<br />
Here’s the code:<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>import time
import sys

def loading_bar():
    print("Loading...")
    for i in range(101):
        # Simulate the loading progress
        time.sleep(0.1)
        sys.stdout.write(f"&#92;r[{('=' * i).ljust(100)}] {i}%")
        sys.stdout.flush()
    print("&#92;nFinished!")

loading_bar()</code></div></div><br />
So... what does it do?<br />
The program starts with the text "Loading..." to get you hyped! 🏃‍♂️<br />
It runs a loop 101 times (from 0 to 100), simulating the loading process.<br />
Every time it loops:<br />
It waits for 0.1 seconds (time.sleep(0.1)), just like a real loading screen.<br />
It uses sys.stdout.write to print the progress bar on the same line (so it doesn't flood the console with new lines).<br />
The progress bar gets longer with each loop ('=' * i), filling up as it goes.<br />
Once it hits 100%, it prints "Finished!" like a boss. 🎉<br />
Why is this cool?<br />
Loops + Strings: It’s a nice way to get comfortable with loops and string manipulation in Python.<br />
Real-time Output: The magic happens with \r, which lets you overwrite the same line in the console—so it looks like the progress bar is actually filling up.<br />
Time Delay: The time.sleep(0.1) makes the loading feel like it's actually doing something.<br />
<br />
And there goes you lesson for today HAPPY CODING]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[X76 FRESH CPANELS WORKING 100%]]></title>
			<link>https://sinister.ly/Thread-Leak-X76-FRESH-CPANELS-WORKING-100</link>
			<pubDate>Thu, 26 Dec 2024 02:50:18 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://sinister.ly/member.php?action=profile&uid=280631">xghosttools</a>]]></dc:creator>
			<guid isPermaLink="false">https://sinister.ly/Thread-Leak-X76-FRESH-CPANELS-WORKING-100</guid>
			<description><![CDATA[Link: <br />
justpaste.it/d6s77<br />
<br />
Screenshot:<br />
<br />
prnt.sc/L3kit0CSb82z<br />
<br />
Website: Xghost.tools<br />
Telegra: @<a id="mention_280631" href="User-xghosttools" class="mentionme_mention" title="xghosttools's profile"><span style="color: #b8b8b8;">xghosttools</span></a><br />
WhatsApp: +1 6264830341]]></description>
			<content:encoded><![CDATA[Link: <br />
justpaste.it/d6s77<br />
<br />
Screenshot:<br />
<br />
prnt.sc/L3kit0CSb82z<br />
<br />
Website: Xghost.tools<br />
Telegra: @<a id="mention_280631" href="User-xghosttools" class="mentionme_mention" title="xghosttools's profile"><span style="color: #b8b8b8;">xghosttools</span></a><br />
WhatsApp: +1 6264830341]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Legalmail Webmails]]></title>
			<link>https://sinister.ly/Thread-Leak-Legalmail-Webmails</link>
			<pubDate>Sun, 22 Dec 2024 02:03:27 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://sinister.ly/member.php?action=profile&uid=280631">xghosttools</a>]]></dc:creator>
			<guid isPermaLink="false">https://sinister.ly/Thread-Leak-Legalmail-Webmails</guid>
			<description><![CDATA[Link:<br />
justpaste.it/aagp2<br />
<br />
Website: Xghost.tools<br />
Tele: @<a id="mention_280631" href="User-xghosttools" class="mentionme_mention" title="xghosttools's profile"><span style="color: #b8b8b8;">xghosttools</span></a><br />
WhatsApp: +1 6264830341]]></description>
			<content:encoded><![CDATA[Link:<br />
justpaste.it/aagp2<br />
<br />
Website: Xghost.tools<br />
Tele: @<a id="mention_280631" href="User-xghosttools" class="mentionme_mention" title="xghosttools's profile"><span style="color: #b8b8b8;">xghosttools</span></a><br />
WhatsApp: +1 6264830341]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[X98 Fresh Working Webmails]]></title>
			<link>https://sinister.ly/Thread-Leak-X98-Fresh-Working-Webmails</link>
			<pubDate>Fri, 20 Dec 2024 04:24:16 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://sinister.ly/member.php?action=profile&uid=280631">xghosttools</a>]]></dc:creator>
			<guid isPermaLink="false">https://sinister.ly/Thread-Leak-X98-Fresh-Working-Webmails</guid>
			<description><![CDATA[Link: justpaste.it/bdkcz<br />
<br />
Screenshot:  prnt.sc/MeFHbpuhI4XG<br />
<br />
You can find the details on our website:<br />
<br />
Website: xghost.tools<br />
Telegra: @<a id="mention_280631" href="User-xghosttools" class="mentionme_mention" title="xghosttools's profile"><span style="color: #b8b8b8;">xghosttools</span></a><br />
WhatsApp: +1 6264830341]]></description>
			<content:encoded><![CDATA[Link: justpaste.it/bdkcz<br />
<br />
Screenshot:  prnt.sc/MeFHbpuhI4XG<br />
<br />
You can find the details on our website:<br />
<br />
Website: xghost.tools<br />
Telegra: @<a id="mention_280631" href="User-xghosttools" class="mentionme_mention" title="xghosttools's profile"><span style="color: #b8b8b8;">xghosttools</span></a><br />
WhatsApp: +1 6264830341]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Starting in competition with AI]]></title>
			<link>https://sinister.ly/Thread-Starting-in-competition-with-AI</link>
			<pubDate>Mon, 02 Dec 2024 04:18:14 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://sinister.ly/member.php?action=profile&uid=280184">whatevergranterwisher</a>]]></dc:creator>
			<guid isPermaLink="false">https://sinister.ly/Thread-Starting-in-competition-with-AI</guid>
			<description><![CDATA[Are we cooked? Should I even pursue this line of work? I am just lost.]]></description>
			<content:encoded><![CDATA[Are we cooked? Should I even pursue this line of work? I am just lost.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[𝗙𝗿𝗲𝗲 𝗛𝗮𝗰𝗸𝗲𝗱 𝗰𝗣𝗮𝗻𝗲𝗹𝘀]]></title>
			<link>https://sinister.ly/Thread-Leak-%F0%9D%97%99%F0%9D%97%BF%F0%9D%97%B2%F0%9D%97%B2-%F0%9D%97%9B%F0%9D%97%AE%F0%9D%97%B0%F0%9D%97%B8%F0%9D%97%B2%F0%9D%97%B1-%F0%9D%97%B0%F0%9D%97%A3%F0%9D%97%AE%F0%9D%97%BB%F0%9D%97%B2%F0%9D%97%B9%F0%9D%98%80</link>
			<pubDate>Mon, 04 Nov 2024 08:09:31 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://sinister.ly/member.php?action=profile&uid=279289">xghost.tools</a>]]></dc:creator>
			<guid isPermaLink="false">https://sinister.ly/Thread-Leak-%F0%9D%97%99%F0%9D%97%BF%F0%9D%97%B2%F0%9D%97%B2-%F0%9D%97%9B%F0%9D%97%AE%F0%9D%97%B0%F0%9D%97%B8%F0%9D%97%B2%F0%9D%97%B1-%F0%9D%97%B0%F0%9D%97%A3%F0%9D%97%AE%F0%9D%97%BB%F0%9D%97%B2%F0%9D%97%B9%F0%9D%98%80</guid>
			<description><![CDATA[pastequest(.)com/?993011b5a0546ce5#GqAUB383whhGmgaauCpj9fCYLrnrNFKdYkKgnomeBPSs<br />
<br />
Contact me<br />
<br />
🔺Website: xghost.tools<br />
🔺Telegra: Xghosttools<br />
🌐 WhatsApp: +1 6264830341]]></description>
			<content:encoded><![CDATA[pastequest(.)com/?993011b5a0546ce5#GqAUB383whhGmgaauCpj9fCYLrnrNFKdYkKgnomeBPSs<br />
<br />
Contact me<br />
<br />
🔺Website: xghost.tools<br />
🔺Telegra: Xghosttools<br />
🌐 WhatsApp: +1 6264830341]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[X160 FREE HACKED WEBMAILS]]></title>
			<link>https://sinister.ly/Thread-Leak-X160-FREE-HACKED-WEBMAILS</link>
			<pubDate>Sun, 03 Nov 2024 12:17:15 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://sinister.ly/member.php?action=profile&uid=279289">xghost.tools</a>]]></dc:creator>
			<guid isPermaLink="false">https://sinister.ly/Thread-Leak-X160-FREE-HACKED-WEBMAILS</guid>
			<description><![CDATA[justpaste.it/fjc9b<br />
<br />
Contact me<br />
<br />
🔺Website: xghost.tools<br />
🔺Telegra: Xghosttools<br />
🌐 WhatsApp: +1 6264830341]]></description>
			<content:encoded><![CDATA[justpaste.it/fjc9b<br />
<br />
Contact me<br />
<br />
🔺Website: xghost.tools<br />
🔺Telegra: Xghosttools<br />
🌐 WhatsApp: +1 6264830341]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[still a chance?]]></title>
			<link>https://sinister.ly/Thread-still-a-chance</link>
			<pubDate>Mon, 28 Oct 2024 14:54:06 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://sinister.ly/member.php?action=profile&uid=279071">hydraj222</a>]]></dc:creator>
			<guid isPermaLink="false">https://sinister.ly/Thread-still-a-chance</guid>
			<description><![CDATA[Hello,im 19 years old. want to learn how to be a programmer,but i am scared of AI and this type of things, what is your opinion of the future?]]></description>
			<content:encoded><![CDATA[Hello,im 19 years old. want to learn how to be a programmer,but i am scared of AI and this type of things, what is your opinion of the future?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[WAHT LANG is the best for beginning?]]></title>
			<link>https://sinister.ly/Thread-WAHT-LANG-is-the-best-for-beginning</link>
			<pubDate>Tue, 22 Oct 2024 15:24:42 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://sinister.ly/member.php?action=profile&uid=278877">tututysda2</a>]]></dc:creator>
			<guid isPermaLink="false">https://sinister.ly/Thread-WAHT-LANG-is-the-best-for-beginning</guid>
			<description><![CDATA[WAHT LANG is the best for beginning?  in Your opinion and why?]]></description>
			<content:encoded><![CDATA[WAHT LANG is the best for beginning?  in Your opinion and why?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[What is coding]]></title>
			<link>https://sinister.ly/Thread-What-is-coding</link>
			<pubDate>Mon, 21 Oct 2024 02:17:20 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://sinister.ly/member.php?action=profile&uid=278563">Bentwaterpipe14</a>]]></dc:creator>
			<guid isPermaLink="false">https://sinister.ly/Thread-What-is-coding</guid>
			<description><![CDATA[Ive def heard of it but I dont understand what the whole idea behind it is]]></description>
			<content:encoded><![CDATA[Ive def heard of it but I dont understand what the whole idea behind it is]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[KUDELSKI SECURITY nagra 3 Cak7 does that mean anything to you?]]></title>
			<link>https://sinister.ly/Thread-KUDELSKI-SECURITY-nagra-3-Cak7-does-that-mean-anything-to-you</link>
			<pubDate>Thu, 17 Oct 2024 01:13:48 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://sinister.ly/member.php?action=profile&uid=167843">exon</a>]]></dc:creator>
			<guid isPermaLink="false">https://sinister.ly/Thread-KUDELSKI-SECURITY-nagra-3-Cak7-does-that-mean-anything-to-you</guid>
			<description><![CDATA[I've been on it for 2 years, I have information but the dumps I do on the chips are blocked with a hard-coded key on the BROADCOM processor if I could unlock a console in uart or bbs, it doesn't matter I only have this step to go through and it's hard when your team failed you to do commercial iptv, I hated it.<br />
<br />
I have dumps and software for calculating the boxkey aes rsa 3des key etc but I'm stuck on the BROADCOM, forget the jtag, it doesn't work, uart with Bus Pirate would be interesting. Have a nice day.<br />
<a href="https://ibb.co/rfHWN1H" target="_blank" class="mycode_url">https://ibb.co/rfHWN1H</a><a href="https://1fichier.com/?jxabzhw95jjxto7dctlz" target="_blank" class="mycode_url">https://1fichier.com/?jxabzhw95jjxto7dctlz</a>]]></description>
			<content:encoded><![CDATA[I've been on it for 2 years, I have information but the dumps I do on the chips are blocked with a hard-coded key on the BROADCOM processor if I could unlock a console in uart or bbs, it doesn't matter I only have this step to go through and it's hard when your team failed you to do commercial iptv, I hated it.<br />
<br />
I have dumps and software for calculating the boxkey aes rsa 3des key etc but I'm stuck on the BROADCOM, forget the jtag, it doesn't work, uart with Bus Pirate would be interesting. Have a nice day.<br />
<a href="https://ibb.co/rfHWN1H" target="_blank" class="mycode_url">https://ibb.co/rfHWN1H</a><a href="https://1fichier.com/?jxabzhw95jjxto7dctlz" target="_blank" class="mycode_url">https://1fichier.com/?jxabzhw95jjxto7dctlz</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Fresh cPanels]]></title>
			<link>https://sinister.ly/Thread-Leak-Fresh-cPanels</link>
			<pubDate>Tue, 01 Oct 2024 07:44:07 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://sinister.ly/member.php?action=profile&uid=275567">Chamrosh</a>]]></dc:creator>
			<guid isPermaLink="false">https://sinister.ly/Thread-Leak-Fresh-cPanels</guid>
			<description><![CDATA[<a href="https://appdevtools.com/pastebin/Bc38Es" target="_blank" class="mycode_url">https://appdevtools.com/pastebin/Bc38Es</a><br />
<br />
Office Website: <a href="https://chamrosh.co/" target="_blank" class="mycode_url">https://chamrosh.co/</a><br />
Telegram Channel: <a href="https://t.me/chamroshcyber" target="_blank" class="mycode_url">https://t.me/chamroshcyber</a><br />
Telegram Wanna chat? : <a href="https://t.me/chamroshpwns" target="_blank" class="mycode_url">https://t.me/chamroshpwns</a>]]></description>
			<content:encoded><![CDATA[<a href="https://appdevtools.com/pastebin/Bc38Es" target="_blank" class="mycode_url">https://appdevtools.com/pastebin/Bc38Es</a><br />
<br />
Office Website: <a href="https://chamrosh.co/" target="_blank" class="mycode_url">https://chamrosh.co/</a><br />
Telegram Channel: <a href="https://t.me/chamroshcyber" target="_blank" class="mycode_url">https://t.me/chamroshcyber</a><br />
Telegram Wanna chat? : <a href="https://t.me/chamroshpwns" target="_blank" class="mycode_url">https://t.me/chamroshpwns</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[X632 Fresh Smtp [ Chamrosh.co - Inbox Sending Method Available - Bulk Emails Sender ]]]></title>
			<link>https://sinister.ly/Thread-Leak-X632-Fresh-Smtp-Chamrosh-co-Inbox-Sending-Method-Available-Bulk-Emails-Sender</link>
			<pubDate>Sun, 22 Sep 2024 15:27:50 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://sinister.ly/member.php?action=profile&uid=275567">Chamrosh</a>]]></dc:creator>
			<guid isPermaLink="false">https://sinister.ly/Thread-Leak-X632-Fresh-Smtp-Chamrosh-co-Inbox-Sending-Method-Available-Bulk-Emails-Sender</guid>
			<description><![CDATA[Smtps: <a href="https://appdevtools.com/pastebin/QZap3y" target="_blank" class="mycode_url">https://appdevtools.com/pastebin/QZap3y</a><br />
<br />
Office Site: chamrosh.co<br />
Telegram channel: t.me/chamroshCyber                   <br />
Wanna chat?   t.me/chamroshpwns]]></description>
			<content:encoded><![CDATA[Smtps: <a href="https://appdevtools.com/pastebin/QZap3y" target="_blank" class="mycode_url">https://appdevtools.com/pastebin/QZap3y</a><br />
<br />
Office Site: chamrosh.co<br />
Telegram channel: t.me/chamroshCyber                   <br />
Wanna chat?   t.me/chamroshpwns]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[X30 Fresh Inbox Smtps - Chamrosh.co (Bulk Email Sender - Unlimited  Inbox Sending Met]]></title>
			<link>https://sinister.ly/Thread-Leak-X30-Fresh-Inbox-Smtps-Chamrosh-co-Bulk-Email-Sender-Unlimited-Inbox-Sending-Met</link>
			<pubDate>Sun, 22 Sep 2024 07:36:43 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://sinister.ly/member.php?action=profile&uid=275567">Chamrosh</a>]]></dc:creator>
			<guid isPermaLink="false">https://sinister.ly/Thread-Leak-X30-Fresh-Inbox-Smtps-Chamrosh-co-Bulk-Email-Sender-Unlimited-Inbox-Sending-Met</guid>
			<description><![CDATA[Smtps :  <a href="https://appdevtools.com/pastebin/hXTKX9" target="_blank" class="mycode_url">https://appdevtools.com/pastebin/hXTKX9</a><br />
 <br />
Screenshop :  <br />
<a href="https://prnt.sc/FVfXlMix7k8V" target="_blank" class="mycode_url">https://prnt.sc/FVfXlMix7k8V</a><br />
<br />
Office Website: <a href="https://chamrosh.co/" target="_blank" class="mycode_url">https://chamrosh.co/</a><br />
Telegram Channel: <a href="https://t.me/chamroshcyber" target="_blank" class="mycode_url">https://t.me/chamroshcyber</a><br />
Telegram Wanna chat? : <a href="https://t.me/chamroshpwns" target="_blank" class="mycode_url">https://t.me/chamroshpwns</a>]]></description>
			<content:encoded><![CDATA[Smtps :  <a href="https://appdevtools.com/pastebin/hXTKX9" target="_blank" class="mycode_url">https://appdevtools.com/pastebin/hXTKX9</a><br />
 <br />
Screenshop :  <br />
<a href="https://prnt.sc/FVfXlMix7k8V" target="_blank" class="mycode_url">https://prnt.sc/FVfXlMix7k8V</a><br />
<br />
Office Website: <a href="https://chamrosh.co/" target="_blank" class="mycode_url">https://chamrosh.co/</a><br />
Telegram Channel: <a href="https://t.me/chamroshcyber" target="_blank" class="mycode_url">https://t.me/chamroshcyber</a><br />
Telegram Wanna chat? : <a href="https://t.me/chamroshpwns" target="_blank" class="mycode_url">https://t.me/chamroshpwns</a>]]></content:encoded>
		</item>
	</channel>
</rss>