2
If anyone can afford to support @[url=https://toot.aquilenet.fr/users/yunohost]YunoHost[/url] I highly recommend [url=https://forum.yunohost.org/t/donation-campaign-2025-yunohost-needs-your-help-campagne-de-dons-nous-avons-besoin-de-vous/36721]https://forum.yunohost.org/t/donation-campaign-2025-yunohost-needs-your-help-campagne-de-dons-nous-avons-besoin-de-vous/36721[/url] - even small donations count. Direct link - [url=https://yunohost.org/donate.html]https://yunohost.org/donate.html[/url] I personally donate 10 Euros a month, despite our projects being underfunded and us providing a lot of services for free. But hey I use Yunohost a lot and they deserve some help! #[url=https://social.trom.tf/search?tag=yunohost]yunohost[/url] #[url=https://social.trom.tf/search?tag=foss]foss[/url] #[url=https://social.trom.tf/search?tag=selfhosting]selfhosting[/url] #[url=https://social.trom.tf/search?tag=opensource]opensource[/url] [attachment type='link' url='https://yunohost.org/donate.html' title='YunoHost: garden your own piece of the Internet!' image='https://yunohost.org/assets/img/portal_simple_dark.jpg']YunoHost is a system that installs itself on a server and allows you to install and maintain - with very little technical knowledge - digital services (apps) that you control.[/attachment]
<p>conceptually, this is a really good case study on what end to end encryption actually means.</p><p>if you can fucking saunter into the backend like this and see a bunch of plaintext - its not end to end encrypted. it sorta doesnt matter whats happening on the endpoint if the server can just see all the goods.</p><p>this is like driftnet, for anyone old enough to remember that</p>
<p>it&#39;s a good thing ghidra has both enums and equates, because the equates function only sometimes works.</p>
<p>DOSBox needs logging breakpoints. yet another thing to stick on my list of stuff-it&#39;d-be-neat-to-have in my dosbox-debugger</p>
<p><span class="h-card" translate="no"><a href="https://fosstodon.org/@skome" class="u-url mention">@<span>skome</span></a></span> aware you applying your own CSS with an extension or something? The default theme I dark with light text.</p>
<p><span class="h-card" translate="no"><a href="https://cloudisland.nz/@silico_biomancer" class="u-url mention">@<span>silico_biomancer</span></a></span> just a service and a clean up really. It&#39;s been sat in my father in law&#39;s garage for about a decade. Getting parts of pricing annoying.</p>
<p>We chose ActBlue as our donation processor because they follow all the rules and have systems in place to prevent fraudulent donations, like requiring donors to affirm US citizenship/residency.</p><p>Trump knows he can’t outlaw his opposition, so he’s trying to kneecap it by cutting off its funding. <a href="https://www.motherjones.com/politics/2025/04/trumps-attack-on-actblues-dark-money-was-backed-by-dark-money/" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://www.</span><span class="ellipsis">motherjones.com/politics/2025/</span><span class="invisible">04/trumps-attack-on-actblues-dark-money-was-backed-by-dark-money/</span></a></p>
<p>one of my favorite stupid methods of reversing is &quot;break it&quot;</p><p>what&#39;s this function do? well, lemme disable it, and see what breaks.</p><p>Apparently this is the &quot;restore the image under the cursor&quot; function.</p>
Attached image 0
<p>in 32bit we do 32bit calls and 32bit returns. <br />in 64bit we do 64bit calls and 64bit returns.</p><p>in 16bit we can do 16bit calls and 16 bits returns, 32bit calls and 32bit returns, and sometimes we do a 16bit call to a 32bit return because it&#39;s slightly fewer bytes</p>