<?xml version="1.0" encoding="UTF-8" standalone="no"?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:georss="http://www.georss.org/georss" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:media="http://search.yahoo.com/mrss/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" version="2.0">

<channel>
	<title>Blog Gue :D</title>
	<atom:link href="https://yaniarprayogo.wordpress.com/feed/" rel="self" type="application/rss+xml"/>
	<link>https://yaniarprayogo.wordpress.com</link>
	<description>me...??????? Bukan Orang yang ingin Cari Muka...saya ya saya..</description>
	<lastBuildDate>Tue, 28 Oct 2025 14:16:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain="yaniarprayogo.wordpress.com" path="/?rsscloud=notify" port="80" protocol="http-post" registerProcedure=""/>
<image>
		<url>https://secure.gravatar.com/blavatar/e5d474e2481ab5b67d61eaaab5189ea70dda627019ec7b6069ada3672cf772d7?s=96&amp;d=https%3A%2F%2Fs0.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Blog Gue :D</title>
		<link>https://yaniarprayogo.wordpress.com</link>
	</image>
	<atom:link href="https://yaniarprayogo.wordpress.com/osd.xml" rel="search" title="Blog Gue :D" type="application/opensearchdescription+xml"/>
	<atom:link href="https://yaniarprayogo.wordpress.com/?pushpress=hub" rel="hub"/>
	<itunes:explicit>no</itunes:explicit><itunes:subtitle>me...??????? Bukan Orang yang ingin Cari Muka...saya ya saya..</itunes:subtitle><item>
		<title>How to use the latest DeepSeek OCR model that’s currently trending on internet forums in Google Colab(T4-GPU)</title>
		<link>https://yaniarprayogo.wordpress.com/2025/10/28/how-to-use-the-latest-deepseek-ocr-model-thats-currently-trending-on-internet-forums-in-google-colabt4-gpu/</link>
					<comments>https://yaniarprayogo.wordpress.com/2025/10/28/how-to-use-the-latest-deepseek-ocr-model-thats-currently-trending-on-internet-forums-in-google-colabt4-gpu/#respond</comments>
		
		<dc:creator><![CDATA[SuperIntendent]]></dc:creator>
		<pubDate>Tue, 28 Oct 2025 14:04:49 +0000</pubDate>
				<category><![CDATA[Aritificial Intellegent]]></category>
		<category><![CDATA[ai]]></category>
		<category><![CDATA[artificial-intelligence]]></category>
		<category><![CDATA[llm]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[technology]]></category>
		<guid isPermaLink="false">http://yaniarprayogo.wordpress.com/?p=2877</guid>

					<description><![CDATA[&#8220;DeepSeek OCR&#8221; refers to the advanced optical character recognition (OCR) capabilities built into the artificial intelligence models developed by DeepSeek AI. It is important to note that it is not typically a standalone product. Instead, this powerful OCR functionality is a core component of DeepSeek&#8217;s Vision-Language (VL) models, most notably the DeepSeek-VL model. DeepSeek-VL is&#8230; <a href="https://yaniarprayogo.wordpress.com/2025/10/28/how-to-use-the-latest-deepseek-ocr-model-thats-currently-trending-on-internet-forums-in-google-colabt4-gpu/" class="more-link">Continue reading <span class="screen-reader-text">How to use the latest DeepSeek OCR model that&#8217;s currently trending on internet forums in Google&#160;Colab(T4-GPU)</span></a>]]></description>
		
					<wfw:commentRss>https://yaniarprayogo.wordpress.com/2025/10/28/how-to-use-the-latest-deepseek-ocr-model-thats-currently-trending-on-internet-forums-in-google-colabt4-gpu/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		
		<media:content medium="image" url="https://1.gravatar.com/avatar/1a660cc2c9bb3b33bfc278a5b58dcea6f48cf314a367addc279ec2e475a4eda2?s=96&amp;d=wavatar&amp;r=G">
			<media:title type="html">superitendent</media:title>
		</media:content>

		<media:content medium="image" url="https://yaniarprayogo.wordpress.com/wp-content/uploads/2025/10/fig1.png?w=1024"/>
	</item>
		<item>
		<title>Simple Car Game Using DQN(Deep Q Network)</title>
		<link>https://yaniarprayogo.wordpress.com/2025/02/23/simple-car-game-using-dqndeep-q-network/</link>
					<comments>https://yaniarprayogo.wordpress.com/2025/02/23/simple-car-game-using-dqndeep-q-network/#respond</comments>
		
		<dc:creator><![CDATA[SuperIntendent]]></dc:creator>
		<pubDate>Sun, 23 Feb 2025 12:53:01 +0000</pubDate>
				<category><![CDATA[Surving internet]]></category>
		<category><![CDATA[ai]]></category>
		<category><![CDATA[artificial-intelligence]]></category>
		<category><![CDATA[machine-learning]]></category>
		<category><![CDATA[reinforcement-learning]]></category>
		<category><![CDATA[technology]]></category>
		<guid isPermaLink="false">http://yaniarprayogo.wordpress.com/?p=2871</guid>

					<description><![CDATA[Here&#8217;s an example of a car game using a Deep Q-Network (DQN) where the car autonomously learns to avoid obstacles. The learning results are then saved into an .h5 file (due to the use of TensorFlow). At its core, a DQN is a reinforcement learning algorithm that aims to teach an agent how to make&#8230; <a href="https://yaniarprayogo.wordpress.com/2025/02/23/simple-car-game-using-dqndeep-q-network/" class="more-link">Continue reading <span class="screen-reader-text">Simple Car Game Using DQN(Deep Q&#160;Network)</span></a>]]></description>
		
					<wfw:commentRss>https://yaniarprayogo.wordpress.com/2025/02/23/simple-car-game-using-dqndeep-q-network/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		
		<media:content medium="image" url="https://1.gravatar.com/avatar/1a660cc2c9bb3b33bfc278a5b58dcea6f48cf314a367addc279ec2e475a4eda2?s=96&amp;d=wavatar&amp;r=G">
			<media:title type="html">superitendent</media:title>
		</media:content>
	</item>
		<item>
		<title>Qwen2.5-Max, a new artificial intelligence model from China that is faster than DeepSeek, how do I run it via the Alibaba Cloud API in Local Machine?</title>
		<link>https://yaniarprayogo.wordpress.com/2025/01/30/qwen2-5-max-a-new-artificial-intelligence-model-from-china-that-is-faster-than-deepseek-how-do-i-run-it-via-the-alibaba-cloud-api-in-local-machine/</link>
					<comments>https://yaniarprayogo.wordpress.com/2025/01/30/qwen2-5-max-a-new-artificial-intelligence-model-from-china-that-is-faster-than-deepseek-how-do-i-run-it-via-the-alibaba-cloud-api-in-local-machine/#respond</comments>
		
		<dc:creator><![CDATA[SuperIntendent]]></dc:creator>
		<pubDate>Thu, 30 Jan 2025 14:34:12 +0000</pubDate>
				<category><![CDATA[Aritificial Intellegent]]></category>
		<category><![CDATA[ai]]></category>
		<category><![CDATA[artificial-intelligence]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[llm]]></category>
		<category><![CDATA[qwen2-5-max]]></category>
		<category><![CDATA[technology]]></category>
		<guid isPermaLink="false">http://yaniarprayogo.wordpress.com/?p=2846</guid>

					<description><![CDATA[The Qwen2.5-Max language model is the latest and most advanced large language model (LLM) in the Qwen series developed by Alibaba Cloud. It is an improvement over previous versions and is designed to surpass the performance limits of existing AI. Qwen2.5-Max offers enhanced capabilities in various tasks such as natural language understanding, translation, summarization, and&#8230; <a href="https://yaniarprayogo.wordpress.com/2025/01/30/qwen2-5-max-a-new-artificial-intelligence-model-from-china-that-is-faster-than-deepseek-how-do-i-run-it-via-the-alibaba-cloud-api-in-local-machine/" class="more-link">Continue reading <span class="screen-reader-text">Qwen2.5-Max, a new artificial intelligence model from China that is faster than DeepSeek, how do I run it via the Alibaba Cloud API in Local&#160;Machine?</span></a>]]></description>
		
					<wfw:commentRss>https://yaniarprayogo.wordpress.com/2025/01/30/qwen2-5-max-a-new-artificial-intelligence-model-from-china-that-is-faster-than-deepseek-how-do-i-run-it-via-the-alibaba-cloud-api-in-local-machine/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		
		<media:content medium="image" url="https://1.gravatar.com/avatar/1a660cc2c9bb3b33bfc278a5b58dcea6f48cf314a367addc279ec2e475a4eda2?s=96&amp;d=wavatar&amp;r=G">
			<media:title type="html">superitendent</media:title>
		</media:content>

		<media:content medium="image" url="https://yaniarprayogo.wordpress.com/wp-content/uploads/2025/01/1_vxujav5-bh1wpmzddeahmg.webp?w=1024"/>

		<media:content medium="image" url="https://yaniarprayogo.wordpress.com/wp-content/uploads/2025/01/1_ikqvkdoh3cqa7mmkeqqswa.webp?w=1024"/>

		<media:content medium="image" url="https://yaniarprayogo.wordpress.com/wp-content/uploads/2025/01/image-9.png?w=1024"/>

		<media:content medium="image" url="https://yaniarprayogo.wordpress.com/wp-content/uploads/2025/01/image-7.png?w=1024"/>

		<media:content medium="image" url="https://yaniarprayogo.wordpress.com/wp-content/uploads/2025/01/image-11.png?w=1024"/>

		<media:content medium="image" url="https://yaniarprayogo.wordpress.com/wp-content/uploads/2025/01/image-14.png?w=600"/>

		<media:content medium="image" url="https://yaniarprayogo.wordpress.com/wp-content/uploads/2025/01/image-13.png?w=1024"/>
	</item>
		<item>
		<title>In addition to releasing a ChatGPT-like model, DeepSeek has also introduced Janus, a powerful model for image generation. Let’s explore how you can run this innovative tool on your local machine!</title>
		<link>https://yaniarprayogo.wordpress.com/2025/01/29/in-addition-to-releasing-a-chatgpt-like-model-deepseek-has-also-introduced-janus-a-powerful-model-for-image-generation-lets-explore-how-you-can-run-this-innovative-tool-on-your-local-machine/</link>
					<comments>https://yaniarprayogo.wordpress.com/2025/01/29/in-addition-to-releasing-a-chatgpt-like-model-deepseek-has-also-introduced-janus-a-powerful-model-for-image-generation-lets-explore-how-you-can-run-this-innovative-tool-on-your-local-machine/#respond</comments>
		
		<dc:creator><![CDATA[SuperIntendent]]></dc:creator>
		<pubDate>Wed, 29 Jan 2025 02:27:29 +0000</pubDate>
				<category><![CDATA[Surving internet]]></category>
		<category><![CDATA[ai]]></category>
		<category><![CDATA[deep-seek]]></category>
		<category><![CDATA[film]]></category>
		<category><![CDATA[janus]]></category>
		<category><![CDATA[technology]]></category>
		<guid isPermaLink="false">http://yaniarprayogo.wordpress.com/?p=2821</guid>

					<description><![CDATA[The AI landscape just got a major upgrade. DeepSeek, the research lab behind some of the most innovative open-source models, has released Janus Pro 7B &#8211; a free, multimodal AI that not only comprehends images with astonishing accuracy but can also generate high-quality visuals from text. Step aside, single-purpose models. Janus Pro is here to&#8230; <a href="https://yaniarprayogo.wordpress.com/2025/01/29/in-addition-to-releasing-a-chatgpt-like-model-deepseek-has-also-introduced-janus-a-powerful-model-for-image-generation-lets-explore-how-you-can-run-this-innovative-tool-on-your-local-machine/" class="more-link">Continue reading <span class="screen-reader-text">In addition to releasing a ChatGPT-like model, DeepSeek has also introduced Janus, a powerful model for image generation. Let&#8217;s explore how you can run this innovative tool on your local&#160;machine!</span></a>]]></description>
		
					<wfw:commentRss>https://yaniarprayogo.wordpress.com/2025/01/29/in-addition-to-releasing-a-chatgpt-like-model-deepseek-has-also-introduced-janus-a-powerful-model-for-image-generation-lets-explore-how-you-can-run-this-innovative-tool-on-your-local-machine/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		
		<media:content medium="image" url="https://1.gravatar.com/avatar/1a660cc2c9bb3b33bfc278a5b58dcea6f48cf314a367addc279ec2e475a4eda2?s=96&amp;d=wavatar&amp;r=G">
			<media:title type="html">superitendent</media:title>
		</media:content>

		<media:content medium="image" url="https://yaniarprayogo.wordpress.com/wp-content/uploads/2025/01/teaser_januspro.png?w=916"/>

		<media:content medium="image" url="https://yaniarprayogo.wordpress.com/wp-content/uploads/2025/01/teaser.png?w=1024"/>

		<media:content medium="image" url="https://yaniarprayogo.wordpress.com/wp-content/uploads/2025/01/image-2.png?w=1024"/>

		<media:content medium="image" url="https://yaniarprayogo.wordpress.com/wp-content/uploads/2025/01/image-3.png?w=1024"/>

		<media:content medium="image" url="https://yaniarprayogo.wordpress.com/wp-content/uploads/2025/01/image-4.png?w=1024"/>

		<media:content medium="image" url="https://yaniarprayogo.wordpress.com/wp-content/uploads/2025/01/image-5.png?w=1024"/>

		<media:content medium="image" url="https://yaniarprayogo.wordpress.com/wp-content/uploads/2025/01/image-6.png?w=1024"/>
	</item>
		<item>
		<title>How to run DeepSeek R1 on Local Machine, the new Artificial Intelligence model from China that is more efficient than ChatGPT(partial-completely at patreon)</title>
		<link>https://yaniarprayogo.wordpress.com/2025/01/28/how-to-run-deepseek-r1-the-new-artificial-intelligence-model-from-china-that-is-more-efficient-than-chatgptpartial-completely-at-patreon/</link>
					<comments>https://yaniarprayogo.wordpress.com/2025/01/28/how-to-run-deepseek-r1-the-new-artificial-intelligence-model-from-china-that-is-more-efficient-than-chatgptpartial-completely-at-patreon/#respond</comments>
		
		<dc:creator><![CDATA[SuperIntendent]]></dc:creator>
		<pubDate>Tue, 28 Jan 2025 13:05:39 +0000</pubDate>
				<category><![CDATA[Aritificial Intellegent]]></category>
		<category><![CDATA[ai]]></category>
		<category><![CDATA[artificial-intelligence]]></category>
		<category><![CDATA[llm]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[technology]]></category>
		<guid isPermaLink="false">http://yaniarprayogo.wordpress.com/?p=2796</guid>

					<description><![CDATA[On January 27, 2025, DeepSeek unveiled a groundbreaking new model that outperforms ChatGPT and all previous models in terms of efficiency. Even more astonishing, this model is priced significantly lower than any of its competitors. The following graph provides a comparative analysis of DeepSeek-R1 and other existing models. DeepSeek-R1&#8217;s primary appeal lies in its cost-effectiveness&#8230; <a href="https://yaniarprayogo.wordpress.com/2025/01/28/how-to-run-deepseek-r1-the-new-artificial-intelligence-model-from-china-that-is-more-efficient-than-chatgptpartial-completely-at-patreon/" class="more-link">Continue reading <span class="screen-reader-text">How to run DeepSeek R1 on Local Machine, the new Artificial Intelligence model from China that is more efficient than ChatGPT(partial-completely at&#160;patreon)</span></a>]]></description>
		
					<wfw:commentRss>https://yaniarprayogo.wordpress.com/2025/01/28/how-to-run-deepseek-r1-the-new-artificial-intelligence-model-from-china-that-is-more-efficient-than-chatgptpartial-completely-at-patreon/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		
		<media:content medium="image" url="https://1.gravatar.com/avatar/1a660cc2c9bb3b33bfc278a5b58dcea6f48cf314a367addc279ec2e475a4eda2?s=96&amp;d=wavatar&amp;r=G">
			<media:title type="html">superitendent</media:title>
		</media:content>

		<media:content medium="image" url="https://yaniarprayogo.wordpress.com/wp-content/uploads/2025/01/berik.webp?w=880"/>

		<media:content medium="image" url="https://yaniarprayogo.wordpress.com/wp-content/uploads/2025/01/image-1.png?w=1024"/>

		<media:content medium="image" url="https://yaniarprayogo.wordpress.com/wp-content/uploads/2025/01/image.png?w=1024"/>
	</item>
		<item>
		<title>How To Use BFG(crazy big file or password,credentials, etc) on git</title>
		<link>https://yaniarprayogo.wordpress.com/2024/07/17/how-to-use-bfgcrazy-big-file-or-passwordcredentials-etc-on-git/</link>
					<comments>https://yaniarprayogo.wordpress.com/2024/07/17/how-to-use-bfgcrazy-big-file-or-passwordcredentials-etc-on-git/#respond</comments>
		
		<dc:creator><![CDATA[SuperIntendent]]></dc:creator>
		<pubDate>Wed, 17 Jul 2024 16:01:35 +0000</pubDate>
				<category><![CDATA[Surving internet]]></category>
		<category><![CDATA[devops]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[programming]]></category>
		<guid isPermaLink="false">http://yaniarprayogo.wordpress.com/?p=2785</guid>

					<description><![CDATA[BFG Repo-Cleaner is a command-line tool that rewrites Git history by filtering out unwanted data. It is a faster and simpler alternative to git filter-branch and is designed specifically for removing large or problematic files from Git repositories. Some of the benefits of using BFG Repo-Cleaner include: Here are some of the things you can&#8230; <a href="https://yaniarprayogo.wordpress.com/2024/07/17/how-to-use-bfgcrazy-big-file-or-passwordcredentials-etc-on-git/" class="more-link">Continue reading <span class="screen-reader-text">How To Use BFG(crazy big file or password,credentials, etc) on&#160;git</span></a>]]></description>
		
					<wfw:commentRss>https://yaniarprayogo.wordpress.com/2024/07/17/how-to-use-bfgcrazy-big-file-or-passwordcredentials-etc-on-git/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		
		<media:content medium="image" url="https://1.gravatar.com/avatar/1a660cc2c9bb3b33bfc278a5b58dcea6f48cf314a367addc279ec2e475a4eda2?s=96&amp;d=wavatar&amp;r=G">
			<media:title type="html">superitendent</media:title>
		</media:content>

		<media:content medium="image" url="https://yaniarprayogo.wordpress.com/wp-content/uploads/2024/07/2024-07-17_22-58-26.png"/>

		<media:content medium="image" url="https://yaniarprayogo.wordpress.com/wp-content/uploads/2024/07/2024-07-17_23-02-38.png"/>
	</item>
		<item>
		<title>To move the Docker WSL and Docker container file location to another drive</title>
		<link>https://yaniarprayogo.wordpress.com/2024/07/02/to-move-the-docker-wsl-and-docker-container-file-location-to-another-drive/</link>
					<comments>https://yaniarprayogo.wordpress.com/2024/07/02/to-move-the-docker-wsl-and-docker-container-file-location-to-another-drive/#respond</comments>
		
		<dc:creator><![CDATA[SuperIntendent]]></dc:creator>
		<pubDate>Tue, 02 Jul 2024 14:11:18 +0000</pubDate>
				<category><![CDATA[Surving internet]]></category>
		<category><![CDATA[containers]]></category>
		<category><![CDATA[devops]]></category>
		<category><![CDATA[docker]]></category>
		<category><![CDATA[kubernetes]]></category>
		<category><![CDATA[linux]]></category>
		<guid isPermaLink="false">http://yaniarprayogo.wordpress.com/?p=2781</guid>

					<description><![CDATA[start /w &#8220;&#8221; &#8220;Docker Desktop Installer.exe&#8221; install -accept-license &#8211;installation-dir=&#8221;K:\Docker\Docker&#8221; &#8211;wsl-default-data-root=&#8221;K:\Docker\wsl&#8221; &#8211;windows-containers-default-data-root=&#8221;K:\Docker&#8221; The command you provided is for installing Docker Desktop on Windows with some additional options: In summary, this command installs Docker Desktop on Windows, automatically accepts the license, sets a custom installation directory, and defines specific data root locations for both WSL 2 and&#8230; <a href="https://yaniarprayogo.wordpress.com/2024/07/02/to-move-the-docker-wsl-and-docker-container-file-location-to-another-drive/" class="more-link">Continue reading <span class="screen-reader-text">To move the Docker WSL and Docker container file location to another&#160;drive</span></a>]]></description>
		
					<wfw:commentRss>https://yaniarprayogo.wordpress.com/2024/07/02/to-move-the-docker-wsl-and-docker-container-file-location-to-another-drive/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		
		<media:content medium="image" url="https://1.gravatar.com/avatar/1a660cc2c9bb3b33bfc278a5b58dcea6f48cf314a367addc279ec2e475a4eda2?s=96&amp;d=wavatar&amp;r=G">
			<media:title type="html">superitendent</media:title>
		</media:content>
	</item>
		<item>
		<title>Kafka and Confluent Installing in windows</title>
		<link>https://yaniarprayogo.wordpress.com/2019/12/10/kafka-and-confluence-installing-in-windows/</link>
					<comments>https://yaniarprayogo.wordpress.com/2019/12/10/kafka-and-confluence-installing-in-windows/#respond</comments>
		
		<dc:creator><![CDATA[SuperIntendent]]></dc:creator>
		<pubDate>Tue, 10 Dec 2019 07:45:41 +0000</pubDate>
				<category><![CDATA[Surving internet]]></category>
		<guid isPermaLink="false">http://yaniarprayogo.wordpress.com/?p=2749</guid>

					<description><![CDATA[1. install subsytem linux on windows 10 2. download wget -c https://packages.confluent.io/archive/5.3/confluent-5.3.1-2.12.tar.gz 3. tar -xzf confluent-5.3.1-2.12.tar.gz 4. mv confluent-5.3.1 ../../../opt/ 5. curl -L https://cnfl.io/cli &#124; sh -s &#8212; -b ../../confluent-5.3.1/bin/ 6. download confluence hub wget -c http://client.hub.confluent.io/confluent-hub-client-latest.tar.gz 7. coz fail download via wget then i will download via windows&#8230; root@JKTAGITDEV1119:/mnt/c/Users/yaniar.prayogo/Downloads# mv confluent-hub-client-latest.tar.gz ../../../../../home/toor/download/ 8.tar -xzvf&#8230; <a href="https://yaniarprayogo.wordpress.com/2019/12/10/kafka-and-confluence-installing-in-windows/" class="more-link">Continue reading <span class="screen-reader-text">Kafka and Confluent Installing in&#160;windows</span></a>]]></description>
		
					<wfw:commentRss>https://yaniarprayogo.wordpress.com/2019/12/10/kafka-and-confluence-installing-in-windows/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		
		<media:content medium="image" url="https://1.gravatar.com/avatar/1a660cc2c9bb3b33bfc278a5b58dcea6f48cf314a367addc279ec2e475a4eda2?s=96&amp;d=wavatar&amp;r=G">
			<media:title type="html">superitendent</media:title>
		</media:content>

		<media:content medium="image" url="https://yaniarprayogo.wordpress.com/wp-content/uploads/2019/12/confluence1.jpg?w=1024"/>
	</item>
		<item>
		<title>DialogFlow + whatsapp + nodejs [Whatsapp bot]</title>
		<link>https://yaniarprayogo.wordpress.com/2018/12/18/dialogflow-whatsapp-nodejs-whatsapp-bot/</link>
					<comments>https://yaniarprayogo.wordpress.com/2018/12/18/dialogflow-whatsapp-nodejs-whatsapp-bot/#respond</comments>
		
		<dc:creator><![CDATA[SuperIntendent]]></dc:creator>
		<pubDate>Tue, 18 Dec 2018 04:53:51 +0000</pubDate>
				<category><![CDATA[Surving internet]]></category>
		<guid isPermaLink="false">http://yaniarprayogo.wordpress.com/?p=2742</guid>

					<description/>
		
					<wfw:commentRss>https://yaniarprayogo.wordpress.com/2018/12/18/dialogflow-whatsapp-nodejs-whatsapp-bot/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		
		<media:content medium="image" url="https://1.gravatar.com/avatar/1a660cc2c9bb3b33bfc278a5b58dcea6f48cf314a367addc279ec2e475a4eda2?s=96&amp;d=wavatar&amp;r=G">
			<media:title type="html">superitendent</media:title>
		</media:content>
	</item>
		<item>
		<title>Connection refused(DESCRIPTION=(TMP=)(VSNNUM=186646784) [solved]</title>
		<link>https://yaniarprayogo.wordpress.com/2018/12/15/connection-refuseddescriptiontmpvsnnum186646784-solved/</link>
					<comments>https://yaniarprayogo.wordpress.com/2018/12/15/connection-refuseddescriptiontmpvsnnum186646784-solved/#respond</comments>
		
		<dc:creator><![CDATA[SuperIntendent]]></dc:creator>
		<pubDate>Sat, 15 Dec 2018 21:08:36 +0000</pubDate>
				<category><![CDATA[Surving internet]]></category>
		<guid isPermaLink="false">http://yaniarprayogo.wordpress.com/?p=2739</guid>

					<description><![CDATA[check your session and process resource on your on service name; select resource_name, current_utilization, max_utilization from v$resource_limit where resource_name in (‘processes’,’sessions’) and increase your resource process and session SQL&#62; alter system set processes=1000 scope=spfile;SQL&#62; alter system set sessions=1248 scope=spfile;]]></description>
		
					<wfw:commentRss>https://yaniarprayogo.wordpress.com/2018/12/15/connection-refuseddescriptiontmpvsnnum186646784-solved/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		
		<media:content medium="image" url="https://1.gravatar.com/avatar/1a660cc2c9bb3b33bfc278a5b58dcea6f48cf314a367addc279ec2e475a4eda2?s=96&amp;d=wavatar&amp;r=G">
			<media:title type="html">superitendent</media:title>
		</media:content>
	</item>
	</channel>
</rss>