#πβtech
1 messages Β· Page 321 of 1
SBC my beloved, super outdated design
wait the g52 has a qualcomm chip, why doesnt it support aptx???
"Bluetooth 5.0, A2DP, LE"
here you go
as an interesting side effect
I can no longer use capslock or numlock
oh it still works
the led just doesnt turn on anymore

do I have to make a feedback thread
sbc can actually be fantastic, you just need a really high bitrate, and everyone usually does the minimum
apple
lmao
yeah that's what I hear. I haven't heard of a way to set the bitrate yet, so you're kind of at the mercy of the developers
yep
in terms of battery consumption, high bitrate seems like a small price to pay with a piss easy codec
yep
lowest battery consumption wireless codec im aware of is 24/48 lossless (yes including wireless transmission)
I kinda thought so, I could tell a difference in run time when playing music on my phone speaker all day in mp3 vs AAC
kleer for the win
kinda makes you wonder about the merit of complex codecs in battery powered devices
the real problem is interference and chip size
the complex codecs use smaller chips, and are less susceptible to interference
Also wonder about opus which only google uses right now. the base codec is solid and open, wouldn't mind to have it as an option on more devices.
that totally makes sense. high data throughput wireless is easily fucked
wild V spotted
satin!
silk is good but its only better up to like 32k
satin is good to 256k, satin was the predecessor
teams uses 17k satin for teams and at that bitrate, opus is unrecognizable
the other day I ripped a bunch of albums from Spotify and discovered they use 160 kbps Vorbis (free account), which is a rare animal to spot
vorbis is competitve with sbc but less designed for wireless
and opus is just better than vorbis
that's what I find weird about it. maybe they chose a format that's slightly crappy to sell more subscriptions
it's just FFMPEG encoded apparently, so no aotuv-tuned encoder either I guess (unless they merged them)
public myBinarySearchNode<T1, T2> my_maximum() throws myException {
myBinarySearchNode<T1, T2> res;
//1.1 If the tree is empty, then there is no minimum, so an exception is to be raised
if (this.my_is_empty() == true)
throw new myException("The tree is empty, so it has no maximum");
//1.2. If it is not empty
else{
//1.2.1. We get the right subtree
myBinarySearchTree<T1, T2> r = this.my_right_tree();
//1.2.1. If the right tree is empty, then the maximum is the root node
if (r.my_is_empty() == true)
res = this.my_root();
//1.2.2. If the right tree is non-empty, we keep looking for the maximum in the right subtree.
else
res = r.my_maximum();
}
//2. We return res
return res;
}
why is this only checking right tree???
did you press ctrl F for left
because where does it check the left
hence its only checking the right
It doesnt and thats why im confused
so its not your code
then idfk know why the code does what it does, not clue where its from
Did you step through it with a debugger
omg is that yuzu code ???? wooting's gonna get sued by shigeru myamoto
the comments make me think its from some tutorial or something so no clue what the idea there is
make the search tree nonbinary so it has both sides
HAHAHAHAHAHA
this reminds me of my test 3 years ago
you should watch a linked list from codedojo or something. or tree
oh hey I figured lanas code issue out by just googling it 
it's some 7 year old github example and the comment above the functions explains it
though I guess technically the comment in the code she posted with 1.2.1 also explains it
//1.2.1. We get the right subtree
myBinarySearchTree<T1, T2> r = this.my_right_tree();```
i += 5; // we add 5
Recursion project that was completed for an assignment in Data Structures and Algorithms
probably was needed to comment them based on the task
sometimes you gotta comment code so that the ai that comes along in the future will learn exactly what the english representation is for the code
heres the code that tests the function
it's not in the arch-unstable repo yet, but I'm quite poised to test it when it rolls in
yes and here is the github of the code you are posting https://github.com/DaveHurley7/Recursion-Project/tree/master
not sure why though
its a basic ass binary tree in java
Lana every day you just keep showing us that you either don't know how or just can't use search engines
Like, is it that difficult?
im not good at using them...
But how
better get good at it
half of programing is going on google
how come Lollypop doesnt let you just scroll through a list of tracks?! you have to search either by artist, albumor genre
what
I ditched lollypop, it was too buggy
https://www.w3schools.com/tags/tag_s.asp
is this what /s comes from or the other way around?
a tree with no nodes in either left or right branches is still considered to be balanced, apparently
oh so its not related to the previous sound tool
oh?
I havent seen any bugs recently
yes, there was a few last year but so far its solid
stable was underwhelming, dev version had too many non-working features. at this rate, I'll be running foobar2000 forever. mind, I was using flatpak, which came with its own bullshit
using wine, the AUR has a package that integrates pretty well
it's pretty good, it integrates it well into your UI
hek
the only thing that bothers me, is that WINE always opens its own botched explorer windows instead of your file manager if you select "show on disk"
and you have to put it to windows 7 compatibility if you run wine-ge... other than that, flawless! π
uhm, yes, by definition
0 - 0 = 0
Speaking of bugs..... @smoky frigate
GNOME...WHY YOU LIKE THIS?
needs more padding !!!
I hate the way I have to curve this cable so it plugs into the Deck....
have you considered moving either the deck or the dongle?
I have never seen this on gnome. What this?
An other emulator sued in the past
well yuzu is dead and thats that. nothing really concerning imo
emudeck said that citra is also affected
In particular, we have been deeply disappointed when users have used our software to leak game content prior to its release and ruin the experience for legitimate purchasers and fans.
So it was about TotK in the end 
general leaked content
and yes that plus offering more up to date builds than GH builds via the patreon paywall
so they basically offered piracy only patches and builds behind a paywall
at least from what i can gather now reading a few reports and such
also heard yuzu boasted about being able to run totk before release
which ofc means they supported piracy
I mean, you could compile it by yourself or use Pineapplea to access early builds for free, but yeah, Patreon had huge influence in this case
imo they should have never accepted these patches before official game release and they should have not had a patreon to offer official early builds and such
Thanks
citra was good, 3ds emus are a bit scuffed now
About yuzu running TotK before release, yuzu "officially" said they won't support running it before day 1
That is, unless you compiled a different branch with patch 
yes but mentioning it exists is already really attackable
cause it means they specifically accepted a patch solely for piracy
as you cant legitimately own it before release ofc
never ran a 3ds emu so idk. i stream my ds screen to my pc if i really need the screen on pc for some reason
Alrite - that Kubernetes 101 corpo sent us on wasn't a complete waste of time, nice refresher for once
i get flashbacks when i hear kubernetes
pods
https://innocn.com/products/innocn-27-computer-monitor-refurbished-27g1r?variant=44675349053664 If you have a friend on an extreme budget, this is pretty good for 99$
γ1440P Gaming Monitor 144Hz & G-Sync CompatibleγThis new 27 inch 144Hz computer gaming monitor with 1ms super fast response time and G-SYNC compatibility for a tear-free experience & low latency, immersive in the gaming world, designed for FPS / RTS. This 1440p 144hz HDMI & DP PC gaming monitor is compatibl
3000 Contrast, so I'm guessing VA
don't worry about it
It's 99$, this is basically a "Spare room" monitor level of cost
uhhh
lol
the amazon page claims it is IPS
Different model perhaps
ah
Not aware of any IPS with contrast that high
the have a 27G1R
aha
Wonder what the cheapest laptop with an OLED display costs?
most OLED laptops I see are over a grand :/
But it'll jsust be for basic browsing
I've seen some OLED Laptops and got excited, but they all have like bullshit specs.
I dont game on my laptop, thats what the Deck is for...but I do everything else on it
Super easy then
its refurbished and I dont think it's using the samsung VA panels so you get a used monitor that has black smearing ehhh
OOOOO this looks promising!
The Xiaomi Book 14 features a Ryzen 5 6600H, 16GB/512GB, 14-inch OLED display, Radeon M660, aluminium body and 1.4kg weight.
not the best deal
Xiaomi book :D I forget Xiaomi make laptops too
TBF, Xiaomi make everything, even toilet paper and toothbrushes
"makes"
brand*

it's one of these 
c o o l
so you don't get run over by a forklift
:')
i wish
whats that icon on the top of the touchpad, on the left
ain't nice
so many icons wtf
ALmost got run over by one the other day
She was looking down at her phone, and of course it was the woman who always bitches about others not being safe on forklifts. π
huh?
suv mentality
^

idk who tf does color accurate work on a 14" screen
design students?
honestly looks to be a decent machine
for the price
the nice display is just a cherry on top
for portability not bad
what does Pantone Vaildated mean?
like when you have to go to a client
it can recreate their colors on the screen accurately?
pantone said it is good 
I'd assume that they say it can display their colors well ootb
aha...
Pantone Validated, the familiar white check on a blue background, is a mark of color capability verification for products, not unlike those bestowed from trusted brands like Consumer Reports or Good Housekeeping.

give us your personal data for a 5 euro discount!!!! We sure loving giving back to our lovely customers!!!
imagine using this on a 5 euro product 
Xiaomi have precision screwdrivers sets
Slight English hehe
I love me some "slight english hehe"
They really overclocked a b100
:')
They even have their own OpenJDK build https://developers.redhat.com/products/openjdk/overview 
A lot of distros have unique ids given to installs, thanks to systemd (and dbus..?). Check /etc/machine-id!
This seems to only be tracking data for VS Code extensions they make :')
oh
I do have an ID, cropped it though xd
Yeah, must be systemd thing
hmmm
btw, warp-terminal is amazing
I still haven't figured out how to switch focus to it with one key on KDE
So I just brought another monitor dedicated for it 
Hello guys, I just got my wooting two he and it feels crispy af but I need help with setting it up mainly focus mode as whenever I try to enable it on the left side of my keyboard, the keys stop working but if I right side then they work
I think its something that I've missed on my end but idk
are you using the usb cable that came in the box
yea
try a different usb port, could be if you have too many high speed device on one usb controller the pc has issues
if that doesn't fix it make a post in #1019755933959733258
It worked thanks for the help!
does anybody here want windows arc beta and doesnt have it yet?
oh lol
Hello ππ
ill dm you
Rip Facebook
Nothing phone 2A looks so ugly
Unboxing the Nothing Phone 2A with a review of the gaming performance, camera tech, battery life and other bits. I've been testing the Nothing Phone 2A for a few days as my full-time smartphone and here's my early impressions - one of the best mid-range phones for Β£300-ish.
Gamers will love this affordable blower, as Genshin Impact, PubG and ot...
nahh
It looks like the GitHub copilot mascot actually
put it in a phone case and it looks the same as any other
The center and horizontal cameras are odd imo
Welp
does whatsapp still work?
seems so
nobody texts me anyway
Can worms even operate a keyboard.
i text with my phone hbu
https://ground.news/article/three-red-sea-underwater-data-cables-have-been-cut-as-houthi-attacks-continue-in-the-vital-waterway_f6284c
Source aggregate for news on the matter
these damn sharks
oh
is mechkeys.com a legit safe site?
i really wonder what the houthis plan beyond "iran told us so"
just not sure what their plan is by pissing off everyone
The evidence suggests that they are much closer to having their own nation recognized by the UN than I am 
fyi houthis already have a nation (kinda)
they are also much closer to being bombed than you
they are yemenese, which is a legit country
Well yes and no... They are specifically not part of the nation of Yemen
yes but they control large parts of it
yea but they arent separatist
they specifically say they are not yemenese though. so just colonists then?
still not sure how their beef with yemen is resolved by doing shit in the red sea π€·ββοΈ
do they have beef with yemen?
As with all things in the world, it almost certainly comes down to money
i thought you were saying "well yes and no" to Tak's comment of them closer to being bombed than you Mark and i got concerned for a second π

because i'm like, sure i live an hour away, but for bombs, that's not really far
making beef stew?
"Once the rockets are up, who cares where they come down? That's not my department!" says Wernher von Braun
Source: Copenhagen 1967
https://www.youtube.com/watch?v=QEJ9HrZq7Ro
Tom Lehrer on public domain (2020):
https://www.amazon.com/Tom-Lehrer-Collection/dp/B0039TD73G
Use the above link and get the uninterrupted Lehrer TV-performance and The Tom Lehrer Collection from Amazon.com.
Want to hear Lehrer's INTRO? A HQ version was posted on the 40th anniversary of Apollo 11. Click th...
whatsapp seems to be working?
I didn't get your text
i didn't text you
π¦
savage
Sponsor: Get 10% off Squarespace purchases (https://geni.us/BqEpf)
The new Arctic Freezer 36 Black CPU cooler is a dual-fan, single-tower solution that includes an Intel contact frame. It also comes in A-RGB variants that predictably cost more. The model we're reviewing has two prices: The official price of the Freezer 36 Black is about $50, but...
this thing (the back of the phone) absolutely adores pubes, its got some sort of crazy magnetic attraction
TechSpurt - 2024
Maybe they should stop using their phone as a shaver.
how come Nothing can bring their AI wallpaper maker to the 2A while Google refuse to bring their one to the Pixel A phones?????
Maybe go ask them.
because googles probably does weird shit
i like this more than the iphone or samsung camera bump, this looks like a cute robot ball with eyes
all it needs is a mouth
xd
I hated it back then too
look how cute that is
especially on the old galaxy
I feel like it makes more sense compared to the corner
fr I don't get your obsession with phones, its the same shit every year
also its just a little guy
just buy a used older gen phone and wait a couple years for something actually different to release
I imagine being an industrial designer for smartphones is both frustratingly complicated and incredibly boring at the same time
ok this week lads we'll have to do a rectangle that 7.3% thinner yet contains 16.2% more inside space, we also have to fit a 30% bigger battery
"how can we sell the same exact phone for the next 5 years?"
yeah like honestly you can give me one from 5 years ago and I would have no clue what year it launched anymore
11 went rounded
and 12 I think
then they went back to sharper corners for the 4th time or something 
15 is rounded too iirc
grade 5 titanium β’οΈ
i mean without looking at it up close, most of these phones look the same to me lol
I swear, next year they're gonna add another camera and call it "innovation"
but yeah, where's the news in the phone world, is like here's the new model its faster and more expensive, you don't really care you'll buy it anyways
https://matrix.to/#/#rossmannrepair:matrix.org
Let's get Right to Repair passed! https://gofund.me/1cba2545
We repair Macbook logic boards: https://rossmanngroup.com/macbook-logic-board-repair
π Below we list tools & recording gear we use, repair guides to help you learn, online chip sources, & donation links:
π Leave a tip: http://bit.ly/posta...
can't believe this was 4 years ago and nothing really changed 
facts
nah I dont get a new phone each year cause why? even if I could afford to I wouldnt
it sounds like effort tbh
yeh it does
I wonder how Google does the account transfer when you are transfering data to or from a Pixel phone
it copies over your credentials and logs you back into all logged into accounts on your new device if you transfer data from the old one
but what's so interesting about watching reviews etc if you're not looking to buy one
its like here's a new model, its a bit faster and 5% bigger battery than last year, end of review
i only watch jerryrigeverything because of the modest shock associated with him ripping apart the device
RIP WSA
you didnt live very long
amazon fapstore only? wut
yeh it was
no google store
π€ Hey Valve.....
yall aware of this?
oh its taken down xd
You can load any APK @wheat plume
It's not just Amazon
Nuuuu
Rip
Tbf it was pretty shit
oh lmao it was discontinued before it even officially came to norway
You never needed to wait for it to reach a country
i know but just find that to be funny
Ooooohhhh
Shame, it is pretty slick and certainly works better than those shady "Android emulators"
lovely
it just works
Can't wait for GloFo to rename 7nm into 3nm
π€ Discord be questioning our morals here
They are not
Recorded live on twitch, GET IN
https://twitch.tv/ThePrimeagen
Become a backend engineer. Its my favorite site
https://boot.dev/?promo=PRIMEYT
This is also the best way to support me is to support yourself becoming a better backend engineer.
Article link: https://news.ycombinator.com/item?id=39395020
MY MAIN YT CHANNEL: Has well edited ...
damn, cant be teaching kids about standard in and out
cause std xd
and libraries...cant teach them about using libs
what a shame
too liberal of it
/S
speaking of std, this guy looks like he has one
in terms of the bad effects of AI, ill take that over this:
π
turns out skynet doesnt even need terminators
yup
20 years ago the ai scare was terminators, 10 years ago it was nanobots, 5 years ago it was superviruses, and now really weird stuff is happening...
Apple really doesnβt want side loading outside the eu
yup lol
The update just came out I forgot Iβm not eligible for sideloading lol
they dont want it in the EU either
you still arent able to just download an app package and install it, any website that wants to offer a download must be vetted by Apple first
Rtx 3070 or 4060?
oh huh i didnt know it was that bad
there is no APK file equivalent you can just host somewhere for people to download at will AFAIK
oooo Pine64 have a smartwatch !!
PineTime
65 Euro
charging dock
The PineTime smartwatch runs an open firmware allowing you endless possibilities. It works with Android, Linux and even iOS.
yes and they still take ages to respond to my messages
ooofff
that reminds me of a friend I used to have
ALWAYS on their phone
NEVER replied to calls or messages
yup i know
our smartwatches are for us, not for you
it allows me to easily identify and ignore notifications that im not interested in...
can leave my phone in the backpack or whereever, go out with just the watch, such a bliss
not i, my carrier isnt gonna get another few bucks from me beyond the insane amount they already charge π¦
π
lots of other features too though, is nice not having to pull the phone up constantly just for quick actions like a timer or alarm and so on
Apple love their vague charts
who knew the company of marketing bs would do this
cant get sued for misleading if you are so vague that the person interpreting the graph provides more info than the graph itself
common reactions to a new m# series computer being launched is "wonder if i can get the previous gen for cheaper now"
M3 is shite anyways
Apple is slowing down, and their silicon soon will finally plateau and get behind in all metrics
Interested in Qualcomm taking the crown with their own ARM stuff
i think the reason apple silicon macs get good battery life is not primarly because of the soc but macos
so idk if windows for arm is ready at that point
chromeos is looming
We'll see rather soon
First Nuvia x Qualcomm chip is launching this summer right?
mid 2024 unless im wrong
History suggests to not get your hopes up
yea im not making that mistake
ASUS Zenbook Duo UX8406 Review. A MacBook Air M3 2024 killer with its stunning 3K OLED 120hz screens, stylus support, Core Ultra 9 185H, up to 32GB of fast 7500MT RAM, and up to 2TB storage. More info: https://www.asus.com/laptops/for-home/zenbook/asus-zenbook-duo-2024-ux8406/techspec/
00:00 - Intro & key specs
02:23 - What's included?
02:55 - ...
this is cool but why no AMD???
AMD is far better for laptops
if you arent gaming, intel is currently better, also intel works with companies to troubleshoot weird devices
wat, I thought AMD was more effecient in general
also intel has more cores, even if you call an e core to be worth only half a core
phone running on biomass? based
LOL
as for anything, generalizing anything for a brand isn't going to be accurate for every case
also this, both companies are selling their last gen as brand new skus
is this code enough to test for a binary tree being balanced?????
public boolean my_is_balanced() {
if (my_is_empty()) {
return true;
} else {
boolean leftBalanced = my_left_tree().my_is_balanced();
boolean rightBalanced = my_right_tree().my_is_balanced();
return leftBalanced && rightBalanced;
}
}
i love how its just ```
function {
if (function2) {
yes
} else {
boolean = function3
boolean = function4
return boolean && boolean
}
}
without any context of what any of the functions actually does
not to mention how do you pass in what tree you check
or is this a class function
which then why isnt there any this keywords
So...
function() {
if (!function2) return function3 && function4;
return true;
}
```
ah golfing
ngl thats what annoys me most about java
havin this. everywhere
but "this" is mostly optional
yet I see it almost in any java code I get shown
return function2 ? true : function3 && function4 π
but thats a very any oop thing
lets not
lana doesnt understand many concepts to begin with
idk most c# code I dont see it
so ternaries are too much especially when the byte code will not look any different
i feel like their is a importand check missing from what i see it always returns true
maybe c# has some compiler optimization to be able to leave out this if theres only one variable available with the name and then uses an implied this
no?
the else tree literally only return true if the mystery functions both are true
It returns first return it stumbles upon 
normal logical && after all
from what i see the mysteruis function is recursion
bool1 and bool2? 
as mentioned in my first response... the code itself makes no sense without more info surrounding it
why always so negative? make some yayleans for once
b2 == true 
Not gaming at least
hints like that should also mean either someone didn't use the coding guidelines or your ide is showing something as issue that isnt an issue
so idk why we care about it
the expression expression == expression just becomes a bool itself so theres no need to essentially do bool == bool to get a single bool out
those are not errors
pretty sure yellow is warning
so disable those or just warnings in general while you arent looking at making it look proper
did you get the binary tree thing working? if not why care about how a bool check is put down that's just cosmetic
It mostly works
its outputting some incorrect values though for how many nodes exist in levels 2 and 3
idk why only those levels are incorrect...
I hopped on the Neovim train a few months ago (my own config) and recently started learning Rust as well :D
The Deck knows I'm using a dongle ... Interesting
That's the only reason I bought it :')
Well
The main reason
I loved my Switch but hated how bad it performed. And I wanted my steam collection instead
Valve have a well known reputation for not wanting to rely on Windows for anything :')
How does it know Im using a dongle?
I thought they just converted USB C audio to the jack
Didn't know it was detectable in software
well what do you think is in the dongle
a chip that converts digital signals to the analog audio you can hear
you can't just plug a cable from a digital output to an analog one and it magically will work, all these types of dongles have DACs in them
and yes, the usb chip in your computer/deck/whatever has to talk to it
well this is how the vast majority of usb devices work
your computer and the dongle is constantly sending packets back and forth for communicating
Idk what music format this game plays for the background music but damn it sounds real nice
I have no clue what super efficient compressed audio format is in vogue these days, I know of like mp3, ogg, aac and that's it
I bet game engines use some propritary stuff a lot of the time
The game uses unity engine
And is definitely not a new game
Stated development around 2015-ish
its probably just good music, if its a decent bitrate compression you shouldn't "hear" the format itself 
I have the soundtrack on steam and FLAC format too and ofc it sounds amazing there too
I love how if you restart a level or you load into a level with the same background music as the one you loaded in from...it just keeps playing the music without interruption, even across the loading screen
hey guys, is there a way for me in the wootility app to have it so that my A and D key cancel eachother out when pressed? we call this Nulls in counter strike, was curious if its possible to do (i hold a, when i press d and still have a pressed, my d key takes over, vice versa for d to a)
if someone knows of a way to do this itll be super appreciated, tyvm!
@wheat plume ever managed to rma your oled with the fucked 3.5mm jack audio shielding? Or are you just using usb c to 3.5mm now?
I didn't get around to it yet
But yeah
I'm using c to jack for now
I guess it works, but you probably should get it done eventually, if it doesn't bother you you could always wait till the warranty is close to ending
Then you just get a new battery at the same time
As they'll swap the whole device out
Huh??
Well they probably won't repair your deck
Just check that you sent it in
Send you a new one
Which happens to have a new battery
Then you tell them the replacement unit is faulty and send it back again xD
Aghh ... With how long shipping takes that could take almost a month one way
They didn't fix it in the first place and by law you're guaranteed a fix
You could also be like fuck it and open that second unit
Add your own shielding
The chances of 2 defects in a row are pretty slim tho
Lets face it
What would be the odds
Especially later in the oled's lifecycle
True
But also the replacement could have dead pixels which is another issue with the OLED models
But you'll be later in the lifecycle
Manufacturers do small revisions/improvements in different batches
The news models don't have that issue?
Not to my knowledge
Oh neat
So that's why im thinking you don't need to worry
I mean generally new products always have a higher chance of manufacturing defects
If they've been out for some time manufacturing improves
Issues get flushed out
Mini revisions are made
Even without a product model number change
π
Also reddit and social media always represent a minority of cases
Aha.... Got to remember to take the SD card out when I send it back
Yeah be careful about that
Oh so you managed to rma?
Well i told her that the warranty was transferable
On her steam deck
As its a gift
This biatch has two
No I don't xd
You had the normal version didn't you
I sold my original one to my friends brother
Oh
Oh
Xd nah I paid the price difference
I got 350 for my Deck though
What
.....
Don't return in original packaging if you are from UK or Ireland
Wtf
because of customs
You ripped them off?
So that they don't charge you import thinking it s a new device
I offered it for 315 to then....
Dont tax pls
I had an rma with logitech and they made me do that (im in canada but still the concept was the same it was a paper being like this is a return/temporary send back pls no import tax)
Yeah
When I returned headphones to Amazon I had to print out and stick on warnings like that onto the box
Logitech didn't even want my mouse lol
They do sometimes
They did for nico
His 502x's left click died and they were like send it back
You'd think they'd realize it's a return or RMA if it's going back to the damn manufacturer.....
Then they said that the mouse was deemed unrepairable/defective and they sent a new one @pale sigil
Customs doesn't have time to figure that out
They have time to open my gfuel box because an extra unlisted sample packet had fell in with my 3 tubs
Lol
For me they didn't even ask for a pic and sent me a new one out.
They had us send a video and shit
Of the issue
What model?
G502x
I had a g903 have double clicking issues a few years ago and they didn't want it back
Ah that costs a lot more
You just reminded me of the free sample of gamer supps I ordered like 3 months ago and haven't heard anything from since then
They just asked for a "proof of destruction"
It was strange smashing my mouse on camera
One of the strangest rmas i ever did
I did get those
They look like 6 months to arrive
I had forgotteni had ordered them
So you saying it's possible I'll still get mine?
Possible
:')
I thought mine were lost or something
Also talking about gamersupps
I wanted to try ordering from em
Then i realized their pricing in canada... aint great
They say on the website that the free sample pack doesn't get a tracking code during shipping
They don't make you pay taxes/duties meaning you have to pay them to the postal carrier
Interesting
Who charges a fee to make em go through customs
It ends up being more expensive than gfuel even with coupons
Gfuel has the taxes/duties included
I can get 3 tubs of gfuel for the price of 2 gamersupps tubs
XD
With the gfuel coupons
I haven't tried either of them
CLOSE ENOUGH
But look here's the UK official distributor
For gfuel
Nico used to order from there to get gfuel in denmark (pre brexit)
Shipping should be cheap for you in ireland
LOL
I think
It is under maintenance lmao
But you get my idea
It will be cheaper than ordering from gfuel
Since you're like next to the uk
You say that but any shipment above 28 euro coming into Ireland from outside the EU must pay an extra 28% import fees
Gfuel ships from new york
Idk maybe this website has a thing about ireland since its close?
Idk
I'm just trying to help lol
And since UK isn't in the EU anymore.....well yeah
Import fee
That's sadly not how imports work ;_;
Xd
Sec
Ookk
Gamerbulk
^ @wheat plume
Direct from their website:
Our business is simple. We buy at bulk, which lets you buy in bulk. Enjoy more affordable prices now when there is no pesky toll fees to worry about (within EU+ UK) and no more huge shipping fees (free shipping over β¬80 within Europe).
The Gamerbulk warehouse is located in Gothenburg, Sweden which makes shipping faster than waiting on your package to fly over the Atlantic Ocean.
How'd they get away without imports to UK???
No clue
Are bulk purchases exempt?
Maybe they just eat the cost or have a secondary partner there?
Strange
Idk how much a tub of gamer supps is in the official website but they are 45 euro here
:') lol I love this
I only speak canadian dollars
Sorry
LOL
I speak monopoly money
I paid 43β¬ for a tub
One thing to watch out for the servings for gamersupps are different than gfuel servings
1 serving is 250ml
Gfuel it's 1 serving is 500ml
Wait wtf there is energy candy too???
Ya
Wack
Hiyori you and i can bond over our addiction to caffeine
We can be caffeine besties
Gamersupps has a higher caffeine content and mixes better
And I've never tried energy drinks cause they smell like cough syrup
Flavoured monster
I drink energy drinks because i hate coffee
If you want me to give you some gfuel flavor suggestion let me know lmao
Nico can also suggest some good gamersupps flavors
I tried both good and bad flavors lmao
I'm more interested in gamersupps because I'm a degenerate weeb :')
Pineapple Cocktail and Emotional Damage are the ones i had in Denmark
Both good
Emotional damage :') I see xd
Never tried gsmer supps
I tried the titty milk in a sample, it was okay
Except the samplers
Xd
Mango usually is yummy!
If you like it i'd go for it
I was pleasantly surprised
It was a nice mango juice flavor
Didn't taste artificial
But still tasted sweet
Also there was a dragonfuit punch one
It was good tasted like fruit punch

Like thise red fruit punches filled with sugarthat kids like
That kinda fruit punch
It was good
I liked it it was nostalgic
Dear YouTube Music,
How THE FUCK are these songs related?
Eminem was controversial
... Good point
So i guess it works
Xd
Ooo
The only time I could ever find nice fruit punch was in America ;_;
It doesn't exist here
As a drink or flavor ;_;
Well it tastes like that kinda fruit punch
The kind my mom wouldn't buy when i was a kid because it was unhealthy
XD
:')
My mom would call it "bug juice" because of how it had like super bright artificial colors
XD
Y e s
That flavour is meh
We made tech talk into gamer drinks talk
Ikr
In gamer sippy cups
Yeah I'm not surprised xd
With waifu oppai on them
If you like fruit punch, you should get the dragonfruit punch
Fruit punch flavors are hard to find in Europe
I mean they do have the titty milk flavor
Impossible to find π’
Yep xd
Add to my list of reasons not to move to europe
They also offer caffeine free flavors
Nuh uh, don't shit on Capri sun
There's hope
I love those but the packs are tiny ;_:
Get the store brand at Lidl
It tastes very similar
I don't remember the name
Oh hmm
Solvita or something
I remember seeing the packs
They were sol something
I can confirm that part at least
Nico's addiction to bootleg capri sun
His only source of hydration
:p I mean fair
Solevita Orange
German knock off capri sun is now spanish
Grocery stores confused the hell out of nico when he moved here from denmark
BILINGUAL PACKAGING WAT DAT
Does the lidl website not show all their products??
OH XD
But that brand is way cheaper than the real one
Like 3β¬ for 14 instead of 3β¬ for 6 or whatever the real brand costs
Yeah I bet
Capri Sun is mega overpriced
Welp
Spanish sun is cheaper than english sun
English sun is rare
Exactly
Costs a premium for tiny sliver
I was so confused in Denmark, 2 store chains have ceased to exist while i was gone
Fakta and Aldi
Reduced to atoms
:')
Don't you want a tripoly cartel of groceres instead?
That work together to fix prices?
It's so much fun!
Eggs have risen in price again
And then when they get caught they get very very small fines
We got the big 3 in Ireland
Lidl
Aldi
Tesco
3.79$ for 12 last week
4.09$ now
Xd
Never heard of any if these
.... Yikes
....I get all my eggs from my sister's mom
She has many hens!
Netto
Rema 1000
Bilka
Lidl
Coop365
Fakta(now rebranded to the more expensive coop365)
And Aldi
At this rate i need to start my own damn farm
There metro (mostly in quebec), loblaws and empire here
Each own like maybe like 10ish different brands of grocery stores
Competition doesn't really exist
O...I think the shop we went to in Sweden near the apartment was coop
Netto is cool because of their mascot
Sometimes you'll even have just multiple of the same owned stores just next to each other "competing" lol just under different names
furry store
LEGO!
Bilka also has a Lego furry mascot
O.o
sleep is for the weak
Says the caffeine addict xd
dont reveal my secret
the secret to unsleepability
Get on my level, i take melatonin to sleep through the caffeine
π
Uhhh
Maybe I won't go to your level
Night
Night!!!
damn
Deezer did lossless for a long time already at the same price

Hi-Fi Plus already costs 39zΕ/mo ~=$10 around here
Should it cost 29zΕ/mo after changes I may actually subscribe to it, and not ride on free trials
So I guess this means GDDR7 is now available for products to adopt?
Prolly not gon see it with in 2025, maybe 2026?
I wonder where the Xilinx acquisition will lead us to
Like what GSync has been doing since the start?
But why
Freesync's strength is that it's hardwareless
was a joke
I mean there are advantages to it right?
I wonder how FPGAs could be used in the consumer graphics space
More FPS pls
Not all all most likely. Video encoding parts at most
Also gddr7 is coming on rdna4 in summer most likely
would also be cheaper to just make dedicated hardware for that
(which is a thing already)
What I mean is that Xilinx has video IP thatβs very great so we get those blocks in and gpus but thatβs about it
@karmic hedge with the ch341a you have to really be careful theres really shit ones out there and they all look the same. id rather get a more expensive programmer but you then can at least trust it
soldering related id always go with Hakko although i did use an ERSA RDS80 at my old workplace but never really liked it as much
with glasses for protecting from UV/Laser light id rather also invest into very well known brands that are trusted cause you only get 1 set of eyes. (unsure how important this is for UV or what brands are trusted/known)
id not use compressed air but an air compressor so theres no chance of additives coming out the can also means you dont constanty buy new cans.
theres a brand of solder that i really liked that i can also get the name of later as i still use it privatey. for external HDD connection id get a 2 bay adapter so you can easily copy drives to new ones if needed and only use 1 usb port.
also if you wanna work on computers you might wanna get the ifixit manta kit as it includes bigger bits and a bigger driver as well for case screws etc
multimeter should be one with nice long pointy probes otherwise youll just torture yourself
and for dritte hand soldering helpers theres also better than those cheap alligator clip bendy arms
omnivise?
for example
idk if there is a more affordable option to the hakko ones
idk if it will launch though
that's tiny
yes but has the advantage of you can attach multiple
and you only really wanna hold the pcb up mainly
pretty sure yeah
Thank you so much for all that input Tony I really really really appreciate it! :)
I wasn't planning on getting everything from that list it's just the recommended tool list of a "famous" German repairguy on youtube who also happens to host courses about repairing electronic devices. The only thing I've repaired are basic things on a Computer where you simply switch out things like idk, a cmos bat or fixed o-rings of "broken" coffee machines to resell them. I really like the thought of being able to repair electronic stuff myself and therefore muchas gracias for your opinion on the listed tools there
most computer issues arent anything solder related. laptops on the other hand are
actually quite a few gpus have issues you can fix by soldering
you need to do BGA stuff tho
ik a german guy that repairs a decent number of cards
mainly nvidia since they got good debug tools
a lot of them have broken vram
prob but i havent encountered that in prob 8years of pc repair. mostly had electronic issues with smaller devices
laptops and phones
especially those sandwhich pcb iphone shit things
yea
Ive seen a video where there happened to be a burn in some PCB board and that techdemy guy from youtube fixed it and it had such a wow effect on me
That I now want to learn to repair any electronic devices myself
great to hear and i hope you succeed
but yeah i gave yoy my thoughts just by quickly reading through the list didnt go in detail either
I am very grateful for you doing that, its not self-evident at all :)
id just recommend keeping it a hobby cause if you go commercial itll be a pain often due to having customers
I quite like YTMusic
But it does seem like another project Google will axe
Not many use it
I use it π’
May youtube premium become cheaper
Doubt it, Google like to overcharge for services and hardware
Speaking of Google's hardware
@wheat plume you want white or black Stadia controller? 
Still looking for one in a good shape
I dunno, I'll try once I'm back from work 
π why are you actively looking for a stadia controller
Im not really but id like to give one a try to see how it feels to use xd
and if Cals has a spare! then why not
Those are pretty good BT controllers now, and relatively cheap around here
oh, I can get one for 20 Euro here, second hand OFC
open box though
nvm its not in stock
Here's practically going for e-waste prices in local pawn shops, it's just the matter of getting one in a good shape
ewaste price?
20~30zΕ (β¬5~8) 
o
That's just amazing though. Linux is superior in many ways
Yeah for sure, you get full control over the software with it :D can bend it to your will for something like the Deck or whatever
AsciiDoc (or Adoc) is a tool used to write technical documents. It is far better than the industry standard of Markdown but it is very underrated.
Thank you so much for taking the time to watch.
Github Writeup on Markdown issues: https://github.github.com/gfm
Timestamps:
0:00 - What is Markdown?
0:11 - The problem with Markdown
0:42 - What is...

freesync ultimate modules
