<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Culture on downside154</title><link>https://downside154.github.io/categories/culture/</link><description>Recent content in Culture on downside154</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Tue, 03 Oct 2023 23:18:10 +0900</lastBuildDate><atom:link href="https://downside154.github.io/categories/culture/index.xml" rel="self" type="application/rss+xml"/><item><title>Python Enviroment</title><link>https://downside154.github.io/posts/python_enviroment/</link><pubDate>Tue, 03 Oct 2023 23:18:10 +0900</pubDate><guid>https://downside154.github.io/posts/python_enviroment/</guid><description>&lt;h2 id="anaconda"&gt;Anaconda&lt;/h2&gt;
&lt;p&gt;&lt;figure&gt;&lt;img src="https://downside154.github.io/images/anaconda.png" width="600px"&gt;&lt;figcaption&gt;
 			&lt;h4&gt;Anaconda(python distributor)&lt;/h4&gt;
 		&lt;/figcaption&gt;
 &lt;/figure&gt;

&lt;a href="https://www.anaconda.com/products/individual"&gt;anaconda download link&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Anaconda is a distribution of the Python and R programming languages that aims to &lt;strong&gt;simplify package management and deployment&lt;/strong&gt;. It was initially released in July 17, 2021 by &lt;em&gt;Continuum analytics&lt;/em&gt; under the Freemium license but other editions are SaaS.&lt;/p&gt;
&lt;h2 id="google-colaboratory-colab"&gt;Google Colaboratory (Colab)&lt;/h2&gt;
&lt;figure&gt;&lt;img src="https://downside154.github.io/images/colab.png" width="600px"&gt;&lt;figcaption&gt;
 			&lt;h4&gt;Google Colaboratory&lt;/h4&gt;
 		&lt;/figcaption&gt;
 &lt;/figure&gt;

&lt;p&gt;Colab allows users to write and execute python code on the browser. It is used by students, DS, AI programmers, and many more due to its ease of use.
&lt;a href="https://colab.research.google.com/"&gt;Google Colab&lt;/a&gt;&lt;/p&gt;</description></item><item><title>MacOS Command Line Tools</title><link>https://downside154.github.io/posts/macos_cltools/</link><pubDate>Wed, 28 Jun 2023 00:15:38 +0900</pubDate><guid>https://downside154.github.io/posts/macos_cltools/</guid><description>&lt;p&gt;This post will have some command line tools used in macOS. Truth be told, I do not use ALL of these commands all of the time but I consider them useful nonetheless.&lt;/p&gt;
&lt;h3 id="caffeinate-sleep"&gt;caffeinate (sleep)&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;caffeinate&lt;/code&gt; to prevent your mac from going to sleep as long as the command is running.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;caffeinate -u -t &amp;lt;seconds&amp;gt;&lt;/code&gt; to specify the time.
Adding the &lt;code&gt;-d&lt;/code&gt; flag prevents the display from going to sleep.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;caffeinate &amp;lt;command&amp;gt;&lt;/code&gt; will start the command in a new process and will prevent sleep until that process exits.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="textutils-document-file-converter"&gt;textutils (document file converter)&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;textutil&lt;/code&gt; converts files to and from MS Word, plain text, rich text, and HTML formats.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;textutil -convert html text.doc&lt;/code&gt; converts &lt;strong&gt;text.doc&lt;/strong&gt; into &lt;strong&gt;text.html&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Possible values for &lt;code&gt;-convert&lt;/code&gt; are : &lt;strong&gt;txt, html, rtf, rtfd, doc, docx&lt;/strong&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="mdfind-search-with-spotlight"&gt;mdfind (search with Spotlight)&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;mdfind &amp;lt;query&amp;gt;&lt;/code&gt; performs a keyword-based Spotlight search with the query.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;mdfind kMDItemAppStoreHasReceipt=1&lt;/code&gt; finds all apps installed from the App Store.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;mdfind name &amp;lt;name&amp;gt;&lt;/code&gt; searches all files with the name &lt;strong&gt;name&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;-onlyin &amp;lt;dir&amp;gt;&lt;/code&gt; flag restricts the search to a given directory.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="networkquality-measure-internet-speed"&gt;networkQuality (measure Internet speed)&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;networkQuality&lt;/code&gt; to run an Internet Speed test from your Mac.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;-v&lt;/code&gt; flag for verbose.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;-i&lt;/code&gt; flag to run a network test on a specific network interface.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="screencapture-screenshots"&gt;screencapture (screenshots)&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;screencapture -c&lt;/code&gt; to take a screenshot and copy to clipboard.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;screencapture &amp;lt;file&amp;gt;&lt;/code&gt; to take screenshot and save to a file.&lt;/li&gt;
&lt;li&gt;Add the &lt;code&gt;-T &amp;lt;seconds&amp;gt;&lt;/code&gt; to take the screenshot after a certain time.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="pbcopy-and-pbpase"&gt;pbcopy and pbpase&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;&amp;lt;command&amp;gt; | pbcopy&lt;/code&gt; copies the output of the command to the clipboard.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;pbpaste&lt;/code&gt; outputs the contents of the clipboard to stdout.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;MacOS:&lt;/p&gt;</description></item><item><title>First Post</title><link>https://downside154.github.io/posts/first_post/</link><pubDate>Fri, 17 Feb 2023 16:18:35 +0900</pubDate><guid>https://downside154.github.io/posts/first_post/</guid><description>&lt;h2 id="introduction--test-post"&gt;Introduction : Test Post&lt;/h2&gt;
&lt;p&gt;As the first post of this blog. It seems only fitting that this be the place where I test out the features of Hugo.&lt;/p&gt;
&lt;h3 id="testing"&gt;Testing&lt;/h3&gt;
&lt;p&gt;This is &lt;strong&gt;bold&lt;/strong&gt; text, and this is &lt;em&gt;emphasized&lt;/em&gt; text.&lt;/p&gt;
&lt;p&gt;Table&lt;/p&gt;
&lt;table&gt;
	&lt;thead&gt;
			&lt;tr&gt;
					&lt;th&gt;test1&lt;/th&gt;
					&lt;th&gt;test2&lt;/th&gt;
					&lt;th&gt;test3&lt;/th&gt;
					&lt;th&gt;test4&lt;/th&gt;
					&lt;th&gt;test5&lt;/th&gt;
			&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tbody&gt;
			&lt;tr&gt;
					&lt;td&gt;6&lt;/td&gt;
					&lt;td&gt;7&lt;/td&gt;
					&lt;td&gt;8&lt;/td&gt;
					&lt;td&gt;9&lt;/td&gt;
					&lt;td&gt;10&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;11&lt;/td&gt;
					&lt;td&gt;12&lt;/td&gt;
					&lt;td&gt;13&lt;/td&gt;
					&lt;td&gt;14&lt;/td&gt;
					&lt;td&gt;15&lt;/td&gt;
			&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;hr&gt;
&lt;ul&gt;
&lt;li&gt;&lt;input disabled="" type="checkbox"&gt; checking if extended markdown &lt;del&gt;works&lt;/del&gt;.&lt;/li&gt;
&lt;li&gt;&lt;input checked="" disabled="" type="checkbox"&gt; ==yea== it&lt;del&gt;does&lt;/del&gt; work^2^ :joy:&lt;/li&gt;
&lt;li&gt;&lt;input disabled="" type="checkbox"&gt; highlight, subscript, superscript, emoji markdown not working&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Trie code in python&lt;/p&gt;</description></item></channel></rss>