#lounge
1 messages ยท Page 662 of 1
great
now i've made it too big lmao
well not all models have a sane "scale" so you can apply a scaling in the mesh import options
@molten quarry right click on that green flashing tutorial icon in top right
And disable all notifications
Well, the icon is blue. But it makes this green shockwave effect
@solar nebula people do that?
I just leave it on so I know when UE4 is stuck doing something ๐ค
I run UE4 under MSVS so I can just look in the output log to tell if it's stuck
well I don't have that luxury ๐ฆ
Unity finally got their 2019.3 out of the door
so last year ๐
they are also going from 3 to 2 TECH releases for 2020 dev cycle
I guess them always running behind on the last release forced them do this
lets just hope that less pressure on releases helps them get their house in order when it comes to the WIP features
when they removed gi, did they announce that like immediately before the next point release?
They removed it before they had anything to replace it
Unsure if they now have a replacement or not
I was just curious beucase it seemed like they announced that removal and then put an update out immediately there after.
I dunno if that was the case?
it sounded like what they came up with was nvidia's invention
so expect dxr (acceleration at least)
unity is kind of a pit of spikes anyways
Progressive GPU Lightmapper is still in preview yea
It's the same as their networking solution, they stopped developing UNet in 2017 (but didn't admit to it until 2018/9) and their new solution is still a WIP demo project
lol on unet
@zinc matrix @signal citrus enlighten is still going to be on 2020 cycle for their built-in renderer, but they did deprecate it for SRPs on 2019 cycle, meaning it'll be there for 2019 LTS but not getting fixes anymore for HDRP etc
new system is going to arrive 2021 earliest apparently
I thought it was stripped out?
it's still there
they stripped HDRP support from 2020 releases
and whole enlighten will be gone on 2021 cycle
also DXR GI is already there but it's super early (and noisy)
but the new replacement will be something you don't need DXR hardware to run with
the new system was baked with DXR hw on their presentation tho
so I dunno if that's going to be in the final setup too (that devs require RTX gpu's) or if it's just for the initial prototype
re: unet...
that's kinda difficult as unet was never great to begin with
so while some new users inevitably will miss it, most experienced users wont
it's never been great in production
they still maintain it tho
does everyone just use photon now or something?
would recommend uLink all day if unity made any sense
is that still one of the things to pick from?
I stopped considering their products after they banned me from their discord ๐
photon?
exit games in general, they have bunch of unity networking solutions
it all started by me asking about their licensing, and turned out their licensing was super vague in general, they were immediately pissed off when "yet another" user came asking what their license actually meant
you can tell things are shady if their staff get immediately pissed of when someone talks about their licensing terms
their staff kept telling things being in the terms that werent and when I explained it to them, they chose it's better to not have me there
tbh, I never liked the way they did things to begin with
they try to get all people on their ecosystem, to use their matchmaking services
they don't even try to sell their products anymore, it's more of getting people to their CCU plans
even if you used steam's matchmaking, they wanted you to pay them for CCU ๐
I had paid for their product in past when that BS wasn't a thing before
they basically wanted steam users to use their cloud system anyway and if you think it from devs perspective, that's just horrible, that's two things that can break instead of one due to server issues etc
do note that they don't actually do any kind of dedicated server hosting, they only handle the matchmaking and punchthrough
gosh, maybe epic games will roll their own networking solutions, I don't think they'd be as shady in terms of licensing... also it seems weird to pay just for matchmaking indeed
pretty sure everyone wants some fee for running service like that
Unity itself sold similar deal with their UNet
on steam, the fee is basically included on the revenue cut on the game sales
I wonder how it'll go on EGS as they claim you can use their networking solution for free but it not being tied to EGS only
we are still waiting for EOS to deliver tho
I'd really want to use it myself too
i don't believe there is a networking solution offered by egs yet
indeed no, it's all "coming soon"
@quiet narwhal was saying two games use it right now
yeah, but you can't just take it and integrate it for a random project right now
with public api
(for matchmaking that is)
yeah thats what i meant by not offered
Available now: Game analytics, Ticketing system
that's... not going to cut it ๐
I really wonder why they did it in this order
why you'd even need ticketing system when there's barely anything yet
@signal citrus yeah, but crossplatform
yeah ๐คท
basically these are the things I'd want from their list:
- Parties: Enable players to form groups and play together.
- Matchmaking: Set up game matches for individual players or predetermined groups.
- Player identity: Enable players to log in and connect with others across different platforms.
well we will know for sure at GDC this year what is going on and when
rest are optional
oh right
they did that thing ๐
"roadmap is gone, tune up at next GDC"
yeah the FAQ was updated to say that
that being said, you can't really complain about free stuff
just wish they did get this done faster ๐
well we know it works behind the scenes, it's just in smaller testing now
if it works as well as it does in fortnite and dauntless for free for us that wouldn't be a bad thing. One account over multiple platforms all synced has been nice
cool.
that being said, the crossplatform part is not really going to be a thing at first either
unless you count PC only
Epic Online Services will initially come with built-in support for Windows, Mac, and Linux
PlayStation, Xbox, Android, Switch, and iOS support will be added in the coming months.
also it would absolutely be neat that eol already works ๐
hah yes tho, crossplay's gonna be a little bit more difficult
I don't even know how implementing crossplay would work, like... the client builds are different but communicating to the same server build ?
it's just data, you do with that data what you want
yeah as long as the server gets the packets and gives them to physx or any process and everything is replicated it all works ๐
right now we know it works and hopefully we will get a full sample when released. Dauntless has cross platform network play right now for all major consoles and PC
oh wow a crossplatform full sample would be great
(sorry, getting randomly high hopes on this )
well we might and if not maybe someone can figure it out once it's released and do it for them lol
that would be so dandy it'd be awesome
any client can communicate with any server in UE and has been able to for a very long time
the issue has always been platform holders, not the games
^
that's awesome tho, maybe it's even somehow easy to implement, all the multiplayer
if you have your own accounts system etc, it's trivial
btw by trivial you mean the multiplayer or the crossplatform multiplayer ?
this is where the EOS comes in
multiplayer itself hasn't been too hard as is, I had HTML5 and PC connected without much trouble and that was using the stupid net driver
you need some cloud service to connect the players (most will not do their own)
there's almost no difference between "multiplayer" and "crossplatform", the game network traffic is the same
the problem is entirely infrastructure
if you have your own backend you can get clients on any platform to connect to your own servers without much issue
yeah the backend part would imply something like any webserver running a simple x64 program, receiving https requests from various clients and giving the ip of the clients to each others as needed isn't it ?
maybe something hosted on hostgator would do ? hopefully no need for some crazy AWS super expensive plan if it's not a mog or anything
in anycase it's awesome that EOL is improving ๐
weird question, does anyone know if you can see a list over where each steam game is installed on one's PC?
Now it's a good time @signal citrus => https://cheats.rs/
I don't think there's any really easy way of doing that, you can see the install drive in the game's properties
and then you can click on browser local files to see the exact path
unless this information is hidden somewhere in steam's metadata files, which is entirely possible
@winter zealot hostgator would banhammer anyone trying to host that for a high traffic game lol
@foggy path I mean I was hoping there would be like a database view over it
but absolutely agree regarding webservers. I'm building out my backend on asp.net core to handle authentication, sessions, matchmaking, inventory management etc. Webservers kick the shit out of anything a game server can handle. asp.net core theoretic limit is currently 7 million requests per second. Thats not a practical limit but that should easily allow a few million real-world requests
my game's design easily allows for this pattern though. Might not fit well for some games of course without heavy netcode modification for the game. Mine is match-based gameplay so after a match, you return to your local-hosted level until you're ready to queue up again and the backend does its magic. Also allows for easy server registration with the backend. You can use point-server+proxy server node setups super easy this way too
I think I'm finally starting to understand how to make use of transform and inverse transform ๐ค
I have a physics handle to move something around and I wanted to keep the moved object's rotation relative to what it was when you picked it up... so I figured I could convert it to a local rotation relative to the pawn, and then back again and that actually worked somehow lol
artificial intelligence? tag material and animations
in the epic games launcher
i dislike that too
I've gone over mine 3 months in a row now
when i wen't over the limit twice one month
it makes more sense to just pay whatever fee they offer for unlimited
You doubled your limit?
i hit 4tb
ah wow, my limit is 1tb
and it was a charge of 160 dollars or something nuts
for 50 dollars i get unlimited with comcast
yeah my charges cap at $200, it's $10 every 50GB after the limit
ouch
yes
argh
on top
So essentially it's like paying for cable again, which I cut because everything is streamed now
yeah, it's like paying for ads and then you have to pay extra to get hd. and sd looks awful, or at least you used to have to
It's crazy how these companies can just keep ballooning your bill the longer you stay with them
Not even talking about the data cap
Might switch to spectrum. They apparently have no cap
Century link is now that right?
I don't think so. Spectrum is Charter communications. It used to be Time Warner cable
It's funny how these companies all change their marketing names because they eventually become negative connotations
I pay 1,000ยฅ every 6 month for internet...
Great
I think my power supply just failed...
mobo is showing RAM failure error code but it seems to be struggling to even boot at all so I'm inclined to suspect the PSU..
Corsair RM850
The People's Money.
My speeds are great when they are great, and not great when they aren't...
I call it fast but inconsistant internet.
ahh okay I pay something like $90/month
But it's going to be a lot more this month with the data overages
That's a pretty big power supply, Mr. Zomg.
I have a beefy PC with lots of peripherals
it's 6 years old so I guess it could have failed
the PSU that is
although so is the RAM...
Ugh, I have such a massive cooler it's gonna be a huge pain to take out the RAM to see if it would boot with fewer modules
I just had to replace my power supply because my Chinese one wasn't rated for 110v...
$90 a month and it isn't even unlimited...
This is why I don't like capitalism...
okay yeah I'm pretty convinced it's the PSU... I press the power button and all it does is cycle the LEDs on the mobo and nothing even happens
I'm fairly sure a RAM failure would not do that, it would at least try to boot :P
3.5 hours until the local computer shop opens... :D
When I had my ram inserted wrong the computer would still try to book, but the bios would come up and show I had some crazy low amount of ram.
Well, lucky for you modular power supplies are generally super easy to instal, assuming you aren't shoving it into a tiny case.
yeah hopefully I won't have to redo all the cables because although it's a fairly large case there are a lot of cables lol
easier if I can just plug the cables at the PSU into the new one
Shouldn't be a problem as long as you buy another modular.
yeah
I got custom cables for the size of my PC case, at least for my new PC.
This current PC is 10 years old, so I just used the Corsair cables included.
@foggy path could be the mobo too
That takes about 10x as long to test...
Ain't nobody got time for that...
I always suspected it was the psu
but after swapping the psu and putting rest of the gear to different mobo, only place where I got issues was with the old mobo once I assembled with all different parts
rest of the gear worked just fine
I'm surprised my motherboard is still working on this PC... It broke once after I took it on the airlines, but a Chinese dude fixed it.
i7 920...
I'm surprised people still run that ๐
that being said, I wonder if that would still have been better on ue4 compilation than the i5 3570k I replaced it with
for gaming and general use, that i5 really stomped that first gen i7
I don't use this computer for Unreal stuff beyond just doing real basic stuff.
I keep this one for storing lots of old games and movies. I only use it when I visit my mom and am too lazy to bring my real PC.
It has a GTX 750ti in it...
yeah, I reuse my old rigs usually too
my old i5 is now here as secondary rig, used for random things
My mom sometimes plays Facebook games on it.
and have also some test rigs where I can place crap computer parts for low end perf testing
I've lost my old celeron cpu tho
I'm sure it'll pop up somewhere the moment I ditch the mobo it fits
that cpu cost like 50โฌ new... 7 or so years ago
I can still work on me user interface stuff I need to get done in Unreal. I've been putting that off for a really long time, because there is always more fun stuff to work on.
now I got some i3 on that mobo
I guess it has to do, because I can't think people would still game on 2 core celerons today
or that I'd want to optimize the game to run on such weak hw
that i3 is still quite powerful
could be the mobo I guess but seems somewhat unlikely, at least you would think it would not just randomly die if it was the mobo
I've had 2 mobos that have done that so far
the first thing that happened when it died was the GPU seemed to crash
only PSU that I've gotten broken was one that threw out the working smoke
when booting, the fans start to turn on, the GPU starts to turn on... and then the power cycles without the computer ever actually powering on
which at least to me seems to suggest insufficient power
this is where extra crap computers are handly, quick to throw gear in to check if it still boots and don't risk too much if things break more
no way to test until I go buy a new PSU though so it might be several trips to the computer store in the worst case :p
I don't even know how you fix a motherboard, but this dude in China sure as hell fixed mine...
yeah, I know the feeling
all my extra crap computers are so fucking ancient none of the components are even remotely compatible lol
I was really frustrated when my old i5 started to struggle on boots
it would like boot on every 10th attempt eventually
I still don't know where the issue is, it sounds like some cap failure
but visually all caps are fine
One of my old computers needed a good kick to the side sometimes before it would boot lol
no joke
Just be happy there is a computer store in your area. I just got back the the US last week and my main computer store is going out of business...
this reminds me of my friend who had his computer die recently as well
man you should have seen his cpu once he took it apart
it was so corroded all over the contact points that I'm surprised it even booted anymore
wow :P
I'll never watercool my stuff unless I don't have any choice ๐
but yeah, we both had our rigs fail within month of other and both had pain of not having working rig because of it. we both ended up getting new ones :/
I wonder if verkkokauppa would test my PSU if I bring it lol
it's well out of warranty but who knows
altho in my case, I already was gong to get new ryzen at that point, was just bummer that AMD didn't have them in stock yet
I dunno, they have pretty crappy support
you can try I suppose
yeah it seems it has gotten a bit worse
I've got quite few bad experiences with them even when the warranty was still on ๐
I remember I brought in something some years ago and they just took it in the back to verify
I can give you a Chinese power supply if you want.
I can't promise it won't blow up your whole computer though...
remember to wear gloves and a mask when dealing with Chinese hardware
Might get the coronavirus.
yeah run antivirus when youre done
lol
I'll trade you two power supplies for a pack of 10 surgical masks.
They ran out of masks in China.
talking of which, the ebay case I had where they sent me the wrong item.. seller first suggested he'd give me 50% refund as they operate on low profit margins
like wtf I do with wrong part in the first place
I probably should buy new surge protectors... The ones I have are pretty old and although they have indicators that supposedly show if it has failed, I have no idea what the indicator is supposed to look like when it's still protected lol
then put normal ebay refund for wrong item and got 100% immediately
you would think they would pay attention to what they ship if they are so strapped for cash lol
I don't even have grounded power sockets here ๐
gotta love old apartments
you mainly find those on kitchen and wc on these
this was built in 2004 I think and it's been built all fucked lol
Who needs to pay attention to what you ship, when you could be drinking vodka at work instead.
that's what I thought ๐
not my problem, so don't make it my problem
@foggy path btw about those transform things you mentioned earlier, they can be super handy. I use them all the time for moving things from local to world space and back, just make sure you pick the right variant for the thing you need it to do
yeah
I'm trying to figure out what the fuck this is and who asked for it...
Hold out your hands and meet Orba, a new kind of musical instrument. Itโs a tiny synth, looper, and MIDI controller that lets anyone make music immediately. Orbaโs minimalist design resembles a cross between a gaming controller and a half a grapefruit, and its feather-tou...
math stuff is not my forte so it takes some figuring out how to solve certain mathy problems lol
I once did a quick portal proof of concept with ue4, used those for matching the cameras with different portals
I like how they start it with "not just for musicians' but then they mostly show people with expensive pianos
I wonder if I could code with a piano
Ungrounded outlets, damn. What Country do you live in?
if it works as well as that advertises it seems like a potentially nice instrument... I know there's people who like odd instruments like those
@stiff crystal With scene captures? Did you get far enough to worry about optimization?
Putin hates grounded outlets, Mr. Phantom.
I think Putin is just more of a take no shit kind of guy
ungrounded is probably somewhat common in older apartments here but I think our power networks are fairly stable
big thunder storms might be the main thing to worry about when it comes to power surges, but those are not very common
is tha Spain or something over there?
Finland
oh wow. cool
also by old I mean something like 60s
well not the ungrounded thing but lol
or older
Putin is your ground
@steel jackal I didn't really care too much about the optimization but it really boils down to the capture resolution. I could make it work for fullhd without huge cost on my old gtx670 I had at that time
what was bigger pain with that setup however was CMC
as it kept doing random jumps when I teleported it to new place and direction ๐
I should have just done custom controller for the demo
Now they want me to buy two of those Orba music things that I don't know what the hell it is...
Add about 150kg and you might be about right.
HandsUp
CMC needs to die slowly in a fire
^^^^^^^^^^^^^^^^^^^
everyone loves CMC
wasn't there legit talk about Epic refactoring/gutting it?
or is that just a kentucky fried mouse?
there's some experimental new thing but I dunno if it's even being developed anymore
or just piled on the same place with other experiments before they get slowly forgotten
Log into Facebook to start sharing and connecting with your friends, family, and people you know.
ex-perimentals
You can now see, delete and turn off the tracking facebook does of activity other than on facebook
I'm pretty sure only old people use Facebook.
it'd be really cool to see what info your bank/credit companies sell/share about your spending habits.
nobody ever talks about that one and its almost everyone
Ive bought over $4000 stuff from jbhifi over the past 5 years... they still cant send me ads relevant to my tastes
lol
they just keep peddling those old logitech harmony remotes no one wants
// Network Prediction Plugin
// -------------------------------------------------------------------------------------------------------------------------------------------------
High level overview:
-This is a *WIP* plugin that aims to generalize and improve our player prediction systems.
-Long term we hope this replaces UCharacterMovementComponent and its networking system (ServerMove, ClientAck*, ClientAdjust*, etc).
-The GameplayAbility system will be updated to interop with this as well.
-NetworkPrediction plugin is the core generalized system that you need to enable to use anything.
-For now at least, new movement classes built on top of this will live here but could one day be moved out into a dedicated movement system plugin.
-NetworkPredictionExtras plugin contains some examples that may be helpful in learning the system. It is not inteded to be used directly in shipping games.
he wants to see cooking utensils
-We are not moving to a global fixed ticking system. Though these systems have huge advantages, we don't think it is a good universal solution for the engine.
sadface
I've seen the netprediction plugin but didn't realize they hope to replace cmc with that. curious how that'd work
there are some updates for this every now and then: https://github.com/EpicGames/UnrealEngine/commits/master/Engine/Plugins/Runtime/NetworkPrediction
yes lets replace the convoluted CMC with a more convoluted system, that'll work
only one this year so far
They need to start proper integration instead of all this side project stuff, it would make using them far easier. The issue isnt so much the implementation but the way you experience it within the editor
@pearl elk its supposed to be or become an abstracted replication system that can apply to pretty much anything
the idea is good. implementation, I have no idea how it looks so far
The current replication system is decent enough right now to be honest. I used to think it was too chatty but I realized I was just writing chatty code. a lot of shit doesn't need to be replicated
example: netcode shouldn't give two shits what is spawning gibs or decals. The client can handle that deterministically and keep the channel clear
one of many things I needed to clean up
They could streamline how replication works, right now its too needy from the user end. I want them to make some assumptions by default not expect me to explicitly state everything.
not sure what you mean. do you mean, the way calling code uses it or how its opted in to?
Its why I feel like Epic needs more people who work with dynamic languages over static
ah you mean all the boiler plate you still have to write
it could be worse. Its c++. I'm just glad they generate the boilerplate that they do lol
Id call it boiler plate but its more like a mountain of ovens
I know they'll never do this but I really wish they would do a fresh engine v5.0 primarily in c#. it is 100% feasible performance-wise and platform-wise now too
go net core
I just want to focus on the design primarily but the way Epic does things always shifts the focus to technical over creative.
You can see it in things like their Spline tool for landscapes, it works reasonably well but creatively the tool sucks because its so difficult to use.
Unity relies a lot on codegen now on their HPC# and DOTS
to reduce the boilerplate
but I don't really see UE4 for going to C#, ever
I'm on the technical side so I'm all like keep it coming lol
nah, Epic will never go c#. I just wish they would
I also honestly don't get all the hate toward UE4's c++ macros
well for me Im okay with UE4 staying with C++ at that base layer but it needs to stop creeping into the editor where BP needs to be more dynamic.
like do these people really want to write that boilerplate code themselves?
UE4 does a great job of simplifying using c++. Its actually pretty awesome. It just doesn't come close to c# for ease of use or iteration times. I'm partial though and I admit it lol
yeah BP would have been primetime for c#
I dunno, it's not that far behind
bigger issue here is that UE4's API is so huge and badly documented
that's what really slows down the c++ dev on this engine
yeah, intellisense tries to hang itself on lower end systems lol
and why BP's work so well
only pain in c++ side is the totally unneeded header nonsense
you shouldn't need to do that crap for game projects
I dont even bother with Epics documentation, I just use grep and learn from the code itself
ooh awesome thing though. I noticed they improved the APi docs a lot. I *love how they now have the header location right near the top of each page for every type
that has saved me a lot of time
pretty sure the hierarchy was always on the api docs
because that's mainly what I ever used it for
used to be buried at the bottom
nah it was missing for awhile
Module Engine
Header /Engine/Source/Runtime/Engine/Classes/GameFramework/Actor.h
Include #include "GameFramework/Actor.h"
that is a nice touch right at the top
ah, I thought you meant the hierarchy view itself
I'm going to buy a new midi guitar.
comfortably seats 7
Though I should probably learn to play piano keys... But what fun is that...
Introducing the Studio MIDI Guitar by Jamstik. A MIDI Guitar built for producers and guitarists with dual electric & MIDI Capabilities. Pre-order coming soon, subscribe to the email waitlist to reserve your spot in line.
That's the new one I'm going to get.
Right now I just have the small version.
I can take the small one on airplanes real easy.
I should probably get my DAW stuff reinstalled to this computer
had fresh win10 install for few months but zero audio work
can't wait to fight with VST DRMs again ๐
all legit and bought, but that's actually what makes it pain
I don't know what all that other stuff does...
I just have Kontakt. After that I had no music budget left.
I have way too many libs for my skill level
it's so easy to go on hoarding that stuff, it's like games on steam
I just play with FM synthesis and things I'm bad at with DAWs
I found a VST which emulates the OPL2 chip that was fun for a while :D
I wanted to buy the new massive from last sale but I know wouldn't really used it enough
Well, if you have a nice enough instrument you can just play a few notes and let Kontakt instrument shine...
I liked Reason around Reason 4 but its very expensive now. Always has been I guess
https://projectsam.com/libraries/swing/
But this is what I am going to buy after I finish my current videogame. I'm not going to expand my budget for new stuff until I finish my current project...
Don't want to go off on too many tangents...
There's Presonus that has a free version. Decent DAW
Just don't get into the whole ProTools rabbit hole. Its a BS money trap
cakewalk is now free as well
I used Studio One a long time ago when I was recording actual instruments and singers.
Now I just have FL Studio.
FL is decent too. A lot like reason.
I don't use even half of it... I just stick with it because I know where stuff is.
Yep
I don't want to sink too much time into music production, not like I am trying to make an album or anything... I'm trying to make a videogame.
I use Reason 10 but I'm pretty bad, mostly for fun really :D
I think the latest is 11 :P
I assign different instruments to different characters in my game and different melodies to different locations in my game.
Then I just record the different melodies with different Kontakt instruments and go into Unreal and make sound cues...
So if the character who is the piano talks to you in the town, it will play the piano version of the town melody.
If the cello character is also part of the scene I will layer the cello over the piano.
that's a cool idea
I could probably do some basic soundscapes or something, just to fill the background with some noise... those are basic enough that even I could do something like that :D
just find a nice sounding synth and hold a key down :p
Bassoon.
From a storytelling perspective, I am always looking for ways to attach colors and shapes and symbols or whatever else to my characters.
The kind of things 90% of people will only register subconsciously.
But I think that is an important key to getting players to connect with the story of the game.
For some reason that made me think of characters from Jojo lol
they often have a color and some type of shape or symbol attached to them
Some people can just go out and be creative and make stuff that is interesting...
I personally have to go through a process that most people find boring and convoluted to get to the results I want.
heh
I think it's interesting if you can break down those kinds of things into a more of a process
that probably makes it more repeatable and you can make more conscious choices about what you want to do
I spent a good amount of time working with my color wheel and trying to pick out what sections of the color wheel can represent each character.
I didn't want to get deep into the project and end up with two characters with similar colors for no story related reasons.
If two characters share a similar red, it has to be because they share a similar something in the story.
But then again, I'm insane.
all bassoon users are
I can't play a bassoon... double reed instruments are hard...
I bought a VST library recorded from a good bassoon player.
So you wernt born in insanity you merely inherited it
Looking at the Dato Duo, a pretty awesome two-sided synth for all ages. :D
Subscribe โ http://bit.ly/subAndrewHuang
Support my work on Patreon and be the first to get all my new music, including exclusives like today's track: http://patreon.com/andrewhuang
Visit Dato here:...
I need this...
LGR has been buying retro synths and stuff recently it seems
I've been spending too much of my disposable income on cars lol
Can you make music on a baby synth, Mr. Zomg?
if a baby can then it would be kind of embarrassing if I couldn't ๐ค
Well, the upside to working in China is I'm not tempted to spend money on my car, since it is in the US.
I only drive it 2 or 3 months out of the year.
heh
The downside being coronavirus...
it sort of sounded to me like that's been somewhat exaggerated, something about how it's dangerous to mostly people who have poor immune systems like really old people and such
The virus doesn't worry me one little bit.
The way people act about the virus... that's the pain in the ass...
ah :P
Not sure when I am going back, my company is still closed for the holidays so I haven't gotten any word.
I might end up in the states a bit longer, who knows...
I have my expensive computer and my ultrawide monitor in China though, so I have to go get those at least.
https://www.youtube.com/watch?v=Wq2rUsUTL_0
This is what it is like going to the computer store in the US if you need to buy a power supply, Mr. Zomg.
Could Fry's Electronics really be in THIS much trouble?
FOLLOW ME
Twitter | Instagram | Facebook
@bitwitkyle
BECOME A BITBOI
-Become a Channel Member for Exclusive Perks and Content: http://bit.ly/bitwitmembership
-Link for iOS users: https://www.youtube.com/channel/...
interesting that even in the US it's not working out for them
there used to be a lot of smaller ones here but nowadays not really, the one near here is a pretty big national retailer who also sells appliances, phones and other stuff too but they have a reasonably comprehensive PC selection too
I guess in the US shipping from Amazon is faster and cheaper so people have even less of a reason to buy from a retailer
A lot of stuff around here seems to be going out of business because Amazon and Walmart are just demolishing everyone else.
I had to get my power supply off Amazon.
for this retailer it would probably take them a day or two to ship from their main warehouse if I needed something that they don't have on the shelf and I would still have to go pick it up from the store
add 1-2 days if you wanted it shipped to your door
(or more if over weekend)
The shopping mall I used to go to is now pretty much empty... There are literally 5 or 6 empty stores in between each open store.
I'm sure if Mr. Floss was here he would be spouting some nonsense about how the US Economy is doing so well because of stock market this and stock market that...
But for the everyday people it looks to me like the economy is taking a giant dump...
I don't know if it's taking a dump tbh, more like it's just changing at least when it comes to retail
even with faster shipping I'd prefer going to a store tbh... because if I need to fix my PC I can just jump in my car and go buy the parts I need and I'm not gonna have to wait (unless it's the middle of the night like it was now lol)
I took a dump once, I was back stage at a Metallica concert and I saw Lars heading towards the toilets...
maybe your butt touched the same surface Lars' did
you're almost a celebrity basically now
I still have that turd in a jar
The thing is, people are losing jobs when these stores close down.
There are many new jobs to get, but they end up trading down from a 40 hour a week job with health insurance to a part time job without health insurance.
Which is a huge concern here in the US... you lose your health insurance if your company closes down and you no longer have a job.
yeah it'll be interesting to see if there's gonna be any change in politics... which seems somewhat unlikely given historic events but who knows
And companies like Walmart are in the process of getting rid of 2/3rds of their full time positions in exchange for more part time minimum wage jobs and automation.
they did a test here with "basic income", basically you'd get X amount of money regardless if you had a job or not etc.
it sounded like it was a bit of a mixed result, but also that they were a bit hasty with it so hard to draw any real conclusions
They are literally having the people who have the full time jobs that make slightly above minimum wage compete with each other to keep the jobs they have had for years or even decades.
So it there are 10 managers making $15 an hour, which isn't great by any means, they now have to compete with each other for 2 jobs, and the other 8 get fired and have to find employment elsewhere...
people spending money they dont have is great for the wealthy bankers
It is one of the most dystopian things I have ever heard...
Im surprised we arnt born with a debt cuz they charged the baby for the hospital bill
Have you ever looked at how expensive it is to have a baby in the US?
there's been similar scenarios in the past where certain industries die out but yeah it seems like it's happening in fairly large industries at the moment
I dont want my babies anywhere near the US
Walmart had 5% growth last year. Walmart is the one winning and putting other businesses out of business.
I would understand if the guys going out of business were the one cutting the full time jobs.
I think they misspelt Warmart
it's interesting because in the US you have fairly large concentrations of people in one place, so you would imagine even more niche retailers could operate there
it's harder for them to operate here for example because there's much less potential customers nearby
This is why you gotta go mobile... food vans
I really don't know. It is going to be damn hard to compete with companies like Walmart and Amazon when the government not only subsidises the pay of their emplyees through food stamps and low income housing, but also doesn't require them to pay taxes...
it's funny about food vans because it's apparently really hard to operate one here :D
there's so many laws and regulations that it's really hard to follow the laws and be allowed to operate
for example, a restaurant may be allowed to serve beer.. but only indoors! if they have an outdoor patio area, you might not be allowed to take your beer outside :D
Walmart doesn't pay enough, so in return tax payers have to pay for welfair programs to support the people Walmart won't pay decent.
Then Walmart makes a shit ton of money, and doesn't give anything back to the tax payers.
so what you do right is park your food van in one of the aisles at walmart then you can serve beer
lol
well time to go plug in my car's heater so it won't be annoyingly cold in two hours when I need to go PSU shopping :P
you can buy brew kits here without an ID so I guess it is the Australian way
It is weird, I have to actually get in my car to go get food here...
I'm so used to having the scooter guy deliver my food to me...
you get a free side of coronavirus with every order over $10
Yup.
I bet you ate fried batwings last night
I don't think they have that here...
I bought a computer chair once, and then it didn't fit in my car... So I had to return it to the store...
No scooter guy in the US...
sounds like a business opportunity... on ya bike
I'm going to try a US pizza... I'll ask them if they have roast duck.
Did you ever see my motorcycle, Mr. Olympus?
soft tail aye
That's a V4 Honda Magna. They don't make those anymore.
I always liked the sound over the VTwin engine... not sure why.
That's a twin, right? Hard to tell without seeing the other side of the bike.
Ooooo... PizzaHut has buffalo wings...
but yeah its a twin 1,868 cc
That's a lot more ccs than I could ever need...
lol yeah I would kill myself on somethin like that. The Quad is only 360
lol dunno why I capitalised that
dun dun dun..
The V4s have 2 pipes on both sides.
My motorcycle is a 750cc.
yeah more of a cruiser
It was actually crazy fast. The Magna is actually closer to one of Honda's sport bike engines, but put on a cruiser body and tuned differently.
Faster than I would ever want to go anyways...
I was never able to truly use the full power of that thing, and I was young and stupid when I bought it...
Now I'm old and prefer my slow car...
yeah its not like speed limits let you really unload even the smallest motors
saw a guy test driving his whipple supercharged Mustang GT... in a 40mph zone, I was like duuude dem feels lol
I usually drive pretty carefully and yet I have a V8 lol
magnas are sick
a friend described someone in a fast car driving slowly as a "speed troll"
Even just going full acceleration on that thing was insane...
Obviously 2020 me wouldn't stand a chance at using it to its full potential, because I am old and boring... But it still surprises me that the young stupid version of myself could never really max that thing out.
I love the sound of the Magna, Mr. Pez.
Hey if theres a way to go on a bike going fast would be one of em
Ive got a mate whos written off 3 bikes and owns another 3 atm lol
you sound like a friend of mine... he's been having some nervous system problems and he thinks it might be because he hurt himeslf so many times on bikes when young :P
fastest bike I've owned was limited to 45 kph lol
I guess thats why I enjoy the quadbike it tops out around 75kmph
I hit a pool of water that had flooded the road at 50 mph once... the water was deep enough to reach the headlight of the motorcycle...
It was like I had hit a wall without the bloody death part, and somehow the bike just kept going... fully submerged...
Crazy shit, I should have died that day.
fast enough to have fun, not fast enough to end up a quad
Fastest I have gone in my life has been 175kph... I could never bring myself to push it any further on a motorcycle with no wind shielding...
Ive done over 220 in a car lol, I dont ride bikes much so ๐
I went about 160kph on one of those tall overpasses way about the highway, with a steep curve. I couldn't physically get my body to push the bike any further than that, it just wouldn't do it.
I did 220 in my car, on the highway here... it was kinda scary because the highway here is not exactly flat :p
I doubt my car can go 220kph...
mine's limited to 250 but I've heard it might do around 320 with the limiter removed
I only have a V6, I figured going up to the V8 would have been a waste of money for my lifestyle.
V8s sound awesome but yeah, not alot of places to use them realistically unless you get something that can offroad
Even if the engine could do 220kph, I don't think I would want to do that without making some upgrades to other parts of the car.
I got a straight 6 which would do about 180-200
I might be odd, but I would rather be able to push my engine a little bit than have a V8 and feel like I am constantly giving it zero of its potential...
thing with newer motors is those alloy heads, tend to warp and can blow chunks
I kinda like just having it because it's fun to know you could go really fast if you wanted lol
I would want to do some upgrades to the frame of my car before I would even try racing the thing. It feels a bit loose at high speeds, if you know what I mean...
lol ahh speed wobbles
mine's got the sports chassis from the factory, comes with less comfortable suspension and bigger brakes so it seems fairly stable
even if it's a pretty old one by now
I'm sure it could go fast if I put the money into it... but then... RTX 3000 series... Midi guitars...
Think of how many Megascans I could buy with that money...
O wait... those are free now.
lol
Megacams
One time I went a month without going into reverse with my car...
I'm gonna use the ultimate bread thing for my game, the only food you can eat in it is gonna be bread and rectangular gray boxes
My transmission was being total shit and I couldn't shift into reverse or anything... I was certain I was going to have to buy a new transmission...
Then one day it just started working again and has been totally fine for 2 years...
heh
I heard that my car's transmission might get some problems around the mileage I have on it... randomly go into limp mode, cost something like 1500 to fix it
it's been fine so far so hope it's not gonna do that :p
I've saved up the money now, just waiting for it to happen.
But perfectly fine so far. I think having money makes it work.
I have the money but I'd still hate to spend 1500 on something like that :D
been looking for a new car but sadly the ones I really like are a bit outside of my budget right now, especially as dealers really don't want to give a fair price for my car because it's too "special" for them
I didn't have the money back when mine was breaking... one of the big reasons I decided to skip the country and go to China.
I don't plan on buying a new car until gasoline powered vehicles are made obsolete.
I hate car payments, and I doubt I will ever just have enough cash laying around to buy one outright... If I had that kind of money I would be putting it toward other things.
depending on what sort of financing terms you get it would make sense to invest that money anyway (although I recall you don't particularly want to do that)
at least here you can get cars financed with pretty cheap interest rates
I could put the money toward hiring an animator for my next game project.
I have trouble finding cars I want with the features I want and the right colour, its always one of these things or two at best. Its like, Im not buying an SUV just to get lane change assist I want that feature on the turbo charged sports car damnnit ๐
that's exactly my problem monsium
I really want a recent'ish C class coupe, but all of the ones with the specs I want are C class wagons no thx
I want an animator.
Yeah I dunno why they skimp out on the cheaper coupes interiors so much when the cheap SUVs have all the shit
There's one which is really nice but the dealer gave me such a shitty trade in price for my CLK that I'm like naaahhh
so I bookmarked the vehicle to see if they can't get it sold and usually that means they might be willing to come down on the price lol
I could probably sell the CLK myself and get a much better value but it's really inconvenient as I would need to buy something else to get around while waiting for the perfect one I actually want :P
I wish I could afford a Challenger SRT but theyre just too much
pretty much all of those are outside my price range lol
Even the Grand Cherokee with the Hemi in it here is super expensive, the motor alone adds 30k to the price
Im gonna get a Monaro I rekon and put a newer LS in it
those are pretty cool
never seen one here, I know they sold those as Vauxhalls but not sure what happens in Opel-country
I might be able to add a few newer features to it by gutting the interior
well Opel sell the Commodore, basically the same thing but a 4 door. I think they even sold the HSV type model the W1
oh yeah it's the Insignia
looks like the Monaro was a UK Vauxhall exclusive
I guess they didn't want to do it as a LHD
yeah thats the new one, thats why Holden stopped selling em cuz GM doesnt own Opel anymore so they had to pay licensing fees
We had the Astras here under Holden too
One day I will own a Vette and a Challenger, cant wait... I will probably die in one of em ๐
lol
a lot of the cool cars from when I was younger are getting expensive nowadays
apparently 10 years ago you could get an NSX for like 30k and now they're three times as much
yeah some definitely are, then again some older cars arnt worth it now with newer technology
Ive seen some cool chassis swaps but whats the point, if you dont have 4 wheel discs and whatnot its easier just to buy a newer car
I remember thinking the Toyota MR2 looked cool, now Im kinda like meh lol
I used to have a Ford Falcon XD, I thought it was a piece of crap just a big white tissue box and even those are catching a decent price now.
those ones didnt have 4 wheel discs until the XF few years later, this model didnt even have power steering. Felt like driving a tank
heh
I drove my friend's old mazda with no power steering once... it was alright once you got up to speed but annoying to park
Well that Ford is very wide thats why it sucks, people like em for the big engine bay to turn em into drag cars
Never understood the fascination with driving really fast in a short straight line
Theres so many cool roads around, very few straight flat ones
Im very much a fan of awd systems, traction control and the like, especially when Im driving next to a 200m cliff face ๐
lol
most roads here are sorta boring tbh, decent scenery in summer but otherwise not that interesting unless you're doing so much over the speed limit that the fine would be rather large...
which is partially why I like cars that have some power but are nice for just cruising
Yeah as much as I like supercars and exotics they arnt hugely practical unless you have a garage on your yatch
my friend who lives on the Isle of Man (no speed limits...) is always egging me to buy a Focus RS lol
I saw a concept of one of those jacked up like an offroad bug, it looked really mean
this is hilarious
you can do it
as long as the snow banks don't get too high
Did you see the 2020 Corvette with no wheels in Detroit?
obviously someone left it cuz it got snowed in and boom, gone
I know they test the Porsche and Mercedes-AMG cars for example in northern finland and sweden to ensure they are workable in freezing temps :D
although I never see those in winter :P
nah did not see that
I could see why an SUV or cross would be more useful in snow
It kinda depends on where you live I guess... I live in the city/suburbs and our winter maintenance here is fairly good, so you don't really need ground clearance
even though we usually get tons of snow
my RWD 400hp V8 is just fine as a winter car for example :D
I wasn't sure if it would be when I bought it...
but it's fine :P
sedans tend to have decent clearance anyway, I have a BRZ and that thing has no clearance at all lol
Guess who just got pizza...
yeah the HP probably comes in handy with the right tyres
yeah the BRZ probably has a bit less
I mostly drive my BA Falcon cuz its easier to cruise, the BRZ has like 20,000 ks on it
those seem pretty fun, I've been meaning to test drive one to see if I'd like one for myself but there's never any for sale near here
amazing handling and well balanced just no guts, was looking at upgrading to a 2020 model which has a turbo
its going to get the Outbacks motor
it's something like 7 seconds 0 to 100 tho isn't it? that's probably enough for my use lol
try that up hill though
Finland is reasonably flat :D
they are definitely cheap to run and the tyres, Ive not changed them once in 5yrs
I'm surprised I haven't had to get new winter tires for the CLK... I've been powersliding it all over the place in winter, I guess the snow and ice reduces tire wear enough for it to not be a problem lol
amazingly balanced car, Ive heard that people even prefer driving it to the new Supra which has more power so once it has a similar output it'll probably end up out selling those.
Yeah being Australian I know nothin of snow and ice, gravel and dirt however ๐
I used to have a Ford Puma which was lots of fun, I suspect a BRZ or GT86 would be similar
(the old Puma was a small coupe, not a crossover like the new one)
Ive seen that sludge that dirt and snow make in the rallys, Im so glad I dont have to contend with that and pockets of ice on the asphalt
it's not really much of a big deal when you're used to it and have good tires
but every year there's always people having accidents when the first snow and ice comes, even though it happens every year :P
yeah bad drivers are all year around, snow and ice probably just helps weed them out
Cant remember seeing anything like the Ford Puma here, the front looks familiar but mostly from hatchbacks like the Fiesta. We didnt get the Chevy Cobalt either
I just unsubbed my Megascans
got plenty of points in store now
they are not free for everyone :p
yeah the Puma is based on the Fiesta
had a revvy Yamaha engine and a cooler design :D
lol reminds me of the smart cars with the hayabusa engines
it wasn't that mad lol
I saw an LS swapped Toyota 86, was so tempted to do it to the BRZ but it costs about as much as the car did lol
because they use the Boxer engine its on its side which gives room for the small block V8
Would probably be pretty hard to get something like that to pass vehicle inspections here lol
there's a japanese minivan which had the same engine as in the 350Z as one of its engine options
even in a Holden ute you dont have enough weight over the rear so this thing would be madness
those might be fun lol
bwahaha, that was the fastest production car at one point
welp time to go buy a PSU and hope that I correctly diagnosed the problem and won't have to buy something else instead :P
well okay the PSU was definitely fried.. but now the BIOS says I only have 8 GB of RAM installed...
That's not enough.
yeah it's missing 24 GB :P
I hope it's just being weird because I tried to do a CMOS reset
...now it's trying to fix my failed hard drive which I would have removed if I knew which one it is and that's taking ages lol
goddamnit windows 10 trying to be too smart for your own good... not even giving me an option to skip this...
time to pull disks by trial and error I guess :p
for older cars, engine swaps can be quite trivial, for any more modern car you'll be in trouble
here in finland that is
for legal side that is
getting things to fit is another thing
and of course you can't put way more powerful engine from the factory into car model that never had any config near that power level
so, I guess not as trivial after all
for weaker hp cars, it's really stupid law because there's different limit for swapping the whole engine vs what you can tune out of the engine that's installed
for latter, there's weight / power ratio
and for swapping, you always compare to higher power variant for that car model and can put +20% extra or something like that
okay good the 8 GB RAM was just a glitch, back in Windows and it's all there now :P
for a moment I was worried the PSU had fried majority of my RAM along with it but thankfully no
yeah the electronics harness in new cars is the issue when doing swaps. In an older car which doesnt have one its easy just to install one to match your config
The dash in my BA is actually part of the entire stereo headunit, all the AC, immobilizer is wired into that computer so to put an aftermarket stereo in I had to leave the original stacker in there
I highly recommend just replacing all that stuff if youre going to do an engine swap ๐
yeah it's same with german stuff... like mercedes stuff is all super integrated
I think even the speakers in the car are running on the optical data bus that's some mercedes thing..
oh thats cool though optical data bus is snazzy, much better than zillions of wires
I don't really know from own experience but I heard something like that is in there :D
my BA is just one big mess of wires under everything since its fully electronic, its not even that new either. Id hope newer cars are more like the Merc rather than a dedicated line for everything
I coulda got a harness to wire the aftermarket stereo into the steering wheel controls... $200 just for the harness, the head unit cost me $130 lol
wonder if it's really that complicated
I mean a button on the steering wheel is just a button :D
Its because the harness for steering wheel controls is like a universal dongle to support all cars so alot of development went into it. I kinda get it but its not worth that much to me when I can just press the buttons on the headunit
new cars are insane with the electronics
I did completely new wiring for my hobby project car in one night, had only bunch of wire reels at the beginning
and that happened through night because I had to get the car inspected within few days from that moment and still didn't have a) any windows installed b) motor in car
I had a permit for some bigger modifications that was about to expire and it got really close to the deadline ๐
cars are overrated, bicycles ftw! ๐
even bicycles these days have crazy electronic wiring harnesses ๐
I got three wheeled electric bike too ๐
I wanna get an electric dirt bike they look so much fun
yup but mines just pure pedal power, still cost ยฃ1200 though ๐ฎ
lol
direct drive is pretty hardcore
I remember thinkin it was the shit when I had an 18 speed mountain bike
had to be done.
I kinda wanna get a direct drive wheel for simracing... but I don't have space for a bigger simrig thing which it would inevitably require
I like NFS Heats patch notes, added support for racing wheels... cuz thats not something you expect out of the box for a racing game
lol :P
tbh I don't know if I'd even bother playing more arcadey racing games with a wheel...
I once played gran turismo in a seated frame with wheel, pedals and stick. It was exactly like driving a car. Which ironically, is about the price of the rig I played in.
the newer GT games are probably fairly authentic
I don't know how it compares to say iRacing or something though since the last GT I played was GT2 :P
I've tried Forzas on wheel
they are horrible
it's super obvious they are designed to be played with a gamepad
at least Horizon series
not sure if I ever tried Forza Motorsport on wheel
Live for Speed works really well on wheel, it feels really like you'd imagine it would feel in reality at least for some of the vehicles, you rarely get that kind of feel on racing games
Project Cars 1 was horrible, it didn't resemble real life driving in any way
iRacing's pretty solid, I think it's considered to be one of the if not the most realistic sim currently
I like Project Cars 2 at least, it feels authentic but it's not quite on iRacing level I think... but it has a lot of really fun to drive cars
I think I've only tried pcars 2 briefly with a pad
I used to play LFS back in the S1 and S2 days but I think it's a bit dated today even with S3 :)
but it did handle so much better even on pad vs the first game
the main reason I haven't even tried iRacing is the bloody sub
tbh I'm really surprised they even reached S3... the project seemed like it just died completely
yeah it didn't really go that well ๐
I think I only got S1+S2 license
and S3 makes zero sense with the content it has
yeah, the sub thing and buying cars and tracks is a bit weird about iRacing, but if you want competitive online racing I think it's pretty much the best thing out there
Assetto Corsa Competizione might offer some competition for it but I haven't tried it yet
sure, but it would also require the very thing I hate about games: you have to play it a lot and regularly
I prefer games that I can pick up when I want and then just stop if it doesn't feel fun anymore
subscription based things make you feel obligated to play or you paid for nothing
yeah, I haven't been subbed to iRacing for months now but I'll probably go back to it when I feel the itch again :D
I truly hate that model
the really cool thing about it was that you might race against real racing car drivers sometimes
I was driving GT3 cars and from time to time you'd have some guys who race those things in real life
aren't those the worst? ๐
I still remember one semirecent case where such got banned
yeah there's been a few cases where pro racers get salty and then ram people lol
it's kinda funny
one game that works really well on wheel is the original flatout 1
that game has most arcade physics model ever
but it's really responsive on wheel
one does not know what they miss if they play it on gamepad
Wreckfest is apparently like that too although I haven't played it myself
yeah it has solid wheel support
flatout 2 and UC and their ridge racer unbound were clearly for gamepads only
wreckfest has had so many different handling models
they changed their vehicle dynamics really many times throughout the development
their initial setup was really nice, they stuck with it for long until they went more physically based models and it took them forever to get them dialed in
wonder if the latest carmageddon game is any good
I hear mixed things but I have fond memories of carma 2
:D
I'd expect it to be full trash
and apparently I also have it on my steam library ๐
it does have positive steam reviews at least
Did everyone notice that Digital Homicide "Studios" is back for another run? Im not sure why they didn't change the name (except for the fact those guys are complete and utter morons).
You should support my company Digital Fomocide
never heard of those
@fluid bloom they made the worst games on steam for the while. Then tried to sue Jim Sterling for defamation of character and lost.
yeah they just resurfaced and the first thing they did, was write 3 blog posts slating Jim again.
theyd wanna be careful cuz if they go too far Jim might have a case against them
blowing on rust wont get rid of it
I'm simple man, I see Rust I downvote.
Id take Julia
Ah, Julia, once I made her run for awhile.
Haven't checked out her since years.
Julia is so cool she doesnt need Python
She is self-sufficient then...
the best part of Rust is that once it compiles it works ๐
barring logic errors in your code
best part of Rust is you dont have to use it
Im sure its better than C++ but thats not saying much ๐
it's better than most languages out there
cept for Julia hehe
Rust actually has a comprehensive enough type system to be "if it compiles it works"?
No language can save bad coder.
type system in Julia is so good it just works
rust compiler even tells you if you try to use some variable after it's freed
square peg, round hole... Julia is like no warios
it even refuses to compile if you try to write a threaded system with data races
that's useful
when you get it correct it compiles
Haskell is the only one I've used which goes that far
The thread reasoning was interesting, but the rest does not sound impressive.
optional you can have in many ways.
I'm not going to list out all features ๐
@foggy path by functors you mean the traditional map, filter etc functions?
a functor is an abstraction over something that you can map over
the type system doesn't support higher kinded types yet so that might be a problem ๐ค
I'm not sure really
ah
Nah, I don't mind really, but is just... hype. Gonna check it out after 10 years.
@cursive crypt big plus over c++ is that rust has build and dependency management tools out of box
What is this?
How to make your Haskell code parallelised: put par in front of your function call lol
That sounds fine for simple use cases.
The par.
Anything more complex, more performant and you gonna want to be out of it.
Aah, such package management.
yeah there's a lot of options, the nice thing is that the compiler can parallelize really easily if your functions are pure
Hmm... not sure.
you can basically just tell it hey can you make this use more cores thx :P
I like Haskell btw, except its weird syntax somehow, but at the end - okayish.
you get used to it :D
@foggy path what if you pass shared state to pure functions?
Yeah, likely ๐
I like that it's very expressive, and the whole "if it compiles it works" concept
passing shared state to a pure function doesn't really change anything because if the function is pure it can't change the state
sure
Rust type system would force you to use atomically ref counted stuff and mutex locks for the data in that case for example
really depends on what you'd want to do tbh
ahm.. don't like to be forced.
enjoy data races then ๐
yeah with haskell you have some abstractions over that as well, software transactional memory and stuff
Julia wont force you, she'll caress you
it does have the usual lower level things like mutexes and such too if you want to use them
You see, you can trade off. So its up to the programmer. Basic coding, okay.
one cool thing that came from Haskell is the QuickCheck library
it makes automated testing super simple because you effectively just define some rules a function has to follow, and it generates test data automatically
survey shows most dutch kids/teens want to become an influencer
hmm i wanted supreme dictatorship over the planet
still do btw
the progress is slow tho
thought id be half way by now
well Hitler was pretty influential
Einstein on the other hand, took him ages to convince the scientific community he wasnt a looney
I like this guy ๐
we had this awesome breakfast/lunch place me and gf often went to, owner decided to make all their food instagrammable
<_<
I saw a place that gives 10% off if you put your phone on a rack and dont touch it the entire time youre there
which basically mean, throw shitloads of candy on top of all the things
Not mine but wanted to share this: https://youtu.be/00H08fRdJwA
lol
how are you guys doing?
not everything
w/o reading it I would say you might be right, but hacking is not only math.
Example, you want to transfer that message between two people that can't be hacked - fine.
No need, whoever wants it will just go install a camera behind the monitor or just slap twice one of the users and will again take it.
hm but if I guess the key correctly won't I crack it then?
If you look below the box in the kitchen, maybe ๐
lots of cpu hacks these days which can get at the unencrypted data
This too, not everything is so safe or whatsoever.
Real world example of one person, she studied security, the company she wanted to enter tasked her to break their systems. That corporate firewall, the company (I wont mention) is really big and most people heard of it. Took her 2 weeks to break in. They hired her. Encryptions, vpns, ssh, blah... whatever.
that's quite the test
I'm not into that field, but yeah - was interesting eye opener.
@cursive crypt thats not hacking. Thats espionage
At the end, information matters. You might be right for the term.
biological hacks sounds like something that requires an axe
chainsaw is more effective
I used to believe everything could be hacked until one-time pad appeared. Most encryption is just a matter of processing and time.
I mean I can hack your account to if I threaten to kill you with my axe unless you tell me your password 
you could but im a bad ass and would jiu-jitsu you and sit on the back of your head until the cops arrived :p
Depends, how much ATK/DEF/HP you both have.
(im not a bad ass btw, but he doesnt know that ๐ )
I hacked your panic room
I have a bad back, -2 to bend
Sore neck, -1 DEX
my stats are pretty low, but I guess my resistances are fairly high. I haven't been sick in years so +10 to RES
I chop wood every winter, +5 axeness
I once got pneumonia and pluracy and was roughly 6 hours away from death, and it took me another 13 years to get sick after that. I used to joke about it.
wanna know what got me sick? Picking up my daughter from school. Virulent bastards
lol
well there's 4 confirmed cases of that in germany now, so guess I'll die
they're also VERY close
glad I am mostly a hermit :p
sadly gf works at a hospital
if I get sick, its often trough what she brings home :p
well there goes all of your hermit bonus out of the window
"honey I'm home"
"did you bring the chicken?"
"no, but I got some ebola for you"
if this is the big virus that takes out half the planet, I just want you to know.... it's been emotional. As I am immuno-compromised already :/
@deep glen I doubt its worse than your gf is kindergarden teacher. Haven't seen so much colds & flus for whole my life in terms of 2 years.
hehe
I have 5 kids. 3 goto school. I don't often get a break from some throat tickle or full on snot-fest.
oh so you have minions to protect
aye
I shall protect them by storing all the locations of my hippy friends who have allotments to grow their own "post-nuclear veggies", just in case we need to go shopping for un-infected foods.
mind you, with all the genetic modification that Monsanto have pushed on the world, even thats not safe anymore
Yes my corporation has been busy
because you hot hev
because youre a sexy piece of man meat
^5's mons
gay men tend to have female friends, keep that in mind
you might find theyre better wingmen
Fun fact I have no pics of me there
just take the compliment and move on hehe
Other than profile
unless they pay for access to your instagram right? :p
XD
So make a patreon could be an idea then ๐ค
we are all here for the hevedy hotness ๐
Yeah sure thing
just sitting here with no pants on Hevs lounge hehe
Red cross and these always stop me on streets to try sell me something
so youre a gay vampire
Seems like I have face of good/stupid person that you can sell
when people on the streets try to sell me something I just say "sorry I have a spamfilter installed, have a nice day"
XD
Once someone call me to home and wanted to sell me oranges, in order to help no idea what kids
you shoulda said you only buy apples
Told I don't want and the reply was something like
"So you give a shit about the kids"?
And my reply after 15mins of the woman trying me to buy was
Yeah I give a shit about the oranges, the kids and everyone
Goodbye
how much did they want for the kids?
XD
MonsSchool where everything isnot free