<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: senkora</title><link>https://news.ycombinator.com/user?id=senkora</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 26 Jun 2026 23:53:17 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=senkora" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by senkora in "What Is a Nomogram and Why Would It Interest Me?"]]></title><description><![CDATA[
<p>That is cool, although it took me awhile to understand it because the posterior probability is on the left and the prior probability is on the right, and because it uses D=Disease and T=Test when I am used to seeing D=Data.</p>
]]></description><pubDate>Fri, 26 Jun 2026 18:57:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=48690540</link><dc:creator>senkora</dc:creator><comments>https://news.ycombinator.com/item?id=48690540</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48690540</guid></item><item><title><![CDATA[New comment by senkora in "The last Romans are still around"]]></title><description><![CDATA[
<p>Since PCA maps are fun to look at, here’s one for modern-day populations:<p><a href="https://www.reddit.com/r/MapPorn/comments/1n8xjl6/genome_ancestry_clusters_of_presentday_europeans/" rel="nofollow">https://www.reddit.com/r/MapPorn/comments/1n8xjl6/genome_anc...</a></p>
]]></description><pubDate>Fri, 26 Jun 2026 04:39:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=48682385</link><dc:creator>senkora</dc:creator><comments>https://news.ycombinator.com/item?id=48682385</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48682385</guid></item><item><title><![CDATA[New comment by senkora in "Dostoyevsky isn't difficult"]]></title><description><![CDATA[
<p>This made me smile because I did exactly the same thing (i.e. I also read Anna Karenina in 7th grade, and was very pretentious). I mostly read during lunch periods when it probably would have been a better idea to be developing my social skills.<p>I remember being most interested in Konstantin Levin's efforts to modernize his farm estate.<p>I think that at the time I thought that I understood the difficult books that I was reading fully, but looking back on it I must have missed so much. I'll need to have a re-read one of these days.</p>
]]></description><pubDate>Thu, 25 Jun 2026 04:14:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=48668800</link><dc:creator>senkora</dc:creator><comments>https://news.ycombinator.com/item?id=48668800</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48668800</guid></item><item><title><![CDATA[New comment by senkora in "Vitamin D3 During Pregnancy and Cognitive Performance at 10 Years"]]></title><description><![CDATA[
<p>I just skimmed the summary but in the results section it reports three significant results and two after “multiple-test correction”. I’m not sure how they did that correction; I would expect that measures of cognitive performance are correlated for each child and so the standard Bonferroni correction might be too harsh to apply here.<p>> Covariate-adjusted analyses of standardized scores (mean [SD], 0 [1]; higher values indicating better performance) showed positive associations of high-dose vitamin D3 with verbal memory (β = 0.17 SD; 95% CI, 0.03-0.32 SD; P = .02), visual memory (β = 0.24 SD; 95% CI, 0.06-0.42 SD; P = .01), and flexibility or set shift (β = 0.19 SD; 95% CI, 0.01-0.37 SD; P = .04); however, high-dose vitamin D3 was no longer associated with flexibility or set shift after multiple test correction.</p>
]]></description><pubDate>Sun, 07 Jun 2026 17:26:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=48436909</link><dc:creator>senkora</dc:creator><comments>https://news.ycombinator.com/item?id=48436909</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48436909</guid></item><item><title><![CDATA[New comment by senkora in "Bricks and Minifigs Stole a Man's $200k Lego Collection"]]></title><description><![CDATA[
<p>It seems to be a real definition, see definition 6 under etymology 2:<p>> (transitive, law, especially New Zealand)[1] To subject [someone] to a trespass notice, formally notifying them that they are prohibited from entry to a property, such that any current or future presence there will constitute trespass, (especially) criminal trespass<p><a href="https://en.wiktionary.org/wiki/trespass#English" rel="nofollow">https://en.wiktionary.org/wiki/trespass#English</a></p>
]]></description><pubDate>Thu, 28 May 2026 21:05:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=48315473</link><dc:creator>senkora</dc:creator><comments>https://news.ycombinator.com/item?id=48315473</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48315473</guid></item><item><title><![CDATA[New comment by senkora in "Opaque Types in Python"]]></title><description><![CDATA[
<p>There’s always the extra idiomatic __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED for coworkers that can’t take a hint.<p><a href="https://github.com/reactjs/react.dev/issues/3896" rel="nofollow">https://github.com/reactjs/react.dev/issues/3896</a></p>
]]></description><pubDate>Tue, 26 May 2026 16:17:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=48281803</link><dc:creator>senkora</dc:creator><comments>https://news.ycombinator.com/item?id=48281803</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48281803</guid></item><item><title><![CDATA[New comment by senkora in "I keep bouncing off the Scheme language"]]></title><description><![CDATA[
<p>I typically do the same algorithm for each solution, but I do try to write it in an idiomatic way to each language.<p>I usually look at the editorial after the first solve to see if I missed any tricks or other approaches, and sometimes I’ll write the second solution differently if there was something interesting that I missed.</p>
]]></description><pubDate>Mon, 25 May 2026 19:18:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=48270564</link><dc:creator>senkora</dc:creator><comments>https://news.ycombinator.com/item?id=48270564</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48270564</guid></item><item><title><![CDATA[New comment by senkora in "I keep bouncing off the Scheme language"]]></title><description><![CDATA[
<p>It's a feature of the leetcode.com website. I actually can't find a URL that will directly link to the current day's problem, but you can open <a href="https://leetcode.com/problemset/" rel="nofollow">https://leetcode.com/problemset/</a> and select the current date in the calendar widget (at the top right on desktop, or by clicking the green calendar floating action button at the bottom right on mobile).<p>You can view the daily problem without logging in or creating an account.<p>Fair warning: today's daily problem is a "hard" difficulty and it is often worth skipping those or peeking at the solution. They can take a while to solve (often at least an hour) and/or rely on unusual tricks or data structures. I haven't solved this one yet so idk exactly what its deal is.</p>
]]></description><pubDate>Sun, 24 May 2026 20:19:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=48260664</link><dc:creator>senkora</dc:creator><comments>https://news.ycombinator.com/item?id=48260664</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48260664</guid></item><item><title><![CDATA[New comment by senkora in "I keep bouncing off the Scheme language"]]></title><description><![CDATA[
<p>Good question. I chose them because they are the languages that I use professionally and would choose for technical interviews. I expect to be asked to solve problems in either language in any given interview.<p>Technical interviews are different enough from day-to-day work that I still find it valuable to practice in them.</p>
]]></description><pubDate>Sun, 24 May 2026 18:04:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=48259581</link><dc:creator>senkora</dc:creator><comments>https://news.ycombinator.com/item?id=48259581</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48259581</guid></item><item><title><![CDATA[New comment by senkora in "I keep bouncing off the Scheme language"]]></title><description><![CDATA[
<p>I think that it helps a lot to have a daily practice of using a language for small things.<p>In much that same way that many people do the daily wordle or crossword, I do the daily leetcode.<p>I flip a coin and solve it first in either C++ or Python, then re-write my solution in the other one.<p>Usually it takes me around 20 minutes to solve it in either language, and 5 minutes to re-solve it in either language.<p>Recently I decided to start learning emacs lisp. This is an imperative lisp dialect that’s pretty different from scheme, but I think that the particular language doesn’t matter much for this process. I could a bit biased because I do have prior experience with SML and scheme.<p>I started re-solving the problems a third time in emacs lisp. And I’m still learning but I’ve felt my comfort with the language increase over time, and I expect that if I continue doing this then I will eventually reach parity with C++ and Python.<p>Currently it takes me about 20 minutes to re-solve a problem in emacs lisp, because I usually have to read documentation and/or look up something new.</p>
]]></description><pubDate>Sun, 24 May 2026 14:58:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=48257767</link><dc:creator>senkora</dc:creator><comments>https://news.ycombinator.com/item?id=48257767</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48257767</guid></item><item><title><![CDATA[New comment by senkora in "God Is Technology (2010)"]]></title><description><![CDATA[
<p>Some context is probably necessary for this submission. This is a direct link to one chapter of a book-length (1905 pages!) suicide note titled "Suicide Note" by Mitchell Heisman, who committed suicide near Harvard University in 2010, ostensibly because he convinced himself that non-existence is morally equivalent to existence.<p>This chapter discusses the Singularity and in particular the idea that God is a technology that has evolved under selective pressures alongside human societies, and that we will eventually create an actual AI God as a continuation of this process.<p>I think that it's interesting as a standalone read and relevant for discussion on HN. I was surprised to find that it had never been discussed here before.<p>(standard disclaimer: don't kill yourself.)</p>
]]></description><pubDate>Fri, 22 May 2026 18:33:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=48239632</link><dc:creator>senkora</dc:creator><comments>https://news.ycombinator.com/item?id=48239632</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48239632</guid></item><item><title><![CDATA[God Is Technology (2010)]]></title><description><![CDATA[
<p>Article URL: <a href="https://archive.org/download/MitchellHeismanSuicideNote/Mitchell%20Heisman%20-%20Suicide%20Note.pdf#page=32">https://archive.org/download/MitchellHeismanSuicideNote/Mitchell%20Heisman%20-%20Suicide%20Note.pdf#page=32</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48239631">https://news.ycombinator.com/item?id=48239631</a></p>
<p>Points: 4</p>
<p># Comments: 1</p>
]]></description><pubDate>Fri, 22 May 2026 18:33:56 +0000</pubDate><link>https://archive.org/download/MitchellHeismanSuicideNote/Mitchell%20Heisman%20-%20Suicide%20Note.pdf#page=32</link><dc:creator>senkora</dc:creator><comments>https://news.ycombinator.com/item?id=48239631</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48239631</guid></item><item><title><![CDATA[New comment by senkora in "The spread of Christianity, from antiquity until today, on an animated map"]]></title><description><![CDATA[
<p>This is called being a “universalizing” religion.<p>The big three universalizing religions are Christianity, Islam, and Buddhism.<p>You can understand a lot of religious history as just those three religions expanding and displacing other belief systems.<p>Contrast with non-universalizing religions like Judaism, Hinduism, and Shinto.</p>
]]></description><pubDate>Fri, 22 May 2026 17:20:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=48238738</link><dc:creator>senkora</dc:creator><comments>https://news.ycombinator.com/item?id=48238738</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48238738</guid></item><item><title><![CDATA[New comment by senkora in "The IBM-ification of Google?"]]></title><description><![CDATA[
<p>You honestly just have to treat any Oracle product as malware, and proactively scan for it / block it from being installed on employee laptops in the first place.</p>
]]></description><pubDate>Fri, 22 May 2026 04:30:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=48231949</link><dc:creator>senkora</dc:creator><comments>https://news.ycombinator.com/item?id=48231949</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48231949</guid></item><item><title><![CDATA[New comment by senkora in "The rise and fall of snake oil"]]></title><description><![CDATA[
<p>gwern once ran a rigorous N=1 self-experiment on magnesium with self-blinding and week-long blocks, and concluded that it was probably helpful to him: <a href="https://gwern.net/nootropic/magnesium#conclusion" rel="nofollow">https://gwern.net/nootropic/magnesium#conclusion</a><p>You are welcome to review his methodology and see if it still seems like the placebo effect.</p>
]]></description><pubDate>Tue, 12 May 2026 15:41:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=48109918</link><dc:creator>senkora</dc:creator><comments>https://news.ycombinator.com/item?id=48109918</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48109918</guid></item><item><title><![CDATA[New comment by senkora in "Apple Is Holding My Pictures Hostage Until I Accept Their New Terms of Service"]]></title><description><![CDATA[
<p>I have a monthly recurring task in my task manager to open the Dropbox app on my iPhone and leave it in-focus for a couple of minutes while it uploads the previous month’s photos.<p>If I don’t do that, then it just won’t upload them.</p>
]]></description><pubDate>Sat, 09 May 2026 20:36:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=48078012</link><dc:creator>senkora</dc:creator><comments>https://news.ycombinator.com/item?id=48078012</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48078012</guid></item><item><title><![CDATA[New comment by senkora in "Canvas online again as ShinyHunters threatens to leak schools’ data"]]></title><description><![CDATA[
<p>Canvas is actually also open source and can be self-hosted: <a href="https://github.com/instructure/canvas-lms" rel="nofollow">https://github.com/instructure/canvas-lms</a><p>(I don't have experience in hosting either software so I can't really comment beyond that)</p>
]]></description><pubDate>Fri, 08 May 2026 16:39:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=48065512</link><dc:creator>senkora</dc:creator><comments>https://news.ycombinator.com/item?id=48065512</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48065512</guid></item><item><title><![CDATA[New comment by senkora in "Rumors of my death are slightly exaggerated"]]></title><description><![CDATA[
<p>I read the first link and was curious what the outcome of the case was, since the article was released in 2021. It seems that Jeanne was declared alive again in 2023, which is the most recent public reporting on the case:<p><a href="https://www.leprogres.fr/faits-divers-justice/2023/02/28/jeanne-pouchain-toujours-morte-pour-l-administration-mais-a-nouveau-vivante" rel="nofollow">https://www.leprogres.fr/faits-divers-justice/2023/02/28/jea...</a></p>
]]></description><pubDate>Fri, 08 May 2026 14:30:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=48063782</link><dc:creator>senkora</dc:creator><comments>https://news.ycombinator.com/item?id=48063782</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48063782</guid></item><item><title><![CDATA[New comment by senkora in "I want to live like Costco people"]]></title><description><![CDATA[
<p>Trader Joe's is probably closest to what you want. It targets single shoppers with small quantities and low prices, and it rotates products frequently to keep things interesting.<p>Anecdotally I feel like a lot of TJ's shoppers shift into Costco shoppers as they age up.</p>
]]></description><pubDate>Thu, 07 May 2026 19:01:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=48053401</link><dc:creator>senkora</dc:creator><comments>https://news.ycombinator.com/item?id=48053401</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48053401</guid></item><item><title><![CDATA[New comment by senkora in ".de TLD offline due to DNSSEC?"]]></title><description><![CDATA[
<p>Security = Confidentiality + Integrity + Availability<p>or alternatively,<p>Security = (exclude unauth'd reads) + (exclude unauth'd writes) + (include auth'd reads and auth'd writes)<p>Gotta satisfy all parts in order to have security.</p>
]]></description><pubDate>Tue, 05 May 2026 21:11:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=48028639</link><dc:creator>senkora</dc:creator><comments>https://news.ycombinator.com/item?id=48028639</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48028639</guid></item></channel></rss>