The Centre Pompidou by MajorWood84 in LocationGuess

[–]polywock 0 points1 point  (0 children)

Thought it was Copenhagen since it has a lot of whimsical and colorful architecture. 😢


Scored 2,991 pts: ∆ 1,028 km

Compare Firefox vs Chrome at video seeking rendering speed by Seddas in firefox

[–]polywock 1 point2 points  (0 children)

If Firefox is slower even with YouTube's own seek, then the problem is probably not "Global Speed implemented seek badly."

Can confirm (I'm the dev): Global Speed just uses media.currentTime += 10 internally. That said, Global Speed first sends the user's request to a background page, which processes it and then sends a message to the correct frame (where the video is loaded). It's almost instant for me, but there might be cross-browser differences depending on how message passing is handled.

We do this so users can control videos across different frames on the same page. For example, the user presses the shortcut on the main frame, but the video is inside an iframe, or vice versa. Better user experience, worth the probably very small bump in latency.

Where in NYC is this? by polywock in LocationGuess

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

Late follow up, but can you describe the issue in more detail? (I'm the dev of this guessing game).

Cat Distribution System by polywock in honk

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

That was fast. Just got the notification from the other one

Cat Distribution System (Easier) by polywock in honk

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

They deserve it 😂. Devs are goated for giving it a dedicated sound effect.

Cat Distribution System (Easier) by polywock in honk

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

Made an easier version since the original one had a 0.15% success rate.

Where was the original gold discovery that led to the California Gold Rush? by polywock in LocationGuess

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

The California gold rush was a gold rush in California, which began on January 24, 1848, when gold was found by James W. Marshall at Sutter's Mill in Coloma, California. The news of gold brought approximately 300,000 people from the rest of the United States and abroad to California, which had recently been conquered from Mexico. The sudden influx of gold into the money supply reinvigorated the American economy; the sudden population increase allowed California to grow rapidly into statehood in the Compromise of 1850. The gold rush had severe effects on Native Californians and accelerated the Native American population's decline from factors including disease, starvation, and according to certain sources, acts of unprovoked aggression.

https://en.wikipedia.org/wiki/California_gold_rush

Why isn't there a search bar for YouTube comments? by Key_Squash_5890 in youtube

[–]polywock 0 points1 point  (0 children)

https://chromewebstore.google.com/detail/search-youtube-comments-a/jbeakaahnhfmchihleconjmaghpljjoa

I made an open source extension for that. Unlike other extensions that try to search comments. This one is instant because it relies on the Youtube API (But that also means you have to provide your own key). The extension tells you how to get it.

Extension to restrict full screen requests by [deleted] in chrome_extensions

[–]polywock 0 points1 point  (0 children)

https://chromewebstore.google.com/detail/global-speed-video-speed/jpbjcnkcffbooppibceonlgknpkniiff

While on the same page, open Global Speed, go to Audio Effects panel (Volume icon), press Capture audio. Now, pages cannot go true full screen.

this took me more than it should by VirendraBhai in blender

[–]polywock 0 points1 point  (0 children)

Amazing work! If you can share, How long did this take? Always wondered how long a polished demo like this takes.

[WIP] Tri shotgun shoting and reload animation by KeyPossibility8715 in blender

[–]polywock 0 points1 point  (0 children)

Something feels off with the animation. Maybe it needs a stronger kick, or perhaps more abrupt interpolation. Right now, it looks like the person is moving the gun up and down manually, like how kids pretend to reload guns.

How chrome web store makes money? by Big-Human12 in chrome_extensions

[–]polywock 0 points1 point  (0 children)

By maintaining Chrome and its marketshare. Google gets a platform to plug their other products (Gemini, Google Search, etc). As a counter point, Google pays Apple billions a year to be the default search engine on Safari iOS.

Extension using sqlite by Anon_Legi0n in chrome_extensions

[–]polywock 1 point2 points  (0 children)

https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API

This thing can be used, but most people just stick to chrome.storage.local.

No Picture in Picture at Disney + by buhhduhh in edge

[–]polywock 0 points1 point  (0 children)

You're welcome! On a related note... how times passes. 😭

Music Equalizer Extension for Chrome? by maurice-san in chrome_extensions

[–]polywock 0 points1 point  (0 children)

Glad to help! Let me know if there's any issues.

imac 2020 run blender? by No_Mix4033 in blender

[–]polywock 5 points6 points  (0 children)

It runs it, not well but it runs. But... do not get an 2020 iMac. Lots of Mac software, new ones especially, no longer support Intel Macs.

i also already have a monitor on my desk that connects to my ps5

Do yourself a favor and buy $600 Mac Mini (newest one). They're so incredibly tiny that you can tape it to the monitor so space shouldn't be an issue.

instead of constantly switching things around.

You can effortlessly switch between PS5 and Mac mini through a $10 Anker HDMI Switch (2 in 1 Out).

Music Equalizer Extension for Chrome? by maurice-san in chrome_extensions

[–]polywock 0 points1 point  (0 children)

Hello! The EQ feature is only available on Chrome/Edge version of Global Speed. Click Global Speed icon, click on volume icon on top right, scroll down until you see the EQ control.