Good vs. Evil

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord

lenscas

Over-Achiever
Jul 31, 2013
2,015
1,801
248
37 nope. In other news, all windows are now done (I think/hope) however, I'm waiting for it to stop raining before I take a screenshot
 
  • Like
Reactions: GamerwithnoGame

GamerwithnoGame

Over-Achiever
Jan 29, 2015
2,808
1,507
224
35. What kind of hockey? Normal hockey? Ice hockey? Air hockey?

I’ve never understood why it’s called that. It’s more like air pong or...
 

GamerwithnoGame

Over-Achiever
Jan 29, 2015
2,808
1,507
224
33.
34 What would be the difference between Normal hockey and Ice hockey? And, it was NHL.
Ah, so Ice Hockey. What I call “normal hockey” might be more accurately called “Field Hockey”; it’s played on a grass surface, with a ball instead of a puck, the sticks are shaped somewhat differently, and no-one wears armour (except possibly shinpads).
 

lenscas

Over-Achiever
Jul 31, 2013
2,015
1,801
248
so... I just learned the danger of multi-threading together with image manipulation.
My PC started to need the swap space despite it having 16 GB of RAM.....

Lets... rework that a bit.....Granted, the image is 8333 by 8333 but still......Thats... bit....
edit 31 forgot a number
 

lenscas

Over-Achiever
Jul 31, 2013
2,015
1,801
248
24 for some reason I just love this piece of code https://lkml.org/lkml/2017/12/27/2
Code:
- /* Assume for now that ALL x86 CPUs are insecure */
- setup_force_cpu_bug(X86_BUG_CPU_INSECURE);
+ if (c->x86_vendor != X86_VENDOR_AMD)
+ setup_force_cpu_bug(X86_BUG_CPU_INSECURE);
The setup_force_cpu_bug(X86_BUG_CPU_INSECURE); enables a work around to patch a security bug on intel CPU's.
Apparently this "fix" will however result in 5% to 30% performance loss. So, naturally an AMD dev came in and put the check in place to only enable it on intel cpu's.

Its getting weird in Linux, because that would most likely mean that a lot of AMD CPU's will beat those from Intel even without looking at Ryzen.
Additionally, AMD is now also preferred over Nvidea on Linux because of drivers.
Both of those things are generally not true on other OS'es if I remember right. Though, the CPU thing needs to be fixed on every OS so Intel CPU's probably take a performance hit on every platform.
 

duckfan77

Popular Member
Mar 18, 2013
80
683
118
23 On other OS'es drivers are less of a concern, and with the price inflation due to supply issues in the Upper-mid tier AMD graphics cards, Nvidia currently is the preferred choice for higher end cards, at least if not doing mining.
 

GamerwithnoGame

Over-Achiever
Jan 29, 2015
2,808
1,507
224
20. Having had friends afflicted with insomnia, you have my sympathies :(

Whether this is a blessing or a curse depends on whether I want to stay awake or not, but: I've never had any difficulty falling asleep. It became something of a point of humour among my friends, in fact, that I could basically doze off anywhere. Which is useful when you need to catch 40 winks. Less useful when you don't want to lose your entire evening because you fell asleep putting your kids to bed...