<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News: aespinoza</title><link>https://news.ycombinator.com/user?id=aespinoza</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 13 Aug 2026 23:50:09 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=aespinoza" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by aespinoza in "Ask HN: How are Markov chains so different from tiny LLMs?"]]></title><description><![CDATA[
<p>Would you be willing to write an article comparing the results ? Or share the code you used to test? I am super interested in the results of this experiment.</p>
]]></description><pubDate>Thu, 20 Nov 2025 18:50:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=45996193</link><dc:creator>aespinoza</dc:creator><comments>https://news.ycombinator.com/item?id=45996193</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45996193</guid></item><item><title><![CDATA[New comment by aespinoza in "Google Antigravity"]]></title><description><![CDATA[
<p>I downloaded it, but I was not even able to get past `Account Set Up`. :(</p>
]]></description><pubDate>Tue, 18 Nov 2025 21:51:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=45972692</link><dc:creator>aespinoza</dc:creator><comments>https://news.ycombinator.com/item?id=45972692</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45972692</guid></item><item><title><![CDATA[New comment by aespinoza in "Ask HN: Is it possible that ChatGPT is not creative at all"]]></title><description><![CDATA[
<p>Under that definition, I wonder if anybody is `creative`. We would need to assess how many of what we call `original ideas` are not rehashes of other ideas.</p>
]]></description><pubDate>Tue, 19 Sep 2023 18:50:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=37574457</link><dc:creator>aespinoza</dc:creator><comments>https://news.ycombinator.com/item?id=37574457</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37574457</guid></item><item><title><![CDATA[New comment by aespinoza in "Why do people demand from themselves anything less than greatness?"]]></title><description><![CDATA[
<p>Greatness comes at a very high cost. But to me greatness is not about money, or economic success. Greatness is a very subjective term.<p>For me greatness is about mastering my craft. Creating great things. It still comes at a very high cost, because practice is not free, and it takes away time from life, especially family time.<p>Now, Why? Look at life this way: Humans only care about the experience of life. Experience can be focused on family, money, personal achievements, material things, etc.<p>What you refer to a `great` experience is not really a `great` experience for another person. So `greatness`, IMHO, refers to the experience you wanna have. My great experience is becoming a master in my craft. That is my image of greatness. To Transcend. I trade time focused on my work, for time doing other things.<p>Now, there could be a person that has a vision of `greatness` that refers to being the greatest dad ever. That is still greatness. So basically, what I am trying to say is that everyone looks for their version greatness, and that not necessarily matches what you define as greatness.</p>
]]></description><pubDate>Sun, 02 Apr 2023 17:40:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=35413062</link><dc:creator>aespinoza</dc:creator><comments>https://news.ycombinator.com/item?id=35413062</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35413062</guid></item><item><title><![CDATA[New comment by aespinoza in "Ask HN: Mono-Repo or Multi-Repo?"]]></title><description><![CDATA[
<p>IMHO mono-repo vs multi-repo should be decided based on the sources of change for each component in a product. For example, the cloud components of a product usually change at the same pace and for the same reasons, it makes sense to have them in a mono-repo. Even in a microservices approach. Even in the cloud certain components can change at a different pace and for different reasons. For example if you have grpc api that talks to your mobile app and a webapi exposed to your customers.<p>I believe that components that move at a different pace and change for different reason should not be in the same repo. It is difficult to setup CI/CD for different ways of deployment and specially if they not changing at the same time.<p>Now, regarding security, it is important to keep different components of a product in different repos, this will give you the flexibility to manage a more restricted set of credentials and reduce the number of people that have access to it.<p>In the end it involved 3 things: 1) Sources of Change, 2) CI/CD Processes and 3) Security. You can definitely mix and match.</p>
]]></description><pubDate>Wed, 22 Dec 2021 18:16:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=29653037</link><dc:creator>aespinoza</dc:creator><comments>https://news.ycombinator.com/item?id=29653037</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=29653037</guid></item><item><title><![CDATA[Making CPython Faster]]></title><description><![CDATA[
<p>Article URL: <a href="https://lwn.net/SubscriberLink/857754/ca5c35e391007553/">https://lwn.net/SubscriberLink/857754/ca5c35e391007553/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=27370052">https://news.ycombinator.com/item?id=27370052</a></p>
<p>Points: 4</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 02 Jun 2021 15:47:12 +0000</pubDate><link>https://lwn.net/SubscriberLink/857754/ca5c35e391007553/</link><dc:creator>aespinoza</dc:creator><comments>https://news.ycombinator.com/item?id=27370052</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27370052</guid></item><item><title><![CDATA[Lockless patterns: an introduction to compare-and-swap]]></title><description><![CDATA[
<p>Article URL: <a href="https://lwn.net/SubscriberLink/847973/af897c27ea0c5e6b/">https://lwn.net/SubscriberLink/847973/af897c27ea0c5e6b/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=26453170">https://news.ycombinator.com/item?id=26453170</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Sun, 14 Mar 2021 06:05:54 +0000</pubDate><link>https://lwn.net/SubscriberLink/847973/af897c27ea0c5e6b/</link><dc:creator>aespinoza</dc:creator><comments>https://news.ycombinator.com/item?id=26453170</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=26453170</guid></item><item><title><![CDATA[New comment by aespinoza in "Ask HN: Monitors vs. 1 Big Monitor"]]></title><description><![CDATA[
<p>I haven't seen any research that has pointed to me to one or the other. I can however give you my own experience.<p>I have mixed feelings about this. I moved from multiple monitors to one big monitor. I do not see a considerable difference between one or the other.<p>Obviously this is all subjective so I cannot give you any numbers to back this up. I am however not going back to multiple monitors.</p>
]]></description><pubDate>Thu, 04 Mar 2021 17:47:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=26345496</link><dc:creator>aespinoza</dc:creator><comments>https://news.ycombinator.com/item?id=26345496</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=26345496</guid></item><item><title><![CDATA[New comment by aespinoza in "Ask HN: I want to start learning Lisp. Where do I begin?"]]></title><description><![CDATA[
<p>This book made me fall in love with Lisp: Land of Lisp - <a href="https://nostarch.com/lisp.htm" rel="nofollow">https://nostarch.com/lisp.htm</a><p>I found it super helpful understanding everything there is about Lisp, and you can move from there.</p>
]]></description><pubDate>Wed, 16 Dec 2020 17:02:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=25444941</link><dc:creator>aespinoza</dc:creator><comments>https://news.ycombinator.com/item?id=25444941</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=25444941</guid></item><item><title><![CDATA[New comment by aespinoza in "Ask HN: Who do you consider a genius in the CS world?"]]></title><description><![CDATA[
<p>Donald Knuth (<a href="https://en.wikipedia.org/wiki/Donald_Knuth" rel="nofollow">https://en.wikipedia.org/wiki/Donald_Knuth</a>)<p>Leslie Lamport (<a href="https://en.wikipedia.org/wiki/Leslie_Lamport" rel="nofollow">https://en.wikipedia.org/wiki/Leslie_Lamport</a>)<p>Ian Goodfellow (<a href="https://en.wikipedia.org/wiki/Ian_Goodfellow" rel="nofollow">https://en.wikipedia.org/wiki/Ian_Goodfellow</a>)<p>Just to name a few....</p>
]]></description><pubDate>Tue, 20 Oct 2020 21:26:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=24842495</link><dc:creator>aespinoza</dc:creator><comments>https://news.ycombinator.com/item?id=24842495</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=24842495</guid></item><item><title><![CDATA[Privacy by Design: A Holochain Exploration]]></title><description><![CDATA[
<p>Article URL: <a href="https://journal.acs.org.au/index.php/ajis/article/view/2801/983">https://journal.acs.org.au/index.php/ajis/article/view/2801/983</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=24482406">https://news.ycombinator.com/item?id=24482406</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 15 Sep 2020 15:33:56 +0000</pubDate><link>https://journal.acs.org.au/index.php/ajis/article/view/2801/983</link><dc:creator>aespinoza</dc:creator><comments>https://news.ycombinator.com/item?id=24482406</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=24482406</guid></item><item><title><![CDATA[New comment by aespinoza in "Ask HN: If you prefer physical books, how do you read without breaking the bank?"]]></title><description><![CDATA[
<p>In the case of technical books, I have found that pricing is not that different from digital to physical books.<p>This is a good example: <a href="https://www.amazon.com/dp/1449373321/ref=cm_sw_r_tw_dp_x_qQ8xFb653A4KQ" rel="nofollow">https://www.amazon.com/dp/1449373321/ref=cm_sw_r_tw_dp_x_qQ8...</a><p>It is $29.99 for Kindle and Physical is $34.91.</p>
]]></description><pubDate>Mon, 14 Sep 2020 19:56:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=24474400</link><dc:creator>aespinoza</dc:creator><comments>https://news.ycombinator.com/item?id=24474400</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=24474400</guid></item><item><title><![CDATA[New comment by aespinoza in "Ask HN: Is there a list of known software attack vectors?"]]></title><description><![CDATA[
<p>Not sure if this is what you are referring to, but this page contains a list of offensive techniques which could be used to create attack vectors:<p><a href="https://attack.mitre.org/" rel="nofollow">https://attack.mitre.org/</a></p>
]]></description><pubDate>Thu, 10 Sep 2020 00:23:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=24427573</link><dc:creator>aespinoza</dc:creator><comments>https://news.ycombinator.com/item?id=24427573</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=24427573</guid></item><item><title><![CDATA[New comment by aespinoza in "Tiny Core Linux Dead?"]]></title><description><![CDATA[
<p>I can access it fine: <a href="https://www.isitdownrightnow.com/tinycorelinux.net.html" rel="nofollow">https://www.isitdownrightnow.com/tinycorelinux.net.html</a></p>
]]></description><pubDate>Sat, 22 Aug 2020 15:31:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=24244767</link><dc:creator>aespinoza</dc:creator><comments>https://news.ycombinator.com/item?id=24244767</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=24244767</guid></item><item><title><![CDATA[Data on the Outside vs. Data on the Inside]]></title><description><![CDATA[
<p>Article URL: <a href="https://queue.acm.org/detail.cfm?id=3415014">https://queue.acm.org/detail.cfm?id=3415014</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=24225654">https://news.ycombinator.com/item?id=24225654</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 20 Aug 2020 17:10:03 +0000</pubDate><link>https://queue.acm.org/detail.cfm?id=3415014</link><dc:creator>aespinoza</dc:creator><comments>https://news.ycombinator.com/item?id=24225654</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=24225654</guid></item><item><title><![CDATA[New comment by aespinoza in "Ask HN: Ergonomic Keyboard Recommendations"]]></title><description><![CDATA[
<p>Basically what put me off was the way the keys are arranged in a semi circle. It was uncomfortable to code. I am not sure if it is because I have big hands or just the design didn't work for me.</p>
]]></description><pubDate>Wed, 19 Aug 2020 15:32:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=24211461</link><dc:creator>aespinoza</dc:creator><comments>https://news.ycombinator.com/item?id=24211461</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=24211461</guid></item><item><title><![CDATA[New comment by aespinoza in "Ask HN: Ergonomic Keyboard Recommendations"]]></title><description><![CDATA[
<p>Most of the good ergonomic keyboards are around the same price. Look at this one which it is good, but I personally didn't like: <a href="https://kinesis-ergo.com/shop/advantage2/" rel="nofollow">https://kinesis-ergo.com/shop/advantage2/</a><p>You could try Microsoft's ergonomic keyboards, they are cheaper, but I personally didn't like them either: <a href="https://www.microsoft.com/accessories/en-us/products/keyboards/natural-ergonomic-keyboard-4000/b2m-00012" rel="nofollow">https://www.microsoft.com/accessories/en-us/products/keyboar...</a></p>
]]></description><pubDate>Wed, 19 Aug 2020 15:13:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=24211177</link><dc:creator>aespinoza</dc:creator><comments>https://news.ycombinator.com/item?id=24211177</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=24211177</guid></item><item><title><![CDATA[New comment by aespinoza in "Ask HN: Ergonomic Keyboard Recommendations"]]></title><description><![CDATA[
<p>I love Ergodox (<a href="https://ergodox-ez.com/" rel="nofollow">https://ergodox-ez.com/</a>). There is a new keyboard by the same company which looks cool, but I haven't tried it yet: The Moonlander (<a href="https://www.zsa.io/moonlander/" rel="nofollow">https://www.zsa.io/moonlander/</a>)</p>
]]></description><pubDate>Tue, 18 Aug 2020 18:28:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=24202324</link><dc:creator>aespinoza</dc:creator><comments>https://news.ycombinator.com/item?id=24202324</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=24202324</guid></item><item><title><![CDATA[Broken Hearts and Coffee Mugs – The ordeal of security reviews]]></title><description><![CDATA[
<p>Article URL: <a href="https://queue.acm.org/detail.cfm?id=3407138">https://queue.acm.org/detail.cfm?id=3407138</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=24161541">https://news.ycombinator.com/item?id=24161541</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 14 Aug 2020 18:33:11 +0000</pubDate><link>https://queue.acm.org/detail.cfm?id=3407138</link><dc:creator>aespinoza</dc:creator><comments>https://news.ycombinator.com/item?id=24161541</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=24161541</guid></item><item><title><![CDATA[Zero Trust Architecture]]></title><description><![CDATA[
<p>Article URL: <a href="https://csrc.nist.gov/publications/detail/sp/800-207/final">https://csrc.nist.gov/publications/detail/sp/800-207/final</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=24137894">https://news.ycombinator.com/item?id=24137894</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 12 Aug 2020 22:38:35 +0000</pubDate><link>https://csrc.nist.gov/publications/detail/sp/800-207/final</link><dc:creator>aespinoza</dc:creator><comments>https://news.ycombinator.com/item?id=24137894</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=24137894</guid></item></channel></rss>