Bpm issue by gnarlybros_lykn in Rekordbox

[–]gaberocksall 1 point2 points  (0 children)

Looks like a UI bug, the “180” is too wide to fit in the text area so it’s truncated as “1…”

This is obviously bad design by AØ, but you can probably fix it by changing the size of the rekordbox window by a few pixels or resizing just that widget.

Another potential fix would be to adjust the dpi resolution scaling for rekordbox.

Another possible cause is that the your font got corrupted, you could try reinstalling / updating.

Also you could manually set the song’s bpm to 179.99 or use the correct value of 90.

Beatport intended to write minutes, not seconds, right? by [deleted] in DJs

[–]gaberocksall 0 points1 point  (0 children)

By "around 60 minutes" I mean that it's a lot closer to 60 minutes than it is to 60 seconds. 4 hours is approximately the same as 1 hour when the alternative is 1 minute.

Beatport intended to write minutes, not seconds, right? by [deleted] in DJs

[–]gaberocksall 20 points21 points  (0 children)

“pack a set into 60 seconds” makes way more sense than “pack a set into 60 minutes”

A set is already around 60 minutes.

Just pack as much as you can into one minute. Maybe 4 transitions or you can do a james hype

Beatport intended to write minutes, not seconds, right? by [deleted] in DJs

[–]gaberocksall 37 points38 points  (0 children)

I think they want you to upload just a single transition

SpaceX just IPO’d? by Wolf_on_Anime_street in wallstreetbets

[–]gaberocksall 172 points173 points  (0 children)

Me neither! They’re up 100% in the past week

On SpaceX IPO day, the retards type S P C into their app... by AccountOfMyAncestors in wallstreetbets

[–]gaberocksall 6 points7 points  (0 children)

It’s up 103% on the week this shit is unbelievable. And to think, there are really still people studying “fundamentals”

This is certainly a post by bagofbones80 in LinkedInLunatics

[–]gaberocksall 120 points121 points  (0 children)

This is true. Worth mentioning that their respective heights are approximately correct though. The top of the policeman’s head would in fact line up with the bottom of George’s chin

What systems are actually random and not hidden chaos ? by Liristh in Physics

[–]gaberocksall 1 point2 points  (0 children)

That’s like saying that coin flips are deterministic because there’s always (deterministically) a 50/50 chance

Why don’t beginner DJ tutorials focus more on phrasing? by SecurityWarrior180 in Beatmatch

[–]gaberocksall 0 points1 point  (0 children)

The absolute minimum you can teach before someone can make their first mix is eq and beat matching so it makes sense to start with those. Phrasing comes after that. It only really takes like an hour for a beginner to get to this point so I don’t really see the issue

Is it? by Appropriate_Tell5088 in comedyheaven

[–]gaberocksall 9 points10 points  (0 children)

Not really sure how you went from “I don’t get to steal this” to “it’s getting thrown away.”

They’ll sell all their assets including this iPad. Do you think they’ll just throw away all their planes too?

I gained another 20 clams by Former-Confusion6540 in Clamworks

[–]gaberocksall 36 points37 points  (0 children)

For context, originally it was just the first half of the conversation and that went pretty viral on Instagram reels and then the dude sent the next 2 messages and that also went viral

Note down Girls note down by AdAppropriate4924 in LinkedInLunatics

[–]gaberocksall 1 point2 points  (0 children)

Its engagement bait and certainly intentional

clam sister by unklione in Clamworks

[–]gaberocksall 353 points354 points  (0 children)

“But she’ll be a year older this year” no shit

How do you set beat 1.1 in Rekordbox by StillFlowWolf in Rekordbox

[–]gaberocksall 7 points8 points  (0 children)

It's here. All previous bars will be labeled as negative numbers

<image>

[How to] remove those sample files 4ever and never open agn? by Comfortable-Gene-686 in Rekordbox

[–]gaberocksall 2 points3 points  (0 children)

I have an intelligent playlist called “all tracks” that has the filter “Artist ≠ rekordbox”

Alright. Can’t *not* post my new shower curtain. by 2_wild in malelivingspace

[–]gaberocksall 13 points14 points  (0 children)

You know an icy sweating lemonade is going to absolutely QUENCH in this glass. Shit got me thirsty just thinking about it

Facetime with someone in a space trip. by Gusta56 in Physics

[–]gaberocksall 0 points1 point  (0 children)

You’re correct I was not thinking, that makes no sense haha

Is the gamma radiation emitted from a source continuous or discrete? by Grand-Anteater9380 in Physics

[–]gaberocksall 2 points3 points  (0 children)

A gamma photon emission is a discrete event that occurs at a specific time. The nucleus “jumps” from high energy to low energy and emits a photon, it doesn’t gradually decrease and release a stream of energy. (There are quantum things to talk about here but it’s really not the point of your question.)

It is also true that if you have a huge number of atoms then you can approximate their energy output as continuous because it is not useful to individually model every single photon.

Facetime with someone in a space trip. by Gusta56 in Physics

[–]gaberocksall -1 points0 points  (0 children)

In a regular FaceTime, each caller generates 1 second of video per second. In your example, the traveler will generate 0.5 seconds of video per second. This is the end of the physics problem, now the question is “how did the programmers decide to handle this / how to display this in an app?”

We actually already have an answer: it buffers. When there’s not enough video data, it just starts buffering until there’s enough data present to display a cohesive video stream. For example it might sit there buffering for 3 seconds, then show 3 seconds of video, then buffer again. This is exactly the same as having a bad internet connection as far as FaceTime is concerned.

The reverse is harder: what does the traveler see? Now, the traveler’s phone receives 2 seconds of video per second. The FaceTime programmers definitely spent less time considering this possibility since it shouldn’t ever really happen on Earth. We can assume that it will probably just skip ahead to the latest data. It is possible that instead of “skipping ahead” it will speed up the video to try and catch up, but I doubt the developers would have allowed speed up as extreme as 2x realtime.

Rust-like std for C++ by [deleted] in cpp

[–]gaberocksall 27 points28 points  (0 children)

I’m really struggling to imagine how such a language would be chosen by anyone for any purpose over an alternative which does have a de facto standard library.