Comments

This profile is from a federated server and may be incomplete. Browse more on the original instance.

gornius, (edited ) to piracy in I hope someday we'll find a way to pirated a car

All of these functionalities can be provided by a simple WebSocket + REST server. The car connects to the WebSocket, and you can access these functionalities from your phone either with WebSockets or regular HTTP requests.

Cheapest servers with backend written in JS can easily handle thousands of WebSocket connections, and written in Go tens of thousands WebSocket connections. They would not ever need like over 100 of these servers GLOBALLY, which would cost them around $3000 monthly.

That’s the price of 60 subscriptions, which is freaking ridiculous.

gornius, (edited ) to piracy in I hope someday we'll find a way to pirated a car

You realize that maintaining a server that would allow that costs pennies?

You wouldn’t pay $150 for a lollipop, but somehow people think this is ok.

This problem exists exactly because of people like you, thinking it’s OK to pay for the features you already paid for.

gornius, to programmer_humor in Fitbit Clock Face

Ah yes, perfect data format, where markup takes more space than the actual data.

gornius, to memes in They are too expensive and gimicky either way

Mainly GTG response time and latency. For watching movies it’s generally not a problem, but when it comes to playing games with a mouse, latency can be a huge issue, and bad GTG response time leads to smearing.

But yeah, 4x the price is ridiculous.

gornius, to piracy in "Piracy is a service issue.." (Image is a real story btw, link in post)

And as always, DRMs fuck only legitimate customers, and pirates can watch anywhere at full quality.

That’s one of the reasons I don’t feel bad about pirating any more. Not even the cost, but the fact that if you pay you’re going to have a worse experience.

gornius, to memes in Playing an unsupported file

Am I too 1Gb/s fiber connected to understand that?

gornius, to linuxmemes in Let's go! (sorry i used WSL i have my own reasons for it...)

Better in which way? WSL2 is a VM running ALONGSIDE Windows, not inside. Its performance is basically bare metal. If you have enough RAM, there is no reason to use cygwin instead of WSL2.

gornius, (edited ) to piracy in Me vs my ISP

www.oracle.com/cloud/free/

There are tutorials on youtube on how to create a VM and set up a firewall for external access.

gornius, to piracy in Me vs my ISP

If you’re lucky enough to successfully create an account on Oracle Cloud, you can also try Oracle Cloud Free Tier. You can have free ARM64 x4 CPU and 24 GiB RAM totally free of charge. There might be problems with availability during VM registration, but there are scripts that automate spamming for checking every 80 seconds.

I’ve been using it for 2 years and it’s great. However be aware that your VM might get erased if you have a free account. That too can be remedied if you update to a premium subscription (You still get Free Tier resources without a charge). Nobody has reported an erased VM on a premium plan yet.

Still, I am pretty sure they can erase it if you do illegal stuff with it. I’ve been using it only to host Minecraft Server, as well as other services using Docker. So far so good.

gornius, to piracy in Me vs my ISP

If you’re trying to self-host http service, you can use cloudflare tunnels.

gornius, to linux in Why do you use the terminal?

If you know how to use git, you will know how to use docker (provided you know what you want to do). They are completely different programs, yet you can quickly grasp the other instinctively.

Now, Photoshop and Blender - they are also different programs, but if you know Photoshop, you still need to relearn Blender’s interface completely.

This is why I prefer terminal programs in general. Unless it’s more convenient to use GUi, i.e. Drag&Drop file manager, some git tools etc.

gornius, (edited ) to lemmyshitpost in this AI thing

I have a spreadsheet with items with their price and quantity bought. I want to include a discount with multiple tiers, based on how much items have been bought, and have a small table where I can define quantity and a discount that applies to that quantity. Which Excel functions should I use?

Response:

You can achieve this in Excel using the VLOOKUP or INDEX-MATCH functions along with the IF function.

Create a table with quantity and corresponding discounts.

Use VLOOKUP or INDEX-MATCH to find the discount based on the quantity in your main table.

Use IF to apply different discounts based on quantity tiers.

gornius, (edited ) to gaming in I remember getting a PS3 just to avoid this back then

Steamdeck is more console than x86 PC is a platform. I get what you mean, but PS4 and PS5 are too technically x86 PCs. Most modern games’ tightly coupled target are actually APIs they are using.

It can be one click in a compiler to compile the game to ARM PC, but it’s a different story when you port your game engine to console, where you have to implement the same features using different APIs. (E.g. Raytracing, storing game data, connecting to profile, implementing multiplayer etc.).

In the example of SteamDeck, the platform is Win32 or Linux ABI compatible OS.

gornius, to memes in I've been robbed!

Or - you know - for consistency? In physics kilo, mega etc. are always 10^(3n), but then for some bizarre reason, unit of information uses the same prefixes, but as 2^(10n).

gornius, to programmer_humor in Bill is a pro grammer

General rule of thumb: Comments say why is it here, not what it does. Code itself should describe what it does.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #