Hacker News .hnnew | past | comments | ask | show | jobs | submit | more viktorcode's commentslogin

Epic lost on 9 counts out of 10 in the original lawsuit. The one they won is being appealed and in the process Fortnight was ordered to be reinstated in the US. I wouldn't bet that this arrangement will survive appeals.


They will, the moment your bank starts selling media inside the app.


They also host and serve videos. Not sure about other media


Good point. That makes them a combined platform and payment processor. So it seems to me the logical question would be, shouldn't they just break the platform part out then? But isn't that exactly what their percentage fee amounts to? So Apple should be entitled to 30% of their (IIRC) 5%, right?

Really they ought to further split that out into "processing fee" and "platform services fee" and Apple would then be entitled to 30% of the latter.


And yet despite his alleged criminal activities Russian prosecutors have failed to present an evidence-backed case that would warrant the notice to Interpol. That is why it was cleared.


Ah, this is an OJ Simpson: looks extremely guilty, but because the police are lazy and incompetent they frame him rather than building an actual case.


It's the second time today when I see that the higher number of LoC is served as something positive. I would put it strictly in "Ugly" category. I understand the business logic that says that as long as you can vibe code away from any problems, what's the point of even looking at the code.


As the saying goes:

   Measuring software productivity by lines of code is like measuring progress on an airplane by how much it weighs.
150k sounds like a lot. I do have to wonder what the program does exactly to see if that’s warranted, but it sounds bloated.


Think of it as 60 man-years of work.


If that's true then I can ship 60 man-years of work with

  yes 'println("a very important and useful line of code");' >> main.c
in under a second!


How is that 60 man-years of work? You are not going to replicate what the LLM generated in under a second without the LLM.


Remember, there used to be a time programmers productivity was measured in LoC per hour.

As such, this is high productivity! /s


> Remember, there used to be a time programmers productivity was measured in LoC per hour.

Do you remember such a time or company? I have been developing professionally since the early 1990's (and hobbyist before then), and this "truth" has been a meme even back then.

I'm sure it happened, but I'm not sure it was ever as widespread as this legend would make it sound.

But, there were decades of programmers programming before I started, so maybe it just predated even me.


I do, besides the sibling comment, there is hacker lore about these kind of issues,

> They devised a form that each engineer was required to submit every Friday, which included a field for the number of lines of code that were written that week.

https://www.folklore.org/Negative_2000_Lines_Of_Code.html


IBM had such a culture back in the day, where they feted 1 kloc/day programmers. That was what Bill Gates sneered at with the "Measuring software productivity by lines of code is like measuring progress on an airplane by how much it weighs" quote.


[flagged]


Yes, as we all know, when evaluating which programming language to use, you should get a line count of the compiler's repo. More lines = more capabilities.

Why would I ever want a language with less capabilities?


I mean, awk? jq? SQL?


APL


> to the extent that our systems' world models are effectively indistinguishable from the real world.

https://genius.com/Jorge-luis-borges-on-exactitude-in-scienc...


'Means' according to what? Put some (laughtable) reference so I can laught louder.


Genuinely hard to tell if satire.

Just in case not, consider whether the short function

   def is_even(x):
      return (x%2) == 0
Handles a wider range of input conditions than the higher LOC function

   def is_even(x):
     if x == 0:
       return True
     if x == 2:
       return True
     if x == 4:
       return True
     ...
     return False


Anyone knows if their implementation supports animations? This is a feature missing from Apple's


According to the chrome platform status page, yes! https://chromestatus.com/feature/5114042131808256

>>>

  - Progressive decoding for improved perceived loading performance
  - Support for wide color gamut, HDR, and high bit depth
  - Animation support


Yes, but it's not recommended - it does not have inter-frame compression, so it is significantly less efficient than just having a regular video file and slapping 'gif' on it.


That's not strictly correct, it's rather that the current encoder does no inter-frame compression. Patches (and the frame system in general) does give tools to do some inter-frame compression (not as many as in video, but still quite expressive), just nobody stepped up to implement compression using them for animations yet.


Do you know of a video format that supports progressive decoding?


Progressive decoding isn't a very useful video feature because you need to decode the whole frame before you decode the next frame for inter-frame coding methods anyway.


It is, however, a very useful image format feature, giving you most information from the spinner/sticker/emoji/sprite, and refinig the already playing loop as it loads. That's why animated jxl is a bad video format — it's not a video format, it is a separate kind of seemingly weird thing.


Video files are not supported in <img> tags.


It does, I just tried it in Canary and the jxl test page did also show animations


What, isn't this the cue for someone to explain that it's ironic webp is really a video format which is a bad image format, and now we have symmetry that JpegXL is a good image format which is bad video format? :-D

(I don't know if any of this is true, but it sounds funny...)


Webp is also an incredibly bad animation format since it drops most of the inter-frame compression features of the video codec it was derived from.


Want to mention that not all German ISPs participate in IP-infringing content blocking. I use one that does not.


If by fortune you mean the said country won’t be able to protect its own IP abroad, then I agree


> We wouldn't tolerate secrecy in the calculations used to keep our buildings upright, and we shouldn't tolerate opacity in the software that keeps our tractors, hearing aids, ventilators, pacemakers, trains, games consoles, phones, CCTVs, door locks, and government ministries working.

Construction industry if full of privately owned technologies and closed source software, from architectural drawing board up to the last glass panel in a window.

Building are staying upright not because of openness, but because of the enforced standards for construction. Same can be applied to software orders.

Want to prevent a government office suite to be bricked remotely? Put forth requirements for autonomous work, self hosting, multiyear coverage for critical patches and ability to export the data at any moment in the format of your preference. Whoever provides this will get the contract.

This seems to me far more realistic aim than trying to enforce global legal straight jacket to be universally applied to all software and hardware products available for purchase in your country


Legal straight jacket? Doctorow is arguing for abandoning the legal straight jacket, not creating one. It seems you severley misread the article.


He wrote “calculations”


For the major part BYD sales performance is dependent on government subsidies in the country where they sell three quarters of all the cars they produce. That is a high risk factor investors don't like.


Can you provide a source for the government subsidies you say BYD is dependent on?



nice article. excellent proof that the whole industry is indeed driven by market force and profitability.

> "11 out of 17 listed Chinese automakers were profitable."

> "93 of 169 automakers operating in China have market shares below 0.1%."


Consider applying for YC's Summer 2026 batch! Applications are open till May 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: