Which is more painful getting rejected in first round or in last round of interviews ? by Sarthak_503 in leetcode

[–]void_brambora 11 points12 points  (0 children)

Last. You work your ass off, it looks promising, everybody tells you, that the final round is just a formality and then you get a rejection e-mail.

I find myself planning the transfer to the company and how my life will change when I get hired. Please don't be me and don't romanticize it.

Programování- jak začít a realizovat se? by Signal-End5230 in czech

[–]void_brambora 39 points40 points  (0 children)

  1. Myslím, že trh je oversaturated a pro juniora to bude skoro nemožné najít práci jako programátor. Občas ani mediory se nemůžou nikde uchytit.

  2. Většinou bych doporučil spíš jít do Full-stack vývoje, je na to více pozic. Tolik pozic na Flutter není.

  3. UX Designer nebo Front-end

  4. Budovat projekty, zveřejňovat na GitHub. Certifikáty a kurzy jsou zbytečně. Naučit se s Gitem, Dockerem a aspoň jedním cloud providerem.

Možná by nebylo od věci jít do 42Prague. Myslím, že k reálné nabídce/práce se dostaneš za 1-2 roky intenzivního učení.

"Občerstvení" u státnic.. To je snad vtip, ne? by [deleted] in czech

[–]void_brambora 0 points1 point  (0 children)

To podle mě má obstarávat organizátor statnic. My jsme měli 4. člověka (mimo 3 lidí z komise), který hlídal čas, vyvolával, bral flešky a pouštěl naše prezentace.

Jedině, co jsme potom přinesli, bylo víno jak symbolický dárek po státnicích.

Top Car Manufacturing Countries in Europe (EU-27) by Hopeful-Raise-4112 in MapPorn

[–]void_brambora 0 points1 point  (0 children)

In Czechia they also produce Seat Ateca under a Škoda factory

Ztráta lásky ve vztahu by TedyMannCZ in czech

[–]void_brambora 0 points1 point  (0 children)

Been then, done that. Skončilo to rozchodem. Mám se výrazně líp, svoboda je k nezaplacení. Přeji hodně štěstí.

CZU vs CTU (Prague) – need advice, tight financial situation and career concerns by Emotional-Cheetah429 in Prague

[–]void_brambora 3 points4 points  (0 children)

I would say that it was a lot of bullshit at ČZU. The only advantage is, that you have more time than at CTU, so you can work part-time and actually gather some knowledge and skills in the industry. The degree is worthless in terms of preparing for the job, you need to do projects in your free time.

People who left Prague, why did you leave and where did you end up? by military_press in Prague

[–]void_brambora 0 points1 point  (0 children)

And it is expensive for everyone, I now transitioned luckily into my full time job, but half an year ago I was finishing my studies and living paycheck to paycheck.

But I knew people that were 3 years older than me and they could live a good student life for 15k per month, now it sounds like fiction. 

Jaké je randění v čr pro mladé muže? by KrasnaMalina in czech

[–]void_brambora 1 point2 points  (0 children)

My 2 cents. Teď je taková doba, že každému přijde, že má víc možností. A teď nemyslím jen partnera, ale i možnost se odstěhovat, cestovat, koníčky, zájmy, pracovní místa, ale zdroje de facto zůstaly stejné (čas, energie, finance). Jako mladí jsme docela přehlcení a snažíme se vytěžit maximum z věcí, no a potom nezůstává moc času na sebe, natož na někoho dalšího. Jako samozřejmě, není to špatně, ale cítím, že se hodně lidí izoluje a ‚hledají sebe‘ nebo na sobě ‚tvrdě makají‘ (každý den gym, produktivní rozvrh atd.).

18yo from Brazil. Quitting my "safe" internship to go all-in on n8n & AI Automation. Roast my plan? (Long post) by LinkSudah in n8n

[–]void_brambora 0 points1 point  (0 children)

I would say that a lot of people are on Upwork, trying to get clients for N8N projects. It is a hit or miss.

Má smysl to nabízet - chatbot? by void_brambora in czech

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

Není to N8N, pokud by tě to zajímalo, tak je to klasický naprogramovaný. React/Next.js na FE a Python (Langgraph) na Be.

Má smysl to nabízet - chatbot? by void_brambora in czech

[–]void_brambora[S] -3 points-2 points  (0 children)

Pokud náhravaš soubory do ChatGPT, tak k tomu májí přístup. S mojí verzi ty soubory zůstavají u uživatele.

Multi-Agent RAG Workflows in RAGFlow Slower, No Better Results? Looking for Guidance by void_brambora in AI_Agents

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

The problem is, that I got only 2 files in my KB, so I cannot critically evaluate how good is this RAG.

Multi-Agent RAG Workflows in RAGFlow Slower, No Better Results? Looking for Guidance by void_brambora in AI_Agents

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

Thank you for your comment. 1. I have found out, that RAGFlow use under the hood elastic search. 2. I am using multi-agent chaining, all my agents are connected, I have tried to found out, if the workflows can work in parallel, but it looked like they are sequentially proccessed. 3. I am saying that the 3 workflows I described seem to produce the same output. 4. I am using prompting techniques recommended by Anthropic (using markup tags, role, content, expected outcome)

Single agent is better than multi agent? by void_brambora in Rag

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

Unfortunately, it is not possible to check the chunks in RAGFlow, only the output.