Hacker News new | past | comments | ask | show | jobs | submit | dafrie's comments login

as just confirmed in the press conference, the overall liquidity safety net is actually 200B CHF from SNB. Then 9B of guarantees from the Swiss government to UBS for potential risks


This deal makes no sense. They also wrote down some creditors to zero while equity holders got at least a few cents.

Edit: and now CBs come out with additional coordinated measure.


Additionally there are preparations to temporarily suspend noise/pollution legislation that forbids backup power generators to run for more than 50 hours a year [0]. While the current idea is to only exempt sites (around 300 sites, 250 MW installed capacity) that are already used by SwissGrid for Ancillary Services [1], there is political pressure to temporarily include all sites with installed backup power generators (> 4 GW).

If even a fraction of this installed capacity would run in times of shortages, this should further reduce demand without causing disruption on industrial production or even having to schedule rolling blackouts.

[0] (German) https://www.srf.ch/news/wirtschaft/drohende-energiekrise-str...

[1] https://en.wikipedia.org/wiki/Ancillary_services_(electric_p...


Nitpicking: Switzerland actually does have three ports that provide, protected by international law, access to the North Sea (via the Rhine) and the Black Sea (via the Rhine–Main–Danube canal). In terms of quantities, about 10% of imports are going through these ports, mainly bulk load.

Source (only in german): https://de.wikipedia.org/wiki/Schweizerische_Rheinh%C3%A4fen


This is actually a main proposal by William Nordhaus [1], who won the Nobel Memorial Prize in Economics on climate change modelling! TLDR: So called climate clubs (or "reasonable countries") would punish countries that are not meeting the clubs rules (i.e. a carbon tax of a certain level) by levying tariffs.

[1] https://www.aeaweb.org/articles?id=10.1257/aer.15000001


Wouldn't this cause a reaction forming opposing clubs that don't abide by those rules therefore gaining a competitive advantage?


So under this model, Gambia & Morocco would be punishing USA, Russia, Saudi Arabia, Turkey, Vietnam and Ukraine?


And I pay 0 swiss francs for an account + card (you need more than 25k of assets, else its 5...But any product such as third pillar retirement funds count!) with unlimited transactions and cash-withdrawal at any ATM. You probably have to shop around.

The reason why banks are charging now for simple accounts, is that since we have negative interest rates (the lowest in the world), its actually damn difficult for banks to make a profit now with normal accounts since the traditional business model of the difference in interest rates is now actually reversed (the target rate is negative, yet on my account I have 0%...).


I would also have a look at Hasura GraphQLEngine. Have used it now for various projects and is extremely nice, especially with the superb subscriptions support and eventing for the odd requirement that cant be handled within Postgres


Just a quick one: why would you need redux for forms? This is in my opinion a total overkill.

I have forms either having their own state or (preferred) just use Formik for all of this. In my stack, this then allows to just add a field in the GraphQL schema (backend), add it in the query, add the formik field + yup validation and done.


Some people would argue that if using Redux, also having local state logic is an anti pattern.

That would mean that if you use Redux, a form also requires actions for form update/submit/success/error and the form data should be stored in the redux store.

That is one of the main issues I have with Redux, which I feel adds automatic complexity for simple things, but at the same time I'm not sure if it's very good to have a mix of tings happening from store/actions/reducers and others from local state/ajax.


> Some people would argue that if using Redux, also having local state logic is an anti pattern.

I won't disagree that this is a popular opinion, but there's little practical benefit to storing state that's truly local to a single component (or a very small tree) in Redux just because it's there.

Even the maintainers of Redux maintain that it's perfectly acceptable to use local state - https://redux.js.org/faq/organizing-state#do-i-have-to-put-a...


I don't see how you can blame something for adding complexity based on what other people _think_ is an anti-pattern.

In fact, it's most of the times not desired to update your store before you know the data has been validated anyway. The store should always be the source of truth, but that also means that it should be valid.

That's the approach I am going with in any case when working with some kind of global state.


Abramov advises against using redux for forms


Or use the browser's built-in form state management: https://medium.com/@everdimension/how-to-handle-forms-with-j...

Bonus: it's almost certainly more accessible than custom solutions.


I can not really give you an intuitive explanation, but economists usually refer to bubbles (or disequilibrium), when actual asset prices deviate from the prices estimated based on the identified long term equilibrium properties of often co-integrated variables.

To identify such models, VAR and SVAR (Structural Vector Autoregressive) analysis are often used, where up to 15-20 time series fed into. Such approaches of course come with their sets of necessary assumptions, but wich are in the case of VAR in levels quite reasonable...

Basically the assumption behind such kind of analysis is, that in the long run, there is some kind of equilibrium path were forces of nature/system are pushing towards to, but to identify disequilibria, you need to look at the whole system and not only 1 or two (as a ratio) variables.

An interesting application about identifying "bubbles" in housing prices with VAR you can find here [1].

[1] https://docs.google.com/viewer?a=v&pid=sites&srcid=ZGVmYXVsd...


From economic theory, the concept of time inconsistency [1] in my opinion explains pretty well whats currently going on:

For current governments, it is allegedly optimal to not take immediate action but to announce/commit to actions in the future. Problem is, that for the next government, the same result from the optimization problem arises.

A similar pattern can be found with nuclear waste, a problem that is known since many decades, yet there are very few permanent solutions.

[1] https://en.m.wikipedia.org/wiki/Dynamic_inconsistency


Dynamic inconsistency assumes a person actually wants to do something in the future, but in the future, their calculations change. I fear it's much simpler than that.

Political system is a strong selection process in itself. It selects for people who can pander to public the best, and make best deals with their colleagues. Any effort spent on making something good happen, or even making good on the promises used to get in, is an effort wasted; it's something the system slowly but surely selects against.


Well, I don't want to be pedantic, but don't you rather mean "Most TSA MODELS require data to be stationary"? My experience has been, that often practical TSA actually involves how to deal (testing, differencing, smoothing...) with non-stationarity, which is often not a trivial task...


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: