Spyke

Replies

firefox

Comment on

Firefox Android's FIFA ads

Reply in thread

Similar to me, and haven't seen that ad. I also checked that all notification channela are enabled for me.

There is a setting: Data collection -> Studies. That may be the reason for OP. But if data collection is disabled then it also disables studies:

Comment on

Wikipedia has banned AI-generated text, with two exceptions

Saved you a click:

After much debate, the new policy is in effect: Wikipedia authors are not allowed to use LLMs for generating or rewriting article content. There are two primary exceptions, though.

First, editors can use LLMs to suggest refinements to their own writing, as long as the edits are checked for accuracy. In other words, it’s being treated like any other grammar checker or writing assistance tool. The policy says, “ LLMs can go beyond what you ask of them and change the meaning of the text such that it is not supported by the sources cited.”

The second exemption for LLMs is with translation assistance. Editors can use AI tools for the first pass at translating text, but they still need to be fluent enough in both languages to catch errors. As with regular writing refinements, anyone using LLMs also has to check that incorrect information hasn’t been injected.

fuck_ai

Comment on

OpenStreetMap is concerned: thousands of AI bots are collecting data

Some context about OpenStreetMap:

It's an Open Data project, it means you can just go to a mirror and download the full db legally, and do whatever you want with that.* The license of OSM (called ODbL) even allows selling the data. They can legally train on it if they need this.

Yet the crawlers hammering the servers used by the volunteers... It's so stupid.

If you are interested this page lists like 20 different ways you can download data, depending on your use case, and what part of the database you actually need: https://wiki.openstreetmap.org/wiki/Downloading_data

* There is only one requirement, you have to display ©OpenStreetMap somewhere if you publish some derivative work. More info here: https://opendatacommons.org/licenses/odbl/

Comment on

Microsoft asks customers for feedback on reported SSD failures

Wait. The point of the unbelievable amount of telemetry you can't even disable was to collect info in situations like this. Right? Why is there telemetry if they have to ask?

Edit: title of the article is a bit misleading, as I obviously commented before reading the article.

The "another" company they are in contacting is Phison, the manufacturer of thr affected controllers, so it doesn't sound as bad as from the title

Comment on

Windows Notepad App Remote Code Execution Vulnerability

Improper neutralization of special elements used in a command ('command injection') in Windows Notepad App allows an unauthorized attacker to execute code over a network.

An attacker could trick a user into clicking a malicious link inside a Markdown file opened in Notepad, causing the application to launch unverified protocols that load and execute remote files.

TIL notepad can render markdown

Comment on

wanderer v0.17.0 released — Federation support is here

Very nice project! Thank you for using OpenStreetMap! I love it when the project I contribute to gets used in interesting projects like this!

But some quick notes, related to the map display: It's called OpenStreetMap, there is no s at the end, written in CamelCase without spaces. The other more important problem is you forgot to include the attribution text on the map. For using OSM there is only one requirement, you have to display "© OpenStreetMap" somewhere on a corner of the map. More info about this on the website of the OSM foundation: https://osmfoundation.org/wiki/Licence/Attribution_Guidelines

I see the attribution text is displayed on http://trails.tchncs.de/ but not on https://demo.wanderer.to/ so I don't know what's going on.

The basemap display on the demo website uses the tile server from openstreeetmap.org. This is very discouraged, and also can give bad experience to users. The tiles on osm.org are raster tiles, they are regenerated automatically after a change in the map data, they are aimed as a tool for map contributors, not end users. You can read more about this here: https://operations.osmfoundation.org/policies/tiles/

There is a new totally free maplibre compatible vector tile provider, which uses the same map data, I recommend to switch to OpenFreeMap. Users can also self host OpenFreeMap, so some really privacy minded users could totally self host the full project this way.

Comment on

OpenStreetMap but with reviews and bus/train departure times

It's called OpenStreetMap, the last character is P, it's singular.

For reviews there are multiple ongoing projects, none of them is mature enough for everyday use, they have a very few content:

There was a long and very interesting thread about this last year on the osm forum: https://community.openstreetmap.org/t/a-crowd-sourced-review-service-for-openstreetmap/136235/24

For timetables, it's an existing standard called GTFS, public transport companies should publish their timetables in this format. Transportr is a mature app which supports a lot of companies and cities: https://transportr.app/

CoMaps (a better fork of OrganicMaps) already have a lot of issues about integrating GTFS feeds, e.g. https://codeberg.org/comaps/comaps/issues/1651