#🔌│tech
1 messages · Page 828 of 1
Assasins Creed but lets be honest no surprise here
as if the new ACs are good and anyone would care except the fanbois
so if i show u a dumpster burning down 20 seconds quicker than another dumpster
ud take the fast burning one
cause ure comparing trash to other trash just on different drives
For the enjoyment of cats, babies, and dogs.
Imagine seeing this in your game
that's with the dx12 shaders though. Shit is super fast in dx11
ya
i dont have issues with both on ssd
so ur point is?
he rarely shows for ssds
so?
Is it still a thing though? Last I played I don't remember seeing him
i mean easy test let me fire up bl3
unless it got like 2PB of updates
wait actually
cant
didnt reinstall EGS
cause i couldnt be arsed
I won't lie I do hate that it takes games so long for transmog features
i feel bad for console players
on D2
2 min just to login
Im gussing you read the twab?
it had a transmog like feature before
however it was shit and just cash market items
Even the new system is prob going to be shit
The bright dust eco is terrible atm and will get worse
and if they only allow use of transmog via silver or bright dust its going to be awful
45s for me on BL3 from click to main screen with intros since I never disabled them
so apparently they did improve the shader thing because that shit used to take forever
40s from hitting play in steam to staying on a planet in d2
LIEES
i literally just tested it
nah im kidding.
like the longest thing that happened was some cutscenes i havent watched
40s is quite fast
ish
loading into a plant usually takes around 2s for me
the main issue is dungeons
raids
strikes, crucible etc
activities
thats enough d2 for the next year
i think ill play a little next season and probably just stop again till next expansion
even then i doubt ill play much more
D2 is a shitshow rn
ah yes, efficient object orientated code
idk what other information I would need to do to count as a "member type analysis" ;-;
I can tell you for certain I don't know what that means
I must do an analysis on the member types
there are 4 types of membership you can sign up as
and idk wtf to do for this
Those prices seem unfair to me
I guess it depends on the currency though so nevermind
prices dont matter its just placeholder info
my members are anime characters sooo yeh xd
but seriously, what else can I put into this analysis?
so uh, either zen3 will work on b450 or MSI could potentially be facing a class action lawsuit lmao nice marketing job https://i.gyazo.com/7a391c45bfaa7e3a2369c8b69d91b931.png
genius .....
I made this harder for myself before realising its just needing to fill a datagrid -.- I had a a method to read a data reader and return each value
AGHHH
at least ure in a reasonably high level language
I need to find a way to get the total money earned by each member type
rn , the value it shows is just the cost of the memebership type times the number of members in that type
which is fine unless the member has renewed their membership and paid again
so I need to find a way to get the total sum of all rewals from all members of the specified type using the members and renewals tables
all I have is the member's typeID not their memberID that is used in the renewals table
and math
meth
want my tables and see if you can help me?
just draws a single pixel in a bitmap
currently only implementing some alpha blend modes
wow
c# not doing it anymore for your bitmaps? :p
na this is just a small exercise to get to know c better
and then move to develop xqemu
c and not even cpp? eww
lol cpp is worse than c with many things
only one of which is how cpp implements classes
i mean it works nicely
looks almost like abstract art ngl
looks like the Piet coding language
i mean i got pretty far
need to move saving to a custom function
and maybe the entire memory freeing aswell
Mhmm.
Is there a way to check if a DataSet is empty without putting the table name into it
use the android text editor
@wheat plume <DataSet>.Tables.Count
never need more than normal android text editor so /shrug
i mean id personally use retroarch and a pi
cause way better support
ah yes so rather get some third world level support project
that will prob suck ass even more
id actually invest more into looking for a tegra based 1board computer
that fucker wouldnt draw more than the pi and shoot any of these small things out of the water
bruh the switch is tegra based
its prob the best retro gaming console for on the go and at home
retro arch runs beautifully
altho the tx1 jetson dev boards will cost more
iirc they are like 350 or so
im done with 1board pcs personally
id rather get a super small pc
that runs linux or smth
@reef patrol help

please stop his madness of sff being dead
sff is dead and mansen will be next 
I want a high powered SBC 😄
and only suck 15watts
and 100watt +
sLurp juice
id still go for tegra boards mainly for actual cuda cores
Honestly just joking. I have all the PCs I need right now.
Got a Pi3b in a Snes case for old emu.
Got a Switch for handheld emu and such.
Got an Xbox OG for ... well Xbox OG games.
And I've got three PCs for gaming and NAS needs.
I am entitled af.
i want to get a small machine that can do retro besides my switch
Also I sold my SFF LAN PC to pay for other stuff.
fuck fpgas
you can get complete intel nucs for that price O_o
let him have his special thing thats not as good as other things for the price
I can get 800gb SAS drives for 4 euros a piece 
bruh where
guys
how TF does a regular expression work? I just found one to validate email addresses and it works but i want to know how
@"^(?("")("".+?(?<!\\)""@)|(([0-9a-z]((\.(?!\.))|[-
!#\$%&'\*\+/=\?\^`\{\}\|~\w])*)(?<=[0-9a-z])@))" +
@"(?(\[)(\[(\d{1,3}\.){3}\d{1,3}\])|(([0-9a-z][-\w]*[0-9a-z]*\.)+[a-z0-9][\-a-z0-
9]{0,22}[a-z0-9]))$", RegexOptions.IgnoreCase, TimeSpan.FromMilliseconds(250))```
wat
regexps are dark sorcery
click the link if you want to know how it works
I did
you use what the examples show in the bottom to combine what you want to match, and can try it on the site too to figure it out
it just says / must be escaped
@"^(?("")("".+?(?<!\\)""@)|(([0-9a-z]((\.(?!\.))|[-!#\$%&'\*\+/=\?\^`\{\}\|~\w])*)(?<=[0-9a-z])@))" + @"(?(\[)(\[(\d{1,3}\.){3}\d{1,3}\])|(([0-9a-z][-\w]*[0-9a-z]*\.)+[a-z0-9][\-a-z0-9]{0,22}[a-z0-9]))$"
I pasted this regex im using into it
yes it's not c#
so you need to escape stuff on the website, you use a verbatim string in your code so you dont need it tehre
wait......regex are language dependant??
no.... strings are
in short, you put the @ infront of the string in c#, the site cant do that
AI is all the rage nowadays, someone should make a thing that takes regular human text and turns it into a regexp
this is the code she gave us that im using
but im not using it as a method, I probably should so that the if statement isnt so damn long
Be cool and oneline it public bool validEmail(string inStr) => Regex.is.... something like that
or just dont pay attention to length of if statements if you are new to a language...
only ever used rubular so idk what other options are out there
did this instead
much nicer
its complaining not all code paths return a value ;-;
and name it clearly
why it saying not all code paths return value
...
Return should be return
lOl
her notes suck....
KEYWORDS LANA
it's literally marked red...
based on what you say alot of things about her sucks
now I need to test it
yeah I'm not sure which ones are uppercase
all the function names are uppercase
like MessageBox.Show();
or Hide();
...
thats just microsoft naming
thats not a c# keyword those are just function names yeah
oh
Lana I think you'd enjoy segfaults
wat those?
really fun debugging exercises /s
🤔
is email a valid input?
no, its invalid, thats why I have this method
so it tells you its invalid and to try again
... no not a valid email, a valid string
well the regex should be fine
Clearly it isn't because that error means it's bad
no I just tried it that strings works just fine
it works fine when I put it directly into my if statement
see
but I dont like this cause its too long of a line
Yeah it's a @ string and you're adding extra newlines to it
it has nothing to do with the method
no it works fine cause its 1line
but with you breaking it up
o
no split in the regex string
so in the method I need to keep it as one blig ass line too?
NO NEWLINES LANA
NO CARRIAGE RETURNS LANA
XDD
NO SLASH R OR SLASH N LANA
NO LINEFEED LANA
is it R that windows does on new line? /r/n
backslashes but yes
That was super annoying early on in programming. Wondering why the file worked linux to windows but not vice versa
yay dos2linux
unix w/e
i mean idk why that regex is so complicated to being with
@timid chasm windows can display just the linefeed without carriage return
now idk if that + should be there
it just defaults to also saving a CR
Well I didn't appreciate it my freshman year
Well yeah most software handle just a LF fine, but for the longest time things like notepad didn't
yes that + has to be there
well visual studio is prob complaining cause theres a plus and no line break
mine is not complaining ¯_(ツ)_/¯
ignore it prob just a style warning
yeah the space is outside the string, that doesnt matter
and its not underlined for "some reason", it tells you what the reason is
underlined doesnt mean broken
ye
red underline means broken
green/blue means could use better syntax
or well whatever microsoft claims is better
use the mouse to hover over it and it tells you what it is..
oh...I forget the project is still running even if it crashes
I was editing the code while it was running still
it didnt crash yet
it did, I showed you that error
microsoft auto broke the debugger to show u the error with the current variables etc
an actual crash would mean the program stopped
not a crash the debugger encountered smth that would have crashed the program
its a feature of VS
the error happened but its still running since I have this option to stop it
yes
yes cause the software is just halted not crashed
F
ahh
thats what debug mode is for, so you dont have everything crashing down all the time with no info
Debug is a lifeboat
a lifeboat with champagne and a 70inch oled tv
:')
I had a professor that was talking to us once about how we can compile and run a program in no time, get the error, and then try again if we need to. Whereas when he started you had to compile the code before you went to lunch and hope it had finished by the time you were back, lol
fuck those days.
wow
this wont let me type in y or n even though those are meant to be the only valid characters in that textbox
would those cases be catched by previous if blocks?
or, just set a breakpoint, and see what happens, what the value of the input is and what exactly goes on
no other else if checks this box
you need to get used to using the debugger much much much much much much more
true ..
because you're ORing all those together, so if any of those statements are true then the whole thing is true
Well if it's "y" then != "n" is true
^
ooh...
right
yeah -.-
FML
do I make the others && except the checks for y or n?
you have a rocket launcher to kill a single ant but instead try to hit it with a pebble from a mile away is what you are doing by not using the debugger
Pah who needs debuggers just blast printf's all over the code
Pah who needs debuggers just blast printf's all over the code
@crimson wigeon thats what I do :') :'(
yeah...I realised it wont work
the first checks are good you just need to change how it checks if its y or n
I could put that inside the else if maybe? make another check in therE?
tip, round brackets also work in logic statements
or you can do it inside, same result
I assume this is part of a loop
yeah , one long list of if and else if checking all the text boxes
11 in total
and the else condition runs the code to update the member
not a loop indeed
I just see the checking for y and n when they're part of the if
wait...I dont need to check if there is more than one character cause I made the textbox not let you type any more than 1 character
Fuck it, im making this a combobox xd
probably should have done this since the start
I made it a combobox with only y and n as choices......why didnt I think of this shit earlier its so much easier to validate -.-
wow, so apparently we have had a ReSharper license for a while now and due to home office I just didnt know it lmao
well time to get used to that now
ReSharper?
oooohh
who csn build mech keyboards?
i have but it didn't last long.
as in design a complete custom pcb and stuff or just buy premade parts and solder together/assemble
litterally just put togethor
Been there done that a few times.
do you have any cheap ones you can sell to me lol?
Oh sweet summer child. DIY boards tend to be at least twice as expensive as your run of the mill gaming keyboard from Corsair or Razer 😄
My daily driver was around 270€
still not the way if you want the cheap version
yeah if you actually want a 60% kit and lose features for like 70 times the price
@lapis silo cheap and mechanical keyboard kit dont go well together at all. always be prepared to spend like twice of what a razer/corsair/whatever gaming keyboard costs
ah shit mansen already replied
dammit
My data validation is probably 70% ready
cant get good and cheap with mechanical keyboards especially diy kits
why immediately get a high end soldering station
theres actually quite good ones for 40-50usd
wow, your sarcasm self contains itself
not really
i guess u mean self closing html tags
those have a / at the end tho like <div />
yes
That seems unlikely to me
at least in that form. But you can do MoCA for internet over coax
MoCA like coffee?
no like multimedia over coaxial alliance or something
I dunno what it stands for anymore
But you buy 2 MOCA adapters and attach them to each end of the coax one feeds the signal into the coax and the other converts it back to ethernet
and it works amazingly.
yes you can use deca too
I think some Gateways can put out a signal over coax but I'm not 100% on that
yea some gateways can if i remember correctly
I use these
And I use that upstairs to expand the wifi, they're fair for the price
The motorola adapters however are awesome and get me basically full speeds on gigabit
Oof
thats rough
Powerline adapters are sooooo bad in comparison
But I won't deny they serve a purpose still..for some
can I do tv and interwebs over the same coax?
Sometimes, I think. One of the types fucks with the signal but I can't remember if it's satellite or regular cable tv or what causes it
ok. thanks!
I think satellite TV has similar signals which causes issues
I think that is what the DECA adapters are for. They were made to be used with DirecTV I think
but, again, not entirely sure
satellite fucks with the signal
If you're not sure of how your coax is run I'd recommend using a coax tester too so you can find out where everything leads. We have coax in 4 rooms so that made it a lot easier for me to do before hand rather than plugging adapters and waiting to see if they worked or not
Other topic, someone has a Brand recommendation for Cloth Mousepads?
Not I, sorry
hero-banner lmao
thats what you call banners in css/html
In web design, a hero image is a large web banner image, prominently placed on a web page, generally in the front and center. The hero image is often the first visual element a visitor encounters on the site; it presents an overview of the site's most important content. A her...
his jacket is glowing green, not from nvidia but money next to him
I just realized, since its a recording its released at a decent time, 3pm for me and not 2am for once
nice
@prisma crag
whatever size and thickness you desire
huehuehuehue
$53
wtf
most ive spent on a mouse mat was $18
my last one lasted me like 3 years
before i couldn't clean it properly
my last one was plain black
guys, i have an odd but specific request: does anyone know of any affordable, portable bluetooth buttons? i want to attach a button to my bluetooth headset so i can macro a PTT button to it
something like this but much, much cheaper: https://flic.io/
or is there a way to get say, a bluetooth selfie button to work?
say i got this thing for example, what are the chances of being able to connect it to my PC and how would i go about having my PC recognise the keypress / programming it?
that thing looks basically perfect, assuming i can hold the button down for PTT...
I may be broke but I will drop 60 on a mouse pad so long as it cleans well and is smooth
If I feel even a tiny spec of dust then I get pretty annoyed
hard pads ain't for you then @torpid monolith
i know it's annoying feeling the odd bit of dirt under your hand on a cloth pad but the scratching sound that you just know is mangling your feet is agony every time...
I really should stop eating at my desk, it's always either salt or crumbs
Apple really still putting ddr3 ram in their 2020 MacBook "pro" laptops
Can't be very pro if it costs more than $1k and has 8gb ddr3 ram
Are they? Didnt see any news on this
I dont think its possible given the type of cpus they are using
Yup ddr3
If you don't spec it out and upgrade the RAM
What cpu
I think 8th gen i5 as base
Ah i see. LPDDR3
Lp being low power
For extra battery life
I dont see that as an issue tbh, unless you care more about benchmarks than getting work done
Yeah.... But that price... And the fact it's 2020
DDR3 in 2020? 
@gritty junco i think the cheapest you'll get is getting an amazon dash button
Those can be used for other stuff
¯_(ツ)_/¯
So i looked at the spec sheet for the cpu it would use
And they would only be able to use ddr4 2400 anyway (apple doesnt use OC memory or boost clocks on their laptops)
Lol
So LPDDR3 at 2133 and using less power for nearly the same performance is worth the better batt life
It can be, but 2133 on both would be negligible difference. There are a lot of other factors. Given that the cpu supports either type of memory means to me that ddr4 would not perform that much better as it’s crippled
Unlikely there will ever be good benches tho, cause we’d have to have apple make the same laptop with ddr4 and we know they wont
But the 16” has 9th gen which, without looking it up, i think doesnt support LPDDR3
Tbh i think its a good trade off considering the size, weight, battery life, etc
Y’all aint buying macs anyway so who cares LOL
one of my classes is exactly 69 lines of code long
nice
nice
for an OS called "Windows", it has really poor window management
you can hold down the windows key and drag anywhere on the window to move or resize it, there are no other effects to make moving it easier like sliding it off the edge of the screen to move the window to the other desktop or things like that
You said that resizing like it's possible
and I was about to go "wait what!?" but it doesn't work
You have build up my hope and then crushed it mercilessly
XD
also moving a window to another desktop is atually a shortcut?
Dear Windows 10
All I want to do is see battery perctentage on the
taskbar beside the battery icon
Lana
Windows (10) has TERRIBLE window management.
I keep having to drag windows around to make them fit
Which is useful if the window is like out of bounds
so many times ive had windows open with their titlebars UNDER THE TASKBAR
and I cant do anything to move them beside maximise with shortcuts and then resize
yeah Window+left Window+right window+down is useful for that
I just got powertoys
well that sounds like an issue yuou only get with taskbar at the top :^)
idk how to make fancyzones work
taskbar top masterrace
cries in single monitor
I just cannot survive single monitor anymore

It's so annoying if I wanna like play games or smth
I mean my problem is fullscreen
yeah ...same here
and for web development too
Id like to have my code on one screen and my browser with the site on the other
taskbar top and taskbar bottom makes no difference though
I'd do side but it sucks with multi monoitor
Taskbar on the left master race
I would do that but the cate/time doesnt shrink
so on the sides the taskbar is too wide
like here the date goes away to make the taskbar thinner
but not on the sides -.-
isnt that layout called Master and Stack in tiling window managers?
You know I sometimes Acutally have the problem where my monitors are too big
It only happens at work and maybe it's just cause me small or smth
but it can be quite annoying
Yeah those are pretty lame
That should just be default in windows as an option not like it's anything special
Why can't windows just work like screen in the terminal
I mean that'd still allow you to have 2 windows by eachother
I know so many people who dont know what taskbar is
Like it just recognizes the border of a window that has snapped
as a new "border" you can split things vertically or horizontal on
or that the OS they are using is called Windows, they just said to me what is an OS?
That'd be pretty nice already
Not like vertical splitting actually exists in the first plac though
@wheat plume which nvidia driver should I install with Manjaro?
@wheat plume which nvidia driver should I install with Manjaro?
@hoary dock it installs them for you
sell your soul to the proprietary ones
I had an issue with that once
Where it kept breaking and my screen was really glitched
I am having micro-stutters
The solution was deleting all my drivers
and that is annoying
ive never seen that issue

I am having micro-stutters
@hoary dock you on 440?
me on video-linux
but why? it installs them for you automatically
I thought it did
im guessing you didnt change to non free drivers on that boot menu
I should change to 440 right?
You can still change them
@red oyster that I know
440 is nice
yeah...open the manjaro settings
you can install them there
the worst that can happen is your entire system bricking itself
welp

You can also just be unlucky like a friend I know
so there is not that much stuff on it
the only issues I ever had with nvidia drivers was when I tried to manually upgrade them
it didnt go well
which always has really weird issues with every single operating system
Like they use windows, random page errors..
use manjaro, screen freezes constantly
🤔
wtf
It's magical
maybe some part of his pc is just bröken
my friend is kind of like that
he dual boots windows + Linux and he has a lot of drives on his PC to store games and shit
and itll all work well for about a month then suddenly one or two of his drives just get totally wiped
Yea
for no reason
rip
even the OS is gone
my friend is kind of like that
he dual boots windows + Linux and he has a lot of drives on his PC to store games and shitand itll all work well for about a month then suddenly one or two of his drives just get totally wiped
@wheat plume pls no happerino to me
I had dual boot for quite a while without problem but it really seems useless
I feel like either just going linux or windows with vm is more reasonable
he is in the same situation as me
he cant fully switch to Linux because we need this software for one single project in college -.-
oh wow
he is in the same situation as me
he cant fully switch to Linux because we need this software for one single project in college -.-
@wheat plume for that I have this
Remmina to my WinServer
oooohhh
solution: stick to windows
e
w
id rather die
I cant wait for the day I can nuke windows from this laptop
is poor gurl
no can do
ive got laptop and computer
and a single drive in each
so dual booting on a single drive is a no no for me
Windows works fine
it works fine but its meh overall for me
now that I have it installed I should uninstall the other one?
300 is a lot of money
now that I have it installed I should uninstall the other one?
@hoary dock not sure
I can go see what it says on my computer if you want
i have 440 installed
^^
I am just going to reboot
my friend got a new laptop last year for 400
it came with 4GB ram, intel pentium gold and windows 10 S
-.-
nice
so we didnt want to deal with 10 S
so we wiped it and "downloaded" a copy of windows 10
yeah but it begs you to activate it and he doesnt have a license key
that shit still works?
wow
Graphics:
Device-1: NVIDIA GP104 [GeForce GTX 1080] driver: nvidia
v: 440.82
Display: x11 server: X.Org 1.20.8 driver: nvidia
resolution: 1920x1080~60Hz, 2560x1440~75Hz, 1920x1080~60Hz
OpenGL: renderer: GeForce GTX 1080/PCIe/SSE2
v: 4.6.0 NVIDIA 440.82

It's kinda funny though when peolpe go "I only have windows 7/8"
and I am like.. just update?
1080
that's the good stuff
how tf your wallpaper get deleted by installing a gpu driver??
idk
dafuq
it is black now except for my main monitor
Actually I think sometimes it resets it or something
if the monitor config changes too much
oh , you might have to resetup multi monitor
Real talk. Does anyone know how to get wallpapers that are gifs or gif like?
wallpaper engine
on linux or windows
I'm trying to get the xcom long war 2 loading screens as my wallpaper.
On bill gates
wallpaper engine
But mine is made up of aluminum
?
@wheat plume I'm pulling your leg with the engine comment, thanks for the advice.
Wallpaper engine definitely works
You can even make your own stuff cause it like accepts html pages
I miss wallpaper engine ;-; they need to make a Linux version
Damns
my CPU spikes to 50% when I move a window around on Linux

Download more ram
Download more CPU Speed
Then my fractal clock is no problem
I mean I made that html page myself so it was downloaded
spikes to 20% when its just the cursor I move
That seems not normal
honestly, it macbook laptops didnt throttle when you try to get work done...id be interested in buying one cause I really like MacOS
nas with freenas or whatever that bsd one was called
macOS = the pretty nice OS severly limited by the hardware its on
cause it really can be smooth and powerful but not on Apple hardware cause they throttle TF out of it when the fans should be active
imma get wallpaper engine again
Good on you
and RIP my cpu
or maybe a bit less efficient 
huh?
A fractal clock
handles that are drawn on the handles?
Basically
I saw this video
and recreated it
This is a 1 hour video of a fractal clock. You can use this video as a timer, or just chill out and relax watching the fractal evolve.
Download (Windows x64): https://github.com/HackerPoet/FractalClock/raw/master/FractalClock.zip
Source Code: https://github.com/HackerPoet/Fr...
It's just that
ooooh
what did the 3rd do?
?
barely moved
o
It was just a clock
complains about idle CPU usage
installs wallpaper engine
LEL IKR
Pimping out my wallpapers is a top priority
idk wtf that means
Gimme 3 dollar for WE@wheat plume
oo
Gimme 3 dollar for WE@wheat plume
@torpid monolith or switch to Linux and use Plasma desktop and install the desktop extension to get video wallpaper
aw
4.1GB downloaded so far
my wifi is fast today :D
my keyboard has scroll lock
my other board did xd
It's not ctually that bad
takes like 1% to run even when open
WE is ok
idk hwo I managed 50% wiht my html guess it was just too good
I mean the fractal means it has to draw that thing.. 15k times or so?
however many I wanted x3
And that was not.. very eh efficient code
I like how it somehow launched in such a way that steam doesn't say it is running
Good stuff
ncie
@wheat plume 440 was the right call but I still wonder why it didnt install it by default
@wheat plume 440 was the right call but I still wonder why it didnt install it by default
@hoary dock I think you may not have selected "non-free" drivers on the boot menu that shows up when you load from USB
that screen where you select time zone and keyboard layout
Perhaps
I think so
Ive always gotten the drivers installed selecting non free
Ah yes, 8 calls to my validation method for text boxes
wonderful
3 to my email validation code
I wish all code editors showed you exactly what is calling each method like VS Studio does
I can just double click one of them to go to that line
@wheat plume I used that clock one for a longggg time but I got sick of being reminded my sleeping pattern is fucked XD
XDD
I'll just leave this here
https://youtu.be/So7TNRhIYJ8
The world’s largest graphics card, fresh out of the oven.
LMAO
so they truly made ampere bigger than volta, despite massive node shrink
the datacenter people must be so happy lmao
Jesus Christ
https://gpuopen.com/introducing-our-new-fidelityfx-effects/
And new stuff here
seems random to drop that blog just out of context, wonder if amd planned to have talks about those at gdc
this is my lockscreen :') yours isnt weird
WEEEEEEEEEEEEEEEEEEEB
YYYEEEEEEEESSSSSSSSSSSSSSSSSSS
@wheat plume is that your residual self image?
he?
yes
wut
gottem
XDDD
🤦♂️
ditto
https://twitter.com/GamersNexus/status/1260280195099037699 inb4 we actually see that on next gen amd boards hahah
i don't subscribe to fictional gender bending hentai lore
XDD
it's gacha lore smh
i see girl i believe it girl that is the end of the matter
LOL k
@latent mural so schrödingers thai? male and female until you undress them?
You might get a surprise one day
^^^
@latent mural so schrödingers thai? male and female until you undress them?
@fair gull omfh goals xd
i love surprises
@fair gull guess he'd be happy if the manuel neuer ad would happen to him I guess
Offizielle "Coca Cola Zero Werbung" mit Manuel Neuer
© 2014 Coca‑Cola. Coke, Coca‑Cola Light, Coca‑Cola Zero, Coke Zero, die Konturflasche, die dynamische Welle, das rote Rundlogo sind eingetragene Schutzmarken der The Coca‑Cola Company.
this one?
yup
if you want im not your girlfriend but manuel neuer
since then everyone could be manuel neuer
or not
:')
japanese ads
yes you are missing out, you also don't know the best ad ever, rügenwalder teewurst
those are like dayum
I feel like all the old "banned" ads you'd find back in the day were german
oh hell yeah they are :')
and they were all pretty funny
https://www.youtube.com/watch?v=6cCRzyMNE3s you dont even need to know german to "understand" this
xD
trust me, the most ads here is shit too xd
rügenwalder on the other hand is not something you understand as a non german speaker
Originale unbearbeitete Rügenwalder Teewurst Werbung. Die mit der Mühle. Alle!
ALLE!
ill take your entire stock
basically
ya its the ill take your entire stock meme before it even existed
we germans invented it
like everything else
ofc we did
a linux youtuber replied to my comment about you can download a nvidia version of Pop OS from its download page and they just replied, its not obvious you can download that version -.-
IT COUDNT BE ANY MORE OBVIOUS
it's efficient to own the entire stock so ofc we first did that
your mistake was to partake in youtube comments
THIS FUCKING SONG
Vergesst alle Speichermedien die ihr kennt - jetzt gibt es die Speichergurke!!
Weitere Infos gibt's auf: http://www.speichergurke.de
Power-Gurke mit NAS-Serverfunktionen
Die Speichergurke ist die perfekte Lösung für alle, die eine einfach zu installierende Netzwerkfes...
actually fitting to tech talk
the weirdest one I know is this one https://www.youtube.com/watch?v=Of-HU6p9sT4
Kids answer questions on this German TV show while dancers interpret their responses. Super fun!
English subtitled version at http://www.KinderkreisTV.com
wat tf
it even has a tiny dog
🤮 why that guy wearing that shit its just showing his bulge infront of the kids
man I never even noticed bc that shit was soo weird lmao
these kids walked out of there with trauma
Also gushers ruined forever now, thanks
seeing like 4 guys bulges in tight clothes
and today: https://www.youtube.com/watch?v=DmF28VGUFjI
Hier ist die Coinmaster Werbung von Dieter Bohlen! Auf unserem Kanal findet ihr jede Coin master Werbung und noch andere schlechte YouTube Werbungen. Schaut also gerne vorbei und lasst ein Abo da!
I really don't think thats what the children payed attention to tbh
true...
i hope
also you're welcome @sick creek want me to translate it so it gets even worse? :p
No, my broken german told me enough
How do you get the newest version of Wootility?
#archived_wootility_beta_feedback I assume if you wxant the beta
Aha, thought it was a main release
The announcement does point out pretty clearly it's a beta 😄
Haha, yea, just saw that 😅
I just assumed betas was announced in the beta channel and totally blind sided that top row in the announcement ^^
When a 10 year old is more famous and better than you in every way
I did not like it either.
bruh unity powers many many games
Ffs

I liked the global menu and HUD
And the fact the titlebars came off in fullscreen
So you have maximum space
This is cool
crap my memory is full
^ my excuse when my wife tells me to remember something
rip xbox btw
notice how they only mention it running on ps5?
notice how the water physics are still shit
well nothing about it got an update so sure
sure but they dont have any more info on it
its impressive how much advantage it takes of the ps5 ssd
I mena it IS impressive
but either not AS performant atm as I'd wish or the PS5 is just not good enough
I mean its like a year before release, it aint done yet

they said to upgrade fortnite to it next year, so it will be mobile too
makes no sense to drop support for something you are just now getting more share int
@ashen spindle wtf
?
¿
its not random, part of the summer game fest
thats why the tony hawk remake was announced yesterday
Unreal engine is poop
go away with your fanboy talk
so you dont like what people do with it and not the engine itself
I guess so
@ashen spindle everything i read suggested most analysts thought there would be no UE5 but UE4 would become perpetual like windows 10
And done like ue
Unity can be good but most of the time it produces poop
I mean this is basically UE4 with just some bigger changes
And yes announcing a UE5 in a blog instead of a major gaming convention is very random
I’m also kinda sick of mmos using unreal
but it wasnt announced on a blog but a livestream event...
@ashen spindle ummm no. If it was basically UE4 they would keep it UE4.
its literally a marketing/legal reason
there has to be a major leap in technology for them to release a new engine just like when they went from Unreal Engine 3 to 4
I haven't looked does it have that amazing lighting system that was dropped from UE4 because of consoles being unable to handle it
ue3 is not open source is one of the biggest reasons it was a switch to a fully new version, not the tech
it has a new light system yes
you can play it the way it is on ps5 dev kit
UE3 is not open source
yes that was my point, ue3 not being open source
Was gonna say dev kit only
UE4 is not open source
not according to the license agreement
are you now trying to argue it's not FOSS? yes I never said it was
Yeah it's probably better to call it something like shared source
Tbh I don’t see unreal being used by most AAA devs more than say UE4 was.
Especially next gen
????
Sony deffo wouldn’t
this is literally a selling point for ps5
did you even read/watch any of it or are you just here to tell us you dont like unreal
I’m still watching it
I don't know what Epic stand to gain with UE5 why they have now announced it is a mystery.
I’m just saying I don’t think peeps like Sony will use it for their exclusives
All of them
this is why they announced it https://twitter.com/summergamefest
"Summer Games Fest" - Lmfao. That's a tiny little thing hardly anyone has even heard of...
Damn the final scene of the demo was dope
yes because this year is literally the first time it happens, from the guy who made and hosted the game awards and an E3 show, but sure, tiny thing
Ugh
yes tiny... 58k followers
account made in april 2020 btw
E3 has 2.2M followers
e3 account made in 2009
E3 is dead
no i'm judging it compared to PAX, E3 and Gamescom which are well known conventions. I did not hear of "Summer Game Fest" before and i am studying for a career in game dev!
I’m not a huge fan of the one dude taking over the gaming event industry tho lol
because it's as I said the very first iteration of it, not a local event that is around for 10+ years...
https://twitter.com/geoffkeighley did you hear this guy at least?
Geoff is just like taking over everything
SGF is just some niche little meme someone made because of Coronavirus




