Hacker Newsnew | past | comments | ask | show | jobs | submit | friseurtermin's commentslogin

The article phrases this weirdly, but they are talking about the 40,000 Starlink terminals in Ukraine that Eutelsat is trying to match, not about LEO satellites.


What I miss in this article are some references to some of the great research on Starlink performance and characteristics that has come out in the past ~2 years. [1] and [2] come to mind. They also go into much more detail on the 15s interval, quote [1]:

> Interestingly, we observe that the Starlink OWD (one-way delay) often noticeably shifts at interval points that occur at 15 s increments. Further investigation reveals the cause to be the Starlink reconfiguration interval, which, as reported in FCC filings [71], is the time-step at which the satellite paths are reallocated to the users.

AFAIK it is not the dish itself that does the tracking but a central orchestration.

[1]: https://arxiv.org/abs/2310.09242 [2]: https://arxiv.org/abs/2306.07469


The dish tracks via phase array modulation?


It's a phased array antenna.

Teardown videos available


100% what I came here to say. My film camera restricts me from checking each photo instantly, keeps other people from checking each photo ("Show me! Do I look good in that? Take another one") or from sharing online.

As an added bonus, I get to relive my trip a few weeks later when I get my films back from the lab.

I have to add that I don't think any of my films were ever destroyed by an airport scanner.


>I have to add that I don't think any of my films were ever destroyed by an airport scanner.

That is a bit of a myth these days. Modern airport hand luggage scanners are safe up to ISO 800 or so. And from my experience airport staff is very willing to hand-check high ISO film (did an intercontinental trip with T-Max 3200 once and had no issue getting it hand-checked in 4 different countries - it probably helped that I separated out only the 3200 film and got all others scanned regularly)

I hear there's new CT machines which may cause issues, but apparently the staff is well aware of this and they should be labeled.


I like high grain images, but I also wonder if it's kind of a fad?

The ability of modern digital cameras to shoot essentially unlimited photos might not be without its drawbacks, but being able to shoot low grain images practically in the dark is pretty cool.


One caveat here is serialization. Writing your (or another package's) enum to a database will get you in trouble if you ever want to add another value in the middle. Sure, you can be careful and should document this, but who knows


Not only that, but the person sending you the serialized object might be looking for trouble. Sending you an enum value that is outside the legal range might help an attacker get into your system.


I'm not sure if its DDG, but the tech company Pipedream should consider rebranding or improving their SEO. A quick Internet search did not yield the results I expected...


I remember this coming up in a blog post by the creator of Shellcheck a while back [0] and being discussed here [1].

One reason given is this:

> Assuming the OSS projects aren't a conflict of interest

Apple is so secretive even internally that you can never guarantee whatever you're working on in your free time does not conflict what someone at Apple is working on secretly.

[0]: https://www.vidarholen.net/contents/blog/?p=859

[1]: https://news.ycombinator.com/item?id=22279585


> without some form of translation or emulation

IIRC that's why Rosetta2 exists. The question is more whether there are issues despite that


I don't think I've ever had an issue related to Rosetta2. Everything I had to run on it worked flawlessly and without any noticeable performance hit.

This is only my own anecdote though.


I also had everything working fine but performance is really bad when you go through rosetta.

For example, discord client is still x86 and while it works without any issues, the heaviness is noticeable.

Also, .NET 5 does not have an arm build (.NET 6 does but it is still in beta). The entire toolchain works but compiling a binary can be 3-4 times slower on the emulated one.

Things work without any issues though. They are just slow.


I don’t notice many performance differences comparing GUI apps. Discord’s PTB is M1 optimized and, guess what: It’s just as shit.


PTB still shows up as Intel binary: https://cln.sh/5KA9Vh


I was running the main ruby on rails app I work on via Rosetta since the first M1 MacBooks came out. The performance hit was there for sure, but not huge. Running local tests or seeding my database ranged to "about the same" to 10-20% slower than my 10 core iMac Pro, which is still a pretty fast machine.

Since I've upgraded the app to support Arm natively, almost everything runs faster on the m1 13" macbook compared to my 10 core iMac, with the exception of long running tasks that will use all the cores you can throw at them.


There have been some font rendering issues in Ultimaker Cura (which is written in Python) that ran as x86 on M1. These have been resolved in the Python library.


In fairness, I've seen font rendering in Cura on Linux as well.


I've seen font rendering issues in Cura on Intel Macs as well. Cura's GUI and UX are pretty bad in general IMO though, so I don't use it.


I'm guessing you'd want to go with Server Core [0], which is not a full-blown GUI but still supports windows.

[0]: https://docs.microsoft.com/en-us/windows-server/administrati...


Leaner websites can only reduce bandwidth strain, there's no impact on latency, right?


Could something like this be useful in space? With less heat generated (?), less power requirements (?), and immune to SEU(?)


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

Search: