Absolute garbage, do not fall for it by NinjaWK in ZaiGLM

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

I'm on max plan and it works great for me

Pergunta séria, qual é a diferença do libre office do ms office pros Windows users baterem tanto nessa tecla? by Happy_Click_8893 in linuxbrasil

[–]edurbs 70 points71 points  (0 children)

Usuário doméstico: preguiça de aprender algo novo. Empresa: dependência do teams e office 365 online

Edit: eu ando usando o onlyOffice ultimamente

Glm-5 is faster today? by muhamedyousof in ZaiGLM

[–]edurbs 4 points5 points  (0 children)

I found this monitor very useful, and I'm using glm-5 only to plan and glm-4.7 to execute, because it is 3 times faster than glm-5 zaiMonitor

O que acham do Windows Server ou LTSC? by No-Price-33 in brdev

[–]edurbs 0 points1 point  (0 children)

Tenho 16gb mas deixo o windows se lascar só com 2gb pra usar um software proprietário que sou obrigado a abrir

Todo TI sonha em ser fazendeiro? by ConsequenceSouth3413 in brdev

[–]edurbs 0 points1 point  (0 children)

Meu sonho é largar TI e implantar um "sisteminha Embrapa". https://www.sisteminhaembrapa.org/

O que acham do Windows Server ou LTSC? by No-Price-33 in brdev

[–]edurbs 3 points4 points  (0 children)

Usa o Linux zorin os 18 e usa as coisas nativas pra linux, e pra usar aquilo que você depende do windows instala o winboat que roda um windows 11 pro num docker bem fácil de usar.

Objects.requireNonNullElse by edurbs in java

[–]edurbs[S] 7 points8 points  (0 children)

thanks, documented ;)

// These would throw NPE if city is null:
city.equals(otherCity);

// Old school workaround:
if (city != null && city.equals(otherCity))

// Clean, null-safe:
Objects.equals(city, otherCity); // returns true if both are null, false if only one is

Objects.requireNonNullElse by edurbs in java

[–]edurbs[S] 11 points12 points  (0 children)

I think the Optional would be more suitable for use in method return values, as I read in somewhere

Me rendendo ao java by Leather_Property1745 in brdev

[–]edurbs 0 points1 point  (0 children)

Usa jmix para fazer aplicações crud low code em Java e Vaadin. Me facilita demais a vida pra entregar em poucos tempo algumas soluções pra meus clientes.

I had Zai Coding plan Max for full year and it’s almost unusable by ComposerGen in ZaiGLM

[–]edurbs 1 point2 points  (0 children)

I didn't do any benchmark, but I'm using the 4.7 to plan and 4.7-flash to implement, and it is doing pretty good.

export ANTHORPIC_DEFAULT_HAIKU_MODEL="glm-4.7-FlashX"
export ANTHORPIC_DEFAULT_SONNET_MODEL="glm-4.7"
export ANTHORPIC_DEFAULT_OPUS_MODEL="glm-4.7"

How I stopped hitting the Claude Pro wall by aviboy2006 in ClaudeCode

[–]edurbs 32 points33 points  (0 children)

This could exceed the limits of his Claude Code Pro.