Steam fixes this by having a footer, and putting more content under the footer. Google search also did this on mobile for a little while.
You're not stuck, the board only removes letters and connections that are not used by any other word (probably excluding "bonus words"). So the word(s) you're missing are still on the board. No hint feathre though, the…
The fixed position background made it look like I had dust on my phone screen
Elite Beat Agents lives on as osu! which can be played using a mouse or drawing tablet
Usually when I see this from non-spam sites, it's not even pushstate, it's just some page that redirects as soon as it loads. So you press back twice and it goes back -> forwards -> back -> forwards. Disabling pushstate…
MV3 still allows you to run content scripts, which can inject any javascript into any webpage. From there, you can do anything you want. You can steal passwords, tokens, show popups, redirect, ... etc. Preventing…
This is the first human-learnable weak solution for connect 4. Surely it can be improved.
Firefox has this ability by default and I find it very useful. And it will never get sold to some random person to be replaced with adware.
This only applies to sleeper car routes. You're on the traib for 2-3 days, mostly with no cell service. If you eat in the restaurant car, they will seat you with strangers. If you sit in the observation car, there's a…
I tried p4merge a while ago and it didn't do it ubfortunately, still stuck copying the base and ours to seperate files and diffing them.
Mac is good at managing low memory conditions. Linux is not. When I was on Linux, if I hit 16gb ram used the entire system would freeze for minutes. I would have to go in TTY2 to kill something to get it responsive…
Speed bumps suck for both the driver and passangers of the car and generate road noise.
Probably gemini on aistudio.google.com, you can configure if it is allowed to access code execution / web search / others
They're saying one example of a reason someone could fake a video is so it would get found out and discredit the position it showed. I read it as them saying that producing the fake video of a cop being racist could…
fish lets you cd to a folder without 'cd' although you still need the slashes. I use it all the time. c $> pwd /a/b/c c $> dir1 dir1 $> .. c $> ../.. / $>
I wouldn't consider having good default configs and being feature-rich at odds with eachother. Ghostty is feature-rich but needs no config. There's no reason yabai needs to be so highly composable that it doesn't even…
The reason to care about compile time is because it affects your iteration speed. You can iterate much faster on a program that takes 1 second to compile vs 1 minute. Time complexity may be O(lines), but a compiler can…
How is it real if it only exists as a spec in a book? Is there a compiler? Is there an editor?
> If there was a service that detected "here's a word from our sponsors" parts of the video and removed them, that would be altering Content This exists and it's called SponsorBlock. It automatically skips past…
Youtube creators get access to watchtime stats which show a dip for sponsored segments. My understanding is that sponsor contracts typically don't ask to get access to that data though, instead they look at views and…
I tried this four times, every time it recognized it as nonsense.
But it's not just good enough, it's optimal. It is equivalent to picking a random deck from the set of all possible decks assuming your random source is good. More random than a real shuffle.
Whenever I use chrome, I'm missing the style editor and multi-line repl mode from firefox. When I switched to firefox from chrome, I didn't miss anything. There might be new features chrome has added since that I would…
The whole comment is spoilered, so you need to click on it to reveal that text. Presumably it could also appear in a comment that you need to scroll on the page to see. It's clear to a moderator who sees the comment,…
Zig has this as std.SegmentedList, but it can resize the segment array dynamically
Steam fixes this by having a footer, and putting more content under the footer. Google search also did this on mobile for a little while.
You're not stuck, the board only removes letters and connections that are not used by any other word (probably excluding "bonus words"). So the word(s) you're missing are still on the board. No hint feathre though, the…
The fixed position background made it look like I had dust on my phone screen
Elite Beat Agents lives on as osu! which can be played using a mouse or drawing tablet
Usually when I see this from non-spam sites, it's not even pushstate, it's just some page that redirects as soon as it loads. So you press back twice and it goes back -> forwards -> back -> forwards. Disabling pushstate…
MV3 still allows you to run content scripts, which can inject any javascript into any webpage. From there, you can do anything you want. You can steal passwords, tokens, show popups, redirect, ... etc. Preventing…
This is the first human-learnable weak solution for connect 4. Surely it can be improved.
Firefox has this ability by default and I find it very useful. And it will never get sold to some random person to be replaced with adware.
This only applies to sleeper car routes. You're on the traib for 2-3 days, mostly with no cell service. If you eat in the restaurant car, they will seat you with strangers. If you sit in the observation car, there's a…
I tried p4merge a while ago and it didn't do it ubfortunately, still stuck copying the base and ours to seperate files and diffing them.
Mac is good at managing low memory conditions. Linux is not. When I was on Linux, if I hit 16gb ram used the entire system would freeze for minutes. I would have to go in TTY2 to kill something to get it responsive…
Speed bumps suck for both the driver and passangers of the car and generate road noise.
Probably gemini on aistudio.google.com, you can configure if it is allowed to access code execution / web search / others
They're saying one example of a reason someone could fake a video is so it would get found out and discredit the position it showed. I read it as them saying that producing the fake video of a cop being racist could…
fish lets you cd to a folder without 'cd' although you still need the slashes. I use it all the time. c $> pwd /a/b/c c $> dir1 dir1 $> .. c $> ../.. / $>
I wouldn't consider having good default configs and being feature-rich at odds with eachother. Ghostty is feature-rich but needs no config. There's no reason yabai needs to be so highly composable that it doesn't even…
The reason to care about compile time is because it affects your iteration speed. You can iterate much faster on a program that takes 1 second to compile vs 1 minute. Time complexity may be O(lines), but a compiler can…
How is it real if it only exists as a spec in a book? Is there a compiler? Is there an editor?
> If there was a service that detected "here's a word from our sponsors" parts of the video and removed them, that would be altering Content This exists and it's called SponsorBlock. It automatically skips past…
Youtube creators get access to watchtime stats which show a dip for sponsored segments. My understanding is that sponsor contracts typically don't ask to get access to that data though, instead they look at views and…
I tried this four times, every time it recognized it as nonsense.
But it's not just good enough, it's optimal. It is equivalent to picking a random deck from the set of all possible decks assuming your random source is good. More random than a real shuffle.
Whenever I use chrome, I'm missing the style editor and multi-line repl mode from firefox. When I switched to firefox from chrome, I didn't miss anything. There might be new features chrome has added since that I would…
The whole comment is spoilered, so you need to click on it to reveal that text. Presumably it could also appear in a comment that you need to scroll on the page to see. It's clear to a moderator who sees the comment,…
Zig has this as std.SegmentedList, but it can resize the segment array dynamically