#off-topic-tech
1 messages Β· Page 123 of 1
128 bits without ECC, 144bits, spread into those ECC symbols with ECC
Using 144 bits, to store 128 bits.
In symbols that are 4 bits, 8 bits or 16 bits long.
Or was it that each symbol stores 4, 8 or 16 bits?
So in x16 killchip still works
Didn't look properly at those symbol tables.
for 2x64/72
Yes, higher that one is, more likely is that it works, but more likely is that other types of multibit errors slip through or cannot be fixed.
2x8 = x16 per chip
And yes, that x16 works for 2x64/72 with x8 chips to get chip loss capability.
Like that K10 documentation showed.
lost bits are likely to be chip specific and close lines in real-life anyway
even without chip issue
Will see if the AliExpress Icemancooler direct die block beats EKWB one. I bet it does
For Intel 12-14th gen
anyway all this means whatever the ecc setting it will always fetch 128bit
which is logical and not a problem
my worry originally was it would fetch 128bytes
Unless it was changed in some Zen, after Excavator.
Ah, this kind of thing.
Never heard RAM ECC working on anything more than single address.
Interview with Donny Woligroski from AMD.
AMD: extra 3D V-Cache would make 9950X3D barely faster, but more expensive
Translate the rest yourself π Cba.
Yeah, like talked few days ago.
Instead of single silicon chip with CCD on backside, on V-cache you have 4 chips of silicon.
Structural
Thinned CCD
Thinned V-cache
Structural.
All "glued" together.
Yeah, but just as WHY V-cache CCD is much more expensive than just normal CCD.
"If you draw a line through a graph with the performance differences between the two processors, it is straight for a very long time, but at the end it suddenly goes down steeply due to games in which things go wrong now. We analyze them and try to solve the cause. The latest version of our 3D V-Cache driver contained a number of important improvements and we will also come up with an improved driver with the upcoming release."
eh seems like half the story.
Significantly more expensive to make V-cache CCD than normal one.
And like that interview says, doesn't really give any performance boosts, as the code that benefits from that cache really doesn't like the inter-CCD latency.
To spread it out to two CCDs.
So currently any code that can benefit from that cache is better to be limited to running on just 8 cores of single CCD.
And not letting it spill to the second CCD, even if that too had V-cache.
Maybe AMD could make small run of dual-V-cache CCD 9975X3Ds or like for reviewing?
So GN etc. could do that kind of tests themselves and publish third party results.
"With more cache you don't solve the fact that the latencies are higher between cores in different CCDs, and many games are sensitive to that too."
Donny sounds down to earth.
I mean 64bx16x2 = 256bytes
64b bus 2 channels 16 burst length
a single ganged read
Yeah, understood.
But never even heard that RAM ECC would work on multiple addresses.
And you can anyways do a half-bursts too already.
And on DDR4, full burst wasn't 16 but 8 IIRC.
No, DDR5 is BL16, BC8, with optional 32 long burst support too.
what do you mean by "multiple adresses"
And DDR4 is BL8, BC4.
You select one address, you read, you get it and next X addresses out.
But you can select any address, not just multiple of that burst length.
you mean it would have both shorter and longer burst ?
So ECC couldn't work on multiple addresses as you would then have to do reads always on specific boundaries.
Seems DDR4 also has that second longer 16 long burst support.
but isn't it what 2x64 mode is doing basically ?
No, in that 2x64 mode you on Burst Length of 8, you actually just get 4 addresses worth of stuff out, as each takes two 64bit slots.
16 byte boundary
Basically real address is 2x logical address and 2x+1 logical address.
Or other way around, brain not braining.
I mean it's more than that because 64b is 8byte already
so you mean real address is already 16 byte boundary
Unganged: Two subsequent 64 bit RAM addresses on same stick, containing one 128 bit data chunk.
Ganged: Two 64bit RAM addresses on different sticks, containing one 128 bit data chunk.
The address shown before memory controller doesn't anymore have much to do with the address given to the RAM chips for the actual address.
you are contradicting yourself
if ganged mode is 1 burst per rank
then ranks have 1 burst boundary i.e 8 bytes
this still does not respond to ecc boundary problem
as it still is tied to memory controller
I mean
if ecc is 16byte what would prevent it from being 128
No?
Addresses X, X+1, X+2 ... X+8.
BL of 8.
You can ask read starting from X, ending at X+7.
Or ask read starting from X+1, ending at X+8.
Where each address is 128 bits of actual data.
In theory.
you said "because it can burst where it wants"
then processed to say that in unganged mode it can only burst on even columns
But actuality is now 2x64bits on same stick.
So you actually ask for X, then get X to X+3, but the ram provides 8x 64 bits, you get 4x128 bits.
Yeah, because the memory controller does translations, it hasn't been straight 1:1 for long time.
and so it never responded to what I said
because nothing prevents it from doing 128byte boundary translation
Sorry, brain not braining, I might have misunderstood.
Because that would be very inefficient?
And isn't done?
I mean there even exist "fake" ecc for mobile devices
it basically use part of the burst length for ecc symbols
Inline ECC is just using more "slots" to hold the data and ECC in same physical DRAM device.
But brain is not working today to really try to talk about this it seems.
iirc it's like 448/512
But there isn't any limitations to only access memory starting from modulo burst length spots.
You can select any address.
I understood that
but nothing prevent it physically from doing so
Yes, there isn't current limit.
There isn't anything preventing memory controller from being made to do that, except the performance loss with current compiled code.
all I'm saying is I couldn't be sure it was efficient at higher symbol sizes
because it's manual settings so "why not"
but now I get it
it works at logic_address>>4 boundary
think i'm going to have to redesign my desk
Just seems to change how exactly that 128 bits of data is split and encoded into that 144 bits of physical storage.
Would be really nice to know how it has changed with DDR5, with 2x 32 bits of data per stick, and either 2x 4 bit, 2x 8bit, or 1x 8bit ECC...
Where that last one is just weird.
Where both channels share one 8bit ECC chip or something like that?
That originally wasn't going to be included AFAIK?
Question, what defines a modern UI?
not this
ddr5 have wider ecc to compensate right ?
like is it 16 bit per physical channel or something like that (per 2x logic channel)
Cannot know, the system side implementation details aren't public.
32 bits without ECC per subchannel, 36 or 40 bits per subchannel with ECC (4 or 8 bits extra)
So that 4 bits per 32 bits would be same ratio as with older ones, 72 bits per DIMM, and that better one is 80 bits per DIMM.
And DDR5 dies internally actually uses 136 bits to store 128 bits, for that on-die ECC.
Too much hidden...
Behind paywalls and NDAs etc.
this feels like nda for having the seller offering in the first place
scammy
"All reads and writes must begin at a column address which is a multiple of 8" ahah
they are going with the way I was originally expecting
Ok.
8*32 = 256 bits minimum read boundary/size ?
(8 burst is chopped 16)
so with ECC lines this means minimum 256+32 reads
so same ratio and no need to do fancy interleaving
it is minimum 256+32 reads/writes PER channel
ngl this sounds much easier
you can easily cut that in 2x 128+16
for half latency on small reads
@twin dew wait sorry for ambiguity, I'm talking about ddr5 spec there
Yeah, DDR5 seems to have lot of extra complexity and latency from that on-die ECC being done on that once per 128 stored bits level.
As that is per chip.
So whatever you ask of the chip, it always has to do everything in 128/136 bit chunks.
that means 16 bit chips would make sense
it is kind of matrix ECC I like this
chip ECC the rows
imc ECC the columns
Oh well. Not a simple MB/CPU/RAM swap. Looks like full loop flush
Thats bad.
Dissolved and oxidized copper.
Not enough anticorrosive additives in the water, and something made of copper/brass in the loop has corroded internally.
So most likely radiator.
Yes that block has been in 24/7 use from 2018. First time opening it now. The loop is as old and had used radiators already in 2018. Just been changing the water every 2 year or so.
Impossible to get it all out, just flus with high flow tap water. But maybe scrap the radiators when next pump dies. It can be tomorrow or 5 years
That block had a lot flow restriction and did not cool 12900k proberly anymore for cinebench all core, 100C thermal throttle. Satisfactory server no problem at ~60C still
The coolant is clear EK cryofuel
Just remember to use more anticorrosives in next fill.
Probably lot more as some will react with the left over copper gunk in radiator.
Yeah that loop is simple to replace coolant.
Hand tight everything is enough yeah but Leatherman for opening just is Soo much efficient
And it can cut zip ties, open large Philips head screws that Ifix kit can't etc
And the knife on original Leatherman is sharp enough to do new clean cuts on soft tubing
And it's no use if I don't keep it always with me
how bad is this? definitely not new ssd
That is HDD, not SSD?
most definitely ssd
Ok, something weird.
It has both HDD only, and SSD only attributes...
well, maybe because it's so old? i think it already crossed 10 years of operation
3 years on.
With 8925 power cycles.
But most likely has bad SATA cable.
From that UDMA CRC Error Rate
Crucial/Micron uses that Attribute 202 for "Percentage Lifetime Remaining"
So you have 21% of rated writes remaining.
Or possibly that normalized 79%
And most drives don't actually die when that reaches 0, but just keep going until actual failures start to happen and those 171, 172 and 196 start to go up.
Some Intel drives for example did contain intentional firmware feature where they would switch to read only mode when the nominal writes were full.
if that's total count then totally possible that's remnants from older sata2 cable... remembering simthing like that long ago
Don't know, would need to monitor and see if it ever goes down or not.
i need to make decision of expanding partition on 980 samsung for some more stuff
or move it all on this ssd in hopes it won't just fail despite quite active writes and reads
All 4066 spare sectors are still unused.
No part of the actual flash has hit failure point for any of the cells.
His chinese brother-at-arms (used for mirroring for some time) is 'very informative'
but works
That seems to have basically broken SMART reporting for most of the values.
and yonger brother used for windows doesn't even have attr for unused sectors? oh
sadly
today i learned i can tell make to use multiple processes, so that it will compile Python faster. that saved sooo much time
fak it's big
Told you
Why didn't you just attach actual image?
But bad phone screenshot of one?
Cuz it was in my cloud.
And it doesn't save the pictures in an easy to find spot on my phone
it's all about framing
Then next time, at least turn the phone into right orientation for the picture?
Doesn't make the picture that much better
@obtuse geyser
That card is bent and screaming.
Not much space in that case, the airflow may be choked. If you remove both top fans, glue front half of top grill shut, remove back fan and open up the space under gpu, maybe it improves the flow.
But at least decent psu inside π .
Given power cycle count and total runtime, I would replace it. Copy data off, get new one, before it fails miserably. Can chuck this one into junk pc for doing groceries.
Noctua fans on a rad is crazy
My current airflow setup - testing shown that fans on top and back did basically nothing, so I'm down to two very large at front running at minimum rpm most of the time (they ramp up to 60% when mb temp sensors go up)
CPU fan is stopped until 60-70C then slowly ramps up , but unless running all cores the cpu is effectivelly passive cooled π
Sapphire did very good job on their cooler, so all the card needs is a gentle airflow to flush the hot air outside.
The PC is optimized to be noiseless on desktop/light load, and surprisingly silent under full load too.
PS. You may want to check if your noctua fans are pressure optimized or flow optimized. Mine are from arctic and the front ones are flow optimized, so they dont work well with pushing air through say radiators, while cpu one is the "Pressure" variant.
It was perfectly fine.
Upgraded to a water cooled GPU few months after that picture.
does watercooling gpu help much?
with weight reduction
depends on the gpu lol
never had a full copper waterblock on your gpu huh?
My previous gpu was hanging on zip tie, that was cheaper way to reduce xd
thats basically the air cooler's now so yes
arent you limited by gpu designed board power tho? Mine even on max limit will not go into dangerous temp territory, so adding more cooling is not sensible.
yea power limiter makes basically any gpu not worth overclocking
altho there was a shift to the voltage limiter being the problematic one at some point
given that gpu cost as much as rest of pc, I would be worried to mess with factory cooling. no warranty and any damage means you loose couple hundred.
And I did my fair amount of testing aswell. And that was the best setup
Although they were all pretty much close due to the radiator being so big.
Only outsider was the panel removed with 2-3Β° C more.
are you cooling your PC with crude oil?
Regarding temps. They were a lot better. And my GPU was a lot quiter.
But I didn't chose the best cooler in that regard, it was AMD Founders edition.
if removing side panel improves temps, your cooling is doing something wrong
Nahh, that's DP Ultra
It made the temp worse
what are your thoughts on delidding?
My cpu is basically limited by IHS transfer rate
a expensive idea
isnt it basically the same as gpu waterblock?
once you get the ihs off sorta yea
just getting the IHS off without killing the thing is the challenge
Depends on the CPU, some are easier, some are jarfer
a delid is defedently nto something i would do considering my track record
heck i literally nuked a power supply earlier
Delidding is pretty cheap
But the IHS pretty much protects the silicon inside.
Without it it's vulnerable.
With right tools, delidding is pretty easy.
For AM5 it doesn't even need special tools.
In turn Arrow Lake needs very special tools.
Not that vulnerable. Old athlons had bare die with rubber stands. If you install it right, all works ok, and has good thermal transfer.
but my final take on deliding was to just buy fastest cpu I could fit into my mb.
But as said, it is very easy to crack the dies without IHS when mounting cooling.
Lot of them died to cracked dies.
If you didn't get third party protection shim.
I do not have long enough track record to argue that. But the bare die was factory default, so manufacturer considered it durable enough.
And started to use IHS in next gen.
Because of the failure rate.
P2 and early P3 used integrated heatsink.
Later P3:s were bare.
P4 switched to IHS.
Early Athlons used integrated heatsinks.
Later Athlons were bare.
Athlon 64:s switched to IHS.
And before P2, CPUs had the die under cover on pin side of the substrate.
Basically only Socket A for AMD and Socket 370 for Intel used bare died CPUs.
athlon xp was also bare
Switched from the old CPU "backside" dies to Slot type CPUs with integrated cooling, to single generation of sockets with bare dies on topside, and then to new sockets with IHS on CPUs
Same Socket A.
Just branding change from Thunderbird to Palomino.
Same base arch, just branding change on revision.
yeah more cache, higher clocks, and the 2000+ etc model numbers to match p4 ghz
Back when Intel used shitty thermal paste you already saw a nice decrease on temps just by delidding and adding LM and using the original IHS
they were doing that for a long ass time
Aftermarket IHS or planing decreased the temperature further
Even just delidding and even using same paste, or something better.
As just removing the glue gunk would allow that IHS to fit better to the actual die.
(coffee kaby etc are all skylake go fuck yourself)
Testing out the Icemancooler direct die block. Default clocks 13900k seems to be tamed
i would say "hurr enable MCE hurr" for the memes but that might actually kill it
TBH ambient here is only about 15C but still impressive for AliExpress piece
Now I need sauna and beer but after that maybe some test more
I think 7th gen was the last gen, after that they used solder like AMD
forced to as they continued to cram more volts into that poor 14nm die
Time to oc the beast
It was 5,6GHz all core with the EK direct die but I was never happy with contact and cooling perfromance with it
I think this could go 5,7 as thermals look good but time for PUBG with the AMD system π
who knew in 2025 laptops could get erect
yea but are they floppy or rock solid
is 80 c normal cpu temp while playing games
i'd be wondering if there was some kind of program being run in the background, or if the plastic's still on the heat sink
while playing games
right but i mean on top of that
Intel CPUs have run incredible hot for last few generations.
And AM5 CPUs also run hot.
Unless you have very overpowered CPU cooler.
Both have been set up expecting that the cooler will be the limiting factor, and to boost until they hit that temperature limit.
I set up cooling so it's a bit loud, but disperses heat quickly
which makes it roar even from single threaded load
but at least that's 'free' heating in winter
half an hour of single thread being 100% and room becames noticably warmer
*Absolutely fine for any x3D before 9000 series
80 if fine for zen3/5000 too when boosted all core high power eating workloads
But that 95C is the natural place under load for lot of CPUs today when loaded, not even full multicore load.
This is the new rollable laptop, the Lenovo ThinkBook Plus Gen 6 Rollable. It's been a prototype for a while, but it's about ready to be rolled out in early 2025.
Subscribe: http://goo.gl/G5RXGs
Like The Verge on Facebook: https://goo.gl/2P1aGc
Follow on Twitter: https://goo.gl/XTWX61
Follow on Instagram: https://goo.gl/7ZeLvX
Follow on TikTok:...
That is the most finnish thing I have read 
I was actually thinking of buying an outdoor finnish sauna + harvia wood stove
When you want to reopen the window again, like a settings window, it could waste less CPU resources for the trade of memory resources. Hiding here would probably not deallocate the objects whereas closing would. But yeah it's a design decision and a tradeoff I guess. Has it's advantages and disadvantages.
Then call it hiding.
These are methods provided froma library.
They call a method close, when investigating it's calling hide() method. Which just setSWhowing(false).
Which is not closing. Closing != hiding.
You are completely right that it is something different. Maybe the library has issues with re-initializing a window a second time because of some object mismanagement? It might be a workaround for problems that I don't know of. Like some "singleton" hack. I guess the open function checks whether the window has already been built? No good practice, yes, but well...
Just Asus MCE 5,5GHz all core, 295W of power and temps stay still under 70Β°C
Intentional probably
I would say no. π
The seller probably knows there is a very low demand for that product and only orders it from a supplier when a customer makes an order while using the "greater fool" selling strategy
Because out of 200 people, 199 will laugh at the price and refuse to buy the product and at least 1 fool will buy it
The life of coders ... trust nothing.
AMD has recently talked about their new GPUs and they have changed their product naming schemes, again...
This is just more confusing than ever before and it will create mass confusion for new PC Gamers, this is why I've made this new Video showcasing how naming the new Radeon RX 9070 went like.
Thank You for Watching this Video, if you enjoye...

Cpu bit at the end was the cherry on top
DLSS9 preview from the future
DLSS9 be like: "You can purchase a license to this base image and your GPU will hallucinate the rest of the game dependent on your controller input."
Tbh pretty good for 5 to 430
stalker 2 official discord π
who tf be voting for other?
AMD had expected competition to 9800X3D.
Datacenters
NVidia and IBM have CPU's
There's also Apple M-series, Qualcomm, RISC stuff
Who tf is playing Stalker 2 on a POWER mainframe?
etc
Pretty sure mainframes arent a thing anymore
Unfortunately, you are incorrect
z/OS
Huh I guess they are still a thing then
Fun fact: about 50% of production code is still cobol
π 
Hi guys, I hope this is somewhat the right thread to ask this question.
I have 60-80 fps with Ultra settings but when i activate Lumen I get 30-40 fps.
Can I upgrade CPU or GPU to be able to play with Lumen at 60-80 fps or do I need a total upgrade of my PC?
16GB RAM
i7-9700KF
RTX 2600 Super
i think its more likely to be the 2060 holding you back in this case
but i would say that the CPU is also on the edge of being able to achive 60 W lumen
the RAM is fine though
Thank you very much, then I don't think it's worth it to upgrade both economically. I might be able to get my hands on another 2060 used, for ~150EUR. I have no idea if SLI is still a thing and if Satisfactory uses it tho.
No, SLI hasn't been a thing since DX12 came along.
SLI is basicly dead at this point......
Will not work in any DX12 game.
And Nvidia hasn't been adding support for any new DX11 games for years at this point.
I have not been in the PC building buissenes for a loooong time haha
And removed HW support for it several generations ago.
Dead since early 2020.
the 3090 was the last IIRC and even that had NVlink instead
though i think the entire 20 series has NVlink
2000-series already had NVLink.
but as baldur said it wont work
But Nvidia stopped adding those new SLI game profiles in 2020.
Last time I heard someone seriously consider dual GPU for gaming was dual R7 370
But if I would consider a new GPU, Is it the ones for 5-600 EUR I need to look at? Like RTX 5070?
i think the 3060/4060/RX 7600/7700 would be enough
also : the 5070 isnt out yet and no one other than NVIDIA knows what it performs like
for all we know it could effectivly be a renamed 4070 super
but we have RTX 50 and RDNA 4 right around the corner so i suggest waiting
Oh okay, so 400-500EUR. For eventuelly smooth fps and pretty lights ingame
(if you can)
you could also use upscaling (DLSS)/FrameGen (from FSR) as a stop gap to be able to use lumen
I have Upscaling DLSS in settings and tried the "Upscaling Preset" options with lumen but still didnt get enough fps to be smooth with lumen. Or do you mean something else?
what presets have you tried with it?
(quality/balanced/performance)
all of them, yeah
it works great fps wise with "performance"
but looks like shit
shit is maybe the wrong word, but it doesnt look as good as i want
oh so it ran well, but didnt look good
is that what you are saying?
yeah, kind of. with performance used and high lumen. It's kind of smooth, around 60fps
but looks very grainy/blurry
so i was also suggesting FG that might look a bit better than DLSS
I dont know what that is, sorry
but for that this game requires that you use FSR AA
ok, no problem
So you want better visuals with usable fps?
FrameGen, Nvidia tech that hallucinates extra frames
And DLSS is upscaling tech equivalent to FSR and XeSS
and AMD tech too
afaik AMD's equivalent is called Fluid Motion Frames (FMF)
here is where you *should be able to turn it on
FrameGen is specifically Nvidia
something like that yes, I want to use lumen for the lighting and I want good visuals and good fps so its smooth witout drops/stutter
that is the driver level one : the in game one ( the one that is usable) is called FSR FG
My windows 11 installation is stuck. Can someone help?
What resolution are you playing at?
so what it does is it takes 2 rendered frames and renders one in between this gives you more smoothnes but negatively affects responsiveness and can also introduce artifacts
only 1920x1080. I enabled FSR instead of DLSS, around same fps. Activaded FG. Dropped around 10-15 fps
Use dlss with your 2060
so it dropped you to 10-15 fps?
with FG?
Or did it drop by 10-15 fps?
no dropped from 60 to 50 after clicking in fg
in the menu right?
also : FG doesnt like the menu's / UI
rtx 2000 dosent suport framgen you boomers
no in game in my factory, just now when not activated 55fps, when activated without moving camera i get 42fps
ooff yeah IDK whats going on...thats strange
That's something i was thinking about. it says AMD
works a bit on the 4050 for whatever reasson
it does support FSR FG
and NVIDIA doesnt specify the 4070 TIE as far as i know
I think I'll just go no lumen for now π
ahh yea might be any rtx 4000 gpu now
maybe a restart would help with that
but i know when i originally got my 4070ti most games had it specified that framegen is only available for the 4070ti or higher
maybe back then there was no 4060 / 4070
π€
defedently was by mid 23
and the TI was the *lowest end model
Do you mean Nvidia's driver level feature or the ingame setting?
oh well maybe not by then
i think he forgor about FSR FG
bc thats what we were talkin about
I think he missed that we're talking about the ingame setting (FSR FG) and not Nvidia's product
Yeah, definitely the right course of action
framegen's framegen its all the same blury garbage at the end of the day anyway
to me FG has **never **made the game look more blurry
other than AFMF 2 but we dont talk about that
550hrs before I found the setting so I think I'll survive haha
oof
IDK when it released that was the first thing i tried
back on my VEGA 3 that is
do you know how blazing fast the VEGA 3 is?
no idea
so according to techpowerup my current GPU is 2200% faster
also : my card is about as fast as yours
but better cpu? or how are your settings? Ultra? High lumen?
i usually have evrything maxed out W lumen
1080 FSR AA 100% ultra preset lumen set to high
factory benchmark
47 avg
31 1%
27 0.1%
and i have an R5 5600G
which is faster
i ran some benchmarks at some point.... here are all the results
and the foliage heavy area is the red forest
and the factory is this one
better shot of the factory
and the benchmark pass also involved flying from the factory to this fuel power plant (granted it wasnt finished / in this state back then)
Nice one!
Im 170hrs in to this 1.0 save, and I thought that was much lol
well it takes time to decorate stuff with lumen in mind
Why did they have to make w11? Its sucks
i guess im not alone in that sentiment
π
fuck WIN-DOWES 11
There is literally almost no change in terms of software support as i was able to install w11 drivers on w10
Everything on w11 couldve been an optional update to w10 if it didnt have to do with improved security
the only difference between WIN 10 and win-dowes 11 is + 90% bloatware
As soon as i get a replacement 4tb ssd for my laptop, im reinstalling w10
My old 4th drive borked itself and i have to put in the original 1tb drive which has w11
well for me and how i designed my factories...thats not an option (1st lumen off 2nd lumen on)
win11 is basically patched windows 10
more bigger numbers better
Didnt intel tell Microsoft to do w11?
Youve got better performance than me im down to 10fps
in 1%'s ?
or 0.1%
?
Probably all the time.
But I would somehow expect that be from too high VRAM usage.
π€
i think @pure karma has a 4070
i have a 6600 8 gig
UE5 does stupid stuff when it hits specific VRAM usage limits.
Tanking FPS to certain level that depends on RAM and PCIe speeds.
In 5-20 FPS range, depending on computer.
i know
But depends what his stat unit says.
but i think my PC is slower than MagicZ's in every way
it would be pretty weird for MagicZ to run out of VRAM with 12gig's
Impossible is possible with any PC that MagicZ touches.
ahh OK can i get the lore of that?π
or is that classified?
Seems to have some weird skill to break anything.
But I should have been in bed 2 hours ago.
Why I'm going linux next.
Tux Roll
damn... got me beat. I got a Dell Dimension 8200 running. Has an old Office 2003 install with some archived emails I keep handy. I know where the bodies are buried.
Cpu⦠every core pinned at 100%
Vram is close tho
Everything is possible
i had 18GB of vram ussage not too long ago in fact i sent a picsure in here as is tradition at this point
Go trough the history of this channel its about 2 years of colateral damage and counting
MagicZ has the insane ability to break everything by just looking at it and then coming in here to ask for help
I literally broke a psu yesterday
things stop working like magic 
Stated on the hush about it but yea
We have forbidden MagicZ to ever touch any overclocking tool ever, because if he did, the nearest nuclear powerplant would have a meltdown
at least i know what happened this time
the cpu turboed to over 3x its advertised power draw and the psu said "im tired boss"
they do everything they can until they have a problem
then they talk about it here
Heβs got inverse Midas touch
magicZ was the first owner of a 14900k
Does a synology nas allow me to access it from any device? Phone, tablet, pc?
From what i can see online it has to be a wired connection
As in the nas has to be wired to the router?
Anything connected to the NAS has to have some form of wired connection
That could be wrong
Ok no sorry
Are you connecting it to a router or a switch
Unironically would probably be too scared to degrade under my posesion
It's just a nas, at the end of the day
So yes, you can
Very
Yes
Which says you need to DDU your GPU drivers and reinstall.
Proshop has listed few 5080 serie GPUs with EU prices, think FE cards will sell out fast
You know the stories that it takes millions of years for planet to move continents, split them, form mountains, valley, etc?
Well, this year started with signs that we will observe how it all happens rapidly.
But will we even notice the signs and save people who are in immediate danger?
Yep, this is not aligning with what mainstream scientists where tells us, but... just observe.
Hitchens's Razor would like to have a word with you
i have no idea wtf that's about
all i know is that i'm conditioned to be instantly suspicious whenever the term "mainstream" pops up, because of how politicized it is
how exactly does that apply?
fair
but science is not place for politics, right?
mainstream science wasn't fond of quantum physics when it was just starting to accumulate evidence
I don't mean anything bad with it, just a way to say that some ideas are more used than others
Ethiopia, for example
the great rift valley ain't gonna rip in half tomorrow
write that down and revisit in 5 years
i'd love to see where you're seeing predictions of it
also i do hope that nothing will happen tomorrow. and day after that, and so on
it might happen, but all evidence thus far is that tectonic movements happen on geologic time scales, not....days.
sure, there are things that happen quickly
but not plate boundary reshapes
and again, i'd love to see where those claims are coming from
"mainstream science" always implies science that isn't majority agreed on - which is way too often exploited by shady salespeople, pseudo-medics or conspiracy theorists.
Using that term the way you did has an implied meaning which is directly linked to politics and pseudoscience. If you want to talk about unconventional science, feel free to do so - but maybe don't use loaded terminology that makes you look like a conspiracy theorist.
Also, quantum physics was heavily debated, not commonly disagreed to. And the primary reason for that was that it introduced a whole new model of how the world works - a model that needed verification.
Your claim isn't a new model tho, it's a prediction. And that prediction has to achieve two things: make realistic assumptions and work within the current best models.
If it needs a new model to work, said new model needs to be verified to be accurate.
it applies in the most basic way there is:
Provide evidence for what you're yapping about or it'll get dismissed
Imagine that same train network if it was operated by DB
Wait, but isn't mainstream by definition "what majority agrees on"?
Exactly why it's bogus terminology
The term "mainstream" refers to the ideas, attitudes, or activities that are considered normal, conventional, or widely accepted within a particular society or culture. It often describes trends, beliefs, or practices that are prevalent and dominate the general public's preferences, as opposed to those that are niche or alternative. In various contexts, such as media, music, or fashion, "mainstream" can indicate what is popular and widely consumed by the majority.
Scientific consensus is scientific consensus.
"Mainstream" implies opinion and allows for alternatives without critical questioning.
A song can be mainstream because its popularity is entirely based on how much people like it.
A scientific theory can not be mainstream because in science there's either proven correct, proven incorrect or unproven - or a percentage scale for accuracy
Using "mainstream" (a term linked to popularity) in the context of natural science (a field dominated by accuracy) is bad faith
Hm, pretty bad explanation, I'll try smth different
"mainstream implies opinions" is a bit of a stretch
Basically: using the term "mainstream" in this context is wrong because it inherently means that disagreement is a perfectly valid position to have.
You can disagree with scientific consensus, but only in one of two ways:
- you provide enough evidence to your position that the scientific consensus has to be re-evaluated (as it happened with heliocentrism and quantum physics)
- you're just straight up wrong
Then I meant *consensus"
Then the question becomes:
Is what you are saying actually contradictory to the current scientific consensus or just contradictory to what is commonly presented to the public (for example by middle school teachers telling children a simplified version of the world's physics)
also, still failing to specify what exactly isn't being accepted by "mainstream science", with sources, & why
"mainstream science wants you to believe that XYZ but actually it's ABC" is bad faith reasoning - it's incredibly loaded terminology and discredits the actual opinion.
Pair that with the fearmongering that is "but will we even notice the signs and save people who are in immediate danger?" and you just provided the prime example of what not to do when you want to actually have an informed scientific discussion
It's not worded to convince a scientist, it's worded to manipulate a commoner.
I recommend that you watch this video, it does a great job of explaining why rhetoric like this is bad and harmful to scientific research:
https://youtu.be/Pc2psN0PFTk
SOME OTHER AMAZING SCI-COM COMMUNICATORS:
Atlas Pro (Biology, Ecology, Biogeography): @AtlasPro1
Stefan Milo (Archaeology, History): @StefanMilo
Geology Hub (You Are Never Gonna Guess...: @GeologyHub
History with Kayleigh (Archaeology, History): @HistoryWithKayleigh
Ancient Americas (Anthropology, Archaeology, History): @AncientAmericas
Ast...
Now, back to the original message.
You mentioned "signs that we will observe how it all happens rapidly".
What signs? How fast is "rapidly"? Who's saying this? Where did this come from? Is any of this backed by evidence?
has some real "yellowstone's about to erupt" vibes to it
you haven't seen those documentaries?
That's another thing: what accuracy does the simulation have?
exactly
There's always a variance in results when it comes to making predictions.
That's why it's important to know what assumptions were made and how moderate the simulation is run
that channel & its IP should be banned for that kind of disinfo
how many cm is in 5000km ?
YT is just a bad source of information, unless you really trust the content creator.
yup
or you are familiar with the subject at hand. So you can use your own head.
but besides that, YT is full of crap.
YouTube is a platform where anyone can publish anything.
It's as accurate of a source as Google is - it's not a source, it's a means of obtaining sources
Well, I don't agree that it's not a source.
for most people this is trap
as they say they are familiar with it as soon as they watched an other video about it
it's a source of something π€£
https://www.youtube.com/@StarTalk Neil Degrass Tyson is still a ascientist.
instead of actually having real life experiences with it
Like I said; there is good content creators on there. But it's the minority.
It's not black and white.
That's not YouTube publishing this content tho, is it?
the good ones will link their sources for you to go & check stuff yourself
It's someone else using YouTube to publish their content
You literal said this: "YouTube is a platform where **anyone **can publish anything."
but also, still kinda waiting on what the claim is, & where it's coming from π€£
So ofc it's not YT publishing it. It's still on their platform, which was the discussion.
You're judging scientific literature not by its authors or the accuracy of its content but the publisher
Yeah, about that. Kurzgestag is hated by some in this channel. But they always link their source material in a "professional" way.
The same people criticizing Kurzgestag never even bothered to look at source (scientific papers).
they also publish stuff about how & why they're wrong when they're wrong, which is more than you get from disinfo channels
But you are right, some do post the source. There is just 99% π© out there.
Indeed! I like them.
You said YouTube is a bad source of information - and I'm disagreeing on the semantics.
YouTube is a bad platform to use when trying to find information. It is however not a source - the source is whoever created the content.
YouTube is as much of a source as Google
exactly
@languid gulch another good one is: SciShow.
and that's why you should need to avoid centralized search prompt
i'd call it an epi-source, it's a resource you use to get other sources from
They provide you with access to the content, but you'd never go around and say "Source: YouTube" unless it's something that the company YouTube published
Something like wikipedia? Which isn't a source either.
<-awesome socks member
According to the semantics. Which why I don't discuss semantics in this channel because it's so freaking dumb.
Wikipedia is a source, they're just not a primary source.
π€¦ββοΈ
see?
exactly. it itself has plenty of content, and can be a source of information itself, but to have information on claims verified, you need to have links to the sources on those
Mind tricks to make the narrative fit.
People still figuring out that it's not "friends" who populate your Twitter feeds
No, FW just said that is a source.
Wikipedia publishes the information and is in charge of curating its contents
So YT isn't a source according to them.
Wikipedia is according to them. π€·ββοΈ
While wiki links 100000 other sources, so it's not a source. When applying their own logic.
They crowd sourced it but with a moderation system in place
that's why we need a 3rd term for it. epi-source.
a source that can be made of sources, but isn't necessarily a source itself based on what you're looking for
It's always borderline philosophical points being made about semantics, it's stupid and leads to nowhere.
btw these issues exist even for professional scientists
Nothing is a source if you really want to dig into it.
Because every information is probably build on other information, good luck tracing the real source.
usually π€£ idk, the discussion itself can shape how people think about these things, which isn't necessarily a bad thing
Anyway, to me, YT can be a source for information. Especially the discussion between scientists (which isn't documented anywehere else).
I would use it for my thesis if I had ato write one.
and that's mainly most Youtube content is bullshit
don't disagree with that. But I said; it's not black and white.
A scientific paper also links hundreds of sources, it's still a source.
A metastudy doesn't do any actual research but gathers, prepares, arranges and presents existing research in a new fashion.
Both of these are source.
The question by which I decide what is or isn't a source is simply this: "Who is in charge of curating the content?" (in regards to its accuracy, not legal compliance)
if the youtuber is the originator of the information, it counts as a source. they can choose to link to other information, or just have the video be the publication
because it just get some other online shit and render it a video
I am not going to advocate that ALL content is bad.
Maybe there is 1-2% trustworthy content out there. I don't know.
content needs context
I said most
YouTube and Google are as much of a source as a library
Yeah.
"Episource" still implies it to be a source.
It's a platform, simple as that
What I said, is still a source.
god i hate platform as a term π€£ reminds me of app
Would you quote YouTube?
Or would you quote the creator and their content piece?
Since a discussion between scientists can lead to new insights you cannot read anywhere else. And if that's recording, and that video is on YT, it's a source.
You can 100% link a YT video as a source. It's the same as referencing a nature documentary on VHS.
not true
when you looking in library you mostly have a specific reference in mind
Google can be used like that too but it's not the primary use anymore and it's getting even more complicated lately
That makes YouTube a shitty platform for a lack of search functionality, doesn't mean it ain't a platform
The internet is the library. Google is the person sitting at the desk when you enter the library and you say; "I need this xy, where cna I find it?"
So... VHS is a source too?
Source for me is something that actually curates the information.
it's completely up to YouTube to serve you content
and it's well known Youtube does do whatever IT wants
unless you input very specific search prompt
and even then now (hello shadow bans etc )
People still not getting how dystopian this is, just because it is happening slow enough
You can absolutely use a YT video as a source, I never disagreed with that.
I'm saying that "Source: YouTube" is not how scientific research works.
"Source: interview with XYZ published on YT" is a different thing - it's YouTube acting as a platform for the information, but not the source of it
Maybe just use your π§ ? If the video is made by MisterBeast, probably not? If the video is made by Stephen Hawkins, probably yes?
Just dig into it, check out the material. If it holds up, I would use it as source. Especially if it's someone trustworty, if I have to reference to somethign Stephen Hawkins said in a video, I would use it as source.
that's exactly all been said already
- some things can be good sources ON YouTube
- Youtube is a bad source
Simple question then:
Does YouTube curate the contents of the videos?
Last time I checked, they don't. Beyond legal compliance, the contents of a scishow or kurzgesagt video aren't decided by the company youtube
Ofc not. Same as you would put in your thesis: Source: library
that's not how to reference to source material π
π
how naΓ―ve are you really ?
They said they going to be more strict with clickbait content a few weeks ago.
but "saying" != "actions".
YouTube literally bans Videos broadly as soon as it does not comply with its direction
and heavily filter spreading of the videos otherwise
creators are only doing the heavy lifting for YouTube
honestly, I whished there was a better scientific platform for videos. Something like wikipedia.
or just a alternative to YT. It's a monopoly.
Why does nobody (and I mean higher ups) dare to say, it's a monopoly.
People are being made hostage by Google and still try not to understand it
Crazy, or do I live under a rock? Is there another video platform, as mighty as YT? That offers the same?
Netflix has a different goal. Instagram too. And the rest aint so big.
Vimeo?
Btw; blog.google/intl/en-in/products/platforms/strengthening-enforcement-against-egregious-clickbait-on-youtube/
Just to clarify:
"YouTube" is a company that provides a video hosting platform under the same name.
The contents on said platform are moderated to be legally compliant but other than their own content, YouTube doesn't have any direct influence over the contents.
In this context, you're not talking about YouTube.
You're talking about creators that use YouTube.
Mister Beast could put his content on Pornhub or vimeo, wouldn't change a thing about the scientific accuracy of the content.
You're not evaluating YouTube as a source, you're evaluating content creators as a source. YouTube is just their platform of choice
Fireworker .... you know that aint right. And I know you know.
THEY removed the accuracy and relevance of search results
then THEY pushed people to watch whatever is thrown at them
then THEY complained "it only show most viewed videos so we need to put random things here with a black bkx sophisticated algorithms"
then THEY decided to directly forcefully manage what people are watching
then THEY are complaining "it's people don't know searching so we must provide other ways"
So, you don't reference a book but the writer of a book? π€¦ββοΈ
it's all the same assholes creating the problems then "solving it"
Librrary -> book -> writer.
Youtube -> video -> creator.
I agree with SharklienX on this.
YT does have influence over their content.
The magical algorithms. And content creators know this. So they change their content, to the algorithm in the hopes to get famous and some money.
I 100% agree with Number 1, but number 2 is just straight up wrong unless you're talking about YT as the publisher (example: their annual business report).
YouTube is a platform.
It's not a source.
You can't quote YouTube. You can only quote a piece of media on YouTube.
YouTube is a shitty platform for scientific research due to the amount of bad content and lack of search functionality.
you don't know how to read ?
That's literally publication bias and totally a thing in scientific literature
What is this discussion?
"whatever is thrown at them"
Wikipedia is not a platform. It's a company.
Google is not a search engine.
It's a company.
What kind of logic is this?
Fucking hell
how is that not relevant "because Youtube does not create its own videos" (and btw they did)
Did you miss the part about the "under the same name"?
It's pretty fucking obvious that we're not talking about the company - I just wanted to make it clear that YouTube IS a source when talking about the company
Their platform however is NOT a source
This
And this
this
Ignore this
afaik, they still do?
I haven't checked that
last time I knew they were reconsidering the scope of it
That's the official Youtube channel.
my source is wikipedia.
Oh fuck. Wikipedia isn't a source. 
I'm contemplating the irony of "you-tube" own channel
YouTube does create their own videos - that's where the company uses their own platform and that is when they actually are a source (equivalent to the business report example).
However, the platform as a whole is not a source, it's a platform.
The content there is curated by the users of the platform, not the company that runs it (tho there is monetary incentive).
If I told you that I got a piece of information from YouTube, you'd request the actual source - the video.
me too π€£
and it's trustworthiness.
what is all this crap on the channel?
Looks all like ads?
That's bad teaching.
Teachers always said Wikipedia isn't a source when in reality it absolutely is.
It just doesn't qualify as a good source for them because they fear user manipulation interfering with accuracy (Croatia, Alan MacMasters)
In that sense, Wikipedia is a bad source but a source nonetheless
And as I explained above, this is the company YouTube acting as a source
I am just applying your logic π€·ββοΈ
You're applying your misunderstood version of my logic
If I say "YT can be used as a source" and your argument is that it can't unless you reference annual reports from YT, then the same can be said about wikipedia.
Wikipedia is a source because the platform itself is in charge of curating its contents
Most people would understand me when I said: "YT can be used as a source".
the content is curated by both
and again your argument would only work if
- search results would be strictly defined
- search would be the main asset to get to videos (with external links too)
the only way to achieve that is : - get to Videos only from other referencing mechanisms (forums discord communities blogs etc)
- subscribe to your content creator
which is how reliable channels almost exclusively works now, and is getting retaliation from YouTube algorithms and policies
It's crowdsourced through editors and a moderation hierarchy, but the responsibility of content curation is with Wikipedia
YouTube is much closer to Wikipedia now than you think
: random guy publish
: "platform" decide how where when if it is published on their "platform" (American you remember)
Wikipedia works more like a platform for articles than YouTube as a platform for videos rn
Just to clarify:
my argument is that the website of YouTube (not the company, not the creators) is not a source, it's a platform.
And I don't see how 1 or 2 would be of any importance here - those are quality metrics by which to judge a platform, not defining characteristics of a platform.
Good platform: Google scholar
Bad platform: YouTube
Good source: Coffeezilla documentary
Bad source: Jake Paul vlog
Ah I love #off-topic-tech β€οΈ
YT is tech 
YouTube home pages works as well as an asshole next month tv series show recommendation personal blog
so every recommendation personal blogs are platforms
YouTube got you by changing slowly
is it clickbait?
wasn't W10 EOL?
In next fall.
That's primarily because the moderation structure isn't scaling as well as it should be.
Let's take a simpler route:
Who do you contact when you want to correct a piece of inaccurate information?
On YouTube: you have to reach out to the creator, the platform can't do shit unless the creator was in violation of any laws.
On Wikipedia: the wikipedia moderation team
there ARE definitions for things being a platform or not
and it managing all the way up to specific content without user being too much involved means it's content
same as tv channels
You can't block the installation. But you can remove it atleast. Which is kinda weird lol.
Microsoft being microsoft 
And that "Outlook (New)" has been autoinstalling for a year already.
To replace older Mail.
I don't know in what heaven country idea you live into
but youtube does A FREAKING LOT more than what laws ask for
and even sometimes does nothing at all even though laws are involved
It's seems only a reference or link is installed?
Again pure enshittification of UI compared to the old one in utility.
it's not driven AT ALL by laws
8.00 KB seems very efficient for a new mail app π
you have to remove it with system prompts
or also from the iso before installation
and then it's actually on request
(oh btw that should be how it works to be eu compliant, but who cares )
"Microsoft has also announced that beginning with the 2025 spring update all users will have to agree to eat baked shit at least twice a week to make sure their device is working according to the newest security guidelines layed out by the NSA.
Failing to do so will result in an insecure device so Microsoft has recommend to start migrating to this new diet as soon as possible."
You're judging YouTube's quality as a platform.
You're saying that YouTube is a BAD platform. That I agree with - and the primary reason is that yt is tailored for entertainment, not scientific accuracy. Hence why it works how it works.
Let's add two more examples:
Not a platform - the library of babel
Not a source - blank paper
distraction , not entertainment anymore
The company YouTube does not have direct influence over the content on the platform aside from legal compliance (copyright, NetzDG).
The company does have an indirect influence through monetization practices which (just like other scientific literature) causes publication bias
no
not monetization
you stuck in 2016 buddy
it's been at least 6 years it actually unreference videos
it has no tie at all to its user as platform
it can and is completely disregarding "platform" features
The way the algorithm works is for YouTube to get the most ad money. They get the most ad money by disallowing illegal content, hiding unpopular content and promoting popular content.
In that sense I guess you're right - it's not about entertainment, it's about profit and popularity
oh heck
Wdym?
YouTube sign you for not controlling anything even indirectly on the referencing process
such that it can not ever reliably be used as an actual platform
that new outlook mandates all of your emails be uploaded to the "Microsoft cloud", and you cannot opt out
Again, I'm talking "platform" in the very basic sense that it's a technological framework for publication.
Similar to GitHub or Reddit.
There is content moderation and there is content promotion alongside monetization.
None of that changes the fact that YouTube is a platform, it just makes it a shitty one in regards to scientific accuracy
and I'm talking in basic sense that it exactly is NOT a framework for publication anymore
I can't follow your logic, can you provide examples or simplify it?
So I am unable to publish content on YouTube?
all the example of requirement for it to be a platform you disregarded
why would it be different this time
How is search a requirement?
And especially: how is a well functioning search a requirement?
yes
exactly
you are able to give your content to YouTube (almost literally btw)
for them to decide if they publish it and how
It's not about whether or not it's good at its job.
It's about what job it has
because it provide what makes it a platform : permitting wished access to your content
and again it does not have this job anymore
read the contracts
5000 000 times 100
500kk cm π
0.5Gm
And what would stop them from publishing said content?
As in: make it generally inaccessible even if directly linked to. Not just immensely hard to find or hardly any public availability
Okay, so YouTube used to be a platform back in the "broadcast yourself" days when content publication was solely tied to legal compliance, is that what you're saying?
Then what are they now if not a platform?
"what would stop them" who is "them" here ?
YouTube ? they are deciding publication not you which is my point
You ? Youtube is doing whatever
Exactly, how does YouTube decide whether or not they put my content on their platform?
personally with their own direction
are you just about to witness its closed logic driven or what ?
Do you have an example of how this goes beyond legal compliance?
It absolutely is not, but from all I've gathered, the only reasons that YouTube disallow publication are legal compliance (mainly copyright)
you say suicide or Hitler and your video basically goes offline
no laws mandate that
you seem completely feeded by survival bias
They allow disincentivize publication of "critical" content through moderation, but they're not actually blocking said content from the platform
So I did some checking, and it's not installed on my system.
"but I've seen videos on YouTube so.."
they are blocking it
you almost can't search for specific videos anymore anyway
"basically" is the key phrase.
It remains online. You can link it. It's technically public.
However, nobody will ever be able to find it and you won't ever see a cent of ad revenue.
That's still being a platform tho imo, just a super shitty one when it comes to content availability
having the video link works
it's not a platform behavior
it's a data hosting behavior
but happy you completely prove my point that people completely forgot what a platform is
That's not what I meant tho.
Is the video actually gone? No.
You can still access it through the link.
It's just that the search functionality is fucked
it's not platform anymore
in platform there is plat
you can think of it as circulating area
you cut circulation it's not platform
it's not "on" the platform at least
it's just data hosted
and Youtube does not like being only used for hosting
So it's starting predation on these 'channels'
in the sense of source vs platform, it absolutely is a platform tho
And all of what they're doing just makes it super super unviable for scientific research and publication
Because you risk your content being hidden (not removed) and can't find certain content even if you wanted to
*unless the company uses its website to publish content, in that scenario, YouTube (the company) would become a source - however, the website still remains non-source
Well thankfully it didn't erupt. Maybe it even won't.
Still shady practice to remove sensors from public access and convincing public by stating that "everything is normal" while the evidence that checks their own "voclano about to erupt" list (usgs).
Still shady practice to make outrageous claims like these with zero evidence to them
uhhh yea, would love to see some sources on that
Actually, it's super simple to explain:
The technological foundation absolutely is a platform.
The company and its business decisions make it poorly moderated which makes it a horrible platform for the sake of scientific research and publication.
But basically any idea that is emerging or didn't get enough evidence is not mainstream, as opposed to popular (by number of papers, funding, evidence etc).
Quantum mechanics wasn't popular. Climate change wasn't popular. Washing hands wasn't popular at some point in time.
I don't claim which model is right or wrong, better describes observations or not.
Mainstream was just about being widely adopted
lemme see the evidence of reliable information being removed
The phrase "mainstream science" is tainted by conspiracy theorist. So if you don't want to look like one, don't use it. End of the story.
Yet there's a problem of merging classical mechanics and quantum
They have different fields yet people still take their finding to headlines because they discovered some new way of how matter behaves on the boundary of those two.
Does it make both unproven or otherwise? Just asking what it is in your understanding.
Eh, both
still waiting on some sources as to when and how ethiopia is going to be ripped in half in the next year
The only reason one would use the term "mainstream science" is to imply validity for a claim that contradicts consensus.
also the whole "Climate change wasn't popular" was oil companies knowingly spreading disinformation for profit. they knew in 1954 according to court-discovered documentation.
plottwist.
there is no such thing as mainstream science.
there is science. and pseudoscience afaik.
That shaping of continents, moving of tectonic plates has to take millions of years (aka geologic timescale)
still waiting on a link to a journal or something
describing exactly what you're trying to claim
Fair.
Also sad
Well quantum mechanics was pseudoscience to Einstein afair
it's trying to come up with the best explanation for what's observed with the information that's available.
They - oil companies or scientific world?
oil companies
the courts subpoena'd the documentation from internal records at the oil companies. it's not like PNAS was hiding it
Ok but that doesn't mena it was known to majority. Not even talking about being accepted.
I am saying that while what you aya is probably true, it doesn't denyy claim that it wasn't mainstream.
By definition, there's always period when idea isn't widely supported adopted and developed.
you keep using mainstream as if it means something
as if there's a Mainstream Society that dictates all things
it was well known by the science community, and is in textbooks at the time, that carbon dioxide has a specific heat capacity. apply that to our atmosphere, it's easy to conclude that putting more of it into the atmosphere would warm it up over time. now, publish that knowledge at the same time the most profitable industry in history, known for going into areas and killing people to get at "their product", and see how far you'd get.
Both are proven true within their context and false within another.
Newtonian mechanics fail near lightspeed where relativity comes into play. Quantum physics collapses on the macroscopic scale.
That's the accuracy range that I mentioned - knowing when a model is or isn't accurate and to what degree it is accurate.
"The coin lands heads" is a roughly 50% accurate description of a coinflip.
It's neither true nor false - that would be the case if you made a definitive statement ("the coin always lands heads") or if you made a more accurate model ("disregarding the edge, a fair coin will land heads 50% of the time and tails in all other cases")
i'd also love to see the polling data you've somehow managed to come across on when exactly different ideas crossed the 50% threshold of acceptance by.......the public? scientists in general? the ones only in that field? what exactly?
Btw, referencing times of scientific disagreement/debate or conspiracy theories that turned out to be true is another way of implicitly validating invalid claims.
It's manipulation by rhetoric.
also failing to define a term like "mainstream", then using it in different contexts, only leads to a failure of understanding
Pseudoscience is anything presenting as proven fact that isn't founded in the scientific method.
"This method cures cancer" can be proven scientifically through clinical trials or it's stated pseudoscientifically through anecdotes and handwavy reasoning but without any actual scientific evidence to back it up.
Theories from pseudoscience can technically turn out to be scientifically true, but that's a matter of chance not science.
most scientific debates end when a specific question recieves a specific answer. "The Great Debate" of the 1920s was "what are the weird dusty blob things in the sky that aren't stars or planets? One side said it was gas clouds close to us, the other side said they were other galaxies not too long after our own Milky Way was confirmed.
both sides were right
"science" isn't some elitist conglomerate, it's a process.
A scientist is any person operating by that process.
It's designed to be deductive and produce the most accurate understanding of the world - through conjecture, experiment, specification and reproducibility by falsification and verification
theorem + tests = science
Just like how the double slit helped in establishing quantum physics.
Which was an idea of Albert Einstein π€£
The biggest scientific debates in history came when the current model failed to describe certain aspects of reality ("what are those sky smudges?" or "why is light speed a limit?") or when a new model was conjectured that needed proof (quantum mechanics, heliocentrism)
So, that's the funny part about science, Albert was a critical thinker, so he challenged quantum physics. But he also helped in making it better by asking the right questions.
Included in the testing phase: documentation, falsification and peer review
Another critical thinker about quantum physics was SchrΓΆdinger ofc.
Exactly - Einstein searched for the holes because he wanted them filled, not because he wanted to rip apart the fabric
Higgs is actually a good example too - proposed the Higgs Boson while he was still attending uni courses and got dismissed by his professors because of his lack in expertise.
He designed a way of verifying its existence - albeit very costly and quite unreliable (giant ass particle accelerator).
Decades later, he was proven right and received the Nobel prize
Ramanujan is another great example of a brilliant mind being blocked not by the scientific method but academic elitists - a slum kid from India that only had a book with mathematical formulas was really frowned upon by the majority English academic elite.
Easy to conclude != Easy to prove or according to observations though
Also logic isn't in just adding particles that have heat capacity...
Anyway, good you recognize that there are nuances to even publishing findings
Another one: Marie Curie. Just read Einstein's letter to her about not giving a fuck about gossip magazines trying to pull her into the mud.
And of course Katherine Johnson who not only had to combat sexism but also racism, leading to one of the space race's most important mathematicians to be hid away in a basement
As my compsci prof so beautifully said: "A proof is just one scientist trying to convince another scientist of their theory"
Any proof will have to involve logical conclusion sooner or later. The question is, how much wiggle room there is:
Are contradictory conclusions possible? Are there incorrect or inaccurate assumptions? etc
Nothing sad about it. "Mainstream" is a media concept relating to popularity. If you wanna keep media and popularity out of the discussion (for example when trying to discover truth), there's no other way than to avoid the term.
Anyways, back to the actual topic of discussion:
Go provide evidence for the claims you made.
Link a source. Provide the data. Give us the info we need to judge the truth of what you said
Yeah know, I have a problem.
I need to find a front-end technology stack I want to use for a little project π€£
Tell me what u want, tell me what you need
Swing, JavaFX, all feel too old. Angular etc, you need to have browser installed.
I was thinking React.
but ... that's chromium based.
I want to write UI with minimum css and back-end with something else. The main thing is, I want to ship it as application. So it starts in it's own instance and not in the browser.
I have no clue what that means so im just going to ignore it like everything else
The game runs
Thats good enough
Uninstalling Nvidia GPU drivers with DDU, and then reinstalling them.
#1328095572845924434 message
One way Nvidia drivers break down for this game is to start taking 100% of CPU.
When the driver install is broken.
well i know what im watching nexthttps://www.youtube.com/watch?v=RhvdF-6syeA
Let's talk a little about Nvidia's new 50 series cards and DLSS multi frame generation
0:00 Intro
1:53 Multi Frame Generation
3:52 Other new RTX Features
4:31 Will Game Devs see DLSS as an excuse to not optimize?
8:23 Nvidia's problematic showcase
10:09 Where upscalers serve the most purpose for devs
10:56 Outro
Socials β¨
βββββββββββββββ
BLUES...
I don't care about it...
It being DLSS or Nvidia? π
So herg, π π in using Electron framework?
when I look into it, it's maintainer is openJS foundation.
Dlss in general
Just fix your fucking game.
I mean it's still chromium
π electron bloated
Thereβs a GitHub tool that will turn any website into an electron app
it was suprisingly easy to setup.
Is this something you do for your own fun?
If yes, use whatever the fuck you think is fun to play with or easiest for you, if not, go do some proper requirements research and go from there
Fun
I am just now realizing how much evidence there actually is...
But problem is not in aggregating it, but in viewing without assumption of "random event" and "fluctuations" but as signs (avoiding tautology for evidence) of single process.
It's not like they are hidden, secret or hard to find. Scientists are aware. But most operate divided from each other and under false assumptions.
how much evidence there actually is
I've seen exactly zero
It's not like they are hidden, secret or hard to find
for all intents and purposes yes, yes they are.
you are 100% regurgitating the bullshit rhetoric of the misinformation pipeline - emotionally loaded language, distrust in authority, oversimplification of scientific processes, anonymization, claiming a massive amount of evidence but sharing none, talking around the matter instead of the actual science
What is the discussion about, earthquakes? Tectonic activity? Volcanoes?
allegedly, tectonic movement is multiple orders of magnitude faster than what geological timescale would suggest
#off-topic-tech message
however, there is zero reason for any of us to believe that to be true
yea, still waiting for a link to something, anything
oh holup, I got a nasty idea:
go into an online space that prides itself in scientific enlightenment, then provide a somewhat plausibly backed theory as a challenge for the "consensus" - but make up a consensus that isn't true (but still realistic) to see how long it takes them to pick up
scientific enlightenment
the what?
people who think they're intellectually superior because of their belief in the scientific method - which there is some merit to it (rather that way than some rigid misguided ideology) but it can become too much when the blind spots of science are dismissed because they show an imperfection
in German, the word is AufklΓ€rung - there also was a time in human history after medieval times where religious dogma was questioned and replaced by the scientific method
Oh I would like to revisit this message in like 5 years.
This must be good.
Sometimes i think that i should bet money on my implausible statements.
Except people in future will think it was immoral, or I will actually loose some money
But rn I remember the bet I wanted to make with my boss at old workplace.
Ez money
Just run from the boss who uses "it will be a problem of my children" as excuse to not handle problem on horizon
But yeah, probably should make any statements while remaining anonymous right?
Where does it even come from - making statements that are not in line with consensus, may cause fear, and don't have immediately provided evidence?
Definitely something shady
Still, I named 2 examples that show what happens and where.
The "lots of evidence" is in seismic data, data from volcanoes, including changes in composition and temperature of magma.
I don't think there's a comprehensive analytical paper yet, but you can definitely find individual case studies.
There's GeologyHub as good source of cases, but he doesn't see what I am talking about (at least doesn't talk about it) (actually i got it recommended from the same guy who Fireworker mentioned)
The unending fires are also linked to the same process.
That's not all of it... But should be a good start.
Anyway, conversation started as curiosity "will we notice and [take action, or not]?"
Btw,
how many news of "earth is splitting into two (but over millions of earth)" did you saw lately?
Doesn't that remind of "earth will heat 3 degrees (but in 100 years)"?
Linus hitting the bigtime huh? /s
https://x.com/FallonTonight/status/1879039226487984526
Ding ding ding, welcome to the misinformation pipeline.
A seemingly innocent topic presented in a super bullshit misinformative matter that leads to the same logic being applied to other fields of science - and in this case, seismic activity leading to climate change.
This is why the rhetoric you display is so dangerous and manipulative.
Climate science isn't geology. Climate scientists aren't geologists. Yet you applied the same rhetoric to both fields
You absolutely NEED to watch this video
https://youtu.be/Pc2psN0PFTk
SOME OTHER AMAZING SCI-COM COMMUNICATORS:
Atlas Pro (Biology, Ecology, Biogeography): @AtlasPro1
Stefan Milo (Archaeology, History): @StefanMilo
Geology Hub (You Are Never Gonna Guess...: @GeologyHub
History with Kayleigh (Archaeology, History): @HistoryWithKayleigh
Ancient Americas (Anthropology, Archaeology, History): @AncientAmericas
Ast...
Is this "lots of evidence" in the room with us right now?
You say we can definitely find them, how about YOU find them because it's YOUR job to prove YOUR statements?
How are wildfires related to seismic activity?
What data is there? How was it obtained? Were the things that got ignored?
That's why Hitchens's Razor applies: prove your claims or they'll get dismissed.
I don't need to prove you wrong and I especially don't need to provide proof that you're correct.
Prove yourself right or stop rambling nonsense.
I like the way you do your own thing and aren't constrained by logic or information
"I named 2 examples that show what happens and where"
- That's called anecdotal evidence and unless it's used to disprove the inexistence of something, the scientific value is rather small.
- You didn't provide any information on it, didn't link anywhere for further reading, gave zero background info on why it's not supposed to be like this.
Hell, you explicitly mentioned immediate danger for the population.
There is NOTHING in what you said that makes me even consider an immediate threat
i'm expecting yet another "just wait, you'll see"
Ah yes.
A: "The world is doomed"
B: "Where? How? Huh? What? Why? Please tell me more."
A: (unspecific rambling) "you'll see"
B: "anything more specific?"
A: "DOOOOOOOOOMEEED!"
some xkcd style exaggeration
Also, to answer your question: none. I have not seen a single piece of news on that.
I think you are missing the point...
I don't want to proove anything, but to encourage investigation.
Recent video from Primeagen is a good example of why having a "proof" can be a bad thing (because it may not be full picture but peopel will interpret it without critical thinking).
Everyone here is capable of using internet to find factual data, as well as discussions.
a link would be useful
So sprouting any kind of shit is ok as long as it is framed as being "encouraging investigation"?
known tactic for spreading disinformation
I was thinking multiple time of what I could link, but hoenstly, I don't think I can anything...
then all your claims are dismissed
what can be asserted without evidence can be dismissed without evidence
That was the point.
Aquasuite watercooling software feature, remote monitoring the 13900K "server" at home running prime95 small fft torture test: aquasuite.aquacomputer.de/9d5b93cf-319d-49df-a3f5-2ee730b2ae4d best way to spend time at work π
oh i know, just saying it out loud so everyone knows
and what would be a point of such misinformation?
fearmongering and spreading doubt about science
which acomplishes?..
"don't trust them, trust me"
still, what's the goal?
k, done with this. you're clearly choosing to continue the misinformation tactics and i'm done feeding it
Most common target is just to get people to not trust anything.
"Don't get the Vax. Vax is bad by big pharma. Supported by government. Government bad. Now government increasing taxes (for the rich). Remember how government bad? So tax increase bad aswell. Vote against."
Pretty easy flowchart for most conspiracies
Fear, uncertainty, and doubt (FUD) is a manipulative propaganda tactic used in sales, marketing, public relations, politics, polling, and cults. FUD is generally a strategy to influence perception by disseminating negative and dubious or false information, and is a manifestation of the appeal to fear.
When in doubt, flat out
"See the craze about the earth falling apart? Remember the craze about earth boiling to death? All just ridiculous fearmongering nonsense, don't let that fool you. Resist against it. Resist against restrictions imposed onto you. Fight against legislation made in the name of 'climate change'. Fight the people who demand such dangerous nonsense."
Watch the video I sent you. Please. I beg you.
I think it's you who is missing the point.
You are spreading misinformation. You are participating in harmful rhetoric. You are damaging the discussion.
If everyone is capable of using the Internet to find data, how come you aren't?
You say that proof can be a bad thing if it's incomplete but treated as complete?
See it this way: your current position is backed by zero proof. Zero data to even help make a concise point.
In fact, you haven't even made a concise point - there is nothing specific for you to prove because you haven't made a specific claim.
The most specific thing you mentioned was the existence of immediate danger. Danger of what type? How much time is there to prepare, how much to react? What would one need to protect oneself?
I would absolutely want to know more about this. Tectonics are a cool thing, geological activity is fascinating. I really enjoy learning more about the gigantic lump of rock we call our home planet. Even more so if there's immensely powerful stuff going on, things that deeply impact how we as a species interact with the planet.
If you shared ANYTHING on that topic, anything I could look into, anything to provide a deeper understanding of the topic: I would devour that shit.
I WANT to believe you, not because I want it to be true, but because I want there to be knowledge to obtain. Please stop regurgitating this wishy washy nonsense, please give me concise scientific information - even if it's a meta-analysis.
And to address why it's YOU that has to provide the proof:
Telling someone who isn't informed to research themselves has an immensely high chance of them finding misinformation
Finding misinformation is not the problem. These days it's pretty much expected.
But problem is stopping as soon as confirmation bias is satisfied. Not checking "what if it's wrong? How can i test that?" Is a problem. Stopping observations is a problem. Thinking that any worldview (model of it's part) is complete is a problem.
If everyone is capable of using the Internet to find data, how come you aren't?
I think you didn't understand, my bad.
I didn't say "i don't have a link(source)", I said that I can't provide one.
And I know that my udnerstanding of it is incomplete, so it seems like inviting to find more information is also a better course of action than just sharing what I know so far.
I will right after the vid that expands my udnerstanding of I claimed. (well, to be fair, conclusion is not mine)
haven't made a specific claim
I believe I can shorten it to this:
- plate tectonics is not a valid model of Earth.
- change of continental shape happens much faster
- immediate danger for people in Africa - Ethiopia.
Based on what?
Most importantly that last step, why would the specific areas people be in immediate danger?
I mean it looks like flatearth "proof" to me for 2. point
"it looks like that when you look at horizon"
- but you are looking at an horizon in the first place
why can't you do the actual calculations ? instead of repeating yourself ?
because yes
if you calculate horizon view, you can estimate a curve
and in every directions
also known as sphere shape
here :
yes tectonics moves
then why are you claiming "much faster" ?
do the calculations
how the heck do i balance learning more with this conversation?
I think its' better for me to stop engaging for some time...
- Why not? Are there inaccuracies/limits (Newtonian physics) or is it fundamentally false (geocentrism)? Does it need readjustment or full replacement?
- Says who? What makes them say that? How much faster? Why did we notice it just now and not much earlier?
- Why those places? What danger? How much time to prepare? How much time to react? What are the expected damages? What are the proposed solutions?
if you expect people to follow you AND not getting why (because you don't provide)
you are not only being in difficulties explaining yourself
but are being manipulative
Throwing around extraordinary claims, with absolutely no backing.
At least none I have seen you say or link here.
My issues is: You're sharing nothing of value.
Anything you said could come from a group of experts that went "Oh shit! Oh fuck! Oh no!" or some college guy ripping the fattest bong hit ever while watching the movie 2012.
We don't know - and that's where you failed.
You're not inviting to find information. You're making extreme claims with zero backup.
The topic is interesting and definitely deserves to be discussed. But without scientific evidence and/or analysis, there cannot be an educated discussion.
2 days of this madness...
Simple:
Whatever resource you use to educate yourself, you share with us.
That way, we all have a common understanding of what we're talking about and we stop asking you to provide proof.
And if you are not yet educated on the manner in a matter that allows you to formulate an educated opinion:
Don't go around preaching about impending doom
And if you're concerned that we will rip apart those resources for being untrustworthy or exaggerating:
You probably shouldn't use them to educate yourself in the first place
Somehow I expect this to be some weird interpretation from all the quake data he has been collecting and analyzing.
shhh, don't give me away
That's an assumption. Without saying the data, what can we say.
"Hey all, I have watched a bunch of data and according to me, the moon will hit the earth tomorrow!"
Chat: "Can we see that data?"
"No".
That's the whole discussion these past two days.
I deeply disagree with this because that would mean that whoever is under any sort of (for example, radical one) political/religious etc propaganda shouldn't share their finding from sources outside of it with people around because it will get discouraged in pretty much the same way.
Chat is annoyed for not seeing facts.
Kekw of the summer is annoyed nobody believes them.
And both talk around the issue π€£
also let's forget I ever posted any of such analysis. I won't explain why, just pretend I never did anything like that. ok?
Name one PhD who is writing research on this subject.
There isn't one. It's just public data on the internet.
Aggregated with who knows what code.
Spitting out a prediction or calculation we can't even seen.
Telling Kekw the tectonic plates are moving faster than scientists predicted.
That's what I get from the whole conversation.
And that's all an assumption, because I've seen 0 proof, or code, or anything.
If thereβs public data there will be papers since then they donβt even have to organize the experiment, just publish. And post docs love to publish
I never claimed such connection.
if anything, seismic data shows there's process that also influences plates. aka A causes B and C, but not B causes C (at least, i didn't conclude that)
that's where you are sadly mistaken...
geologists strongly believe that "nothing happens", and will die on that hill
No they do not
In general, fair point.
In this context, eeeeeeh - unless you think that we are brainwashed fundamentalists that can't be reasoned with.
I recall the earliest animations of earth formation and India moved at 10x normal speed to form the Himalayas and this remains settled science to today
haha, no. but... it's complicated. I definitely run out of time to discuss al lthe details.
Hence the "how much faster" question in this message:
10 times super slow is still slow
code? there's no code. what code? there's never been any code
Except you're not discussing anything, you're just throwing around hypotheses with zero proof to back them up
yeah, i see that. And i don't know how to fix that giving circumstances
You're essentially claiming that earth is flat and that you have proof and that proof can be found easily but the amount of actual proof you're submitting is exactly zero
at least i gave couple direction for search
Dynamics of the abrupt change in Pacific Plate motion around 50 million years ago
van Hinsbergen, D. J. J., & others. (2019). Nature Geoscience.
NoThInG hAPPEnS
wait what?
earth is flat
I am assuming.
"on scale of human life"
You stated that. What is your evidence.
Don't start back paddling (peddling?) now.
If you don't collect the data yourself somehow (which was my assumption). Then where is paper?
Iβll take what are earthquakes for $500 Alex
the most common argument I hear when there's discussion of increase in seismic activity is that "changes happen on geological timescale" and "we just got more & better sensors"
The coastline in one part of Japan moved 300 ft out in one spot last year
It's just, in this chat, making bold statements without data to back it up. Will get called out. Happenens to me to.
Don't take it personal.
yeah i have no problem with that
Could you be right? Absolutely.
I'm no geologist, I got no idea whether or not you're right. So I'm very much open to discuss it.
Do I believe you? Definitely not, no.
Simply because the entire discussion has been tainted by you using FUD rhetoric, making ridiculous claims, nurturing the misinformation pipeline and providing zero actual scientific backing.
This is a prime example of Hitchens's Razor:
What can be asserted without evidence can be dismissed without evidence.
You asserted a theory and despite multiple requests for evidence you provided nothing to back it up.
Hence, your theory is dismissed.
You can re-introduce it for discussion once you can back it up with evidence.
It's an example of your rhetoric.
It explains why you fail so miserably to actually have an educated discussion.
I just donβt even understand what youβre trying to assert. In our lifetime there have been tons of geological events of huge note. Mt st Helens. Mount Pinatubo. Montserrat. In my memory dozens of earthquakes. βNothing happensβ??
Can we have CPUs back? Or GPUs? @pure karma do you want to overclock something and tell us what happens? Please anything but this 
You giving MagicZ permission to overclock?
i have been summoned
Okay, so, these are the possible scenarios:
- You have evidence but for whatever reason can't share it (not accessible, classified, etc). Then say so. Tell us why you can't share the evidence.
- There is evidence but you just suck at finding it. Tough luck I guess, there's nothing we can do to help you there. But don't go around loosely pointing us in random directions claiming that evidence is easy to find.
- The theory is true but there isn't any evidence for it. That's not scientific research, that's just guessing randomly. Stop that. And stop acting like it's true if there isn't any evidence for it.
- There is no evidence because there can't be because it's untrue. In that case congrats, you fell for misinformation. Quit the discussion, admit your mistake, learn from it and do better next time.
- The theory itself is false but there is data suggesting it's true. Then there's an inaccuracy in the models or an unforeseen development. It needs to be researched further - and that requires proper data and analysis.
In either of these cases tho: your communication in this manner was utter dogshit. Not only did you fail to get your point across, you actually made the audience (us) distrust you.
What happens if you overclock your PSU?
it goes kaput
You sure? Did you try a good brand?
problem...
Can you even overclock a psu?
Maybe it's smth like continental drift that's happening on a scale of meters per day instead of millimeters per year
We don't know.
We can't know.
We don't have the data.
www.bloomberg.com./news/articles/2025-01-14/china-discusses-sale-of-tiktok-us-to-musk-as-one-possible-option
Holy fuck.
Wait what?
good product >>> "good" brand
Why would China consider to sell to Elon. They get money.
dunno just the chinesse one that was in my alienware lol
But they lose a major product.
@dire igloo go take a nap please π
Aight, it's your taxpayer money
