Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror

Comment PC-first games from smaller studios (Score 1) 31

Until they see a trailer for a game that looks interesting, click through to learn more about the game, and find that it's available for (say) Linux, Windows, and NES. A lot of games from smaller studios get released on PC first, or PC plus an unlicensed release on a long-obsolete console, while the studio awaits approval to obtain a devkit for the major modern consoles.

Comment Re:Many people would never want a PC (Score 1) 31

Now if you read any review for any of the PC gaming handhelds you will unanimously see people saying Windows is the problem here. It's the barrier.

Unless they start selling pre built PCs

Does this include things like Steam Deck?

on a best buy shelf

If you refer solely to physical distribution through big-box electronics store chains in the United States, what's so special about that sales channel?

Comment Obsolete game consoles (Score 1) 31

Likewise, a lot of people use obsolete Mac computers, and a lot of people (including myself) use obsolete Nintendo Entertainment System consoles.

As I understand it, the "obsolete" label applies to a video game console once its manufacturer is no longer certifying new games for it. For example, Shakedown: Hawaii is the last Wii disc game in Europe, the last Wii U disc game in North America, and the last PlayStation 3 game. See list of last licensed games by console.

Comment Let's try Irish disability law (Score 2) 109

You are technically correct that the Americans with Disabilities Act 1990 does not apply because Ryanair operates in Europe, not the United States. However, the United States is by far not the only country with a disability discrimination law. Ryanair is headquartered in a suburb of Dublin, Ireland, a European Union member state that has its own disability accommodation law framework. So let me address the spirit of coats's question:

Say someone can't use a smartphone without setting it to use large print. If Ryanair requires its customers to use an application that is incompatible with large print setting, what recourse does the customer have under Irish law?

Comment Online safety acts (Score 1) 109

I would think you're exaggerating about the Google stuff, but this past week they decided I wasn't an adult and "need" me to upload my state issued picture ID (Driver's License) and my credit card information to "verify" my adult status just so I can continue to upload my shitty but fun songs on Youtube.

What country? I seem to remember some countries have instituted policies that require "social" web applications to thoroughly verify the age of all users. Australia, for example, passed such a law that takes effect next month.

One alternative to YouTube is uploading your "shitty but fun songs" on your own website.

Comment I thought that was what TLS was for (Score 1) 109

And using the wifi of an airport in a foreign country would also be definitely a bad idea, security wise.

How so, now that almost all web and native applications use TLS to communicate with the server? An attacker running a packet sniffer on a TLS session can see the connection's IP address, the server's hostname, the size of communication, and nothing else. This would amount to "A user connected to Ryanair and received a data volume typical of a checkin."

Comment Progressive web applications (Score 3, Interesting) 109

Following that logic, your phone is a browser and the apps are bookmarks with special permissions.

This is the case for many applications. Both major smartphone operating systems' included web browsers support progressive web applications (PWA). These use a service worker, a script cached on the device that acts as a proxy to cache a particular site's pages, scripts, and data and present them to the user even while the device is offline. They grant additional permissions to bookmarks on the device's home screen. For example, Safari for iOS allows a website added to the home screen to use the Push API to receive notifications through its service worker.

However, a lot of service providers maintain a native application for iOS and a native application for Android instead of relying on a PWA. Based on my recent conversation with UnknowingFool, this includes at least Grab, Doordash, Uber Eats, Instacart, Favor, Grubhub, and Postmates, and these providers are thought to have (unstated) good reasons for doing so.

Comment Re:Disabilities Act violation? (Score 1) 109

When you buy your ticket, you can just specify that you're disabled and that you need a paper ticket as a special accomodation. After all, they already have these questions for people who need other accomodations (for wheelchairs or food). It shouldn't be too hard to add one more to the list.

And for the passengers that don't have the foresight to check that box when they buy the ticket, I'll bet Ryan Air will be more than happy to supply a paper ticket for an extra $75 fee per boarding pass (or per leg of the journey).

Comment Re:Should not require an app (Score 2) 109

Google Play lists all the permissions:

Device & app history
        retrieve running apps

Location
        approximate location (network-based)
        precise location (GPS and network-based)

Phone
        read phone status and identity

Photos / Media / Files
        read the contents of your USB storage
        modify or delete the contents of your USB storage

Storage
        read the contents of your USB storage
        modify or delete the contents of your USB storage

Camera
        take pictures and videos

Wi-Fi connection information
        view Wi-Fi connections

Device ID & call information
        read phone status and identity

Other
        receive data from Internet
        view network connections
        pair with Bluetooth devices
        access Bluetooth settings
        connect and disconnect from Wi-Fi
        full network access
        control Near-Field Communication
        run at startup
        reorder running apps
        control vibration
        prevent device from sleeping
        read Google service configuration

You can refuse some of those permissions, but it's still a hell of a lot.

Comment Re: the world should reward them (Score 1) 166

That's the key point that people always forget, or simply don't know. Most Chinese people are happy with how things are going. Life is getting better every year. They feel like they are involved in local decisions, and that the government is looking out for them.

I asked a guy about all the CCTV cameras on roads. I noticed them because, unlike the ones in the UK that are hidden and quietly record number plates in a central police database all over the country, the ones in China have a flash so you can't miss them. As well as the licence plate, they get a photo of the driver, hence the need for the flash. I was a bit alarmed, but he said they keep everyone safe and help the police catch criminals. Exactly the same justification used in the UK, only with better PR.

Comment Re:Should not require an app (Score 2, Interesting) 109

Ryanair have two motivations here.

1. Steal your private data, spam you with notifications, the usual app stuff.
2. Make more people pay the check-in fee.

They are always up to stuff like this. The other very common one is rejecting bags that are within their size limits. They have special devices that the bag must fit in, but the dimensions are not the same as the ones in their Terms & Conditions. The device has rounded corners that reduce the volume a little, for example.

Slashdot Top Deals

egrep patterns are full regular expressions; it uses a fast deterministic algorithm that sometimes needs exponential space. -- unix manuals

Working...