<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: turquoisevar</title><link>https://news.ycombinator.com/user?id=turquoisevar</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 15 Apr 2026 11:25:27 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=turquoisevar" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by turquoisevar in "macOS Icon History"]]></title><description><![CDATA[
<p>Come on, there’s no way you wrote that down unironically and didn’t struggle breathing through the strong chemical copium smells.<p>> goes into barring the competition from accessing the current nodes at TSMC<p>I know it’s en vogue to hate on Apple and make them out to be this big evil corporation, but you’re naming it sound as if they’ve been jerking off while sitting on TSMC’s capacity just to fuck with the competition and purely to make it impossible to compete, when in reality they’ve continued to make exponential improvements on their silicon platform.<p>> making Apple look good on benchmarks for 12-18 months or so<p>What are you on about? 
They’ve essentially been in a league of their own since the M1, especially if you take into consideration the power envelope and how performance is available with just passive cooling.<p>There isn’t really anything like it.<p>Even the salty argument of Apple hogging TMSC nodes just crumbles apart if you give more than a second of thought.<p>For starters, yes, sure Apple is great at managing their logistics and supply chain, which is why, when Cook was in charge of that, it impressed Jobs so much and it proved to be so essential to Apple’s success, that Jobs decided to hand pick Cook as his successor. 
I don’t see how that is a useful argument against Apple, moral or otherwise.<p>Nothing is stopping competitors from optimizing their process to the point where they can call TSMC and offer to buy their capacity for the next year or two. To say nothing of the efforts made outside of TSMC like Samsung GAAFET 3nm and MBCFET 2nm process and whatever Intel is dicking around with on their 2nm process.<p>More importantly though, it’s silly to make it seem as if that’s the only reason for the fruits of Apple’s labor.<p>Take AMD’s HX 370 for example, released last year, courtesy of TSMC’s N4P process. 
It still struggled to provide a PPA similar to the M1 Pro, which wasn’t only 3 years older at the time, it was a product of TSMC’s older N5 process.<p>Clearly having access to newer TSMC nodes isn’t a guaranteed win.<p>> and couldn't care less about performance<p>You’ve got it mixed up. Apple has never cared about raw specs, but they always have and always will care about performance.<p>If you’re inclined to read their every move through the big bad filter then you might say they never cared about raw performance because they’ve always been able to get more out of less and this way they could charge high spec prices without the high spec cost (and without, historically, advertising specs), and it clearly worked out for them.<p>Their stuff is being sold as if it’s given away for free, in doing so they’ve proven that the average user couldn’t give two fucks about bigger numbers as long as it works well, and their competitors have to pack their phones and other devices with higher specs and cooling solutions like vapor chambers (something Apple has managed to avoid so far) to keep up.<p>In a way they’ve always had to care more about performance than their competitors because they’ve mostly worked with hardware that’s “lesser” on paper to maximize their margins.<p>> to offer, a sense of novelty, excitement, taste<p>I don’t know about you but single-handedly making x86_64 look like an ancient joke with something that would’ve been considered a silly mobile processor 10 years ago is quite novel and exiting. If nothing else it lit a fire under Intel, even if they’ve seemed to have decided to let themselves be turned into a well done steak.<p>This was essentially what Intel had in mind with their Atom series for netbooks back in the day and Intel never managed to crack the code.<p>I remember being amazed when I received my developer transition kit, running macOS on an A12Z like it was nothing.<p>Even now, if I want to be more comfortable and do some coding or video editing work on the couch I can use my off-the-shelve base model M3 MacBook Air to do most of what I can on my M1 Max, that’s quite the leap in performance in such a short time.<p>There’s no accounting for taste or course and what I like might not be to your liking, and there is plenty about Apple that deserve legitimate criticism, so I don’t understand the need to make something out of nothing in this instance.</p>
]]></description><pubDate>Sun, 06 Jul 2025 00:25:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=44476682</link><dc:creator>turquoisevar</dc:creator><comments>https://news.ycombinator.com/item?id=44476682</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44476682</guid></item><item><title><![CDATA[New comment by turquoisevar in "Apple needs to explain that bug that resurfaced deleted photos"]]></title><description><![CDATA[
<p>There’s not much to tell to the average user beyond “database did an oopsie”.<p>A post mortem would be fun for me as software developer, but is ultimately of limited value to me or lay people because the cause is already communicated.<p>I understand that the subject of the issue, it being photos, might be a bit touchy, but the mechanics and the nature of the bug is nothing special and anyone who moved past their “Hello, world” phase will immediately understand the kind of bug that was in play here.<p>Photos are stored “in” a photo library.<p>On Apple systems the photo library is just a package (i.e., essentially a folder) and in it is an SQL database that keeps track of photos and their attributes based on a GUID in some 70 odd tables.<p>The photos and videos themselves are stored in folders within that package (i.e., the file system). But it is ultimately the SQL database that is deemed authoritative and that decides what you see in the Photos app.<p>Different daemons and chron jobs use the database to sync photos to and from the cloud and to clean up photos when marked for deletion.<p>All it takes for this to occur is for a photo to be marked as deleted, without it actually being deleted in the underlying folder, for it to seem deleted.<p>And all it takes for it to show back up is for 17.5 to index through the folders and based on what found “repair” the database.<p>The database also gets changed from time to time, so it could also simply be a new way of keeping track of deleted photos and in the process of migrating to the new database version taking a conservative approach and assuming that photos that are still present to be wrongly marked as deleted.<p>It’s always better to restore and let the user decide than to make destructive assumptions.<p>After this process resurfaces photos then they get synced with iCloud, just like any other photo.<p>The implication that this doesn’t explain the resurfacing of old photos from years ago and many devices ago is rather weird.<p>Most people don’t start fresh when they get a new Apple device and instead transfer data over or restore form a backup, putting in place the corrupted database. To say nothing of the database file being synchronized across devices via iCloud.<p>In fact, that only makes the corrupted database explanation more likely.<p>In the earlier days of iOS, Apple was still finding its way on how to effectively manage the library, making some significant overhauls in addition to overhauls to switch from Photo Stream to iCloud Photo Library.<p>So it’s not unlikely it was during that period this issue snuck into the database.<p>Like I said, it’s unfortunate that it affects photos, but otherwise not a shocking bug by any means and the solution to include orphaned photos back into the library as opposed to destructively deleting them is good practice.<p>The only thing that might’ve been better is if the user was provided with a prompt informing them of the find and perhaps asking them to make a choice.<p>It’s clear however that they didn’t think it would be an issue that would affect many users and using scary technical words like “corrupted” go against the kind of language and UX Apple tries to stick to.<p>A miscalculation perhaps, but hardly worthy of the drama that it’s being milked for.</p>
]]></description><pubDate>Wed, 22 May 2024 21:09:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=40446582</link><dc:creator>turquoisevar</dc:creator><comments>https://news.ycombinator.com/item?id=40446582</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40446582</guid></item><item><title><![CDATA[New comment by turquoisevar in "Apple needs to explain that bug that resurfaced deleted photos"]]></title><description><![CDATA[
<p>Our friend above is likely under NDA, so they won’t be able to comment on intricacies.<p>Luckily, I am not under an NDA, and I can tell you that the Reddit post is nonsense. A straight-up lie when you assume bad faith or poor recollection if you assume good faith.<p>The scenario described there, and further expanded upon by OP in comments is pretty much impossible. I hedge only because of an astronomical unlikely probability that everything in the universe aligned perfectly.<p>As you seem to be aware, encryption keys are involved, and that involvement lies at the root of the impossibility.<p>Say you’re inclined to believe that the Secure Enclave that stores this key has a massive bug that doesn’t delete the key upon wiping. That alone wouldn’t explain a scenario like that.<p>In addition to not deleting that key, the OS must’ve been unable to detect and try to use that key until some serious potent code was introduced in 17.5.<p>Also, during the wipe, the encrypted data partition that goes with the key must’ve not been deleted and gone unnoticed by the OS up until 17.5.<p>In addition, the OS must’ve kept the key intact, and ignored the existence of the encrypted data partition. Creating a new encrypted data partition with an accompanying key and acting as if it was all business as usual.<p>Then, suddenly, 17.5 comes around. It would have to have seen two encrypted data partitions with two encryption keys, mounted the most recent encrypted data partition, and decrypted it with the most recent encryption key without any issues and hiccups, only to then do something quite miraculous.<p>It would, at that point, do something that it was never designed to do, namely decrypt and mount the old data partition, all while the most recent one is already mounted, grab only a bunch of old photos from a corrupted database, nothing to else, and merge it into the database located on the most recent data partition.<p>All this while ignoring many complexities related to key pairs tied to iCloud accounts that I’ve omitted for simplicity’s sake and without throwing up a single error, much less a respring or, more likely, a kernel panic.<p>Just the part about mounting two partitions alone would cause huge issues.<p>It’s nearly impossible to do this on purpose due to hardware limitations on storage and the way the Secure Enclave works. To entertain a string of bugs that would execute this perfectly is just silly.<p>Who needs jailbreakers and the likes of Pegasus spending hours designing chain exploits when the OS stumbles into perfectly executed bugs that defy the law of physics?</p>
]]></description><pubDate>Wed, 22 May 2024 20:30:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=40446073</link><dc:creator>turquoisevar</dc:creator><comments>https://news.ycombinator.com/item?id=40446073</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40446073</guid></item><item><title><![CDATA[New comment by turquoisevar in "A forged Apple employee badge"]]></title><description><![CDATA[
<p>Haha this had me chuckle as a native Dutch speaker.<p>I will admit that they nailed the German-Dutch accent.<p>However, the weird choice to use “translatie” which, while technically is a Dutch word, wasn’t common even back in the period this is supposed to take place and feels more like a lazy translation of… well the English word “translation”, combined with, what I can only describe as “just blurt it out as fast as you can” direction, makes this very comical.</p>
]]></description><pubDate>Fri, 17 May 2024 18:39:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=40392960</link><dc:creator>turquoisevar</dc:creator><comments>https://news.ycombinator.com/item?id=40392960</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40392960</guid></item><item><title><![CDATA[New comment by turquoisevar in "A forged Apple employee badge"]]></title><description><![CDATA[
<p>To say nothing of the fact that embossing a document in Germany, and Europe in general, is extremely rare and certainly not common on your garden variety receipt or invoice (basically never). They were a bit more common pre-90’s though.<p>Without the aim of trying to insult anyone, frills like that are more common in the US when trying to emphasize the official nature of documents (e.g., notary public embossing).<p>Even so, on top of all that, it would make exactly zero sense for the embossing to be the EU stars.</p>
]]></description><pubDate>Fri, 17 May 2024 18:32:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=40392911</link><dc:creator>turquoisevar</dc:creator><comments>https://news.ycombinator.com/item?id=40392911</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40392911</guid></item><item><title><![CDATA[New comment by turquoisevar in "Biden signs TikTok bill into law, starting clock for ByteDance to divest"]]></title><description><![CDATA[
<p>I see variations of this argument pop up in this debate, which always confuses me.<p>I’d expect the takeaway to be “That’s bad, so we shouldn’t do it” instead of “Hold my beer and let me show you how we can follow their example.”<p>I always thought that the point was to <i>not</i> be like authoritarian countries.</p>
]]></description><pubDate>Wed, 24 Apr 2024 20:53:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=40149480</link><dc:creator>turquoisevar</dc:creator><comments>https://news.ycombinator.com/item?id=40149480</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40149480</guid></item><item><title><![CDATA[New comment by turquoisevar in "EU rejects Apple's changes: Company could be fined 10% of global turnover"]]></title><description><![CDATA[
<p>It’s quite simple.<p>The EC is not the final arbiter in this. It’s just an executive body.<p>Apple complied with what they think will withstand adjudication by the CJEU and leaves the rest for the EC to act on so they can appeal it with the CJEU.<p>Given the EC’s poor track record in terms of getting their fines and decisions overturned by the CJEU, I too would do it this way, no matter how loud the EC likes to bark and show their teeth.<p>Especially considering the DMA is poorly drafted and in Europe, unlike in the US, the courts aren’t ghostbusters that go seeking for “spirits” of the law.<p>Whether the EC thinks so or not, Apple is in compliance with the straightforward parts of the DMA as well as with the more vague parts on the basis of reasonable interpretation, to be adjudicated by the CJEU.<p>In law there’s very little that’s certain, as such it’s bad form to make predictions, but I’m pretty confident in saying that the CJEU isn’t going to open Pandora’s box by prohibiting Apple from charging a reasonable fee for their IP.</p>
]]></description><pubDate>Tue, 26 Mar 2024 04:23:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=39824250</link><dc:creator>turquoisevar</dc:creator><comments>https://news.ycombinator.com/item?id=39824250</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39824250</guid></item><item><title><![CDATA[New comment by turquoisevar in "EU rejects Apple's changes: Company could be fined 10% of global turnover"]]></title><description><![CDATA[
<p>That’s one way of saying Intel has won on appeal and the €1.06 billion fine was thrown in the trash by CJEU.</p>
]]></description><pubDate>Tue, 26 Mar 2024 04:16:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=39824222</link><dc:creator>turquoisevar</dc:creator><comments>https://news.ycombinator.com/item?id=39824222</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39824222</guid></item><item><title><![CDATA[New comment by turquoisevar in "USB hubs, printers, Java, and more seemingly broken by macOS 14.4 update"]]></title><description><![CDATA[
<p>Is there a particular reason you’re not putting .zshrc in the user’s home folder ~/.zshrc?<p>In any case, / root and /etc (to an extend) are part of the system volume (or rather the system volume snapshot if we want to be pedantic). With some exceptions Apple considers that fair game.<p>There’s a bunch of symlinking and firmlinking done to make it look like one coherent whole but only the stuff on the data volume is safe.<p>That said, if for whatever reason you need to put something in root you can create your own synthetic firmlink[0] with /etc/synthetic.conf.<p>I believe some also reported success by simply making a subdirectory under /etc and use that instead but YMMV.<p>hoakly goes into extensive detail with what changed with volumes on macOS (back in 2019 I believe): <a href="https://eclecticlight.co/2021/01/13/big-sur-boot-volume-layout/" rel="nofollow">https://eclecticlight.co/2021/01/13/big-sur-boot-volume-layo...</a><p>0: <a href="https://derflounder.wordpress.com/2020/01/18/creating-root-level-directories-and-symbolic-links-on-macos-catalina/" rel="nofollow">https://derflounder.wordpress.com/2020/01/18/creating-root-l...</a></p>
]]></description><pubDate>Tue, 19 Mar 2024 19:18:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=39759273</link><dc:creator>turquoisevar</dc:creator><comments>https://news.ycombinator.com/item?id=39759273</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39759273</guid></item><item><title><![CDATA[New comment by turquoisevar in "USB hubs, printers, Java, and more seemingly broken by macOS 14.4 update"]]></title><description><![CDATA[
<p>Same here on two Apple silicon machines.<p>In fact, I used to get kernel panics from time to time with USB hubs until a couple of major revisions ago.<p>What I’m running now, in part via monitor USB hub, is so far beyond the scope of what I expect to be part of QA and intended support that I’m surprised it’s not giving me any issues.</p>
]]></description><pubDate>Tue, 19 Mar 2024 18:16:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=39758680</link><dc:creator>turquoisevar</dc:creator><comments>https://news.ycombinator.com/item?id=39758680</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39758680</guid></item><item><title><![CDATA[New comment by turquoisevar in "USB hubs, printers, Java, and more seemingly broken by macOS 14.4 update"]]></title><description><![CDATA[
<p>And at a significant cost at that.<p>Windows has become a hodgepodge of code bases from a variety of time periods and philosophies, some of which leans on some ancient stuff that can’t be touched.<p>Hell, they had to skip Windows 9, just to prevent breaking 95/98 software from braking.<p>The average SW engineer here in HN wouldn’t know how fast they’d get to a keyboard to complain if they were to find a codebase like that at their job.<p>That’s not to say it’s necessarily bad, even if it can be cumbersome, it’s just to highlight the cost of maintaining that compatibility and a difference in philosophy.</p>
]]></description><pubDate>Tue, 19 Mar 2024 18:12:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=39758643</link><dc:creator>turquoisevar</dc:creator><comments>https://news.ycombinator.com/item?id=39758643</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39758643</guid></item><item><title><![CDATA[New comment by turquoisevar in "Glassdoor updated my profile to add my real name and location"]]></title><description><![CDATA[
<p>Also Virginia’s VCDPA.</p>
]]></description><pubDate>Fri, 15 Mar 2024 05:03:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=39712217</link><dc:creator>turquoisevar</dc:creator><comments>https://news.ycombinator.com/item?id=39712217</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39712217</guid></item><item><title><![CDATA[New comment by turquoisevar in "Apple announces ability to download apps directly from websites in EU"]]></title><description><![CDATA[
<p>> And if you don't trust an app vendor without Apple's underpaid Chinese reviewers<p>This misses the mark so badly that it’s not even worth reading the rest.<p>App Review is based out of Sunnyvale and has more than 300 people that make on average $85k/y in their first few years, and mostly over $100k/y after three years.<p>Long tenured people, the ones that last more than 5 years and are advancing towards a decade of doing the work get close to $200k/y with some exceptions over that number.<p>Many of those 300 people are multilingual, some specialize in a specific language, but to expand and better serve non-English markets, Apple recently opened a branch in Ireland and one in Shanghai.<p>The latter mainly focusing on the Chinese market and the one in Ireland specializing in European languages and supplementing the English market.</p>
]]></description><pubDate>Wed, 13 Mar 2024 03:06:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=39687697</link><dc:creator>turquoisevar</dc:creator><comments>https://news.ycombinator.com/item?id=39687697</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39687697</guid></item><item><title><![CDATA[New comment by turquoisevar in "Apple announces ability to download apps directly from websites in EU"]]></title><description><![CDATA[
<p>Yet somehow, when people suggest not to use an iPhone but instead an alternative device, that’s not an acceptable argument to many.<p>Funny how that works.</p>
]]></description><pubDate>Wed, 13 Mar 2024 02:49:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=39687602</link><dc:creator>turquoisevar</dc:creator><comments>https://news.ycombinator.com/item?id=39687602</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39687602</guid></item><item><title><![CDATA[New comment by turquoisevar in "Epic says Apple will reinstate developer account"]]></title><description><![CDATA[
<p>What are you on about? Today they were in the green and on the day this played out, March 6, the needle barely moved.<p>The dip started 2 days prior on March 4, the day the EC announced their ~$2B fine based on TFEU, which has nothing to do with the DMA. One the appeal is filed it’ll go back up, as it’s already almost back to before that news. And then a week later when Cook farts, it’ll dip again.<p>Such is the nature of stocks, at least on the short term. On the long term, 1Y and up, it’s solidly in the green.<p>Not to mention that stock prices and revenue (which is what they’re talking about) are two separate things.</p>
]]></description><pubDate>Sat, 09 Mar 2024 03:42:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=39649219</link><dc:creator>turquoisevar</dc:creator><comments>https://news.ycombinator.com/item?id=39649219</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39649219</guid></item><item><title><![CDATA[New comment by turquoisevar in "Epic says Apple will reinstate developer account"]]></title><description><![CDATA[
<p>All parties involved want to flex their muscles and most here argue based on how impressed they are by the flexes displayed.<p>Apple wants to show that they can’t be brought to their knees.<p>Epic wants to show that they can get away with shit.<p>The EU wants to show that they have teeth and are to be feared.<p>In the meantime, the only organization with the actual final say, the CJEU, is off forgotten in these debates and is currently warming up to accept and adjudicate Apple’s appeal for the ~$2B fine based on art. 102 TFEU.<p>Apple and Epic are private parties, and the EC is just an executive body. The CJEU in this is analogous to SCOTUS.<p>The best we can do as bystanders in the meantime is asses on existing principles whose flexing actually has some power behind it.<p>Epic’s contract with Apple was terminated prior to all this. The US courts have their blessing for this. Epic tried to get unbanned, most notably after changes in Korea, and Apple said they weren’t interested.<p>Now Epic pulled a stunt and was stupid enough to publish the emails. Based on the time and date of those emails and their public announcement that they “got their dev account back,” we can surmise that Epic just created a new account with the information of their newly erected Swedish entity. This process is 99% automated.<p>Afterward, they emailed Apple. Not to get permission to return but to state that they are back. That’s when the ball started rolling.<p>To enter into a valid contract, there needs to be mutual assent. Leaving nuance by the wayside, that means that both parties needed to actually <i>want</i> to enter into a contract with one another.<p>In the US, this used to be measured against a subjective standard but later shifted to an objective standard that boils down to whether a reasonable person would consider it an acceptance of an offer. In the EU, it’s still a subjective standard where intent to enter a contract is essential.<p>All of this is to say that if push comes to shove, no court, especially not a European one, is going to consider Epic simply creating a new account when Apple has made it clear time and time again that they don’t want to do business with them, to be sufficient for forming a valid legal agreement.<p>Without a valid legal agreement, the status quo prior to this event is leading. This being a situation in which Apple and Epic don’t have an agreement.<p>The DMA doesn’t have provisions that would force parties to enter into an agreement and force them to do business with each other. This is because it wouldn’t be able to withstand adjudication by the CJEU but also because the EU would never want to open Pandora’s box like that. The implications of that would be quite literally beyond comprehension.<p>So if there’s no valid contract and the EU doesn’t have the power to force one, ask yourself whose flexing is merely a flex and whose flexing is backed by the power of the CJEU? Who’s doing who a favor here?<p>We know at least of one party that they consistently go out of their way to make a point, even when the underlying issue they use as motivation is already moot. The point being made is that their teeth are truly sharp. 
So why not use those teeth in this instance and chomp into the flesh. 
Are we to believe that they’ve lost their appetite for their favorite meal?<p>Right as their latest pet project has gone into effect no less?<p>After being embarrassed by their prey who was able to convince the courts to reach into their mouth and reveal that those teeth are not as sharp as they’ve been made out to be almost a decade ago? An embarrassment that they’re still trying to undo in court at this very moment?<p>If someone who was so shamelessly neutered had the actual power to draw blood by chomping down into the flesh, would it be likely they’d rather growl?<p>I don’t think so.</p>
]]></description><pubDate>Sat, 09 Mar 2024 03:28:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=39649173</link><dc:creator>turquoisevar</dc:creator><comments>https://news.ycombinator.com/item?id=39649173</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39649173</guid></item><item><title><![CDATA[New comment by turquoisevar in "iPhone owners can leave EU for 30 days before they lose third-party app stores"]]></title><description><![CDATA[
<p>If I vacation in the US and use my EU payment method to pay for a coffee in the US, am I doing business in the US or in the EU? 
How do you think the tax nexus plays out in that case?<p>Do you think the coffee shop owes income or sales tax to the country where the bank issuing my payment method is established? What if I am from EU country A but my bank is located in EU country B? Is A or B going to claim nexus?<p>I think there’s no need to be coy here because we both know that that merchant isn’t going to have to pay a dime to a government entity outside of the US and neither would I in this example, at least not insofar it is related to my purchase of the coffee.</p>
]]></description><pubDate>Fri, 08 Mar 2024 18:02:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=39643838</link><dc:creator>turquoisevar</dc:creator><comments>https://news.ycombinator.com/item?id=39643838</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39643838</guid></item><item><title><![CDATA[New comment by turquoisevar in "iPhone owners can leave EU for 30 days before they lose third-party app stores"]]></title><description><![CDATA[
<p>> It's trivial to invalidate this non-argument<p>Apparently, it's not trivial enough for you to succeed in invalidating it.<p>“Aggression,” “malicious compliance,” and other such loaded terms in this context are, by their nature, subjective opinions, and opinions will never be substantive enough to refute an argument.<p>My paying a fine because the law says so, but doing it begrudgingly and not paying a cent more doesn’t make me “aggressive” or “complying maliciously”; it’s just me complying with the law.<p>I get it; you want your boogie, man, and you’re welcome to have it. But I’m welcome to point out that it doesn’t have any objective merit or value other than to soothe whatever feeling you have that compels you to broadcast it in the first place.<p>You bringing up VAT settlement betrays how in over your head you are. Not only have you embraced an extremely thorny topic by doing so, but it actively undermines the argument you’re trying to make, making your case all the less credible.<p>The tax subject is ultimately liable for VAT settlement. But because governments understand that it’s tough to enforce it on an individual level, they prescribe a set of practices for merchants that are, in principle, based on many assumptions. Some governments are more zealous in this than others, closing more possible enforcement loopholes than others; nevertheless, they all prescribe practices.<p>These assumptions mainly revolve around the country of origin and country of destination of goods and services, customer status and their nexus, and value of the goods and services.<p>An excellent example is if I, an EU citizen living in the US, visit my home country and purchase goods I intend to take home, then the merchant has to assume I’m subject to VAT and thus will charge me VAT. But when I depart, I can get the VAT back at the tax office at the airport.<p>Similarly, when I made purchases in my home country for my business when I still lived there, merchants specializing in B2B sales were allowed to sell me the goods without levying VAT on behalf of the government. Others who didn’t specialize in B2B and didn’t have the administrative logistics to handle B2B sales would levy the VAT, and I could then get it back from the government.<p>Sales tax settlement in the US also falls upon the tax subject, even though there are some fundamental differences between VAT and sales tax. On my tax return, I need to declare any purchases made out of state, and legally, I owe use tax if I purchased goods out of state tax for goods to be used at home.<p>Simply put, how Apple levies VAT for EU member states has little to do with what Apple wants and everything to do with what the law prescribes on how to treat users. Especially considering Apple acts as an intermediary in the majority of the cases and doesn’t levy VAT on behalf of their own but on behalf of other developers, which is another thorny dimension to this topic. As such, it’s entirely plausible that Apple levies VAT on users in certain situations who don’t owe it and who can ask for a VAT refund.<p>It doesn’t take a genius to see that it’s very plausible that if it were up to Apple, they wouldn’t levy any VAT because prices in VAT countries show the total after VAT price. It inherently makes it more likely that a sale occurs when that number is lower. They’re just not given much choice in the matter.<p>In contrast, the DMA provides an obvious provision on who the DMA does or doesn’t apply to. Reasonable minds can differ on how to read a minor part of that provision, but as far as legal language goes, this is about as clear as it gets.</p>
]]></description><pubDate>Fri, 08 Mar 2024 17:55:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=39643724</link><dc:creator>turquoisevar</dc:creator><comments>https://news.ycombinator.com/item?id=39643724</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39643724</guid></item><item><title><![CDATA[New comment by turquoisevar in "iPhone owners can leave EU for 30 days before they lose third-party app stores"]]></title><description><![CDATA[
<p>That’s never gonna happen. Something like that would need to be done under antitrust regulation, such as art. 102 TFEU because the DMA isn’t antitrust regulation and doesn’t have mechanisms to establish such violations.<p>While 102 TFEU (and in particular the CJEU case law surrounding it) has stacked the deck extremely in favor of the EC, in part due to it being designed and interpreted on the basis of European administrative law traditions, a ban or divestiture will only be imposed by the CJEU in the most extreme cases.<p>A case even the EC, with the entire deck stacked in their favor, will never be able to make. Edit: Specifically for Apple, the others, depending on who we’re talking about, might be a different story.</p>
]]></description><pubDate>Fri, 08 Mar 2024 03:27:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=39637492</link><dc:creator>turquoisevar</dc:creator><comments>https://news.ycombinator.com/item?id=39637492</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39637492</guid></item><item><title><![CDATA[New comment by turquoisevar in "iPhone owners can leave EU for 30 days before they lose third-party app stores"]]></title><description><![CDATA[
<p>What about this is a tortured interpretation of the DMA?<p>Article 1 clearly states the subject matter and scope of the DMA, with subsection 2 defining which end users it pertains to. As it should, because it would be bonkers for the EU to try and regulate anything outside of their jurisdiction.<p>Just say you wish it applied outside of the EU but that you understand the logical jurisdictional limitations and call it a day.<p>There’s no need for unwarranted loaded language.</p>
]]></description><pubDate>Fri, 08 Mar 2024 03:23:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=39637462</link><dc:creator>turquoisevar</dc:creator><comments>https://news.ycombinator.com/item?id=39637462</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39637462</guid></item></channel></rss>