Comment on
What the hell kind of number is 1L?
1 Lakh, or 100k. It's a common way of writing numbers in India and South Asia, though it's a suspiciously large number of notes.
Comment on
What the hell kind of number is 1L?
1 Lakh, or 100k. It's a common way of writing numbers in India and South Asia, though it's a suspiciously large number of notes.
Comment on
Distros bad
Reply in thread
It's a little weird and very European, so OpenSUSE.
Comment on
Howdy, Y'all fellow americans!
Reply in thread
"welp" isn't related to whelping. It's a way to write the word "well" when it's used as an interjection (meaning it has no definition). The word is often pronounced with a terminal -p and people started writing the letter in text.
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
Microsoft Flight Simulator 2024 sucks up to 180 Mb/s of internet bandwidth while in flight — equivalent to 81GB of data per hour
Reply in thread
MSFS implements optimizations on top of that (progressive detail, compression, etc), but that's how almost all map systems work under the hood. It's actually an efficient way to represent real environments where you don't have the luxury of procedural generation.
Comment on
The state of things
Reply in thread
Standardized tests are normalized, so...
Comment on
It seems like the logical way to work
Reply in thread
Even if it was 3 cents in bandwidth (it's not), that's 1.3 billion dollars in additional costs. You want more ads to pay for that?
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
AI Computing on Pace to Consume More Energy Than India, Arm Says
Reply in thread
ML is not an ENIAC situation. Computers got more efficient not by doing fewer operations, but by making what they were already doing much more efficient.
The basic operations underlying ML (e.g. matrix multiplication) are already some of the most heavily optimized things around. ML is inefficient because it needs to do a lot of that. The problem is very different.
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.
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
Tesla Driver Reportedly On FSD Dodges Train By Taking Control At The Last Second
Reply in thread
It does, but in less significant ways that are easier to work around.
Comment on
Bluetooth 6.0 adds centimeter-level accuracy for device tracking — upgraded version also improves device pairing
Reply in thread
Not bad, but you're missing that the Bluetooth device can report audio latency back to the source so it can delay anything that needs to synchronize. In practice there's half a dozen more buffers in between and a serious tradeoff between latency, noise sensitivity, and bandwidth.
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.
Comment on
The Secret IRS Files: Trove of Never-Before-Seen Records Reveal How the Wealthiest Avoid Income Tax
Reply in thread
Normal people regularly owe taxes on unrealized gains. That's what property tax increases are.
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.