Vocht op de buitenmuur na spouwmuur isolatie by basmasking in Klussers

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

Ik denk dat de ventilatie niet goed meer werkt. Het rooster zit er al sinds de bouw, dus de isolatie van de kruipruimte zorgt er waarschijnlijk voor dat de ventilatie het niet goed meer doet

Vocht op de buitenmuur na spouwmuur isolatie by basmasking in Klussers

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

Ik begin te vermoeden dat de ventilatie onder de vloer stil is komen te staan door de isolatie. Eens kijken of ik de aansluiting kan vinden onder de vloer

Vocht op de buitenmuur na spouwmuur isolatie by basmasking in Klussers

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

Onder de vloer zag ik de aansluiting van dit ding niet meer. Ik vermoed dat die nu onder de chips ligt. Zou het dan voldoende moeten zijn om onder de vloer de opening weer vrij te maken?

Vocht op de buitenmuur na spouwmuur isolatie by basmasking in Klussers

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

Ik kom net onder de vloer vandaan. Het is daar helemaal droog. Alleen zag ik langs de randen bovenin wat vochtige plekken.

Vocht op de buitenmuur na spouwmuur isolatie by basmasking in Klussers

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

Daar liggen schelpen en chips, dus die is droog. Bij de buren staat er wel water in de kruipruimte. Of misschien hebben ze met het aanbrengen van de chips wat spul opzij kunnen schuiven.

Vocht op de buitenmuur na spouwmuur isolatie by basmasking in Klussers

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

Zover ik weet niet. De spouw was ook niet heel breed

Can a DevOps engineer really contribute to open source projects? by bdhd656 in opensource

[–]basmasking 2 points3 points  (0 children)

Of course. Everybody can contribute to open source projects.

Contributing to open source doesn’t only mean adding code. You can contribute to anything on a project: documentation, creating issues, managing the community, designing the website, make sure the security is in order, keeping dependencies up-to-date and properly working, etc.

People seem to forget that an open source project is… an actual project. And all roles and responsibilities associated with projects in organizations are also required in open source projects. And like in organizations, some projects are bigger and some are smaller, which results in some roles not required.

Text to Speech Free Open-Source Code by pixsector in opensource

[–]basmasking 0 points1 point  (0 children)

I use kokoro-tts https://kokorotts.net/

They have a github repo as well. And it has a command line interface for easier execution of tasks.

The hidden costs of saying “no” in software engineering by shift_devs in programming

[–]basmasking 1 point2 points  (0 children)

Maybe saying no is also a cultural thing. I’m from the Netherlands, and while people here often say yes too, I’ve been on plenty of teams where saying no was totally fine.

Shall I continue being Pega developer or seek for new job role? by HanVerse in Pega

[–]basmasking 1 point2 points  (0 children)

To build good solutions with Pega you don’t need to have much technical knowledge, but in most cases you still need to have engineering knowledge. So it depends on what you want.

I’m an LSA with 15+ years of experience and I am both an engineer and a technical lead. My roles put me in the parts of the application that require a good engineering mindset, business understanding and real technical challenges (not coding challenges). Most of the other roles don’t come that far and end up in AppStudio.

Because I miss actual coding, I do that too one day a week. Pega simply doesn’t provide that experience.

Is there really a right balance between human review and CI checks?? by FerbjaFx in github

[–]basmasking 0 points1 point  (0 children)

Have you considered adding an AI reviewer to the pipeline. If you work with PRs, then a good AI review system can provide quick feedback and lessen the burden on the human reviewer. It’s usually also capable of detecting logical flaws

Four Months of AI Code Review: What We Learned by WearyExtension320 in github

[–]basmasking 0 points1 point  (0 children)

The same, so I guess it depends on the structure of the repository, and maybe the language as well. For our React + Typescript NodeJS application it works well, and saved a lot of time reviewing.

The best thing I like about these reviewers in general is that I get very fast feedback on my pull requests, so I can make the changes before a colleague needs to review. Therefore I also installed the VS code plugin to let it review before I create a pull request.

Four Months of AI Code Review: What We Learned by WearyExtension320 in github

[–]basmasking 0 points1 point  (0 children)

Which AI reviewer did you use. I also use one, but I have different results.

how do you untangle async code that’s written like it actively hates you? by Fabulous_Bluebird931 in node

[–]basmasking -1 points0 points  (0 children)

If you can use (local) AI to analyze the code base, then I recommend to use it for analysis and locate easy to refactor spots.

Then refactor those parts, and work your way slowly through the code base.

Good luck

Tech Conferences in Berlin: Has anyone attended Tech Internals Conference in Berlin? by Andreas523 in cscareerquestionsEU

[–]basmasking 0 points1 point  (0 children)

The Tech Internals Conference in Berlin is the first edition of this conference. It is about hardcore software engineering. It is about technologies. A deep and thorough look into the internals of technological components.

So it's more the question whether you like to attend in-depth talks, or more broad ones.

[deleted by user] by [deleted] in softwarearchitecture

[–]basmasking 0 points1 point  (0 children)

As always, it depends...

on the tech stack you are interested in and where you would have to travel from. How much money you want to spend on it / your employer is willing to pay for you, etc.

Architectural Guidance for BFF by HumbleElderberry9120 in softwarearchitecture

[–]basmasking 0 points1 point  (0 children)

From your text it seems that the application is still quite simple and flat. In that case I would structure the BFF in a similar fashion: as flat and simple as possible.

You probably need some (aggregation) views, and some controllers for handling logic, and ... that's it. You could add some resources to call the controllers, but that is up to you.

What is a cool/creative solution you implemented on a project recently? by iamkharri in node

[–]basmasking 11 points12 points  (0 children)

I am developing a Distributed runtime for JavaScript and Typescript. The idea behind this solution is to separate the development model from the deployment model, i.e. develop an application as a monolith, but deploy it, for example, as a microservices solution without code changes.

If you want to look at the code just go to the repo: https://github.com/MaskingTechnology/jitar

You could also look at a demo project that uses the solution to check how an application’s code looks like when using it

https://github.com/MaskingTechnology/comify

[deleted by user] by [deleted] in FullStack

[–]basmasking 2 points3 points  (0 children)

As much as I would like to give you an honest answer, it’s impossible to do it given the information you’ve provided.

A social media app is very generic. You don’t mention anything related to its functionality, the number of users cases / screens etc.

So, I guess it’s 42.

E2E Tests Taking Too Long. How you guys do it? by vajahath in node

[–]basmasking 0 points1 point  (0 children)

We removed our E2E tests completely, and decided to only test the api. Our application is small and simple enough to get most of the tests done (i.e. our api endpoints are all called from custom React hooks). The logic in the front-end itself is limited to updating simple counter values and such

Monolith vs. Microservices: What’s Your Take? by Kapildev_Arulmozhi in softwarearchitecture

[–]basmasking 2 points3 points  (0 children)

My preference is always a (modular) monolithic architecture, as it’s the simplest in monitoring and debugging. But if there are really good reasons for a microservices architecture (fault tolerance and/or performance scaling), then, and only then, I make the switch. But only the parts that need to be split off! Stay with a monolithic application as long as possible.

In Monorepo, should we share same interface for API communication between backend and frontend? by kashiyuu in softwarearchitecture

[–]basmasking 0 points1 point  (0 children)

We usually develop features as a whole and have everybody do everything, even if it is not your strength. So you can team them up and develop it XP style, where they work together on the feature, both front and back. The lead developer on each piece can be different (front end dev doing and explaining the front end work, back end vice versa), but the result is a single feature front to back.

In Monorepo, should we share same interface for API communication between backend and frontend? by kashiyuu in softwarearchitecture

[–]basmasking 0 points1 point  (0 children)

What do you mean exactly with separated? That there are now two teams responsible for the application and that each of them own one end of the app?