blog.darkstar.work - a simple url encoder/decoder

 a simple url encoder/decoder
 http://blog.darkstar.work

Labels

Wirtschaft (148) Österreich (119) Pressefreiheit (118) IT (91) code (56) Staatsschulden (37) EZB (27) Pensionssystem (15)

2021-11-28

Your own currency devalues and thou have foreign currency debt. How to solve that?

Consider / suppose you are a bank, an entrepreneur or a state foreign currency loan of the Republic of Turkey!

Turkish lira TRX is currently devaluing against € or US $.


What can you do now?

Well you can of course reduce risk via a forex pair swap.

In case, that you want to hedge the risk (that TRY don`t fall to much against € OR US$),  you bet on falling TRY/€ forex swap pairs in derivate secondary markets or if this doesn`t exist for huge amounts of TRY, than bet on rising up €/TRY US$/TRY for that case. 


What will happen with that hedge?

In case, that TRY looses more value against € or US$, your risk reducing swap works in the opposite direction.

Your losses will be smoothed out straight.


Attention for case if TRY will regain value against € / US$.

If TRY regains  value against € or US$, your foreign currency credit rate, will not become cheaper, because your hedge swap will loose for that case.


What we ignore in that simple example?

We ignore prime rate and credit rate changes, that could be triggered, when FED or ECB increases or decreases prime rates.


Kind regards,

-he

2021-11-12

Politische Korrektheit

Wandel der PCR in der Zeit

Ich formulierte letztens die Hypothese, dass die Steigerung der politischen Korrrektheit(sindikatoren) seit den 1990ern in allen Medien stetig anstieg:

Das betrifft sowohl Qualitätsprintmedien, Internetmedien, Radio und TV Medien.

1., War in den 1980ern im ORF dieses Format noch pointiert und witzig:
so wäre dies heutzutage wohl kaum noch zeitgemäß.

2. Waren FLAMEN, SHITSTORM und Godwins law in früheren Internetdiskussionsmedien, wie FIDO NET Boards, newsgroups (NNTP) noch durchaus üblich,
so wird heute jeder #SHITSTORM in Diskussionsmedien sehr kritisch gesehen.
Heute wird dieser alte CCC Freak Nerd Stl höchstens nur noch von Fefe im deutschsprachigen Raum kommunikationstechnisch benutzt:

3. Waren Seximus, (alt.binaries.pictues.erotica.* alt.amazon.women.admirers ...), LGBT Foren mit noch echten Sexualllen Techniken, politische Inkorrektheit (linux fortune = später message of the day) im Internet durchaus noch präsent, ebenso wie sehr politisch linksgerichtete und auch sehr republikanische Foren), so war der letzte Zeitgeist im standardisieren Mainstream auf eine kalte Art korrekt, ohne Penis, ohne Schusswaffen, ohne Systemkritik, ohne Protest und ohne schwarzem Humor. LGBT dürfen nur noch farbenfrohe Street Paraden veranstalten und müssen jedigliche sexuelle Elemente (LGBT ist im prinzipiell eine reine sexuelle Orientierung) verzichten.

Was ist die Ursache?

1. Scientology, new green left liberal talk.
2. Der Wert niemanden durch Worte, Postings verletzen zu wollen steht über der Meinungsfreiheit.

3. Status eine gewisse Hochsprache lesen und schreiben zu können, die einfache BäuerInnen, ArbeiterInnen, KleiunternehmerInnen und MigrantInnen entweder nicht verstehen oder zumindest nicht sprechen / schreiben können. (Früheres Privileg des Adels).

Einfache Lösungen für sehr komplexe Probleme

1. Persönlichkeitsrechte und das Recht auf Privatsphäre sind grundrechtlich verankert und bei Verstoß oder unbewilligter Freigabe von Inhalte diese Rechte bretreffend, kommt es selten zu einem Streit vor Gericht (besonders bei privaten Einzelpersonen).

2. Alle bestehenden internet medien Formate basieren entweder vollkommener Offenheit, Sichtbarkeit für bestimmte Personen, Unternehmen und Gruppen oder sehr sicheren nur für bestimmte Personen erreichbare gesicherte Kommunikationsräume.
Es gibt derzeit kein Diskussions- oder Internetmedienformat, wo jeder lesen kann, aber nicht sofort jeder kommentieren oder posten kann.
Eine Regel, die es erst lang mitlesenden und bewertenden Teilnehmern erlaubt nach Bewilligung auch schreiben und kommentieren zu dürfen, wäre Vorteilhaft.

2021-11-11

How to install LineageOS on Alcatel1 (5033D)

0. Attention: You can destroy or brick your phone totally, if something went wrong.
Unless you don't exactly know all fundamentals about android adb, fastboot, boot process and slot A/B, please don't do this:

1. install adb and fastboot on your linux or windows system

2. Enable developer options by clicking 5x times on build number in system settings

3. enable USB debugging and unlock OEM in developer options and debugging options after you became a developer

4. follow now the instructions here to unlock your phone:
https://www.techdroidtips.com/unlock-bootloader-alcatel-1/

5. Download LineageOS either from:

5.1 Andy Yan's personal builds, e.g.: LineageOS16 OR

5.2 github phhusson    OR

5.3 My Google Drive (You can find all diskdump images directly here)

6. connect your Alcatel1 to your PC

7. now use "adb devices -l" to see, if android Alcatel1 is present 

7.1 if you use Andy Yan's personal builds or phhusson github, then "adb reboot recovery"
      Wait until recovery mode is ready, then

  • Wipe cache first
  • Wipe data / factory reset next
  • enable adb next
  • load image from adb
  • Under Windows or Linux type "adb sideload lineage-1*.img" 
7.2 if you are using my img files from diskdump folder, you can
  • modify the images by mounting them with 'mount -o loop path2image/file.img /mnt' under linux
  • now you can modify e.g. the loopback mounted system.img for your own purpose.
  • flush, sync and then 'mount -o remount,ro  /mnt
  • look if all modifications are done well and then 'umount  /mnt
  • now use adb shell to reboot to bootloader by "adb reboot bootloader"
  • yet use "fastboot flash system path2image/system.img