#πŸ”Œβ”‚tech

1 messages Β· Page 321 of 1

sharp badger
#

Yeah

reef patrol
#

And how does CMD read that?

#

I refuse to believe that isn't some weird alias πŸ˜„

analog sinew
#

oh i already deleted it

#

gimme a sec

smoky frigate
#

SBC my beloved, super outdated design

astral haven
#

wait the g52 has a qualcomm chip, why doesnt it support aptx???

#

"Bluetooth 5.0, A2DP, LE"

analog sinew
#

as an interesting side effect

#

I can no longer use capslock or numlock

#

oh it still works

#

the led just doesnt turn on anymore

reef patrol
analog sinew
#

do I have to make a feedback thread

astral haven
steep creek
astral haven
#

apple

steep creek
#

lmao

analog sinew
#

and people will pay 2k for it

#

actually 2k is only the two monitor stands I forgot

smoky frigate
astral haven
#

yep

smoky frigate
#

in terms of battery consumption, high bitrate seems like a small price to pay with a piss easy codec

astral haven
#

yep

#

lowest battery consumption wireless codec im aware of is 24/48 lossless (yes including wireless transmission)

smoky frigate
#

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

astral haven
#

kleer for the win

smoky frigate
#

kinda makes you wonder about the merit of complex codecs in battery powered devices

astral haven
#

the real problem is interference and chip size

#

the complex codecs use smaller chips, and are less susceptible to interference

thick elk
#

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.

smoky frigate
#

that totally makes sense. high data throughput wireless is easily fucked

astral haven
#

opus afaik isnt great for bluetooth

#

i forget the name, but microsoft's teams codec

smoky frigate
#

wild V spotted

astral haven
#

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

smoky frigate
#

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

astral haven
#

vorbis is competitve with sbc but less designed for wireless

latent mural
#

Hi I need help with my wooting

#

I can’t type or use my keyboard

#

Any way to fix?

ashen spindle
astral haven
#

and opus is just better than vorbis

smoky frigate
#

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)

wheat plume
#
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???

ashen spindle
#

did you press ctrl F for left

#

because where does it check the left

#

hence its only checking the right

wheat plume
#

It doesnt and thats why im confused

ashen spindle
#

so its not your code

#

then idfk know why the code does what it does, not clue where its from

halcyon moss
#

Did you step through it with a debugger

ashen spindle
#

its not her code

#

I think

smoky frigate
#

omg is that yuzu code ???? wooting's gonna get sued by shigeru myamoto

ashen spindle
#

the comments make me think its from some tutorial or something so no clue what the idea there is

analog sinew
#

make the search tree nonbinary so it has both sides

woven laurel
#

HAHAHAHAHAHA

woven laurel
#

this reminds me of my test 3 years ago

#

you should watch a linked list from codedojo or something. or tree

ashen spindle
#

oh hey I figured lanas code issue out by just googling it dogekek

#

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

misty saffron
#
//1.2.1. We get the right subtree
myBinarySearchTree<T1, T2> r = this.my_right_tree();```
#
i += 5; // we add 5
ashen spindle
#

Recursion project that was completed for an assignment in Data Structures and Algorithms
probably was needed to comment them based on the task

astral haven
wheat plume
#

heres the code that tests the function

smoky frigate
#

it's not in the arch-unstable repo yet, but I'm quite poised to test it when it rolls in

ashen spindle
#

not sure why though

wheat plume
#

..........

#

OMFH

#

LOL THEY STOLE THIS SHIT

ashen spindle
#

its a basic ass binary tree in java

cursive summit
#

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?

wheat plume
#

im not good at using them...

cursive summit
#

But how

nimble canopy
wheat plume
#

how come Lollypop doesnt let you just scroll through a list of tracks?! you have to search either by artist, albumor genre

wheat plume
#

......empty tree is considered balanced

#

good to know .-.

ashen spindle
#

what

smoky frigate
#

I ditched lollypop, it was too buggy

astral haven
#

https://www.w3schools.com/tags/tag_s.asp
is this what /s comes from or the other way around?

wheat plume
# ashen spindle what

a tree with no nodes in either left or right branches is still considered to be balanced, apparently

ashen spindle
#

oh so its not related to the previous sound tool

wheat plume
#

I havent seen any bugs recently

#

yes, there was a few last year but so far its solid

smoky frigate
#

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

wheat plume
#

foobar has a linux port??

#

or you running it in WINE or some shit?

smoky frigate
#

using wine, the AUR has a package that integrates pretty well

wheat plume
#

o..

#

wack

smoky frigate
#

it's pretty good, it integrates it well into your UI

wheat plume
#

hek

smoky frigate
#

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! πŸ˜„

misty saffron
#

0 - 0 = 0

wheat plume
#

Speaking of bugs..... @smoky frigate

GNOME...WHY YOU LIKE THIS?

smoky frigate
wheat plume
#

I hate the way I have to curve this cable so it plugs into the Deck....

wheat plume
#

Oh this is new !!

#

The share wifi button

#

I just got the March feature drop

wheat plume
#

The volume slider is different??

misty saffron
wheat plume
#

OH IT IS DIFFERENT

#

The bar the slider is on is wider now

latent mural
halcyon moss
#

An other emulator sued in the past

fair gull
#

well yuzu is dead and thats that. nothing really concerning imo

analog sinew
#

emudeck said that citra is also affected

fair gull
#

correct

#

yuzu removed all their nintendo emus basically

umbral heron
#

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 duck_sip

fair gull
#

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

umbral heron
#

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

fair gull
#

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

severe phoenix
#

Thanks

analog sinew
#

citra was good, 3ds emus are a bit scuffed now

umbral heron
#

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 duck_sip

fair gull
#

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

fair gull
umbral heron
#

Alrite - that Kubernetes 101 corpo sent us on wasn't a complete waste of time, nice refresher for once

fair gull
#

i get flashbacks when i hear kubernetes

ashen spindle
woven laurel
#

pods

severe phoenix
#

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$

Innocn

【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

wheat plume
#

....99 holy shit

#

even im tempted by this

#

what type of panel is it?

severe phoenix
#

3000 Contrast, so I'm guessing VA

old marlin
#

don't worry about it

severe phoenix
#

It's 99$, this is basically a "Spare room" monitor level of cost

wheat plume
#

yeah, is VA

#

they only mention that once LOL

old marlin
#

uhhh

severe phoenix
#

lol

old marlin
#

the amazon page claims it is IPS

severe phoenix
#

Different model perhaps

old marlin
#

ah

severe phoenix
#

Not aware of any IPS with contrast that high

old marlin
#

the have a 27G1R

wheat plume
old marlin
#

and a 27G1R Plus

#

the plus is ips

wheat plume
#

aha

#

Wonder what the cheapest laptop with an OLED display costs?

#

most OLED laptops I see are over a grand :/

severe phoenix
#

Well

#

You can get an OLED Laptop for well under that

old marlin
#

580€

severe phoenix
#

But it'll jsust be for basic browsing

#

I've seen some OLED Laptops and got excited, but they all have like bullshit specs.

wheat plume
#

I dont game on my laptop, thats what the Deck is for...but I do everything else on it

old marlin
#

that is some ugly branding

ashen spindle
#

its refurbished and I dont think it's using the samsung VA panels so you get a used monitor that has black smearing ehhh

wheat plume
ashen spindle
#

not the best deal

old marlin
#

btw ASUS VivoBook Pro 14 OLED M3401QA-KM016W

#

idk if it is good

wheat plume
#

Xiaomi book :D I forget Xiaomi make laptops too

#

TBF, Xiaomi make everything, even toilet paper and toothbrushes

old marlin
#

"makes"

wheat plume
#

brand*

umbral heron
old marlin
#

it's one of these giggle

wheat plume
#

touchpad numpad.... interesting

#

why are there hazard lines on the enter key?

analog sinew
#

c o o l

old marlin
#

so you don't get run over by a forklift

wheat plume
#

:')

analog sinew
wheat plume
#

whats that icon on the top of the touchpad, on the left

old marlin
wheat plume
#

so many icons wtf

severe phoenix
#

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. πŸ˜›

old marlin
#

oh wait

#

that is the pantone validated laptop

#

lol

wheat plume
#

huh?

wheat plume
#

^

old marlin
#

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

analog sinew
#

for portability not bad

wheat plume
#

what does Pantone Vaildated mean?

analog sinew
#

like when you have to go to a client

wheat plume
#

it can recreate their colors on the screen accurately?

old marlin
#

I'd assume that they say it can display their colors well ootb

wheat plume
#

aha...

umbral heron
#

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.

wheat plume
#

give us your personal data for a 5 euro discount!!!! We sure loving giving back to our lovely customers!!!

reef patrol
#

real IE.exe moment.

#

Everyone does that.

wheat plume
#

imagine using this on a 5 euro product dogekek

#

Xiaomi have precision screwdrivers sets

#

Slight English hehe

severe phoenix
wheat plume
#

I love me some "slight english hehe"

old marlin
wheat plume
#

:')

wheat plume
#

Do Redhat distros give a UUID to installs??

#

I just found this folder

umbral heron
#

Looks like they do

wheat plume
#

wait, its for VSCode....

#

odd but ok then

#

oh... LOL

#

this is from redhat

umbral heron
crimson wigeon
#

A lot of distros have unique ids given to installs, thanks to systemd (and dbus..?). Check /etc/machine-id!

wheat plume
#

This seems to only be tracking data for VS Code extensions they make :')

#

I do have an ID, cropped it though xd

umbral heron
#

Yeah, must be systemd thing

wheat plume
#

hmmm

umbral heron
#

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 dogekek

ruby ingot
#

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

ashen spindle
#

are you using the usb cable that came in the box

ruby ingot
#

yea

ashen spindle
#

try a different usb port, could be if you have too many high speed device on one usb controller the pc has issues

ruby ingot
#

It worked thanks for the help!

fair gull
#

wooo arc is doing more windows gifting

#

so who wants an arc windows beta invite email

rough osprey
#

does anybody here want windows arc beta and doesnt have it yet?

rough osprey
idle rose
rough osprey
vagrant pagoda
#

Rip Facebook

wheat plume
#

Nothing phone 2A looks so ugly

rough osprey
#

nahh

wheat plume
#

It looks like the GitHub copilot mascot actually

ashen spindle
#

put it in a phone case and it looks the same as any other

wheat plume
#

The center and horizontal cameras are odd imo

reef patrol
rough osprey
#

does whatsapp still work?

analog sinew
#

seems so

rough osprey
#

uh

analog sinew
#

nobody texts me anyway

reef patrol
#

Can worms even operate a keyboard.

analog sinew
#

i text with my phone hbu

ashen spindle
marsh glade
#
Ground News

Three Red Sea underwater cables providing internet and telecommunications around the world have been cut as the waterway remains a target of Yemen’s Houthi rebels, officials said Monday. Meanwhile, a suspected Houthi attack set a ship ablaze in the Gulf of Aden.

tardy stirrup
analog sinew
#

i really wonder what the houthis plan beyond "iran told us so"

marsh glade
#

Nationbuilding I guess

#

Not how I'd go about it, but what do I know

analog sinew
#

just not sure what their plan is by pissing off everyone

marsh glade
#

The evidence suggests that they are much closer to having their own nation recognized by the UN than I am dogekek

astral haven
#

fyi houthis already have a nation (kinda)

analog sinew
#

they are also much closer to being bombed than you

astral haven
#

they are yemenese, which is a legit country

marsh glade
#

Well yes and no... They are specifically not part of the nation of Yemen

analog sinew
#

yes but they control large parts of it

astral haven
#

yea but they arent separatist

solar hinge
#

they specifically say they are not yemenese though. so just colonists then?

analog sinew
#

still not sure how their beef with yemen is resolved by doing shit in the red sea πŸ€·β€β™‚οΈ

astral haven
#

do they have beef with yemen?

marsh glade
solar hinge
analog sinew
solar hinge
#

because i'm like, sure i live an hour away, but for bombs, that's not really far

marsh glade
#

"Once the rockets are up, who cares where they come down? That's not my department!" says Wernher von Braun

marsh glade
#

I didn't get your text

solar hinge
marsh glade
#

😦

digital cliff
#

savage

cursive summit
#

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...

β–Ά Play video
wheat plume
#

this thing (the back of the phone) absolutely adores pubes, its got some sort of crazy magnetic attraction
TechSpurt - 2024

reef patrol
#

Maybe they should stop using their phone as a shaver.

wheat plume
#

how come Nothing can bring their AI wallpaper maker to the 2A while Google refuse to bring their one to the Pixel A phones?????

reef patrol
#

Maybe go ask them.

analog sinew
#

because googles probably does weird shit

wheat plume
#

I cant get over this design

#

its so ugly

solar hinge
analog sinew
#

all it needs is a mouth

wheat plume
#

xd

frozen ingot
#

they put the camera where it was a couple years ago

#

what will they think of next

wheat plume
#

I hated it back then too

analog sinew
#

look how cute that is

wheat plume
#

especially on the old galaxy

marsh pewter
# wheat plume

I feel like it makes more sense compared to the corner

frozen ingot
#

fr I don't get your obsession with phones, its the same shit every year

marsh pewter
marsh pewter
frozen ingot
#

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

marsh pewter
frozen ingot
#

yeah like honestly you can give me one from 5 years ago and I would have no clue what year it launched anymore

marsh pewter
#

yea

#

esp apple phones

#

anything from like 10-14 is the same

frozen ingot
#

11 went rounded

#

and 12 I think

#

then they went back to sharper corners for the 4th time or something havo

marsh pewter
#

15 is rounded too iirc

steep creek
#

grade 5 titanium ℒ️

#

i mean without looking at it up close, most of these phones look the same to me lol

marsh pewter
frozen ingot
#

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...

β–Ά Play video
#

can't believe this was 4 years ago and nothing really changed dogekek

wheat plume
#

nah I dont get a new phone each year cause why? even if I could afford to I wouldnt

smoky frigate
wheat plume
#

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

frozen ingot
#

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

analog sinew
#

i only watch jerryrigeverything because of the modest shock associated with him ripping apart the device

wheat plume
#

RIP WSA

#

you didnt live very long

smoky frigate
#

amazon fapstore only? wut

wheat plume
#

yeh it was

#

no google store

#

πŸ€” Hey Valve.....

#

yall aware of this?

#

oh its taken down xd

pale sigil
#

You can load any APK @wheat plume

#

It's not just Amazon

#

Nuuuu

#

Rip

#

Tbf it was pretty shit

steep creek
pale sigil
#

You never needed to wait for it to reach a country

steep creek
#

i know but just find that to be funny

wheat plume
crimson wigeon
#

Shame, it is pretty slick and certainly works better than those shady "Android emulators"

fickle ore
#

it just works

cursive summit
#

Can't wait for GloFo to rename 7nm into 3nm

wheat plume
#

πŸ€” Discord be questioning our morals here

cursive summit
#

They are not

wheat plume
#

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

smoky frigate
#

speaking of std, this guy looks like he has one

wheat plume
#

IM DEAD LOL πŸ’€

astral haven
#

in terms of the bad effects of AI, ill take that over this:

wheat plume
#

πŸ˜…

analog sinew
#

turns out skynet doesnt even need terminators

astral haven
#

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...

steep creek
#

Apple really doesn’t want side loading outside the eu

astral haven
#

yup lol

steep creek
#

The update just came out I forgot I’m not eligible for sideloading lol

wheat plume
#

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

pale panther
#

Rtx 3070 or 4060?

steep creek
wheat plume
#

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

analog sinew
#

i still dont understand smartwatches

#

i send my coworker texts to make it buzz

wheat plume
#

no workout modes....

#

it tells time, heart-rate, phone calls and step counter

analog sinew
#

yes and they still take ages to respond to my messages

wheat plume
#

ooofff

#

that reminds me of a friend I used to have

#

ALWAYS on their phone

#

NEVER replied to calls or messages

analog sinew
#

yup i know

astral haven
#

our smartwatches are for us, not for you

#

it allows me to easily identify and ignore notifications that im not interested in...

steep creek
#

can leave my phone in the backpack or whereever, go out with just the watch, such a bliss

astral haven
#

not i, my carrier isnt gonna get another few bucks from me beyond the insane amount they already charge 😦

steep creek
#

πŸ˜•

#

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

wheat plume
#

Apple love their vague charts

analog sinew
#

who knew the company of marketing bs would do this

astral haven
#

cant get sued for misleading if you are so vague that the person interpreting the graph provides more info than the graph itself

steep creek
#

common reactions to a new m# series computer being launched is "wonder if i can get the previous gen for cheaper now"

reef patrol
#

Apple loves... another EU fine.

cursive summit
#

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

steep creek
#

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

astral haven
#

chromeos is looming

cursive summit
#

First Nuvia x Qualcomm chip is launching this summer right?

steep creek
#

mid 2024 unless im wrong

halcyon moss
#

History suggests to not get your hopes up

steep creek
#

yea im not making that mistake

wheat plume
#

this is cool but why no AMD???

#

AMD is far better for laptops

cursive summit
#

Cause Intel pays them

#

Prolly cheaper manufacturing or literally Intel pays them havo

astral haven
wheat plume
astral haven
#

efficient when running yes

#

less efficient when idling or light load

wheat plume
astral haven
#

also intel has more cores, even if you call an e core to be worth only half a core

smoky frigate
analog sinew
#

imagine it shitting in your pockets

#

checkmate atheists

wheat plume
#

LOL

ashen spindle
astral haven
#

also this, both companies are selling their last gen as brand new skus

wheat plume
#

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;
    }
}
fair gull
#

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

umbral heron
#

So...

function() {
if (!function2) return function3 && function4;
return true;
}
```![duck_sip](https://cdn.discordapp.com/emojis/1103326776308019362.webp?size=128 "duck_sip")
wheat plume
#

ah golfing

ashen spindle
#

havin this. everywhere

nimble canopy
ashen spindle
#

yet I see it almost in any java code I get shown

umbral heron
fair gull
fair gull
#

lana doesnt understand many concepts to begin with

ashen spindle
#

idk most c# code I dont see it

fair gull
#

so ternaries are too much especially when the byte code will not look any different

nimble canopy
fair gull
#

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

fair gull
#

the else tree literally only return true if the mystery functions both are true

umbral heron
fair gull
#

normal logical && after all

wheat plume
#

I HATE his variable names

#

what is b1 and b2????

nimble canopy
wheat plume
#

cant know that unless you can access the code

#

like FFS

umbral heron
#

bool1 and bool2? PeepoShrug

wheat plume
#

yeah they are booleans

#

but thats all we know

#

we dont know what they check for

fair gull
analog sinew
nimble canopy
#

b2 == true dogekek

wheat plume
#

ikr

#

imagine not using if(b1) and if(!b1)

fair gull
#

i mean

#

tbh i dont see why youd make it so explicit to use == on bools

cursive summit
#

Not gaming at least

ashen spindle
#

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

fair gull
#

the expression expression == expression just becomes a bool itself so theres no need to essentially do bool == bool to get a single bool out

wheat plume
#

^

#

and most of the errors the IDE is showing are that

ashen spindle
#

those are not errors

fair gull
#

pretty sure yellow is warning

wheat plume
#

him doing if( boolean == true) or if( boolean == false )

#

and its really irritating

ashen spindle
#

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

wheat plume
#

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...

latent kiln
#

I hopped on the Neovim train a few months ago (my own config) and recently started learning Rust as well :D

wheat plume
#

The Deck knows I'm using a dongle ... Interesting

latent kiln
#

What I love most about the Deck is that it uses Linux :D

#

Great move from Valve

wheat plume
#

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

wheat plume
#

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

frozen ingot
#

well what do you think is in the dongle

#

a chip that converts digital signals to the analog audio you can hear

wheat plume
#

Oh

#

So the deck can detect that chip

frozen ingot
#

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

wheat plume
#

It legit sounds amazing

#

Oh wow

frozen ingot
#

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

wheat plume
#

Idk what music format this game plays for the background music but damn it sounds real nice

frozen ingot
#

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

wheat plume
#

The game uses unity engine
And is definitely not a new game
Stated development around 2015-ish

frozen ingot
#

its probably just good music, if its a decent bitrate compression you shouldn't "hear" the format itself dogekek

wheat plume
#

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

wicked maple
#

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!

unkempt lake
wheat plume
#

But yeah
I'm using c to jack for now

unkempt lake
#

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

unkempt lake
#

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

wheat plume
#

Oh hmmm

#

But what if that one also has the issue

unkempt lake
#

Then you tell them the replacement unit is faulty and send it back again xD

wheat plume
#

Aghh ... With how long shipping takes that could take almost a month one way

unkempt lake
#

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

wheat plume
#

True
But also the replacement could have dead pixels which is another issue with the OLED models

unkempt lake
#

Manufacturers do small revisions/improvements in different batches

wheat plume
#

The news models don't have that issue?

unkempt lake
#

Not to my knowledge

wheat plume
#

Oh neat

unkempt lake
#

It was the launch batch

#

Particularly the linited edition one

wheat plume
#

Ahhh

#

Ookk

unkempt lake
#

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

wheat plume
#

Aha.... Got to remember to take the SD card out when I send it back

unkempt lake
#

Yeah be careful about that

pale sigil
#

Oh so you managed to rma?

unkempt lake
#

Well i told her that the warranty was transferable

#

On her steam deck

#

As its a gift

pale sigil
#

This biatch has two

wheat plume
#

No I don't xd

unkempt lake
#

Oh then no reason to not do it

#

If you have 2

#

Just use the lcd for a bit

pale sigil
#

You had the normal version didn't you

wheat plume
#

I sold my original one to my friends brother

pale sigil
#

Oh

unkempt lake
#

Oh

pale sigil
#

Free deck and selling previous

#

Dayummm

wheat plume
#

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

unkempt lake
#

because of customs

pale sigil
unkempt lake
unkempt lake
#

They'll probably have you put some sticke ron the box being like

#

Its an rma

wheat plume
unkempt lake
#

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)

wheat plume
pale sigil
#

Logitech didn't even want my mouse lol

unkempt lake
#

They did for nico

#

His 502x's left click died and they were like send it back

wheat plume
unkempt lake
#

Then they said that the mouse was deemed unrepairable/defective and they sent a new one @pale sigil

pale sigil
unkempt lake
#

They have time to open my gfuel box because an extra unlisted sample packet had fell in with my 3 tubs

#

Lol

pale sigil
unkempt lake
#

Of the issue

pale sigil
#

What model?

unkempt lake
#

G502x

#

I had a g903 have double clicking issues a few years ago and they didn't want it back

pale sigil
#

Ah that costs a lot more

wheat plume
unkempt lake
#

They just asked for a "proof of destruction"

#

It was strange smashing my mouse on camera

#

One of the strangest rmas i ever did

unkempt lake
#

They look like 6 months to arrive

#

I had forgotteni had ordered them

wheat plume
#

Oh my

unkempt lake
#

They showed up in a damn letter envelope

#

Lol

wheat plume
#

So you saying it's possible I'll still get mine?

unkempt lake
#

Possible

wheat plume
unkempt lake
#

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

wheat plume
#

They say on the website that the free sample pack doesn't get a tracking code during shipping

unkempt lake
#

They don't make you pay taxes/duties meaning you have to pay them to the postal carrier

wheat plume
#

Interesting

unkempt lake
#

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

wheat plume
#

I haven't tried either of them

unkempt lake
#

I'll just stick with gfuel i guess

#

At least here in canada

#

Ur in the uk right?

wheat plume
#

🀒 no

#

Ireland

unkempt lake
#

CLOSE ENOUGH

#
Lime Pro Gaming

We offer performance gaming controllers & gear for professional gamers. Check out our controllers, headsets, & accessories for Playstation, Xbox, PC & more.

wheat plume
#

Fuck you!

#

It's not

unkempt lake
#

Geographically

#

I mean

wheat plume
#

:')

#

Fair

unkempt lake
#

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

wheat plume
unkempt lake
#

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

wheat plume
unkempt lake
#

Gfuel ships from new york

unkempt lake
#

Idk

#

I'm just trying to help lol

wheat plume
#

And since UK isn't in the EU anymore.....well yeah
Import fee

wheat plume
unkempt lake
#

Lemme ask nico where else he got gfuel while in denmark

#

After brexit lmao

wheat plume
#

Xd

unkempt lake
#

Sec

wheat plume
#

Ookk

glass stag
#

Gamerbulk

unkempt lake
#

^ @wheat plume

glass stag
#

LimeProGaming and HiveNectar was made useless by imports

wheat plume
#

Oo

#

Hek they have the weeb brand here too

glass stag
#

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.

wheat plume
#

How'd they get away without imports to UK???

glass stag
#

No clue

wheat plume
#

Are bulk purchases exempt?

unkempt lake
wheat plume
#

Strange

unkempt lake
#

Or maybe yoshi is their accountant

#

Yoshi commits tax evasion

wheat plume
#

Idk how much a tub of gamer supps is in the official website but they are 45 euro here

wheat plume
unkempt lake
#

Sorry

wheat plume
#

LOL

unkempt lake
#

I speak monopoly money

glass stag
#

I paid 43€ for a tub

unkempt lake
#

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

wheat plume
#

Wait wtf there is energy candy too???

unkempt lake
wheat plume
#

Wack

unkempt lake
#

Hiyori you and i can bond over our addiction to caffeine

#

We can be caffeine besties

wheat plume
#

I've literally never had anything with caffeine before :')

#

I hate tea and coffee

glass stag
#

Gamersupps has a higher caffeine content and mixes better

wheat plume
#

And I've never tried energy drinks cause they smell like cough syrup

glass stag
#

Flavoured monster

unkempt lake
unkempt lake
#

Nico can also suggest some good gamersupps flavors

#

I tried both good and bad flavors lmao

wheat plume
#

I'm more interested in gamersupps because I'm a degenerate weeb :')

glass stag
#

Pineapple Cocktail and Emotional Damage are the ones i had in Denmark

Both good

wheat plume
#

Emotional damage :') I see xd

unkempt lake
glass stag
#

I tried the titty milk in a sample, it was okay

unkempt lake
#

Except the samplers

unkempt lake
#

They had a mango one that was tasty

#

I liked that one

#

In the samplers

wheat plume
#

Mango usually is yummy!

unkempt lake
#

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

wheat plume
unkempt lake
#

Like thise red fruit punches filled with sugarthat kids like

#

That kinda fruit punch

#

It was good

#

I liked it it was nostalgic

wheat plume
#

Dear YouTube Music,
How THE FUCK are these songs related?

unkempt lake
wheat plume
unkempt lake
#

So i guess it works

wheat plume
#

Xd

wheat plume
#

As a drink or flavor ;_;

unkempt lake
#

The kind my mom wouldn't buy when i was a kid because it was unhealthy

#

XD

wheat plume
#

Yeh xd

#

My mom was like that

unkempt lake
#

It was for special occasions

#

πŸ˜›

wheat plume
#

:')

unkempt lake
#

My mom would call it "bug juice" because of how it had like super bright artificial colors

#

XD

wheat plume
#

"Guacamole Gamer Fart 9000"

#

Wtf are these flavor names? :')

unkempt lake
glass stag
unkempt lake
#

We made tech talk into gamer drinks talk

wheat plume
#

Ikr

unkempt lake
#

In gamer sippy cups

wheat plume
wheat plume
glass stag
#

If you like fruit punch, you should get the dragonfruit punch

Fruit punch flavors are hard to find in Europe

unkempt lake
wheat plume
unkempt lake
glass stag
#

They also offer caffeine free flavors

wheat plume
#

We have such boring drinks in Europe
Especially Ireland

#

It's so dull

unkempt lake
#

i'd have to learn danish AND not get fruit punch anymore

#

I'll go into depression

glass stag
#

Nuh uh, don't shit on Capri sun

unkempt lake
wheat plume
#

I love those but the packs are tiny ;_:

glass stag
#

Get the store brand at Lidl

wheat plume
#

I finish a pack in like 3 sucks

#

Lame

wheat plume
#

What they called

glass stag
#

It tastes very similar

I don't remember the name

wheat plume
#

Oh hmm

glass stag
#

Solvita or something

unkempt lake
#

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

wheat plume
glass stag
#

Solevita Orange

wheat plume
#

Oo
They give me Spanish vibes xd

#

But the box has German in it

glass stag
#

German knock off capri sun is now spanish

wheat plume
#

:')

#

Indeed

unkempt lake
#

Grocery stores confused the hell out of nico when he moved here from denmark

#

BILINGUAL PACKAGING WAT DAT

wheat plume
#

Does the lidl website not show all their products??

glass stag
#

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

wheat plume
#

Yeah I bet
Capri Sun is mega overpriced

wheat plume
unkempt lake
#

English sun is rare

wheat plume
#

Exactly

unkempt lake
#

It's hidden by rain and clouds

#

Spanish sun is always there to be harvested

wheat plume
#

Costs a premium for tiny sliver

glass stag
#

I was so confused in Denmark, 2 store chains have ceased to exist while i was gone

#

Fakta and Aldi

wheat plume
#

O...

#

Wait wait

#

Aldi????

glass stag
#

Reduced to atoms

wheat plume
#

Fucking hell
That's absolutely THRIVING in Ireland

#

Damn....

unkempt lake
#

Imagine having competition in the grocery business

#

smh damn europeans

wheat plume
#

:')

unkempt lake
#

Don't you want a tripoly cartel of groceres instead?

#

That work together to fix prices?

#

It's so much fun!

glass stag
#

Eggs have risen in price again

unkempt lake
#

And then when they get caught they get very very small fines

wheat plume
#

We got the big 3 in Ireland
Lidl
Aldi
Tesco

glass stag
#

3.79$ for 12 last week

4.09$ now

wheat plume
#

Xd

unkempt lake
wheat plume
#

.... Yikes

wheat plume
glass stag
#

Netto
Rema 1000
Bilka
Lidl
Coop365
Fakta(now rebranded to the more expensive coop365)

#

And Aldi

glass stag
unkempt lake
#

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

wheat plume
#

O...I think the shop we went to in Sweden near the apartment was coop

glass stag
#

Netto is cool because of their mascot

unkempt lake
#

Sometimes you'll even have just multiple of the same owned stores just next to each other "competing" lol just under different names

glass stag
wheat plume
glass stag
#

Bilka also has a Lego furry mascot

wheat plume
#

O.o

glass stag
wheat plume
#

I prefer the doggo xd

glass stag
#

Yes Netto is also cheaper and owned by the same company as Bilka

#

Called Salling

wheat plume
#

I need sleep ;_;

#

Imma cheap out the samples on the bulk buy site though tomorrow!

unkempt lake
wheat plume
#

Says the caffeine addict xd

unkempt lake
#

the secret to unsleepability

glass stag
#

Get on my level, i take melatonin to sleep through the caffeine

wheat plume
#

Uhhh

#

Maybe I won't go to your level

wheat plume
#

:')

#

Anyway... Good talk!
Nighty night you two!

glass stag
#

Night

unkempt lake
#

Night!!!

rough osprey
#

damn

halcyon moss
#

Deezer did lossless for a long time already at the same price

umbral heron
#

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

cursive summit
#

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

old marlin
#

Clueless freesync ultimate modules

#

bet

cursive summit
#

Like what GSync has been doing since the start?

#

But why

#

Freesync's strength is that it's hardwareless

old marlin
#

was a joke

cursive summit
#

I mean there are advantages to it right?

#

I wonder how FPGAs could be used in the consumer graphics space

#

More FPS pls

ashen spindle
#

Not all all most likely. Video encoding parts at most

#

Also gddr7 is coming on rdna4 in summer most likely

old marlin
#

(which is a thing already)

ashen spindle
#

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

fair gull
#

@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

old marlin
#

omnivise?

fair gull
#

for example

old marlin
#

idk if there is a more affordable option to the hakko ones

fair gull
#

idk if it will launch though

old marlin
#

that's tiny

fair gull
#

oh it did

fair gull
#

and you only really wanna hold the pcb up mainly

old marlin
#

ah

#

ok they are attached to the base magnetically i'd assume?

fair gull
#

pretty sure yeah

old marlin
#

yea

#

guh

#

and it holds it with a spring

karmic hedge
#

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

fair gull
#

most computer issues arent anything solder related. laptops on the other hand are

old marlin
#

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

fair gull
#

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

old marlin
#

yea

karmic hedge
#

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

fair gull
#

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

karmic hedge
#

I am very grateful for you doing that, its not self-evident at all :)

fair gull
#

id just recommend keeping it a hobby cause if you go commercial itll be a pain often due to having customers

cursive summit
#

I quite like YTMusic

#

But it does seem like another project Google will axe

#

Not many use it

wheat plume
#

I use it 😒

halcyon moss
#

May youtube premium become cheaper

wheat plume
#

Doubt it, Google like to overcharge for services and hardware

umbral heron
#

Speaking of Google's hardware
@wheat plume you want white or black Stadia controller? duck_bopping
Still looking for one in a good shape

wheat plume
#

oo... white!

#

does the white only come with orange accent? idk the colors

umbral heron
#

I think so

#

Also green one (wasabi) is pretty much non-existent here 02sad

wheat plume
#

I assume the assistant button does fuck all now? LOL

#

oh ;-;

umbral heron
#

I dunno, I'll try once I'm back from work dogekek

wheat plume
#

oooff ok xd

#

the DPAD looks different to other controllers and I cant figure out why

old marlin
#

πŸ’€ why are you actively looking for a stadia controller

wheat plume
#

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

umbral heron
#

Those are pretty good BT controllers now, and relatively cheap around here

wheat plume
#

oh, I can get one for 20 Euro here, second hand OFC

#

open box though

#

nvm its not in stock

umbral heron
#

Here's practically going for e-waste prices in local pawn shops, it's just the matter of getting one in a good shape

wheat plume
#

ewaste price?

umbral heron
#

20~30zΕ‚ (€5~8) havo

wheat plume
#

o

old marlin
#

ah

#

ig that pricepoint makes it a good deal

latent kiln
wheat plume
#

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

wheat plume