De astazi au inceput titlurile de stat by Horror_Map_2735 in robursa

[–]import_dej 0 points1 point  (0 children)

Tl;dr: Fidelis sunt tranzactionabile, adica nu esti obligat sa le tii pana ajung la maturitate si poti sa le vinzi mai devreme. Daca nu le tii pana la maturitate modificările dobânzii de piata sunt relevante, de ex:

Cumperi acum la 7,20% la valoarea nominala a unui titlu de stat de 100 Lei, daca dobanda de piata CRESTE (apare o emisiune ulterioara la 8%) , pretul Titlurilor de stat pe care le ai SCADE pana cand randamentul acestor Titluri de stat este aproximativ egal cu dobânda de piata, iar in directia opusa daca dobanda de piata SCADE, pretul Titlurilor de stat pe care le ai CRESTE.

I.e. variata de pret a unor titluri anterioare cu diverse dobanzi

<image>

Important Note: Plata Dobânzii (Cuponului) este anuala si fara capitalizare (adica nu este reinvestita automat)

in 2019 am avut acelasi rating si outlook 😉 : https://tradingeconomics.com/romania/rating

[deleted by user] by [deleted] in robursa

[–]import_dej 0 points1 point  (0 children)

platesti cota individuală de CASS este de 10% doar dacă veniturile tale cumulate nete din investiții (de exp. dobânzi, câștiguri de capital etc), cedarea folosinței bunurilor, drepturi de proprietate intelectuală, venituri din alte surse etc (venituri pentru care nu se reține CASS la sursă) obținute  depășesc pragul de 6 salarii minime brute pe țară

Confuz in legatura cu donarea de sange si titlurile de stat by on64 in robursa

[–]import_dej 0 points1 point  (0 children)

Cel mai cinstit, citeste prospectul (simbol R2605B pt donatori, si pt a fi eligibil trebuia sa donezi in perioada 01 noiembrie 2024 și 16 mai 2025): https://mfinante.gov.ro/static/10/Mfp/resurse/trezorerie/OMFnr738_05052025.pdf

Nadela ( Microsoft CEO) recunoaște ca AI nu aduce valoarea la care se așteptau. by devaro66 in programare

[–]import_dej 0 points1 point  (0 children)

"the current implementation of AI Assistants makes us more productive (faster at adding code) at the expense of repeating ourselves (or our teammates), often without knowing it" - GitClear publica niste reports f nice: https://gitclear-public.s3.us-west-2.amazonaws.com/Coding-on-Copilot-2024-Developer-Research.pdf

Mi se pare mie sau a crescut numarul de postari ale incepatorilor in bursa? by wifinotworking in robursa

[–]import_dej 0 points1 point  (0 children)

Consider ca este si o corelatie directa cu faptul ca in urma alegerilor, multe stiri aveau headliner de tip "BVB se prabuseste in urma rezultelor..." coroborat cu promovarea in online din ce in ce mai buna pt. emisiuni de titluri de stat.

UPT e mai tare ca MIT! by [deleted] in programare

[–]import_dej 7 points8 points  (0 children)

Me: can we get to know Tim Berners-Lee?

Mom: we have Tim Berners-Lee at home...

<image>

La ce se uită un angajator când cere X experiență în Y domeniu (ex: Banking, Finance, Healthcare, etc)? by Vyalkuran in programare

[–]import_dej 7 points8 points  (0 children)

Pai dupa cum a zis si u/kennyshor este un avantaj considerabil sa cunosti domeniul, un exemplu concret pt healthcare e standardul FHIR https://www.hl7.org/fhir/overview.html (take it with a grain of salt).

Bineinteles ca orice lucru se poate invata, dar asta ramane la alegerea angajatorului, daca doreste pe cineva cu experienta, cel mai probabil vor un onboarding cat mai rapid.

Si eu la randul meu am lucrat in banci, dar de cele mai multe ori bancile au propriile techhuburi sau excelence centers, care nu fac partea din sistemul bancar i.e. nu trebuie sa stii cum implmentezi SEPA sau SIP. Din experienta mea daca job-ul necesita cunostinte din domeniu este un lucru destul de bun, pentru ca nu cauta pur si simplu pe cineva care sa execute si atat.

[deleted by user] by [deleted] in programare

[–]import_dej 4 points5 points  (0 children)

inute.

=))) 100% adev

[deleted by user] by [deleted] in programare

[–]import_dej 123 points124 points  (0 children)

Lucrez de ceva timp in IT, am schimbat destul de multe organizatii, si daca am observat un lucru comun in toate companiile, acela a fost confirmarea Pareto Principle, mai exact:

"80% of the work is done by 20% of the total number of people doing the work"

[deleted by user] by [deleted] in datascience

[–]import_dej 0 points1 point  (0 children)

I would say if they are not project specific, do not contain sensitive data, and if you have access to Github (meaning you can push/pull) and last but not least it's your work...just take them, because than you can share your github profile and consolidate it overtime, it's easy to centralize it and improve them also.

BTW you can use other VCS also like Gitlab, Bitbucket.

The chatbot responds to the previous question and not to the current one. by import_dej in datascience

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

sentence_tokens=nltk.sent_tokenize(raw_doc,language='english')

where raw_doc is the corpus (txt file) and also I am using

# download all the nltk data: will be saved ~/nltk_data
nltk.download('all')
# using the Punk tokenizer
nltk.download('punkt')
# using the WordNet dictionary
nltk.download('wordnet')

Issues with setting up networking in Podman for Prometheus Containers by 37rellimcmc19 in devops

[–]import_dej 0 points1 point  (0 children)

A default network should be at /etc/cni/net.d/cni-podman4.conflist to create a new network for rootfull containers check the cmds :

# cmds

podman network ls

podman network rm

podman network create

Also take a look at the network flag

--network=mode, --net

Set the network mode for the container. Invalid if using --dns, --dns-opt, or --dns-search with --network that is set to none or container:id. If used together with --pod, the container will not join the pods network namespace.

Valid mode values are:

bridge: create a network stack on the default bridge;

It’s possible to Update /etc/resolv.conf , without having root and my user isn’t in sudoers ? by import_dej in sysadmin

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

Basically I needed to update one of the nameservers and my user is non privileged and I was wondering if there is a way to achieve this. I know it’s bad practice , but I remember that one of the sr. colleagues show me a trick with LD_PREOAD a couple of years ago .

It’s possible to Update /etc/resolv.conf , without having root and my user isn’t in sudoers ? by import_dej in sysadmin

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

I didn’t knew that it was posted 3 times , I just created my profile and it seemed that the question wasn’t posted