https://github.com/benbusby/whoogle-search
Whoogle requests the JavaScript-free search results, then filters out garbage from the results page and proxies all external content for the user.
1 messages ยท Page 126 of 1
https://github.com/benbusby/whoogle-search
Whoogle requests the JavaScript-free search results, then filters out garbage from the results page and proxies all external content for the user.
Damn, that's quick. Probably already made the library before rule went into effect. But it's been only two days.
And you can trivially get wired or wireless remote control dongle as extra between any connection.
Oh no, nevermind. Whoogle got wrecked.
This is possibly a breaking change that will mean the end for Whoogle. I'll continue monitoring the status of their JS-free results and looking into workarounds, and will make another post if a solution is found (or not).
In last 10+ years.
yea true
Basically left-over from time without always on electronics and no other good way to do the same, except on cord switches.
Its one thing about how the us does electrical that I will argue in favor of
Would of course be simple enough to just bypass, if also had US level of electrical building/modifying rules.
I would be incredibly frustrated to live somewhere where that wasn't the case
Also makes it much safer in multiple ways, including when buying used house.
I understand the arguments against that sort of modification on commercial properties and places being rented
But that's really the big issue of politics anyways
How much does the gov protect people from themselves and where does that blend with protecting them from each other
Most DIY people don't have the skills to make long term safe (will not go up in flames at some point) electrical wiring and connections.
Well to be fair us electrical code doesn't require it ๐
And even in here, in the end you can do stuff.
Just that if it does cause issue, insurance etc. will not pay.
Interesting
is it hard or simply not widely known?
What is compatible, how to prevent chafing, how to handle the cables when installing (turn radiuses while handling and in final installation etc.), how to make the connections for long term etc.
Lot of small details that just aren't talked about as it is so "easy".
Not tought for shit
Iv made 3 electrical circuits in my life
One of wich the batteries exploded like a pipe bomb
sounds fun
more fun in Ethiopia
https://www.youtube.com/watch?v=6dHKms8NYr0
A new plume of volcanic gas has been spotted rising from the Fentale volcano, suggesting the presence of very shallow magma. This plume seems to have a faint blue tint to it, suggesting the presence of sulfur dioxide. In other words, the Fentale volcano may be about to produce an imminent eruption, but further investigations are needed. Today's ...
my new pc can actualy do satisfactory
what do you have now?
5600x and rx6500xt
also 16 gig 3200mghz ram
currently at 3000
it actualy rns fast at high
runs
Helping my sister move to a new apartment. I have when people put so much cables inside a cabinet, should have made a bigger one imo or installed a server rack....
Not to mention the dust at the bottom
At least the cabinet under the TV is better (was too tired to do some cable management)
And a trusty cable tester which made me realise electrician used some sketchy pre-terminated cat5e cable with bad termination
https://youtu.be/7bHOQLlSTdo?si=ArTg0HkU8yLXyzmX
this is a well done demonstration of super-critical state
at university, molecular physics course had demonstration with just water (pretty sure of it), with fancy projection onto the desk
and here you can also see condensation-driver 'water'fall
Let our sponsor, BetterHelp, connect you to a therapist who can support you - all from the comfort of your own home. Visit https://betterhelp.com/actionlab and enjoy a special discount on your first month. If you have any questions about the brand relating to how the therapists are licensed, their privacy policy, or therapist compensation model,...
its space efficient
It might be space efficient but it's a nightmare if you want to do cable management
well clearly thats not the goal there
What's ironic is that the previous apartment owner runs an IT company but even he didn't want to touch anything and fix the cable with bad termination
I think he spent more time in the office that the apartment 
https://www.youtube.com/watch?v=y9eDQbG6OaQ
I wonder how our club of scientific methodists will roast this guy
Hypergraphs can have any number of dimensions. They can be 2-dimensional, 3-dimensional, 4.81-dimensional or, in the limit, โ-dimensional.
So how does the three-dimensional space we observe emerge from the hypergraph-based Wolfram model?
Why is space three-dimensional?
Stephen Wolframโs surprising answer to this questions goes deep into space...
this damn markdown highlight gave me false hope.
it's like halucinations, but it not
halucinationsNT
sort of like if you asked "what's best GPU under $200?" (p.s.: remember good old times? pre crypto...)
and someone said "there's no budget GPU under $200 (like NVIDIA RTX 5001 with over 9000 rasterization cores)"
wait it is a halucination...
there IS an at mode
Yes, it is hallucination.
You cannot really edit compressed file as compressed, unless it is some kind of chunk-based algorithm.
Need to uncompress, edit, recompress.
works here for python with 'at'๐คทโโ๏ธ
input_file:
output_file (the one inside the zip):
Where that gzip.open is handling the decompression and recompression (in memory)
And at is just touching the uncompressed file.
nice!
Ok, what is summer looking for then?
But close enough that it doesn't matter except RAM and CPU usage.
So, 'at' just stands for append text?
so once you do gzip.open() its get an wrapper around it for compression and decompression.
So yeah, that answer is very confusing. Wonder why it got confused for you. When I asked DDG, I got the answer correctly.
Because Kewk didn't ask for code, but more generic explanation.
I didn't ask for code either ๐
But I know kekw asked other questions before the one posted in screenshot.
That is complete nogo in same session.
As LLMs get fed the whole previous conversation for each reply.
What do you mean?
So changing what you want in one session will just lead to trouble.
No memory, so the whole conversation (all previous prompts and replies) gets fed for next reply.
To act as that memory.
Ok. But what I am wondering is, what did you ask before that question @soft bloom ๐
"can ***it *** work in append mode" ... what is it? The LLM clearly has more contex than we do ๐
just curious how AI got so confused
Also you saying the same thing as the AI, in the sense that it gave the exact 3 steps.
Yeah, I just didn't know there was library to handle gzip that would abstract the nitty gritty away that completely.

There is a library for everything! (almost)
I was just curious this time if it would spit out usable code, or just some crap that wouldn't work.
No i meant that gzip has text append at mode
that's fine by me
but will see how it behaves on larger files
make sure amount of columns etc match.
I cropped out the code it suggested in same answer, which suggested that at doesn't exist lmao
the order is crucial to not fuck up
yeah, documented.
that's why i began with .jsonlines.
and they grew to gigabytes or repeating field names ๐
it kinda gives me creeps that I can still use them just with compression
funny that I didn't read thru at first, just saw at and gone writing code.
than i get unrelated error, make wrong assumption, and go to re-read asnwear - read the code, see no at... and get sad
only to later check the documentation of gzip and find that at exists
yeah, it works. Atleast for me with a small test.
I wrote like 500 lines of code just to replace .jsonlines exporting with multiple compressed .csv
most of it is just repeating code with tiny nuances for each entity
maybe in the following days I will be able to answer how it behaves with gigabytes
what really worries me though, is that now write happens in batches, and if footer is missing... whole file might be lost
So additional sharding might be needed
I mean you can consider partial decompression/compression to be compressed edit
and some format supports that
but I'm not sure that's what this gzip module is doing
hmm, what file size is large enough to test that "oh yeah, it does consume lots of RAM to append even a bit" ?
idk whatever the biggest you have is probably lol
fair
Oh no, the link...
More tectonics fun:
nature.com/articles/s41598-024-77399-2/figures/5
Out of all websites... Nature should get banned in this chat
Random thought that is relevant.
It's fun thing, that some of the most progressive sources of ideas and inspiration get the most dogshit accusations.
And as history knows, it was (first) done by the church, against science.
I can't proove it, but I find more evidence that sometimes saying in full all you know only creates a shock, while gradual unveiling and invitation to do own research does better job at spreading idea among those who can develop it.
Like imagine Steve jobs telling you on a forum that next year you will buy a phone with just 5 buttons.
(Idk, just somewhat recent example of tech innovation that we take for grunted nowadays)
Well, atm volume of compressed files is larger than what program takes from RAM
So if it does re-write the whole thing upon initiation, it does so unnoticably
Got a new pc recently.. im having some trouble with drivers. any computer geek/it person who can help me out..?
What's the issue?
Whenever I try to download my cpu drivers this shows up
Ive got an amd cpu but the gpu is 4060, ive got the 4060 drivers already
What cpu?
And you're trying to install chipset drivers?
I just looked up the drviers for this cpu
How do I check?
Sorry im rly slow
Well tech support ussually takes like 3 days per question so this is basically 100x speed
Do I just download all of them?
Nope
Yep 
๐ฎ ๐ฅ๐ฆ
what do you do to yourself when you re-re-rediscover optimization that saves time once again?
You keep optimizing
You optimize if it's worth spending the time to do so.
Like I optimized my message bus from 500k subscribers at ~150 msg/s to
750/s - 1300/s (depending on parallel lib used)
idk what that is but sure.
ooh cool 
from time to time i forget to put process on parallelization...
and then be like "oh, actually, I can parallelize it no problem..."
Old version was also parallelized.
i hope that workunit is not some piece of unique identifier
I just re-structured how objects and callbacks are stored.
also boinc subdomain lmao
Just complex molecule folding simulation, trying to find what certain molecules might look like.
Brute force trying to try all possibilities and calculate link energies to find the lowest one(s).
probably something like Folding at home or whatever it was called
Yes
which reminds me... of 'global consciousness'
oh btw they have some data to prove(?) that there's a correlation
I think their data was the first time I used CWT
Don't but an RX 7600xt. It's a crashaholic
run DDU, it might fix it
so you even suspect a driver issue, then go run DDU
it's THE go-to tool for GPU driver stuff
I'll figure it out
Great, new Windows 11 update messed up my asus drivers and changed some settings like default browser
Not to mention I also have to manually turn on smooth scrolling on browser because instant scrolling (or whaetever you call it) hurts my eyes so bad....
people called me crazy for wanting to block W11 updates 
I should probably do that too....
At least it's not like in Windows 10 where updates messed up my nvidia drivers all the time
Good, no more trash content from influencers even though I don't use TikTok 
Me neither ๐คฃ I hate it that YT also got the format of shorts.
Recorded it
you indicated that you have no desire to accept help with that issue. So you're just complaining into the void rn
Youtube shorts is also broken since it doesn't load menu most of the time on my browser
It's not a gpu issue
It's more than likely a storage device issue
1.1B shorts already. Must be so much shit.
My brother's computer can't run the government wildlife conservation apps on Linux
We should do an april fool's joke and lie to influencers that Instagram is shutting down so we can watch their reaction
I'm just throwing out ideas because sometimes the voids stares back
It's not a gpu problem it's a storage device problem
windows at this point is a trash heap of garbage, stacked on garbage with more garbage that's sending your data directly to the US. I'm at a point where I'm not even gonna help people with windows anymore. Come to me with mac questions sure no problem. But fuck anything microsoft
Ok hold on
Yeah, I am starting to think Windows might be a lost cause.
This is the only mac I have
linux is now at a point where it's good enough for 95% of people and the remaining 5% just need to change their toolstack
and windows is just too bloated with trash and privacy invading shit
And the company doesn't give a shit about half of its userbase. Companies > plebs.
Then you have publishers going around and updating 10-15 year old software to detect if it's running on anything other than windows
It's bs
it fucks with your drivers for no reason, it blocks you from doing stuff with your OWN device, it sends your data to their cloud for AI and """"improving their services for you"""" and it's less than reliable at this point
News from yesterday, microsoft is working on a battery icon for menubar ... for real? 2025?
maybe they shoudl ask copilot to write the code.
since they invested so much resources into their AI 
the driver fucking can be mitigated. but shouldn't happen in first place maybe?
So the one that exists today doesnt work? 
it should never happen in the first place. And having to go through like 4 menus for that is less than user friendly
I don't have W11 laptop, but what I've read, that those are provided by the laptop company themselves.
hmm interesting
not sure. ๐
Think that due to the many manufacturers and battery management systems, it is a bit more difficult to calculate this for a separate OS from the hardware. Then for example on a Mac where Apple manages the hardware in addition to OS. Or the manufacturers of Android devices. That Dell and ho and others can actually show or request the battery status with the installation of battery drivers. Are there plenty of users who don't want these drivers.** Current percentage from Windows is the estimated percentage in my opinion. Possibly not the actual value.**
and they work sooooo gooood
I used translator for this one. Sorry.
"The Dell and ho..." ๐คฃ
Dell and the other sluts
Herg, you been gaming lately on Linux?
Im daily driving arch
Because that's the only thing windows has over linux (in my opinion, and I know this list: www.protondb.com)
All my games run as well or better on Linux
"Oh no, I can't play the game."
looks at banner
"Nvm."
xD
Do you browse the /g/ board or something? @edgy hazel
What's that
Some 4chan thing?
Bro I use Tumblr
Well no, because on Tumblr I can look at tux making out with sonic
@visual tree Not very professional. But if you follow the numbers, you should get to there.
Ah fuck, I forgot a number. Click the hardware tab before 4 ๐
It's hidden deep in the OS.
Looks like it was already set to download automatically by default
Yeah, that means downloading drivers.
So windows will download drivers if needed. But I've read a lot this can sometimes cause issues.
I enabled it when I was installing windows so everything needed was downloaded to get started. Then I disabled it once I installed my own drivers.
I think windows 11 update messed up my existing driver though. Some app by Asus used to monitor hardware (forgot it's name)
Armoury Crate thing?
Nvm, found it: www.file.net/process/asupio.sys.html
Oh, I got a notification for Armoury Crate too but ignored it
I wouldn't fuck around with armoury crate. I installed it a few years ago, it was bloatware. Took me a bit to get it fully cleaned up.
Maybe it improved. But at release, it was horrible.
I used it when I first bought asus hardware but got rid of it too because it annoyed me
This was left over on my system after I "uninstalled it".
And that was only part of it.
That was 3 years ago going by date.
Have you tried linux yet
You can start with ubuntu โค๏ธ
Windows = gaming. Macbook = all the rest.
Dual boot and try it
Just because protondb tells you it's fucked doesn't mean it's fucked for you
You got an amd GPU right?
Can i?
Yeah
Start with ubuntu, you might stick with it, or switch to something else later
Lmao ๐คฃ
Ok, maybe I am misinformed.
From what I've read you have to install pretty much everything you want/ need by yourself.
No. Wait. let me see if I can find source.
Anyway try ubuntu first or kubuntu (ubuntu with kde plasma desktop environment)
The actual OS distribution only really matters when you use the terminal
No the installer is horrible. But they added a script that makes it very easy
pop!
That must be it. The script. I've read something about it a time ago.
Cannot find it anymore. Ah well. Doesn't matter.
i mean, no bloatware, so... I see that as a plus for anyone that wants a clean system
But for anyone that just wants to get away from windows, go to ubuntu first
Build from the bottom up (add what you need to your system) vs drill from the top down (remove bloat from your system).
It's a plus ๐
I'm either going ubuntu or arch on my system next, I haven't decided yet.
I don't know. Does ubuntu look like this? And how much can be changed about this visual theme?
That looks already way cleaner.
but you can customize it to a macbook dock
Alright, I found the list ๐
the distribution is basically the lower layer like terminal and stuff like that and the stuff you interact with like settings menu and deskop is the desktop enviroment
Does the rest include hosting docker containers?
hosting no. running yes.
As long as you can code, you can change it ๐
you don't need to code
That sounds like too much work
Normal people: incorporate multiprocessing into the program so that it's aware
Me: write notebook that launches multiple instances with different envvars, and joins their output
Clearly flexing 
For what environment did you go?
KDE plasma
if you want to just check it out, kubuntu is ubuntu with KDE plasma
There two kinds of people: those who feel superior by flexing
And those who feel superior by not having need to flex
I am just browsing wiki.archlinux.org/title/Desktop_environment
Why? It's for older machines. Aka pre 2010
and both do it for ego.
I'm just showing that I use arch with 0 programming knowledge ๐ข
I am not talking about you for context.
Second does nothing
it does ... still feel superior, which feeds ego
Which is a flex still
But don't worry i didn't intend anything bad about you
I use arch btw

Meanwhile gigachads
Idk what's the goal, but Ubuntu is mainstream (hah, this word again)
And there are less known options that are more user-friendly
And niche stuff
Just talk to chatgpt and see what it suggests
herg is just saying; if you want to get rolled into Linux, Ubuntu is a good starting point.
Surely
Prettye much this.
regardless of it being mainstream or not. If it's easy to get going.
DOH
Also it has nice touchpad features
I remember amazing macbook owners with them ๐
But barely anybody knows
Tbh as a starting point, use ubuntu. You'll find more stuff on Google if you have issues
I switched January last year to linux. I know the struggle
I learned that following good documentation, really helps.
Well, the switch is for every different. It depends on how you use the system, what is important for you etc.
A "dumb" reason that I am still in the Apple eco system is because of my music library.
My whole music library I use for decade or two is in itunes and now the music.app. It recorded how many times I played a song, how many songs I skipped etc. I just need to find a replacement that I can use on my NAS or Linux that can read the library. But then it means that my iphone wouldn't sync with the library anymore. So I need to find a replacement for that too. So, it really isn't an easy switch.
need to find a replacement that I can use on my NAS or Linux that can read the library.
what's wrong about just using VLC?
idk how much music that is, but I know VLC can read over network as well
Rhythmbox on Linux is quite powerful as well
kde for older machines? what are you talking about
completely disagree on fedora, its similar to ubuntu in terms of difficulty
i guess we showin off now
is that thunderbird?
Yea
HE DID IT
Oh hey we have the exact same monitor
If i added remote start to my 24 Colorado after i bought it, how do i get remote start to show up on the mychevy app?
I'd wager the only ones that could arrange that would be a chevy dealership
yes
compression is a blessing
single thread gzip does about 1.3MB/s at level 9
which feels slow when after compression file is still in hundreds of megabytes
the project side of my brain has trigered and now im designing an entire desk 
im also realising this is uhhh massive 200CM X 170CM might be a bit crazy
its a U desk so yea without context it is fairly ridicules
im thinking making it 2 50x170 segments and one 50x100 segment
i did make a rushed model but obviously its nothing crazy
if i get monitor arms im not gonna add like a second level if i dont i might idk yet
i dont even want to start thinking about display cables cause there no way in heck any of them are gonna reach but thats a problem for later me
50is quite thin
Keyboard where?
The black rectangle
My curent desk is 40 something but yea i could maybe stretch the center a bit
Dont have room to make the sides any wider however
why do you need so many monitors
Genuinely no need at that point imo
Because once you have more than two or maybe three it's legitimately easier and faster to switch windows than look way to your left at another monitor
alt+tab my beloved
It depends on the use. Some people I know have 6 monitors but most of them are programmers of some kind, or work in tech and need to view things simultaneously
discord on one monitor, IDE on another, browser on another (docs, youtube, spotify, etc)
thats how i had it when i had 3 before i went down to 2
ultrawide for sim racing or generally discord, game, youtube and then+ 1 for second pc
Generally only ever use 2 or 3 at once i almost always have atleast one off
Tech ๐
I use to just raw dog alt tab but at some point when your swapping trough like 4,5 diffrent tabs constantly it gets anoying
Ultrawide woul be nice as the middle or only screen for flight simulators too ๐
naurr!!! dont solder them!!!
i love the smell... too bad it's deadly
That looks way too cramped for any kind of comfort.
Yeah and I would do the sim racing rig separate anyway. I know it's not possible always. But for me it's too much trouble to swap the wheel from working desk, and ergonomic driving position is lot different than a office chair
Unstable CPU or RAM most likely.
But that broken GPU driver install that needs DDU and manual reinstall is possibility too.
About the Cybertruck in EU. Looking at the gross weights, all models would be registered C-class here as its about 4 tons (over 3500kg). Its the same with all the heavy american pick-ups too.
yea but also is it even allowed to exist there since it hasn't undergone basically any safety testing
It cannot fullfill pedestrian safety testing as currently build.
No idea about car on car or driver/passanger safety.
And Tesla knows, which is why there are no plans to bring it to EU.
C-class would also mean speed limiter 80km/h
Dont worry, you can still 'download' more ram
Car on car is probably bad too. No buffer zones and rigid frame
Yeah, but I don't know where on spectrum it sits on that in actuality.
But there are absolutely no pedestrian hit safety features, and some significant antifeatures.
Like the outer front corners and that the outside panel goes higher than the frunk lid:
The point of the front is basically on chest height. It is designed to be anti-pedestrian
I think will buy a wheelloader and drive my commute with it. Pallet forks always attached
so rigid that a couple drops of rain and it 'adapts'
it's kinda built for zombi apoc, but will get corroded by their flash
"Safety bumber" of my desing. No law or regulations in Finland would require to use one for this tractor. But we still made it rounded shape. But no crumble zones whatsoever. Its 8mm steel, about 300kg empty but with concrete fill upto 1200kg for field work balancing.
Good storage for tools if not full concrete fill
ohhh nice
i've only driven something like that in farming simulator haha
Well... I had great uncles that were farmers and when I was a kid through early teens I'd get to drive some of their stuff but we're talking 70's era stuff
Great, our company anti-phishing system started detecting our own employee e-mails as phishing ๐คฃ
And outside vendors noticed e-mails from our domain are being marked as spam
Prob some manager sending invites for 20 5-minute-long meetings each day
I think every department has a manager like that lol
Nah sales people have the wildest ideas (sending all their contacts an email with bcc)
At least they don't include me in meeting which could be solved by a short call instead of wasting 1 hour in meetings
Well so is my curent setup soโฆ
i would do 130cm for the middle but then the room is too small
atleast i think
yea no shot
There's definitely no point in wasting desk space for pc
And you NEED more distance from monitor to keyboard
well i can always ajust that by just moving the monitors
or the keyboard
problem solved
Well you know, the 3D model for tractor was exported from Farming Sim 22 to visualize the desing ๐
As almost all data files for that game are not encrypted, and free to use for modding
bet it put spams in spam box as required
5876432dolars technology
Can't wait to hear response from Corporate security about what exactly caused this issue
if it has just 50cm width - no, you can't.
70cm is just around minimum
i have full-size kb around 30 cm from rear end
Apple, Open AI and Google all made big announcements recently.
We here at Unscripted have no beef with that, maybe they all seemed like good ideas at Burning Man! BUT the ways these Companies chose to polish their particular turds were so out there that we had to see if we could push them just a little bit further over the brink.
With the hel...

a great win for flat-earthers! ๐
https://www.youtube.com/watch?v=JiSJulK23ew
** Head to https://www.squarespace.com/scimandan to save 10% off your first purchase of a website or domain using code scimandan **
This is your first review of the fallout from the Final Experiment, where the Flat Earthers seem to be struggling.
Enjoy.
Join this channel to get access to perks:
https://www.youtube.com/channel/UCRtsZ5Iak9wSLs...
Brb, need to find some flat-earthers and troll them 
flat earth is dead, they all went to qanon years ago
Clickbait Title: The Twist at 37 Minutes Will Make You Believe We Live In Hell
More Lake Footage: https://youtu.be/y8MboQzXO1o
This has taken a long time to make, and it was a very winding road, but I'm glad I did it. Hiking out to the north shore of Minnewanka, a 19km round trip, is one of the worst decisions I've ever made but I'm glad I did...
I wonder how they would react if we launched them in a rocket and sent them to ISS
My guess is they will say it's a holographic projection and nothing is real
"it's like that channel 4 reality TV show where they told people they were in space"
Its kinda crazy how thin thin m4 ipad pro is. If it was any thinner, they would be able to fit the usb-c port
Today we durability test the Thinnest Apple Product of all time the M4 iPad Pro 13 inch. What could possibly go wrong? Turns out - the results are different than you might expect. Grab a teardown skin for your iPad or smartphone HERE: https://www.db.io/ipad-skins
Was wondering how sturdy these thin devices are.
as sturdy as paper
that way you have to buy them by the box
200 ipads for 20$
because they each last about an hour
i honestly don't know why there are apple customers. they're clearly hated by the company
ehhhh, Apple's target audience is the "buy and forget" type of consumer
they want to get a product that works, get good service for it while in the warranty period, then buy a new one when it eventually bricks itself
and Apple is milking them
tho their M4 silicon is actually dope, macbooks are a good rec if you don't plan on tinkering with your notebook
you forgot the "... and use it to assert status"
reminds me of brands like Land Rover. absolute garbage, but they're expensive up front & with maintenance, so you're buying it to show people you can afford to waste ungodly amounts of money on something stupid
Twitch https://twitch.tv/ThePrimeagen
Discord https://discord.gg/ThePrimeagen
Reviewed Video: https://youtu.be/pmtuMJDjh5A?si=ewqigFsU5KTpRdvx
Teej: https://youtube.com/@teej_dv
Become Backend Dev: https://boot.dev/prime
(plus i make courses for them)
This is also the best way to support me is to support yourself becoming a better backend eng...
Yesterday I watched this somewhat unrelated vid about music production tech shift towards the same samples and tools (especially shift from analog to digital)
and I wanted to share with idea "kinda reminds me of what is prob going to happen with AI to programming - no novelty, same snippets of code etc"
and now vid on top repeats that thought
https://www.youtube.com/watch?v=JZgPKGVJrdc
The Real Reason Why Todays Music Is Starting To Sound The Same.
Discover why modern music sounds so similar and how technology trends are shaping this change. In "The Real Reason Why Todayโs Music Is Starting to Sound the Same," we dive deep into why pop music, hip-hop, and more genres are becoming increasingly alike. This video uncovers music ...
same story happened to vid game assets
so real question is - who will stay in the field to innovate, and how these innovations will get adopted by future LLMs
i feel like gamestreaming off a macbook would make it the perfect laptop for extended ussage simply because of the battery life
like laptop makers need to step up there game
an hour of battery life is not enough
Unless you want to return to heavy and bulky laptops, it's not really feasible to give a laptop with say a 14900H and 4080M more than at most 2 hours of gaming performance
Unless you want to have >$100 batteries
That's a massive problem with the current thin-and-light meta
What's the point of gaming laptop? Worse experience for more money
Are there really people who travel as much or enjoy cranking their spine to look down on smaller monitor, touch hot keyboard, and be defened by fans?
Oh and battery life
I use my summit (business laptop) for gaming at various places, most of which are places where I probably shouldn't be gaming
But other than my negative use case, its for people who travel a lot yeah
Technically its also more economic to just have a laptop since you can use it anywhere
ngl i miss the "i could break down a door with this laptop" style ๐คฃ
also the option to swap out batteries when one runs low
except for the board frying itself, i loved my first laptop's chunkiness
had to look up that laptop, and my god the specs on it are hilarious compared to today
4090 is estimated at 292x more powerful according to TPU
They sell for very cheap used, I picked mine up for software dev stuff and paid $400 because it had cosmetic only damage from a drop
I'm working various places, usually with power, and the fast cpu vastly speeds things up
Battery life is poor, but enough for what I need
transportable
At 1/4 of the performance
I'm honestly suprised how intense this is for Minecraft. I sometimes have drops into the 60s of fps.
well i used to run BSL on a 750ti at 24fps so id say thats fine
BSL gaaaang
60 is unbearable for me now
Below 60 is beyond Unbearable
If it's a stable 60 capped I can chill
Preferred 140-165fps tho
they call it the switch 2 because after 5 minutes of playing you switch 2 another console
as someone who bought one when i was like 13 it was the best thing ever since i figured i could bring it everywhere i go rather than some massive heavy cube
however i brought it with me like once ever and it sat on my desk the rest of the time acting like a desktop.... so there is really no need to buy a gaming laptop now
i guess it could be hypothetically cheaper if you buy one rather than a pc + keyboard + mouse + monitor but desktops are better 99% of the time
You can use it to take notes during School/Uni/etc and then game during breaks (obviously don't game during lectures)
Also, I've had a friend that lived in a tiny student apartment near the campus during the week and then drove home to his parents over the weekend.
Dude always carried his PC and monitor around - and when he didn't, he said it sucked cuz he couldn't game with friends in the evening.
And about the traveling part: at least once a month, I'm traveling for work. Having gaming stuff I can use for on the go is very neat.
Tho I'll probably invest in a Steamdeck rather than a gaming laptop
You use a shaderpack for that right?
I know people who still regularly spend the weekend at their parents' place
They have a steam deck now :V
"Nice"... Windows 11 now by default is in S-mode, so you cannot run CMD or like to switch off requirement for MS account.
And switching out of S-mode too requires MS account in Store..
Trying to do base setup on new laptop for my grand father.
So options at this point are to force-boot into recovery mode and do manual stuff with registry, or log in with my own MS account, and then later remove everything related to that from both the laptop and my account...
Yes, I could have made new Windows install with modified image too.
But couldn't have been sure if it would activate right.
Another reason Im running from wandows...
atleast windows is relatable... Sometimes...
There are workarounds
OOBE\BypassNRO
Worked for me during w11 installation. Not sure what s mode is.
Doesn't work with that Windows S Mode, that prevents running Cmd etc.
Anything that isn't from Windows Store is blocked.
Cannot run Regedit, cannot run Cmd, cannot run Powershell, cannot run Reg etc.
There are other w11 versions /installers on git ๐
I know I could have gone around that multiple ways.
Including reinstalling etc.
Or I could have used installer to go into recovery cmd, and then do the regedit to set what that BypassNRO does, or disable that S-mode.
Maybe its a laptop thing that s mode?
All new OEM Win11 Home installs default to that now.
Not sure about all retail Win11 Home installs.
Pro and above will not default to it.
Like I said, this is new laptop with the as provided Windows 11.
And not for my use, I'm just setting it up.
Before finishing customization etc. with the new owner later.
Well, you went through the hoops
Was just very annoying that that OOBE bypass didn't work anymore straight away.
Mhh. Not sure.
On Home, because of that S-Mode preventing running it
Still surprises me. Might be done by vendor.
But will look later into it to see if MS communicated this change.
No, checked that it is the new stardard.
As you can never switch BACK to S-mode without full reinstall.
And what that bypassNRO actuall does is pretty simple, it is just batch file with following contents:
reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\OOBE /v BypassNRO /t REG_DWORD /d 1 /f
shutdown /r /t 0```
So just sets single registry key and then reboots.
I just did 2 fresh W11 24H2 Pro installs for my PCs. Everything worked as should. "Server" machine required registry edit to show the checkbox for removing login password in netplwiz. 2 years seems to be nice time frame for fresh installs
Like I said, Pro doesn't default to S-Mode.
I did Win11 24H2 Pro install too with unedited media recently and used that bypass.
But this was 550e consumer laptop with Win11 Home preinstalled.
Ryzen 7520U CPU, 16GB of LPDDR5 5500MT/s, Crap QLC HBM OEM 1TB NVMe SSD, Micron MTFDKCD1T0QFM.
Full-HD IPS display with below sRGB color gamut (like all cheap laptops).
Should last another 10+ years or until grandfather dies for the intended use of browsing and email.
Old one popped hinge screws loose (again?) and is over 10 years old at this point IIRC.
With HDD to SSD swap, and display cable replacement when old broke at the hinge, and might have epoxied the hinge screws back then already once.
game during breaks
seen that. in a 10 minute break what can you game that needs laptop power?..
You dont need the bypass in Pro or up. Just choose other options > Join domain when promted for MS account
And home defaulting to S sounds wrong... You sure its a normal image?
A strike in Destiny 2
Also, some people do what I said they shouldn't - game during lectures

i totally havent turned science class into programing class... noooo.....
Oh yeah, completely dismissed that: doing actual work
Editing shit in a media class, CAD stuff for engineering, AI training for compsci, etc
dont forget cooking class
Still it seems like the 'gaming' part of gaming laptops is a very niche thing.
workstations exist without being advertized as gaming
You cannot join a domain with Home.
That too is Pro and up only.
Like I said, for preinstalled OEM Windows 11 Home, yes.
For self-installed Windows 11 Home, not sure.
For Windows 11 Pro, no.
And IIRC that "Home cannot join Domain" has been limitation since Windows Vista.
S-Mode was optional with Windows 10 Home large-OEM, but was IIRC cheaper for the OEM.
But AFAIK it is now mandatory for Windows 11 Home large-OEM.
But I can be wrong about that, and it is still just cheaper.
And in Windows 10, switching out was trivial.
And even in Windows 11, switching out is trivial, but is done through MS Store, and that now doesn't allow you to do anything without MS account either, even installing free apps.
Unlike before, when you only needed MS account for paid apps.
I can't even play MC without loging into store every x days.
@glossy glacier Whops, my bad, read the original message wrong.
Yes
Many better 3rd party launchers out there
For JAVA version.
But AFAIK that isn't tied to MS Store in any way?
But the Bedrock rewrite is?
Both MC versions are tied to an MS account now
Ok.
And yeah, Java. Don't know if any exist for bedrock
nobody plays bedrock anyway
It's just like shorts being hidden for 30 days only...
Like IM NOT INTEREDTED IN SHORTS
I know ๐ฆ So annoying.
The screenshot is the launcher for different versions. But store is mandatory.
what ? I'm still installing free app though ?
or is it extremely recent ?
or only 24h2 ?
Might be Windows 11 only, and not in Win 10.
But some time in last 2 years.
Ok, seems I misremembered, it is per app, some free ones require, most don't.
Just that MS has switched lot of their own ones to require it.
let me double check in a up to date vm
But that S-Mode disable did require login to the Store as one.
Because I had to log in on my main computer, but not on the secondary one.
To install something.
So yes, my mistake, Win11 MS Store still doesn't require login for (most?) free apps.
linux is so bad at defragmenting memory its lame
(my vm run onhugepages and linux dont fucking want to allocate them although 35GB is literally free (no cache no buffer))
got pissed off, running without hugepages
not 24h2 yet as I said earlier
would need to take some time to prepare it
I want to make it very clear that calling out @RabeaMassaad and@johnnathancordy was purely for a bit of tongue-in-cheek, comedic effect. I respect both of them and they are amazing creators who I follow, and you should too! I hope nobody is too upset that I played a little joke with the intro :)
Input gain spreadsheet: https://docs.google.com/s...
Yeah that was a big drama at a point
It's literally impossible to tell somebody what to set their levels to unless you know what hardware and software combination heh
Never undertood the level of drama over it though, you can hear if it's wrong
Nice exampling of people bitching on the internet about input gain, and then someone just proofing by video that they are all wrong ๐คฃ
Yeah I kinda figured as much out just using different gear
And really it's the softwares fault....
It's really interesting video tbh.
yeah he does a deep dive into the whole thing
If you ask some random person on a discord or something about it they'll have a "solution" and tell you to set your level at Xdb
some amp sims if you are pushing anywhere close to 0 you are crushing the front end with way more than it's expecting
I just use my ears.
The steam app has yes.
Yeah like if I load up Rockerverb amp sim I know what it's supposed to sound like
I can tell if the pre in the amp is giving me as much grit as i expect
2.8 in the app store from Apple 
2FA. They combined it into the app afaik.
I try to keep it analog here ๐
I build analog pedals ๐
Yeah, never done that. But researched it a bit.
you can find a lot of schematics etc.
Use steam app for 2fa, the rest of the UI is unusable
PedalPCB has a ton of boards that just need populated and put in an enclusure
These days it's not even that expensive to have custom boards made
Brian Wampler has a book that's all about modifying popular off the shelf pedals too
Tube Screamers are good... but they can be gooder ๐
Speaking of which a project I want to do soonish is a real tube driven overdrive pedal
@twin dew
intel pulled something
makes me want to try to update the x570d4u-2l2t x550-t2l nvm again
(context: sounds like intel removed some locks to bmc/driver controler's hardware port config)
Good luck 
I got an easy command for you
k, wondering if AIB partners are allowed to use the new 50 series double blow thru design on their own stuff, or maybe even previous gen cards
They cannot and still cover costs.
Nvidia themselves can do crazy stuff, as they don't have to pay themselves the same price for the GPU chip and VRAM as they charge AIBs.
and i assume its patented
The basic idea shouldn't be patentable.
Only the overall look, with specific design language.
As Design Patent.
i wonder if AIBs could do a kind of double blow thru, but having it be
[PCB-FAN-FAN] layout so they don't have to do too much of a design change
probably with a 3rd fan over the PCB still
dumb question: are the power pathways on a GPU going from the plug to the rest of the card as important it terms of keeping the distance as short as possible like it is with other components, or can it be put basically anywhere on the PCB without issues
Plug to VRM probably not. It's already coming all the way from the PSU anyway
VRM to modules yes, because now you need to ensure stable voltage
might be interesting to see a GPU PCB that's dual fan, but has a protrusion on the motherboard side that's just for the PCIe power, have it extend out past the ATX mobo width, so you can plug it in from the backside of the case instead of having the cables front & center
Or get it directly from the mb like in the BTF boards
getting 600W trough a motherboard? yea good luck with that one
maybe he wants people to say ALL OF THEM so he can go to boss and say "they all want it"
next gen should use the same CCDs from strix halo that use InFO_RDL for the connection
lower latency, better scaling
more than 8 cores will defedently help just not in the cases most AMD users will care about it ๐
some rumors say AMD are making 16 core CCDs too but now you're into tea leaf territory
inflate that powaaa โก
well any "leak" of a product coming out 2 years from now is tea leaf
they're definitely flexing their cash with all these different dies
One normal CCD, one Epyc Zen c-CCD, one or two APU chips, consumer IOD, Epyc IOD, V-Cache die.
And now the Strix Halo parts dies.
Where that V-cache die is combined with the base normal CCD die and two blank dies.
hooray
someone on internet talks about real problems with practicality of green/renewable energy
https://youtu.be/Q8xsg9iK5yo?si=IN-ExLojaJcr2SVq
if only there was someone to say these words a few years ago...
๐ Get our exclusive NordVPN deal here โก๏ธ https://NordVPN.com/sabine It's risk-free with Nord's 30-day money-back guarantee!
Solar panels and wind turbines are great, so long as the sun shines and the wind blows. But what if they do not? Well, then we store the energy. But how? In this video I explain how high the risk of a cold, dark, and windl...
For a generation, there are of course multiple generations of APU parts being produced at same time.
And IODs in turn aren't updated each generation.
Oh yeah because there are no other options for green energy other than solar and wind
Large point is that Germany drove all their nuclear power down in political stunt with extreme consequences.
With promises that solar and wind will replace all that.
imagine if innocent vieo games were real about storing electric energy? and players had to build hydro stations instead of polluting world with batteries
solar and wind are the least demanding geographically (in Europe and North america)
geothermal is rare
tide/wave needs specific coastline
and what is left after this?
Norway, Sweden and Finland are all running hydro etc. at max capacity, and still not enough to replace the slump in wind and solar overall.
That nuclear power?
is that green or renewable?
(well ofcoruse it's the most green by definition, but not by usage of 'green', hehe)
it's just nuclear
Not directly renewable.
But with reprocessing, would give thousands of years of power with current known economic uranium deposits.
You're right. Green energy sucks if it's dark and not windy in a large area without access to coastlines, or any infrastructure to other energy producers.
Throw on the coal powerplants!
oh btw, funny,
the hydridic earth claims that there's plenty of hydrogen escaping earth, often creating explosions on surface
and, that there's a mechanism for renewing oil storages (meaning it's not bio-driven)
aka oil fields are liek forest - you cut it down, you leave it alone to let it re-grow and then come back for more
they even claim that some oil digging companies know that and do stop production from time to time, even if covering it up under other reasons
point is that it's not reliable, and won't be more reliable.
on the the other ntoe, nuclear is the best one we have implemented at large scale. the most sophisticated, reliable, eco-friendly
also, without diving too much into politics: with new direction of US, I bet EU will also review policies about coal, oil and gas.
With major image, political and cost problems.
That cost problem mainly from each plant being one-off after very long pause in planning, constructing and approving any.
And the stupid thing is, the image and political problems have mainly come from the members of the "Green" parties...
The stupid thing is that most of the members in those come from the cities...
In Finland there is case where high-level finnish Green party member was asked about where she(?) thought electricity comes from related to nuclear power or something like that, and the answer was something like:
"It comes from the wall socket!"
once again - education is dam important
Coal? Nuclear. As a transition energy 
i should start lisening to fireball every time i use this thing
if only countries could stop shutting down nuclear
Duh, in gaming half the cores get turned off/get parked.
Lot of old plants that do need to be shut off soon.
With replacement building needing to start over 10 years ago.
I was mostly talking about germany/japan....
in germany thare were some that needed to be shut down but most were shut down for ppl being scared of nuclear
Yeah, the German thing was just idiocy.
Well, opinions are divided.
between the people that know what nuclear is and the people that dont
wonder how many power storage plants built for green energy did account for all the things like nuclears did.
I mean natural disasters etc
Nah, I meant opinions are divided between scientists.
Not every scientist believes nuclear is needed to make transition to green.
I'm all about transitioning to green
But far and away the general consensus is that it provides the best base power of any green tech out there other than hydro, which has a greater ecological impact
And natural hydro is basically tapped out everywhere.
The hand-waving is that base-power is unneeded for some reason they never can tell.
Which is great if you want the grid to end up like texas
And point to various theoretical and very expensive energy storage types to fill in instead.
Nuclear also has the huge advantage of being the only green tech other than hydro which spins a turbine(not inverter based)
Which is a wild advantage for grid stability
We just somehow build lot of pumped hydro as storage.
Magically creating the necessary topography.
And ignoring the fact that pumped hydro sucks
It's not a good tech to fill in base load overnight
It's great for midday heating peaks in the winter or something
But they want to do that with batteries ๐
Well, the other options talked about are even worse AFAIK.
Batteries, kinetic storage, pressurized gas in ground etc.
The surprising genius of Strandbeests. Fight the data brokers with Incogni. Head over to https://incogni.com/veritasium to get 60% off your annual subscription.
A massive thank you to Theo Jansen, to learn more about him and his Strandbeests check out: https://www.strandbeest.com/
A special thank you to Adam Savage, check out his channel Tes...
Speaking of energy, this is wild stuff.
The artist eventually went to store pressurized air into plastic bottles, to make the beast move when there is no wind.
They can take 10 bars of pressure before they explode he says.
And would have been better to just use direct electric drive at that point.
Than to compress air into bottles for storage.
bro ๐คฃ
you serious?
The whole art project, is to do it without electricity and motors.
As said in the beginning of the video.
And you had to use those to get that compressed air to bottle, to release when there is no wind.
Adam Savage even stole it ๐
No? There are no motors. There is no electricity.
Just watch it, it's all mechanics and science.
My second build. Vs now. I guess I've come far.
Ok, jumped to conclusion.
Yes, manual or wind powered pump could in theory do the work, but would take LOT of runtime to deliver minimal time of air power.
Well it's all shown in the video ๐
i have nerver seen a cpu react to throttling by disablign all the P cores in one go instead of downclocking and it did it like 6-7 times that was cool to see
each time the p cores would drop to 0% 400MHZ and the E cores were taking all the load
very interesting behavior
๐
yup
or they say that "ooh we can do that with batteries"
that cost a furtune
and may or may not light on fire
Usually lead or LiFePo, not Li-Ion.
But still cost a fortune and need to be replaced every X years.
Leads about every 5 years or less, newer ones maybe every 10-20, depending on how much derating you are willing to take over time.
what's the point of this statement ?
wind turbine what about them?
Very good tech for peaker and filling use, to let base power to adjust, when wind, solar etc. delivery changes too fast.
Uhh
Inverter based tech can't contribute inertia to stabilize grid frequency
you just tried to escape the point
what's about turbine instead of turbine you call "inverter"
Most wind power probably isn't direct in way that the blades turn alternator via gearbox at fixed speed, to get right voltage and frequency.
But produce to wild AC, which gets converted to DC, which gets inverted to grid AC.
But no idea what is the reality.
you can do ac to ac
I don't know what they call "inverter" this is an ac as in air conditioning thing
not as in electric power thing
chatgpt talk at its finest
For voltage, in steps.
Not really for frequency.
Old AC to AC frequency conversion method was just to run motor with one side, to run alternator on the other.
yep
All the current AC to AC is actually AC-to-DC-to-AC when done with electronic methods.
gearbox is the way
Yeah, steam or hydro turbines are actually connected directly to a generator attached to the grid so they must always spin at a constant speed to match the grid frequency
This contributes literal inertia that keeps grid frequency from dropping under sudden spikes of load and helps maintain overall frequency regulation
For anything that outputs DC natively or runs at variable speed(solar, wind) you have to take the DC and convert it to AC with solid state electronics
This means you can for the most part only passively follow grid frequency and can't contribute to maintaining it
much more efficient
no that doesn't inherently give inertia
it simply have very fine load control
which keep it balanced
In the grid, inertia refers to the kinetic energy stored in spinning generators. In a power grid, inertia is derived from hundreds or thousands of generators that are synchronized, meaning they are all rotating in lock step at the same frequency.
but without that the turbine would basically stale
When the load changes, the speed of all those spinning turbines tries to change, causing frequency shift.
wind turbine with gearbox have exact same effect
From the change in amperage demand.
It does not because the turbine speed is not coupled to the grid frequency
we are not talking your garden turbine
I think you're missing some of the fundamental mechanics of AC generation
There is always gearbox, but they aren't many-geared things AFAIK.
Because you would need fuckton of gears to manage regulation to 50/60hz +- 0.01Hz level.
Ok, you can also tune the exitation power to change the load on the blades too.
AFAIK all commercial turbines are constant gear ratio into a DC generator and then an inverter
the turbine stop by changing impeller blades angle
Yeah, that was my understanding.
And by using brakes
Even massive wind turbines fail to provide the necessary stability as they are not directly connected to the grid. Instead, a frequency converter between the wind turbine and electricity grid prevents the kinetic energy of the wind turbineโs rotating mass from providing inertia during periods of frequency change.
define commercial
energy company working for b2b are installing impeller regulated ones
Not DC, that wild AC, then rectifier.
DC Generators have been dead for long time.
when not simply powering your house lights
Yes, trying to simplify
You really don't want commutators if you can skip that.
i'd love it if everyone that cares about climate change had this chart sown into their eyelids
Seems to be just emission deaths?
Does not include production, installation and maintenance deaths.
Includes accidents
Because those suprisingly high for solar and wind.
And nowhere near that low as that chart would try to point.
Data source: Markandya & Wilkinson (2007); Sovacool et al. (2016); UNSCEAR (2008; & 2018)
Ok, seems to track when checking multiple places.
I think I found one of the pappers the chart is based on:
sounds lame to me ngl
even business can use literal spinner as ups
you can have a chunky ground spinner provide the AC coupling
I probably remembered something that only handled consumer house installation statistics.
So, there is indirrect emissions and direct emissions.
So for hydro, wind, solar it's al indrect.
Yeah, indirect is the production, transfer, getting rid of.
my point was : turbine are not what provides the stability, but the water tank driver is
power is much higher than the turbine shaft inertia
The needed stability is on seconds level.
At max
That the frequency of the grid changes slowly, not spiking all over.
then fucking turbine have coils with wire the size of my legs
And that is also from the spinning generators affecting each other, when one tries to slow, the others via grid force it to keep up.
And same other way.
Causing extra load or load release on each turbine or like as it tries to diverge.
i guess the best fossil fuel is actually oil....thats new to me
Where as purely "shit ton of inverters" would very easily start to oscillate on grid level.
that's why I'm talking about providing AC AC mechanical spinner coupling, which can easily be built and providing insane inertia
Nuclear energy is not therefore a solution to climate change, but it remains an attractive hope for electricity production for future generations.
Yep
To keep costs down you'll always need some sort of physical turbine unless you want to invest far more heavily into a much more failure prone system that's entirely solid-state
Where did they garner that conclusion?
Because nuclear + soloar/wind is about as close to ideal power production as it gets
None of them require much or any fuel so transportation costs are minimal, all very safe
Well, for that you have to read paper.
With very high loss of effeciency
Ok then.....i am dumb
jumped to a conclusion
Not really.
I posted the dates of the sources ๐ So it's a bit outdated information.
Or maybe not. Who knows!
But the pdf I posted, is one of the sources, the graph you posted is based on.
Basically idea is to use Wind to charge an inertia type power storage, and discharge it at same time to grid...
Although nuclear power has promise as a future energy
technology, more than half a century of research with
several experimental reactors has failed to produce net
energy output in controlled production. The best
estimates are that perhaps another 50 years will pass
before the technology is developed to the point of
commercially viability, which will be too late to make a
significant contribution to mitigation of climate change
over this century
So, the writers, assume, nuclear is too late to change climate change.
Yep
You could instead of dc -> ac inverter have a motor spinning a flywheel with your grid attached generator
But high cost and does cause some power loss
Inertia type power storage = flywheel
You know what I am missing in the paper? What is indirect emissions. They don't specify.
Would be emissions created from maintineance, construction, and disposal
Well, it would suite a paper, to specify that.
Yeah that would be nice
Everything from mining the minerals to make the thing, to making the thing, to transporting the thing, to installing the thing, to dismantling and getting rid of the thing.
Everything outside the direct during usage stuff.
For the whole life cycle.
Including that for the fuels.
Direct only includes the emissions from the plant when running, not the drilling/mining, transporting etc. of the fuel.
Coal do suck though.
Which is why that gas has so high indirect.
As the transporting of the natural gas is so energy intensive for the amount of energy.
and why so ?
dont you know electrical motors are more than 95% efficient ?
(ofcourse not the one in your old hair drier, but that's not what's being talked about)
First one motors losses, then the losses to the bearings for the flywheel etc., then the losses from the alternator.
nuclear power is politically touchy, because of fuel
the twitter people will claim about the recycling
but the real political problem is intake
(though this is naive)
basically energy decisions are usual taken for corruption and political bullshit
not grounded on actual scientific purposes
except when it'll screw your country in a war, there it starts to slowly move somehow
Nuclear power? ๐
For those of us old enough we remember when the science magazine covers and headlines were often about the "big freeze" and global cooling...
OG Spock himself, Leonard Nemoy, hosted and narrated an episode of a tv series that was titled "The Coming Ice Age", yeah not so much
"science magazine" I've seen those a lot when I was young
and even being young it was already pissing me off how stupid they were
Which one? ๐คฃ
I just installed the games on steam after reinstalling steam and i reinstalled it again and now i have to download them all again, how do i make steam recognise the games?!
Or did they uninstall with steam after i uninstalled it completely and now my progress in every game is gone...
Check steam settings > Storage.
location where games are installed:
If you nuked that folder, then games are gone.
For the future follow this guide from steam (install games in different folder than steam):
what is Vostok delta T?
describes the variation of the temperature of the ocean the ice was originally evaporated.
it's isotopic ratios converted to temperature changes.
When ocean water evaporates, water with the lighter oxygen isotope (16O) evaporates more easily because it is lighter than a water molecule with the heavier oxygen isotope (18O). Therefore, water vapor in the atmosphere ends up with a smaller percentage of 18O in it than ocean water. Its d18O is a few permil negative, say around โ3โฐ. When that vapor passes over land and condenses to form rain, the heavier isotopes that did make it into the clouds condense to a greater extent than the lighter isotopes, again due to mass. Precipitation that falls then has a more negative d18O than seawater, but more positive d18O than the clouds from which it fell. This effect is more pronounced in cold climates than in warmer ones, because temperature is what drives the evaporation/condensation processes. Snow has much more negative d18O than rain. Because temperature drives this process, an equation can be derived to relate temperature to d18O (or Hydrogen). Therefore, times of glaciation are associated with more negative d18O in ice samples.
I want to take a look how they extracted periodicity.
Maybe i am too sceptical...
it's a base.
Vostok Station (Russian: ััะฐฬะฝัะธั ะะพััะพฬะบ, romanized: stรกntsiya Vostรณk, pronounced [หstantอกsษจjษ vษหstok], meaning "Station East") is a Russian research station in inland Princess Elizabeth Land, Antarctica. Founded by the Soviet Union in 1957, the station lies at the southern Pole of Cold, with the lowest reliably measured natural temperature on...
Here you can see depth, age, temperature etc.
Another interesting talked about at that conference(?) was that hydrogen escapes a lot around tectonic ridges, which in turn creates problems with ozone layer (chem reaction).
Basically, if we were to exploit hydrogen more, there would have been less problems with that.
And as a side note: turning international treaties into political tool. Reminding me of Trump exiting Paris regulations.
||Ok idk why but I feel brave enough to send link to that vid in DM. Only thing is - vid is in russian, with eng subtitles on YT. And they are broken for discussion part which is largest and most i interesting ๐
I had a thought "ok what if that theory is used for political lobbying?" But theory is like 30 years old atm, and it didn't get the spread nor any visible impact...||
I so want to get my hands on this data and check for lag in correlations
I doubt the raw data is available for public.
i do kinda doubt any soviet research considering that they kept the dzhanibekov effect classified because they thought that the earth was going to flip over
and that a fair amount of the "ice age scientists" from the 70s/80s have recently been discovered to have been on oil company payrolls, paid to run misinformation/disinformation campaigns to mislead the public on the damage that burning fossil fuels was doing
some lovely documentation has come out in discovery with lawsuits around the world about that
don't worry guys fusion energy is just a few decades away
...it's been a few decades away for my entire life so I'm not holding my breathe on that one
oh i'm not either. i do wanna see the orbital solar generating stations tho
you mean orbital blast stations ?
๐คฃ
i've been excited about seeing them ever since they demonstrated safe beamed microwave power from one hawaiian island to another
the safe way would be to have nothing in the way
literally
air is too much things in the way
it was a successful test because they were able to transmit the power safely thru a "space to ground" amount of atmosphere without frying anything
Didn't they make some advancements with molten salt nuclear reactors? I seem to recall hearing somehting about that somewhat recently but I don't really keep up to speed with that stuff these days, too much other shit going on
they finally solved the metallurgy problems with putting hot salt thru pipes
I mean those things can't even have a meltdown if they fail
molten salt going thru pipes generally eats the pipes, which makes them not great for transferring heat to water
Ok yeah I seem to recall the caustidc nature being a problem
I used to live very close to the Savannah River plant, got to tour some parts of it once. My dad was doing some work there.
sres that dont explode sound good
Workshop office APC 1200w ups batteries died. 3 years old ๐ค
New/used one waiting for install by electrician... Will see how long it can run my PC ๐
Yeah but it won't flip over. And couldn't.
I didn't hear anything about it being classified...
Well, the question is more about if you can replicate results somehow. Obviously foreigners might have trouble doing so over the same territories
So I saw recent vid about some guy going into "the deepest cave", so idk
Perhaps you are right about harm, vut there's another side to it: economic.
If he is right then it means we should have near-endless amounts of oil and hydrogen, which should decrease price of energy worldwide, putting wealth of oil companies at risk. It's entirely opposite problem.
Though I don't think that is the reason. At least author is rather chill about it, doesn't claim conspiracy and just says it's because people think in dogma of plate tectonics. (He spoke on that vid a little bit)
Btw, if planet increases temperature, it means it gives off more thermal energy.
So why do we think that current increase will necessarily lead to even more heat not compensated by outward heat flux? Even according to graph by Letterdief, today isn't the hottest Earth has been.
(Though I don't deny negative effects of increase of atmosphere temp for humanity)
The whole point of greenhouse effect is that the total incoming energy stays the same, but the outgoing energy is reduced, as more is reflected back when trying to escape to space.
It's not the only ice core drilling there has been done. And afaik, the results are pretty much the same when you put data next to eachother. So I don't understand where all this "pay-roll science" arguments come from. I think I've read something about it a long time ago, but didn't pay it attention. All the data I provided so far is from wikipedia, or scientific papers / websites.
Our planet has had multiple ice ages. And recovered from them. It's just another cycle. Just like the seasons. Only one that takes million of years.
All this information is no excuse for humanity thought to speed up the effects and deny cause/effect.
it's been hotter, colder, wetter, and drier than it is right now. the difference? humanity can't exist under those conditions
oh i mean even further back stuff
we're basically still new here
which we did survive
i'm talking about even worse conditions
not to mention the fact that we've engineered so much of our food supply that it's just as at-risk as us, if not moreso
krakatoa would barely be a blip
tambora? not so much ๐คฃ
iirc it's like the amazon & sahara swap places
haven't seen it ๐คฃ but molten salt is like 150C
it's not too bad
supposedly
Any leak and you would get explosion?
Reacts very violenty with water.
i mean, any element on that end of the periodic table will do it ๐คฃ
www.ornl.gov/news/reducing-molten-salts-corrosive-effect
apparently using nickel in the pipes & filling in air gaps in the salt keeps free oxygen from going nuts
oh i haven't dug into how they're planning on grabbing energy out of fusion reactors for a while
last i knew some of them were trying to use basically beefed-up solar panels inside the chamber to grab photons
Agree.
based on previous cycles, yes. but with all the carbon dioxide & feedback loops, we've probably put off the future cooling by millenia
Within ice ages, there exist periods of more severe glacial conditions and more temperate conditions, referred to as glacial periods and interglacial periods, respectively The Earth is currently in such an interglacial period of the Quaternary glaciation, with the Last Glacial Period of the Quaternary having ended approximately 11,700 years ago.
Same stuff as I posted yesterday (more or less).
Maybe the whole gist of it is, that we need to intervene less 
because whenever we do, it's a snowball/boomerang effect combined.
fair.
but can that model explain sudden rise in 2024's temperature anomaly?
there's endogenic heat as well.
Incoming to atmosphere, that includes coming from inside earth.
i know that even Veritasium did vid about how much Earth is heated up by sun
but his answer of "well temperature stayed the same so it means that sun heats up atmosphere as much as heat escapes" completely ignores internal source of heat
At being idle, lmao
Did you know you don't have to provide 5W of power if you don't have gpu?
23.5W saved, that's gonna have a huge impact on the energy bill
Seem ok as Hwinfo shows 30W for my 4090 when it's idle and screens off.
๐บ
Too true
๐บ
well you do because the integrated graphics need power too 
Unless you have neither
I mean
Just a cpu without integrated graphics
As long as you can ssh into it it's still a fully functional machine for most purposes
I think i have found the weirdest cross-correlation plot ever.
like why would you get an increase at the max lag?..
i am so confused...
Power meters you put wall sockets are like 10โฌ
Meant thing that has male power plug on one side, and female socket on other, and measures the current and power going through itself.
That you plug inline with whatever you want to measure.
Doesn't care.
Just needs to be between wall and device.
Where in the line doesn't matter.
Or bunch of devices, if you attach extension to its output side, to measure multiple things as combined.
I got extension cord connected to the wall, with 6 other extension cords connected to it.
Last 2 outlets in the first one are for my two desktop PCs power cords.
One of the second tier extensions has all the monitors on it.
Ubuntu was like: no Granger test for you!
230V systems with 10A or 16A fuse it will be a lot computer hardware for overload ๐ But add freezer, coffee maker, microwave etc normal household electrics and it's easy
I spent like 40 minutes with my dinner on the table loosing heat just to get this ๐ฆ
after the 5090 reveiws : do you guys expect the 5080 to beat (or match) the 4090? (without MFG)
not even new tpu cores?
much better
4090 is a mislabeled Titan, can't change my mind
I think titan brand is dead
Are we gonna have the Rtx titan
Rtx titan Ada
Rtx titan black
Gotta love javascript/typescript 
=> void => void => void => void => void ๐คฃ
I don't have to do this. But if you want to have typechecks and strict linting, this is the way rofl
how bad is it to interpolate velocity?
i mean, sounds ok, but it causes my units checker to tingle
ok nvm it looks pretty fantastic
so I were to correctly integrate result I should get pretty much the same value
I use arch btw
On 24h2 ? Thatโs actually impressive
How did you do tho ? Iโm actually interested
I have some old scanner mouse that I REALLY need to work Xd
Im on 10 rn and I only have drivers for 10, wonder if I can somehow make it work on windows 11
I use javascript ๐ค
no more windows??
Kade where has thou been.
aight, you missed nothing.
some daily beef I assume?
nothing ๐คฃ
not worth it
How is school going?
Herg should be done with it almost. (think last week?)
rough
Need to get my A+ here so I can get a better job
I bought a ring, not a lot of money left to spend on my cert
and are your grades near a A?
boring as all heck
close enough 
Not 100% familiar with your system and points. I know it's letters. and then + and -? A+, A and A- ... then to B etc ?
We had to aim for 70% to get bachelor.
And could only fail 2 classes a year.
Pretty lenient.
my school is 55% but no fails or you have to do a extra year