rnd

joined 1 year ago
[–] rnd@beehaw.org 16 points 5 days ago

That's not the actual GTA VI logo, but some fan creation. The logo in the actual trailer seems to consist of the standard GTA logo with a colorful "VI" in a bold sans-serif behind it.

[–] rnd@beehaw.org 10 points 5 months ago

These days "games I can play on Linux" is, like, almost every game released on Steam. Install Steam via your package manager or Flatpak, set up your account, and the vast majority of both native and Steam Play-based games will install and run very well. (The only thing worth noting is that while Windows and Mac versions of games are indicated by Windows and Apple logos, Linux native games are indicated by the Steam logo for SteamOS.)

In addition to that, there are free and open-source games that may be available for installation straight from your package manager (or Flatpak). Here are some:

  • OpenTTD is a clone of Chris Sawyer's Transport Tycoon Deluxe series, but with massive improvements to both UI and game logic. Run a transportation company, move people and cargo from one place to another, make money, expand, compete against AI or human opponents in online multiplayer.

  • Xonotic is an original Quake/UT-style FPS. I don't play it much, but I have friends who really enjoy it.

  • "The Battle for Wesnoth" is a turn-based strategy game with gameplay reminiscent of console/handheld titles like Advance Wars, but redesigned to better suit PC gameplay. Has both singleplayer missions and online multiplayer.

[–] rnd@beehaw.org 4 points 5 months ago

Not necessarily -- the story might have described a beta version of the OS, in which these interactions worked differently.

[–] rnd@beehaw.org 0 points 5 months ago

I remember seeing a post somewhere that talked about the vastly different perceptions of Sunsoft's NES-era games between US/Europe and Japan.

"The West" mostly remembers the high-quality late-NES-era games, like "Batman", "Blaster Master", "Journey to Silius", etc., whereas Japan mostly remembers the rather underwhelming early titles, such as "Ikki", "Route-16 Turbo" or "Atlantis no Nazo".

[–] rnd@beehaw.org 11 points 6 months ago

Cinny is the closest to Discord in terms of UI, it even has a feature where you can show subspaces within a space as if they're categories of a Discord server.

[–] rnd@beehaw.org 2 points 6 months ago

What you're describing sounds like an issue with either A-GPS (a mechanism by which sat navs can receive initial data over a cellphone connection, without which the initial location search can last up to 10 minutes, but afterwards it will be as smooth as always) or approximate location (a mechanism in which Google uses a huge database of cell tower and Wi-Fi data to quickly get your approximate position).

I would suggest checking the permissions on the OSMAnd app -- maybe it's lacking something that Google Maps has?

[–] rnd@beehaw.org 7 points 6 months ago

To be more specific: most often a game would run its physics calculation at the framerate it's designed for, like 30 or 60 fps, and in case it displays with a higher framerate, try and interpolate the graphical data based on the physics calculations. It's possible to make the physics run faster as well, but carelessly adapting things may make things go wrong (a good example is Quake 3, where your jump height changes based on the com_maxfps value).

A racing game that runs its physics at 60 frames per second can, at best, calculate time in 0.016666... second intervals. To have a precise 3-decimal-points clock, a game would need to run its physics calculations at 1000 frames per second.

(It is also worth noting that a game developer can try to interpolate a more precise finish time by looking at the last pre-finish frame position of the vehicle and the first post-finish frame position and calculating at what point "between the frames" the finish line would be crossed, but I don't know how difficult and/or buggy actually implementing that would be.)

[–] rnd@beehaw.org 1 points 6 months ago

These days there are mods, such as SkyGFX, that let the PC version of GTA:SA match the PS2's graphical effects, but these obviously rely on GPU improvements that didn't exist back in 2005.

[–] rnd@beehaw.org 7 points 7 months ago (1 children)

For comparison, I wonder how vulnerable Flathub (flatpak's primary repo) is to these kinds of manipulations... Seems like every app manifest there is publicly available and is compiled on their servers, presumably making it easier to spot shady apps and updates, and the submission process requires manual approval.

[–] rnd@beehaw.org 41 points 7 months ago (3 children)

Okay, the responses here are kinda disappointing because folks here seem to be unaware that (1) Mozilla has already added "AI" info Firefox a few versions ago (to provide machine translations of pages), and (2) the way they did it is very responsible (the whole thing is 100% local, no info is sent to other servers).

I understand that we're all tired of this whole trend of language models being put where they don't belong, but from what I see, Mozilla is actually the company I'd trust the most to do it right. (AFAIK, one area where the FOSS world is severely lacking and where Mozilla works to solve it is speech recognition with the Common Voice project, and if they start working on an LLM-based program to do that, I'd welcome it.)

[–] rnd@beehaw.org 10 points 7 months ago (1 children)

Sounds cool, though I'm a bit confused as to why that is such a big priority given that ReactOS currently aims to replicate Windows NT 5.2 (XP x64 / Server 2003), which did not provide graphical set-up*...

* Technically all Windows versions up until, IIRC, Vista had their install process in two stages: a text-based stage where you'd input the most basic info (what filesystem to install onto, what Windows directory to use, etc.) and a graphical stage once the basic files are installed (where you'd be asked what devices the computer has, whether it's networked, date/time, etc.). From Vista to the present day, the first stage is graphical as well. ReactOS' latest release uses the pre-Vista model, but the latest blog posts indicate a move to the more modern one.

[–] rnd@beehaw.org 3 points 8 months ago

If you're using Linux (or macOS or MinGW or CygWin or MSYS), you can do something like this in the terminal:

xxd -r -ps | base64

The first command will read the standard input and decode hex strings back into raw data, and the second one will do base64 to the output.

If I pass the hex string mentioned in your original post through this command, I get:

Z3nFNDK4ut8Em7nYkkpXhd2IckM=
view more: next ›