Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Arkanum
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
24 ms
·
1.
▲
by
Arkanum
1y ago
One of the hosts of https://atp.fm
2.
▲
by
Arkanum
1y ago
AIUI Apple has deliberately kneecapped PWAs on iOS to stop them competing with their App Store.
3.
▲
by
Arkanum
1y ago
I agree, except the DMA specifically only applies to companies over a specific size. I think if the German newspapers were at FB/Apple scale, in terms of number of users, then the DMA would apply (i.e. they would be designated gatekeep
4.
▲
by
Arkanum
1y ago
Surely there is a middle ground where its at least possible to install apps that apple haven't approved[1]? I also like the idea of the _higher_ bar that the app store is supposed to have (not that this bar is always met), but the lack
5.
▲
by
Arkanum
2y ago
I don't think any current flow in the water is deliberate. The heating comes from the resistive heating of the coil. The issue (i think) is the coil being uninsulated, allowing some current to leak out through the water, hence the ting
6.
▲
by
Arkanum
2y ago
I think the novelty is that they don't have to optimise the splats at all, they're directly predicted in a single forward pass.
7.
▲
by
Arkanum
2y ago
Probably not much harder, but you wouldn't get the same massive jump in quality that you get going from 1 image to 2. NeRF/Gaussian Splatting in general is what you're describing, but from the looks of it, this just does it i
8.
▲
by
Arkanum
2y ago
I thought, (although the rules might have changed), that Apple explicitly forbids having different prices between your website and the app, and will kick you out of the store if it finds you doing this?
9.
▲
by
Arkanum
2y ago
Oh 100% I agree. My question/point is about how the US system treats monopolistic practices, and I worry that actually that example works in Apple's favour as they would likely argue that consumers are free to switch to android if
10.
▲
by
Arkanum
2y ago
I don't think that's enough though is it? To my mind the strong counter argument is that consumers are choosing to pay higher prices for "higher quality" (i know that often not the case with the scams on the app store) a
11.
▲
by
Arkanum
2y ago
Isn't part of the problem how US anti-monopoly law is worded requiring proof of "consumer harm" which is normally measured in increased costs? In the case of Apple's monopoly, its not clear how you would measure that let
12.
▲
by
Arkanum
3y ago
I think the word you might be looking for is "Monopsony" https://en.wikipedia.org/wiki/Monopsony
13.
▲
by
Arkanum
4y ago
As I'm not an expert on American Employment and Labour Union laws, does anyone with more experience know: is this not very likely to cause significant problems for Tesla with the NLRB?
14.
▲
by
Arkanum
4y ago
I might argue that the issue is not "having ways for the employees in the stores to communicate their needs to corporate.". But rather having corporate act on those needs, and in the face of larger investors like Buffet and Vangua
15.
▲
by
Arkanum
4y ago
I wonder if the decision in the US around Epic and external links[0] will benefit spotify in Europe or not (when it is eventually resolved). [0]: https://www.theverge.com/2021/12/8/22814147/epic-apple-app-
16.
▲
by
Arkanum
4y ago
It feels like you're doing exactly what the article was complaining about: ad hominem attacks, rather than refuting the argument she's making. I also think this comment is not in keeping with the HN guidelines.
17.
▲
Your compliance obligations under the UK’s Online Safety Bill
(webdevlaw.uk)
621 points
by
Arkanum
4y ago
|
461 comments
18.
▲
by
Arkanum
4y ago
Not wanting to sound too snarky, but TSMC is entirely dependent on the Dutch ASML for the machines used in their fabs.
19.
▲
by
Arkanum
4y ago
My limited understanding is that rust provides significant advantages in terms of memory safety[1], that should reduce the chance of errors and bugs, whilst c++11 does not provide these same advantages. [1] Comparison of memory safety of c
20.
▲
by
Arkanum
4y ago
I think the author was not the one performing the reductio ad hitlerum, but was referencing a tweet[1] citing a doctoral thesis on AI ambiguity (which made the "fallacy") and (i'm guessing here as I haven't read it) con
21.
▲
by
Arkanum
4y ago
*she Although i can't find any clear statement of pronouns [1] https://webdevlaw.uk/about/ [2] https://twitter.com/WebDevLaw
22.
▲
by
Arkanum
4y ago
I think this is an unpleasantly complicated topic because: 1) The FDA does have glacially slow processes, that limit competition in markets, often keeping prices artificially high (see the US Insulin market), but 2) The FDA has a pretty goo
23.
▲
by
Arkanum
5y ago
This is true, but according to the Flexport CEO [1][2], the An-225 and An-124 were vital parts of the global air freight network/system. And only 5 of them were outside Ukraine when the invasion started. [1] https://twitter.
24.
▲
by
Arkanum
5y ago
Related conversation [here]( https://news.ycombinator.com/item?id=29208276 ).
25.
▲
Ring doorbell may cost homeowner £100k in damages
(mirror.co.uk)
2 points
by
Arkanum
5y ago
|
1 comments
26.
▲
by
Arkanum
5y ago
Computerphile[1] did a video about the specifics of the backdoor in Dual EC DRBG. As i understand it, the hackers replaced a magic number Q with a different value than the standards compliant one, where they had pre-computed P. [1]: https:&
27.
▲
by
Arkanum
5y ago
> Looking forward to the vaccinated only water fountains next. This feels a touch melodramatic. I understand the point you want to make, but maybe a 1984 reference would work better. Vaccination is (barring some relatively uncommon excep
28.
▲
by
Arkanum
5y ago
This should probably be flagged as well.
29.
▲
by
Arkanum
10y ago
Yeah, that makes sense mostly. But why is NaN === NaN false? What am I missing here?
30.
▲
by
Arkanum
10y ago
I'm not sure that's right. 1/0 is undefined NOT infinity, hence -1/0 is also undefined . So actually line 3 should evaluate as true.
More ›