TechieDamien

joined 3 years ago
[–] TechieDamien@lemmy.ml 15 points 1 year ago (2 children)

Recently finished zero dawn on PC and really enjoyed it. Hopefully this lives up to it's predecessor!

[–] TechieDamien@lemmy.ml 5 points 1 year ago (1 children)

It can't double the dBs. It will only add 3 as dBs are a log scale and +/-3dBs is double/half.

[–] TechieDamien@lemmy.ml 2 points 1 year ago

mCaptcha is an open source proof of work tool to tackle bots.

[–] TechieDamien@lemmy.ml 21 points 1 year ago (4 children)

Give me LaTeX or give me death!

[–] TechieDamien@lemmy.ml 3 points 1 year ago* (last edited 1 year ago) (1 children)

I believe there is a property on the signal to see the connections. From what you just said, it is possible that you are emitting before the connection is made. You can verify this using a couple print statements. If this is correct, the solution would be to either move the emission later or move the connection earlier (_init happens before _ready). Depending on what these functions are doing, feel free to pick whatever solution works best for you.

[–] TechieDamien@lemmy.ml 3 points 1 year ago

Why did you mention it?! Now we can never unsee it!

[–] TechieDamien@lemmy.ml 10 points 1 year ago (3 children)

Are you emitting in a function that gets called. If you are not sure, put a breakpoint in that line and see if you stop there. Also check to see if you connect first before emitting. One more thing, you don't need to make a callable, you can just use the function as it is a first class member of the class now, eg:

hexGrid.index_transform.connect(_get_hex_index_transform)

Be sure not to leave in any brackets added after the function that autocomplete likes to add.

[–] TechieDamien@lemmy.ml 12 points 1 year ago (1 children)

We can't beat nature on this one. All our attempts to prevent flooding are expensive and just move the issue elsewhere. Working with nature is the way to go.

[–] TechieDamien@lemmy.ml 1 points 1 year ago (1 children)
[–] TechieDamien@lemmy.ml 4 points 1 year ago (1 children)

Propaganda from the second inquisition to get vampires to use technology again and get caught!

[–] TechieDamien@lemmy.ml 1 points 1 year ago (1 children)

Honestly, just jump in and start making something, either following a tutorial and/or referencing the docs as you go. As for free assets, maybe try the creative commons website? Just make sure to adhere to the terms of any license that you use.

view more: ‹ prev next ›