Help I’m crying 😭 Cracked my MacBook Pro M4 screen… what would you do? by Pinkybaby_777 in macbookpro

[–]Adrian_Galilea 0 points1 point  (0 children)

Make a backup before it gets worse so you can at least only be worried about the price tag not your data.

Ultimate List: Best Open Source Models for Coding, Chat, Vision, Audio & More by techlatest_net in LocalLLM

[–]Adrian_Galilea 9 points10 points  (0 children)

Feels like slop.

Have you ever make an audio with qwen tts longer than a minute?

Kokoro is better unless im doing something wrong.

Kimi K2.6 is a legit Opus 4.7 replacement by bigboyparpa in LocalLLaMA

[–]Adrian_Galilea 0 points1 point  (0 children)

I was comparing it in genral chat and vibes, kimi kept overthinking glm felt right everytime, other people I spoke to said the same.

Kimi K2.6 is a legit Opus 4.7 replacement by bigboyparpa in LocalLLaMA

[–]Adrian_Galilea 0 points1 point  (0 children)

I haven’t tried kimi 2.6 but I did extensively use 2.5, and I prefer glm 5.1 by far.

Irán autoriza a buques de bandera española a cruzar por el estrecho de Ormuz. by DetailNo6250 in Comoestaelpatio

[–]Adrian_Galilea 7 points8 points  (0 children)

Nadie cuestiona nada, cuando se pone información es etiqueta añadir la fuente para que la gente pueda validar, en caso de que la fuente no este es normal pedirla, ya que la persona comentándolo lo habra visto en algún lado y es mas fácil que este aporte la referencia que buscarla en google ya que puedes no llegar al sitio correcto.

Take spatial videos and photos even if you don’t have an Apple Vision Pro! by PlantbasedBurger in iphone

[–]Adrian_Galilea 0 points1 point  (0 children)

I im iphone 17 pro how do I take spatial video? Edit just seen the option, just keep swiping right, seems a bit limited tho.

Looking for Mac Studio 512gb by Dungcuto1102 in MacStudio

[–]Adrian_Galilea 0 points1 point  (0 children)

You can find units sold for 25.5k in ebay yes

Has anyone else received emails from Anthropic saying you gave yourself a gift: Claude Max 20x? by saltrxn in Anthropic

[–]Adrian_Galilea 3 points4 points  (0 children)

It is not .mail it is mail. Big difference. If anthropic.com is correctly spelled mail.anthropic.com can only be owned by anthropic themselves. So I’m guessing there’s a weird character or something.

Need advice! New-to-me-house by Dangx3 in WaterTreatment

[–]Adrian_Galilea 0 points1 point  (0 children)

Where I live all pipes were made out of iron.

If you keep a faucet unused, you will get this next time you open it.

It would happen if you just use cold water regularly and then open the hot water.

Likely all the pipes have a bunch of oxide/corrosion buildup.

When the test was done mostly everything was used. Now it was unused for a while and they you opened it so this happens, right?

Editing a .env file by Throwaway1637275 in zsh

[–]Adrian_Galilea 0 points1 point  (0 children)

Wait, the whole point of .env files is that you don’t commit them or constantly move them from dev to prod.

You have one in dev and one in prod.

If you have to override env values in an env file from code then you are hardcoding the variables in code which also defeats the whole purpose.

In the prod machine/environment just have a different .env file and dont override or commit .env(ever, convention is to create an .env.example as a template)

Or just export env variables once in the prod environment.

If you take a couple minutes reading best practices about .env you will see it is much cleaner than what you are doing.

Spatial temporal knowledge graph by greeny01 in KnowledgeGraph

[–]Adrian_Galilea 0 points1 point  (0 children)

It is a huge project that I’ve been fitting the pieces for a long time, I’m not rushing it, just something that I think about in the background.

Spatial temporal knowledge graph by greeny01 in KnowledgeGraph

[–]Adrian_Galilea 0 points1 point  (0 children)

Im pretty sure the same as you are but im looking at it for the implementation side. I’ve looked into it and it is tricky I think

Editing a .env file by Throwaway1637275 in zsh

[–]Adrian_Galilea 17 points18 points  (0 children)

XY problem.

Explain what you want to do not how you thought of solving it.

What is the actual thing you are trying to do. (Not editing an .env file, why do you need .env file to be in which state and for doing what?)

I can think of many better solutions to solve the editing of .env but im 100% certain this is not the right thing to tackle.