#programming
1 messages ยท Page 11 of 1
wait what
ordered a new monitor, painful to order it but nice to get a new one
S21FE running at 15-17 FPS
aand Firefox crashed
ran out of memory oops
Black screen on Floorp, game doesn't load for some reason

its either taking a while, or there will be an error message in https://samvanmaele.github.io/game-engine/#debug
Console has no usable data
your browser runs javascript
all electron apps run javascript
windows 11 taskbar runs javascript
ps5 ui runs javascript
almost all of meta's mobile apps run javascript (web too but thats obvious)
javascript is life. if you can't accept that then you'll be getting your day ruined every day
fuck
gotta do a javascript detox
big L, ill have to look into that one
Oh debug has data
might as well just nuke all of your electronics
future: <Task finished name='main' coro=<main() done, defined at <console>:1714> exception=ValueError('Uniform "cascadeClip" must be 3 long at most')>
Traceback (most recent call last):
File "<console>", line 1715, in main
File "<console>", line 1383, in __init__
File "<console>", line 1051, in __init__
File "<console>", line 1660, in __init__
File "<console>", line 721, in shaderTerrain
File "/data/data/org.python/assets/build/env/_zengl.py", line 668, in uniforms
raise ValueError(f'Uniform "{name}" must be {size * items} long at most')
ValueError: Uniform "cascadeClip" must be 3 long at most
if i must, i will
@olive sable can give whole browser stack if needed
idk what that is but sure
all the lines the #debug gives
DMed it to you
isn't meta quest ui (horizon os or whatever they call it) react too
Correction: All W11 UI is transitioning to Javascript
The new Settings, CTRL+ALT+DEL
difference is that:
- Apps run Electron
- Windows has Edge WebView
- PlayStation has their own WebEngine
(playstation citation needed)
I know that PS uses GNU based linux system
Pretty sure, since React is Facebook
no i'm not talking about webviews, windows is react native (ms ported it to windows for that reason and opensourced it) as well as ps5 main menu is rn too, let me find a citation for you
also I need the PS one cause I'm pretty sure I'm wrong in that one
ah i get the issue.
firefox optemizes the shaders for webgl.
im doing:
int cascadeIndex = 3;
for (int i = 0 ; i < 3 ; i++)
{
if (-viewPosZ <= cascadeClip[i])
{
cascadeIndex = i;
break;
}
}
meaning the 4th cascadeClip index never gets used in the shader.
so i should just not pass it to the shader in general
oh, and im also falling throught the terrain now lol
this is the most credible thing i could find on the ps5 thing, https://x.com/syke/status/1619413099861413889
but i just basically remember hearing about this from credible people in the industry. and about the webview thing, i thought they used webkit? at least on the ps4 outdated builds of webkit were basically the sole way for jailbreak stuff because of exploits
on the windows side, https://x.com/Zeko369/status/1791141890106290670 definitely RN, making an os out of webviews is insane even for ms
IDK, it might be a Win365 quirk, but in that build the CAD window is literally webview: https://youtu.be/IAKg-Z6m8nM?si=NoSvDZ2R-CwY6JKV&t=509
Huge thanks to Yae Mica (https://x.com/YMica_OSE) for bringing me up to speed and helping crack the build!
Hello, my friends! Let's hit 20K likes? Check out my website! https://enderman.ch
Today I am going to hack the latest stinker from Microsoft called Windows WNC โ the extremely stripped RDP client for Windows 365.
Links:
โ ๏ธ Install...
I know that Playstation uses opensource libs to run its browser, as you can see the licenses in the license page, but WebKit would be a strange choice, consider that is apple
also this might be a bad example, as Win365 is literally the worst windows edition that spawned on this planet
Even the dashboard is webview
seems to be something i cant reproduce due to being on wondows.
i have
sys._emscripten_info(emscripten_version=(3, 1, 56), runtime='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:138.0) Gecko/20100101 Fire
and you have
sys._emscripten_info(emscripten_version=(3, 1, 56), runtime='Mozilla/5.0 (X11; Linux x86_64; rv:128.0) Gecko/20100101 Firefox/128.0', pthreads=False, shared_memory=False)
so the underlying rendering system is diffrent.
it should be fixed tho, just need to gitpush and stuff
Also we had a fucking brainfuck at work, cause we got reports CSS is breaking in Safari, and as it turns out, Safari handles CSS variable inherit so bad that we had to patch a lot of shit
like, literally it inherited the default DEFAULT value, instead of the next variable
I can test anytime, just ping me
okay
and any browser on linux
how is it a strange choice? it being backed by apple is a good thing and it's as opensource as it gets (some parts are bsd, some are lgpl)
nintendo uses it since the 3ds too
(might be bedge, mostly active from <t:1747807200:t> to <t:1747861200:t> but can ping outside of that cause I have my phone muted)
also that is factual, PS uses webkit
the github workflow is compiling it rn so it will be ready in a min
if this one doesnt work idk what the problem is so i wont have any diffrent versions anyways
that's win365 specific, the whole os runs inside a webview unlike normal windows
well if you can even call it an OS
I might be used to Chromium based webview thats why I find webkit strange
I mean technically it supposed to be a thinclient that remote connect to a Virtual OS, so kind of?
aight, new version should be up.
https://samvanmaele.github.io/game-engine/
remember the ps4 came out in 2013, chromium wasn't as mature
fuck
nevermind
Oh yeah true
I forgot about that
while WebKit have been OpenSource for a while
yeah then it is not a strange choice
thanks
which was a fork of something nvm I'm mixing it up with something
ok it should work now
ignore the terrain collision being wonky, at least you dont fall through now
Will test it tomorrow

Dang it
Why no personal reminders discord aaaa
Literally behind nitro 
I love my bot
imma go to bed now too, and il be making my powerpoint for the entire day of tomorrow so see yall in 2 days
Seems like I got that working again, CSS is refusing to stick but that is a CSS issue
(No I am not defaulting it to light mode, I just needed to see the text)
Either way that is the table formatting working again, now with the abillity to add more than one table.
morbing 
Morning
Good 3am
You know what, I curse anyone here with use of global variables only.
I've been only dealing with globals today so cursed absorbed
Switching projects, I was not expecting this to work. But that makes life easy
not globals anymore, but still cursed I'd argue
That makes this cursed behavior have no errors
And people wonder why python is so slow
anything but exec()
I've had my fair share of exec, I have no limits
that is honestly the most amount of "cursed" techniques i have seen in one file 
Glad to see my cursed shegingans is new to you
i swear, i have never seen someone use the __dict__ of a class outside of __getstate__ and __setstate__
Meanwhile in the same codebase:

What is this supposed to be for?
Memes mostly
There is no Please cap
This handles any amount of begging and adds it to a running counter
i see
I do it more often than I like to admit
the static analyzer is not going to be happy about that
What static analyzer? 
the thingy that tells u if ur code is wrong in the editor
Yeah, I still do not use those. I wonder how it'd act though. Let me find out
yellow squiggly lines everywhere (or red on any type checking mode other than off)
like dis

imagine using pycharm
i dont
I am half supised I'm not getting more errors
(Somehow it isn't complaining about the __getattr__)
why would it complain about perfectly valid code
it's a static analyzer not a linter
Yeah I know this codebase is valid because I test it, it is just cursed
well static analyzers dont actually read the content of variables
they have no idea what is in a variable
and locals technically is a variable
Yeah that is where it is getting confused
out of curiousty, does any python devs here type hint everything?
i usually do
Not everything, but I try my best on my first or second pass over functions
well not in throwaway scripts but they don't really count
when i'm testing something through interactive thing or a code file on ramdisk, no
when i'm programming something, mostly
Definitely when it is related to web related stuffs like FastAPI
even it is less forced in ML libraries, I always tend to do x : torch.Tensor
exceptionally long thumb
btw JAX and Flax seems usuable for a smooth brain like me

Not so far apart from torch ngl
Isn't jax basically numpy with a different name (probably wrong, I haven't looked at it in ages)
Anything is better than Tensorflow lol
yeah, but Flax interop makes it feel like numpy and torch
am going schizo trying to figure out this indexing bullshit
intellisense gave up
reload it
I did
is it still dead?
yeah, but let me try something else
ok

I'd recommend using something that can interface with clangd, everything else is really hit or miss from my experience
Though clang too sometimes gets confused for me but that's only for .cuh files and easy enough to fix by just forcing it to treat them as cuda
was wondering why I'm allocating GBs of memory somehow... but i = 14757395258967641292
oh nvm
Goodmorning 
morbing
ts pmo i swear i open it and there are 0 notifications but it doesn't remove the 3

nah, my optimization strategy didn't work
it's much worse than what I have now
problem is, I'd end up running another kernel over the full range of synapses
which is much bigger than the amount of neurons
so, it's more memory, more compute
and all around worse
SoSilly
I don't think I can use __shared__ memory either, because each block is mapped to a source neuron
and like, I'm not having duplicate connections from neuron a -> neuron b
so it doesn't make sense to write to a buffer first
Morn
This job application has me doing a CTF
which is really cool actually
but 2 of the options require linux and I can't be assed to pull out my laptop
and the last one is a hats in the line problem and is frustrating me
Works 
VMs: *exist'
wsl
Letsgoooo
Now i just need to fix the issues on mobile
engingner
spellign si fro losers
Why hello free nitro
engienenger
Hi guys i reacently started learning python can you guy reccomend me some sites for learning yesterday i watchd programig with Motch's w video and it was kinda fun.
Gooooood morning #programming 
woo free nitro means i can use the animated wave now
@unkempt citrus @maiden geyser thank you
Git integration? 
yea
They actually made it work 
Is that supposed to be impressive?
URL context? Yes.
Gemini wasnt able to browse website content directly from AI Studio before
sounds like a skill issue o me tbh
nobody asked tbf
I feel like its really basic shit that most other companies ifgured out ages ago is all
and you'd have to manually add the folder you want git integration in
seems like its not widely available yet, yeah
I'm still waiting for admin protection to land in beta or GA
it's still canary only
Only people who are acquainted with the modern AI services and Google AI Studio would appreciate how impressive it is that a model can directly access content of a website instead of just the search results (im not even gonna bother
with Claude here, these guys barely figured out web search access a month ago for their subscribers)
Ofc you can make it work yourself through MCP and other tools, but that requires working through API, which no normal consumer would do.
it's working! albeit slowly...
Idk what you're doing, but generic algorithms are generally slow
Just look at earth. Billions of years to get us here
An uncountable amount of minor mutations, happy accidents and sharing of DNA.
The only thing you can really do is come up with more effective selection and mutation strategies
but that also means if you gamba correctly, you could end up with the best possible parameters
i never lose gamba

simple, just run your evolution parameters through evolution too. hyperevolution. surely that's efficient 
if luck is a stat, can i evolve my luck

then maybe i'll get lucky enough to live in a universe where we get >8gb vram on entry level GPUs
hahaha
i'm so dum, i was wondering why the output of my network is always 0 or negative, I forgor that I reset the values if it spikes
noooooo my nitro trial is over
nice! finally improving
previously it didn't go over 100
(because it could never be active lmao)
next up, figure out why some networks come out broken
I wrote my own algo to create RNNs and FFNNs. 
Broke my brain a few times back then, but it can now generate an arbitrary network from genes :D
I may or may not have bought a gamecube with 3 controllers and a wiiu for 150 bucks
That's crazy
The gamecube has the gamboy player attachment
I dont have the disc you need for it tho 
Welp, im going after dome 3d glasses now cuz my bank account wasnt empty enough
I keep wondering what this error is
I spent a stupid amount of time trying all kinds of bullshit
but well, I figured it out after this assert
this stupid library sometimes fails to work at all!
if I work any longer on my code today I'm going to start fighting the air
I think I'll call it here
found a good report on AI's energy footprint https://www.technologyreview.com/2025/05/20/1116327/ai-energy-usage-climate-footprint-big-tech/
I read that earlier today. very good research, terrible presentation
Evolutionary model?
looks neat
yep
What algo?
NEAT
I didn't test that
I was trying to hunt down the errors
because they started spawning more and more the later I was in training
I was worried my NEAT system was evolving connections that were fucked
to an extent, there were problems however they were minor
Morning!
morning!

Outside and touching grass? You sure you belong here? 
For reals, props to your cardio
summer is soon, time to get swole
Im just doing this to get consoles lol
Any1 who plays nethack?
My vectors power station arrived 
The high tech state of the art server hosting his brain on the floor of my landing
Only the finest here
holy shit this monitor is insane
bro's british
wtf oled is abs worth it
Long as you cap your framerate yeah
Yeppers
why what happens
I chose not to go oled as my framerate fluctuates in games like cyberpunk and that causes vrr flicker
If your framerate fluctuates too wildly it can cause flicker on an oled monitor with vrr
But other than that caveat its easily the best display tech on the market
Well other than microLED but that shits ridiculously expensive, not really consumer level yet
O6Eop OT NN
russian ๐
google ai thing available in russia
but its not-
ja, das ist russische sprache
unless google and all US companies magically lifted all the sanctions in some 3-4 hours I havent been checking the news for
Bro does not know about 3D tv's 
how can you confuse cyrillic with greek script 
what are you even trying to do with desmos
HE LIVES
Just setting him up now
Gotta get him on my network and hooked up to his server
anything but graphing atp
He made me jump when I put him on the charging pad because nothing happened for a moment and then he suddenly looked up at me 
HDR on a screen with not so H DR 
right? it gives one of my monitors a red tint and cranks up the saturation on another one
because when you force something that's not made for hdr to run in "hdr mode" the relative perceived saturation goes down, colour spaces are weird
Session 1: Accelerate your development with the Gemini API (10:00 AM - 11:00 AM, PT)
Learn about the latest advancements in our Gemini models, including their built-in reasoning capabilities. Harness powerful tools for dynamic application development, and explore agentic AI solutions ideas and how Gemini can help you to move forward. Gain ess...
ooh i see

When MoE Gemma
sounds like a tonemapping issue, never touched hdr on windows but i believe the monitor is supposed to report how to correctly tonemap sdr and hdr content
unlikely
gonna explain what monstrocity this is
Moe?
BUT IT IS
on both of my devices already, and i'm not using any vpns
what ISP
think of it as extending the scale while the value stays the same so the % goes down (very bad explanation but should get the point across)
SibSeti
no i can confirm i also have ai overview in ru
wait what
idk man
mostly every1 has to either use a VPN or a SmartDNS to go around the geoblocks
โกSanctions are O V E R
hmm
which profits? you still need a turkish card or a middleman to pay for things
HOLY SHIT
FINALLY
a MATFORMER
YES
Fyi
yeah, I think its only about the AI overviews
everything else is still blocked
new arch alert
matformer is a model that u can turn into a smaller model
oh
many models
matryoshika?
ye
per layer embedding
never thought it would be used for text gen
somehow didn't hear about the new Gemma models yet? they've been out for ages already (24h) 
karinka? marinka?
elite vocaloid knowledge
what are they going to do? name it โrussian doll transformerโ?
recursive
HOLY SHIT
In the case of Gemma 3n, the E4B model contains the parameters of the E2B model
ew it's google
Root my android 
???
pc control
as well
and u can scale it down cause matformer
very interesting
ok i think i need to read up on things iโm so lost
I would not scale it down when it is accessing my computer
2B params + the per-layer embeddings, in reality it should be closer to ~6B parameters total
the 2B params are the ones that are always active
still really impressive
per layer embedding can be stored on disk
yeah, it's just still part of the model
audio input lmfao
I was actually waiting for gemma audio input
time to prune thy layers and use it as an encoder

wrong damn emoji
they dont provide the torch impl 
actually huge
only tflite impl

me first reading about TF compared to torch: wooow this is so cool ima use this in my project 
me reading after all that that it requires to be installed on WSL in order to run:
im going with torch
Answer: "Just ask Gemini to write one for you smh"
they don't compare benchmarks to other models on their HF page, but from the numbers it looks similar to Llama 3.1 8B
except it has much fewer active parameters because of the per-layer embeddings, it has image and audio input, and it has the computer control thing
actually really good 
The current checkpoint only supports text and vision input
the audio encoder arch likely wont be released
lol
i doubt they will
they say they want to roll it out "over the coming weeks" 
surely that's referring to the open-source part 

that better be under a month
because nobody actually release it in a week
look at kokoro tts

Phone dead bwaa

Why does this thing have dolby atmos btw?Its a phone
its acc cool for sound enhancement with headphones
fair i guess
can yousend a url

claude 4 sonnet
available only on PRO MAX ULTRA tier for $299/month
5 prompts per lifetime
gotta keep the subway surfer attention span of techbros going
hype
partially true
hype generates interest
interest generates investments
investments generate money
okay thats a long anubis
Feels good when your script finally starts working.
I want to DIE !!!
I just waste 5h of my life sherching a bug in a program and guest what there was never a bug to begin with...
As improbable as a brown out is BIOS updates always get me sweating
My Uni has decided they want to use my final project in their open events and visit days ๐
We do a little firmware cracking
interesting design choice to not use SSA but i suppose this way it's easier when compiling to von neumann archs
man, I wish google actually let people who can speak english properly do their presentations
or heck even, let your own product do the translation like you showcased it
surely it won't be a problem at all 
anything is an IR before it becomes electrons
and IRs are compile results too
and you may serialize an IR as well
wikipedia literally says "Intermediate representations such as bytecode"
SPIRV isnt compiler internal
256 explicit registers is interesting as well, usually processors will just implicitly alias most of those
Your processor has 256 registers in it right now ๐
probably that was easier to work with in the early stages of making the compiler lol
anyway the purpose of a bytecode is not walking the ast every time but its not machine code, it has to be interpreted or compiled further
everyone dies a little inside when they have to make a 3134th IR for the same language
at least its not a combinatorial explosion
yeah it makes perfect sense as a way of simplifying language development
X86 CPUs have register banks that contain hundreds of registers that are mapped at execution time to avoid data dependencies, so when you call ADD R8, R12 twice in a row, you could actually be writing to two different physical registers
we have structured programming at home
Pretty much, it is called register renaming
In computer architecture, register renaming is a technique that abstracts logical registers from physical registers.
Every logical register has a set of physical registers associated with it.
When a machine language instruction refers to a particular logical register, the processor transposes this name to one specific physical register on the fl...
functio is a classic
or funct
no i think i saw functi somewhere too
is this forth or what
mhm this is the fourth language
written by a psychopath, as expected of a forth fan
MaybeUninit
why not OnceLock/OnceCell
i did that when processing images for arg
if theres ub and some data ends up corrupted i dont care its just an image
what is this rust - C abomination
started writing rust 1.5 years ago, I have only ever used 2 unsafe blocks, both in embedded project. One to make register writing a little faster for specific registers since i was doing that thousands of times a second and it's a real time project so it needed to be fast and the other use was a nop waiter since the timers in the crate werent precise enough for me
what, you can do _ = instead of let _ =?
the vibes i'm getting from this is "BORN TO DIE WORLD IS A FUCK I am unsafe code 410,757,864,530 race conditions"
personally concurrency is my current microobsession because of having to deal with it a lot at my job
clean handling of allocation failures? blasphemy
tabs jumpscare me every single time

what do you use for blending
i tried all sorts of things only to end up with this dead simple implementation
compilers are good at optimizing that kind of stuff though
there's this abomination too that i didnt end up using
what the

no division 
I assume this has zero care for linear / non-linear shenanegans
i did try to use srgb for blending but it was slower even with lookup tables
idk much about what this is for but are these just the values being output directly to the monitor essentially?
yes
this must be a joke so i just got a new monitor and they tell me i may have to "unfortunately" keep the monitor

afaik you're probably running a gamma 2.2 monitor so I think your frame buffer is effectively having c^(1/2.2) applied to each pixel (before it gets displayed to you)
but my head is not letting my visualise x^(1/2.2) {0 <= x <= 1}

colour is so
to think about sometimese
Talking about color
Turns out
The color rating on my Monitor
Was done at max contrast
This is so weird
color rating?
well yeah
contrast shouldn't affect coverage unless you set it to take away contrast I think?
unless your monitor is doing something really cursed
open this page in any chromium browser and look at the "Can your monitor display a wide colour gamut?" section
the thing is there are many methods of blending
or-based colour blending 
personally the best resource on color maths i know is this file https://github.com/libsdl-org/SDL/blob/main/src/video/SDL_blit.h
what in the?
idk it almost looks like konii just did colour_a | colour_b lol
How can I create an attention mask for multi-head attention? I don't get it.
in opengl this would beglBlendEquation(GL_MAX)
also more importantly you're very unlikely to be doing stuff that uses wide gamut properly anyways
for causal or bidirectional attention?
Fair enough thing is just i want actually color accurate display
My tablet is
Supposedly also color accurate but
that's seperate to its coverage of the p3 space
I could have 100% p3 coverage but horrible accuracy
Causal
ooh i didnt know that
I suggest checking if there's an icc profile for your display if that's something you want
some manufacturers provide them
It annoys me the drawings i do on my tablet look nothing like on my laptop nor on my pc
what are the input event semantics? i.e. theres mouse delta which is inherently stateful but is the delta reported per each consumer (whatever a consumer is) or just first come first serve or where can i look into this?
what tablet?
Lenovo xiaoxin pad pro 2025
this shouldn't happen btw
they should look decently similar
my thinkpad monitor is supposedly xrite color calibrated
oh i found it, theres 1 buffer for mouse and 1 for kb
And i assume my phone should hopefully also be calibrated but idk if google does that
But yea i have 0 color consistency across my devices
my biggest concern with phones / tablets is the recent shitty push of "vibrant" colour
Is that just saturation or what does vibrant change?
its kinda weird to explain if you don't have a good footing but basically it takes your device's srgb output and maps it onto a p3 output
so some colours appear more vibrant that srgb can actually display
but in the process you throw out the phone's colour accuracy and ability to display p3 content
Thats kinda the problem i have, the contrast and saturation looks completely different
The hue is somewhat the same
Usually washed out outside my tablet
i like how the tradition of there being one person in this channel weirdly obsessed with color spaces is continuing
I still feel a bit bad for being mean to nacht about colour stuff
oh my god I'm getting fucking firefox diffed
well nacht was a combative person so its not strictly you
tl;dr firefox is silly and applies the same shitty effect as "vibrant"
Wtf is a tangerine
(almost accidentally took a selfie here because of the glossy screen lmao)
orange fruit you eat in december
its smol and easy to peel
I like it for the deep blacks it has
isnt that a mandarine no?
obviously this isn't the easiest to show because I'm inherently trying to show something my camera can't really show
Looks the same
in some languages but its just called tangerine in english
but see how the edge picture is more "desaturated"?
at least i never saw mandarine
this is because firefox is essentially oversaturating it
so edge is actually correct here
idk it sucks to explain when you're literally trying to show colours that don't exist in the srgb gamut ๐ญ
Thats what i know here
also grr discord why must you fuck with uploaded pngs
yes unconventional metadata can be used to make silly images
but it also has real use cases 
Wait so if color coverage doesnt matter if not well calibrated, why is it 24/7 advertised
marketing
thats actually interesting, looks like in english everyone just says "tangerine" but in russian everyone says "mandarin" but theres words for both in both languages
there's a reason I hated the "138% srgb coverage"
that phrase is exclusively a marketing ploy
is this your tablet or your phone?
idk why its classed as a driver but there's an icc profile in there that you can apply in windows settings
so no networking or files?
I just hate how hard it is to get a good footing of what's "right" for digital colour
like if you've lived your whole life on displays that are oversaturated a properly setup display looks so desaturated and sad
this is my phone
if you take the same photo and look at it on both your phone and the tablet does the tablet look signficantly more "vibrant"?
to a certain point. iirc its lcd not oled, so the dark colours are fucked
I keep getting distracted by talking about colour instead of doing actual work
im supposed to finish my poweproint by tomorrow, but i cycled 50km instead and im too tired to function now
lemme get some coffee
coffee at 10pm
always a good idea

systemctl suspend 
Actually with the oled monitor it's the other way around
...
u can see it irl much better
But if u check the clothes mostly
tablet looks brighter?
G'evening
kinda. On my Thinkpad it looks completely different then
geveningn't
yeah this is part of the problem 

try out https://www.wide-gamut.com/test on your pc I'm mildly curious
i can not see a w
bruhge
what is wide colour gamut?
:3
also, im red-green colourblind
๐ญ
wait what
yes
how do I explain this without really confusing diagrams
google didnt u literally invent jpeg xl AND chrome
ok so basically the inside of the triangle labelled "sRGB" represents all the colours a "normal" sRGB display would be able to show and likewise the p3 shows all of the colours that are representable on a p3 display
laughs in zen browser (firefox)
its called wide gamut because the gamut is bigger 
๐ฅ ๐ฌ google abandoning their own inventions
(gamut is just the set of representable colours)
google didnt invent jxl
they did contribute some of the research but their main thing is webp
ofc the colours on this diagram that are outside of the srgb triangle are entirely meaningless as this is an srgb image but that's besides the point
mine should be DCI-P3 98%
lemme test on zen browser as well
does your monitor have a setting for the colour space
huh, i can see the W now
it might work
wonky as webpage
its not the webpage's fault ๐ญ
no i didnt change any settings
yea
should i set to p3
or srgb
p3
if you have a p3 option try that
hopefully that convinces windows to kick in its wide gamut stuff and doesn't instead do some cursed stuff and lie to windows
refrsh?
you may have to restart your browser
stuff doesn't like colour settings changing whilst running a lot of the time
might also be worth installing the icc profile from here but idrk if that will help at all
I like how windows cant take a screenshot of this
the
I assume that's just a camera moment though
W is more visiable irl ye
what does the icc profile do
stuff
lemme just restart windows
maybe something magic happens
wait
am i supposed to enable hdr in windows
at least on my laptop that breaks wide gamut
or at the very least breaks my colour calibration
win hdr only specifically likes ultra HDR blue
yeah that happens
srgb looks kinda washed out ngl
๐
yeah that is kinda the reaction I had
also default a lot of devices with oled screens take the srgb values and directly give them to a p3 display because it looks "better"
when i turn on hdr everything just becomes more desaturated, even the supposed hdr content
ye same thing for me, looks so diffrent
even with the calibration
it sure doesn't look like it does for me lol

I shit you not the colours changed after I took a photo of it
same
yours is more bright pink than mine, eventho im also on chromium with hdr on mointors
this looks so bad
the hdr one is what its supposed to look like no?
with me with the prophoto image, the red is mostly different, blue somewhat and green barely
im suprised that its like that for you with a QD panel
you should have more colour than my 3 panels combined
so which one is the correct one? is mine and konii's hdr wrong?
got bored today so i wrote something to create a huge zip bomb, and i somehow ended up compressing ~1.446 * 10^55 gigabytes (not confirmed, theorized from doing calculations inside the code) to 455.19 kilobytes
I think mine is right 
welcome to #monitor
but you both took screenshots which is almost certainly not helping
especially on discord
๐ญ
Causal attention
it looks exactly the same irl so idk
o rip
my only experience like that was windows had somehow fucked up my hdr brightness settings
or well the sdr brightness but for whatever reason that affects hdr
should i get quality sleep or waste time optimizing it even further
for reference this is what a screenshot looks like for me lol
imo think about how to optemize it in your sleep
damn thats crazy
honestly I think that neon image is just significantly brighter than either of your monitors can display
iirc we both have hdr400
This is with hdr enabled
try changing your sdr content brightness with whilst looking at this page
you might be able to get it a little more reasonable
though ymmv
the woman on the bottom tho looks better in hdr
anyways enjoy your newfound mild inconvenices with colour that you would've never known about before

hdr anime clips on YT look insane tho
i did calibrate the brightness already at least
oh yeah there's also nvidia's ai hdr thing which I've heard is decent
one of these days il get a HDR1000+ dispaly and burn my eyes out
Guys, i need python to numerically solve a sparse matrix equation Ax=b, where matrix A is size of ~2500x2500, what libraries/methods could you recommend?
numpy
https://www.youtube.com/watch?v=RVm2Debv_Ic this looks insane in hdr
์ด ์์์ 1080P์์ 8K๋ก ์ ์ค์ผ์ผ๋ง ๊ทธ๋ฆฌ๊ณ SDR์์ HDR๋ก ์ปจ๋ฒํ ๋ ์์์ ๋๋ค. ํธ์ง ๋ฐฉ๋ฒ์ด ๊ถ๊ธํ์๋ค๋ฉด ์๋์ ๋ฉ์ผ ์ฃผ์๋ก ๋ฌธ์ ์ฃผ์๋ฉด ๋ต๋ณํด๋๋ฆฌ๊ฒ ์ต๋๋ค.
This video has been upscaled to 8K from 1080P and converted to HDR from SDR. If you want to know about the workflow, please send me ...
literaly this single function
its ass

it does not solve it correctly
are you sure?
pretty much yeah
never used it personally though because I don't really use hdr on my laptop
cause it solves it by finding an inverse matrix
no it doesnt
damn ai upscaling, interpolation and hdr
as far as i know this is 100x faster than the inverse function
oh also just a bit of general advice, you can do win alt b to toggle hdr without digging through settings
does it not? as i remember it uses LAPACK
it says in windows my monitor is not hdr certified
noooooo
it shopuld be, i checked the link you sent before
:3
yeah that happens
idk why
LAPACK is just a library, it doesnt matter whether it uses LAPACK or something else
one sec lemme check what my desktop says
thats crazy
(surely remote desktop shenanegans will not fuck with it)
idk if this is good or bad
i got this (x3)
it should be good
why does everybody have a 1660 bruh
(ignore the 60hz that's sunshine fucking with my display settings)
i have VRR apparently, i didnt even know
the 1660 is a good card
ik
its alright
it aint no 3090 ๐
my card runs all the games i throw at it too (osu!, factorio, balatro)
but when i throw at it the games i don't throw at it (frostpunk, disco elysium) it overheats and dies
My gpu also runs all games I throw at it (none)
ye you should be good.
maybe you have to turn HDR on in the monitor settings?
it was actually so funny to me when my gpu overheated in frostpunk 
but its fine on low settings
defeating the frost with your PC
No need for rtx 87900
(tf2, ow2, cs2, celeste)
that thing barely runs overwatch though
With my massive skill issue
@bwaa check if hdr is on in the monitor settings
I think I have it at 60% render resolution
true!

the two genders
ive been wondering this, can i use a tablet as osu trackpad?
or the 5 in this case
chayleaf are you gamer 1 or gamer 2
i'd like to think i'm not a gamer
๐
got it, chayleaf is Vivid
I have this ugly tearing
vsync time
vsync or gsync ye
its that easy
I have gsync enabled
ah
oh yeah true I forgot people use stable
hmmmmmm
ffs this chat is too interesting how am I supposed to focus on slop
let me help you goes to bed 
ye im colourblind. my eyes broke
i cant see this
i know its something green

a 5 or some shit
there is no green in that image
what?
or well I guess it depends if you count teal as green
It's like a teal blue
its like this colour no?
the number is ye
ye
the background is just gray
THATS BLUE???????
it depends who you ask
teal in dutch is appelblauwzeegroen. which translates to "apple blue, sea green"
yeah that's fair
in this case the gray around it makes it look blue to me
but I can also tell there's green in it
we do a bit of trolling
sam what about this one
well, i may not know how exactly it solves the equation, but its analog in scipy gives me a warning that my matrix is ill-conditioned and it does not solve it correctly
allegedly this one is like the inverse of a colourblind test image
I'm 100% not color blind and can only read a somewhat 0 on the right
Or the word "no"?
i have no fucking clue what im looking at
Same
I guess that one might not be the right colourblinsess kind for you
im deutan
ah
snakes
The kraken
it lookes like some swirleys before, but now that you mentioned coke i see it

i thought i was just misremembering the coke logo
i have it on my 2nd monitor to double check lol
googled reverse color blind images, I can see all the numbers in them
i'm 100000% not color blind
google is kinda bad at finding stuff from the search term
i cant see these
that first test would make a sick colour palette
moar
??????
ramo
rmoa
2015 vibes
I can't unsee this ๐ญ
if you're colourblind, like me
bro has never seen the cumsum smh
already seen
Roma is a name in russian (short for Roman (ะ ะพะผะฐะฝ))
this better
this one is clever because it distracts you by making the lines continuous but once i saw what one is supposed to see then i see
see, saw see see, see see. see
it says
r o
m a
oh
the question is, why not?

can't you see it?
mrao
nope, thats the whole point of being colourblind
so glad I can see colours
i can see the yellow...
otherwise chromaticity diagrams would not make a whole lot of sense

at least it looks like u can see lilac normally ish
i mean, i do see colours still. its just that red and green kinda look the same sometimes
shadow is that the same picture as this?
no this is whit colorblind filter
this is orig
wait are they the same to u
are they not?
no
what changed? 
blue and purple respectively
the second lilac is much more vibrant
hair color
blue and purple is basicly the same shit to me

as a child i used to think hot pink was purple cuz purple is just blue
the hair goes from blue to purple, the dress has a bit of a different hue in the middle, the eyes are more vibrant
nah its purple
ok I would actually die if this was how I was seeing these diagrams
but i thought lilac had purple hair too
the right one just looks double as bad to me now 
๐ญ
the background changed...
then you have to actually understand the warning, also not all equation systems have a solution
normal bg is purpler
shadow random questions but are the beads near the hair supposed to be a hot pink or a lighter pink
this is with full blindness filter
like on the device you drew it on
I should really write a tool to simulate fucked up srgb->p3 stuff
but in reverse so its even more scuffed
:3
violet is just fancy blue. i do see amgenta and purple
๐ค
Whar is this silliness?
colour
#programming has discovered im colurblind deutan














