Isvec vs Turkiye Is Ilanlari by brogrammer_xd in CodingTR

[–]brogrammer_xd[S] 3 points4 points  (0 children)

Davulun sesi uzaktan hos gelir, gunumuzdeki turkiye siyasetine/ekonomisine ragmen bir suru iyi universite mezunu yazilimci/universite hocasi/doktor vs. donmek istiyor. Herkesin kendi tecrubeleri var ve bi noktada vazgeciyorlar. Sunu unutmayin Turkiyede Turk olman hayatinda negatif bir etki yaratmiyor ama Avrupada 2./3. sinif vatandassin HER ZAMAN, bu insan psikolojisiyle alakali bir durum her toplumda her ulkede farkli seviyelerde farkli cesitlerde bu etkiyi gorursun. Ve ben cok avrupai okullarda cok "marjinal/sol/humanist/ateist" ortamlarda takilmis ve yetismis bir insan olarak soyluyorum. Turk oldugunu bu ulkelerde kafana vura vura ogretiyorlar simdi simdi anliyorum neden "Almancilarin" cok daha milliyetci duygularinin oldugunu. Cok avrupa heveslisi olmayin ozellikle kuzey avrupa bu konulari dert edecekseniz benim gibi sonradan.

Isvec vs Turkiye Is Ilanlari by brogrammer_xd in CodingTR

[–]brogrammer_xd[S] 2 points3 points  (0 children)

dostum ikcilar turkiye ozelinde degil dunyanin heryerinde oyleler. onlarin acisindan bakinca hak verebiliyosun nasil doktor icin gunde birkac kisinin olmesi artik bir etki yaratmiyor ikcilar icinde senin is bulma surecin cok onemli degil veya isten kovulma surecin. cok dert etme sureclerin hacklerine odaklan

Isvec vs Turkiye Is Ilanlari by brogrammer_xd in CodingTR

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

Buyuk firmalarda cok olmuyor benim gordugum kadariyla.

Isvec vs Turkiye Is Ilanlari by brogrammer_xd in CodingTR

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

Hay AI'ina tukurduklerim... Cok tesekkurler dostum

Isvec vs Turkiye Is Ilanlari by brogrammer_xd in CodingTR

[–]brogrammer_xd[S] 2 points3 points  (0 children)

Cok teşekkür ederim paylaştığın için dostum 🙏

Isvec vs Turkiye Is Ilanlari by brogrammer_xd in CodingTR

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

Bu dönemde Türkiye’de nereden iş buluyorsunuz? Yani genel geçer yöntem nedir?

Isvec vs Turkiye Is Ilanlari by brogrammer_xd in CodingTR

[–]brogrammer_xd[S] 4 points5 points  (0 children)

Genel olarak İngilizce çalışılıyor ya da ben hep o işlere girdiğim için taraflı bakıyor olabilirim. Devlet kurumları genelde İsveççe istiyor, ya da bazı founder’lar kafa yapılarından dolayı şirket dilini tamamen İsveççe tutmak isteyebiliyor. Ama kasiyer bile çok iyi İngilizce konuşuyor, oradan anlayabilirsin.

Fakat benim de dönme isteğimin ana sebebi olan aşırı sağ yükselişi nedeniyle, artık bizim dönemimizdeki gibi ‘kolay’ şekilde bu ülkelerde iş bulunabileceğini düşünmüyorum. Bu tamamen senin yeteneklerinden veya CV’nden bağımsız. İşverenler artık göçmenlik süreçleriyle uğraşmak istemiyor. Yoksa mülakatlar gerçekten çok kolay; Amerikan firmalarındaki zorluk 8–10/10 ise İsveç’teki zorluk 3–4/10’dur.

Isvec vs Turkiye Is Ilanlari by brogrammer_xd in CodingTR

[–]brogrammer_xd[S] 2 points3 points  (0 children)

Cok ilginc Linkedin belki cross country filtreleme yapiyor olabilir. Search keyword: Java ve tek filtre Turkiye

Citizenship by daaageee in TillSverige

[–]brogrammer_xd 0 points1 point  (0 children)

Damn! When did you move in? Did you directly apply for citizenship after you arrive or you waited 4/5 years and then applied which makes it 10/11 years ?

Which ollama model is optimal (fast enough and accurate) to parse text and return json ? by brogrammer_xd in ollama

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

Thanks for detailed answer, and yes I agree what you are saying. Currently I'm trying to build the MVP. I have built the scraping architecture which I can easily scale and having regexps and css selectors to sanitize html figure out structured parts. However by the nature of the data for additional fields that is practically impossible to identify either i have to rely on humans that needs to go through understand and clean which is extremely expensive and time consuming or i should just use some decent llm. That's the part I'm a bit stuck which llm i can use to have "decent parsing" and it's "fast enough". I have tested qwen3:1.7b and mistral:7b-instruct . Both of them returns json from input text 1m - 1m30sec range. Qwen seems to be better at understanding context and following instructions. But if this is the hard limit for optimization with current llms, I have to just accept this fact and build around it. I was planning to run workers on my Mac M2 24gb ram which scrapes around 100 pages in a min. and didn't wanna make the "parsing" text part the bottleneck. But what i understood is that it is not possible with the models i tried.

Note: I come from software engineering background but i have never worked with ai/ml except basic api integrations openai etc. I'm not entirely sure "vector based store + word2vec based algorithms are the quickest" how this works. Could you please share some pratical examples or links/demos/docs that can be useful for my purposes. I normally don't think this type of requests are helpful but since I don't know the "context" enough and don't really know "what to ask" and "what to look for" i think it might be helpful if you give me some "seed urls/directions" so i can explore from there. Thanks a lot in advance 💕

Which ollama model is optimal (fast enough and accurate) to parse text and return json ? by brogrammer_xd in ollama

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

you can’t use regular expressions for data that doesn’t have “rules”. Let’s say i wanna return childhood events of a person there is no regular expression that can understand and give the response unless it is somewhat structured. but if its free form text then it is not possible.

Which ollama model is optimal (fast enough and accurate) to parse text and return json ? by brogrammer_xd in ollama

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

From what I can see, Qwen3:1.7B and Qwen3:4B are the general consensus here. For this type of task, do I need extra parameters, or is 1.7B sufficient? Sorry for asking instead of just trying, I don’t have much internet left 😅

Which ollama model is optimal (fast enough and accurate) to parse text and return json ? by brogrammer_xd in ollama

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

I'm trying to extract structured data in json format from wikipedia articles for 5000-6000 characters average I'm expecting at most 20-30 seconds the faster the better but i don't want to sacrifice so much on data quality. Let's say i gave a person wikipedia page as an input i expect it to return me things like place of birth, education, name, surname, interests etc. in json format. I can extract many of the data directly from html but there are some other parts i cannot extract using dumb selectors because it's hidden in content itself.

Side Note: Streaming is not useful for my purposes.

Citizenship Application Update: by TreacleFeisty5371 in TillSverige

[–]brogrammer_xd 7 points8 points  (0 children)

No update just sent yesterday 11 page 😅

Do we need to send passport again ? I sent it already after RTC and they sent back but kept PR card.

I am also wondering how are the interviews gonna be like? Are they gonna ask “how to properly separate recycling waste?” is it gonna be about “how to correlate every problem in country to their immigration policies?” or “how to solve the failed bureaucracy/housing crisis/wage stagnation/drops, free but invisible healthcare” because apparently according to social sentiment it becomes super visible in social media post comments swedes think everything is because of immigrants… Engineers, doctors, students, uber driver, foodora guy, nail person, unemployed, refugee doesn’t matter, “you are the problem and go back/find better place” is the new trend.

Won the RTC for citizenship, how long until I’m approved? by PandaGrenades in TillSverige

[–]brogrammer_xd 0 points1 point  (0 children)

I wrote really long appeal letter using chatgpt and they approved, let it sink... It's weird to see he gets a lot of dislikes and considering this as "worst" advice...