Usenet, how to use?

When I searched a file, DMM couldn't find. But I clicked Usenet on that search result page and the file I was looking for was listed there. At the end of that filename was "send" button, I clicked it. What then?

reddit.com
u/linzki — 3 days ago

Pixelshader for brighter video to use with Jmgo n1s 4k

// $MinimumShaderProfile: ps_2_0

#define Screen 0.40

/* --- tooDark (dx9) --- */

/* v1.40 (2023-07) released by butterw under GPLv3

(1 texture, 3 arithmetic)

Apply when the picture is too dark.

Increases brightness without clipping (Black point and White point are unchanged).

Photoshop Screen Blend, brightness/contrast curve:

out = -Screen*x*x + (1+Screen)*x = -Screen*x^2 +Screen*x +x

with x, out: pixel.rgb in [0, 1.0]

and Screen >=0

parameter Screen [-1, 1.0], 0: no effect.

>> Positive: (Screen Blend) increases brightness, increases constrast in shadows, ex: 0.24

- Brightness increase is maximum at the mid-point (Screen/4).

- Contrast = 1+Screen -2*Screen*x

Contrast is maximum at the Black point (1+Screen) and decreases linearly with input level.

Contrast:1 at the mid-point.

negative: (Multiply Blend) decreases brightness, increases contrast in highlights.

*/

sampler s0: register(s0);

#define Multiply -Screen //to ensure a positive user parameter.

float4 main(float2 tex: TEXCOORD0): COLOR {

float4 c0 = tex2D(s0, tex);

c0.rgb = lerp(c0, c0*c0, Multiply).rgb;

return c0;

}

reddit.com
u/linzki — 6 days ago

JMGO N1S 4K auto dimming off and new ISO lumens?

I've noticed when white text on black background picture gets dimmer. Is there a way to turn that auto dimming off?

Just saw on JMGO's website N1S 4K is advertised with 1700 ISO lumens. When I bought mine it was advertised with 1100 ISO lumens. What have they changed to achieve that higher brightness? Is the change on hardware side or on software/settings side? If on software/settings side, can I have this higher brightness added to my N1S 4K?

reddit.com
u/linzki — 22 days ago

JMGO N1S 4K auto dimming off and new ISO lumens?

I've noticed when white text on black background picture gets dimmer. Is there a way to turn that auto dimming off?

Just saw on JMGO's website N1S 4K is advertised with 1700 ISO lumens. When I bought mine it was advertised with 1100 ISO lumens. What have they changed to achieve that higher brightness? Is the change on hardware side or on software/settings side? If on software/settings side, can I have this higher brightness added to my N1S 4K?

reddit.com
u/linzki — 22 days ago
▲ 4 r/turku

Tyhjien limutölkkien ja pullojen palautusapu

Jouduin luopumaan autosta ja sairauksien vuoksi kävely hankalaa, joten tyhjiä tölkkejä/pulloja kertynyt kohta 3 jätesäkillistä. Kiinnostaisiko ketään täällä noutaa ja ostaa nuo 3 säkillistä käteisellä (väh. 30€ edestä tölkkejä/pulloja per säkki). Tarjoa yksityisviestillä.

Varmaan tässä vielä lasken tarkalleen kuinka monta tlk/plo per säkki ja jos noutaja haluaa niin saa itse pakan päällä tarkistaa.

reddit.com
u/linzki — 2 months ago

Can TorBox stream directly to potPlayer?

and how. I don't mean copy/paste url, need simple one button solution like DebridMediaManagere "watch" button.

reddit.com
u/linzki — 3 months ago