<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: tudorconstantin</title><link>https://news.ycombinator.com/user?id=tudorconstantin</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sun, 12 Jul 2026 05:46:50 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=tudorconstantin" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by tudorconstantin in "How to earn a billion dollars"]]></title><description><![CDATA[
<p>It’s actually easy and straight forward to become an avogadrillionaire, on paper that is, but still an avogadrillionaire: issue a token with a supply of 6.02*10^23, sell one token for $1, bam, avogadrillionaire</p>
]]></description><pubDate>Mon, 15 Jun 2026 02:57:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=48536055</link><dc:creator>tudorconstantin</dc:creator><comments>https://news.ycombinator.com/item?id=48536055</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48536055</guid></item><item><title><![CDATA[New comment by tudorconstantin in "I'm not worried about AI job loss"]]></title><description><![CDATA[
<p>I think it’s rather because of scarcity: you can’t scale and automate land/prime-location land</p>
]]></description><pubDate>Sat, 14 Feb 2026 04:31:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=47011582</link><dc:creator>tudorconstantin</dc:creator><comments>https://news.ycombinator.com/item?id=47011582</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47011582</guid></item><item><title><![CDATA[New comment by tudorconstantin in "Nobody has a personality anymore: we are products with labels"]]></title><description><![CDATA[
<p>I have this personal theory that some time after an external stress-related impulse (be that negative - ww2, cold war, becoming paralyzed, etc, or positive - inheriting money, winning the lottery, not having to work for the rest of your life, finding the love of your lufe, etc), the brain adjusts and one comes back to the baseline of their perceived normal stress level. And that’s why we see people who are always happy and seemingly stress free despite having nothing, and ones that always seem stressed to the max despite having everything</p>
]]></description><pubDate>Mon, 07 Jul 2025 04:56:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=44486882</link><dc:creator>tudorconstantin</dc:creator><comments>https://news.ycombinator.com/item?id=44486882</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44486882</guid></item><item><title><![CDATA[New comment by tudorconstantin in "Ask HN: Anyone making a living from a paid API?"]]></title><description><![CDATA[
<p>The blockchain hosting companies like infura live by offering API access to ethereum, solana, binance smart chain, etc. I’d say they are now rather hosting companies because these blockchains are huge and a PITA to host reliably, but back in 2017 it was possible to host them on a personal computer</p>
]]></description><pubDate>Sat, 31 May 2025 15:55:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=44145083</link><dc:creator>tudorconstantin</dc:creator><comments>https://news.ycombinator.com/item?id=44145083</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44145083</guid></item><item><title><![CDATA[New comment by tudorconstantin in "Next.js: The "Versatile" React Framework That Can't Handle Dynamic Routes"]]></title><description><![CDATA[
<p>Am I the only one thinking that going back full circle to server side rendering, but to a way more convoluted way of having it, is actually a regression rather than evolution technologically? 
We had SSR since the times of Perl, PHP, Python, Ruby and even express. But in a way more straight forward way of doing it: here’s some HTML, with some db queries that takes data, puts it in said HTML and sends it to the browser. Today we have react components that can be executed both on the server and on the client, we need at least 2 servers - one for the frontend and one for the backend, we have to hydrate the components when we render them server side, but not when rendering them in the browser, etc. I feel like we’re inventing stuff just because we can and there’s a huge cohort of engineers who complicate their development experience just because.</p>
]]></description><pubDate>Sat, 31 May 2025 04:17:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=44141829</link><dc:creator>tudorconstantin</dc:creator><comments>https://news.ycombinator.com/item?id=44141829</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44141829</guid></item><item><title><![CDATA[New comment by tudorconstantin in "Sycophancy in GPT-4o"]]></title><description><![CDATA[
<p>I used to be a hard core stackoverflow contributor back in the day. At one point, while trying to have my answers more appreciated (upvoted and accepted) I became basically a sychophant, prefixing all my answers with “that’s a great question”. Not sure how much of a difference it made, but I hope LLMs can filter that out</p>
]]></description><pubDate>Wed, 30 Apr 2025 18:22:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=43848987</link><dc:creator>tudorconstantin</dc:creator><comments>https://news.ycombinator.com/item?id=43848987</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43848987</guid></item><item><title><![CDATA[Show HN: Bulletproof sessions – secure, cookieless session handling]]></title><description><![CDATA[
<p>I had this idea for a few years already and now I also managed to implement a proof of concept for it: instead of relying on cookies or tokens to identify a user, have a service worker intercept and sign all the requests to the server (with a private key generated when the service worker is initially installed).<p>The server identifies the user based on the public key corresponding to the signature.<p>BAM! no more cookie sessions, so no more sessions hijacking and session replay attacks.<p>I also wrote a blog post [0] detailing some advantages over the traditional session handling mechanisms, but I feel this enables endless possibilities.<p>Appreciate your thoughts&feedback!<p>[0] <a href="https://programming.tudorconstantin.com/2025/03/bulletproof-sessions-secure-cookieless-session.html" rel="nofollow">https://programming.tudorconstantin.com/2025/03/bulletproof-...</a></p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=43462303">https://news.ycombinator.com/item?id=43462303</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 24 Mar 2025 15:40:35 +0000</pubDate><link>https://github.com/tudorconstantin/bulletproof-sessions</link><dc:creator>tudorconstantin</dc:creator><comments>https://news.ycombinator.com/item?id=43462303</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43462303</guid></item><item><title><![CDATA[New comment by tudorconstantin in "Magnesium Self-Experiments"]]></title><description><![CDATA[
<p>Chess puzzles work quite accurately IME to assess my mental capabilities for the day. Especially the puzzle storm on lichess. There are enough puzzles there to not repeat themselves too often and they are rated so they have similar difficulty for the same rating. In my good days (lots of sleep in previous nights) I have way better scores than on my bad days (30-40% better)</p>
]]></description><pubDate>Mon, 10 Mar 2025 02:49:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=43316524</link><dc:creator>tudorconstantin</dc:creator><comments>https://news.ycombinator.com/item?id=43316524</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43316524</guid></item><item><title><![CDATA[New comment by tudorconstantin in "My 16-month theanine self-experiment"]]></title><description><![CDATA[
<p>A bit unrelated, but try having l theanine after a night of drinking: it makes you wake up fresh and without a hangover because it speeds up alcohol processing and it metabolites by the liver and also prevents alcoholic liver damage. Me and all my friends who tried it say “i wake up totally fresh after theanine”. There’s also a study confirming this: <a href="https://pubmed.ncbi.nlm.nih.gov/16141543/" rel="nofollow">https://pubmed.ncbi.nlm.nih.gov/16141543/</a></p>
]]></description><pubDate>Sun, 09 Mar 2025 14:54:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=43309534</link><dc:creator>tudorconstantin</dc:creator><comments>https://news.ycombinator.com/item?id=43309534</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43309534</guid></item><item><title><![CDATA[New comment by tudorconstantin in "Hedge fund warns White House is inflating crypto bubble that could wreak havoc"]]></title><description><![CDATA[
<p>But once that bubble (and any other one) burst, it never reached new highs again. The bitcoin bubble burst multiple times and got back higher and higher</p>
]]></description><pubDate>Fri, 31 Jan 2025 15:27:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=42888594</link><dc:creator>tudorconstantin</dc:creator><comments>https://news.ycombinator.com/item?id=42888594</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42888594</guid></item><item><title><![CDATA[New comment by tudorconstantin in "A Man Who Thought Too Fast (2020)"]]></title><description><![CDATA[
<p>I think “puzzle storms” on lichess can be considered a way of fiddling with chess instinctively. I found it also helps with not giving pieces for free when playing full games and also seeing the blunders your opponent makes way faster</p>
]]></description><pubDate>Tue, 23 Jul 2024 03:24:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=41042232</link><dc:creator>tudorconstantin</dc:creator><comments>https://news.ycombinator.com/item?id=41042232</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41042232</guid></item><item><title><![CDATA[New comment by tudorconstantin in "Tornado Cash verdict has chilling implications for industry"]]></title><description><![CDATA[
<p>TL;DR: the Tornado Cash developer, Alexey Pertsev, was convicted by the Dutch authorities to +5 years in prison for money laundering for developing Tornado Cash (not for actually laundering any money).<p>I wonder: will they go for the monero devs next? What about the creators of wallets that don’t require KYC before creating an address?</p>
]]></description><pubDate>Mon, 20 May 2024 02:45:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=40411664</link><dc:creator>tudorconstantin</dc:creator><comments>https://news.ycombinator.com/item?id=40411664</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40411664</guid></item><item><title><![CDATA[New comment by tudorconstantin in "Rule of Thumb: Anything that looks fancy is not worth you time"]]></title><description><![CDATA[
<p>I read some time ago on twitter something along the lines of “if you run enough A/B tests, you’ll end up with a porn website” and I guess that’s what the future of high-engagement-web reserves us</p>
]]></description><pubDate>Thu, 09 May 2024 02:41:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=40304764</link><dc:creator>tudorconstantin</dc:creator><comments>https://news.ycombinator.com/item?id=40304764</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40304764</guid></item><item><title><![CDATA[The Intel 8086 chip only has 19618 transistors instead of the 29k advertised]]></title><description><![CDATA[
<p>Article URL: <a href="https://twitter.com/kenshirriff/status/1614332607575072768">https://twitter.com/kenshirriff/status/1614332607575072768</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=34387926">https://news.ycombinator.com/item?id=34387926</a></p>
<p>Points: 28</p>
<p># Comments: 5</p>
]]></description><pubDate>Sun, 15 Jan 2023 08:55:22 +0000</pubDate><link>https://twitter.com/kenshirriff/status/1614332607575072768</link><dc:creator>tudorconstantin</dc:creator><comments>https://news.ycombinator.com/item?id=34387926</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34387926</guid></item><item><title><![CDATA[Trying Out Flipper Zero]]></title><description><![CDATA[
<p>Article URL: <a href="https://twitter.com/antirez/status/1609137698404700161">https://twitter.com/antirez/status/1609137698404700161</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=34215390">https://news.ycombinator.com/item?id=34215390</a></p>
<p>Points: 200</p>
<p># Comments: 98</p>
]]></description><pubDate>Mon, 02 Jan 2023 07:41:51 +0000</pubDate><link>https://twitter.com/antirez/status/1609137698404700161</link><dc:creator>tudorconstantin</dc:creator><comments>https://news.ycombinator.com/item?id=34215390</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34215390</guid></item><item><title><![CDATA[New comment by tudorconstantin in "Statistical Analysis shows Echos process voice to serve ads"]]></title><description><![CDATA[
<p>I think this could be implemented without listening: I am physically meeting with my friend X who is researching online for his new acquisition (or he already got it). The more obsessed he is with that, the bigger the chances he'll tell me how awesome such a thing is.<p>So algorithms can percolate his interests to me after we meet and some time it would happen that we talked about it too.</p>
]]></description><pubDate>Wed, 27 Apr 2022 17:42:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=31183251</link><dc:creator>tudorconstantin</dc:creator><comments>https://news.ycombinator.com/item?id=31183251</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31183251</guid></item><item><title><![CDATA[New comment by tudorconstantin in "Everyone should learn the slide rule (2021)"]]></title><description><![CDATA[
<p>The tech lead I was working with a few years ago was absolutely certain vanilla js is a framework. To the point he dismissed some candidate for not knowing about it. 
I guess he was referring to this one <a href="http://vanilla-js.com/" rel="nofollow">http://vanilla-js.com/</a></p>
]]></description><pubDate>Sun, 24 Apr 2022 18:30:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=31146792</link><dc:creator>tudorconstantin</dc:creator><comments>https://news.ycombinator.com/item?id=31146792</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31146792</guid></item><item><title><![CDATA[New comment by tudorconstantin in "Functional Web App (FWA)"]]></title><description><![CDATA[
<p>After working for the past ~3 years with a microservice oriented architecture, I can only imagine the horrors of having to work on a project built with lambdas.
 We're a team of only 2 backend engineers which have to touch up to 4-5 repositories for implementing some features. Orchestrating the deployments of the changes to all those repositories, debugging across all those microservices, having sane rollback strategies for each feature, really brings down the developer experience and speed of development when compared to working with monoliths. I don't want to imagine what happens when one would have to treat every function as a separate entity.
Yes, these architectures have their benefits, but for 99% of the projects in the wild the burdens outweigh the benefits drastically: every day, for every feature developed, for every deployment and for every bug being debugged.</p>
]]></description><pubDate>Sat, 12 Mar 2022 09:22:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=30650164</link><dc:creator>tudorconstantin</dc:creator><comments>https://news.ycombinator.com/item?id=30650164</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=30650164</guid></item><item><title><![CDATA[New comment by tudorconstantin in "Career advice nobody gave me: Never ignore a recruiter"]]></title><description><![CDATA[
<p>I loved the article. 
I worked in sales for ~2 years before starting my career as a software engineer +15 years ago, so knowing how downputting rejections are, I try to treat all the salespeople as human beings, so I try to respond to all of them.
My strategy is to make them refusing me, by requiring "only" a +30% i increase.</p>
]]></description><pubDate>Tue, 01 Feb 2022 20:45:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=30169004</link><dc:creator>tudorconstantin</dc:creator><comments>https://news.ycombinator.com/item?id=30169004</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=30169004</guid></item><item><title><![CDATA[New comment by tudorconstantin in "Saving on egress switching from AWS to Hetzner"]]></title><description><![CDATA[
<p>Watch out that electricity costs went up significantly in Europe in the past months. I am a happy hetzner customer since 2012 I think. Their server monthly costs were just a bit higher than my electricity bill would've been if I were to keep a machine up 24/7 at home, so I rented a machine from them having the hardware basically for free.<p>Last week I got an email from them saying my server cost would increase from 30eur/month to 48eur/month. I can take afford the increase, but I wonder how many companies with infra bills of tens or hundreds of thousands will be able to afford a 60% increase in hosting costs.</p>
]]></description><pubDate>Tue, 25 Jan 2022 06:36:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=30068859</link><dc:creator>tudorconstantin</dc:creator><comments>https://news.ycombinator.com/item?id=30068859</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=30068859</guid></item></channel></rss>