Spyke

Replies

Comment on

If You Were Unemployed, But Had A Hefty Savings Of 10K, In What Ways Would You Approach Your Job Search Differently?

Reply in thread

Cost of living isn't the same everywhere and perspective is relative.

Rent in my area averages around 3k USD/mo for fairly plain arrangements. Between that and "unavoidable" costs like utilities, you'd get 3-4 months max on that amount, even living frugally. It really isn't that much for a lot of people, even if that amount might be to you.

Comment on

How did you manage

Reply in thread

Crossover is the commercial version of the code behind proton, developed by the same company. It doesn't work as well on Mac as on Linux. Since "Like Linux but worse" is exactly the point you're responding to, so you're pretty much in agreement with them?

Comment on

Airplane seatbelts

Reply in thread

Throwing untrained people out of a commercial airliner at high speed in the middle of a emergency is a good way to ensure no one survives. The equipment would add a significant amount of space, fuel and maintenance burden too, and require major compromises to the aircraft design itself. All to resolve a problem that effectively never happens.

Comment on

You can pry these high voltage lines from my sizzling dead fingers

Reply in thread

The CSB doesn't regulate and it can't issue fines. They also don't show up unless you've already had an incident. When they do show up, it's simply to document and investigate the root causes, so they can issue recommendations to one of the regulatory agencies that actually enforces things. You need to have really fucked up for an agency with literally 40 staff overseeing one of the largest industrial economies in the world to notice you.

Comment on

Nvidia is ditching dedicated G-Sync modules to push back against FreeSync’s ubiquity

Reply in thread

No. Nvidia will be licensing the designs to mediatek, who will build out the ASIC/silicon in their scaler boards. That solves a few different issues. For one, no FPGAs involved = big cost savings. For another, mediatek can do much higher volume than Nvidia, which brings costs down. The licensing fee is also going to be significantly lower than the combined BOM cost + licensing fee they currently charge. I assume Nvidia will continue charging for certification, but that may lead to a situation where many displays are gsync compatible and simply don't advertise it on the box except on high end SKUs.

Comment on

I like C programs for their speed

Reply in thread

You can sometimes deal with performance issues by caching, if you want to trade one hard problem for another (cache invalidation). There's plenty of cases where that's not a solution though. I recently had a 1ns time budget on a change. That kind of optimization is fun/impossible to do in Python and straightforward to accomplish Rust or C/C++ once you've set up your measurements.

world

Comment on

Ukraine starts mass production of 750 km range “kamikaze” drones

Reply in thread

There's probably a bunch of reasons for the multi wing design, but the big one is going to be improving lift/carrying capacity without increasing the width.

The most efficient wings for low speeds are glider wings: as long and thin as possible. That makes them inconvenient to pack and folding joints are weak points. The second wing adds lift, but also problems: it's less efficient than a single wing of the combined length would be and the front wing makes the rear wing less efficient. The winglet improves the situation somewhat. Facing downward also improves maneuverability.

Comment on

Can we create a new Internet ?

Reply in thread

TCP has been amended in backwards incompatible ways multiple times since 1993. See e.g. RFCs 5681, 2675, and 7323 as examples.

Plus, speaking TCP/IP isn't enough to let you to use the web, which is what most people think of when you say "Internet". That 1993 device is going to have trouble speaking HTTP/1.1 (or 1.0 if you're brave) to load even the most basic websites and no, writing the requests by hand doesn't count.

Comment on

Baldur’s Gate 3’s Patch #1 Notes Reveal It’s Making Easy Mode Easier

Reply in thread

Don't feel bad about reloading to figure out how you want the story to go. BG3 is one of the best story generators in the genre and a lot of the dialogue options have unclear implications (e.g. just-friends dialogue options with gale accidentally leading to romance is one of the fixes in this patch). The point is for you to be able to build the story you want through your actions while still having consequences for those choices, not to pigeonhole you into making the "right" choices.

games

Comment on

I make games and this literally happened to me this morning

Reply in thread

The thing is, steam's market dominance is one of user choice rather than anticompetitive strategies or lack of alternatives. Steam doesn't do exclusives, they don't charge you for external sales, they don't even prevent you from selling steam keys outside the platform, or users from launching non steam games in the client. The only real restriction is that access to steam services requires a license in the active steam account. Even valve-produced devices like the steam deck can install from other stores.

Sure, dominance is bad in an abstract theoretical way and it'd be nice if Gog, itch.io, etc were more competitive, but Steam is dominant because consumers actively choose it.