#lounge
1 messages Β· Page 898 of 1
ya know, as i help people in these various subtopic channels, i wonder if "they have disappeared at my response question" means i have failed or rather they have figured it out and gone back to making their game without telling us
probably the latter happens more often than not
The latter. Otherwise they'd complain about it.
that is true
"It didn't work."
OK, what didn't work. Did you look into anything beyond the help I gave? Or was it like, this didnt immediately solve my problem so I'm back for more
unreal is crazy complex, most of the professionals who work with it dont understand a large percentage of it
somehow epic has gotten close enough to something a single person can do that is within grasp but man, its a sprawling crazy legacy filled system
let me complain about umg. why can you not spawn a regular widget without making a blueprint, why is WidgetTree not exposed to blueprint, why can you not override tab, why can you not change the focus overlay for focus navigation globally
how about input subsystem, why does add action mapping in PIE modify project settings..... wat?
One comparison that I can agree with is that UI is easier to set up in Unity.
I don't disbelieve that at all
I've had thoughts of seeking out one of the AAA UI middlewares and that is a problem
it should not be needed
Especially menu navigation, it just works with Gamepads/Keyboards, and navigations can be adjustable along with the visual cue.
did you see the hack I did for handling tab as an input action while still having gamepad navigation?
it's gruesome
umg is like nah bro
that's my key
I just want to let the player use arrow keys or gamepad to navigate this crap
I don't care that tab should go to the next item, this isn't a desktop app
100% of the forum posts just say turn off focus on all buttons
but you can't do that if you want gamepads to work with uis, and that's a waste, because umgs navigation logic is great
There's a free plugin called UI Navigation that allows for UMG navigation with gamepads and keyboards. So no need to lazily set up gamepad cursor
it shouldn't be needed
umg is fine it's just missing the option to disable tab as an input
it's good but certain things are also just extremely tedious
such as... recoloring a scrollbar
well sure but does "UI Navigation" add recolorable scrollbars?
But it's necessary to my projec
I went my way to even integrate it inside my custom engine
that's fair, not saying you should abandon what works
It just feels like UMG development just stopped
you can even see it in the community posts
a lot of "oh yeah we're going to add this" from 10 years ago
Yeah
Probably because Slate is getting so underutilised
Slate is a whole nother topic
But working with Slate is like making a 3D CG render with nothing but math table, and who knows what it's going to really render.
The thing is only accessible in c++, requires even more labrinthine macros than Unreal itself does which is saying something. If Epic wants Blueprints go be the focus of their amazing domain specific languages, how about making it work as a first class citizen for logic
Probably like how they made Tron in early 1980s.
I wonder if they're gonna integrate a HTML based system
because that's the hotness
:P
I mean, CEF is a thing in the engine, but I'm concerned about the overhead.
um yeah pleas only use CEF if you absolutely have to
Except that UI has to be shown almost all the time
if people start using CEF for uis.... well good luck on any budgeting for the rest of this monstrous effort we have
what is a good tool to test my gpu?
I can't be as bad as Scaleform can it lol
my screen blinks black irregulary
And most of the HTML based UI solution I found on marketplace and such seems rely on CEF
I've never used it, but like I said above, I'm interested in alternatives. So it sucks?
ah yes chromium from 2017
GPU-Z or Furmark
well I would assume Scaleform isn't super performant because it's based on Flash
CEF is great though
but it was used in a ton of games
it's doing this and going white for a frame for me on 3080Ti. I suspect driver fuckery
HTML DOM based UI is the future for vidyagames
so much better than literally everything else
the new windows updates perhaps
specifically in editor not anything else
At least you can recolor a scrollbar really easily in chrome 
no no what you do is make your own scrollbar in JS 
oh yes it is, but this is a game that needs to run at high frame rates while shredding your users CPU and GPU so... maybe take caution in tossing it into the mix just for user interfaces
and I am first and foremost a web developer
lol a single chrome tab is nothing
I just do games on the side so
incorrect, relative to UMG
right
Valve's VGUI2 Panorama is a really cool. It's an HTML DOM but they are using their own VGUI to represent the DOM. They are still using their existing VGUI framework behind the scene (VGUI -- think Slate but Valve)
let's slap an entire runtime on top of our runtime just for UIs! What could go wrong really
so you get the advantage of nice HTML non binary code for UI, but you don't go through Chrome
valves purpose built solutions are a far cry from CEF
I'm not saying you should never use it
I'm just saying it should absolutely not ever be used to provide the UI for your unreal game or app
CEF is just a terrible choice for game UI, and many of the UE plugins that promises to use HTML5 for UI are ended up using CEF anyway.
I absolutely disagree with that. Upgrade chromium on your CEF setup, up the default framerate, do your hit detection and your golden.
I'm sorry but I respectfully disagree with that. When I do webdev it's media heavy, processing video in browser, pretty aware of the runtime costs
if you have a target hardware spec where it's ok then cool
but for the average audience, you can't afford CEF
literally anything can run Chrome, for a single UI (one tab), that's nothing.
yep you aren't getting it
pretty sure the new Flight Simulator ran the instrument panels and such in some HTML based thingy
it's not about whether the users system can have a chrome tab open
a game UI interacts with the game
yeah and?
what about a game that is ONLY the ui?
the interactivity between one process and another already has huge overhead. You then add on that as part of your 60hz, 120hz, or 240hz game that were going to render a web browser in all it's glory actively just so you can see a health readout or something
it's ludicrous
a flight simulator with a secret spreadsheet built in
UE is already directly hooked into the render process for CEF. Having a few JS callbacks doesn't change a thing
Ewww js
take that as far as you can my friend
I'll see you when it doesn't work :-)
mmorpg where you have to print out and fill in the character sheets and post them to the developer's office every time you level up
right
bear in mind i have web interfaces for controlling all aspects of my game
from a developer perspective man is it better than doing equivalent dev UIs in unreal
I have such fine grained control with very little effort because the web is such a good rapid development tool
I just don't think you should reach for web based UIs in unreal until you have a damned good use case for it
a pay-to-win game where players can also sell their character levels to each other
(for a fee, of course)
Looting shoeboxes
I'm not sure why there's some kind of implicit assumption here that if it's based on HTML/CSS it's never going to have good performance
html and css alone? nah that could work
The CEF overhead is the one that's concerning.
native javascript vulkan-rt support
the entire web platform though? the bigger problem is that you are joining two different runtimes
Here. Let me settle this entire discussion.
It's not. Even if you don't use an CEF stuff you still pay for the overhead.
Sure, so you would just use the rendering/engine parts of the "entire web platform"
this is why Deno was rewritten in Rust after being written in Go initially
Absolutely all the tools that are available for game UIs are absolutely awful and there's been between zero and no effort made on improving any aspect of that pipeline... and that's why they continue to suck. Therefore, it doesn't actually matter what you use, it will still be garbage.
I mean, the CEF is capable of web browsing.
I just saved you another hour of your lives; you're welcome.
that's true philosophically but not practically
port cyberpunk 2077 to fortran77
wait no
yep :)
you don't
No, CEF is doing nothing if you don't have a tab context in it
Yes. Also find your missing Y and O
I'm sorry, but no holy crap. I could go with "it's an ok UI to use" with convincing but saying that not using it is the same perf cost as using it is too far
I'll now take my insight to the place where I will sleep like shit for day four. Or three. I can't tell anymore.
day 3.14159
I'm sure there's good reasons why games often just leave the web browsing business to the platform's web browser.
can't believe that I of all people have to say no to web uis
if that was better, I think UMG would be excellent
I literally do this all day
I'm opposed against making UIs in web wrappers.
I've done web stuff for like 20 years lol
yeah it's a pain for sure. I'd love to see an HTML and CSS based markup and styling system
it has come a million years forward in performance
I wrote some 2D games using JS in <canvas> in like 2005 or so and the performance was really terrible
now you can run UE4 in WebGL and it'll run just fine
absolutely, I'm doing literal media encoders in web tech these days
nice
it's incredible, but you have to be practical
I actually implemented a similar system as Id did to make smooth scrolling work, where it would update only the parts of the screen needed because clearing and redrawing <canvas> was so expensive lol
although I only learned it was a trick Id used much much later
Using custom built exporter? Emscripten is so terrible, Epic wants you to forget about it.
Yeah I don't really know about it, it was just an example of how much better the performance is now :D
but I'm not going to shoehorn my typescript SPA into unreal anymore than I would shoe horn unreal into a real metal web app if it wasn't needed
I could probably shoehorn stuff I do at work into UE4 because we do advertising lol
I will grant that the shared platform gains are strong there
but it's still a huge cost to the game
especially since the ads are on mobile
It seems like there should be a solution to it to be honest
so we aren't even talking about a well powerd PC
If it's a static ad you could just render once and be done with it
yeah authoring an ad that works on, for instance, both unreal and unity is a PITA for creative
I won't fault devs that use CEF for that
the tools we build at work are designed to make authoring ads in multiple sizes and such significantly faster... we haven't really looked into integrations to game engines since it hasn't come up from any of our customers yet, but it'd probably be something we could in theory do
since we have a custom format that's used to define the structure we could probably even write a native renderer plugin if it performed better than some kind of browser thingy
you'd make bank if the network could run in UMG and whatever else unity uses
without webtech
buuuuuut
reality and economics and accessibility for advertisers creative teams and yeah
still waiting on that line of code that proves that perf on regular unreal games is somehow the same as when cef render targets are loaded
hehehe
we'll need it if this mentality gets it's way
and to be clear, build your game for html5 absolutelu
if you are doing that well there isn't two runtimes are there
web apps are the way of the future, including video games
but it just doesn't make sense to waste that perf budget when a purpose built framework is there that costs less
oh well
im off to build out a UI to do some benchmarks, with blackjack and hookers
ehh we could skip the benchmarks
yeah there is no special handling on float to int in JS-- but bear in mind that there is never such a conversion at all
except perhaps uintarray
https://www.youtube.com/watch?v=gJ3BBiY4QfA (guy making his own POSIX OS)
lots of fun
Following along a free test assignment before I roll into the full actual "scenario writing" course.
It's chapter 23. (and only 23)
the first sentence goes "In chapter 22 we gave you the assignment to read a novel, the questions and assignments will be related to this novel" https://t.co/x1ThUj5Oim
imagine if windows was known as ntkern/explorer
needs more reactos
hi
C:\>_
Ikkunat = finnish for "Windows"
this is a photo from the actual finnish Windows 2000 Pro boot disk with a minor translation goof in there... :D
This looks like a character from Magic School Bus traversing through a cadaver.
lets see if with Materials can deal to get 200FPS
I was about put this whole pack in the marketplace but given the people won't get why cost x price, maybe its better to give a simple thing with a simple price tag
a custom shader model lets say
I'm on my way
at the first made it based on Unlit, reduces cost by 1ms but I don't get access to any of lightmaps data
so technically now I'm looking the best way to mix this
Debian btw
What is this failed painting? π€
and still don't get why the baker does rare things
But really is it just a style or it is some measurement shading?
a different shader base
its Hevtraced
So.. an art style
well call it x
the shadows etc are calculated inside Unlit base
but moving now to Lit for static meshes
you doin stuff for oculus mobile
?
or quest standalone
dunno what its called
yeah I did the first one for Oculus Quest 2
ran smooth
but is limited
did a vertex light baker for the purpose too
i have a hard time gettin decent fps on rift and rx580 π
so its derelited
Deferred lights to me cost a lot without shadows
someone told me at Forward rendering are almost free ?
lets see
static light don't affect dynamic actors so
that was me
go and check how cool robo recall for Oculus Quest 2 looks
π
yeah I think so π€
hmm i dont have a quest 2
i dont have any VR headset
a hololens than?
well and I don't have robo recall
you can download the modkit tho
For all the best in AR and VR News: http://www.uploadvr.com
Follow us for up-to-the-minute updates:
π Facebook: https://www.facebook.com/uploadvr/
π¦ Twitter: https://twitter.com/UploadVR
π₯ Twitch: https://www.twitch.tv/uploadvr
i also dont own robo recall, i just played it with the modkit,. some loadingtimes take ages tho
how terrible everything looks without HDR
isnt robo recall free for quest owners
heh odd
used to be free for CV1's with Touch
By th way @torpid star your lights are static or stationary ?
medium is free now tho
moveable aka dynamic
medium the blog?
and tiltbrush open source
Adobe Medium (Virtual Reality Sculpting Basics). Adobe Medium was formerly Oculus Medium and owned by Facebook. Adobe acquired them in 2019 and recently released their first version under the Adobe banner. There aren't a huge amount of major changes on the outside but lots going on under the hood.
Medium is a VR sculpting app that is probably...
looks like they just turn robo recall to unlit, removed lod 0 and 1 and calld it done job for the port π
u talking about the mobile port?
I do recall there being a long post about porting it
yea there is prolly more too it
quite a bit
Does Manjaro count?
i like mint
Why Manjaro considered as heresy to Arch, even though Manjaro is practically a streamlined version of Arch?
why does a bank have cooking equipment
surely a microwave or an oven is a security concern when you have high tech sensors around the safe
why oceans have cooking equipment?
banks are designed to keep bomb blasts in right so if you trip the sensors by exploding a cake youre screwed until the technician arrive
maybe its one of those fake banks where they shuffle the money into lock bags
i wonder if you can still swim above that fire
Bet something is broken in the engine
the deferred lights cost the same at stationary and dynamic lmao
and on forward rendering are for free
wtf
Well the light works now
so lets see
also FXAA reduces the cost on both renders
In other hand 4ms for base pass seems kinda expensive
yeah it's great, set your vr render res to 80% and do 2xMSAA
free resolution
ahh ill keep that in mind
doing default desktop here
why do americans who lived for generations in tornado area do not move out of this dangerous area?
Actual threat to personal safety? Small.
Actual threat to property? Compensated for by insurance.
There's probably a reason they make cheap wooden death shacks for houses.
doesnt sound intelligent idea to continue staying there..
I hate how they use wooden houses in the most dangerous places
i mean... come on why now?
Even the poorest countries use concrete
That was the answer.
Considering actual death rates, what you should be asking is why do we allow people to eat fried food.
and how often does it happen that your house gets destroyed?
why do we allow death in the first place
why is my screen blinking black irregulary π‘
Governments should invest in cryonics and artificial internal organs
Cryonics: You're dead, but at least you're cool.
Not really
The whole point of cryonics is to stop cellular degeneration of the brain before its totally dead
Which takes 10 minutes after cellular respiration stops
Once the neurons die you are done
brass or platted coper 0.8mm nozzle?
That's the claim. The reality is probably around 20-60 years, but quite probably DOA in most cases. With a fair chance of being thrown in the trash when the company goes bankrupt in 5-10 years.
You could argue government investment would change that, but even if that works out perfectly either you end up filling the place with the Bobby Koticks of the world or you spend 10% of the world's GDP on freezers.
and cooling will become more efficient soon.
they fit multiple patients into one tube with liquid nitrogen
the tube is so well insulated that they dont even need to add more liquid nitrogen
just shoot the cryonics into space, its the problem of aliens now
i dont care about the space man i just want to live
@carmine frigate
i dont want to die ever
me neither
im actually afraid of being unconscious
If Julius Caeser were still alive, you might.
I'm not entirely convinced cryo freezing works. We barely know how the brain functions
Thats not true
Which part?
If you didnt know about the brain then none of these drugs would have worked
also i use a brain i think
What drugs?
Most people need to update their firmware.
not sure if it really functions tho
also you dont need to know how the brain works to assume that consciousness is lost forever once the brain cells die
So the goal is to preserve the cells before they decompose
Yeah but you also can't really say for 100% sure that with our lacking understanding how brains and consciousness works that you would be the same after unfreezing
depends
well it costs about 100$ a month or something and u can have ur head frozen when u die
No one still has any clue what consciousness even is
Pretty sure it's just electrical signal patterns that occur in the specific configuration of your brain cells
:D
"We've frozen and revived a mouse under laboratory conditions."
"So we'll just stuff your grandparent's decapitated head into a freezer at the same temperature. It'll be fine."
As i said its safe to assume that consciousness is either stored or a result of neurons. So if you preserve the neurons before they die then the consciousness is preserved
that assumes that freezing for long duration doesn't damage them
considering they only recently discovered neurons are significantly more complex than previously thought, I wouldn't bet on it at this point :D
they drain all liquids from your body including blood. And inject a medical antifreeze
before putting you into the liquid nitrogen
I remember hearing about this stuff since the 90s and it seems like it hasn't advanced at all since then
the antifreeze has advanced a bit
so I'm not sure if this is a serious science at this stage
or just a way to get rich people to pay a ton of money for something that might or might not work :D
But the reason for it not advancing is because no large company or government is investing on it
It's difficult to assume what consciousness is because even the best scientists in the world still don't have definitive answer
It could be a pattern of electrical signals or something else entirely we are still not aware of
there are like 3-4 small companies that are doing all of the work
imagine what could have been accomplished if apple puts its trillion dollar resources into it
I guess it's not as cool as shooting phallic shaped objects into space or you'd see Bezos spending his fortunes in it
i dont like apple products
so ?
Or all of it could be just a simulation π
i want my head preserved by android
Saying that this is all a simulation is the exact same thing as saying there is a god and afterlife where things are better
This is pathetic
it bases itself on βhopeβ
Hope of there is something better
The reality is that you're actually generating the entire universe including this conversation with your own head and that's all that exists
βmy life sucks so when i die i just wake up and it turns out its a simulationβ
Its the exact same thing that religions said
literally the same
Just worded for a 21st century audience
What about reincarnation
If it's a simulation or not does matter for you, when you die you will ceaseΒ to exist either way
but my computer is strong enough to simulate a n64 so it all checks out
"Other people die, but not me!"
There is overwhelming evidence nothing special happens when other people die.
well reincarnation doesn't really function that way, most religions with reincarnation are about karma so if you're a shitty person you'll reincarnate as something shitty
why would a lifeform have a second chance on living
explain.
this universe was not made for you
How is simulation hopeful, it's the most "scary" option out of all of them
If it's a simulation it doesn't mean you are gonna wake up from it, you are a part of it
Reincarnation amuses me when it opens up the possibility there is only one soul in the entire universe, being reborn as every single organism on Earth.
I just want immortality thats all
It's recycling at its finest.
but fun
its better not to exist in the first place
"life is pain"
"I just want immortality"
Masochist detected.
This being the logic of the only advocate for cryonics in the chat.
How is it worse π€ You just end, it can't be worse than anything
because you have a trait that makes you think death is the worst thing, when you die you lose the natural selection race
Β―_(γ)_/Β―
it's just the survival instinct from the times you were a lizard
and a monke
Technically you lose at natural selection if you don't breed.
cryonics wont make you immortal, it makes u not much at all for some period of time
prolly forever
Evolution is the ultimate form of slavery
if you die you lose
If you make kids and die you lose
this is going into a very strange direction lol
Cryonics is good for Americans though. Cheaper than medical care, when you can tell people a nice scam, freeze them up, then throw them away.
The only way to win is immortality
i might be immortal
Depends
so far i havent died
how do you know
conditional immortality exists
you might be a reincarnation
nah i would know

reincarnation is just wishful thinking
Immortality would really mess up reincarnation.
therefore its invalid
While the idea of death is scary I find fascinating at the same time, it's the same miracle as birth
The universe was here before we were born, it's difficult to imagine nothingness, but we experienced nothing before being born and same will happen after dying
Our brains can't perceive the concept of nothingness
immortality is also wishful thinking at this point
Birth isnt a miracle. Its a curse.
its better not to exist in the first place
Life is endless torture
the universe was here always, or at least the basis of it
I think that concept is also kind of hard to grasp because the idea of something existing outside of time is hard to grasp
Mass existed always but not life forms
If time was created as well as the universe, "always" may not be an adequate descriptor.
I think time is just a manifestation of some phenomena resulting from the big bang
Or rather, we perceive the phenomena as time
mayB some dont
I think everything living probably perceives time the way humans do, at least assuming life as we know it
ie. electrical impulses
because that's something that is inherently dependent on time
Also the time is not a constant thing, time speeds up around gravity sources
If you were at a black hole for you maybe 2 hours pass while for a distant observer 5 years might have passed
This concept and that this has actually been proven blows my mind
There IS that interesting defect in the brain where some people exhibit no activity until you throw something at them.
afaik it's enough to climb really high on earth for time to pass at a different rate
yes
Yeah
also you dont need a brain to be a life form
also if u dig a tunnel deep enough gravity wil change
I don't quite get that one. E.g. With relativity you're not objectively faster on Everest than you are in the Marianas trench.
Stuff like time dilation just proves there is so much more to discover, everything is not as it seems and our understanding of life, universe and the concept of reality might be completely wrong
Yeah I forget the specifics of it
Anyone know if there's other books similar to A Brief History of Time?
mass slows time
patreon: http://patreon.com/billwurtz
spotify: https://play.spotify.com/artist/78cT0dM5Ivm722EP2sgfDh
itunes: http://itunes.apple.com/us/artist/bill-wurtz/id1019208137
twitter: http://twitter.com/billwurtz
instagram: http://instagram.com/notbillwurtz
donate: http://paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_but...
Mass and speed affect time
That's why even if we had light speed propulsion we would still have a massive problem
If you were to fly at light speed for 10 years and come back to Earth a lot more time would have passed for them, your generation might not even be alive anymore
To fly close to light speed, of course. To fly at light speed you'd need to be massles and divide by zero.
speed doesn't "affect time"; time is a spatial dimension
the faster you travel along a spatial vector, the faster you travel along the time vector
of course, time is relative the same way space is
and mass bends time the same as it does with space
Well yeah, I'm obviously simplifying things
i'm reasonably sure that general relativity disproves the possibility of traveling to the past
not because you can't travel faster than light
but because you can never travel backwards
That sounds a bit circular.
it's actually linear π
puns
you could make an exact copy of the past and go there tho
in order to travel to the past, you would need to travel backwards on the time dimension from your starting point
given any starting point, you can only move forward, relativistically
And then we have even more weird sh**, aka quantum entanglement
How the hell is it possible for information to be transferred across unlimited distance in an instant
I kinda wonder if time is the result or a similar effect as the universe expanding
which would inherently thus prevent going backwards in time unless the universe stopped expanding
Interesting idea π
because it seems to make sense that time started at the same point as the universe started
or rather, the big bang
just because your eyes are pointing in the opposite direction, doesn't mean that your motion isn't forward along a relative vector
The funny thing is they say it's not, but then they give examples that sound a hell of a lot like it is.
one theory is that it's a wave in the higgs field
the obvious answer is that it's not a transfer of information; that it's not actually travel
so what is it?
i've never seen one beforeβno one hasβbut i'm guessing it's a white hole
a white hole?
I love topics like these if it wasn't obvious lol
When I have nothing to do I usually watch and read stuff about this things
a black whole removes time and matter from the universe. a white hole returns it
something spewing time back into the universe?
precisely. that's why we've been experiencing these time dilation effects on board
like just then, when time repeated itself
so what is it?
only joking π
Conversations have a habit of repeating themselves when the boys drift in a White Hole.
Subscribe to Comedy Greats for more hilarious videos: http://www.youtube.com/subscription_center?add_user=BBCComedyGreats
This is a commercial channel from BBC Studios. Service & Feedback https://www.bbcstudios.com/contact/contact-us/
I think the idea with quantum entanglement is interesting if you think of how it relates to the state of everything pre-universe
because everything was in a single point from the perspective of how we perceive the universe
so that kinda makes me wonder whether things actually are in a single point - but we just perceive some properties of the universe which allow them to not be
there's no such thing as "a single point" in physics π
Well my lifetime seems exciting, we are apparently on our way to reaching AI singularity very soon and who knows to what discoveries that may lead to about universe, reality, etc..
AI singularity very soon? Now that's a very optimistic view... :D
remember, big bang isn't just a singularity of energy, but also of spacetime
The current neural network models are actually wrong if the recent study about neuron structure is right
I mean 2045 I consider soon π
meaning that even if time travel was possible, it would be impossible to observe the big bang, because space and time just don't exist "before" it
yeah
the universe, all energy, matter, space and time is in a state of reverse-convergeance π
"the obvious answer is that it's not a transfer of information; that it's not actually travel"
This conversation.
some maths guy here ?
no
: (
confidence rate: 3.8 sigma
2+2 is 22 right hehe
breaking the GPL 
still no GPU
@median wraith what kind of math?
like a bounce against a normal?
well yes and no
my problem right now is the forward vectors are not normalized on the same plane or something
Titanium heat discoloration oh no
should have just used a bike tire inner tube
well, fixed my issue
I'm never sleeping again
I will do nothing but sob big manly tears into my waifu pillow
waybigger than that tbh
actually had to create a 2d cross as the engine don't have it
to get the sign
after that all the angles encoding
Just remember it π dot(A, B) == len(A) * len(B) * cos(angle_between_A_and_B_in_radians)
So, if A and B are normalized, then what you're left with is dot(A, B) == cos(angle_between_A_and_B_in_radians).
The smiley face is the important part of this equation
I won't; no one would believe that I understand math.
instant n00dles are pretty good
Good food as rated by college students.
When you get older, you just slow down instant noodles a bit, and they're still pretty good
When in college you ain't got time
A software that a whole bunch of people use just got updated with a new rule that sends your data to some rather questionable organizations? Why would an audio editing application do this and what can you do to stop it? Let's find out! Thanks for watching!
Like, Comment and Subscribe for more videos!
Use code "SOG" to save some money at www.gfu...
Grab those noodles and take a bite
If you're eager for mushiness just add hot water inside mouth
exactly)
All the food was surprisingly expensive and poor quality nearest to the campus.
It felt...like...exploitation.
bingo. awww did you spend all your money on overpriced books this semester? here's a $10 hot dog
He's half Canadian tho
That being said
I have attended his course for condoms.
Nope.
I'm an edgy person.
something something pry daw from cold dead hands something something
someone should just fork audacity tbh
call it libracity or something
I mean, I installed Windows 11 in bare metal.
Just a sentiment of how edgy I am.
It's available, and I'm part of it.
Though my CPU is quite older, so I leeched it off of UUP.
It seems like Tantacrul (the one who is a head designer in Muse Groups) received several threats.
I wish Audacity didn't kinda.. you know.. suck.
Though I'm using it on almost daily basis, it's part of my work.
I just can't give enough of a damn to learn Audition or Reaper from zero and waste time.
I've got an old Mac Mini that's going to be used for the recording booth... haven't decided on any kind of software for it yet.
The other software I mentioned above.
Since Adobe and Mac go hand in hand, Audition might be your good fit.
I found this meme today. and good god it horrifies me
I use audition to record, but do cleanup in RX7 and master in Ozone.
Let's cut through some #gamedev bullshit.
Using (purchased) asset store assets in your games isn't a sin, and shouldn't be frowned on.
Get your game done. Support content creators.
211
1055
Is this supposed to be ligma derivatives?
IDK what a ligma derivative is.
Guess I'm expecting memes too much.
yeah IDK what you are talking about.
Probably tanked his social credit score too far
Or he got that 3090 and burned down a building when he turned it on
I should get food. I also really want whiskey. I should not get whiskey.
I bout to order some Dominoes
Is MS Surface any good for tab?
I have a samsung tab.
I mean for power users
its fine.
which powers?
As in superusers/sudo modding
Considering that Windows isn't as restrictive as Android / iOS
superuser permissions.
Android bundled by phones rarely grant wide open root access.
I'm literally mid order lol
ok, because power user means something else.
no, pizza hut blows.
Im gonna get a ham and pineapple me thinks.
any exotic recommendations?
from dominoes lol
PSA: Do ***NOT *** watch 'The Tomorrow War'. Used the saved time to do anything else. Absolutely anything else.
its out on prime now?
Unfortunately
I'd say the actors give it a decent go, given the plot and script they have to deal with.
Is it not kino?
so glad they call it ham now instead of Canadian Bacon.
like how is it bacon? Bacon is a process if I'm not mistaken.
Except now it's just ham
bacon isn't a process,
as opposed to the original cut
to get bacon you use a couple of different processes though.
ok so multiprocess?
I pretty much just roll sausage and mushroom. I like salami too, but they don't really put enough on it.
ok so anchovies on half, and ham and pineapple on the other.
hmmm someone is on Keto
depends on how much you wanna know. Basically you salt the meat. Add herbs/spices/sugars etc. Let it do it's thing for a week or so, let it dry for a few days maybe and then stick it in the smoker... mmm.. gorgeous homemade bacon π Well that's how I do my dry cure. Wet cure is the meat dunked in brine.
bang makes a keto coffee now for your gas station coffee stops.
ok so then what is uncured bacon then?
uncured bacon would just be raw meat
thats supposed to be the better bacon.
no its not raw meat.
according to store packaging.
if it isn't cooked or cured or dried, it's raw.
give me a sec
uncured bacon is more expensive and being taughted as a less bad bacon
Dry cured is usually considered the best, as it has less water content and you have a much finer control of the amount of salt etc.
Just looked into it. I have serious issued with just about everything I read. First of all, salt curing has been going on for a long time. Most of it without sodium nitrites, which was only introduced fairly recently. What they are calling Uncured Bacon is just normal cured bacon, no sodium nitrite. Sodium nitrite is an optional ingredient.
it has less carbohydrates ala sugars.
that is the major selling point of uncured bacon....low sugar.
ποΈ
not creepy
I get that some people are allergic to them but other than that.. meh. You don't have to use any sugar, again it's an optional ingredient. The only 2 things you need for a salt cure is first of all the salt and second of all something to salt π
Problem is...in merica...sugar finds its way into everything.
but it seems to be Turbinado sugar or something like that.
or turbino
Had a bacon business, briefly. Very satisfying, but ultimately not financially viable.
GTFOH
First I've heard of sugar in bacon. Which... at this point is just a particular cut of meat considering how the word is used.
I had a bacon business is the least 2021 thing I've heard.
lots of sugar in cheap bacon unfortunately.
I honestly don't mess with bacon...
I do pork bellies.
pork bellies are unprocessed bacon.
Sweet cured bacon it's often referred to, but it doesn't have to be sugars. Indeed plain crappy white sugar would be useless. Dark natural sugars or molasses are the thing.
IMO...pork bellies are the way to go.
Yup in the USA that's certainly true.
If I was on keto, I wouldn't be able to eat a pizza because of all the bread
google Quest pizza and be amazed.
*frightened
You should watch a couple of youtube videos on curing and smoking your own bacon. It's easy, and you'll never taste better bacon.
I've done keto before
Quest pizza is unapologetically keto
They pack it with a ton of fiber to reduce the net carb amount.
effectively lowering the insulin spike
I should... pork bellies resemble pork chops at times. lol
I'm nearly 39, 6'2" ~168. So I'm all right. Would I like to be back to like 3% body fat? Sure. But not enough to fight the slim margins
uh oh...Dominoes is doing a quality check on my pizza...Skylar might have to run it back through the conveyor.
And I got distracted talking about keyboards and haven't left to get any food.
π€£ ok 3% bf...
I was 145 or less back in my 20s
3% bf sounds like hormone problems tbh.
like that would cause hormonal problems.
fat secretes lots of regulating hormones into the body.
lack of decent exersise, crappy food. easy to gain a few pounds over the years
I would have to do some bullshit math to figure out about what it would have been
I"m fat rn. ngl.
But it was just genetics
You drop weight fast on keto, water first, but the weight keeps coming off....its just not sustainable.
yeah, the slim margins
Because your minimum calories keeps going up as your body fat percentage goes down
So the window gets pretty narrow
I've heard EU won't even allow some products from US due to low quality.
Thats embarassing.
Low quality is a pretty good descriptor of the US at this point
GMOs mostly, but still.
hmmmm, I wouldn't say all that now...
πΊπΈ
I wonder how's you'd react to " roll n slice " as it's known here. A decent 'morning roll', cut in two and buttered. A piece of fried Lorne Sausage popped inside the roll with your choice of condiment.
if it was here it would be prepackaged and microwaveable.
even our restaurants just open packages reheat and put on a plate.
it is some BS
I would; a lot of shit is embarrassing here. Healthcare. Infrastructure. Socioeconomic disparities.
You're in US?
Healthcare. Infrastructure. Socioeconomic disparities. needs to improve.
ugh. best breakfast roll I had was a roll with: sliced sausage [above], a couple of pieces of bacon topped off with half a cheese omelette. Feckin' really hit the spot on early mornings to work.
Unless I just teleported to another country without noticing
The US has its pros though.
Maybe you went down the wrong trouser leg of time and bifiblocated yourself?
Once you travel the world....you quickly see how westernized/americanized lots of places have become.
for better or worse.
its the culture.
for better or worse.
it's greed. all about the money.
Nope.
It always has been.
Nope what?
Not the OS, not the PC, not the fill in the blank....
FB, IG...twt...snap...etc.
I can go on.
Silicon Valley is the tech epicenter of the world still.
For better and worse. It's pretty much always an and. And it's never an xor.
All the major tech bit, just about every bit of custom high end tech I've used either came from Germany or Asia. Only USA brand tech is the normal boring shit like Apple, and all that crap. Not what I would called high tech.
cmon...really.
AWS is american bro.
so is google
and msft
and apple
and tesla by way of SA and canada
Our food is low quality, but tech is solidly US #1
Tesla: Succeeding in spite of their shit QA and their dickhead CEO who can't shut up, can't follow regulations, and somehow managed to convince a bunch of cult followers that he's not of completely average intelligence.
and what? The multi billion manufacturing plants throughout the rest of the world don't count or something, plus where do you think all the stuff these companies make comes from? Mainly from overseas, from your point of view. A lot of your tech is made outside of the USA π Much of it inside the USA is made within your penal system too. Got to love modern slavery.
The electric car cam 100+ years ago.
No inmates are writing javascript
cmon
I'm talking the technology you and I use.
innovation.
Software vs hardware
Im aware of terrible business practices...
I don't hear so much about hardware bugs. Yet software bugs...
Okay fair enough, but let's not call it major tech. Just common tech π
Well, fuck me. Apparently basically everything closes at 2200 now
I don't condone unfair laws or mistreatment of humans.
no major tech it is.
its not minor by any stretch.
To whom?
FB has 70% of the wealth of social media on the internet.
That sounds like a bad thing.
not done
In the 1st world countries it is minor. In the 3rd world countries it's major.
Because it has connected the human race in a greater capacity than ever before, for better or worse.
for sure
Your PC originated in America with Woz.
The internet was DARPA.
dude I can go on and on with tech
The US has Tech on lock....
Not saying that can't change, but the last 60 or 70 years has been US tech driving the world. OMG COBOL with the financial system.
grace hopper.
The US didn't do it alone though. Immigration is honestly what set the US apart from other countries.
Epic Games π€£
Well. I'm going to steal a mirror and make coffee since I'm apparently not getting food anywhere.
my dominoes came
Are you writing hardware drivers in markdown?
lol nah you do business like that, you get outed, pretty simple
doesn't really matter what field you work in tbh
Just pointing out what's in the server rules; not my job to police them or agree/disagree with them.
well, it says in it's description how to, just send !help in a dm to him
should I?
!8ball Are flying cars possible?
@quasi mantle, :8ball: It is decidedly so.
!8ball is this the real cpp?
@torpid star, :8ball: Cannot predict now.
!8ball be honest
@torpid star, :8ball: Signs point to yes.
knew it
!8ball is this the C# channel?
@quasi mantle, :8ball: As I see it, yes.
obviously yes. how else will your wiki become an operating system?
It's not about lions. It's about family.
Hobbs is cooking right @shell garden
Finally octopussy
Is one of them a Matrox Mystique?
yellow
noope is a 9800GTX+
first GTX gen I think
by Point of View
nice quality, best one I had
that's what cerveza does to your GPU
i thought you meant the gpu's
because they look like they've seen A LOT of spanish sun
that makes sense
and cerveza ofc
lol
that's the 480
worst GPU I ever had
is actually black and does a strange reflection
also one of my case fans died
i have not so fond memories of taking the subway in barcelona
in july
at midday
i think it had like 45 deg c down there
i can barely cool my shit during 30 deg c days
whoa
@faint dock permission to make a joke
i'am glancing over to your fancy car, while you're overtaking me in my 1080
@deep glen permission granted
XD
hahaah
@stone saddle would love that joke
eating vegetarian mexican foods today to compensate
tasty π€€
it's a message
well after try Quake 2 RTX
the cost of this GPUs for this is kinda meh
aside from dev speeds etc I don't see this any time soon to use it myself for realtime GI or so
you could've wired me EUR 100 and i would've told you that
lol
still needed the GPU for work and because mine was the 970GTX
I had 10FPS for a client project
on a 720p
you're not running the 3070ti with a core duo, right?
well the i7 needs to be changed
I want to get a Ryzen
@deep glen does AMD CPU with Nvidia GPU gave you any issue ?
no
this was my first CPU
the Core 2 Duo
this one was my first CPU
https://en.wikipedia.org/wiki/Motorola_68000
The Motorola 68000 (sixty-eight-thousand; also called m68k, Motorola 68k, sixty-eight-kay) is a 16/32-bit complex instruction set computer (CISC) microprocessor, introduced in 1979 by Motorola Semiconductor Products Sector.
The design implements a 32-bit instruction set, with 32-bit registers and a 16-bit internal data bus. The address bus is 24...
COD WAW load screens from DLCs had written ads from Core 2 Quad RUNS BETTER
XD
Well is it better than 2 fps like im getting? π
70FPS here
on 1440p
does this have DLSS ?
no clue
still with 70FPS feels strange
like it don't responds correctly
returns the same FPS of Hunt Showdown basically
π
back in the days when started doing modding I remember to make COD maps the more detailed the better, at the end the job that took you a lot result kinda worst than what you thought it looked, anyway the idea was to the more content the better
and with the time I started to think the other way
I think happened the same right now after check the illumination
what GPU do you have ?
oh yeah isn't even RT so
yeah Hunt Showdown at max took me almost 6GB of Vram
8GB of VRam feels a bit odd
to be a TI version
lets see how many FPS got on my project
π
100FPS
the 970GTX used to gave 80 here
what the hell
also this plugin is kinda cool
Requested this time ago to someone
but seems like a guy did it
tbh I thought it could be better but seems like no XD
@quasi mantle I was specifically making fun of the AAA game that did this. The recent call of Cthulhu
@unborn lotus Cry in CPU's
Like literally the article is some guy Ranting about indie losing its meaning because somehow indie means small scope... like it's probably the dumbest ign article I have ever read
Have you ordered a GPU at the end? π€
So... what is it? π
better than the 970
but worst than expected
as cost basically x2 of what the 970 used to cost me
but the perfromance isn't x2
π
that's my problem
need a CPU with cores everywhere
Did you ever wonder how the default texture looks without filtering ?
Looks wrong. Even a 8 core CPU does not need 1h to open a Blank project, lol

and today will be a long day
need to recompile everything as enabled the GPU lightmaps
Marketplace needs to recompile shaders too
it's like that since 10min ago
fun fact non black projects take more
but after load it needs to compile per level shaders
so how it makes sense ?
nobody knows
at least UE5 does it properly
wish the GPU could compute his own shaders
π
gpu compiler sounds neat, but sounds kinda pita to make.
if you move from 4.17 to 4.20 the shader compile times comes basically at x2 cost
@median wraith can you test out the gpu lightmass baking too?
the whole structure seems kinda a mess as everything depends of everything
@unborn lotus is there some generic scene ?
No just wondering how fast it is π
still loading
200 years later
also
Ryzen 7 5700G (VEGA 8) vs Core i7 11700K (UHD 750) l 1080p
Prime Tech Mart: 20% Coupon Code for software: TG20
Windows 10 Pro retail key: https://bit.ly/33renoM
Windows 10 Home key: https://bit.ly/39oBZOx
Office 2019 Pro Plus Key: https://bit.ly/33sJJv7
Ad - 0:00
Games :
iGPU Test :
GTA 5 - 0:26 - https://gvo.deals/TestingGamesGTA5
Days Gone...
not sure if this are the integraded GPUs or not
the cpu acts better than GPU than cpu xd
with that you can do a 600β¬ computer
also still loading
π
about 1h already
when that loaded this have to load
Did you ever ask yourself what the hell is loading if after load have to reload ?
what the hell
Maybe your card is not rtx
lol
Did you restart? Mayve you have to recompile some more lol
oh there is after restart
still compiling 5k shaders
2h you spend with a 4cores
feels nice
maybe you baked the world 2 times with it already
nice I really want to try
3080 Ti's got down to 1690 euro, 1-2 weeks and I'm jumping in