<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: doix</title><link>https://news.ycombinator.com/user?id=doix</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Mon, 20 Jul 2026 09:20:40 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=doix" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by doix in "Is this the end of the once-mighty GoPro?"]]></title><description><![CDATA[
<p>> The worst part IMO for both is that they prioritize mobile apps over their PC software so if you want to edit on a computer like a normal reasonable person you lose features compared to idiotically doing things on a phone.<p>This is my biggest issue as well. It's actually the one "real" thing I use the iPad for. It still gets the mobile app interface whilst being on a bigger screen and being almost usable.</p>
]]></description><pubDate>Sat, 18 Jul 2026 14:51:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=48958665</link><dc:creator>doix</dc:creator><comments>https://news.ycombinator.com/item?id=48958665</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48958665</guid></item><item><title><![CDATA[New comment by doix in "Measuring Input Latency on Linux: X11 vs. Wayland, VRR, and DXVK"]]></title><description><![CDATA[
<p>This is the complete opposite of those discussions. It's taking a specific quantifiable thing and measuring it, with enough information for anyone to try and reproduce the results.<p>It's the epitome of science, comparing it to a generic vim vs emacs flamewar which is pure subjective opinion is pretty baseless.</p>
]]></description><pubDate>Tue, 14 Jul 2026 18:28:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=48911111</link><dc:creator>doix</dc:creator><comments>https://news.ycombinator.com/item?id=48911111</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48911111</guid></item><item><title><![CDATA[New comment by doix in "Ask HN: What Are You Working On? (July 2026)"]]></title><description><![CDATA[
<p>I mostly travel around Africa & Asia (east, south east, central). Yeah, I used esim.dog with the HK break out IP and it was fine.<p>I guess my usage falls into two categories:<p>1. I have reliable wifi, and don't need to use mobile data for work<p>2. I don't have reliable wifi and I have to use mobile data for work.<p>If I'm in situation 1, then I don't really care too much. The cheapest junk esim works. If I'm in situation 2, I need a large amount of data and need a local plan.<p>I've saved your site though, never know what situation might come up. I don't know how esimdb chooses who to index, but I would try to get on there (I'm assuming it's free?).<p>I've spoken to quite a few travelers and they mostly fall into two groups. Those that use airlo or some other big provider or they use esim comparison sites to get the cheapest offer.</p>
]]></description><pubDate>Tue, 14 Jul 2026 05:57:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=48902792</link><dc:creator>doix</dc:creator><comments>https://news.ycombinator.com/item?id=48902792</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48902792</guid></item><item><title><![CDATA[New comment by doix in "Ask HN: What Are You Working On? (July 2026)"]]></title><description><![CDATA[
<p>How do you judge "the best" network? It normally depends on if you're in the city, countryside, island etc.<p>I travel fulltime and constantly buy new esims. Normally I just go on esimdb and buy the cheapest one. Then when I get to the location I'm staying at, I chat with folks to figure which network works best there. Normally it's cheaper to get a local plan as well.<p>You are quite a bit more expensive than the no-name folks I buy from.<p>[0] <a href="https://esimdb.com" rel="nofollow">https://esimdb.com</a></p>
]]></description><pubDate>Mon, 13 Jul 2026 13:54:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=48892710</link><dc:creator>doix</dc:creator><comments>https://news.ycombinator.com/item?id=48892710</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48892710</guid></item><item><title><![CDATA[New comment by doix in "What happened after 2k people tried to hack my AI assistant"]]></title><description><![CDATA[
<p>Yeah, I remember some ad by an LLM security company hitting HN a year or so with a "challenge" to do prompt injection.<p>The final level was their product and it was impossible. But it was also impossible to get the LLm to do _anything_.<p>May as well just echo "prompt injection attempt detected" at that point and never send anything to an LLM.</p>
]]></description><pubDate>Fri, 26 Jun 2026 07:21:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=48683421</link><dc:creator>doix</dc:creator><comments>https://news.ycombinator.com/item?id=48683421</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48683421</guid></item><item><title><![CDATA[New comment by doix in "Prefer duplication over the wrong abstraction (2016)"]]></title><description><![CDATA[
<p>> Do you want to iterate using for loop or using .iter().step(2).map()?<p>This isn't really a good example, assuming both can be used to represent the same thing.<p>The problem with the wrong abstraction is when your abstraction doesn't let you represent something. Then, because of you've already invested so heavily into it, you start contorting the problem to fit your abstraction and it becomes a shit show.</p>
]]></description><pubDate>Sun, 21 Jun 2026 16:50:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=48620413</link><dc:creator>doix</dc:creator><comments>https://news.ycombinator.com/item?id=48620413</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48620413</guid></item><item><title><![CDATA[New comment by doix in "Show HN: Lowfat – pluggable CLI filter that saved 91.8% of my LLM tokens"]]></title><description><![CDATA[
<p>It's too hard to define what "works" even means in this case. Look at the example savings output. A lot of it is kubectl output.<p>Your suggestion to using coding benchmarks doesn't really capture the whole picture. I haven't seen a benchmark using kubectl.<p>> AFAIK, none of the major players do. That's a sign to me these don't work in general.<p>It's a lose/lose for major players. If it works well, it will lower their revenue. Also there's a high risk it'll significantly worsen results for some people, even if it improves results for others.</p>
]]></description><pubDate>Fri, 05 Jun 2026 15:56:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=48414312</link><dc:creator>doix</dc:creator><comments>https://news.ycombinator.com/item?id=48414312</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48414312</guid></item><item><title><![CDATA[New comment by doix in "Green card seekers must leave U.S. to apply, Trump administration says"]]></title><description><![CDATA[
<p>> In which country can you emigrate to and be allowed votes in government representation just because you pay taxes?<p>There are a few, with varying degrees of residency time (and possibly other conditions) required. New Zealand requires being a resident for a year.<p>The UK is particularly interesting, if you're a citizen of a common wealth nation you can vote in national UK elections if you're a resident.<p>Personally, I agree with you though. I didn't vote in the UK despite being able too. Let the citizens decide the future of their nation, I have the privilege to leave (and have done so already). Feels wrong for me to influence the nation when I'm not fully invested in the outcome.</p>
]]></description><pubDate>Sun, 24 May 2026 01:28:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=48253438</link><dc:creator>doix</dc:creator><comments>https://news.ycombinator.com/item?id=48253438</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48253438</guid></item><item><title><![CDATA[New comment by doix in "Why modern parents feel more sleep deprived than our ancestors did"]]></title><description><![CDATA[
<p>> Kids don't produce capital for the elites.<p>Kids eventually grow up and "start producing capital". It's definitely beneficial for the "elite" in the long term for people to have kids.</p>
]]></description><pubDate>Mon, 11 May 2026 00:00:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=48089444</link><dc:creator>doix</dc:creator><comments>https://news.ycombinator.com/item?id=48089444</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48089444</guid></item><item><title><![CDATA[New comment by doix in "Getting arrested in Japan"]]></title><description><![CDATA[
<p>I had to deal with the Japanese for the first time last week. My girlfriends bag was stolen with her passport.<p>It happened in a Round1 (near Umeda in Osaka), we knew exactly when since we sat down to play Mario Kart and after one race it was gone. First the police tried to convince us that we just forgot it somewhere. Eventually we convinced them to check cameras, and they said it was a blind spot. They refused to check entrance and exit cameras.<p>She had her airpods in there, and we could track the location, they refused to look at any cameras in the area (we tried searching the area ourselves but couldn't locate them, we figure the thief chucked it somewhere hard to find). We had the serial numbers of USD that was in the bag, they wouldn't even write it down.<p>Currently still waiting for an official report so that we can try and deal with their immigration to move her visa to another passport.<p>Having spoken to her embassy, it's the second time they've heard the story (same exact Round1, same Mario kart section). And if it's happened twice to citizens from her country, it probably happens more.<p>The whole thing made me completely disillusioned with Japan. Yes, statistically it's extremely safe, but if something does happen, don't expect any help. Reading this story just makes me think I should avoid any interactions with police if at all possible, and I've stopped carrying my passport with me. I rather get fined than having it stolen.</p>
]]></description><pubDate>Sun, 10 May 2026 10:59:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=48082810</link><dc:creator>doix</dc:creator><comments>https://news.ycombinator.com/item?id=48082810</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48082810</guid></item><item><title><![CDATA[New comment by doix in "ProgramBench: Can Language Models Rebuild Programs from Scratch?"]]></title><description><![CDATA[
<p>> Scattering the implementation in various files all over the source tree does not help much building the mental model.<p>Yeah, that happens where I work and I hate it. A combination of lint rules and AI reviewer prompts complain about long files and long functions. This means something that could be a 300 line self contained function that could be read linearly, gets split up into 6 functions across 6 files.<p>It's the illusion of "clean code". If you're casually skimming the code, you feel good. But as soon as you go beyond the surface level it becomes annoying.</p>
]]></description><pubDate>Thu, 07 May 2026 07:56:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=48046679</link><dc:creator>doix</dc:creator><comments>https://news.ycombinator.com/item?id=48046679</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48046679</guid></item><item><title><![CDATA[New comment by doix in "Qwen3.6-27B: Flagship-Level Coding in a 27B Dense Model"]]></title><description><![CDATA[
<p>What laptop has that much VRAM and RAM for $3500 with good/okay-ish Linux support? I was looking to upgrade my asus zephyrus g14 from 2021 and things were looking very expensive. Decided to just keep it chugging along for another year.<p>Then again, I was looking in the UK, maybe prices are extra inflated there.</p>
]]></description><pubDate>Wed, 22 Apr 2026 16:07:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=47865615</link><dc:creator>doix</dc:creator><comments>https://news.ycombinator.com/item?id=47865615</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47865615</guid></item><item><title><![CDATA[New comment by doix in "Prediction markets are breaking the news and becoming their own beat"]]></title><description><![CDATA[
<p>Who decides what a "win" is in these cases? I get everything apart from that part. Because I would take that bet, but I'm worried what the definition of "Jesus christ" is.</p>
]]></description><pubDate>Tue, 21 Apr 2026 10:16:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=47846833</link><dc:creator>doix</dc:creator><comments>https://news.ycombinator.com/item?id=47846833</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47846833</guid></item><item><title><![CDATA[New comment by doix in "John Ternus to become Apple CEO"]]></title><description><![CDATA[
<p>You're not wrong that it does that, but that's kinda what I'd expect. Maybe because I'm used to it, but if there's a potential turn it'll say "keep right" or "keep left". So it makes sense to me that it says "second exit".<p>"Straight" can be ambiguous, second exit isn't. Maybe it's because I'm terrible with directions and hate driving, but I like the constant feedback that I'm going the right way.</p>
]]></description><pubDate>Tue, 21 Apr 2026 07:57:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=47845857</link><dc:creator>doix</dc:creator><comments>https://news.ycombinator.com/item?id=47845857</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47845857</guid></item><item><title><![CDATA[New comment by doix in "Claude Opus 4.7"]]></title><description><![CDATA[
<p>I suspect the real issue is that they just change stuff "randomly" and the experience gets worse/better cheaper/more expensive.<p>Since you have no way of knowing when they change stuff, you can't really know if they did change something or it's just bias.<p>I've experienced that so many times in the last month that I switched to codex. The worst part is, it could be entirely in my head. It's so hard to quantify these changes, and the effort it takes isn't worth it to me. I just go by "feeling".</p>
]]></description><pubDate>Fri, 17 Apr 2026 07:28:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=47803372</link><dc:creator>doix</dc:creator><comments>https://news.ycombinator.com/item?id=47803372</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47803372</guid></item><item><title><![CDATA[New comment by doix in "Employers use your personal data to figure out the lowest salary you'll accept"]]></title><description><![CDATA[
<p>I bet if you could make it interesting, YouTube/TikTok/Instagram/Whatever could make it possible to get paid to dig holes in your backyard.<p>You could argue that the value is in the entertaining filming/acting/story telling etc, but if the videos are about digging holes then I think it's valid to say someone is paying you to dig holes.</p>
]]></description><pubDate>Mon, 06 Apr 2026 14:55:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=47661750</link><dc:creator>doix</dc:creator><comments>https://news.ycombinator.com/item?id=47661750</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47661750</guid></item><item><title><![CDATA[New comment by doix in "Steam on Linux Use Skyrocketed Above 5% in March"]]></title><description><![CDATA[
<p>FWIW I have an Asus Zephyrus G14 and the dual graphics cards works pretty well in Linux in hybrid mode. It's pretty cool, certain things (games) run on the dedicated Nvidia GPU. Everything else runs on the built in AMD GPU.<p>I'm guessing it's because the laptops are popular enough that there's a dedicated group of people that make it work [0].<p>I'm still on X11, dunno what the story is like with Wayland though.<p>[0] <a href="https://asus-linux.org/" rel="nofollow">https://asus-linux.org/</a></p>
]]></description><pubDate>Thu, 02 Apr 2026 11:02:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=47612706</link><dc:creator>doix</dc:creator><comments>https://news.ycombinator.com/item?id=47612706</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47612706</guid></item><item><title><![CDATA[New comment by doix in "If you thought code writing speed was your problem you have bigger problems"]]></title><description><![CDATA[
<p>Pretty much, the article assumes people didn't build the wrong thing before AI. Except that did happen all the time and it just happened slower, took longer to realize that it was the wrong thing and then building the right thing took longer.<p>It's funny, because you could actually take that story and use it to market AI.<p>> I once watched a team spend six weeks building a feature based on a Slack message from a sales rep who paraphrased what a prospect maybe said on a call. Six weeks.<p>Except now with AI it takes one engineer 6 hours, people realize it's the wrong thing and move on. If anything, I would say it helps prove the point that typing faster _does_ help.</p>
]]></description><pubDate>Tue, 17 Mar 2026 19:08:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=47416833</link><dc:creator>doix</dc:creator><comments>https://news.ycombinator.com/item?id=47416833</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47416833</guid></item><item><title><![CDATA[New comment by doix in "Show HN: Mcp2cli – One CLI for every API, 96-99% fewer tokens than native MCP"]]></title><description><![CDATA[
<p>So just to clarify, in your case you're running a centralized MCP server for the whole org, right?<p>Otherwise I don't understand how MCP vs CLI solves anything.</p>
]]></description><pubDate>Mon, 09 Mar 2026 13:30:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=47308826</link><dc:creator>doix</dc:creator><comments>https://news.ycombinator.com/item?id=47308826</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47308826</guid></item><item><title><![CDATA[New comment by doix in "Do AI Agents Make Money in 2026? Or Is It Just Mac Minis and Vibes?"]]></title><description><![CDATA[
<p>I thought that the Mac mini was so that you could use iMessage and safari was less likely to be flagged as a bot.</p>
]]></description><pubDate>Tue, 03 Mar 2026 04:43:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=47228156</link><dc:creator>doix</dc:creator><comments>https://news.ycombinator.com/item?id=47228156</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47228156</guid></item></channel></rss>