Readit News logoReadit News
mlfreeman commented on Xweather Live – Interactive global vector weather map   live.xweather.com/... · Posted by u/unstyledcontent
unstyledcontent · 19 days ago
Thanks. There are quite a few cool projects out there. Someone just shared a link to a collection of free weather maps: https://fmhy.pages.dev/misc#climate-weather

In the future we will also be merging another project into this app which is a collection of data from personal weather stations across the country. That data is really cool because it can fill in coverage gap. https://www.pwsweather.com/map/?ob=temps

mlfreeman · 19 days ago
> In the future we will also be merging another project into this app which is a collection of data from personal weather stations across the country. That data is really cool because it can fill in coverage gap. https://www.pwsweather.com/map/?ob=temps

I have four stations uploading there - looking forward to see the result!

mlfreeman commented on Mobile carriers can get your GPS location   an.dywa.ng/carrier-gnss.h... · Posted by u/cbeuw
spwa4 · a month ago
How that works is simple: there are regulations that force that the microphone used for calling is directly connected to the "baseband", which is under control of the carrier. It has to be, because of AT&T's argument: ONE misbehaving baseband can make cell phones inoperable in an area that's up to a kilometer in diameter. So AT&T's cell towers "need" to be able to send out a signal that permanently disables a phone's transmitter.

Regulations say the baseband MUST control: all wireless signals (including wifi and GPS), all microphones and speakers, and it must be able to disable the camera electrically. It must have a tamper-resistant identifier (IMEI number ... kind of).

Oh, it must allow calling the emergency services. If in this mode, during a call to the emergency services it MUST be able to send the exact GPS position (not just once, continuously) to the emergency services at the request of the emergency services (ie. NOT the user, and carriers must facilitate this)

By the way, it's worse: as you might guess from the purpose, it doesn't matter if your phone is on the "spying" carrier or not, other carriers can send commands to other carriers' phones' basebands (because "get off this frequency" is required: spectrum is shared, even within countries. Since phones may go from one tower to another and be required to vacate frequencies, you need this command). It doesn't even matter if you have a SIM in your phone or not (ever tought that if eSIM works, it must of course be possible for any provider to contact and send instructions to the phone, so it opens up an end-to-end encrypted connection to the javacard that the actual phone cpu cannot intercept). In some phones it doesn't even matter if the phone is on or not (though of course eventually it dies). So "meshtastic" or anything else cannot make a phone safe.

And in practice it's even worse. A lot of phone manufacturers "save on memory" and use the same memory chips for the baseband processor and the central cpu. Which means that it's a little bit cheaper ... and the baseband has access to all the phone memory and all peripherals connected through the memory bus (which is all of them in any recent phone). It may even be the case that these chips are integrated in the cpu (which I believe is the case for recent Apple chips). Oh and the regulations say: if there's a conflict over control over (most) peripherals, including the microphone and speaker, the baseband processor MUST be guaranteed to win that fight.

Oh and because governments demand this, but of course neither fund nor test these devices, they are old, bug-ridden and very insecure. This also means that despite the government requiring that these features be built into phones, governments, carriers and police forces generally do not have the equipment required to actually use these features (though I'm sure the CIA has implement them all). Not even carriers' cell phone towers: they have to pay extra to allow even just frequency sharing ...

Here is an article about baseband and baseband processors.

https://www.extremetech.com/computing/170874-the-secret-seco...

mlfreeman · a month ago
Please provide links to the relevant regulations from an actual government website such as eCFR in the US (https://www.ecfr.gov/)
mlfreeman commented on Mobile carriers can get your GPS location   an.dywa.ng/carrier-gnss.h... · Posted by u/cbeuw
gruez · a month ago
>Your cell phone provider does not constitute "drinking buddy".

You're right, it should be even more scandalous for the government to get information out of my drinking buddy, because the information I told him was in confidence, and he promised he wouldn't tell anyone. My cell phone provider, on the other hand, clearly says in their ToS who they'll share data with and in what circumstances.

mlfreeman · a month ago
And the ToS probably has a clause that says "we can alter the deal any time we want and you should pray we don't alter it further".
mlfreeman commented on Ireland wants to give its cops spyware, ability to crack encrypted messages   theregister.com/2026/01/2... · Posted by u/jjgreen
themafia · 2 months ago
Or a bot that lists out all the times police have been given these powers only for them to be abused.

Flock is a great example. Story after story in the local news (only there for some reason) about police officers being disciplined or fired because they stalked people using the flock system.

Meanwhile not a single story where a major case was cracked by, and could only have been cracked by, the flock camera system.

mlfreeman · 2 months ago
Does anyone even compile these into a site?
mlfreeman commented on STFU   github.com/Pankajtanwarba... · Posted by u/tanelpoder
mrexroad · 2 months ago
You touched a nerve for me — folks hiking with Bluetooth speakers. My god that grinds my gears. I can see an argument for playing music (at reasonable volume) while relaxing at a camp site, but on the trail it’s as aggravating as a dirt bike or snowmobile ripping along near by.
mlfreeman · 2 months ago
In potentially-dangerous-animal country (e.g. grizzly bears, mountain lions, etc), it could be a safety mechanism...I was told repeatedly you need to make some kind of distinctive noise regularly so they won't get startled by you rounding a bend.
mlfreeman commented on Times New American: A Tale of Two Fonts   hsu.cy/2025/12/times-new-... · Posted by u/firexcy
imnotlost · 2 months ago
The correct typeface for the current U.S. administration would of course be Comic Sans or perhaps Comic Serif for double-super-serious documents.
mlfreeman · 2 months ago
And Wingdings for classified material!
mlfreeman commented on You want microservices, but do you need them?   docker.com/blog/do-you-re... · Posted by u/tsenturk
devmor · 3 months ago
I feel that if you have multiple sets of application logic that need to access the same data, there should be an internal API between them and the database that keeps that access to spec.
mlfreeman · 3 months ago
Only allow clients to execute stored procedures?
mlfreeman commented on US Defense Department will stop providing satellite weather data   text.npr.org/nx-s1-544612... · Posted by u/drewr
mlfreeman · 8 months ago
Are the satellites being turned off, or could people with SDRs pick this up directly from space and offer it up for free?
mlfreeman commented on Tj-actions/changed-files GitHub Action Compromised – used by over 23K repos   stepsecurity.io/blog/hard... · Posted by u/varunsharma07
lenkite · a year ago
This is why I have begin to prefer languages with comprehensive, batteries-included standard libraries so that you need very few dependencies. Dep Management has become a full time headache nowadays with significant effort going into CVE analysis.
mlfreeman · a year ago
I think this is the root of the problem.

I think library/runtime makers aren't saying "let's make an official/blessed take on this thing that a large number of users are doing" as much as they should.

Popular libraries for a given runtime/language should be funded/bought/cloned by the runtime makers (e.g. MS for .NET, IBM/Oracle for Java) more than they are now.

I know someone will inevitably mention concerns about monopolies/anti-trust/"stifling innovation" but I don't really care. Sometimes you have to standardize some things to unlock new opportunities.

mlfreeman commented on In memoriam   onlinesafetyact.co.uk/in_... · Posted by u/ColinWright
aimazon · a year ago
There has been new information since that blog post which has reaffirmed the "this is much ado about nothing" takes because Ofcom have said that they do not want to be a burden on smaller sites.

https://www.ofcom.org.uk/online-safety/illegal-and-harmful-c...

"We’ve heard concerns from some smaller services that the new rules will be too burdensome for them. Some of them believe they don’t have the resources to dedicate to assessing risk on their platforms, and to making sure they have measures in place to help them comply with the rules. As a result, some smaller services feel they might need to shut down completely.

So, we wanted to reassure those smaller services that this is unlikely to be the case."

mlfreeman · a year ago
The use of "unlikely" just screams that Ofcom will eventually pull a Vader..."We are altering the deal, pray we don't alter it any further".

u/mlfreeman

KarmaCake day132December 8, 2022View Original