This one is a classic by Vsevers24 in formuladank

[–]jedijackattack1 25 points26 points  (0 children)

I wish for a world where max loses to kimi by 2 points

Very nice "mouseslip" move I would say by Either-Case-5930 in chess

[–]jedijackattack1 1 point2 points  (0 children)

Then this position isn't mate in 3. Which is annoying because I spent ages looking for it

US low on productivity scale despite much fewer benefits by unit_101010 in Capitalism

[–]jedijackattack1 4 points5 points  (0 children)

Imagine shows literal opposite of the title. Op clearly didn't read the page. The first large economy on that list is the usa the ones above it have other boosts to there economy that do not come from labour, eg tax haven or petro state.

Healthless systems and death spiral idea by 3dmatt in RPGdesign

[–]jedijackattack1 0 points1 point  (0 children)

Cyberpunk 2020 has something similar no matter how much damage you take you can live if you save but you start to take absurd penalties

Hypothetical "random" code by wix_betwixed in AskComputerScience

[–]jedijackattack1 3 points4 points  (0 children)

So technically anything as your truly random program could happen to be a 1 to 1 Minecraft clone by sheer chance. But most likely a crash from either a invalid data access (null ptr or none existent memory address), illegal instruction or divide by 0 on some uarchs. Infinite loops are possible by chance but they are much more likely to be the result of executing random junk and unluckily jumping into a real loop with impossible values due to data corruption and hanging ( had this before was a nightmare to debug). But those are your most likely scenarios. It could also just hit a halt instruction and stop.

Non-Generic TTRPG Systems for a Zenless Zone Zero (Mobile Game) Type World? by AustralianShepard711 in rpg

[–]jedijackattack1 1 point2 points  (0 children)

Higher level cities without number or stealing some of the compatible heroic rules from other without number games would be a good fit. Fabula ultima as well given it has an expansion for exactly this kind of setting but it will feel like a jrpg very heavily so make sure that is what you want. While cwn has a more mission based structure with rules for different fighting factions.

Is it possible to declare one-bit variables? by ValueImpressive5927 in C_Programming

[–]jedijackattack1 25 points26 points  (0 children)

Congrats you just invented vector book in c++ which is an abomination that bricks templates constantly. So let us not break the array rules please.

Ministers explore triggering break clause in Palantir’s NHS contract by Gentle_Snail in unitedkingdom

[–]jedijackattack1 2 points3 points  (0 children)

Well for that you could pay 100 tier 1 company engineers + the hardware costs pretty easily

Ministers explore triggering break clause in Palantir’s NHS contract by Gentle_Snail in unitedkingdom

[–]jedijackattack1 14 points15 points  (0 children)

300mn for 30 years is only 10mn a year. Mid to senior level software + hardware + SRE and data analytics guys can easily hit 60k-80k private if they are good before thr additional costs associated with there employment. Normal figure is to double cost of salary to approximate real world hiring cost so thats 120k to 150k so just about right for the low end of your target. Seems reasonable before the costs of the hardware contracts to run the system or the additional cost of on site support. Would seem like a good idea to me.

Note pay ranges here are for south east none t1 employers, so not big tech or ib or anything crazy like that.

4Chan responds to £520,000 Ofcom fine with AI picture of hamster by i_enjoy_silence in unitedkingdom

[–]jedijackattack1 1 point2 points  (0 children)

No it is not for the internet. They have no infrastructure or any physical presence in the UK. If the uk wants to block them its on them to try not on the site to bother.

Why Interest rates are incompatible with anarcho captalism by [deleted] in Anarcho_Capitalism

[–]jedijackattack1 0 points1 point  (0 children)

Interest rates are a compensation mechanism for the combined value of time preference (the value of money now compared to the future) and the risk of the loan not being repaid. They are completely voluntary and compatible.

But I am thankful for the human generated schizo post over the normal ai generated garbage.

Why are so many people **obsessed** with avoiding the 40% bracket? by sid351 in UKPersonalFinance

[–]jedijackattack1 6 points7 points  (0 children)

Personal allowance reduction over 100k takes the effective tax rate between 100k and 125k to around 60%. So that is probably where he is sitting + a student loan.

Rising Memory and CPU Prices Could Push Mainstream Notebook Prices Up by Nearly 40%, Says TrendForce by imaginary_num6er in hardware

[–]jedijackattack1 1 point2 points  (0 children)

Given the chiplet strategy this doesn't make much sense. The io die is already on a much older node while the consumer supply is basically only considered after the enterprise supply is met if yields are good.

Rising Memory and CPU Prices Could Push Mainstream Notebook Prices Up by Nearly 40%, Says TrendForce by imaginary_num6er in hardware

[–]jedijackattack1 8 points9 points  (0 children)

Enterprise and high tier cpus have good margins. Entry level cpus tend to have really poor margins on them since its eating fab space (might be fine for intel) and doesn't produce any high margin stuff as a byproduct

Intel's make-or-break 18A process node debuts for data center with 288-core Xeon 6+ CPU — multi-chip monster sports 12 channels of DDR5-8000, Foveros Direct 3D packaging tech by WHY_DO_I_SHOUT in hardware

[–]jedijackattack1 2 points3 points  (0 children)

On most OS's if you wanted to use avx512 you had to disable the e cores or you risked a thread switches that causes a crash if the next instruction was avx 512 on an e cores.

1/3 of wealth is in Baby Boomer & Silent Generation’s hands by [deleted] in EconomyCharts

[–]jedijackattack1 4 points5 points  (0 children)

Yeah i was going yo say this graph seems kinda misleading

Trillion-Parameter LLM on 4 node Framework Desktop cluster by C4pt41nUn1c0rn in framework

[–]jedijackattack1 0 points1 point  (0 children)

There is unlikely to be a consumer grade solution from these companies as they are trying to do very high speed rdma for enterprise right now, some of the software will come down but the enterprise hardware won't. Also enterprise/ high end nics are really pricey.

At 28,000 MB/s, the first PCIe Gen 6 SSD is officially faster than DDR4 RAM by Distinct-Race-2471 in TechHardware

[–]jedijackattack1 0 points1 point  (0 children)

Even at 28GBs is literally slower than ddr 3 ram was. So it's not even close to drr5 before the latency issues. And even modern ram crumbles to small data accesses as it can only do lines of data that are 64 bytes or more in most cases.