<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: ablob</title><link>https://news.ycombinator.com/user?id=ablob</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sat, 26 Sep 2026 06:27:11 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=ablob" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by ablob in "Why building a Rust LSP is hard"]]></title><description><![CDATA[
<p>I assume that the result of the rename operation must be known. I.e. if it was successful or not, or which files were affected. That implies 2 function calls. One to start the operation, and one to query its result. That is, by definition, already an asynchronous interface.
The only other (i.e. synchonous) way to achieve remote procedure calls is by blocking until it's finished.</p>
]]></description><pubDate>Sat, 19 Sep 2026 18:27:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=49768970</link><dc:creator>ablob</dc:creator><comments>https://news.ycombinator.com/item?id=49768970</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49768970</guid></item><item><title><![CDATA[New comment by ablob in "Why building a Rust LSP is hard"]]></title><description><![CDATA[
<p>I don't know about you, but I do not want to block on every keystroke.
Program analysis can take time, asynchronous feedback is a natural fit.
None of the features I use from LSP should be synchronous.<p>I can almost guarantee you that a synchronous API would yield a much more complicated design just because many operations can not be expected to reliably work within a few milliseconds.<p>You want to rename something across multiple files? Well now you add file system overhead and blow straight past reliable frame timings. Good luck waiting for that operation to finish. Of course you could make the API beginRename, and queryRename, or whatever you fancy to see if the operation was successful, but now you're back to what you wanted to avoid: an asynchronous API.
Do mind that the example is actually one of the better cases, as many things you might want to do with a codebase are actually more expensive.
You will feel the hiccups from waiting in the UI thread and you will loathe the program for it.</p>
]]></description><pubDate>Sat, 19 Sep 2026 17:14:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=49768332</link><dc:creator>ablob</dc:creator><comments>https://news.ycombinator.com/item?id=49768332</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49768332</guid></item><item><title><![CDATA[New comment by ablob in "When the fractional part of a float fixes your shader"]]></title><description><![CDATA[
<p>As far as I know you might want to read the GLSL or Vulkan specification. At least there (and by extension in SPIR-V) you can select different floating point behaviors.<p>Historically graphics programming has been more concerned with looking good rather than being accurate, and behavior is likely different on each GPU. It's a "hop into the water and learn to swim" kind of thing as far as I'm concerned.
You will find errors for things you'll never have thought about and there is hardly any way to brace for it except trying on the go.</p>
]]></description><pubDate>Fri, 18 Sep 2026 15:32:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=49755862</link><dc:creator>ablob</dc:creator><comments>https://news.ycombinator.com/item?id=49755862</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49755862</guid></item><item><title><![CDATA[New comment by ablob in "Principles for Fast Tokio Applications"]]></title><description><![CDATA[
<p>You don't need a build system to share code.<p>You can share with header files and respective (shared) object files regardless of the  build system you're using.
Likewise you could just share the source. None of this needs a build system.</p>
]]></description><pubDate>Mon, 14 Sep 2026 22:53:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=49705348</link><dc:creator>ablob</dc:creator><comments>https://news.ycombinator.com/item?id=49705348</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49705348</guid></item><item><title><![CDATA[New comment by ablob in "The Rust React Compiler is now native in Vite"]]></title><description><![CDATA[
<p>I think the crowd will split into those who just cared about it being rust and those who wanted some kind of leverage to tempt others into doing something.
The former crowd will cease being, while the latter looks for something new to push.<p>I believe that one does not need to be overly concerned here. As with most things you will never satisfy zealots so it is sufficient to reconsider every once in a while when the status quo changed enough to warrant the effort (i.e. the actual arguments change).<p>It is always a choice to participate in these "culture wars" or whatever you want to call this. If you can stick to a decision you can limit the impact quite a bit, I've come to realize.</p>
]]></description><pubDate>Fri, 04 Sep 2026 20:17:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=49569710</link><dc:creator>ablob</dc:creator><comments>https://news.ycombinator.com/item?id=49569710</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49569710</guid></item><item><title><![CDATA[New comment by ablob in "European Commission Revives Push for Encryption Backdoors in ProtectEU Strategy"]]></title><description><![CDATA[
<p>A red herring is a bait planted specifically to derail a conversation.
I will make an example to demonstrate this in a setting which is less loaded.
Beware that all analogies are flawed in essence, so a direct transfer to our conversation will be difficult, especially since I am trying to be blatant. But since I want to answer your question of where the red herring lies I feel like that is the easiest way:<p>A (raising an issue): This hole in the wall sucks, I can't stand it. At least if we were in a tent we could sew it shut.<p>B (planter of herrings): So you'd rather live in a tent than in a house? Don't you know that tents are generally worse than houses?<p>C (the innocent bystander lead astray): I also much prefer houses. You hear so many bad things about them, but in the end nothing is better. No caves, no huts, and certainly no tents. I'd pick a house any day of the week.<p>Did you notice that we are no longer talking about the hole in the wall?
The hole could be required for mold-prevention, it could just be an oversight that is actually fixable, it might be a trade-off. But since we are no longer talking about the hole we will never know.<p>> ... but ”With a dictator you have full responsibility concentrated in a single person” is simply not true. Dictorships are master minds of shifting blame.<p>This is you talking about the hole in the wall. I am also not convinced by the original argument, but I do believe that there is some substance to be explored.<p>> ... I’m obviously biased as a European but I’d pick the eu any day.<p>This is you falling for the red herring. We don't know if the original poster lives in the EU. We don't know if they prefer it to a dictatorship, but it also does not matter.
The original qualms are that there is seemingly no single point you can go to to stop the endeavor once and for all, which in this context is encryption backdoors within the EU.
We could be talking about how the same mechanics that make this so frustrating are useful elsewhere; find out or explain why the things are the way they are. We could be uncovering a valid flaw in the system just waiting to be fixed; conclude that things don't have to be this way.
Instead, we ask ourselves if we like living in the EU better than in other places.
We've lost the plot, so to speak: There is no more insight to be had.<p>This is what makes a red herring so obnoxious to deal with.
It is an easy trap to lay if you don't want to think about something or hinder someone, but takes so much effort to recover from.
In the tent-example it is easy to see that we completely derailed and stopped talking about what matters. Unfortunately, reality is much more subtle and not everyone has the same goals in mind. At least on HN I'd like to try and keep discovery in focus and once we reach the stage where it's only about opinions there is nothing more to discover.</p>
]]></description><pubDate>Tue, 01 Sep 2026 04:18:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=49517904</link><dc:creator>ablob</dc:creator><comments>https://news.ycombinator.com/item?id=49517904</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49517904</guid></item><item><title><![CDATA[New comment by ablob in "European Commission Revives Push for Encryption Backdoors in ProtectEU Strategy"]]></title><description><![CDATA[
<p>They are saying that in bureaucratic countries there is not a single entity that can be held accountable, which means that "bad" decisions, are not easily undone.
Likewise it means that "good" decisions are hard to change.
It is a statement about the momentum of change, not about it's worth or intention.<p>There is no further comparison made between these governmental forms and how they affect their subjects.<p>Why would you create such a blatant red herring?</p>
]]></description><pubDate>Sun, 30 Aug 2026 19:53:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=49502149</link><dc:creator>ablob</dc:creator><comments>https://news.ycombinator.com/item?id=49502149</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49502149</guid></item><item><title><![CDATA[New comment by ablob in "Meta pays pro-Meta influencers when countries look into teen safety on Instagram"]]></title><description><![CDATA[
<p>I don't find it particularly surprising that a company tries to influence legislation influencing their business.<p>What the headline is missing is that, according to the article, Meta is paying influencers to advertise for existing parental controls.
If the issue is not that there are no controls, but that parents don't use them because they don't know about it, then I see hardly any evidence to support such a pretentious title.<p>Parents are supposed to care about what their kids do. The government can only mildly reduce this burden. To be honest, I think that there might not be enough information on how to effectively parent on the internet and this seems like a low hanging fruit to try. In the end a ban might be the best option, but exhausting other options first seems worth a shot.<p>One of the main arguments pro-Meta is that they at least try, even though a strong argument can be made that they don't try hard enough. I find it difficult to believe that preventing children from interacting online via social networks is achievable. As long as adults demonstrate the availability of these things kids might want to imitate/have the same interactions. I'm glad I don't have any stakes in this topic at the moment - foreseeing evasive behavior from either side is going to be a nightmare.</p>
]]></description><pubDate>Tue, 18 Aug 2026 14:45:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=49346379</link><dc:creator>ablob</dc:creator><comments>https://news.ycombinator.com/item?id=49346379</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49346379</guid></item><item><title><![CDATA[New comment by ablob in "Go is an ideal language for AI-assisted software engineering"]]></title><description><![CDATA[
<p>Surely the King is doing it, so that must be the correct way. Look, the King even wears clothes and is totally not naked at all.<p>That the world runs on Kubernetes is no qualitative statement about the correctness of its Raft implementation. You can say that it's clearly good enough to not matter most of the time, but that is a different statement.
No matter who you look at, they're just cooking with gas like you do, and they can make mistakes in just the same way.<p>Now; I'm only attacking your argument. I do neither know nor particularly care about the correctness of that implementation itself. There's been better refutations of the claim you replied to in other answers anyway.</p>
]]></description><pubDate>Wed, 12 Aug 2026 00:54:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=49266540</link><dc:creator>ablob</dc:creator><comments>https://news.ycombinator.com/item?id=49266540</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49266540</guid></item><item><title><![CDATA[New comment by ablob in "Compression is prediction"]]></title><description><![CDATA[
<p>If you can predict other things by understanding something, is it truly lossy compression?</p>
]]></description><pubDate>Tue, 11 Aug 2026 22:37:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=49265447</link><dc:creator>ablob</dc:creator><comments>https://news.ycombinator.com/item?id=49265447</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49265447</guid></item><item><title><![CDATA[New comment by ablob in "Prevent cognitive debt by manually retyping LLM-generated code"]]></title><description><![CDATA[
<p>So we are reduced to code monkeys mindlessly re-typing what an LLM wrote to increase potential understanding...<p>Whatever this approaches, it is not a state of software engineering I find desirable.</p>
]]></description><pubDate>Tue, 04 Aug 2026 00:31:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=49163074</link><dc:creator>ablob</dc:creator><comments>https://news.ycombinator.com/item?id=49163074</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49163074</guid></item><item><title><![CDATA[New comment by ablob in "Kill The Cookie Banner"]]></title><description><![CDATA[
<p>I think that's a stretch. People can care, but be unwilling to spend the time researching it or accept the trade offs that come with small browsers (which are often unsupported for applications you might want to use).
There are many things someone might care about and at some point you have to prioritize. This topic in particular is practically a cold war where you always have to catch up on how things are, lest you loose it all. The required effort is disproportionate to the result.<p>P.S.: No true Scotsman spotted</p>
]]></description><pubDate>Sun, 26 Jul 2026 17:55:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=49060568</link><dc:creator>ablob</dc:creator><comments>https://news.ycombinator.com/item?id=49060568</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49060568</guid></item><item><title><![CDATA[New comment by ablob in "Kill The Cookie Banner"]]></title><description><![CDATA[
<p>It's a nag-box that appears every time someone visits a new website. 
Of course people are going to click it away as fast as possible.
In the few cases you repeatedly visit a website one might want to reconsider, but by then it's out of mind due to not being shown after giving consent.<p>It is known that warnings and pop-ups that show up almost all the time yield diminishing returns.
I think it was named "normalization of deviation" by some folks in a blog a while ago, and I believe that name fits.
If you get warned about missing https all the time, or that something might be dangerous (even though it does precisely what you want it to do), it will loose its effect by the time you actually need it.<p>You can argue this is malicious compliance, but if you want it to go away it would probably be easier to go for banning tracking and personalized ads altogether. Eliminate the reason for this behavior, so to speak.</p>
]]></description><pubDate>Sun, 26 Jul 2026 17:48:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=49060472</link><dc:creator>ablob</dc:creator><comments>https://news.ycombinator.com/item?id=49060472</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49060472</guid></item><item><title><![CDATA[New comment by ablob in "Git rebase -i is not that scary"]]></title><description><![CDATA[
<p>You can always set the editor in your --global or --local config though:<p><pre><code>  git config core.editor "vim"
</code></pre>
I do agree that using the default editor is a mostly a bad choice due to it being vi/vim rather often.</p>
]]></description><pubDate>Sun, 26 Jul 2026 14:27:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=49058570</link><dc:creator>ablob</dc:creator><comments>https://news.ycombinator.com/item?id=49058570</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49058570</guid></item><item><title><![CDATA[New comment by ablob in "Git rebase -I is not that scary"]]></title><description><![CDATA[
<p>I think the only missing thing for me would be to group commits, essentially squashing them for a clean history while allowing to unsquash them in case you need it.</p>
]]></description><pubDate>Sun, 26 Jul 2026 14:23:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=49058532</link><dc:creator>ablob</dc:creator><comments>https://news.ycombinator.com/item?id=49058532</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49058532</guid></item><item><title><![CDATA[New comment by ablob in "Advertise in ChatGPT"]]></title><description><![CDATA[
<p>I don't understand your question. The person you replied to never said anything about a boycott. They said that diversification is kind of necessary, so to use both Russian and American services, as both sides do censor/block different things.</p>
]]></description><pubDate>Wed, 22 Jul 2026 12:51:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=49005997</link><dc:creator>ablob</dc:creator><comments>https://news.ycombinator.com/item?id=49005997</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49005997</guid></item><item><title><![CDATA[New comment by ablob in "The EU is about to sell our most sensitive data to the US for visa-free travel"]]></title><description><![CDATA[
<p>Given the recent chat control disaster I'd say our say is rather slim when it matters. Just put a decision into urgency mode (even though technically that's only allowed for the first hearing) and let it be a default pass unless two thirds reject the proposition. If it hits the courtrooms, rewrite it a little bit and effectively  keep the status quo.<p>I might be misinformed, but I believe that American citizens have a way of forcing specific regulation instead of only forcing it to be considered. That would be something we don't have in the EU. So in the end it might just even out in that regard.</p>
]]></description><pubDate>Mon, 20 Jul 2026 20:58:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=48984799</link><dc:creator>ablob</dc:creator><comments>https://news.ycombinator.com/item?id=48984799</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48984799</guid></item><item><title><![CDATA[New comment by ablob in "Perfection Is Not Over-Engineering"]]></title><description><![CDATA[
<p>I'd like to add an anecdote about machining.
Some designers impose incredibly tight tolerances on part shapes that hardly change the overall behavior of the final machine, but are so difficult to produce that sometimes special tools have to be bought and instead of being able to produce 4 parts an hour it might just be one instead.<p>Maybe this sentiment stems from being software engineers, but at least for hardware it becomes abundantly clear that "good enough" is a desirable state unless you want to spend years in development. The only direct comparison I can find in software is computer graphics, where the endeavor often halts as soon as the average person can't perceive a difference anymore.</p>
]]></description><pubDate>Mon, 20 Jul 2026 14:55:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=48979741</link><dc:creator>ablob</dc:creator><comments>https://news.ycombinator.com/item?id=48979741</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48979741</guid></item><item><title><![CDATA[New comment by ablob in "EU ban on destruction of unsold clothes and shoes enters into application"]]></title><description><![CDATA[
<p>You have to deal with this no matter what unless you can live with wasting storage space. You have to arrange extra sales or try and donate stuff (basically, go through all possible options that exclude it from being exempted) if you want to get rid of an item. Your estimates on sales count need to be pretty spot on to keep that low.
Donations are still taxable where I live, by the way, so all that shenanigans is added too. It's not just about the report itself. You can't get rid of products not valuable enough to keep around without adapting your whole business model. 
Even if you are _not_ looking for an exemption, you will have to accommodate.<p>No one bothered to make any of the other options easier, only the previously simplest option was barred behind trying everything else. This is what over-bureaucratization looks like.<p>To use a different example:
No one wants to switch to public transport (which is already crowded anyway)? No problem, just ban driving unless you can prove that it's orders of magnitude faster and it's not feasible to move your residence. No further preparation is done; no thought goes beyond the horizon. "Eat this rule and deal with it, you don't have to deal with the paperwork if you're willing to spend 2 hours more on commuting".  That's the line of thought here. There are no plans to make it actually viable to use the train, the other options are just barred behind this veil of plausible optionality. You can do it, of course. The issue arises from doing this with literally anything you tackle.<p>You essentially only add rules and special cases without ever consolidating them or even considering possible impact on adjacent topics. Everything grinds to a halt by doing this and nothing ever gets simplified. It is a huge issue on a landscape that favored small  businesses (that can't afford divisions dealing with this) when the way the law is written suddenly requires structures only big companies or consultancies can provide. It entombs the market structure and drowns any competition in regulatory capture. We haven't even seen what happens once the markets are dominated by oligopolies and monopolies. By that time the only way to deal with the fall out will be even more rules, as the competitive landscape will already be dead.<p>I'm not against the goal of this regulation, but the recent way the rules have been made favor a market structure I consider incompatible with the goals of the EU.</p>
]]></description><pubDate>Sat, 18 Jul 2026 21:32:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=48962640</link><dc:creator>ablob</dc:creator><comments>https://news.ycombinator.com/item?id=48962640</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48962640</guid></item><item><title><![CDATA[New comment by ablob in "PSA about abuse of cat(1) command. Don't abuse cats"]]></title><description><![CDATA[
<p>funny enough,<p><pre><code>  2>&1 >/dev/null cat file
</code></pre>
appears to yield the same output. So i wonder where the not "order-independent" chimes in.</p>
]]></description><pubDate>Sat, 18 Jul 2026 02:54:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=48954744</link><dc:creator>ablob</dc:creator><comments>https://news.ycombinator.com/item?id=48954744</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48954744</guid></item></channel></rss>