<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: geocar</title><link>https://news.ycombinator.com/user?id=geocar</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 04 Aug 2026 02:53:10 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=geocar" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by geocar in "An update on residential proxies and the scraper situation"]]></title><description><![CDATA[
<p>No no no. You don’t realise the compiled intermediate can be _trivially_ reused for every request, and identified by the hash of the JavaScript code. Browsers already do this, it’s just your attacker has a bigger cache, and not by a little bit.<p>Browsers _intentionally_ limit the amount of memory and cpu cycles a tab can consume to make for a nicer human experience.</p>
]]></description><pubDate>Thu, 23 Jul 2026 07:54:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=49018220</link><dc:creator>geocar</dc:creator><comments>https://news.ycombinator.com/item?id=49018220</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49018220</guid></item><item><title><![CDATA[New comment by geocar in "Why malloc always does more than I asked for?"]]></title><description><![CDATA[
<p>Oh? How do you think munmap does it?<p>If you can convince the caller to keep track of that metadata themselves you obviously don’t need to. That can be important.<p>Something I noticed is that _very often_ the code that is calling malloc(n) is keeping track of n somehow for its own reasons (bounds checking, grow/gap pointers, etc) so merging the value halves stack churn and it’s an easy win.</p>
]]></description><pubDate>Thu, 23 Jul 2026 06:44:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=49017749</link><dc:creator>geocar</dc:creator><comments>https://news.ycombinator.com/item?id=49017749</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49017749</guid></item><item><title><![CDATA[New comment by geocar in "Linux kernel will support $ORIGIN, sort of"]]></title><description><![CDATA[
<p>The C standard isn’t stable across versions.<p>extern int errno;</p>
]]></description><pubDate>Tue, 21 Jul 2026 11:10:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=48990713</link><dc:creator>geocar</dc:creator><comments>https://news.ycombinator.com/item?id=48990713</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48990713</guid></item><item><title><![CDATA[New comment by geocar in "An update on residential proxies and the scraper situation"]]></title><description><![CDATA[
<p>> Browsers ought to run the fastest JS interpreters already<p>Well they don't.<p>Users want the website to work sooner, and care little about whether a for-loop of elements take 10ms or 20ms if it only happens once.<p>JS can be AOT compiled if you can wait a few _seconds_ -- which users don't want, so browsers don't bother.<p>Our attacker however, rightly observes they only have to pay that compilation cost once.</p>
]]></description><pubDate>Thu, 16 Jul 2026 21:57:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=48940816</link><dc:creator>geocar</dc:creator><comments>https://news.ycombinator.com/item?id=48940816</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48940816</guid></item><item><title><![CDATA[New comment by geocar in "An update on residential proxies and the scraper situation"]]></title><description><![CDATA[
<p>> but PoW scales<p>Not if the honest party is doing it in a browser: The same computer can so any POW so much faster in C than any amount jf JS and WASM that it will never ever ever be a contest.<p>> becoming much more obvious and easy to block, or they have to use massive amounts of compute.<p>If you believe this, please contact me: I think compute is free[1] and can probably help you out.<p>[1]: <a href="https://news.ycombinator.com/item?id=30175269">https://news.ycombinator.com/item?id=30175269</a></p>
]]></description><pubDate>Sat, 11 Jul 2026 07:47:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=48869763</link><dc:creator>geocar</dc:creator><comments>https://news.ycombinator.com/item?id=48869763</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48869763</guid></item><item><title><![CDATA[New comment by geocar in "Android Developer Verification: Threat masquerading as protection"]]></title><description><![CDATA[
<p>> Can I ask what you mean when you say "write"?<p>To "write", I mean the precursor to "read".<p><a href="https://www.gnu.org/philosophy/right-to-read.en.html" rel="nofollow">https://www.gnu.org/philosophy/right-to-read.en.html</a><p>> Are you talking about literature / articles, or software?<p>All of the above.<p>> This is new to me, want to stay on top of it.<p>I am sorry to tell you it is not too new. Google tried this before recently with something called WEI (which you might be able to find on ddg or other search engines): It failed for reasons few people know for sure[1], but the initiative had the same basic bullshit about security, and the same outcomes.<p>[1]: The story I heard was a couple South-American countries noticed that this would prevent their people from being able to work on software that runs in the Google ecosystem and threatened to block Google en masse. Since then, one of the countries that Google has a lot of offices in invaded one of those South American Countries for conveniently unrelated reasons.</p>
]]></description><pubDate>Fri, 03 Jul 2026 14:39:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=48775635</link><dc:creator>geocar</dc:creator><comments>https://news.ycombinator.com/item?id=48775635</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48775635</guid></item><item><title><![CDATA[New comment by geocar in "CarPlay Is Additive"]]></title><description><![CDATA[
<p>Do you have a specific suggestion?<p>I have tried everything that is available at my local shops (which looks like it came from Temu)</p>
]]></description><pubDate>Fri, 03 Jul 2026 08:06:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=48772271</link><dc:creator>geocar</dc:creator><comments>https://news.ycombinator.com/item?id=48772271</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48772271</guid></item><item><title><![CDATA[New comment by geocar in "CarPlay Is Additive"]]></title><description><![CDATA[
<p>CarPlay is better than android auto in that it works with my iPhone; as to why it is currently in _my_ requirements, it’s simple: I rent cars when I travel, I’m too lazy to memorise so many maps, and I don’t have a good mount I can bring with me.<p>That being said I think there are a few things that make my carplay experience _worse_ than my friends’ android auto experience: for example today I am annoyed by google maps spam me with notifications trying to get me to use googles maps instead of waze which is so fucking stupid since it’s also google and it just makes me more annoyed with google instead of being the sort of thing that would convince me to switch to android. But I have to admit the google maps and waze integration on android is better.</p>
]]></description><pubDate>Fri, 03 Jul 2026 08:05:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=48772261</link><dc:creator>geocar</dc:creator><comments>https://news.ycombinator.com/item?id=48772261</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48772261</guid></item><item><title><![CDATA[New comment by geocar in "CarPlay Is Additive"]]></title><description><![CDATA[
<p>Having my phone mounted is fine but it’s been hard for me to find a good mount that works with random rental car I get. Any suggestions?<p>I don’t hate carplay but some things annoy me like I can’t Shazam what I’m listening to in the car because CarPlay pauses the cars audio. I would be willing to try to make it optional until CarPlay works better.</p>
]]></description><pubDate>Fri, 03 Jul 2026 07:52:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=48772162</link><dc:creator>geocar</dc:creator><comments>https://news.ycombinator.com/item?id=48772162</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48772162</guid></item><item><title><![CDATA[New comment by geocar in "Android Developer Verification: Threat masquerading as protection"]]></title><description><![CDATA[
<p>Stop using Android.</p>
]]></description><pubDate>Thu, 02 Jul 2026 10:38:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=48759288</link><dc:creator>geocar</dc:creator><comments>https://news.ycombinator.com/item?id=48759288</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48759288</guid></item><item><title><![CDATA[New comment by geocar in "Android Developer Verification: Threat masquerading as protection"]]></title><description><![CDATA[
<p>Google has been attempting to license the right to write.<p>There are a lot of poor people, mostly brown people, who do not have the ability to get one of these licenses.<p>Some of them are feeding themselves with their ability to write, and Google is literally stealing that food from their mouths.</p>
]]></description><pubDate>Thu, 02 Jul 2026 10:32:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=48759236</link><dc:creator>geocar</dc:creator><comments>https://news.ycombinator.com/item?id=48759236</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48759236</guid></item><item><title><![CDATA[New comment by geocar in "Claude Code is steganographically marking requests"]]></title><description><![CDATA[
<p>> That the provider's business needs necessitate the this behaviour...<p>No, please don't move past this so quick, because <i>I'm</i> not convinced they have the need, and in some markets (like the US) it is a violation of civil rights, to show people different content based on their ethnicity[1] because <i>those people</i> might have a claim that supersedes anything they might have signed or clicked-through.<p>That Anthropic did something they could obvious be sued for constitutional violations in multiple countries is shocking.<p>> what else [are] they're harvesting from my machine? PII?<p>Assume everything, and yet I think this is more insidious than mere exfiltration, and we should go further: The LLM can respond to these magic quote marks <i>directly</i>, which means it can be trained to give people bad/different advice without those markers being so visible to people using debugging tools.<p>That's so unethical, the laws on this potentially so severe, Anthropic could be facing unlimited damages, from any one example combined with this article, which means either they have a really stupid management team, or were given a promise of legal immunity in some way.<p>Neither of those things should be what you should want to base your next big idea on.<p>[1]: For a simple example, showing an ad for (say) mortgage offers and targeting people by race/ethnicity/gender is totally illegal, but it's also illegal if you make a list of targeting criteria that <i>just happen</i> to select for a protected class.</p>
]]></description><pubDate>Wed, 01 Jul 2026 10:53:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=48744826</link><dc:creator>geocar</dc:creator><comments>https://news.ycombinator.com/item?id=48744826</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48744826</guid></item><item><title><![CDATA[New comment by geocar in "Honesty gets Emacs patch rejected"]]></title><description><![CDATA[
<p>> > ...who does not clearly have the rights<p>> This claim is baseless... it all boils to question how much of the salt makes a soup a salty one.<p>No it doesn't. The very existence of the question means it is not clear.<p>>     - if I put 10.000 words into a prompt and got 500 words out of it, is the author LLM, or me?<p>Neither. The author is some unknown number of people whose words were scraped.<p>>    - if I got 50 lines, and modified each single one, is the author LLM, or me?<p>Neither. The author is some unknown number of people whose words were scraped, combined possibly with you. You need <i>all</i> authors to agree on the rights.<p>You would have to not just modify them, but modify them <i>substantially</i> to either change their meaning or <i>criticise</i> them, or <i>do something</i> because just flip a random number of bits in order to get into the running, and a judge might still disagree with you.<p>> I'm confident I could prove my case against the court<p>I'm not even sure you understand the stakes, because not just the authors have claim but also the persons (e.g. z.ai in your case) who assembled the model, and you just blew past both of those people like they were nothing.<p>You're not even in third-place for rights on this work, and you don't even seem to realise that.</p>
]]></description><pubDate>Mon, 29 Jun 2026 06:26:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=48715558</link><dc:creator>geocar</dc:creator><comments>https://news.ycombinator.com/item?id=48715558</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48715558</guid></item><item><title><![CDATA[New comment by geocar in "The MUMPS 76 Primer – anniversary edition"]]></title><description><![CDATA[
<p>> Appendix 7 on this page <a href="http://www.faqs.org/faqs/m-technology-faq/part2/" rel="nofollow">http://www.faqs.org/faqs/m-technology-faq/part2/</a> : runs screaming into the night<p>I don't know mumps very well, but this seems pretty straightforward if you put the primer next to it, and I am troubled by your (common!) reaction to alien technology...<p>> Stringly typed with literally no other types? Uh…<p>like this example here; SQLite made this choice too. Everyone knows about SQLite by now, right?<p>All types are strings when the user types them in, whether you are talking source code text, or the patient's weight in kilograms. Pretending you can have other types is something the source code of your application (or the language your application is written in) does.<p>This is something that makes total sense when you are thinking about things the right way (whatever that means), so when something makes you go "uh" try inverting this equation, and ask yourself, in what way (or under what circumstances) would this decision make sense?<p>That sort of thinking will get you the right ideas to understand everything else in the software world, and make you less avoidant about filling in the gaps in your own abilities.<p>> It had some neat ideas<p>Has. Multiuser support is <i>still</i> almost nonexistent in mainstream programming (and just recently starting to actually show up in SQL implementations!). And besides SQL, the most popular language with global variables you've might have heard of is perl. Understanding these ideas is <i>still</i> in the future.<p>Putting the ideas in the past, and framing them with such harsh judgement -- especially the ideas like this that you don't fully understand yet -- keeps them out of your mind, and denies you access to what these ideas can do for you.<p>As an example: A lot of people make a "users" table in SQL for the users of their application. Of course most SQL implementations have "users" of their own, and have a robust implementation that is already there, and yet almost nobody uses it and chooses to make their own rather than learn how to use the one SQL gives them.<p>Now: SQL exfiltrations are only possible because of this, and when you fully understand why that is you'll probably never make another users table again.<p>> and some absolute nightmare fuel.<p>but nightmares? Seriously? There was nothing in that example code that I am going to have nightmares about. It seems very well thought out (unlike say, Python's). It's even Y2K compliant. There is even a few ideas in there I'm going to steal for my own parser.<p>There is good stuff here; don't give up.</p>
]]></description><pubDate>Mon, 29 Jun 2026 05:56:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=48715372</link><dc:creator>geocar</dc:creator><comments>https://news.ycombinator.com/item?id=48715372</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48715372</guid></item><item><title><![CDATA[New comment by geocar in "Honesty gets Emacs patch rejected"]]></title><description><![CDATA[
<p>Nonsense. The FSF cannot receive a copyright assignment from someone who does not clearly have the rights. If it is “open” then it is not clear.<p>Of the two other parties who claim copyright, neither is the submitter; either Facebook (or whoever “made” the model) has it or the persons whose content is in the model has it. Facebook did not assign copyright of the output to the user, and neither did those others.</p>
]]></description><pubDate>Fri, 26 Jun 2026 08:36:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=48684016</link><dc:creator>geocar</dc:creator><comments>https://news.ycombinator.com/item?id=48684016</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48684016</guid></item><item><title><![CDATA[New comment by geocar in "Honesty gets Emacs patch rejected"]]></title><description><![CDATA[
<p>> not knowing about these rules.<p>He didn’t look at the t&c for whatever model he was using and didn’t understand he had no copyright claim over its output?<p>He doesn’t have any rights to the code; he can’t assign them to the FSF.<p>> What incentives does this give people?<p>Hopefully to learn how to code so they can make their own contributions.</p>
]]></description><pubDate>Fri, 26 Jun 2026 05:37:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=48682720</link><dc:creator>geocar</dc:creator><comments>https://news.ycombinator.com/item?id=48682720</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48682720</guid></item><item><title><![CDATA[New comment by geocar in "Honesty gets Emacs patch rejected"]]></title><description><![CDATA[
<p>No.<p>The “contributor” doesn’t have the ability to contribute; They do not have copyright over the code so they can’t assign it.<p>The maintainer should not read it because then they could be tainted and perform accidental copyright infringement in the future.</p>
]]></description><pubDate>Fri, 26 Jun 2026 05:33:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=48682700</link><dc:creator>geocar</dc:creator><comments>https://news.ycombinator.com/item?id=48682700</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48682700</guid></item><item><title><![CDATA[New comment by geocar in "Honesty gets Emacs patch rejected"]]></title><description><![CDATA[
<p>It makes sense: if you use an LLM, you don’t have the copyright so you can’t assign it to the FSF.</p>
]]></description><pubDate>Fri, 26 Jun 2026 05:28:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=48682666</link><dc:creator>geocar</dc:creator><comments>https://news.ycombinator.com/item?id=48682666</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48682666</guid></item><item><title><![CDATA[New comment by geocar in "Framework's 10G Ethernet module exposes USB-C's complexity"]]></title><description><![CDATA[
<p>Yours is an “edge device” but I am root, so mine is a portable tool for managing and testing the network that does not have working WiFi access points attached to it or obviously I would not be there.<p>And yes, some of those links are above 1gbps so that the users can have individual 1gbps links.</p>
]]></description><pubDate>Fri, 26 Jun 2026 05:21:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=48682614</link><dc:creator>geocar</dc:creator><comments>https://news.ycombinator.com/item?id=48682614</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48682614</guid></item><item><title><![CDATA[New comment by geocar in "Anyone seen a CC- serial prefix on legacy networking hardware?"]]></title><description><![CDATA[
<p>That is a good point. If I ping the router 2m away from me in the airbnb (on Ethernet) I am staying in I'm getting 0.8msec. If it is really 0.4msec over some kind of consumer wireless, it is physically inside the phone.<p>I think more likely got something wrong with the units; System.Net.Networkinformation.ping reports in whole seconds (so this is ~400ms) for example. Maybe it is some weird tool or typo.</p>
]]></description><pubDate>Tue, 02 Jun 2026 10:00:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=48368119</link><dc:creator>geocar</dc:creator><comments>https://news.ycombinator.com/item?id=48368119</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48368119</guid></item></channel></rss>