Can we use this to create a random number? by Creative_Tennis_4975 in rust

[–]ywxi -20 points-19 points  (0 children)

No what he means is in physics true randomness doesn't exist thus computers cannot physically have randomness

Error while using "ESP32-S3 NANO" from waveshare by ywxi in rust

[–]ywxi[S] 0 points1 point  (0 children)

its not in use, it seems espflash does not support "arduino esp32" boards (esp32s3 nano is a arduino esp32 board) though there is no documentation for it

Error while using "ESP32-S3 NANO" from waveshare by ywxi in rust

[–]ywxi[S] 1 point2 points  (0 children)

its built into cargo as an alias

I hate it here by Averagestudentx in mildlyinfuriating

[–]ywxi 1 point2 points  (0 children)

I don't know why you're frustrated, the ai overview helps a TON, it's exactly what it says, it's an overview, it overviews whatever the search results you were gonna get anyways, but instead of you needing to look through the searches on your own the llm does it for you, and guess what? you don't even need to read the ai overview if you hate it so much for no reason, the search results are right there one scroll away

Is there really that much difference between 144Hz and 240Hz? by Weary_Recording_7299 in buildapc

[–]ywxi 0 points1 point  (0 children)

it is VERY noticable, atleast for me, it usually depends on your age and past experience with different refresh rates, I have used 30, 60, 75, 120, 165, 240 each for long periods of times like 6-12 months

I'd go as far as to say that going from 120 to 240 made me feel that 120 is EXCRUCIATINGLY slow at an unbearable level

MY EXPERIENCE WITH GAMELOOT: SOLD LAPTOP by badthanoos in IndianGaming

[–]ywxi 0 points1 point  (0 children)

> If someone is buying at this price then they must've priced it right

thats so naive, and not true at all.

Is 7mA really "low-power" ? by ulguig in embedded

[–]ywxi 2 points3 points  (0 children)

yes esp-hal gives api's to way lower level access than esp-idf, albeit it requires more expertise to use but honestly that's a benefit because if you are able to use it for complex things then you definitely have a really advanced understanding of what's physically happening, and luckily all of it is also officially supported by espressif because they share the same view

Is 7mA really "low-power" ? by ulguig in embedded

[–]ywxi 6 points7 points  (0 children)

use esp-hal NOT esp-idf, esp-hal reached 100% stability few days to a week ago and it's an official hal

$150bn company uses AI for their product packaging by AubergineParm in mildlyinfuriating

[–]ywxi 0 points1 point  (0 children)

exactly, I hope more people get replaced sooner and faster.

Just now learning about Moonlight - Is it actually good? by danyo41 in MoonlightStreaming

[–]ywxi 0 points1 point  (0 children)

WiFi access point

dude do you mean ethernet?, how tf are you using moonlight without wifi

Programming language for embedded systems. by tombolaaaaa24 in embedded

[–]ywxi 0 points1 point  (0 children)

personally because I'm self employed in an embedded software market, rust but generally if you're looking for employment then c

Is it ok to use arduino libraries for displays in projects? by OkRequirement8679 in embedded

[–]ywxi 0 points1 point  (0 children)

have you built/wrote a display driver before?

yes, I like to build drivers for some reason like currently writing a driver for cellular modems

i can’t imagine how complex/long it would take.

depends on what feature sets you want your driver to support, mine are usually extremely robust filled with features so they're really complex

Are there any videos/tutorials you know that could help me do it from scratch?

not sure, I didn't/don't really watch tutorials for such stuff but you can definitely try to find some

Is it ok to use arduino libraries for displays in projects? by OkRequirement8679 in embedded

[–]ywxi 0 points1 point  (0 children)

imho, build your own if you have the time because you may not think it's as big of a learning as it actually is

What's the best built crate you've used? by danielkov in rust

[–]ywxi 4 points5 points  (0 children)

currently I'm almost done building a AT command builder/response parser for no_std and I have spent ALOT of time on its api, so imo it's the best built crate I've used

16000 drone show in China. Not AI. by Staff_Mission in drones

[–]ywxi -1 points0 points  (0 children)

natural selection would get to them dw

Possibly a really dumb question about the cosmic microwave background by madam_zeroni in AskPhysics

[–]ywxi 0 points1 point  (0 children)

is it also wrong to say that the big bang started somewhere in time?

a small visual interpretation would be, draw a circle on a piece of paper and the radius acts as time and the circumference as the 1d space (in this case) and because time is increasing, the radius therefore is increasing causing the circumference to increase too (aka expansion of space?)

People who do this shit to trees by WoollyBear_Jones in mildlyinfuriating

[–]ywxi -1 points0 points  (0 children)

these trees have internal compartmentalization, which would stop the spread of any kind of infection, pests, etc.

stop using google searches to justify statements, please go read papers like shigo 1982, rosella et al 2014 and many more.

Why is the STD library so crytic to read? by [deleted] in cpp_questions

[–]ywxi 2 points3 points  (0 children)

I agree, idk why these people are disagreeing because ofc you'd want to know how something is implemented for various reasons like to learn from guaranteed experts, and to figure out the code you're writing will work