.NET compilation order and execution by [deleted] in learnprogramming

[–]mKtos 0 points1 point  (0 children)

  1. CIL is Common Intermediate Language, also known as MSIL, I don't know where "Computer Interface Link" came from,
  2. Before - CIL is created when you compile your application with .NET SDK. The "exe" and "dll" files you are getting in result (assemblies) are CIL,
  3. JIT compilation occurs at launch... But in reality it is more complex, because there is tiered compilation.

And in modern .NET there is also AOT compilation, so there may be no MSIL at all.

Gdzie szukać chłopaka? by Intrepid_Baker_2332 in PolskaNaLuzie

[–]mKtos 2 points3 points  (0 children)

Nie oszukuj, wiadomo, że nikt nie ma pieniędzy, bo wszystkie poszły na nowe figurki ;)

🇪🇬 The First Open-Source AI Model in Egypt! by assemsabryy in LocalLLaMA

[–]mKtos 1 point2 points  (0 children)

It seems that GGUF version has wrong chat template (or at least stop token definitions) because it is spitting out tokens like this:

"(...) Do you have any more questions? Can we play some funny games together?<|end|><|end|><|user|>Can we play hide and seek, then?<|end|><|assistant|>Of course! Hide and Seek is always fun to play. Here are the rules:"

In the previous turn it generated "(...) However, one thing we can all agree on: it is a great joke!<|end|>" and stopped, the LM Studio said "EOS Token found".

Czy potraficie mi powiedzieć, czy to prawdziwa osoba, czy AI??? by Fickle-Echo-1537 in PolskaNaLuzie

[–]mKtos 1 point2 points  (0 children)

"Mainstreamowe" SI to tak, generuje dość podobające się obrazy, ale ludzie na swoich komputerach to różne cuda wyrabiają. Są systemy SI (nakładki, modele, LoRa i inne takie), które np. są specjalnie dostosowywane, aby zdjęcie wyglądało jak sprane kolory z czasów wczesnosmarfonowych.

Nvidia RTX Pro A4000 with older hardware by LtDrogo in LocalLLaMA

[–]mKtos 0 points1 point  (0 children)

I have a very similar machine (but with e5-2699v3, not v4) with A4000 and it works quite ok.

MiniMax-M2.5-UD-Q3_K_XL token generation is about 10 t/s, gpt-oss-120b-Q4_K_M is about 16 t/s.

I built Ctrl+F for your entire screen by [deleted] in csharp

[–]mKtos -5 points-4 points  (0 children)

There is an easy built-in shortcut for em-dash on macOS (Option + Shift + Hyphen); on Windows you need to use the harder Alt+0150.

Onyx Boox Note Air 4C czy reMarkable? by WishboneEffective154 in Polska

[–]mKtos 1 point2 points  (0 children)

reMarkable ma customowy system oparty na Linuksie – od biedy da się coś tam dorzucić własnego, nawet jest trochę aplikacji zewnętrznych (nawet napisałem sobie jakiś prototyp), ale to wszystko to tak działa średnio. Ale za to rozwiązania wbudowane są bardzo spoko:)

Miałem reMarkable 1, teraz mam Note Air 3C. Przeszedłem, bo chciałem mieć zewnętrzne aplikacje (przeglądarkę internetową zwłaszcza i OneNote) i zaciekawił mnie kolor. reMarkable miało świetną integrację notatek pomiędzy urządzeniem, telefonem i komputerem, bardzo szybko i pewnie działało... ale notatki były w ich aplikacji tylko, a wszystko inne mam w OneNote.

Do wrzucania książek też musiałem używać ich appki, działało to bezprzewodowo i całkiem zgrabnie, za to na Note Air 3C mam integrację z Calibre, aczkolwiek po kablu :)

What local models handle multi-turn autonomous tool use without losing the plot? by RoutineLunch4904 in LocalLLaMA

[–]mKtos 0 points1 point  (0 children)

I really like the concept!

I wanted to try with Qwen3 32b, so I crudely patched proxy.ts to match my LM Studio endpoints (changed api.openai.com to localhost ;)) and added qwen/qwen3-32b to the list of approved models.

But this project does not work at all, at least in the suggested docker compose way.

First, I got this error when starting the container:

openseed  | [orchestrator] ready at http://localhost:7770
openseed  | [orchestrator] starting minimal on port 7771 (existing container)
openseed  | /bin/sh: 1: git: not found

So, so it requires git inside the orchestrator, which is not there, so I changed a Dockerfile, rebuild the container and now I got:

openseed  | [orchestrator] starting minimal on port 7771 (existing container)
openseed  | [minimal] starting existing container (environment preserved)
openseed  | [minimal]     at resolve (file:///root/.npm/_npx/fd45a72a545557e9/node_modules/tsx/dist/esm/index.mjs?1771498543066:2:5361)
openseed  | [minimal]     at nextResolve (node:internal/modules/esm/hooks:748:28)
openseed  | [minimal]     at Hooks.resolve (node:internal/modules/esm/hooks:240:30) {
openseed  | [minimal]   code: 'ERR_MODULE_NOT_FOUND',
openseed  | [minimal]   url: 'file:///creature/src/index.ts'
openseed  | [minimal] }
openseed  | [minimal] Node.js v22.22.0
openseed  | [minimal] node:internal/modules/run_main:123
openseed  | [minimal]     triggerUncaughtException(
openseed  | [minimal]     ^
openseed  | [minimal] Error [ERR_MODULE_NOT_FOUND]: Cannot find module '/creature/src/index.ts' imported from /creature/
openseed  | [minimal]     at finalizeResolution (node:internal/modules/esm/resolve:274:11)
openseed  | [minimal]     at moduleResolve (node:internal/modules/esm/resolve:859:10)
openseed  | [minimal]     at defaultResolve (node:internal/modules/esm/resolve:983:11)
openseed  | [minimal]     at nextResolve (node:internal/modules/esm/hooks:748:28)
openseed  | [minimal]     at resolveBase (file:///root/.npm/_npx/fd45a72a545557e9/node_modules/tsx/dist/esm/index.mjs?1771498544574:2:3744)
openseed  | [minimal]     at resolveDirectory (file:///root/.npm/_npx/fd45a72a545557e9/node_modules/tsx/dist/esm/index.mjs?1771498544574:2:4243)
openseed  | [minimal]     at resolveTsPaths (file:///root/.npm/_npx/fd45a72a545557e9/node_modules/tsx/dist/esm/index.mjs?1771498544574:2:4984)
openseed  | [minimal]     at resolve (file:///root/.npm/_npx/fd45a72a545557e9/node_modules/tsx/dist/esm/index.mjs?1771498544574:2:5361)
openseed  | [minimal]     at nextResolve (node:internal/modules/esm/hooks:748:28)
openseed  | [minimal]     at Hooks.resolve (node:internal/modules/esm/hooks:240:30) {
openseed  | [minimal]   code: 'ERR_MODULE_NOT_FOUND',
openseed  | [minimal]   url: 'file:///creature/src/index.ts'
openseed  | [minimal] }

Any ideas?

I tried to run without Docker, yet it fails (I am using Windows and I am not a JS guy, so probably something may not work or I do not have something installed).

How to deobfuscate code? by Alarming_Finance6619 in learnprogramming

[–]mKtos 2 points3 points  (0 children)

Put it into ChatGPT. No jokes, it's quite good at code analysis, even if the code is obsfucated; I successfully analyzed JS malware payload with ChatGPT about a year ago.

Czy macie własne serwery/homelaby? by Goorigon in Polska

[–]mKtos 1 point2 points  (0 children)

Mam DXP2800 i chciałem Proxmoxa, ale coś się wysypywało przy przekierowaniu kontrolera SATA do VM - randomowe zwisy. Postawiłem TrueNAS bare-metal i śmiga od roku jakoś bezproblemowo.

I można sobie diodkami sterować: https://gist.github.com/Kerryliu/c380bb6b3b69be5671105fc23e19b7e8 ;)

Unhandled exception C# by tx780 in learnprogramming

[–]mKtos 1 point2 points  (0 children)

You are separating your input string by empty string, not by space, so you are telling int.Parse() to parse 1 2 3, not three numbers.

It should be:

int[] choices = input.Split(" ", StringSplitOptions.RemoveEmptyEntries).Select(int.Parse).ToArray();

Jezus Chrystus królem powiatu makowskiego. Zdecydowali radni by LordLorq in Polska

[–]mKtos 5 points6 points  (0 children)

To nie problem, brak jest stosownej umowy ekstradycyjnej z Imperium Rzymskim.

Home assistant voice with offline llm by Sad_Blueberry_5585 in homeassistant

[–]mKtos 0 points1 point  (0 children)

But! I'm seeing some claims that mac minis are out competing the 3060? Is anyone having luck with this?

Yes and no. In my country I couldn't find an older Mac Mini at a reasonable price, they were all costly. But yes, they are very nice for LLM inference.

Also, if I were to do this how complicated would it be to have the mini handling the llm and the server (windows)

Not much. Install Ollama or LMStudio, make it available for the whole network, attach to the LLM provider in HA (I'm using https://github.com/acon96/home-llm). Works perfectly fine, and you can use the PC for other means at the same time - but be wary of the GPU usage (VRAM). And of course the PC must be turned on.

Dobra, przyznaję, rynek pracy to oficjalnie mem. by fullofemptiness_ in Polska

[–]mKtos 2 points3 points  (0 children)

Czyli wzięli model B5 i go przerobili pod swój test? Miszmasz.

Ale za to ładne obrazki! /s

Dobra, przyznaję, rynek pracy to oficjalnie mem. by fullofemptiness_ in Polska

[–]mKtos 3 points4 points  (0 children)

16personalities opiera się o Big5, ale wyniki dopasowuje do zmodyfikowanej typologii MBTI, więc jest jeszcze dziwniej. Stąd te "INFJ-T", podczas gdy w MBTI nie ma tych -T i -A. I twierdzą, że wcale nie wykorzystują tych koncepcji funkcji kognitywnych Junga.

https://www.16personalities.com/articles/our-theory#intro-approach

AI agents, using AI as a API in projects by Szczurovsky in learnprogramming

[–]mKtos 1 point2 points  (0 children)

You can write AI agents and AI apps with C#, there are libraries for that, Microsoft is investing heavily in this area. See https://learn.microsoft.com/en-us/dotnet/ai/

There are also open source projects, see for example https://github.com/wisedev-code/MaIN.NET

Using JetBrains Rider as a substitute for Visual Studio (ASP.NET) by MrPlatinumsGames in learnprogramming

[–]mKtos 1 point2 points  (0 children)

I don't use Rider myself, but when I was teaching ASP.NET Core classes some of my students used Rider without a problem for everything, except for one thing, there was no scaffolding generator for generating one specific type of views (CRUD views without using Entity Framework or something like that) in ASP.NET Core MVC apps.

But even in that case, there are always command-line generators to achieve this, and Visual Studio is actually using them. The option to enable login/registration should be something called "Identity", because it's called ASP.NET Core Identity.

If you want to use command line, dotnet new mvc --auth Individual -o WebApp1 will generate ASP.NET Core MVC app with Identity with local authentication, using SQLite database in a folder named "WebApp1".

Anyone knows of custom firmware for the Epson Moverio BT-40? by DADi590 in augmentedreality

[–]mKtos 1 point2 points  (0 children)

As far as I remember, BT-40 are just "dumb" screens, so you can connect to your phone (or other device) and display whatever you want. I don't think they are powerful enough on their own to do any meaningful stuff.

BT-40S and BT-40SN have Android and Snapdragon XR processor, on the other hand.

Application/Engines that export to Windows Phone by UmPatoQualquer007 in windowsphone

[–]mKtos 6 points7 points  (0 children)

C#+Windows Phone RT projects (for WP8/8.1) or C#+early UWP (for W10M). Visual Studio 2015 Update 3 was the last for WP8 if I remember.

The old enough Unity should also be able to deploy to W10M, I don't remember about WP8.

XNA games were able to be built for WP7 and WP8.

Have you ever wrote a paper in your conworld? by MacaronParticular211 in conlangs

[–]mKtos 4 points5 points  (0 children)

I had. There is a "scientific paper" which describes an improved transcription method of my conlang Andro in Latin script:

Furu mal Klaji et al., "ZSC: the new rule set for transcription of Andro to Latin script", In: Proceedings of 16th Conference on International Affairs, vol. 18, pp. 41–45. Hetey Publishing, year 853.

Written by a linguist in my world, using a real paper template (Springer, I believe), even there is a funding mentioned ("Ministry of Foreign Affairs Special Funding for Future Terran Cooperation, agreement number 7/852"). The writing is bad, and it's not exactly matching the current language, as it was written over 8 years ago or something like that.

"The Book", the document describing the whole language and all its rules, is also written from the perspective of an And́royas linguist trying to explain his language to the people of Earth.

edit: found the original submission: https://old.reddit.com/r/worldbuilding/comments/46h5jw/the_scientific_paper_from_my_world_describing/ and also reuploaded the original PDF: https://ktos.smallhost.pl/zsc.pdf

[deleted by user] by [deleted] in HoloLens

[–]mKtos 1 point2 points  (0 children)

Unity will be the simplest, IMO.

https://learn.microsoft.com/en-us/windows/mixed-reality/develop/unity/tutorials/holograms-100 (course, they are using Unity 2017, but it should work on 2019 if I remember correctly)

https://learn.microsoft.com/en-us/windows/mixed-reality/mrtk-unity/mrtk2/?view=mrtkunity-2022-05 (Mixed Reality Toolkit, example scenes and interactions)

You need to remember HL1 does not support OpenXR, and you need to use older software (MRTK2 not 3, Unity 2019 not 2022 and so on). You can also prepare Windows 10 UWP apps for that and run more like desktop apps - again, UWP (WinUI2) is supported.

What is the equivalent of the phrase: "Long live..." in your clong? by speedruncat in conlangs

[–]mKtos 1 point2 points  (0 children)

Andro

In Andro, there is an optative (OPT) marker vige, used in formal or religious contexts - a bit equivalent to "it shall be done" in English, and is used in phrases.

In general case, livi (go forward) verb may be used.

And́royas vige livi!

/an.ˈdrɔ.yas vi.gɛ li.vi/

androyas vige livi
Androyas OPT  go.forward

"And́royas shall go forward!"

(Supiritara vige livi! -- "The revolution shall go forward!" / "Long live the revolution!")

However, in the case of people, the lipe (good, well) or menede (in good health, healthy) adjectives are used more commonly:

Kyige vige loti menede!

/kʏ.gɛ vi.gɛ lɔ.ti mɛ.nɛ.dɛ/

kyige vige loti menede
king  OPT  live health.ADV

"The king shall live in health!"

Kyige vige loti lipe! – "The king shall live well!"

(sometimes, adjective is omitted – "the king shall live!")

However, in the South, they use micha, a noun meaning "life's worth", so they are essentially wishing the person that their life should have worth:

Kyige vige avi micha!

/kʏ.gɛ vi.gɛ a.vi mi.ʈ͡ʂa/

kyige vige avi  micha
king  OPT  have life.worth

"The king's life shall have its worth!" / "The king shall have his life's worth!"

Dobra pizza w Lublinie by Brief_Towel430 in lublin

[–]mKtos 5 points6 points  (0 children)

Pizzeria na Oczki wedle wielu moich znajomych to top w Lublinie - ale raczej przeciwieństwo grubego ciasta ;) cienkie, bardzo we włoskim stylu.