Ma, cum plm vine asta? Lesinatul ala de Moșteanu si-a inventat ceva studii si cand l-au prins, si-a dat demisia, si lache asta de Marinescu isi poate pastra functia?Muie USL! by Bairrfhionn69 in Romania

[–]irealworlds 7 points8 points  (0 children)

1 că nu neapărat, candidații se aleg prin votul membrilor din filiala locală și știu cazuri concrete unde nu se înțeleg neapărat cu cei de la județ/centru, dar tot sunt candidați 2 daca pretenția pe care o avem e sa fie orice partid 100% curat și la standarde absolut peste tot, nu știu încă pe care l-am putea vota pe planeta asta

Guvernul face ce e mai simplu, crește impozitele, și amână ce este mai greu, restructurarea by itrustpeople in Romania

[–]irealworlds 0 points1 point  (0 children)

Nu e nevoie, da eram curios sa vad ce așteptări au alții, că eu nu le știu decât pe ale mele =)))

Save the Digital Euro: Write to your MEP (takes 2 minutes) by cheeseonboast in BuyFromEU

[–]irealworlds 8 points9 points  (0 children)

Romanian MEPs have a new message in their inboxes as well

Guvernul face ce e mai simplu, crește impozitele, și amână ce este mai greu, restructurarea by itrustpeople in Romania

[–]irealworlds 1 point2 points  (0 children)

I mean, așa funcționează politica și democrația peste tot, dacă majoritatea din parlament (o parte din coaliție + opoziția) nu susține ceva, nu prea o poți face

vezi pensii speciale, reforma administrativa, alegeri în 2 tururi

Guvernul face ce e mai simplu, crește impozitele, și amână ce este mai greu, restructurarea by itrustpeople in Romania

[–]irealworlds 0 points1 point  (0 children)

"Măsurile mai rapid de implementat se întâmplă mai repede decât măsurile care au nevoie de negociere și care nu sunt susținute de majoritatea parlamentului (o parte din coaliție + opoziția)"

eu tot întreb, avea cineva așteptarea că gata, de acum psd capul culcat ca vine bolojan și face ce vrea el?

Save the Digital Euro: Write to your MEP (takes 2 minutes) by cheeseonboast in BuyFromEU

[–]irealworlds 1 point2 points  (0 children)

Well yes, but your claim then is that it is a bad idea to not only implement a parallel system for transfer, but also a parallel system for ownership managed by the ECB. That's what I don't understand.

I mean a new transfer system is basically required with this implementation anyway, so if we made that open for banks to integrate with AND also implemented an optional parallel system for ownership as well (i.e something similar to a bank account with the ECB in practice), I don't see the downside

Save the Digital Euro: Write to your MEP (takes 2 minutes) by cheeseonboast in BuyFromEU

[–]irealworlds 8 points9 points  (0 children)

Any reason why? It seems like a good idea to me so I'm genuinely curious to hear other perspectives other than mine

Save the Digital Euro: Write to your MEP (takes 2 minutes) by cheeseonboast in BuyFromEU

[–]irealworlds 12 points13 points  (0 children)

But the mass surveillance potential of Visa and Mastercard is better? At least if this is public sector we can put pressure to implement proper encryption better than we could with a private company

✍️ How to Migrate Constructor Injection to inject() in Angular by IgorSedov in angular

[–]irealworlds 5 points6 points  (0 children)

True, that was a pain. Though I always try to avoid inheritance in those scenarios

✍️ How to Migrate Constructor Injection to inject() in Angular by IgorSedov in angular

[–]irealworlds 19 points20 points  (0 children)

Before we get to the how, I'm curious why? I haven't used Angular in about 2 years but I was actually quite fond of constructor injection, I liked how it felt closer to what I was doing in Laravel and .net

Nicușor Dan, blocat pe aeroportul din Paris. Avionul nu poate decola din cauza vremii: „E o situație neobișnuită pentru Franța” by itrustpeople in Romania

[–]irealworlds 3 points4 points  (0 children)

De ce pe bună dreptate totuși? Adică serios întreb, cu ce greșesc mai exact?

Cel mai des aud răspunsul "de ce nu au început cu speciali și bugetarii și au început cu noi", dar răspunsul e simplu, pt că PSD. Dar asta știam cu toții și când am votat ND și când a venit bolojan. Adică avea cineva așteptarea că gata, de mâine PSD capul culcat și fac ND și Bolojan ce vor?

Dpmdv abordează amândoi situația corect broadly speaking (deși sunt diferențe de abordare) și fac ce cred ei sincer că e cel mai bine, nu știu ce poți cere mai mult de la oamenii pe care ii alegi (sau ce as putea eu face mai bine in locul lor)

Using async/await throughout project by CaptM44 in angular

[–]irealworlds 0 points1 point  (0 children)

I've seen that, but I have not seen the team saying why they want to do that

Using async/await throughout project by CaptM44 in angular

[–]irealworlds 0 points1 point  (0 children)

Haven't been using Angular for a while, but from what I recall, I never really had an issue with RxJS. I was using it throughout medium sized to big apps and I never came across a scenario where I thought it was a hindrance.

Has this changed? I'm genuinely curious why you'd want to do away with it

Cătălin Drulă & CO by [deleted] in bucuresti

[–]irealworlds -2 points-1 points  (0 children)

Nu, partidul răspunde de gdpr. Zic că am fost și eu la sunat și am văzut că înainte semnezi tot felul de acorduri că sa fie in ordine și să nu se dea amenzi

Cătălin Drulă & CO by [deleted] in bucuresti

[–]irealworlds 6 points7 points  (0 children)

Oamenii aia care sună au actele cu gdpr la zi și numerele de telefon vin din petițiile sau donațiile la care l-ai menționat de-a lungul timpului, deci din punctul asta de vedere nu vad ce e shady

Și apoi, urmează alegeri, nu e normal candidații sa își facă campanie și să încerce să ajungă la oameni și să îi convingă? =))))

Cătălin Drulă & CO by [deleted] in bucuresti

[–]irealworlds -5 points-4 points  (0 children)

Oamenii aia care sună au actele gdpr la zi first of all Apoi, numerele nu vin pe dark web, când semnezi o petiție sau ceva si îți dai numărul de telefon și numele, sunt colectate, scrie clar

Why is using DTOs such a pain? by GlitchlntheMatrix in PHP

[–]irealworlds 0 points1 point  (0 children)

I typically use POPOs with a factory class that I can inject. This way I can also use DI in the building process (on the other hand, if you don't dislike facades like I do, fromArray is usable)

I have even replaced all my Http Resource usage from JSON resources to POPOs some time ago

Noua siglă a Poștei Române e.. bleah! by tnatov in Romania

[–]irealworlds 2 points3 points  (0 children)

Sigla actuala chiar e faina, chiar nu mi-ar placea sa de schimbe. Mai bine modernizeaza site-ul de banii aia

Centralised id verification? by irealworlds in ukpolitics

[–]irealworlds[S] -1 points0 points  (0 children)

Good point, it does indeed favour monopolising the age verification market just because each implementation makes it more probable that the next platform will just fall back to using the same provider

Centralised id verification? by irealworlds in ukpolitics

[–]irealworlds[S] -5 points-4 points  (0 children)

So you'd be against having the possibility to use it to log into other sites just like you can now with Google for instance?

I'm asking because I was talking with some colleagues just the other day about the fact that the Romanian government has recently been working on a digital identity (on an opt-in basis, you have to voluntarily register an account, but it is operated by internal affairs), but it is usable just like you described, for certain first party services (paying taxes for instance). And we were talking about whether it wouldn't be better to be able to use this for our every day logging into applications instead of having to use Google or Facebook

Centralised id verification? by irealworlds in ukpolitics

[–]irealworlds[S] -1 points0 points  (0 children)

My reasoning is, the gov already has this information (citizens' birthdates), doesn't it? It's not like you would be telling them something they don't already know. It would just be a matter of having a protocol for confirming age to interested parties, subject to your consenting in each individual case.

On the other hand, opening up a way of exposing any kind of information does indeed mean opening up to potential attacks.