<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: ozuly</title><link>https://news.ycombinator.com/user?id=ozuly</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sun, 27 Sep 2026 07:05:47 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=ozuly" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by ozuly in "Taking a $15 Casio F91W 5km underwater"]]></title><description><![CDATA[
<p>You can buy replacement backlight spreaders off of etsy. I did it to mine and the backlight is now usable..</p>
]]></description><pubDate>Fri, 31 Jan 2025 20:53:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=42891841</link><dc:creator>ozuly</dc:creator><comments>https://news.ycombinator.com/item?id=42891841</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42891841</guid></item><item><title><![CDATA[New comment by ozuly in "Taking a $15 Casio F91W 5km underwater"]]></title><description><![CDATA[
<p>I fixed this on my A158 (basically a silver F91) by replacing the backlight spreader. Super simple mod and only costs about $12. Granted that's close to the cost of the watch itself.<p><a href="https://www.etsy.com/listing/1448973768/back-light-spreader-for-casio-f-91w-a" rel="nofollow">https://www.etsy.com/listing/1448973768/back-light-spreader-...</a></p>
]]></description><pubDate>Fri, 31 Jan 2025 20:49:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=42891797</link><dc:creator>ozuly</dc:creator><comments>https://news.ycombinator.com/item?id=42891797</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42891797</guid></item><item><title><![CDATA[New comment by ozuly in "The Copenhagen Book: general guideline on implementing auth in web applications"]]></title><description><![CDATA[
<p>There is a Github Discussion where he goes into more detail. He also talks about it on his twitter:<p><a href="https://github.com/lucia-auth/lucia/discussions/1707">https://github.com/lucia-auth/lucia/discussions/1707</a><p><a href="https://x.com/pilcrowonpaper/status/1843258855280742481" rel="nofollow">https://x.com/pilcrowonpaper/status/1843258855280742481</a></p>
]]></description><pubDate>Thu, 10 Oct 2024 20:30:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=41803244</link><dc:creator>ozuly</dc:creator><comments>https://news.ycombinator.com/item?id=41803244</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41803244</guid></item><item><title><![CDATA[New comment by ozuly in "The Copenhagen Book: general guideline on implementing auth in web applications"]]></title><description><![CDATA[
<p>If I'm not mistaken, this is written by the author of Lucia, a popular auth library for TypeScript [0]. He recently announced that he will be deprecating the library and be replacing it with a series of written guides [1], as he no longer feels that the Lucia library is an ergonomic way of implementing auth. He posted an early preview of the written guide [2] which I found enjoyable to read and complements The Copenhagen Book nicely.<p>[0] <a href="https://github.com/lucia-auth/lucia">https://github.com/lucia-auth/lucia</a><p>[1] <a href="https://github.com/lucia-auth/lucia/discussions/1707">https://github.com/lucia-auth/lucia/discussions/1707</a><p>[2] <a href="https://lucia-next.pages.dev/" rel="nofollow">https://lucia-next.pages.dev/</a></p>
]]></description><pubDate>Thu, 10 Oct 2024 20:26:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=41803206</link><dc:creator>ozuly</dc:creator><comments>https://news.ycombinator.com/item?id=41803206</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41803206</guid></item><item><title><![CDATA[New comment by ozuly in "The Costco of Housing is Costco? The retailer's plan to use CA housing laws"]]></title><description><![CDATA[
<p>I'm continuously impressed by Costco. Not only is it one of my favorite places to shop, but I also recently recent to the Acquired episode on Costco[0] and was super impressed by how they run their business. They've continuously been able to align their unique advantages to reenforce each other and make their advantages even stronger. I highly recommend this episode to everyone.<p>[0] <a href="https://www.acquired.fm/episodes/costco" rel="nofollow">https://www.acquired.fm/episodes/costco</a></p>
]]></description><pubDate>Sat, 15 Jun 2024 01:08:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=40686664</link><dc:creator>ozuly</dc:creator><comments>https://news.ycombinator.com/item?id=40686664</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40686664</guid></item><item><title><![CDATA[New comment by ozuly in "Vercel ends open-source sponsorship program giving projects 24hr notice"]]></title><description><![CDATA[
<p>In case it’s helpful to anyone who has to jump off vercel:<p>I recently had to transition my company off of vercel for reasons unrelated to this (wanted to use cloud infra primitives that vercel does not provide, and wanted to leverage the large amount of AWS credits my company received) and found sst.dev [0] to be easy to migrate to and a joy to use in general. It leverages open-next to deploy next.js projects on AWS in a serverless way.<p>I’ve been enjoying using it so much that for my next project I think I’ll skip vercel altogether and use sst from the start.<p>[0] <a href="https://sst.dev/">https://sst.dev/</a></p>
]]></description><pubDate>Fri, 14 Jun 2024 22:06:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=40685579</link><dc:creator>ozuly</dc:creator><comments>https://news.ycombinator.com/item?id=40685579</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40685579</guid></item><item><title><![CDATA[New comment by ozuly in "Effect – Build robust apps in TypeScript"]]></title><description><![CDATA[
<p>For me personally, I find a functional programming to be the most productive when working on a project as a solo dev or as part of a very small team that I've hired. But the downside is that it's much harder to onboard devs without experience in functional programming. It takes a while before they can be productive when introduced to a codebase that's mostly written in a functional style — one that's written in Effect for example.<p>I recently started a company and was tempted to use Effect as I felt I would be able to build faster and higher quality than Standard TypeScript, but decided against it since I felt that I would pay the price when it came to grow the team. So far the decision has paid off.<p>I did indulge myself a little bit though and do make heavy use of remeda and ts-pattern across my code.</p>
]]></description><pubDate>Fri, 14 Jun 2024 21:31:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=40685339</link><dc:creator>ozuly</dc:creator><comments>https://news.ycombinator.com/item?id=40685339</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40685339</guid></item><item><title><![CDATA[New comment by ozuly in "My Favourite Gleam Feature"]]></title><description><![CDATA[
<p>I use a similar pattern in my typescript code by using the Remeda library[0]. Like the patterns described in the article, the util functions can be used in both a one-off data-first way:<p><pre><code>    R.map(arr, (x) => x + 1)

</code></pre>
and as part of a pipe in a data-last way:<p><pre><code>    R.pipe(
      [0, 1, 2, 3, 4, 5, 6],
      R.map((x) => x + 1),
      R.filter((x) => x % 2 === 0),
      R.take(1)
    )

</code></pre>
I've really enjoyed using it and would recommend it to anyone who would like to write their typescript in a more functional way.<p>[0] <a href="https://remedajs.com/" rel="nofollow">https://remedajs.com/</a></p>
]]></description><pubDate>Thu, 13 Jun 2024 23:43:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=40676098</link><dc:creator>ozuly</dc:creator><comments>https://news.ycombinator.com/item?id=40676098</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40676098</guid></item><item><title><![CDATA[New comment by ozuly in "Your brain runs your body using something like a budget"]]></title><description><![CDATA[
<p>Although this article was adapted from the author's newest book, she also has an older book[0] where she writes more about this topic and how it relates to emotions. I thought it was a little longer than it needed to be, but it was still the most interesting no-fiction book I read that year.<p>[0] <a href="https://www.amazon.com/How-Emotions-Are-Made-Secret-ebook/dp/B00QPHURT6" rel="nofollow">https://www.amazon.com/How-Emotions-Are-Made-Secret-ebook/dp...</a></p>
]]></description><pubDate>Thu, 26 Nov 2020 22:18:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=25223924</link><dc:creator>ozuly</dc:creator><comments>https://news.ycombinator.com/item?id=25223924</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=25223924</guid></item></channel></rss>