<?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[Ethical Tech Developer Forum - Ethics Code]]></title>
		<link>https://ethicaltechdevforum.com/</link>
		<description><![CDATA[Ethical Tech Developer Forum - https://ethicaltechdevforum.com]]></description>
		<pubDate>Sat, 13 Jun 2026 08:45:26 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[Governmental negligence creates opportunities]]></title>
			<link>https://ethicaltechdevforum.com/showthread.php?tid=6</link>
			<pubDate>Fri, 19 Sep 2025 01:26:05 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://ethicaltechdevforum.com/member.php?action=profile&uid=3">keith.watson</a>]]></dc:creator>
			<guid isPermaLink="false">https://ethicaltechdevforum.com/showthread.php?tid=6</guid>
			<description><![CDATA[<span style="font-family: Liberation Sans, sans-serif;" class="mycode_font">There is a valid case that we the people are negligent about our health and that many of our short and especially long term illnesses could be prevented if we were. Since we are not required by law to be doing what we can to maintain and to improve our health to the extent reasonably possible to avoid both chronic and shorter term illnesses, however, the governments have failed to enact reasonable requirements to protect us from the pain and expense resulting. Simple exercise and nutrition requirements which are verifiable should be used to help determine whether or not the illness subject to insurance is actually caused by something outside of the reasonable control of the patient. Only in this case can the coverage actually fall under the general understanding of “Insurance,” which is meant only to compensate the injured for injury which is not their own fault. Punishing people arbitrarily for this collective negligence by cutting off necessary medical care in a way which creates profits, however, is not just, and those merely gaming the current legal system and medical establishment to maximize their gain through aggressive and abusive business practices are only exploiting the lack of enforcement of reasonable standards on the insured.</span><br />
<span style="font-family: Liberation Sans, sans-serif;" class="mycode_font">Those who accept their responsibility for their own health are already using digital technology to advance it and to prove both their efforts and their results.  The government's negligence creates opportunities for digital technology developers to support them, and such is a very socially responsible enterprise.  The main question, then, is how much value can we deliver to achieve the goals of developing training competence in the user and generally supporting their health building journey.</span>]]></description>
			<content:encoded><![CDATA[<span style="font-family: Liberation Sans, sans-serif;" class="mycode_font">There is a valid case that we the people are negligent about our health and that many of our short and especially long term illnesses could be prevented if we were. Since we are not required by law to be doing what we can to maintain and to improve our health to the extent reasonably possible to avoid both chronic and shorter term illnesses, however, the governments have failed to enact reasonable requirements to protect us from the pain and expense resulting. Simple exercise and nutrition requirements which are verifiable should be used to help determine whether or not the illness subject to insurance is actually caused by something outside of the reasonable control of the patient. Only in this case can the coverage actually fall under the general understanding of “Insurance,” which is meant only to compensate the injured for injury which is not their own fault. Punishing people arbitrarily for this collective negligence by cutting off necessary medical care in a way which creates profits, however, is not just, and those merely gaming the current legal system and medical establishment to maximize their gain through aggressive and abusive business practices are only exploiting the lack of enforcement of reasonable standards on the insured.</span><br />
<span style="font-family: Liberation Sans, sans-serif;" class="mycode_font">Those who accept their responsibility for their own health are already using digital technology to advance it and to prove both their efforts and their results.  The government's negligence creates opportunities for digital technology developers to support them, and such is a very socially responsible enterprise.  The main question, then, is how much value can we deliver to achieve the goals of developing training competence in the user and generally supporting their health building journey.</span>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Revenue - Fremium Strategy]]></title>
			<link>https://ethicaltechdevforum.com/showthread.php?tid=5</link>
			<pubDate>Fri, 19 Sep 2025 01:10:33 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://ethicaltechdevforum.com/member.php?action=profile&uid=3">keith.watson</a>]]></dc:creator>
			<guid isPermaLink="false">https://ethicaltechdevforum.com/showthread.php?tid=5</guid>
			<description><![CDATA[For the free version, explain to the user what the usual rules for handling their data are and how we can make money selling, leasing, or or otherwise engaging in business using it.<br />
<br />
In the first level of paid, we give them dashboard level visibility of what we collect and time stamped event logs showing all transmission of any part of it.<br />
<br />
In the next level of paid licensing, all transmission is off by default and they get the dashboard to view and analyze everything collected and stored on their device, along with notices of request for use of any part. At this level, they own and control all of the collected data pertaining to them.<br />
<br />
The user pays for protection.]]></description>
			<content:encoded><![CDATA[For the free version, explain to the user what the usual rules for handling their data are and how we can make money selling, leasing, or or otherwise engaging in business using it.<br />
<br />
In the first level of paid, we give them dashboard level visibility of what we collect and time stamped event logs showing all transmission of any part of it.<br />
<br />
In the next level of paid licensing, all transmission is off by default and they get the dashboard to view and analyze everything collected and stored on their device, along with notices of request for use of any part. At this level, they own and control all of the collected data pertaining to them.<br />
<br />
The user pays for protection.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Data Storage Security]]></title>
			<link>https://ethicaltechdevforum.com/showthread.php?tid=4</link>
			<pubDate>Fri, 19 Sep 2025 01:08:12 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://ethicaltechdevforum.com/member.php?action=profile&uid=3">keith.watson</a>]]></dc:creator>
			<guid isPermaLink="false">https://ethicaltechdevforum.com/showthread.php?tid=4</guid>
			<description><![CDATA[SQLite is a highly vulnerable db engine which produces files which can be easily read using Android's application interoperability features.  Therefore, all database files must be encrypted, including the block chained data change event record.  How does one execute SQL on an encrypted database file? The only way to access, navigate, filter, and apply analytics is to first read the entire file into RAM and decrypt it into custom maps and other feature convenient collections.  The security problem then is only how to securely store encryption and decryption keys.]]></description>
			<content:encoded><![CDATA[SQLite is a highly vulnerable db engine which produces files which can be easily read using Android's application interoperability features.  Therefore, all database files must be encrypted, including the block chained data change event record.  How does one execute SQL on an encrypted database file? The only way to access, navigate, filter, and apply analytics is to first read the entire file into RAM and decrypt it into custom maps and other feature convenient collections.  The security problem then is only how to securely store encryption and decryption keys.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[User Data Collection]]></title>
			<link>https://ethicaltechdevforum.com/showthread.php?tid=3</link>
			<pubDate>Fri, 19 Sep 2025 01:05:33 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://ethicaltechdevforum.com/member.php?action=profile&uid=3">keith.watson</a>]]></dc:creator>
			<guid isPermaLink="false">https://ethicaltechdevforum.com/showthread.php?tid=3</guid>
			<description><![CDATA[User data collection is best done using a trusted forum to which only app users have access.  Like Stack Exchange, only private, it will provide a means of discussing use of the app, experiences applying its features, goals and strategies for achieving them, and can be a source of downloadable workout templates.  Rather than spying on users, collecting cell phone and other sensor data, acting ostensibly as their agent developing wonderful new technology, provide a means for users to share the information they want to share without fear of the usual "use this and you consent" webpage and app privacy policies which permit almost unlimited use of data collected in commerce.  Further, the user is engaged and knowingly contributing to the software's development.  Those that are so engaged form a core of supporters will benefit more, gaining more value from use of the software.]]></description>
			<content:encoded><![CDATA[User data collection is best done using a trusted forum to which only app users have access.  Like Stack Exchange, only private, it will provide a means of discussing use of the app, experiences applying its features, goals and strategies for achieving them, and can be a source of downloadable workout templates.  Rather than spying on users, collecting cell phone and other sensor data, acting ostensibly as their agent developing wonderful new technology, provide a means for users to share the information they want to share without fear of the usual "use this and you consent" webpage and app privacy policies which permit almost unlimited use of data collected in commerce.  Further, the user is engaged and knowingly contributing to the software's development.  Those that are so engaged form a core of supporters will benefit more, gaining more value from use of the software.]]></content:encoded>
		</item>
	</channel>
</rss>