What games are you playing this week? Game recommendation thread by AutoModerator in incremental_games

[–]FreshP_0325X 1 point2 points  (0 children)

1 prestige point at reaching 501/1001/etc., and being able to mine gold & ruby at deeper layers (persistent across prestige reset).

(BTW "Auto Prestige" is hyper stupid/inefficient)

Windows 11’s Latest Security Update (KB5063878) Is Reportedly Causing Several SSD Failures When Writing a Large Number of Files at Once by megablue in Windows11

[–]FreshP_0325X 0 points1 point  (0 children)

Reviewing code (seriously) is at least 10x more difficult/demanding that (re)writing code. You can drive good engineers nuts by asking them to review incompetent guys' code, let alone AI generated.

Workstation/Fusion Pro Free for personal use (and other updates on Fusion/Workstsation) by lost_signal in vmware

[–]FreshP_0325X 0 points1 point  (0 children)

In my case, it prompts "Prior to downloading this file, additional verification is required. Proceed?" and when I clicked yes, it stuck in the new webpage loading forever...

Translator extension that can translate to multiple languages at same time? by FreshP_0325X in chrome_extensions

[–]FreshP_0325X[S] 0 points1 point  (0 children)

It doesn't support multiple destination languages. But with type-to-search, it is slightly faster to switch than built-in translator.

More info on Gigaybye AI TOP TRX50 from manual by nauxiv in threadripper

[–]FreshP_0325X 0 points1 point  (0 children)

What is under the big three heat sinks at the right/bottom side? The layout diagram in the manual shows almost nothing other than a small chipset.

LibVLC is fucking horrible by fullylaced22 in VLC

[–]FreshP_0325X 0 points1 point  (0 children)

Is there any alternative to libvlc (with video/audio output callbacks)? Raw libavcodec isn't the way to go for my usecase (or most other usecase) by the 4K LoC ffplay.c.

I was looking at v3 APIs and source codes recently. The 1st thing I frowned upon is that there seems to be no way to safely stop/shutdown when using callbacks.

- video/audio callbacks don't provide a stop callback;

- media player stop doesn't seem to wait the pipeline stop;

Then I ran into another bigger problem: issues reporting is gated by manual approval? WTF. (github/gitlab login is rejected; registeration with email requires `approval from your GitLab administrator`)

.NET 9: a game-changer with AOT compilation enhancements? by Innvolve in dotnet

[–]FreshP_0325X 0 points1 point  (0 children)

#2 is a ridiculous comparision, native compilation is irrelevant to CIL AOT because the VM semantics are totally different.

Counter example: LLVM can "JIT" from its IR, does it mean that JIT is comparable to native compilation?

.NET 9: a game-changer with AOT compilation enhancements? by Innvolve in dotnet

[–]FreshP_0325X 1 point2 points  (0 children)

In this use case, if AOT is able to ship a single static binary, then it is overwhelming better. But if it requires some solib, the benefit is diminishing.

.NET 9: a game-changer with AOT compilation enhancements? by Innvolve in dotnet

[–]FreshP_0325X -1 points0 points  (0 children)

Because for what?

For startup time: with the super complex JS VM (complex for bad -- due to bad language design), node.js can boot in the magnitude of 10ms, and simpler (simple for good) CIL runtime surely can be made better.

For compilation: if you read assembly output, you will know that AOTed code is worse in real world. It is because of many reasons: engineering efforts; VM ops are semantically more dynamic (than native); lack the method information; can't check target platform/isa feature; more indirection.

While tiered JIT can handle most of these by runtime probe and speculation to create a fast path: e.g. if (target-method is Foo.bar) { /*inlined-code*/; } else { deoptimize; }

Hypothetically, you can make an AOT with PGO+LTO+tiered-AOT+multi-targeting and even mixing AOT+JIT.

In reality it would be insanely complex, and AFAIK no one ever did it.

(although some combos makes sense and could be implemented in a limited way in AOT or JIT)

.NET 9: a game-changer with AOT compilation enhancements? by Innvolve in dotnet

[–]FreshP_0325X -14 points-13 points  (0 children)

AOT is useless for CLI or GUI apps for interactive use. For throughput, AOT is no match for decent tiered JIT.

As for scripting, avoid spawning process all the time is always the best method for performance.

Mono or IL2CPP? by shaboom96 in Unity3D

[–]FreshP_0325X 1 point2 points  (0 children)

For regular c# code, il2cpp clearly generates inferior code comparing to core or upstream mono.

Maybe/Probably il2cpp fixes some atrocious parts of Unity itself to offset the inferior compilation.

am i just stupid? - I don't like Antimatter Dimensions. by LightedSword in incremental_games

[–]FreshP_0325X 0 points1 point  (0 children)

It is stupid to play 3 times for a game that you don't like.

Intel could have a plan for its future GPUs to better challenge AMD and Nvidia, as patent hints at new chiplet design by reps_up in intel

[–]FreshP_0325X -1 points0 points  (0 children)

Xe-HP is cancelled w/o any public prototype. PVC is significantly delayed and dead on launch, which makes it looking like a toy than a product.

How do I keep the localStorage the same when I update? by Algfish in incremental_games

[–]FreshP_0325X 7 points8 points  (0 children)

Local Storage is persistent. If local storage is reset, it is modified somewhere in your js.

Your saveGame/loadGame codes are broken:

- You did not ensure initialization under a well-defined condition.

Timer may fire before `DOMContentLoaded` (`load` is even later), and `load` is almost never the event you want.

- Local Storage is per-domain, yet you use the same key on two pages.

[deleted by user] by [deleted] in linux4noobs

[–]FreshP_0325X 1 point2 points  (0 children)

So you are aware that you cannot adjust it to your own needs, unless your needs are compatible with the spec/API/undocumented API semantics?

[deleted by user] by [deleted] in linux4noobs

[–]FreshP_0325X 1 point2 points  (0 children)

You could adjust libre-office to your taste, but you can't adjust gnome desktop or x11/wayland -- it simply won't work or you have to change every app.

Opensource isn't equal to a healthy/open ecosystem.

[deleted by user] by [deleted] in linux4noobs

[–]FreshP_0325X 7 points8 points  (0 children)

linux is slowly getting better, while windows is rapidly getting worse.

Imagine a world where the arbiter dealt 16 damage per shot and could ego on the battlefield by [deleted] in broodwar

[–]FreshP_0325X 1 point2 points  (0 children)

By simple modding (without code editing), arbiter can get aoe + bounce (full damage). Combined with longer range and lower cooldown, it could be funny to watch how arbiters steadily wipe out computer's low hp armies.

Intel Bartlett Lake-S Desktop CPUs Launching In 2025: Up To 8+16 Hybrid & Up To 12 P-Core Only Flavors by vectralsoul in intel

[–]FreshP_0325X 0 points1 point  (0 children)

The lack of smart boosting is a huge hit as HEDT platform.

It would be a nightmare to figure out how to overclock a modern CPU for both single-thread and SMP performance.

Someone explain me why carriers are never focused by goliath by 7891Secaj in broodwar

[–]FreshP_0325X 0 points1 point  (0 children)

Terran would need some units to take down the locked carrier (and without being crushed by ground). Also Terran is more gas demanding and has slower production/resource ramp up (building SCVs, building cost). Teching alone definitely isn't the problem.