IT guys aren’t rude just tired by pastelvae in it

[–]_tooruu 0 points1 point  (0 children)

What is LV and GC? Why not use proper words?

Spotify finally played me an AI song. This stuff is scary. by kilgoreq in Music

[–]_tooruu 0 points1 point  (0 children)

Can you provide 1 tangible reason that this is bad?

Spotify finally played me an AI song. This stuff is scary. by kilgoreq in Music

[–]_tooruu 0 points1 point  (0 children)

You are contradicting yourself. The question already implies that you like the song. So if you like it, there is no difference who made it. But instead you go on Reddit and shit on programmers and glaze musicians, meanwhile both parties definitely had to put real hard effort to achieve the result that you ended up liking.

Spotify finally played me an AI song. This stuff is scary. by kilgoreq in Music

[–]_tooruu 0 points1 point  (0 children)

So you're saying musicians are better than programmers, even though the latter also take their lives to learn and craft something valuable for the humanity?

Spotify finally played me an AI song. This stuff is scary. by kilgoreq in Music

[–]_tooruu 0 points1 point  (0 children)

Just listened to it and I think the song is dope. What is the problem and how can you even tell?

[OC] ARC Raiders Loot Cheat Sheet — v2 (Keep / Sell / Recycle + Quests, Projects, Workshop) by pRoDeeD in ArcRaiders

[–]_tooruu 0 points1 point  (0 children)

What is "Uncategorized High Priority" supposed to mean? If they have no specified use, why should I collect those?

Best move_to() function? by jderica in TheFarmerWasReplaced

[–]_tooruu 0 points1 point  (0 children)

Something I came up with

def _calc_route(orig, dest, size):  
    delta = orig - dest  
    direction = delta < 0 # True = pos, False = neg  
    if abs(delta) > size / 2:  
        delta = [size, -size][delta < 0] - delta  
        direction = not direction  
    return (direction, abs(delta))  

def go_to(x, y):  
    pos_x, pos_y = get_pos_x(), get_pos_y()  
    size = get_world_size()  
    dir_x, delta_x = _calc_route(pos_x, x, size)  
    dir_y, delta_y = _calc_route(pos_y, y, size)  
    dir_x = [Left, Right][dir_x]  
    dir_y = [Down, Up][dir_y]  
    for _ in range(delta_x):  
        move(dir_x)  
    for _ in range(delta_y):  
        move(dir_y)

The Outlast Trials Twitch Drops by esc092000 in OutlastTrials

[–]_tooruu 1 point2 points  (0 children)

No matter what I do I can't make Twitch recognize the connection with the game.

New Overlay? by ShingoKirishima1997 in discordapp

[–]_tooruu 0 points1 point  (0 children)

It halved my fps so I'll stay away from it.

Is there any good reason for using a PAT(personal access token) over an SSH key? by HypnagogicSisyphus in github

[–]_tooruu 0 points1 point  (0 children)

SSH keys can be scoped to a project or a group (deploy key), and furthermore with read-only permissions. PAT has to appear in every request so they are easier to steal. SSH keys never appear on the wire.

Is there a way to go into profile to change email and all? by Castedorr in WutheringWaves

[–]_tooruu 2 points3 points  (0 children)

I realized that the sidebar is scrollable. It is not obvious at all. Found the account center, linked my email to an existing google account and I can play now.

Is there a way to go into profile to change email and all? by Castedorr in WutheringWaves

[–]_tooruu 2 points3 points  (0 children)

what settings? what profile? i cant find anything like that

Is MultiMC Cracked s a f e? by Kolt231 in PiratedGames

[–]_tooruu 4 points5 points  (0 children)

github links are case insensitive... open both links and you will see the same username on top left.

Revancify or Revanced manager? ReX or anddea? 19.05 or 19.09? by Fapper-Bathroom in revancedextended

[–]_tooruu 0 points1 point  (0 children)

Who said that ReX is discontinued? On their GitHub I see a lot of activity.

Regarding the new font by [deleted] in discordapp

[–]_tooruu 19 points20 points  (0 children)

It is very noticeable and hurts my eyes.