<?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[Like Ra's Naughty Forum - Various technical topics]]></title>
		<link>https://www.likera.com/forum/mybb/</link>
		<description><![CDATA[Like Ra's Naughty Forum - https://www.likera.com/forum/mybb]]></description>
		<pubDate>Fri, 24 Apr 2026 12:15:55 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[Asian Bondage Website]]></title>
			<link>https://www.likera.com/forum/mybb/Thread-Asian-Bondage-Website</link>
			<pubDate>Wed, 23 Jul 2025 06:17:27 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.likera.com/forum/mybb/member.php?action=profile&uid=20894">dhf7b8g</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.likera.com/forum/mybb/Thread-Asian-Bondage-Website</guid>
			<description><![CDATA[Continuing on from my posts in  <a href="https://www.likera.com/forum/mybb/Thread-Bondage-photos-and-videos?pid=81728#pid81728" target="_blank" rel="noopener" class="mycode_url">Bondage photos and videos</a>.<br />
<br />
The download script is quite simple in theory as the general outline for each URL is:<br />
<ol type="1" class="mycode_list"><li>Start up a new VPN connection<br />
</li>
<li>Generate the download link using this VPN connection<br />
</li>
<li>Pass this download link to the download manager while using the same VPN connection to download it<br />
</li>
</ol>
<br />
The only requirement for this is having a VPN provider which allows "unlimited" connections (although this is almost certainly breaking a fair use clause somewhere)<br />
<br />
There are two (soon to be three) main parts to the script.<br />
<br />
The first part is the "VPN Manager" as it handles the vpn connections themselves. <br />
This part of the script spins up a docker container with wireguard and a HTTP proxy. It picks the VPN server based on some time criteria (due to the 24 hour limit on downloads) and selects ports for the HTTP proxy in sequential order<br />
<br />
The second part is the "Site Interaction" as it is the only part which directly interfaces with the download site.<br />
This part of the script basically only exists to generate the download link. It spins up an instance of selenium (which is using the previously started HTTP proxy) and uses that to generate the download link.<br />
<br />
The third part is the "Download Manager" which is not yet complete.<br />
This part of the script will handle any interactions with the real download manager (aria2c) As of right now it just sends the URL over but Ideally it should be able to spin up and down containers based on the state of the downloads.<br />
<br />
The current state of the script is not super great as it was just an initial proof of concept. If I give it a list of 10 URLs it will start 10 downloads at the same time assuming there are no issues with the VPN servers.<br />
However this is only if I have my max concurrent at 10. If its less than 10 I start running into bugs with subsequent downloads not actually starting after previous downloads have finished.<br />
Issues with the download link generation aren't handled very gracefully either.<br />
<br />
Ideally this script will end up fully automated and will only require a url text file and a few launch args but I have some improvements I want to make first.<ul class="mycode_list"><li>Better state management and download queue<br />
</li>
<li>Better handling of failures (VPN, Download link generation, downloading)<br />
</li>
<li>Better download link generation (headless selenium? custom implementation? not sure yet)<br />
</li>
<li>Fully featured download manager to continue failed/expired downloads <br />
</li>
<li>VPN agnostic (right now its extremely integrated with my current VPN provider)<br />
</li>
</ul>
<br />
After I scraped the website I did work on another project which allowed me to quickly mark videos as wanted/not wanted using that scraped data so I might come back around to that to integrate it in the future.<br />
<br />
If there are any questions about the process that aren't answered then let me know and I can give some more details.<br />
Ill use this thread to post progress updates on the script and the release once its in a "user compatible" state 😊]]></description>
			<content:encoded><![CDATA[Continuing on from my posts in  <a href="https://www.likera.com/forum/mybb/Thread-Bondage-photos-and-videos?pid=81728#pid81728" target="_blank" rel="noopener" class="mycode_url">Bondage photos and videos</a>.<br />
<br />
The download script is quite simple in theory as the general outline for each URL is:<br />
<ol type="1" class="mycode_list"><li>Start up a new VPN connection<br />
</li>
<li>Generate the download link using this VPN connection<br />
</li>
<li>Pass this download link to the download manager while using the same VPN connection to download it<br />
</li>
</ol>
<br />
The only requirement for this is having a VPN provider which allows "unlimited" connections (although this is almost certainly breaking a fair use clause somewhere)<br />
<br />
There are two (soon to be three) main parts to the script.<br />
<br />
The first part is the "VPN Manager" as it handles the vpn connections themselves. <br />
This part of the script spins up a docker container with wireguard and a HTTP proxy. It picks the VPN server based on some time criteria (due to the 24 hour limit on downloads) and selects ports for the HTTP proxy in sequential order<br />
<br />
The second part is the "Site Interaction" as it is the only part which directly interfaces with the download site.<br />
This part of the script basically only exists to generate the download link. It spins up an instance of selenium (which is using the previously started HTTP proxy) and uses that to generate the download link.<br />
<br />
The third part is the "Download Manager" which is not yet complete.<br />
This part of the script will handle any interactions with the real download manager (aria2c) As of right now it just sends the URL over but Ideally it should be able to spin up and down containers based on the state of the downloads.<br />
<br />
The current state of the script is not super great as it was just an initial proof of concept. If I give it a list of 10 URLs it will start 10 downloads at the same time assuming there are no issues with the VPN servers.<br />
However this is only if I have my max concurrent at 10. If its less than 10 I start running into bugs with subsequent downloads not actually starting after previous downloads have finished.<br />
Issues with the download link generation aren't handled very gracefully either.<br />
<br />
Ideally this script will end up fully automated and will only require a url text file and a few launch args but I have some improvements I want to make first.<ul class="mycode_list"><li>Better state management and download queue<br />
</li>
<li>Better handling of failures (VPN, Download link generation, downloading)<br />
</li>
<li>Better download link generation (headless selenium? custom implementation? not sure yet)<br />
</li>
<li>Fully featured download manager to continue failed/expired downloads <br />
</li>
<li>VPN agnostic (right now its extremely integrated with my current VPN provider)<br />
</li>
</ul>
<br />
After I scraped the website I did work on another project which allowed me to quickly mark videos as wanted/not wanted using that scraped data so I might come back around to that to integrate it in the future.<br />
<br />
If there are any questions about the process that aren't answered then let me know and I can give some more details.<br />
Ill use this thread to post progress updates on the script and the release once its in a "user compatible" state 😊]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Best Search Engine for Finding Fetish Images]]></title>
			<link>https://www.likera.com/forum/mybb/Thread-Best-Search-Engine-for-Finding-Fetish-Images</link>
			<pubDate>Tue, 14 Jan 2025 00:28:16 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.likera.com/forum/mybb/member.php?action=profile&uid=33332">Obsidian</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.likera.com/forum/mybb/Thread-Best-Search-Engine-for-Finding-Fetish-Images</guid>
			<description><![CDATA[I was wondering if anyone knew of good search engine for finding fetish art, photos, cartoons, and other images.  Duck Duck Go used to be good at this.  But, since they got bought-out, they haven't been much better than Google or Bing.  I miss the days of "keyword" searches, where the engine would look for whatever word or phrase I typed.  I would find <span style="font-style: italic;" class="mycode_i">exactly</span> the images I wanted, as well as online fetish fiction that contained those words.  Now, it's all AI algorithms trying to second guess me---or steer me where the corpo wants me to go.<br />
<br />
Whatever it is, I draw the line at giving-out any personal info, or having to install any software (which is usually full of tracking bots an viruses).]]></description>
			<content:encoded><![CDATA[I was wondering if anyone knew of good search engine for finding fetish art, photos, cartoons, and other images.  Duck Duck Go used to be good at this.  But, since they got bought-out, they haven't been much better than Google or Bing.  I miss the days of "keyword" searches, where the engine would look for whatever word or phrase I typed.  I would find <span style="font-style: italic;" class="mycode_i">exactly</span> the images I wanted, as well as online fetish fiction that contained those words.  Now, it's all AI algorithms trying to second guess me---or steer me where the corpo wants me to go.<br />
<br />
Whatever it is, I draw the line at giving-out any personal info, or having to install any software (which is usually full of tracking bots an viruses).]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Profile Pic Not Showing]]></title>
			<link>https://www.likera.com/forum/mybb/Thread-Profile-Pic-Not-Showing</link>
			<pubDate>Sat, 04 Jan 2025 22:07:29 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.likera.com/forum/mybb/member.php?action=profile&uid=33332">Obsidian</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.likera.com/forum/mybb/Thread-Profile-Pic-Not-Showing</guid>
			<description><![CDATA[About a week ago, I uploaded an image to use as my profile pic.  The image appears full-size on my profile page.  But, it is not showing in any of my posts.  Is there some button that I need to press, or some setting that I need to change?]]></description>
			<content:encoded><![CDATA[About a week ago, I uploaded an image to use as my profile pic.  The image appears full-size on my profile page.  But, it is not showing in any of my posts.  Is there some button that I need to press, or some setting that I need to change?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Like Ra Check your Direct Messages on Discord]]></title>
			<link>https://www.likera.com/forum/mybb/Thread-Like-Ra-Check-your-Direct-Messages-on-Discord</link>
			<pubDate>Fri, 06 Dec 2024 00:04:14 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.likera.com/forum/mybb/member.php?action=profile&uid=31667">HarleyVader</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.likera.com/forum/mybb/Thread-Like-Ra-Check-your-Direct-Messages-on-Discord</guid>
			<description><![CDATA[<a href="https://discord.com/channels/@me/1267932359865401471/1314373083120926721" target="_blank" rel="noopener" class="mycode_url">@Like Ra <br />
i beg your attention<br />
Please. Please stand up<br />
and come to our Discord DM's <br />
i have something to show you<br />
it might be interesting, it might not<br />
RING<br />
RIING<br />
RIIING<br />
.<br />
:<br />
.</a><br />
<br />

<br />
<img src="https://www.likera.com/forum/mybb/images/attachtypes/image.png" title="JPG Image" border="0" alt=".jpg" style="vertical-align: sub;" />
&nbsp;&nbsp;<a href="attachment.php?aid=65242" target="_blank" title="">WIN_20241203_00_55_17_Pro.jpg</a> (Size: 698.18 KB / Downloads: 39)
]]></description>
			<content:encoded><![CDATA[<a href="https://discord.com/channels/@me/1267932359865401471/1314373083120926721" target="_blank" rel="noopener" class="mycode_url">@Like Ra <br />
i beg your attention<br />
Please. Please stand up<br />
and come to our Discord DM's <br />
i have something to show you<br />
it might be interesting, it might not<br />
RING<br />
RIING<br />
RIIING<br />
.<br />
:<br />
.</a><br />
<br />

<br />
<img src="https://www.likera.com/forum/mybb/images/attachtypes/image.png" title="JPG Image" border="0" alt=".jpg" style="vertical-align: sub;" />
&nbsp;&nbsp;<a href="attachment.php?aid=65242" target="_blank" title="">WIN_20241203_00_55_17_Pro.jpg</a> (Size: 698.18 KB / Downloads: 39)
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Story Not Uploading]]></title>
			<link>https://www.likera.com/forum/mybb/Thread-Story-Not-Uploading</link>
			<pubDate>Sun, 01 Dec 2024 00:45:21 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.likera.com/forum/mybb/member.php?action=profile&uid=33332">Obsidian</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.likera.com/forum/mybb/Thread-Story-Not-Uploading</guid>
			<description><![CDATA[I tried to upload a story to the bondage/story section.  It never uploaded.  Is there a waiting period on stories?  Or, did I just hit a glitch.  I pressed "Post" several times, and nothing happened.  Thanx.]]></description>
			<content:encoded><![CDATA[I tried to upload a story to the bondage/story section.  It never uploaded.  Is there a waiting period on stories?  Or, did I just hit a glitch.  I pressed "Post" several times, and nothing happened.  Thanx.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Hard Drive Recovery Advice]]></title>
			<link>https://www.likera.com/forum/mybb/Thread-Hard-Drive-Recovery-Advice</link>
			<pubDate>Thu, 27 Jul 2023 05:39:21 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.likera.com/forum/mybb/member.php?action=profile&uid=19382">AndreaJayne</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.likera.com/forum/mybb/Thread-Hard-Drive-Recovery-Advice</guid>
			<description><![CDATA[So, I was quickly formatting some USB drives and my frazzled brain somehow allowed me to run a quick format on my second hard drive.  Full of all my files....<br />
<br />
Is there a nifty way to recover from a quick format?  I'm currently doing a deep scan on the drive (recuva) and fingers crossed I get things back.]]></description>
			<content:encoded><![CDATA[So, I was quickly formatting some USB drives and my frazzled brain somehow allowed me to run a quick format on my second hard drive.  Full of all my files....<br />
<br />
Is there a nifty way to recover from a quick format?  I'm currently doing a deep scan on the drive (recuva) and fingers crossed I get things back.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[How to download YouTube (age restricted) videos]]></title>
			<link>https://www.likera.com/forum/mybb/Thread-How-to-download-YouTube-age-restricted-videos</link>
			<pubDate>Thu, 25 May 2023 06:22:00 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.likera.com/forum/mybb/member.php?action=profile&uid=23350">Lycalopex</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.likera.com/forum/mybb/Thread-How-to-download-YouTube-age-restricted-videos</guid>
			<description><![CDATA[<blockquote class="mycode_quote"><cite><span> (24 May 2023, 00:52 )</span>Like Ra Wrote:  <a href="https://www.likera.com/forum/mybb/Thread-Pig-girl-Dirty-Sex-Mania-hypno?pid=67120#pid67120" class="quick_jump"></a></cite>Any ideas how to save age-restricted videos?</blockquote><br />
I have a program called MediaHuman Youtube Downloader, which (provided you give login info to YT) will save age-restricted videos. It's a genuinely useful program I do recommend getting, but if you can't acquire it or don't want to I could save and mirror next time I have the opportunity.]]></description>
			<content:encoded><![CDATA[<blockquote class="mycode_quote"><cite><span> (24 May 2023, 00:52 )</span>Like Ra Wrote:  <a href="https://www.likera.com/forum/mybb/Thread-Pig-girl-Dirty-Sex-Mania-hypno?pid=67120#pid67120" class="quick_jump"></a></cite>Any ideas how to save age-restricted videos?</blockquote><br />
I have a program called MediaHuman Youtube Downloader, which (provided you give login info to YT) will save age-restricted videos. It's a genuinely useful program I do recommend getting, but if you can't acquire it or don't want to I could save and mirror next time I have the opportunity.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Imgur will no longer host NSFW content as of May 15]]></title>
			<link>https://www.likera.com/forum/mybb/Thread-Imgur-will-no-longer-host-NSFW-content-as-of-May-15</link>
			<pubDate>Fri, 21 Apr 2023 07:35:45 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.likera.com/forum/mybb/member.php?action=profile&uid=11797">TiedTight</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.likera.com/forum/mybb/Thread-Imgur-will-no-longer-host-NSFW-content-as-of-May-15</guid>
			<description><![CDATA[The mods at r/hentai have made a better write up than I could, I suggest <a href="https://www.reddit.com/r/hentai/comments/12ts8uq/attention_on_may_15th_imgur_will_remove_all_nsfw/" target="_blank" rel="noopener" class="mycode_url">you read it here.</a><br />
<br />
TL;DR: Imgur to prohibit NSFW content, remove all previously uploaded NSFW content, and to delete ALL content uploaded by unregistered users.]]></description>
			<content:encoded><![CDATA[The mods at r/hentai have made a better write up than I could, I suggest <a href="https://www.reddit.com/r/hentai/comments/12ts8uq/attention_on_may_15th_imgur_will_remove_all_nsfw/" target="_blank" rel="noopener" class="mycode_url">you read it here.</a><br />
<br />
TL;DR: Imgur to prohibit NSFW content, remove all previously uploaded NSFW content, and to delete ALL content uploaded by unregistered users.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[How to download Twitter videos]]></title>
			<link>https://www.likera.com/forum/mybb/Thread-How-to-download-Twitter-videos</link>
			<pubDate>Sun, 09 Apr 2023 00:34:30 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.likera.com/forum/mybb/member.php?action=profile&uid=2">Like Ra</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.likera.com/forum/mybb/Thread-How-to-download-Twitter-videos</guid>
			<description><![CDATA[After Elon broke Twitter API (<a href="https://www.likera.com/forum/mybb/Thread-Site-performance-Server-errors-outages-and-tunings?pid=66312#pid66312" target="_blank" rel="noopener" class="mycode_url">https://www.likera.com/forum/mybb/Thread...2#pid66312</a>) all usual methods of downloading (and embedding) videos stopped working. Does anybody know any tricks that can be used now?]]></description>
			<content:encoded><![CDATA[After Elon broke Twitter API (<a href="https://www.likera.com/forum/mybb/Thread-Site-performance-Server-errors-outages-and-tunings?pid=66312#pid66312" target="_blank" rel="noopener" class="mycode_url">https://www.likera.com/forum/mybb/Thread...2#pid66312</a>) all usual methods of downloading (and embedding) videos stopped working. Does anybody know any tricks that can be used now?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Python script to download from erotic-hypnosis.com]]></title>
			<link>https://www.likera.com/forum/mybb/Thread-Python-script-to-download-from-erotic-hypnosis-com</link>
			<pubDate>Sat, 08 Apr 2023 14:11:42 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.likera.com/forum/mybb/member.php?action=profile&uid=21020">cinon</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.likera.com/forum/mybb/Thread-Python-script-to-download-from-erotic-hypnosis-com</guid>
			<description><![CDATA[It looks like the server at erotic-hypnosis.com is rate limiting downloading to 3 MB / minute, in 3 MB bursts.<br />
If you have a very slow connection it's fine but if you have a fast connection your browser will download 3 MB and then timeout, marking the download as failed.<br />
<br />
I made a python script that would log into the website and download the file.<br />
You'll need to edit the script and add username, password and download url.<br />
For the download url, you have to log in to the site, go to the downloads page, right click on the download button and copy the link.<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>import time<br />
import requests<br />
from requests.adapters import HTTPAdapter<br />
from requests.packages.urllib3.util.retry import Retry<br />
from bs4 import BeautifulSoup<br />
<br />
email = "username or email"<br />
password = "your password"<br />
<br />
login_url = "https://erotic-hypnosis.com/my-account"<br />
download_url = "the url of the file"<br />
<br />
output_file = "my.mp3"<br />
<br />
# Create a session to maintain cookies and authentication<br />
session = requests.Session()<br />
<br />
# Set up retries with backoff factor<br />
retries = Retry(<br />
    total=5,<br />
    backoff_factor=1,<br />
    status_forcelist=[429, 500, 502, 503, 504],<br />
    method_whitelist=["HEAD", "GET", "OPTIONS", "POST"],<br />
)<br />
adapter = HTTPAdapter(max_retries=retries)<br />
session.mount("http://", adapter)<br />
session.mount("https://", adapter)<br />
<br />
# Set the timeout for the session<br />
session_timeout = 120  # Timeout in seconds<br />
session.timeout = session_timeout<br />
<br />
# Fetch the login page to retrieve the CSRF token<br />
print("Fetching CSRF token...")<br />
response = session.get(login_url)<br />
soup = BeautifulSoup(response.text, "html.parser")<br />
csrf_token = soup.find("input", {"name": "woocommerce-login-nonce"})["value"]<br />
<br />
print("Logging in...")<br />
# Log in to the WooCommerce site<br />
login_data = {<br />
    "username": email,<br />
    "password": password,<br />
    "woocommerce-login-nonce": csrf_token,<br />
    "login": "Log in"<br />
}<br />
response = session.post(login_url, data=login_data, timeout=session_timeout)<br />
<br />
if response.status_code == 200:<br />
    print("Login successful")<br />
else:<br />
    print(f"Login failed with status code: {response.status_code}")<br />
    exit(1)<br />
<br />
print("Downloading file...")<br />
# Download the MP3 file<br />
response = session.get(download_url, stream=True, timeout=session_timeout)<br />
response.raise_for_status()<br />
<br />
# Limit download speed<br />
chunk_size = 8192<br />
bandwidth_limit = 3 * 1024 * 1024 / 60  # 3 MB/minute<br />
delay = chunk_size / bandwidth_limit<br />
<br />
bytes_downloaded = 0<br />
# Save the downloaded file<br />
with open(output_file, "wb") as f:<br />
    for chunk in response.iter_content(chunk_size=chunk_size):<br />
        f.write(chunk)<br />
        bytes_downloaded += len(chunk)<br />
        print(f"Downloaded {bytes_downloaded} bytes")<br />
        time.sleep(delay)<br />
<br />
print(f"File downloaded successfully as {output_file}")</code></div></div><br />
If you don't have beautifulsoup and requests installed :<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>pip install beautifulsoup4<br />
pip install requests</code></div></div>]]></description>
			<content:encoded><![CDATA[It looks like the server at erotic-hypnosis.com is rate limiting downloading to 3 MB / minute, in 3 MB bursts.<br />
If you have a very slow connection it's fine but if you have a fast connection your browser will download 3 MB and then timeout, marking the download as failed.<br />
<br />
I made a python script that would log into the website and download the file.<br />
You'll need to edit the script and add username, password and download url.<br />
For the download url, you have to log in to the site, go to the downloads page, right click on the download button and copy the link.<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>import time<br />
import requests<br />
from requests.adapters import HTTPAdapter<br />
from requests.packages.urllib3.util.retry import Retry<br />
from bs4 import BeautifulSoup<br />
<br />
email = "username or email"<br />
password = "your password"<br />
<br />
login_url = "https://erotic-hypnosis.com/my-account"<br />
download_url = "the url of the file"<br />
<br />
output_file = "my.mp3"<br />
<br />
# Create a session to maintain cookies and authentication<br />
session = requests.Session()<br />
<br />
# Set up retries with backoff factor<br />
retries = Retry(<br />
    total=5,<br />
    backoff_factor=1,<br />
    status_forcelist=[429, 500, 502, 503, 504],<br />
    method_whitelist=["HEAD", "GET", "OPTIONS", "POST"],<br />
)<br />
adapter = HTTPAdapter(max_retries=retries)<br />
session.mount("http://", adapter)<br />
session.mount("https://", adapter)<br />
<br />
# Set the timeout for the session<br />
session_timeout = 120  # Timeout in seconds<br />
session.timeout = session_timeout<br />
<br />
# Fetch the login page to retrieve the CSRF token<br />
print("Fetching CSRF token...")<br />
response = session.get(login_url)<br />
soup = BeautifulSoup(response.text, "html.parser")<br />
csrf_token = soup.find("input", {"name": "woocommerce-login-nonce"})["value"]<br />
<br />
print("Logging in...")<br />
# Log in to the WooCommerce site<br />
login_data = {<br />
    "username": email,<br />
    "password": password,<br />
    "woocommerce-login-nonce": csrf_token,<br />
    "login": "Log in"<br />
}<br />
response = session.post(login_url, data=login_data, timeout=session_timeout)<br />
<br />
if response.status_code == 200:<br />
    print("Login successful")<br />
else:<br />
    print(f"Login failed with status code: {response.status_code}")<br />
    exit(1)<br />
<br />
print("Downloading file...")<br />
# Download the MP3 file<br />
response = session.get(download_url, stream=True, timeout=session_timeout)<br />
response.raise_for_status()<br />
<br />
# Limit download speed<br />
chunk_size = 8192<br />
bandwidth_limit = 3 * 1024 * 1024 / 60  # 3 MB/minute<br />
delay = chunk_size / bandwidth_limit<br />
<br />
bytes_downloaded = 0<br />
# Save the downloaded file<br />
with open(output_file, "wb") as f:<br />
    for chunk in response.iter_content(chunk_size=chunk_size):<br />
        f.write(chunk)<br />
        bytes_downloaded += len(chunk)<br />
        print(f"Downloaded {bytes_downloaded} bytes")<br />
        time.sleep(delay)<br />
<br />
print(f"File downloaded successfully as {output_file}")</code></div></div><br />
If you don't have beautifulsoup and requests installed :<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>pip install beautifulsoup4<br />
pip install requests</code></div></div>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Avatars, anyone?]]></title>
			<link>https://www.likera.com/forum/mybb/Thread-Avatars-anyone</link>
			<pubDate>Fri, 15 Apr 2022 00:33:57 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.likera.com/forum/mybb/member.php?action=profile&uid=21038">Bound Whore</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.likera.com/forum/mybb/Thread-Avatars-anyone</guid>
			<description><![CDATA[Came across an <a href="https://huggingface.co/spaces/akhaliq/AnimeGANv2" target="_blank" rel="noopener" class="mycode_url">AI image generator</a> (mainly cartoonifying with a hint of manga-style) and fed it some bondage images, some came out real nice. Updated my avatar with one of them, maybe anyone else finds these cute as well 😁<br />
<br />
<span style="font-size: x-small;" class="mycode_size">(see if you can identify the models without peeking at the filenames)</span><br />
<br />
<img src="https://www.likera.com/forum/mybb/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" style="vertical-align: sub;" />
&nbsp;&nbsp;<a href="attachment.php?aid=53997" target="_blank" title="">amber.png</a> (Size: 323.06 KB / Downloads: 86)
<br />
<br />
<img src="https://www.likera.com/forum/mybb/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" style="vertical-align: sub;" />
&nbsp;&nbsp;<a href="attachment.php?aid=53998" target="_blank" title="">dita.png</a> (Size: 319.69 KB / Downloads: 66)
<br />
<br />
<img src="https://www.likera.com/forum/mybb/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" style="vertical-align: sub;" />
&nbsp;&nbsp;<a href="attachment.php?aid=53999" target="_blank" title="">eveellis.png</a> (Size: 339.45 KB / Downloads: 76)
<br />
<br />
<img src="https://www.likera.com/forum/mybb/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" style="vertical-align: sub;" />
&nbsp;&nbsp;<a href="attachment.php?aid=54000" target="_blank" title="">jenna_lyte.png</a> (Size: 333.79 KB / Downloads: 74)
<br />
<br />
<img src="https://www.likera.com/forum/mybb/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" style="vertical-align: sub;" />
&nbsp;&nbsp;<a href="attachment.php?aid=54001" target="_blank" title="">jenna_lyte2.png</a> (Size: 334.49 KB / Downloads: 77)
<br />
<br />
<img src="https://www.likera.com/forum/mybb/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" style="vertical-align: sub;" />
&nbsp;&nbsp;<a href="attachment.php?aid=54002" target="_blank" title="">Karina_Santos.png</a> (Size: 372.67 KB / Downloads: 83)
<br />
<br />
<img src="https://www.likera.com/forum/mybb/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" style="vertical-align: sub;" />
&nbsp;&nbsp;<a href="attachment.php?aid=54003" target="_blank" title="">sasha_monet.png</a> (Size: 360.17 KB / Downloads: 68)
<br />
<br />
<img src="https://www.likera.com/forum/mybb/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" style="vertical-align: sub;" />
&nbsp;&nbsp;<a href="attachment.php?aid=54004" target="_blank" title="">yellow_anime.png</a> (Size: 387.47 KB / Downloads: 76)
<br />
<br />
<img src="https://www.likera.com/forum/mybb/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" style="vertical-align: sub;" />
&nbsp;&nbsp;<a href="attachment.php?aid=54006" target="_blank" title="">anastasia.png</a> (Size: 321.79 KB / Downloads: 63)
<br />
<br />
<img src="https://www.likera.com/forum/mybb/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" style="vertical-align: sub;" />
&nbsp;&nbsp;<a href="attachment.php?aid=54007" target="_blank" title="">christina_carter.png</a> (Size: 354.93 KB / Downloads: 69)
<br />
<br />
<img src="https://www.likera.com/forum/mybb/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" style="vertical-align: sub;" />
&nbsp;&nbsp;<a href="attachment.php?aid=54008" target="_blank" title="">anastasia 2.png</a> (Size: 311.51 KB / Downloads: 65)
<br />
<br />
<img src="https://www.likera.com/forum/mybb/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" style="vertical-align: sub;" />
&nbsp;&nbsp;<a href="attachment.php?aid=54009" target="_blank" title="">anastasia3.png</a> (Size: 350.52 KB / Downloads: 65)
<br />
<br />
<img src="https://www.likera.com/forum/mybb/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" style="vertical-align: sub;" />
&nbsp;&nbsp;<a href="attachment.php?aid=54010" target="_blank" title="">sasha monet.png</a> (Size: 377.36 KB / Downloads: 66)
<br />
<br />
<img src="https://www.likera.com/forum/mybb/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" style="vertical-align: sub;" />
&nbsp;&nbsp;<a href="attachment.php?aid=54011" target="_blank" title="">darling.png</a> (Size: 288.37 KB / Downloads: 61)
<br />
<br />
<img src="https://www.likera.com/forum/mybb/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" style="vertical-align: sub;" />
&nbsp;&nbsp;<a href="attachment.php?aid=54012" target="_blank" title="">christina_carter 2.png</a> (Size: 372.51 KB / Downloads: 68)
<br />
<br />
<img src="https://www.likera.com/forum/mybb/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" style="vertical-align: sub;" />
&nbsp;&nbsp;<a href="attachment.php?aid=54013" target="_blank" title="">jewell.png</a> (Size: 361.79 KB / Downloads: 79)
<br />
<br />
<img src="https://www.likera.com/forum/mybb/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" style="vertical-align: sub;" />
&nbsp;&nbsp;<a href="attachment.php?aid=54014" target="_blank" title="">karina santos 2.png</a> (Size: 299.64 KB / Downloads: 89)
<br />
<br />
<img src="https://www.likera.com/forum/mybb/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" style="vertical-align: sub;" />
&nbsp;&nbsp;<a href="attachment.php?aid=54015" target="_blank" title="">karina santos 3.png</a> (Size: 288.71 KB / Downloads: 79)
<br />
<br />
<img src="https://www.likera.com/forum/mybb/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" style="vertical-align: sub;" />
&nbsp;&nbsp;<a href="attachment.php?aid=54016" target="_blank" title="">Nicole Sheridan.png</a> (Size: 378.3 KB / Downloads: 72)
<br />
<br />
<img src="https://www.likera.com/forum/mybb/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" style="vertical-align: sub;" />
&nbsp;&nbsp;<a href="attachment.php?aid=54017" target="_blank" title="">Nicole Sheridan 2.png</a> (Size: 362.62 KB / Downloads: 63)
<br />
<br />
<img src="https://www.likera.com/forum/mybb/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" style="vertical-align: sub;" />
&nbsp;&nbsp;<a href="attachment.php?aid=54018" target="_blank" title="">karina santos 4.png</a> (Size: 323.62 KB / Downloads: 78)
<br />
<br />
<img src="https://www.likera.com/forum/mybb/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" style="vertical-align: sub;" />
&nbsp;&nbsp;<a href="attachment.php?aid=54019" target="_blank" title="">jenny.png</a> (Size: 308.27 KB / Downloads: 76)
<br />
<br />
<img src="https://www.likera.com/forum/mybb/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" style="vertical-align: sub;" />
&nbsp;&nbsp;<a href="attachment.php?aid=54020" target="_blank" title="">christina carter 3.png</a> (Size: 395.16 KB / Downloads: 69)
<br />
<br />
<img src="https://www.likera.com/forum/mybb/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" style="vertical-align: sub;" />
&nbsp;&nbsp;<a href="attachment.php?aid=54021" target="_blank" title="">christina carter 4.png</a> (Size: 386.03 KB / Downloads: 68)
<br />
<br />
<img src="https://www.likera.com/forum/mybb/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" style="vertical-align: sub;" />
&nbsp;&nbsp;<a href="attachment.php?aid=54022" target="_blank" title="">darling 2.png</a> (Size: 389.66 KB / Downloads: 73)
<br />
<br />
<img src="https://www.likera.com/forum/mybb/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" style="vertical-align: sub;" />
&nbsp;&nbsp;<a href="attachment.php?aid=54023" target="_blank" title="">darling 3.png</a> (Size: 392.32 KB / Downloads: 75)
<br />
<br />
<img src="https://www.likera.com/forum/mybb/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" style="vertical-align: sub;" />
&nbsp;&nbsp;<a href="attachment.php?aid=54024" target="_blank" title="">amber 2.png</a> (Size: 366.81 KB / Downloads: 73)
<br />
<br />
<img src="https://www.likera.com/forum/mybb/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" style="vertical-align: sub;" />
&nbsp;&nbsp;<a href="attachment.php?aid=54025" target="_blank" title="">christmas.png</a> (Size: 380.08 KB / Downloads: 65)
<br />
<br />
<img src="https://www.likera.com/forum/mybb/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" style="vertical-align: sub;" />
&nbsp;&nbsp;<a href="attachment.php?aid=54026" target="_blank" title="">amber 3.png</a> (Size: 405.63 KB / Downloads: 65)
]]></description>
			<content:encoded><![CDATA[Came across an <a href="https://huggingface.co/spaces/akhaliq/AnimeGANv2" target="_blank" rel="noopener" class="mycode_url">AI image generator</a> (mainly cartoonifying with a hint of manga-style) and fed it some bondage images, some came out real nice. Updated my avatar with one of them, maybe anyone else finds these cute as well 😁<br />
<br />
<span style="font-size: x-small;" class="mycode_size">(see if you can identify the models without peeking at the filenames)</span><br />
<br />
<img src="https://www.likera.com/forum/mybb/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" style="vertical-align: sub;" />
&nbsp;&nbsp;<a href="attachment.php?aid=53997" target="_blank" title="">amber.png</a> (Size: 323.06 KB / Downloads: 86)
<br />
<br />
<img src="https://www.likera.com/forum/mybb/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" style="vertical-align: sub;" />
&nbsp;&nbsp;<a href="attachment.php?aid=53998" target="_blank" title="">dita.png</a> (Size: 319.69 KB / Downloads: 66)
<br />
<br />
<img src="https://www.likera.com/forum/mybb/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" style="vertical-align: sub;" />
&nbsp;&nbsp;<a href="attachment.php?aid=53999" target="_blank" title="">eveellis.png</a> (Size: 339.45 KB / Downloads: 76)
<br />
<br />
<img src="https://www.likera.com/forum/mybb/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" style="vertical-align: sub;" />
&nbsp;&nbsp;<a href="attachment.php?aid=54000" target="_blank" title="">jenna_lyte.png</a> (Size: 333.79 KB / Downloads: 74)
<br />
<br />
<img src="https://www.likera.com/forum/mybb/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" style="vertical-align: sub;" />
&nbsp;&nbsp;<a href="attachment.php?aid=54001" target="_blank" title="">jenna_lyte2.png</a> (Size: 334.49 KB / Downloads: 77)
<br />
<br />
<img src="https://www.likera.com/forum/mybb/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" style="vertical-align: sub;" />
&nbsp;&nbsp;<a href="attachment.php?aid=54002" target="_blank" title="">Karina_Santos.png</a> (Size: 372.67 KB / Downloads: 83)
<br />
<br />
<img src="https://www.likera.com/forum/mybb/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" style="vertical-align: sub;" />
&nbsp;&nbsp;<a href="attachment.php?aid=54003" target="_blank" title="">sasha_monet.png</a> (Size: 360.17 KB / Downloads: 68)
<br />
<br />
<img src="https://www.likera.com/forum/mybb/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" style="vertical-align: sub;" />
&nbsp;&nbsp;<a href="attachment.php?aid=54004" target="_blank" title="">yellow_anime.png</a> (Size: 387.47 KB / Downloads: 76)
<br />
<br />
<img src="https://www.likera.com/forum/mybb/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" style="vertical-align: sub;" />
&nbsp;&nbsp;<a href="attachment.php?aid=54006" target="_blank" title="">anastasia.png</a> (Size: 321.79 KB / Downloads: 63)
<br />
<br />
<img src="https://www.likera.com/forum/mybb/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" style="vertical-align: sub;" />
&nbsp;&nbsp;<a href="attachment.php?aid=54007" target="_blank" title="">christina_carter.png</a> (Size: 354.93 KB / Downloads: 69)
<br />
<br />
<img src="https://www.likera.com/forum/mybb/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" style="vertical-align: sub;" />
&nbsp;&nbsp;<a href="attachment.php?aid=54008" target="_blank" title="">anastasia 2.png</a> (Size: 311.51 KB / Downloads: 65)
<br />
<br />
<img src="https://www.likera.com/forum/mybb/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" style="vertical-align: sub;" />
&nbsp;&nbsp;<a href="attachment.php?aid=54009" target="_blank" title="">anastasia3.png</a> (Size: 350.52 KB / Downloads: 65)
<br />
<br />
<img src="https://www.likera.com/forum/mybb/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" style="vertical-align: sub;" />
&nbsp;&nbsp;<a href="attachment.php?aid=54010" target="_blank" title="">sasha monet.png</a> (Size: 377.36 KB / Downloads: 66)
<br />
<br />
<img src="https://www.likera.com/forum/mybb/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" style="vertical-align: sub;" />
&nbsp;&nbsp;<a href="attachment.php?aid=54011" target="_blank" title="">darling.png</a> (Size: 288.37 KB / Downloads: 61)
<br />
<br />
<img src="https://www.likera.com/forum/mybb/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" style="vertical-align: sub;" />
&nbsp;&nbsp;<a href="attachment.php?aid=54012" target="_blank" title="">christina_carter 2.png</a> (Size: 372.51 KB / Downloads: 68)
<br />
<br />
<img src="https://www.likera.com/forum/mybb/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" style="vertical-align: sub;" />
&nbsp;&nbsp;<a href="attachment.php?aid=54013" target="_blank" title="">jewell.png</a> (Size: 361.79 KB / Downloads: 79)
<br />
<br />
<img src="https://www.likera.com/forum/mybb/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" style="vertical-align: sub;" />
&nbsp;&nbsp;<a href="attachment.php?aid=54014" target="_blank" title="">karina santos 2.png</a> (Size: 299.64 KB / Downloads: 89)
<br />
<br />
<img src="https://www.likera.com/forum/mybb/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" style="vertical-align: sub;" />
&nbsp;&nbsp;<a href="attachment.php?aid=54015" target="_blank" title="">karina santos 3.png</a> (Size: 288.71 KB / Downloads: 79)
<br />
<br />
<img src="https://www.likera.com/forum/mybb/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" style="vertical-align: sub;" />
&nbsp;&nbsp;<a href="attachment.php?aid=54016" target="_blank" title="">Nicole Sheridan.png</a> (Size: 378.3 KB / Downloads: 72)
<br />
<br />
<img src="https://www.likera.com/forum/mybb/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" style="vertical-align: sub;" />
&nbsp;&nbsp;<a href="attachment.php?aid=54017" target="_blank" title="">Nicole Sheridan 2.png</a> (Size: 362.62 KB / Downloads: 63)
<br />
<br />
<img src="https://www.likera.com/forum/mybb/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" style="vertical-align: sub;" />
&nbsp;&nbsp;<a href="attachment.php?aid=54018" target="_blank" title="">karina santos 4.png</a> (Size: 323.62 KB / Downloads: 78)
<br />
<br />
<img src="https://www.likera.com/forum/mybb/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" style="vertical-align: sub;" />
&nbsp;&nbsp;<a href="attachment.php?aid=54019" target="_blank" title="">jenny.png</a> (Size: 308.27 KB / Downloads: 76)
<br />
<br />
<img src="https://www.likera.com/forum/mybb/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" style="vertical-align: sub;" />
&nbsp;&nbsp;<a href="attachment.php?aid=54020" target="_blank" title="">christina carter 3.png</a> (Size: 395.16 KB / Downloads: 69)
<br />
<br />
<img src="https://www.likera.com/forum/mybb/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" style="vertical-align: sub;" />
&nbsp;&nbsp;<a href="attachment.php?aid=54021" target="_blank" title="">christina carter 4.png</a> (Size: 386.03 KB / Downloads: 68)
<br />
<br />
<img src="https://www.likera.com/forum/mybb/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" style="vertical-align: sub;" />
&nbsp;&nbsp;<a href="attachment.php?aid=54022" target="_blank" title="">darling 2.png</a> (Size: 389.66 KB / Downloads: 73)
<br />
<br />
<img src="https://www.likera.com/forum/mybb/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" style="vertical-align: sub;" />
&nbsp;&nbsp;<a href="attachment.php?aid=54023" target="_blank" title="">darling 3.png</a> (Size: 392.32 KB / Downloads: 75)
<br />
<br />
<img src="https://www.likera.com/forum/mybb/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" style="vertical-align: sub;" />
&nbsp;&nbsp;<a href="attachment.php?aid=54024" target="_blank" title="">amber 2.png</a> (Size: 366.81 KB / Downloads: 73)
<br />
<br />
<img src="https://www.likera.com/forum/mybb/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" style="vertical-align: sub;" />
&nbsp;&nbsp;<a href="attachment.php?aid=54025" target="_blank" title="">christmas.png</a> (Size: 380.08 KB / Downloads: 65)
<br />
<br />
<img src="https://www.likera.com/forum/mybb/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" style="vertical-align: sub;" />
&nbsp;&nbsp;<a href="attachment.php?aid=54026" target="_blank" title="">amber 3.png</a> (Size: 405.63 KB / Downloads: 65)
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Audio editing software, DAWs]]></title>
			<link>https://www.likera.com/forum/mybb/Thread-Audio-editing-software-DAWs</link>
			<pubDate>Mon, 03 Jan 2022 20:21:39 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.likera.com/forum/mybb/member.php?action=profile&uid=2">Like Ra</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.likera.com/forum/mybb/Thread-Audio-editing-software-DAWs</guid>
			<description><![CDATA[What is your favourite audio editor or digital audio workstation (DAW)? <br />
<br />
I'm looking for a free non-linear editor (NLE) for Linux, but it would be interesting to have your opinion on any editor you came across, and your favourite ones.<br />
<br />
Related thread:<br />
<br />
<a href="https://www.likera.com/forum/mybb/showthread.php?tid=2109" target="_blank" rel="noopener" class="mycode_url">Software, tips and tricks for creating and playing up hypno-files</a><br />
<a href="https://www.likera.com/forum/mybb/showthread.php?tid=2038" target="_blank" rel="noopener" class="mycode_url">Video editing software</a><br />
<br />
<a href="https://en.wikipedia.org/wiki/Digital_audio_workstation" target="_blank" rel="noopener" class="mycode_url">https://en.wikipedia.org/wiki/Digital_audio_workstation</a><br />
<a href="https://en.wikipedia.org/wiki/Comparison_of_free_software_for_audio" target="_blank" rel="noopener" class="mycode_url">https://en.wikipedia.org/wiki/Comparison..._for_audio</a><br />
<a href="https://en.wikipedia.org/wiki/Comparison_of_digital_audio_editors" target="_blank" rel="noopener" class="mycode_url">https://en.wikipedia.org/wiki/Comparison...io_editors</a>]]></description>
			<content:encoded><![CDATA[What is your favourite audio editor or digital audio workstation (DAW)? <br />
<br />
I'm looking for a free non-linear editor (NLE) for Linux, but it would be interesting to have your opinion on any editor you came across, and your favourite ones.<br />
<br />
Related thread:<br />
<br />
<a href="https://www.likera.com/forum/mybb/showthread.php?tid=2109" target="_blank" rel="noopener" class="mycode_url">Software, tips and tricks for creating and playing up hypno-files</a><br />
<a href="https://www.likera.com/forum/mybb/showthread.php?tid=2038" target="_blank" rel="noopener" class="mycode_url">Video editing software</a><br />
<br />
<a href="https://en.wikipedia.org/wiki/Digital_audio_workstation" target="_blank" rel="noopener" class="mycode_url">https://en.wikipedia.org/wiki/Digital_audio_workstation</a><br />
<a href="https://en.wikipedia.org/wiki/Comparison_of_free_software_for_audio" target="_blank" rel="noopener" class="mycode_url">https://en.wikipedia.org/wiki/Comparison..._for_audio</a><br />
<a href="https://en.wikipedia.org/wiki/Comparison_of_digital_audio_editors" target="_blank" rel="noopener" class="mycode_url">https://en.wikipedia.org/wiki/Comparison...io_editors</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[When the school tells you someone hacked the computers.]]></title>
			<link>https://www.likera.com/forum/mybb/Thread-When-the-school-tells-you-someone-hacked-the-computers</link>
			<pubDate>Fri, 01 Oct 2021 00:26:24 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.likera.com/forum/mybb/member.php?action=profile&uid=17002">Lancer</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.likera.com/forum/mybb/Thread-When-the-school-tells-you-someone-hacked-the-computers</guid>
			<description><![CDATA[No s**t<br />
<br />
The grading system:<br />
The passwords are 6 digits of numbers.<br />
The account names are all public.<br />
There is no ip ban or access control to limit bruteforcing.<br />
There is no login record or login monitoring.<br />
Google auto fills the password so if someone gets access to an open computer they can steal the codes.<br />
<br />
The test system:<br />
Never closes the test after taking it, simply greys out the link.<br />
All tests are labeled in sequence and can be guessed.<br />
System takes best attempt and does not check for weirdness.<br />
No system to show attempts taken or rectify having too many attempts recorded.<br />
<br />
Computer login system:<br />
 all accounts are administrators.<br />
Computer login is the same as unprotected test system which can be broken into.<br />
Computer login can be done from anywhere on the system such as in a quiet corner. <br />
<br />
<br />
But yes. Such a mystery how it could be hacked. No reason at all.]]></description>
			<content:encoded><![CDATA[No s**t<br />
<br />
The grading system:<br />
The passwords are 6 digits of numbers.<br />
The account names are all public.<br />
There is no ip ban or access control to limit bruteforcing.<br />
There is no login record or login monitoring.<br />
Google auto fills the password so if someone gets access to an open computer they can steal the codes.<br />
<br />
The test system:<br />
Never closes the test after taking it, simply greys out the link.<br />
All tests are labeled in sequence and can be guessed.<br />
System takes best attempt and does not check for weirdness.<br />
No system to show attempts taken or rectify having too many attempts recorded.<br />
<br />
Computer login system:<br />
 all accounts are administrators.<br />
Computer login is the same as unprotected test system which can be broken into.<br />
Computer login can be done from anywhere on the system such as in a quiet corner. <br />
<br />
<br />
But yes. Such a mystery how it could be hacked. No reason at all.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Muscle sensors- myoelectric sensor.]]></title>
			<link>https://www.likera.com/forum/mybb/Thread-Muscle-sensors-myoelectric-sensor</link>
			<pubDate>Fri, 10 Sep 2021 03:22:13 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.likera.com/forum/mybb/member.php?action=profile&uid=17002">Lancer</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.likera.com/forum/mybb/Thread-Muscle-sensors-myoelectric-sensor</guid>
			<description><![CDATA[So I was doing some bdsm research on a gag someone made for r/bdsmdiy which was a typing gag. An hour down the rabbit hole and this interesting thing popped up. <a href="http://www.advancertechnologies.com/p/myoware.html?m=1" target="_blank" rel="noopener" class="mycode_url">http://www.advancertechnologies.com/p/myoware.html?m=1</a> Supposedly a muscle sensor that detects when muscle contracts. You see what I am getting at? No ? Fair enough.<br />
<br />
If the sensor is accurate enough and you are good at it it might be possible to attach multiples of them to your skin and use it to control a robot arm. If you could for example print two shells which individually hold one arm and that could be joined at the middle you could put the sensors into them and make it so that you could still do things while your arms are tied behind your back. That would make science fiction levels of self bondage real as you could tie yourself into inescapable positions and then disable the arms for a few minutes to make it utterly secure.<br />
<br />
See image for inspiration.<br />
<br />
<img src="https://www.likera.com/forum/mybb/images/attachtypes/image.png" title="JPG Image" border="0" alt=".jpg" style="vertical-align: sub;" />
&nbsp;&nbsp;<a href="attachment.php?aid=50639" target="_blank" title="">Screenshot_20210909-222122_Reddit.jpg</a> (Size: 487.12 KB / Downloads: 115)
]]></description>
			<content:encoded><![CDATA[So I was doing some bdsm research on a gag someone made for r/bdsmdiy which was a typing gag. An hour down the rabbit hole and this interesting thing popped up. <a href="http://www.advancertechnologies.com/p/myoware.html?m=1" target="_blank" rel="noopener" class="mycode_url">http://www.advancertechnologies.com/p/myoware.html?m=1</a> Supposedly a muscle sensor that detects when muscle contracts. You see what I am getting at? No ? Fair enough.<br />
<br />
If the sensor is accurate enough and you are good at it it might be possible to attach multiples of them to your skin and use it to control a robot arm. If you could for example print two shells which individually hold one arm and that could be joined at the middle you could put the sensors into them and make it so that you could still do things while your arms are tied behind your back. That would make science fiction levels of self bondage real as you could tie yourself into inescapable positions and then disable the arms for a few minutes to make it utterly secure.<br />
<br />
See image for inspiration.<br />
<br />
<img src="https://www.likera.com/forum/mybb/images/attachtypes/image.png" title="JPG Image" border="0" alt=".jpg" style="vertical-align: sub;" />
&nbsp;&nbsp;<a href="attachment.php?aid=50639" target="_blank" title="">Screenshot_20210909-222122_Reddit.jpg</a> (Size: 487.12 KB / Downloads: 115)
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Long range connection from Pc to laptop.]]></title>
			<link>https://www.likera.com/forum/mybb/Thread-Long-range-connection-from-Pc-to-laptop</link>
			<pubDate>Sun, 30 May 2021 04:35:13 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.likera.com/forum/mybb/member.php?action=profile&uid=17002">Lancer</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.likera.com/forum/mybb/Thread-Long-range-connection-from-Pc-to-laptop</guid>
			<description><![CDATA[Always been a fan of using high powered computers even when you are far away from them and have loved things like Nvidia shield and streaming services but dear God does it suck ass. Might be simply the combo of coaxial and 4g but a ping of 100 for running a computer is tantamount to shitting bricks when you try to do anything more then edit a word document. Has anyone ever dabled in this arcane art at all?]]></description>
			<content:encoded><![CDATA[Always been a fan of using high powered computers even when you are far away from them and have loved things like Nvidia shield and streaming services but dear God does it suck ass. Might be simply the combo of coaxial and 4g but a ping of 100 for running a computer is tantamount to shitting bricks when you try to do anything more then edit a word document. Has anyone ever dabled in this arcane art at all?]]></content:encoded>
		</item>
	</channel>
</rss>