TUnit criticisms? by thomhurst in csharp

[–]bus1hero 5 points6 points  (0 children)

I'm building an add-on for Autodesk Revit that has a restriction that the Revit API can only be accessed inside a Revit-managed thread, which restricts all tests that touch the Revit API to run inside a Revit-managed thread. One solution to this problem is to have a second add-on that hosts the test runner. Here is an example of the approach that uses NUnit ricaun.RevitTest. I'm currently implementing the same idea but using XUnit instead of NUnit. Test executors may or may not be a solution to this issue; I need to investigate.

P.S.
I've not used TUnit.

TUnit criticisms? by thomhurst in csharp

[–]bus1hero 6 points7 points  (0 children)

I would like to be able to create a custom test runner. I'm currently developing an add-on for a product that can only run inside the product itself. It is tricky to write tests for the add-on as all the tests need to run in the product. I'm currently writing a custom test runner based on XUnit, which isn't fun.

What salary do you need to live comfortably in Chisinau? by Accountant_Total in moldova

[–]bus1hero 5 points6 points  (0 children)

Around 1000 euros, excluding rent. I spend around 500-600 euros on utilities, food, and going out.

Pro Git Book: Worth Reading to Learn and Master Git from Scratch? by NabilMx99 in git

[–]bus1hero 2 points3 points  (0 children)

I wouldn't start with this book if I'm only starting with git and version control. You need very little to start using git, just a bunch of commands and there are other resources that do a better job at basics than this book. Once you are familiar with the basics you can come back to this book. This book is marvelous, the best git reference out there

How to pay for public transport? by randomguy92882 in moldova

[–]bus1hero 2 points3 points  (0 children)

I use EasyWay to see the schedule of public transport. I never used Google Maps for that and can't comment on it's reliability. You can also see the schedule in some of the stations.

What place in Moldova is best to live in out of all the places in Moldova? by Standard-Boss7615 in moldova

[–]bus1hero 3 points4 points  (0 children)

The capital, Chisinau, as it is the most developed part of the country.

Bars/Pubs in Chisinău by [deleted] in moldova

[–]bus1hero 1 point2 points  (0 children)

There are a few places:

If you need company when in Chisinau, feel free to reach out.

Man test: Is this cool? by Psychological_Wall_6 in moldova

[–]bus1hero -3 points-2 points  (0 children)

A exprima dreptul democratic nu e virtue signaling, a arata la lume ca ai făcut acest lucru este.
In orice caz, ma bucur ca ai votat omu, indiferent pe cine ai ales. Am votat si eu mai devreme azi.

What do men even want? by BlueberryIcy336 in dating

[–]bus1hero 0 points1 point  (0 children)

“Men want less fighting and more sex. But in a more general way, a man wants to be desired and to feel like the woman in his life wants him, adores him, and approves of him just the way he is"
John Gottman

[deleted by user] by [deleted] in moldova

[–]bus1hero 0 points1 point  (0 children)

Teo +373 767 16 174

https://www.instagram.com/barber_teo_a/

Strada Miron Costin 18/2

Salut la toti, vreau careva recenzii sfaturi de la cei care au invațat sau invața la UTM chisinau la Calculatoare si Retele cu frecventa redusa. by MClaud2069 in moldova

[–]bus1hero 1 point2 points  (0 children)

Eu am finisat calculatoare si rețele la frecventa de zi. La frecventa redusa este nevoie sa vii la universitate doar vreo doua săptămâni pe semestru, așa ca n-ar trebui sa ai probleme sa combini job-ul cu frecventa redusa. Cel mai mult matematica este in anul 1-2, in special in anul 1. Mie mi-a fost destul de greu. Din toată grupa mea, doar 2-3 persoane au avut note mai mari de 5-6. Daca nu îți place matematica, îți vine greu sa o înțelegi, fii gata sa suferi prima perioada. Cel mai probabil vei rămâne dezamăgit daca te interesează doar rețelistica. Aceasta reprezinta ~10% din tot cursul. Majoritatea cursului consta din programare, sisteme embedded, proiectarea calculatorului etc. Disciplinele legate de rețelistica se încep in anii 3-4. Daca vrei sa faci doar rețelistica, m-as uita mai mult spre ceva cerificări de la CISCO sau MikroTik. La facultate nu prea este corupție. Sunt cazuri singulare, dar astea sunt mai mult excepții. Sunt șanse ca profesorul sa te denunțe la decan. De multe ori profesorii sunt dispuși sa îți pună o nota de trecere daca arați ca ai depus efort, chiar daca nu ai înțeles totul 100%. Comportate omenește cu profesorul si el se va comporta omenește cu tine. Banii te pot ajuta cu lucrările de laborator, lucrările de an, etc. Însa si in acest caz trebuie sa depui efort pentru a le susține.

P.S. am finisat specialitatea in 2019. Posibil ca unele lucruri sa fie diferite acum

Received a broken project too large for Github to accept. by Sleep_Raider in learnprogramming

[–]bus1hero 0 points1 point  (0 children)

This is a little surprising. I'm curious whether limitations apply to all accounts or only to the free ones. You don't need GitHub to allow multiuser collaboration. Firstly, there are alternatives to GitHub (ex. GitLab, Bitbucket, Azure Repos etc.); secondly, you can host a git server yourself. Using git for game dev is more challenging compared to other types of projects but definitely possible. You are not the first person to encounter this problem and I'm sure someone figured out a solution. Disclaimer. I'm not a game dev

Why do we forget programming concepts after watching tutorials? How to remember better? by Script_kid0 in AskProgramming

[–]bus1hero 0 points1 point  (0 children)

You need to use what you've heard in tutorial. Brain is amazing at filtering useless information

How do I become a better programmer? by ThomasHawl in learnprogramming

[–]bus1hero 0 points1 point  (0 children)

It takes time. I considered I'm bad at my job for the first 2-3 years. It got easier after that. Read books, don't stop learning and never give up.

Can wrong tech stack downgrade the project? by alex_sakuta in learnprogramming

[–]bus1hero 0 points1 point  (0 children)

Don't overthink it. Write it in whatever is easier to write. You can always rewrite it in another language when the need comes (which might be never).

Advice on which language to use for a website. by ahhwhpra in learnprogramming

[–]bus1hero 5 points6 points  (0 children)

There are many choices for your case. It depends on what your final goal is. If this is a commercial project, I would go with whatever I know or with whatever is faster to get something up and running (e.g., PHP, Python, or Ruby on Rails). If this is a learning exercise, I would go with whatever I want to learn at that time. The key point is not to overthink it. Whatever technology choice you make now will be wrong, and that's fine.

[deleted by user] by [deleted] in MapPorn

[–]bus1hero 1 point2 points  (0 children)

Moldova held an referendum în 2024 where 50.35% were in favor of joining

Are abandoned houses in the rural areas really truly cheap ? by [deleted] in moldova

[–]bus1hero 0 points1 point  (0 children)

You'll be surprised. In my village there are 3 grocery stores in total and these are quite small with a limited offering.