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

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

Labels

Wirtschaft (150) Pressefreiheit (125) Österreich (120) IT (96) code (61) Staatsschulden (37) EZB (27) Pensionssystem (16)
Posts mit dem Label Wirtschaft werden angezeigt. Alle Posts anzeigen
Posts mit dem Label Wirtschaft werden angezeigt. Alle Posts anzeigen

2021-03-31

Semantic web lost in history / herstory around 2010, how to reactivate it & a short contract use case

Current hypes, trends and pushed business models at 2020

Let's take a short look at the current hypes, trends and pushed business models for companies:

  1. IOT (Internet of things), Industry 4.0
    Machines, units, etc. know and probably send their own status at manufacturer, service center, at home or somewhere else over the rainbow (in case of  ugly DNS injection, warped rouing tables [OSPF, BGP] ot men in the middle [squid bump, bluecoat, ...]).
    Those units normally,communicate when they need maintenance, when components soon needs to be replaced, when physical, technical or environmental critical limit reached, when subsystems fail or completley shut down, when the user when the customer operates it improperly or negligently, simply report in intervals that they are alive and everything's OK, , etc

    We can find a lot of use cases for many useful applications here, added value / surplus is often small but still useful! Problems with security, flood of data, extracting relevant events and, above all, reacting to the corresponding message are the challenges here.

  2. Cloud
    I like the cloud, but sometimes cloud feels cloudy, cloudier, obscure dust and smog over keywords and hypes and real hard technical features that generate great customer surplius and real cash or quality of business benefits.

    What are the most common problems, pitfalls and misunderstandigs with any cloud?

    • Lack of specific customer requirements and inaccurate, exact technical specifications from the cloud provider.

      Practical example (what I really need and I'm thinking about right now):
      I need to implement a state service, that saves current game status of small multiplatform games (e.g. card game schnapsenarchon clone, SUPU) in the cloud. If I play on my  android tablet or smartphone, the current state and course of the game will be transfered to a cloud servie, persisted in a cloud storage or database and if I continue playing on Windows desktop, the last state of the game is automatically fetched from the cloud and the game application sets that game state and transferred back to cloud after the next move.

      For my purposes the cheapest way will be sufficient:
      A simple Amazon Linux 2 AMI (HVM), SSD Volume, Type t2.nano, t2.micro or t2.nano with a simple SQL-Database (no matter if hackish install at virtual imaage or the smallest Amazon DB instance) with somekind of open source PHP Swagger API, like https://github.com/andresharpe/quick-api

      With similar requirements, some developers and most managers are probably unsure whether to use Amazon ElasticCache or some kind of Session State Server ported to Azure SQL  or entirely another not well known cloud service.

      Even fewer people (including myself) know what the exact technical limits of the individual services are, e.g. the exact performance and scalable elasticity of Anazon Elastic Cache and when scalability of Amazon Elastic Cache is completely irrelevant, since the network traffic and the network data volume will always be the bottle neck in that specific scenario.

    • Nice advertising slogan, but poor performance and poorly configurable options from drive and storage providers, no standard network mount (like SMB or NFS), but a lot of cloudy magic.
      When I look at the beautiful Google Drive and Microsoft One Drive, I immediately see that this is not a classic network file system mount under my point of understanding.
      Reading and writing large blocks or deep recursively nested directory trees is extremely slow.
      I also didn't find an option to have an incremental version history backup created after every change (Create, Delete, Change) to the Cloud Drive or at least simply midnight-generated backups for the last 3 months at low cost.
      Options like synchronizing parts of the Cloud Drive locally create horror nightmares.
      In 1997 we booted an NFS from the USA via Etherboot with real-time DOS and debugged faster Doom Clones and other 3D games in C ++ with some ASM routines and the network performance didn't fail.

    • Difficulty finding the most suitable service in Cloud Djungel. Real technical comparisons between the hard facts and the possibilities of the individual cloud services have so far mainly published by free bloggers, e.g. AWS Lambda vs Azure Service Fabric
      Decisions are more based on creeds (we have a lot of .NET developers, so we'll use Azure, I mah strong Amazon-like power women and Linux, so I'll use Amazon).



Lets go back to RDF in the years 2010 - 2015 

You probably know what semantic web, owl, rdf, machine readable & understandable data are, right?

If not, then here is a little bit of reading:
https://www.w3.org/TR/rdf-mt/
https://www.w3.org/TR/2010/WD-rdb2rdf-ucr-20100608/
https://en.wikipedia.org/wiki/RDF_Schema

What does 'going back in time' mean in a large scope and broader sense?

Before all the new trends, there was an attempt to realize semantic web, e.g. RDF as an XML extension with semantic machine-understandable properties.

When we as human beeings read a website or analyze BIG data, we automatically recognize the context, perhaps the meaning and probably the significance of this data.

Machines can't do that, they didn't have a semantic understanding until now.

Information theory distinguishes between 3 levels of information:

  1. Syntax level (compiler construction, scanner, parser, automata & formal languages, extended grammar, e.g. https://en.wikipedia.org/wiki/Context-free_grammar
  2. Semantic level (meaningful reading by people, putting things into context, understanding contexts).
  3. Pragmatic level (goal-oriented action based on information by recognizing the meaning at the level of semantics).

I assume / postulate:

=> If computer programs reach 2. semantic level => then we are a big step closer to AI realization.


Why computer programs can't already implement semantic understandig? 

Theoretically and also practically in terms of technical frameworks, computer programs are already able to understand semantically data.

The concrete problem is here, that too little data are provided in a semantically machine-readable form and a standardized (META-)language.

Example: Regardless of whether Statistics Austria, Open Data GV or ECB, etc, certainly provide very good statistics, but none of them provide semantic machine-readable data.

Somebody has to make here a  larger startup, to transform already provided common and needed statistics public data in semantically machine-readable form.


What does that actually bring in return of short time invest?

Not so much immediately!

What could be the fruits in mid-term or in the long tail?

A lot, because when more and more public open data are availible in a semantic machine readable language, programs can also bring some of them in association and we'll be able to implement meta relational AI rules then.

Use case contracts

Semantic programs doesn't only mean mass data fetching and putting them into relation. 
Semantic programming could also in principle support any very formal business process, e.g. contract management for

  • employment contracts
  • supply contracts
  • service provider contracts
  • insurance contracts
  • bank contracts 
  • and all the contracts that people sign with just one click on a checkbox (which they usually do not know that this is a legal contract consent).


All clear and understandable so far?

I got this idea when I was looking and inspecting the adopted amendment to the laws and newly passed laws by the democratic republic of Austria and I wanted some semantic automated statistics for some use cases. 

For details look at post https://www.facebook.com/heinrich.elsigan.9/posts/156458906318533
or read the post copy below:

2021-02-27

Schlafstörungen, nächtliche Recherche und IBM Security

Aufgrund nächtlicher Schlafstörungen recherierte ich ein wenig, denn für ein komplett neues android system image kompilieren, war ich trotzdem viel zu müde.

Dabei fand ich diese netten IBM Security Produkte und noch ein par andere Dinge:


IBM's still alive


IBM Security Trusteer Mobile SDK

Hier gibts so ein trusted mobile device (andoid, iphone, tablet) SDK (Software Development Kit), das Kompromittierungen (root, hacked, jail-breaked, untergeschobene root-CAs um SSL aufzubrechen und evtl. Staatstrojaner und ähnliches erkennt). Jedenfalls sollten Entwickler damit sicherere verteilte Anwendungen für Cloud u.s.w. hochverfügbar implemetieren können:

https://www.ibm.com/products/trusteer-mobile-sdk

Mobile device management (MDM) solutions

Das hier ist auch so eine mobile security Geschichte, die mobile Geräte Sicherheit der Mitarbeiter garantieren will. Also so kein "Nachhause-Telefonieren" durch irgendwelche untergejubelten Drittanbieter Apps, klassische End-2-EndPoint Secuirty, u.s.w.

https://www.ibm.com/security/mobile/mobile-device-management

IBM Security Products (case study fraud detection)

Dann zeigt IBM weiter noch, dass es auch eine standardisierte Fraud detection (wahrscheinlich generisch erweiterbar) kann! Ich schätze diese Fraud Detection Engine geht wahrscheinlich über Insolvenzregister, KSV, Casinosperre, Standardbonitätabfragen und dubiose exotische Prepaid oder sontige WireCreditCards hinaus und lernt kontinuierlich (à la Virenscanner):

https://www.ibm.com/security/products

nomachine.com

Zu guter letzt fand ich noch einen sicheren Terminal-Server (diesmal nicht IBM, den sich auch mal wer ansehen könnte):

https://www.nomachine.com/product&p=NoMachine%20Enterprise%20Terminal%20Server




Gehe jetzt wieder ins Bett, gute Nacht / guten Morgen.


2021-02-10

Warum ich der Welt grundlegend misstraue?

Die Zeitung "Die Welt" schrieb: "Ein Forschungsteam hat sich den Erfolg der deutschen Kapitalanlage im Ausland gründlich angeschaut. Dabei hat sich gezeigt, dass die Deutschen bei ihrer internationalen Geldanlage ähnlich erfolglos sind wie bei der Anlage ihrer Ersparnisse." "Andere Länder sind mit der Anlage ihres Auslandsvermögens deutlich erfolgreicher. Seit 1975 liegt die jährliche Rendite deutscher Anlagen im Ausland um fünf Prozentpunkte unter den Erträgen, die die USA erwirtschaften, und immer noch drei Prozentpunkte unter der Rendite, die die anderen europäischen Länder im Durchschnitt erwirtschaften." "Deutsche Anlagen im Ausland besser managen Allein im Zeitraum seit der Finanzkrise hätte Deutschland ein zusätzliches Vermögen im Umfang von zwei bis drei Billionen Euro aufbauen können, hätte es sein Geld ähnlich gut angelegt wie Kanada oder Norwegen. Pro Kopf der deutschen Bevölkerung entspricht das 28.000 bis 37.500 Euro! Auf einen Schlag hätten wir ein um 50 Prozent höheres Vermögen." "Was zu der folgenden Frage führt: Woran liegt es? Darüber kann man nur spekulieren. Um uns zu verbessern, sollten wir zwei Dinge tun: weniger im Ausland anlegen und unsere Anlagen im Ausland besser managen."
Web Link: https://www.welt.de/finanzen/plus226059659/Geld-fuer-die-Steuerzahler-25-000-Euro-fuer-alle-unter-65.html Screenshot: https://photos.app.goo.gl/MrvKFzFtgbqoW6vJ8 Äh, wieso muss Deutschland sein Vermögen im Ausland inverstieren? Performance der Börsenleitindezes einiger europäischer Staaten inkl. Schweiz. Wir sehen, der DAX stieg um 254%! Jetzt mal angenommen, die Deutschen hätten ihr Geld in der Schweden oder in der Schweiz angelegt: das wären ja immer noch satte 228% oder 132%. Von Signapur oder den USA rede ich jetzt gar nicht einmal, sondern nur von Europa. Selbst bei Investitionen in den Eurostoxx oder den italienischen Leitindex wäre das noch immer ein kleines Plus von 50%. Und bitte, Italien ist nicht unbedingt das kapitalistischte Land der Welt, oder? Europäisches Land Steigerung von 22.02.2009 bis 10.02.2021: Deutschland 354,19% Schweden 328,13% Schweiz 232,96% Eurostoxx 208,29% Italien 155,45% Griechenland 14,66%


P.S.: Was mich aber wirklich wundert:
Wie in aller Welt konnte Deutschland mit dieser hohen Staatsquote so extrem gut gegenüber der sparsamen liberalen Schweiz performen. Ich vermute, es liegt an den Freihandelsverträgen, die die EU genial aushandelte.

Ich vermute: Da die deutsche Wirtschaft auf Export ausgelegt ist, ist jeder Freihandelsvertrag ein Boost im DAX.
P.P.S.: EINE KLITZEKLEINE FRAGE:

Was hindert eigentlich die Deutschen daran, sich an deutschen Unternehmen zu beteiligen? Ich mein Mtarbeiterbeteiligung ist ein etwas moderneres, aber nicht gerade sehr neues sozialistisches Konzept, das bei so Betrieben, wie der VOEST Alpine, inzwischen sogar [Geschäfsgeheimnis] und [Geschäfsgeheimnis] in Österreich und sogar inzwischen einigen US amerikanischen Unternehmen oder japanischen Unternehmen Gang und Gebe ist. Sind aber alles Industrie- oder IT- Unternehmen. (bis auf Goldman Sachs), aber Nomen est Omen und dort ist immerhin der Sachse vergoldet und nicht Paria.
Welcher Mitarbeiter oder Manager von mittel bis CEO vertraut bitte dem eigenen Unternehmen nicht? Das klingt verdammt nach "Deutscher Bank" oder? Ich kann mir nicht vorstellen, dass ein BMW Mitarbeiter den bayrischen Motorenwerken nicht vertraut oder ein VW Mitarbeiter nicht den Guys in Wolfsburg oder Ingolsstadt. Ich würde sogar T-Systems vertrauen und dort mein Geld investieren!

2021-02-05

No global plan for generic multi-language globalization/localizaion

There is sadley no generic concept for platform and language independent multi language globalization / localization for applications.

Some case studies


Visual Studio WinForms (C#VB)

Globalization / Localization in Windows Forms is implemented via different resource files (.resx).
ResourceManager and Resource accessors are created semi automatically from Visual Studio.

Visual Studio 2019
Resources in .NET


Microsoft and Stockoverflow links about resources and globalization and culture info.

Android Studio (Java, Kotlin)

Globalization / Localization are realised in Android Studio via different language directories beyond the res folder:

Using the Translation Editor inside Resource Manager to build your translation from Android Studio GUI, see: http://blog.androidrich.com/2016/11/translation-editor-in-android-studio.html



Android supports right to left screen orientation too for arab or farsi languages.

Documentation about globalization / localization in android

Razor MVC and Blazor Web

Webpages, that are build with .NET framework and deployed in IIS on windows or Apache on linux (no matter with mod_mono or something else [1]) use language and country prefix directly after FQDN and before path in url to route to different language subpages, e.g.:
https://docs.microsoft.com/en-us/aspnet/core/blazor/globalization-localization
https://docs.microsoft.com/de-at/aspnet/core/blazor/globalization-localization
https://docs.microsoft.com/fr-fr/aspnet/core/blazor/globalization-localization



Multi-language globalization in reality

In reality in the world wide web and on desktop or other applications, there are many different approaches how multi-language and globalization is implemented. Only few use a auto translation API like google.com/translate.

Prospect / outlook for standardized globalization?

I don't know. Lets use the crowd to answer that question!

2021-01-17

n-sphere hypermaps ⇒ cattle breeding

Have you ever noticed the advantage of real n-sphere hypermaps?

No?

That is very sad, because with hypermaps thou would understand, recognize, realize immediately,

  1. that alpine pastures for cattles offer little crop yield for humans;
  2. that mordern technical agricultureof is nearly impossible in hilly and mountainous impassable areas with rocks and small swamps inside and only 2% continuous flat area per hectare.
  3. that cattle breeding in certain climatic alpine mountainous regions has much lower risk as Agricultureof with poor hervests in worse case.
  4. that cattles transforrm & recycle low-calorie vegetarian naural grown food much better than humans or hunter mammals with a short intestine.
  5. that chances of success for cattle and sheep breeding are similarly much higher as profitable modern agriculture at Scottish Highlands in the marsh, around rual areas beside Loch Ness, on Outer Hebrides and on small isles (Inishbofin, Claire Island) near the Irish north-west coast.





2020-11-02

Snaps, snapd,, Snap Store, snapcraft.io

Tonight in the early morn, when I tried to write(1) an open os based solution(2) to transform almost any modern personal computer or laptop(3) to a simple generic wifi router(4).

Then I unexpectedly found a  community platform, that was still unknown to me:

snapcraft.io

Snaps are there defined as  app packages for desktop, cloud and IoT that are easy to install, secure, cross‐platform and dependency‐free. Snaps are discoverable and installable from the Snap Store, the app store for Linux with an audience of millions, 


I tried first the search functionality of that platform and let's say clearly: 
The layout design looks excellent, the community is well visited, but some functions could be better. Lets look at these 2 examples: 
Searching common phrase file
Searching 1 char only d  
Search results also could be sorted more meaningful & understandable, e.g. 
  1. show all results, where the search phrase  directly corresponds to the package app name /(no matter if sql like (prefix, suffix, substring), sql fulltext match or Levenstein distance.
  2. then show all results, where the search phrase is found in the shown package descripton
  3. at least show all results, that appear like a magical fog or smoke for the user. I know, that your search function is probably not returning total random or bad fuzzy hit results, but I guess the search algorithm searches in fields, which are not shown in search result view.




Snapcraft web site provides at the moment the snap app package search page, a store, tutorials, documentation, developer blog, forum and IOT special bulletin.


Conclusio: Snapcraft has surly more potential, but additional functionality must be added and especially a more clear vision and road-map needs to be specified, followed and permanently filled with life. (Under my point of view, without any additional improvements, vision and road-map the project and the community won't grow up and then after some time, this will remain as small circle of developer project or even become orphaned.)
So far I see this nevertheless as an good opportunity for developers and community to get seen and to receive good jobs offers.

Simply said: Thou must have very soon an idea, where this should go and what exactly you want with  it. If thou don't want to expand and keep this project as a nice and gentle private hobby, then you can keep everything and don't have to change anything. But if you want to expand, become at least a small player for long time, ...


2020-02-15

Semantic Internet: Trends, Facts, Futures, Verification

[Draft] [Concept] [Prototype]

Semantic Internet (former known as Semantic Web, see also RDF) has the possibility to record different semantic trends occurring at different sources with a certain frequency inside the in principle accessible to the public internet.
Day after day, month after month, semantic contexts are published on the Internet. area23 semantic web filters all semantic statements that occur with a certain frequency from different sources. Furthermore, not all trends and semantically significant events are more relevant for most semantic miners.

With area23 semantic web you can filter by region, topic categories, relevance from different sources and subsequent complexity.

A filter for a region can be set similiar to Google Trends, e.g. for United States or for Germany, etc.

Basic main categories are:

  • politics (Brexit, Sinn Féin, Thüringen, ...)
  • sports  (soccer, american football events, ...)
  • entertainement (music, cinema, tv, ...)
  • technology
  • business (stock markets, trading, bonds, central bank news, different economic indictors)
  • health
  • lifestyle (eating, drinking, other events)
  • housing (appartments, flat, hotel, camping / caravan sites, vacation rentals, accommodations, e.g.: Airbnb, Wimdu)
  • infrastructure (traffic reports, flights & airports occupancy, train connections, ships & ferries connections)
  • weather (including unexpected temperatures / weather effects, like ice, heavy rain, storm, dry periods plus enviroment disasters, like hurricanes, floodings, earthquakes, volcanic eruptions)
  • and many more
Once you created your filter enviroment, you can start collecting & recording semantic events.

After some time, collected semantic events will appear, e.g.: 'coronavirus'

In that example, 'coronavirus' the most common and reliable semantic logical statements are shown (extracted from different internet sites / ressources), e.g.: number of infections, behavior to stay healty, flights canceled to / from China, stock market risk for China in the next year.

Every statement extracted from the data pool that directly makes a statement or an assumption regarding matters other than the corona virus is now checked with other data sources as to whether the statement actually has a formal fuzzy truth content. So in that (our) example, the flight connections from and to China will be verified immediately as a result. Chinese economic data and the change behavior of futures in Hang Seng, which changed in the period since the outbreak of the coronavirus, will be checked too.

Warning, formally epistemologically an extracted statement is not necessarily true, even if 15 different articles from different countries in different languages in the web claim: "Corona virus has negative effects on the current Chinese fiscal year 2020." and if the outlook for futures in Hang Seng and the economic data have deteriorated in the same period.


to be continued...



Links about semantic web and similar topics:
https://www.semantic-mediawiki.org/wiki/Semantic_MediaWiki
https://www.opensemanticdata.org/
http://jena.apache.org/
https://www.nngroup.com/articles/user-need-statements/

2020-02-07

EPU Personenbetreuer in Vorarlberg & weiter stark (aber nicht mehr wachsend)

Im Jahr 2014 befasste ich mich rein privater Natur mit dem Wachstum / Entwicklung / Überhitzung der veschiedenen Wirtschaftssektoren, Sparten, Branchen, Fachgruppen, Berufsgruppen und sonstige kurzfristingen Trends und langfristiger Entwicklungen in den Bereichen Arbeit und Wirtschaft anhand des ganz konkreten Beispiels der Berufsgruppe Selbstständige Personenbetreuer.

Ich verfasste folgenden sehr kurzen Artikel auf meinem Blog hier dann dazu. Der Grund für gerade diese Berufsgruppe für jene Fallstudie war nicht etwa ein sozialer Hintergrund (z.B. arme ausgebeutete Scheinselbstständige im untersten Einkommenssegement)  oder ein rassistisches Motiv (es handelt sich bei Mitgliederinnen dieser Berufsgruppe vornehmlich um weibliche der Volksgruppe der Slawen zugehörige osteuropäische EU-Bürgerinnen), sondern ganz simpel und einfach die Tatsache, dass es in Österreich aufgrund der demographischen Entwicklungen in diesem Marktbereich sehr leicht einschätzen lässt, welche Nachfrage es durch immer mehr pflegebedürftige Pensionistinnen gibt und gleichzeitig welcher  Angebotsbedarf an Personenberteuerinnen (Pool an Betreuerinnen) dazu sich korrespondieren entwickelt.

Bis Anfang Jänner 2019 stiegen Angebot und Nachfrage in der Pflegebetreuung relativ konstant an (eine immer größer wachsende Anzahl von Pfelgebedürftigen mit immer exklusiveren Bedürfnissen stand korrelierend ein stetig wachsendes Angebot an Pflegeleistungen und immer mehr Betreuerinnen gegenüber).
Im fortschreitenden Jahr 2019 stagnierte allerdings die Angebotsseite deutlich zum 1. Mal seit Jahren und es gab kein sichtbares signifikantes Wachstum bei der Anzahl der sich anbietenden Personenbetreuerinnen.

Seit Anfang 2020 schrumpfte bereits die Angebotsseite sichbar. (sprich eine signifikante geringere Anzahl an vorhandenen selbstständigen Personenbetreuerinnen offerierte eindeutig nicht mehr derart manngfaltige Liestungsangebote, sondern viel mehr ein günstiges Standard-All-In Paket / Dienstleistung).


https://firmen.wko.at/Web/Ergebnis.aspx?StandortID=137&StandortName=Eisenstadt-Umgebung&Branche=45014&BranchenName=selbst%C3%A4ndige%20Personenbetreuer&CategoryID=0#


https://docs.google.com/spreadsheet/ccc?key=0Ajp8yYU5yBOBdEtMOUUxUHoyLWRQLW9GUUN5M3liSkE&usp=sharing

2020-01-14

Staatsschulden Deutschland

Laut Statistik der Wirtschaftskammer Österreich sind die Staatsschulden von Deutschland die letzten Jahre extrem gesunken (von 82% des BIP 2010 auf 56,8% des BIP 2020 approximiert).
Quelle: http://wko.at/statistik/eu/europa-verschuldung.pdf


Trading-Economics bestätigt diese Daten:
https://tradingeconomics.com/germany/government-debt-to-gdp


Auch die EZB Daten bestätigen dieses Bild:
https://sdw.ecb.europa.eu/reports.do?node=1000003885

Details für Feinspitze gibt es hier:
https://sdw.ecb.europa.eu/browse.do?node=bbn3885

Alle unterschiedlichen Quellen bestätigen, dass Deutschland seine Staatsverschuldung in den letzten Jahren im Vergleich zur Wirtschaftsleistung (Brutto-InlandsProdukt) extrem reduzierte.
Ob Deutschland Investitionsbedarf im Bildungs- oder Infrastrukturbereich hat, kann ich nicht beurteilen, ich habe dazu leider keine Quelle.

Auf alle Fälle sitzt die Bundesbank immer noch auf einer beachtlichen Menge an (derzeit ungedeckten) Target Forderungen (Wer weiß schon was die Zukunft bringt)?
https://de.statista.com/statistik/daten/studie/233130/umfrage/target2-salden-der-bundesbank/

2019-04-14

ECB press conference April 2019


  1. Key interest (prime) rates will remain at 0% at least until the end of 2019.
  2. Inflation in the eurozone is expected little less than 2%.



  • Eurozone has no longer same substantial problems as in 2016, progress has been made.
  • Economic growth in the eurozone is still weak, and there are still geopolitical and other problems.
  • Structural reforms in many countries need to be continued. Member states should implement growth-promoting measures. (still a problem, that too few structural reforms and simultaneously avoiding growth friendly steps).

2019-03-10

Kommentar zu ORF-Artikel: Breite Front gegen IV-Vorstoß

Zitat:
IV-Präsident Georg Kapsch hatte vorgeschlagen, das Modell der nunmehrigen Karfreitag-Regelung praktisch auf alle in Österreich geltenden Feiertage umzulegen: Man solle doch sämtliche Feiertage abschaffen – und diese in persönlichen Urlaubsanspruch umwandeln, so Kapschs Vorstoß. 
Quelle: ORF https://orf.at/stories/3114579/

Ich konnte dieses konkrete Statement bisher weder auf https://twitter.com/iv_news noch unter iv.at, verifizieren.´(nähere Details, siehe: http://goo.gl/SycZxG)
Somit sehe ich die ORF Meldung prinzipiell als unbestätigt. (not acknowledged)
Aber falls der vom Staatsfunk veröffentlichte Artikel korrekt, inhaltlich richtlig ist (und wahrheitsgemäß den Tatsachen entspricht), dann habe ich zum Feiertagsthema folgende Meinung:

Analyse von mehreren Standpunkten (Hut aufsetzen, abgewandelt von de Bono)

  1. Ich setze mir den traditionell-kulturellen Volksempfinden Hut auf. Von den staatlichen Feiertagen ist der Nationalfeiertag am 26. Oktober unantastbar. Von den kirchlichen Feiertagen sind Weihnachten und Christtag (24. & 25 Dez.)., heilige 3. Könige (6. Jänner), Ostern (Ostermontag), Allerheiligen (1. November) nicht ohne extremen Unmut seitens der indigen Bevölkerung (und auch der heiligen katholischen Kirche) abschaffbar.
  2. Ich setze mir den Bundesheer (Landesverteidigungs-) Hut auf und bestehe auf den Nationalfeiertag am 26. Oktober, da traditionell die Leistungsschau des Bundesheeres am Heldenplatz stattfindet und auch am 26.10. stets neue Rekruten angelobt werden.
  3. Ich setze mir jetzt einmal den WKO (Wirtschaftskammer-) Hut auf und analysiere, welche Feiertage welchen Umsatz in welchen Branchen generieren.
    Weihnachten (Geschenke aller Art) und Ostern (Schokohasen, Eier, etc. Lebensmittelwirtschaft!) sind aus wirtschaftlichen Gründen komplett unantastbar.
    Silvester und Neujahr generieren wahrscheinlich angenehm hohe Umsätze in der Gastronomie und Freizeitwirtschaft und die entsprechenden Fachgruppenobmänner/-obfrauen würden heftigst gegen eine Abschaffung protestieren.
    Auch die Spezialregelung beim 8. Dezember (Maria unbefleckte Empfängnis) für Weihnachtseinkäufe wird sich aus wirtschaftlichen Gründen nicht revidieren lassen.
  4. Ich setze mir den Oppositions-SPÖ Hut jetzt auf und sehe eine Mobilisierungswelle der Sozialdemokratie von gewaltigem Ausmaß, sollte es die blau-schwarze Regierung es auch nur ansatzweise erwägen den sozialistischen Tag der Arbeit am 1. Mai abzuschaffen.
  5. Ganz schnell den Sport-Hut rauf: Das traditionelle Dreikönigsspringen (großes Finale) der 4. Schanzentournee in Bischofshofen macht 3. König unantastbar.
Zusammenfassung aller Hüte:
Neujahr (1.1.), heilige 3 Könige (6.1.), Ostern (Ostermontag), Tag der Arbeit (1.5.), Nationalfeiertag (26.10,), Allerheiligen (1.11.), Maria unbefleckte Empfängnis (8.12.), Weihnachten (24.12.), Christtag (25.12.), Silvester (31.12.) sind nach der kurzen Hut-Analyse unantastbar.

Welche Feiertage bleiben nun übrig?

Es bleiben 6. rein katholisch christliche Feiertage nun übrig, nämlich: 
Christi Himmelfahrt (Donnerstag), Pfingsten (Montag), Fronleichnam (Donnerstag), Maria Himmelfahrt (24.8.), Stefanietag (26.12.).
Von mir aus könnte man alle diese Feiertage streichen und Christi-Himmelfahrt und Fronleichnam einfach auf den davor kommenden oder darauf folgenden Sonntag verlegen und in der Sonntagsmesse das entsprechende Evangelium lesen, bzw. die Fronleichnamsprozession durchführen.

Die ersten 3 Feiertage (2x Donnerstage, 1 Pfingstmontag) gehören im Kirchenjahr alle als Folge zu Ostern. (zuerst ist Jesus auferstanden, dann in den Himmel aufgefahren, dann kam der heilige Geist und die Apostel konnten in allen Sprachen sprechen [Babel tower reversed], Fronleichnam kann eh keiner vernünftig erklären, da wird der Leib Christi (die Hostie) in einer Monstranz unter einem Himmel in einer Proozession aus der Kirche hinaus getragen , es gibt eine Feldmesse und sinngemäß geht es darum, dass Jesus Christus wirklich durch die Eucharistie in Brot und Wein drinnen ist, oder so ähnlich) Die katholische Kirche wird hier mindestens auf 2 unbedingt und sehr beharrlich bestehen, wie ich die Situation einschätze.Maria Himmelfahrt und Stefanietag haben weder im katholischen Kontext, noch im traditionellen Brauchtaum tiefere wichtige Bedeutung, am Stefanietag wollen die Leute angegessen von Weihnachten mit Bauchschmerzen vielleicht noch nicht ganz so gerne arbeiten gehen und chillen den Weihnachtsstress an diesem Tag gerne aus.

Wer kann Feiertagsänderungen gesetzlich durchführen?


Ich vermute mal die Bundesregierung / das Parlament mit einfacher Mehrheit, aber das müsste ich mir näher ansehen und dazu bin ich heute zu müde.


Gute Nacht.

2019-03-01

1. Test aus EU Bürgerkunde (mittlere Reife, nach unten nivelliert).


Was sind die 6 wichtigsten Organe der Europäischen Union?

Antwort:
  1. Europäischer Rat
  2. Europäisches Parlament
  3. Europäische Kommission
  4. Europäischer Gerichtshof
  5. Europäischer Rechnungshof
  6. Europäische Zentralbank (EZB)

Welche Aufgabenbereiche hat der Europarat, welche die europäische Kommision und welche das Europaparlament?

Antwort:

Wer ist Ratspräsident und wer ist Kommisionspräsident der europäischen Union?

Antwort:
Rat: Donald Tusk
Kommission: Jean Claude Junker

Welche Parteien sind im Europäischen Parlament vertreten und wofür stehen sie?

Antwort:

Was sind die wichtigste Geldpolitische Aufgaben der EZB?

  1. Preisstabilität (Inflation <= 2% in der Euro-Zone zu halten)
  2. Hoher Beschäftigungsstand, moderate langfristige Zinsen, Basis für Wirtschaftswachstum, Preisniveaustabilität
  3. Rettung von insolvenzgefährdeten Staaten und Banken
Antwort:
1. Preisstabilität 
2. Arbeitsmarkt, wirtschaftliche Voraussetzungen für Wachstum ist nur ein geldpolitisches Mandat der FED (US-Notenbank), aber keines der EZB.
3. Staaten sind aufgrund der Maastrichtstabilitätskriterien verpflichtet, eigenverantwortlich selbst für die Stabilität zu sorgen, das ist kein Mandat der EZB, war nur eine Feuerwehrmaßnahme von Draghi. Bankenrettungen sind keine Aufgabe der EZB und unüblich, die USA ließ einige Banken und Hedge-Fonds pleite gehen, wie Lehmann Brothers.

Was ist die Aufgabe der EZB bezüglich der Geldpolitik bei europäischen Nicht-Euro Staaten (z.B. Rumänien, Polen)?

Antwort: 
Keine.

(Wird erweitert)

2017-08-20

Was macht die Schweiz besser als Österreich?

1. Die Schweiz hat einen funktionierenden Föderalismus und Österreich nicht.
(In Österreich nimmt der Bund ein und die Länder geben aus.)

2. Die Schweiz hat ein nachhaltig finanzierbares Rentensystem und Österreich nicht, siehe:
In der Schweiz liegt dies für Frauen bei 64 Jahren und für Männer bei 65 Jahren.
(In Österreich liegt das Rentenantrittsalter für Frauen bei 60 Jahren und es wird erst ab dem Jahr 2024 schrittweise angehoben.)

3. Die Schweiz hat 3% Arbeitslosigkeit und Österreich 7,6%.
https://tradingeconomics.com/switzerland/unemployment-rate

https://tradingeconomics.com/austria/unemployment-rate

4. Die Schweiz hat 32,6% Staatsschulden in % des BIP und Österreich 84,6%.
https://tradingeconomics.com/switzerland/government-debt-to-gdp
https://tradingeconomics.com/austria/government-debt-to-gdp

5. Die Schweiz  verteilt 33,6% des BIPs um
https://de.statista.com/statistik/daten/studie/216779/umfrage/staatsquote-in-der-schweiz/
und Österreich 51% des BIPs.
https://de.statista.com/statistik/daten/studie/217706/umfrage/staatsquote-in-oesterreich/

Also ⅓ der Leistung aller Schweizer wird an Arme und Bedürftige umverteilt und für Bildung, Infrastruktur, Gesundheit, Verwaltung, Heer, Polizei, Gerichte,  u.s.w. ausgegeben und in Österreich ist es mehr als die Hälfte der Leistung aller Österreicher. Ich halte Staatsquoten jenseits der 50% für eher problematisch. (Optimal ist die Staatsquote meiner Meinung nach zwischen 30% - 48% je nach Struktur des Staates, darunter wird es eher anti-sozial und darüber ist die Last für die Leister zu hoch.)
Nun ist es aber so, dass Heer, Polizei, Bildung, Gesundheit in der Schweiz nicht unbedingt schlechter sind (vermutlich sogar besser sind) als in Österreich.
(Anmerkung: Das Heer und die Polizei werden in Österreich aber auch nicht wirklich sehr stark subventioniert.)

6. Beim Pisa-Test im Bereich Bildung schneiden die Schweizerinnen auch besser ab als Österreicherinnen, besonders in Mathematik:
https://www.nzz.ch/schweiz/pisa-studie-2015-schweizer-15-jaehrige-rechnen-europaweit-am-besten-ld.132847

7. Obwohl die Steuern und Abgaben in der Schweiz viel niedriger sind als in Österreich und die Firmen mit dem gleichen Brutto Budget mehr Arbeiter einstellen können aufgrund der niederen Steuern und Abgaben, gibt es in der Schweiz weniger manifeste Armut als in Österreich. (Klingt komisch, ist aber so.)
Siehe: https://www.lohncomputer.ch

Die Schweiz ist extrem neoliberal föderalistisch friedliebend, aber ist das wirklich so das schlechteste für ein kleines Alpenland?

Tja, die Babyboomer gehen sicher in 5-15 Jahren sowohl in Österreich als auch in der Schweiz so ziemlich sicher in Rente, nur die Schweiz ist für dieses sehr vorhersehbare Ereignis sehr gut gerüstet, Österreich leider weniger. (Not my cup of tea anymore).
Quelle: CIA

2017-07-12

macroeconomics indicators of Poland

Macroeconomics indicators of Poland are looking quiet OK compared to southern european countries!

government debt under Maastricht criteria

Poland recorded a government debt equivalent to 54.40 percent of the country's Gross Domestic Product in 2016. Government Debt to GDP in Poland averaged 46.47 percent from 1995 until 2016, reaching an all time high of 55.70 percent in 2013 and a record low of 36.50 percent in 2000.
https://tradingeconomics.com/poland/government-debt-to-gdp

GDP per capita looks healthy

The Gross Domestic Product per capita in Poland was last recorded at 26003.01 US dollars in 2016, when adjusted by purchasing power parity (PPP). The GDP per Capita, in Poland, when adjusted by Purchasing Power Parity is equivalent to 146 percent of the world's average.
https://tradingeconomics.com/poland/gdp-per-capita-ppp

Current Account could be a little bit better, but is mostly balanced now

https://tradingeconomics.com/poland/current-account-to-gdp

Poland succeeded to lower unemployment rate since 2008 very well

https://tradingeconomics.com/poland/unemployment-rate
Main stock index the Warsaw Stock Exchange WIG is performing very well over the last 4 years, since other european stock indices were in trouble during the same time.
Source: https://www.bloomberg.com/quote/WIG:IND

Polish zloty has approximately same value as turkish lira


At least demographics of Poland (Population age pyramid) could be better and is not so balanced,
http://www.indexmundi.com/graphs/population-pyramids/poland-population-pyramid-2014.gif