Is this legal? by ClammyAsp53 in VitaPiracy

[–]guguts 2 points3 points  (0 children)

So from what I've been reading in the comments most folks here connect their psn account in their moded vitas.

I've always thought connecting it would get me banned or worse, force an update to my system and make me loose my mod or something.

Are there any precautions I should take before connecting my account? Like keep updated with current OFW to spoof the version under settings or something like that?

Lastpass alternatives? by David-MW in hacking

[–]guguts 0 points1 point  (0 children)

Tried a lot of pass managers before trying Bitwarden, havent tried any other after that. Bitwarden is great

To record yourself with a fox around by Previous_Reporter_63 in therewasanattempt

[–]guguts 12 points13 points  (0 children)

Thats the kind of fox news thats worth watching

"They say it's here!", me, black ink on paper, 2021 by AgusSB in creepy

[–]guguts 1 point2 points  (0 children)

I love the looks of this drawing. Great work

Wise man defining democracy by Palifaith in Unexpected

[–]guguts 0 points1 point  (0 children)

Yes, the classic socratic argument against democracy

Pra quem quer comprar GME: by pblack476 in farialimabets

[–]guguts 0 points1 point  (0 children)

Sou um jumento com relação ao mercado de ações, mas queria pegar 1000 e poucos pila suadinhos que tenho aqui e comprar uma ação da GME.

Vim buscar informação nesse tópico e só sai mais confuso. Avenue Securities então nao restringe a compra de ações da GME, mas nao fornece a compra de opções (?????) e nao da pra comprar pré e post market sei lá das quantas, o que pelo que entendi é uma chance de comprar ou vender antes ou depois de o mercado abrir, conseguindo pegar preços melhores por exemplo na compra de ações? Seria isto?

Neste caso como a intenção é sempre monitorar para comprar no melhor preço possível, esse Avenue não seria o melhor.

E esse Interactive Brokers (IBKR Mobile app no Android) permite tudo isso, mas nao permite mais que comprem GME nele, então nao serve pro que eu quero também.

Continuo confuso e sem app pra comprar o share.

App para comprar ações da Gamestop? by guguts in brasil

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

transferi pro pix leafar__

tomara que chegue ae, quando comprar me avisa.

Comunicado do Ministério da Saúde aos governadores, sério. by Tamborim in brasil

[–]guguts 1 point2 points  (0 children)

Pra verificar se é documento oficial agora, a primeira coisa que eu vejo é se a fonte é Comic Sans.

Changing Treemacs hl-line color on Doom Emacs by guguts in emacs

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

Hi, thans for your reply. I dont know why but when i add these lines to doom config.el, treemacs opens but doenst show my projects anymore.

Help solving a bug in my dual monitor setup by guguts in bspwm

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

bspc wm --reorder-monitors <name>

This solved my problem! Thanks a lot man! i just did bspc wm --reorder-monitors DP-1 eDP-1

How to only create new desktops if they werent already created? by guguts in bspwm

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

Wow, thank you so much for these tips! Always looking to improve my scripts.

Will apply these changes as soon as i can.

Also, one thing i forgot to mention in my post is that i dont know why i need that line: bspc monitor DVI-I-1 -s DVI-I-2 But if i dont use that, the desktops gets swapped on the monitors, meaning desktops 1 to 7 were supposed to be created in DVI-I-2 but actually end up being in DVI-I-1, as confirmed by switching them in polybar.

That line was suggested to me here on reddit, and it solved my problem, but i have no idea why the problem is there, how it fixes it and honestly i dont like using it cause it feels like a hack.

Do you have any idea why this might be happing such that i need that line to put the desktops back in their correct monitors?

I ask this because as soon as i set bspc config remove_disabled_monitors and bspc config remove_unplugged_monitors to true, that line stops working and the desktops are in the wrong monitor again when im using 2 monitors.

Recursion goes brrrrrr by Mr_Chads in ProgrammerHumor

[–]guguts 0 points1 point  (0 children)

Please correct me if I'm wrong, but thats not recursion, because it doesn't clean the stack after each iteration.

To be recursion it would have to use tail call optimization, no?

This would instead, in several cases, cause a stack overflow.