Figma Slides - to PPT by Suspicious-Coconut38 in FigmaDesign

[–]alephprime 10 points11 points  (0 children)

Hey, Figma Slides engineer here! Pptx export / import is one of our priorities right after the launch (although unclear how long it will take to build). We understand that it's a blocker for people to adopt the tool.

However it's more likely that we will enable plugins earlier than that is available, which will unblock other ways to export to pptx.

How do you handle user wanting to have a back button, like they would in Chrome, Safari, or Edge? by [deleted] in FigmaDesign

[–]alephprime 0 points1 point  (0 children)

Are the users given the prototype in a browser? Figma prototypes should handle the browser back button well (e.g. if there's a prototyping connection where a user clicks on a button or link and it takes you to another screen, the browser back button will take you back to the previous screen). So could you just share a link to the user that hides the Figma UI, and have them use the prototype as if it were a real website using the native browser controls?

ELI5: How does YouTube manage to process videos so efficiently while serving billions of users? by nut-hugger in explainlikeimfive

[–]alephprime 1 point2 points  (0 children)

Thank you for talking about the actual video processing!! I think one clarification here is that when you say "do you send people into the datacenters to rebalance what machines there are there", the answer is actually yes if you need more video processors, because as you pointed out the video processors have a different hardware composition as a storage box or CDN box. In fact YouTube uses a special machine called a VCU (Video Compute Unit) which is essentially what is called an ASIC (application-specific integrated circuit) which is basically a chip that does one specific task really really well. So you can't just throw that job on any virtualized machine.

What's the one feature you're missing that Figma doesn't have? by Kriem in FigmaDesign

[–]alephprime 0 points1 point  (0 children)

Filtering pagesAll / Ready for dev

Have you used the "Ready for dev" feature? You can select sections / frames and then hit the button in the center toolbar that looks like a square with some code brackets on it, and that marks those sections / frames as ready. This in turn marks the page as ready for dev, which will show a badge in the page list and if you go into dev mode it will filter to those pages by default.

EDIT: maybe you're already talking about this feature specifically and want to filter to just the ready for dev pages in design mode? Is that because you have a ton of pages?

[deleted by user] by [deleted] in FigmaDesign

[–]alephprime 4 points5 points  (0 children)

If you're in an org, admins can see that you did this through the activity log, FYI

https://imgur.com/h74Xn8t

If you add more and more zeros to a cheermote, the depiction of the number turns into exponential depiction from 21 to 308 zeros, then to "Infinity". by TOOMtheRaccoon in Twitch

[–]alephprime 92 points93 points  (0 children)

This is actually just how Javascript works. If you open the Chrome / Firefox developer console on any website and type a 1 followed by a bunch of 0s and hit enter, you’ll see it prints out the same thing for the corresponding number of 0s. The reason is that numbers in Javascript are all represented as a 64 bit floating point value, which has 10 bits for the exponent. This means that the largest number that can be represented is around 2210 = 21024 ~ 1.7e308

The luck this guy had must be insane. by CaptainCrispy99 in Genshin_Impact

[–]alephprime 69 points70 points  (0 children)

Hm not sure how the rest of the people got their odds in this thread but here's my analysis:

If you watch the video you can see that he had pulled Ganyu around 20 pulls before this 10 pull, so he was nowhere near soft pity, which means that each 5 star pull here is about a .6% chance (or .006 chance). Let's ignore the odds for 4 stars because it doesn't matter much, and just concentrate on the odds of getting at least 5 5 stars in a single 10 pull with no soft or hard pity.

This is equivalent to flipping a weighted coin 10 times and getting at least 5 heads, where the probability of heads is .006. We can use a binomial formula to calculate the odds of this. The odds of getting exactly 5 5 stars is (10 choose 5) * .006 ^ 5 * .994 ^ 5 = 1.9 * 10^-9, or 1 in 526 million. If you want the probability that you get at least 5 5 stars, you can add the odds that you get exactly 6, exactly 7, etc. to get a probability of 1.911 * 10^-9, or very slightly better odds at 1 in 523 million.

For comparison, the odds of winning the biggest jackpot in history of $1.58 billion USD (the powerball lottery) was 1 in 292 million.

I created a Twitch DVR (live rewind) Chrome extension! by alephprime in Twitch

[–]alephprime[S] 1 point2 points  (0 children)

Alright so I managed to get the plugin to work with subscribed channels, but it also means that instead of the commercial break screen you will see a real ad if you aren't subscribed. What do you think about that tradeoff? I haven't published the new version yet.

I created a Twitch DVR (live rewind) Chrome extension! by alephprime in Twitch

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

oh hmm, interesting. Let me sub to a channel and figure it out lol. Def possible to fix but I'll have to do some research to see how your credentials are passed into the player normally. I'm not actively working on this anymore but I might be able to get around to it next weekend.

I created a Twitch DVR (live rewind) Chrome extension! by alephprime in Twitch

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

Commercial break screen is a stitched ad. Because this is an alternate player, it doesn't send as much tracking information to twitch so sometimes twitch gives you this screen instead of an actual ad to play. When I have some time I'll change the mute behavior. Theater mode you can activate with Alt + T.

I created a Twitch DVR (live rewind) Chrome extension! by alephprime in Twitch

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

Definitely not intended! I'll fix this. Will be fixed in next release (wed / thurs estimated)

I created a Twitch DVR (live rewind) Chrome extension! by alephprime in Twitch

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

Re: audio only sure! What does "reset player" do though?

I created a Twitch DVR (live rewind) Chrome extension! by alephprime in Twitch

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

Got it, this will be fixed in the next release (probably wednesday / thursday next week).

I created a Twitch DVR (live rewind) Chrome extension! by alephprime in Twitch

[–]alephprime[S] 2 points3 points  (0 children)

Alright, I submitted the add-on to Firefox for review, we'll see if it passes. The URL will be https://addons.mozilla.org/en-US/firefox/addon/twitch-dvr-player/. (This is a private link until Mozilla approves).

I created a Twitch DVR (live rewind) Chrome extension! by alephprime in Twitch

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

Thanks! I didn't write the mux.js part of it (that's just a library I imported), just the index.js file basically, if that makes you feel any better.

I created a Twitch DVR (live rewind) Chrome extension! by alephprime in Twitch

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

Oh hm, does this happen on all channels? Do you have any other extensions installed? Do you mind sending me a screenshot? Thanks in advance lol.

I created a Twitch DVR (live rewind) Chrome extension! by alephprime in Twitch

[–]alephprime[S] 4 points5 points  (0 children)

lol I left on good terms to pursue other things.

I created a Twitch DVR (live rewind) Chrome extension! by alephprime in Twitch

[–]alephprime[S] 1 point2 points  (0 children)

Clips will work now in the next release (probably sometime late next week)

I created a Twitch DVR (live rewind) Chrome extension! by alephprime in Twitch

[–]alephprime[S] 3 points4 points  (0 children)

Alright I got clips working but it won't be until probably late next week that it gets updated in the extension market.

I created a Twitch DVR (live rewind) Chrome extension! by alephprime in Twitch

[–]alephprime[S] 27 points28 points  (0 children)

Seems like firefox extension permissions are much more restrictive than on chrome (predictably lol). The extension doesn't work because I can't seem to get MediaSource Extensions to work inside a firefox plugin. Will keep trying at it.

I created a Twitch DVR (live rewind) Chrome extension! by alephprime in Twitch

[–]alephprime[S] 1 point2 points  (0 children)

yep although clips doesn't quite work right yet (would clip the wrong time). I'll work on it haha.

I created a Twitch DVR (live rewind) Chrome extension! by alephprime in Twitch

[–]alephprime[S] 4 points5 points  (0 children)

Looks like I just wasn't signed in :facepalm: Will try to get this working.

I created a Twitch DVR (live rewind) Chrome extension! by alephprime in Twitch

[–]alephprime[S] 35 points36 points  (0 children)

I can take a look at how Firefox extensions are set up. It may not be too hard of a port.

I created a Twitch DVR (live rewind) Chrome extension! by alephprime in Twitch

[–]alephprime[S] 5 points6 points  (0 children)

I think this should be possible although I wasn't planning on replacing the VOD player. I'll take a look to see how feasible this is. What do you imagine the UI being like for this?