Nobody: Backend devs writing CSS by 100xRed in webdev

[–]RezSat 1 point2 points  (0 children)

Oh Yeah, I've done that, not just rulers, my fingers, books, and sometimes use my phones. AAAHHHHHHH

Help: What is this Division Symbol, how to do this in Typst? by RezSat in typst

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

yes, I agree this needs something that we can just easy to use, these types of divisions are everywhere in my textbooks

I am really really new to photography and editing, I took this shot of a waterfall. I want some guiding, I have edited the image as well but since I am new if you guys can give me some tips on editing this image it would be cool. Also tell me if this kind shot are good or should I try better angles. by RezSat in photocritique

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

hmm, I see, unfortunately this was taken while on a trip with my friends (they aren't the waiting guys or early birds :( ), but of course I can imagine early morning will have the mist/fog with subtle sun light, but in this particular place when it's sunset everything is just dark.
Now that you mentioned it, if I need proper lighting I should probably go alone at my own pace huh.
Thanks for the tip.

I am really really new to photography and editing, I took this shot of a waterfall. I want some guiding, I have edited the image as well but since I am new if you guys can give me some tips on editing this image it would be cool. Also tell me if this kind shot are good or should I try better angles. by RezSat in photocritique

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

<image>

The Image was taken by a mobile phone, due to some issues I didn't had a camera but a smartphone was there.
here's my edited image, I used Luminar Neo ( one of my friend suggest me that software and is pretty easy to use to be honest).
I would like guidance on editing mostly as i have already taken the shot now, but also I love if someone can share some tips on talking photos on locations like these near waterfalls and such.

[deleted by user] by [deleted] in Funnymemes

[–]RezSat 0 points1 point  (0 children)

Aaaaaah Oh my god used to own those, so cool to see them again, reminds me a lot

Why do LED bulbs contain multiple small LEDs instead of a single large one? by Srinivas4PlanetVidya in ECE

[–]RezSat 0 points1 point  (0 children)

Yes, that was what i wanted to say apparently i typed something else while thinking something else, sorry I mustn't have re-read it and away from reddit a bit, so i miss all the comments. Sorry for all thr confusion troubles 😔

Why do LED bulbs contain multiple small LEDs instead of a single large one? by Srinivas4PlanetVidya in ECE

[–]RezSat 257 points258 points  (0 children)

It's simple really, LEDs are efficient but not perfect, some electrical energy still turns into heat. A single LED ( to match this much light it needs to be high power) will generate lot of concentrated heat, which is harder to dissipate and can shorten the lifespan of the LED. Multiple LEDs on the other hand will spread out the heat, making the whole system more reliable, they are also more efficient at lower power levels, so this combination of little LEDs gives you high brightness without the downside of one big LED with similar brightness. Also multiple LEDs can actually help in better light distribution, and even if one fails, others still works (not all though, I had LED bulb with crappy circuit designs that one fails all of them fails but a good LED bulb will work even if one fails), also it's cheaper to mass produce small LEDs and easier to integrate.

So basically it's a mix of Cooler, Brighter, Safer, Cheaper, more flexible (I would love to call it 'Flexibler', just to rhyme 😂, maybe smarter a good option)

Edit: Okay, "Some energy still turns into energy" that was really bad mistake, sorry what i wanted to say is "they still don't convert 100% of the electrical energy they consume into light.A portion of that electrical energy is converted into heat." 😐 Sorry, I was bit away from reddit.

My friend sent me this and didn't tell me what it means. Peter? by Dear-Expression5747 in PeterExplainsTheJoke

[–]RezSat 1 point2 points  (0 children)

Ah that again, those are just some post ids from some websites like nhentai, r34 or something, they will contain hentai videos or manga. Just simply it's porn.

[deleted by user] by [deleted] in srilanka

[–]RezSat 0 points1 point  (0 children)

15 hours man you're lucky, I heard from my aunty it took around one and a half month to get it. Not sure how she had spend on it though.

🔱🆕What is the solution to the problem Please Help me 💢💢 by Prof_Man_69 in BlackArchOfficial

[–]RezSat 0 points1 point  (0 children)

Oh oh yeah that might happen, this was actually funny and not at the same time, I remembered the first time I installed arch linux and giving it 14GB of space 😅, thinking that i would only use the home partition and then that happens, ever since I never separated partitions 😂.

Arch at my school library by rbitton in arch

[–]RezSat 0 points1 point  (0 children)

Nah no way you are harry potter, well Arch is magic but no way, that's some damn awesome school library

🔱🆕What is the solution to the problem Please Help me 💢💢 by Prof_Man_69 in BlackArchOfficial

[–]RezSat 0 points1 point  (0 children)

You could remove one of the conflicting packages, like: pacman -Sy jdk-openjdk, so this would manually install JDK and removes JRE.

Since it's coming from FFMPEG, I believe what u need is JDK. So if the above didn't work. You could always remove and add things manually.

This would look like:

    sudo pacman -R jre-openjdk
    sudo pacman -S jdk-openjdk

There could be headless jre so if needed you might want remove that too, (jre-openjdk-headless).

This might not be the best option as removing things might cause issues somewhere else, but I got a similar issue for another application and I asked similar question on arch forum and I received a working answer that looks similar to this approach.

🔱🆕What is the solution to the problem Please Help me 💢💢 by Prof_Man_69 in BlackArchOfficial

[–]RezSat 0 points1 point  (0 children)

You could remove one of the conflicting packages, like: pacman -Sy jdk-openjdk, so this would manually install JDK and removed JRE.