

They are probably moving to Chrome DevTools Protocol or WebDriver BiDi
They are probably moving to Chrome DevTools Protocol or WebDriver BiDi
That’s sad… i am not able to play battlefield 2042 after switching to linux too. For the same reason, their anti cheat is not compatible
But… i am still curious… what are you trying to run 😆
What software / game is that? it could still run in Wine or Bottle.
I really like my KDE plasma
what are the things i will miss from plex’s pre-enshittification?
it will still shows stuff in the library even if it failed to pick up the metadata.
for jellyfin, folder structure is kinda important for auto detection to work.
For shows, you can organises your files like this:
series-name-a/
season-01/
episode-01
episode-02
You can check out the doc, it is more detailed
Prettier doesn’t make my markdown table prettier tho. This is what i did
Given the following markdown table
| input | output l
| -- | -- |
| 2.6 | 3 |
| 2.5 | 2 |
| 2.4 | 2 |
| 1.6 | 2 |
| 1.5 | 2 |
| 1.4 | 1 |
Align the vertical bar. Align number to the left
Here’s the table with the vertical bars aligned and numbers left-aligned:
| input | output l |
|-------|----------|
| 2.6 | 3 |
| 2.5 | 2 |
| 2.4 | 2 |
| 1.6 | 2 |
| 1.5 | 2 |
| 1.4 | 1 |
Each column has been padded so that the vertical bars line up consistently, and the numbers are aligned to the left as requested.
I used LLM to format my markdown table (ಥ ͜ʖಥ)
This is how I remembered it. I always see Elop as a trojan horse from Microsoft
FLOP abuses the LVP in a way that allows the attacker to run functions with the wrong argument—for instance, a memory pointer rather than an integer.
is this a vulnerability in the software? So patching this won’t require disabling speculative execution?
Some browsers such as cromite disable JIT compilation and WebAssembly by default. Allowing you to opt-in to enable these features on a site by site bases.
JIT and WebAssembly have been the source of many high profile CVE in browser recently including the one mentioned in the post (well, this one is on Safari’s Chrome).
relevant research
\ here you dropped an arm
¯\_(ツ)_/¯
23 USD
not all are paid equally
To make web development a more consistent experience?
To make it easier for developers to build a more accessible web for users with certain impairment? Without needing to re-invent the wheel with thousands of lines of JavaScript or write Web Assembly (i am not even sure how to build an accessible input element with canvas that work with screen reader, keybroad focus etc, this is crazy)?
What’s the issue with WebGL and WASM? I don’t want to use a plugin to be able to view 3d model, run Figma, play browser game, view WebVR content, …
DNS translates a domain name “example.com” to an ip address pointing to the server. It tells your browser how to reach the server. It is unlikely the reason.
the common way to detect your location is by checking your ip address. Usually there is a database (i.e. maxmind) that keeps a record of which ip address subnet belongs to which location.
you can do a check with a reverse ip geolocation lookup tool to verify this.
so either:
4k is noticeble arm length from a 30 inch monitor
for a TV… well… just gotta sit closer then
Uh it is both, for convenience, TLDR 5090
I have quite a different experience, can’t tell if it is placebo or not, but my vr experience is slightly smoother in Arch Linux compared to my Windows 10.
i play VR via Proton using ALVR (steamvr) or Wivrn
But i havent tried playing Alyx on linux yet