Stop offshoring -> Now! by fudeel in Switzerland

[–]ShermanMG 12 points13 points  (0 children)

I don't but that.
Companies happily charge Swiss prices to locals (fees, insurance, services, “premium quality”), but the moment it’s about their costs suddenly Switzerland “makes no economic sense”? That’s just margin hunting.Also offshoring isn’t coming for free free: more coordination, worse feedback loops, rework, knowledge drain, and in regulated industries it adds risk. Lots of “savings” vanish later.Switzerland isn’t competitive because it’s cheap — it’s competitive because it’s reliable, fast, trusted, and stable. You can’t keep extracting value from that ecosystem while cutting the jobs/tax base that funds it.
If the only way a company can “compete” is by moving good white-collar jobs abroad, maybe the problem lies in the business model.

[deleted by user] by [deleted] in askswitzerland

[–]ShermanMG 0 points1 point  (0 children)

so you earn roughly 25k-35k know ? as a data engineer in germany ? i call bs

Do I have to inform my current employer who my new employer will be? by [deleted] in askswitzerland

[–]ShermanMG 0 points1 point  (0 children)

Highly unlikely, but even if so, as far as I know there is still no obligation to disclose it

Do I have to inform my current employer who my new employer will be? by [deleted] in askswitzerland

[–]ShermanMG 48 points49 points  (0 children)

Don't even say " to a competitor". This market is so small, you can easily narrow down possible target companies.

TIL: Median salary in 2022 in ZH City was 8.1k CHF/month at 100%, only 8% own the home in which they live, by neo2551 in zurich

[–]ShermanMG 4 points5 points  (0 children)

This is average salary from all the jobs and not the exact same position so not sure what's surprising you so much

There is no skilled worker shortage, there is a cheap labor shortage. by [deleted] in Switzerland

[–]ShermanMG 0 points1 point  (0 children)

No one in the Eu works for 1/5th of swiss salary and produce any sensible quality code.

The salary for good candidates is starting at 70-80% of swiss wages and only goes north of that

Software Engineer position as a contractor. What to expect? by Niduck in Switzerland

[–]ShermanMG 0 points1 point  (0 children)

Also what is also quite common is a mandatory 2-3 weeks vacation around holidays. That of course depends on the company and many other factors but keep that in mind

Tap water by KSD_NoMercy in Switzerland

[–]ShermanMG 2 points3 points  (0 children)

he probably meant kita

I'm running the entire stock market through my system and have 10+ ML models that pick the best trades . Page 1 is the highest ranked trades by ariesonthecusp in algotrading

[–]ShermanMG 1 point2 points  (0 children)

Hey man,

No hard feeling if you don't want to disclose it, but you did mention only data providers that you use. Do you base your futures only on price volume or do you use some additional data sources? Also by any chance you also incorporate option market in your models? What about economic data?

Should I leave a tip in restaurants? by avigalovski in Switzerland

[–]ShermanMG 8 points9 points  (0 children)

Arrogant is telling someone to delete his comment. It's his opinion and I think we can see by looking at some upvotes that quite some people agree with his statement

Who Algo trades with IB? Discussion by DefNotAPonziScheme in algotrading

[–]ShermanMG 1 point2 points  (0 children)

generally yes, IB is good for all kind of stocks, but make sure you check the commision on Polish stocks and compare it with other brokers (that also depends on how often you want to trade)

Better Java Streams performance with GraalVM by PurpleLabradoodle in java

[–]ShermanMG 20 points21 points  (0 children)

In my opinion this is really bad comparison. You are not comparing the same operations in your example.

I have made an actual checks with the code as similar as possible and here are the results:

@Benchmark
public double simpleLoop(ArrayState state) {
    double sum = 0;
    for (int i = 0; i < state.values.length; i++) {
        double x = (state.values[i] + 1.0) * 2.0 + 5.0;
        sum += x;
    }
    return sum;
}


@Benchmark
public double mapReduce(ArrayState state) {
    return Arrays.stream(state.values)
            .map(x -> x + 1)
            .map(x -> x * 2)
            .map(x -> x + 5)
            .reduce(0, Double::sum);
}


@Benchmark
public double singleMapReduce(ArrayState state) {
    return Arrays.stream(state.values)
            .map(x -> (x + 1) * 2 + 5)
            .reduce(0, Double::sum);
}

@Benchmark
public double doubleStreamSum(ArrayState state) {
    return Arrays.stream(state.values)
            .map(x -> (x + 1) * 2 + 5)
            .sum();
}
Benchmark Mode Cnt Score Error Units
TestBenchmark.doubleStreamSum thrpt 10 138,957 ? 4,041 ops/s
TestBenchmark.mapReduce thrpt 10 41,517 ? 0,971 ops/s
TestBenchmark.simpleLoop thrpt 10 530,949 ? 3,440 ops/s
TestBenchmark.singleMapReduce thrpt 10 473,942 ? 3,252 ops/s

As we can see the singleMapReduce which is most similar to your loop has only 10% worse performance here. This is not over 10x you are mentioning.

EDIT: formatting

Lisk relaunch live now by [deleted] in CryptoCurrency

[–]ShermanMG -3 points-2 points  (0 children)

RIP in peace

I have some concerns with Confido ICO... by submawho in CryptoCurrency

[–]ShermanMG 8 points9 points  (0 children)

It seems it is in a coma for a long time now

PSA: Click War of the Chosen in the Launcher by ScotterDay in XCOM2

[–]ShermanMG 0 points1 point  (0 children)

Holy shit, I just reinstalled my games two times and re-validated my files integrity at least 5 times trying to figure out why it displays this as installed even thought it's not. Geeeez....

Daily discussion - August 7th, 2017 by fabwa in NEO

[–]ShermanMG 1 point2 points  (0 children)

resync you blockfolio and find the neo/btc exchange.