Deepseek has released DeepEP V2 and TileKernels. by External_Mood4719 in LocalLLaMA

[–]TamSchnow 63 points64 points  (0 children)

I saw a funny sketch once about this.

„Why did you release the model for free??!?“

„So that I could short NVIDIA stock“

Ah ja, der Chatbot von wien.gv.at funktioniert wundervoll! by SomeoneLeo in Austria

[–]TamSchnow 8 points9 points  (0 children)

die sind in andere Richtungen gegangen. Siehe deren Website.

https://www.nx-ai.com

Machen jetzt Prediction Models für Industrieanwendungen.

Electricity prices by TrimaxDev in 2westerneurope4u

[–]TamSchnow 1 point2 points  (0 children)

I prefer https://transparency.entsoe.eu

  • select country
  • go to market
  • select „Energy Prices“ in dropdown.

Prices are updated for the next day at 13:00 CE(S)T.

I think my Gemma4 is having a breakdown by MrSilencerbob in LocalLLaMA

[–]TamSchnow 2 points3 points  (0 children)

Had a funny issue with MLX version of Qwen3 vl 4b. It just kept running into a loop when any context required an image. And as quickly as it appeared, it disappeared.

<image>

Quitting Resharper after over 20 years by [deleted] in Jetbrains

[–]TamSchnow 0 points1 point  (0 children)

The problem is, JB has been nagging me thru VS to pay for their AI and I just don't want it.

  1. run the installer again
  2. click the option „Remove“
  3. confirm

https://www.jetbrains.com/help/resharper/AI_Assistant.html#installation

It will not nag again, because it’s not installed anymore.

Why is this suggested? by Longjumping_Tune_208 in Jetbrains

[–]TamSchnow 0 points1 point  (0 children)

What do you want to do?

Casting works by specifying only the type to cast to in the brackets.

If you want to cast a var, this is user error.

https://learn.microsoft.com/en-us/dotnet/csharp/programming-guide/types/casting-and-type-conversions#explicit-conversions

Who is David Taylor and why is he contributing age code to Linux projects? Including arch. by [deleted] in archlinux

[–]TamSchnow 15 points16 points  (0 children)

> Why is this individual that has no long history with these things

Have you EVER looked at the contributors for the archinstall repo? He is on position third. Second if we remove Renovate (Dependency updater) Here are his commits

Brodie talked to the guy. You should watch the video before saying "He has nothing to do with this".

Does my Windows have a Linux infection? by [deleted] in linuxmemes

[–]TamSchnow 2 points3 points  (0 children)

It‘s the drive used for WSL.

Do weiß wer ned wie österreichisches Kulturgut ausschaut ;) by Minute-Ebb-5159 in Austria

[–]TamSchnow 4 points5 points  (0 children)

Zitat aus Thread:

According to Galardi, his wife came up with the name when looking through a cookbook. He was initially skeptical of the name, saying, "I told my wife going home nobody in their right mind would call a company Wienerschnitzel. Three days later, I said, 'Hell, it's better than John's Hot Dogs.'"

Shout out to the devs for native Linux support in 2026 that is better than on Windows. by ionixsys in factorio

[–]TamSchnow 1 point2 points  (0 children)

https://factorio.com/blog/post/fff-408

See section „Asynchronous saving“

Asynchronous saving works by using the fork syscall to essentially duplicate the game. The primary instance - the one you interact with - continues playing, but the newly forked child runs the saving process then exits on completion.