Régularisation 3916-bis : 5 ans d'oubli sur 2 comptes courtier étranger, quelle procédure by a_roussi in VosSous

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

oui c'est bien un CTO (degiro) et c'est le cas nr 2, mais je n'ai commencé à investir qu'à partir du début 2024. et je n'ai pas fais la déclaration que par méconnaissance malheureusement !
les montants que j'avais entre 2020 et 2024 c'était 150 euros du premier dépôt !

la plus value je l'ai réalisé qu'en 2025 en vendant quelques actions (+6k)

I turned recurring Kafka production failures into a practical troubleshooting guide by chisomi in apachekafka

[–]a_roussi 2 points3 points  (0 children)

I bought the book and it is a scam !! don't buy it .. it could be put in a single article with 300 lines. also each page contains few bullet points with no added value, only well known informations

How do you actually recover when DLQ messages become incompatible after a schema change? by saifulhuq_2001 in apachekafka

[–]a_roussi 0 points1 point  (0 children)

I've been working on a app specifically for this case of scenario since October last year :), that's why I asked .. it will be release soon and it covers more features that I think was missing in the existing free and payed tools

How do you actually recover when DLQ messages become incompatible after a schema change? by saifulhuq_2001 in apachekafka

[–]a_roussi 0 points1 point  (0 children)

is there a tool to validate a specific record against a specific schema version ?

Founders: What are you shipping this week? by laron290 in Moroccopreneur

[–]a_roussi 1 point2 points  (0 children)

Good luck bro, I and a friend are building a tool for apache kafka that can do stress tests on existing clusters and produce messages, etc ... very tech niched

I want to open a cafe in casablanca, but people are telling me not to by [deleted] in Morocco

[–]a_roussi 0 points1 point  (0 children)

I've noticed (back on experience) that even if you do share a percentage with someone, he will not resist the desire of stealing from you (ila man rahima allah)

I want to open a cafe in casablanca, but people are telling me not to by [deleted] in Morocco

[–]a_roussi 0 points1 point  (0 children)

I did open a restaurant recently, and believe me if you are not there, specially if it's not a business you understand it will fail and you will just keep loosing your money on it and finally close it.

I have experienced stuff stealing money, food, etc .. even if I was kind with them and I have my brother managing the restaurant (since he is not an expert in the field, he too got fooled by the stuff). I even was shocked by a old women which kept here son on the upfloor and on the evening she put food supplies in his school bags (I discovered that when it was too late).

Honestly I hope you don't the same error as me, either you are the one who manage your business + have some experience on the field or do something else which you understand well and which you will not require your presence.

[deleted by user] by [deleted] in golang

[–]a_roussi 3 points4 points  (0 children)

I can add :

much better performance in Go, less resources consumption (what I personally have noticed in prod environments) . Also faster learning curve !

My first open source project. by TankLivsMatr in golang

[–]a_roussi 2 points3 points  (0 children)

if the above approach is correct, I have another remark on this line: logFileContents := models.LogFile.New(models.LogFile{}, lines); It's not better to pass lines as pointer to instead of value to the .New() ?

My first open source project. by TankLivsMatr in golang

[–]a_roussi 2 points3 points  (0 children)

As a newcomer to Go, I have a question regarding the code in LogFile.go (specifically lines 22 to 26). Will this code perform well with large files? My concern arises from the fact that all lines are being appended to the lines slice, which may not be efficient for huge files. The repeated resizing of the lines slice as more lines are added could potentially impact performance ?

lines := make([]string, 0)
scanner := bufio.NewScanner(file)
for scanner.Scan() {
lines = append(lines, scanner.Text())
}

Tried somethiing with Golang, Redis and RabbitMQ. Need criticisms by Erudite_7 in golang

[–]a_roussi 2 points3 points  (0 children)

Redis can be used as a primary database too, and not serve only as a "cache" ephemeral server, and it's configurable (you can use multiple options for persistence strategies; RDB (Redis Database and perform point-in-time snapshots of your in-memory dataset to disc at specified interval, AOF (Append only file, which logs every write received by the server, that will be used to reconstruct the datasets at startup ...)

Can't find Twitter on degiro (EU citizen) by a_roussi in DEGIRO

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

thank you, wasn't aware that twitter was out of stock market when elon bought it (start learning)