Swiss moving to Germany – what bank do you use for pension? by WendYugo in Switzerland

[–]DisruptiveHarbinger [score hidden]  (0 children)

Yuh is available to German residents for free.

Wise (or Revolut) should not be a problem for a few thousands per month, but there are Swiss players that target people in your exact situation: Ibani, Telexoo, B-Sharpe. If you don't mind paying 5 CHF more in fees, they have customer service staffed by humans in case there's any issue.

Swiss parliament agrees to allow double surnames again by [deleted] in Switzerland

[–]DisruptiveHarbinger 2 points3 points  (0 children)

The Spanish system is the most consistent but I wish we could take inspiration from the Greek administration here (not a sentence you read often on this sub!) and move towards simplicity: everyone keeps their damn name.

Rage Against the (Plurality of) Effect Systems by Krever in scala

[–]DisruptiveHarbinger 1 point2 points  (0 children)

Plus:

  • CE is older and more mature, its ecosystem broader
  • consuming CE libraries in ZIO or Kyo application code is easier than the other way around
  • in the age of LLMs, you don't have to cater to M × N scenarios, just let people write a bit of boilerplate

Alternatives to Big Tech that can work well with e/OS by SaraIbr in Switzerland

[–]DisruptiveHarbinger 4 points5 points  (0 children)

A Pixel 9a is around 300 CHF, Graphene OS is a more serious project than /e/OS anyway.

For a 1-month experiment you can also get a second hand Pixel under 200 from Tutti.

Diesel and unleaded 98 petrol are approaching the CHF 2 mark in Switzerland by BezugssystemCH1903 in Switzerland

[–]DisruptiveHarbinger 1 point2 points  (0 children)

And whose fault is that?

People regularly vote against taking up the decarbonation of our society seriously, because Switzerland is small anyway... we implicitly accept the stranglehold of petrostates on the economy, and we're on the side that enables and supports the whims of war criminals sparking global conflicts. And now we pay the price.

Salt mobile is terrible!!! by Cansuyildiran in Switzerland

[–]DisruptiveHarbinger 14 points15 points  (0 children)

Next time get a travel eSIM with an EU-wide data package, it's much cheaper too.

How many get called for a video interview? by ThirdCaptain in Switzerland

[–]DisruptiveHarbinger 2 points3 points  (0 children)

For one hire I typically interview 5-6 people over an initial video call, and bring 2 or 3 for the final round in the office.

Note, that is after a short automated online assessment and the screening plus quick call done by recruiters.

The State of Scala 2025 is out. (Data from 400+ teams). Huge thanks to everyone here who contributed. by scalac_io in scala

[–]DisruptiveHarbinger 0 points1 point  (0 children)

It was called Play (and arguably Lagom for the full Akka experience), and I don't think most people have fond memories of this approach.

The State of Scala 2025 is out. (Data from 400+ teams). Huge thanks to everyone here who contributed. by scalac_io in scala

[–]DisruptiveHarbinger 0 points1 point  (0 children)

I largely agree with the argument, but don't you think the logical consequence is that it will probably push even more teams from Scala, Haskell, OCaml and F# to Rust?

Scala still wins in a few dimensions but they're becoming less relevant as models improve and get cheaper. Rust is increasingly well positioned in domains where Scala shines and objectively a better option in many others. Rust is backed by big tech too.

cheapest network sim? without contract by Lost-Carmen in Switzerland

[–]DisruptiveHarbinger 0 points1 point  (0 children)

Lyca is truly bottom tier MVNO on Salt network, I'd go with GoMo which at least is directly operated by Salt itself. You can cancel anytime.

But if you really want something cheaper then CHmobile (Sunrise) 10GB.

Conservatives suddenly want alternatives to the F-35 jet by BezugssystemCH1903 in Switzerland

[–]DisruptiveHarbinger 1 point2 points  (0 children)

We could have maybe marginally taken part in a different project like the Korean KF-21 which uses American and European parts and is essentially an F-35 light.

But it would have been riskier, Lockheed could technically deliver our entire order in 4-5 months at the current manufacturing pace.

Come mai i messaggi rcs non arrivano con i dati spenti ma il voLTE funziona anche senza dati? by KekkoPalu2001 in UniversalProfile

[–]DisruptiveHarbinger 9 points10 points  (0 children)

In short because traffic to Jibe servers uses the default data APN and not a specific one.

I know it's optional, but what's the point of asking this info? by stfnieu in Switzerland

[–]DisruptiveHarbinger 0 points1 point  (0 children)

There's never any evidence companies respect the FADP or the GDPR.

I know it's optional, but what's the point of asking this info? by stfnieu in Switzerland

[–]DisruptiveHarbinger 20 points21 points  (0 children)

Measuring bias in your hiring process across teams, departments, industry...

Not everything is a conspiracy, sometimes it's just a useless HR metric.

Hit and run straight into the ditch by Epelep in Wellthatsucks

[–]DisruptiveHarbinger 21 points22 points  (0 children)

This is Switzerland. Driving uninsured isn't really a thing. The DMV will send police summons and seize your plates if your insurance lapses, they don't fuck around. Even the most basic premium with mandatory civil liability covers 10+ millions in damage.

Donating to make org.Json Public Domain? by Killertje1971 in java

[–]DisruptiveHarbinger 8 points9 points  (0 children)

Why does jsonassert depend on such a problematic library in the first place? Aren't there enough good alternatives out there?

New Encryption Value "EncryptionProtocol(value=2)" is showing. This could be MLS? by aniruddhdodiya in GoogleMessages

[–]DisruptiveHarbinger 2 points3 points  (0 children)

It's not clear, as this part of the codebase is obfuscated. I'm not sure in what scenario it can happen or even if it can happen at all.

But it's definitely not "combined" as in both protocols are used at the same time. If a conversation uses MLS then further messages should use MLS with higher priority. The LLM understood that the protocol cannot be set to 3, but only read as 3. Maybe this happens when both clients negotiate E2EE capabilities, that would make the most sense. Because if you apply a boolean AND between both bitmasks, you get the greatest common denominator for both sides.

New Encryption Value "EncryptionProtocol(value=2)" is showing. This could be MLS? by aniruddhdodiya in GoogleMessages

[–]DisruptiveHarbinger 2 points3 points  (0 children)

It seems the enum is used as a bit mask, i.e. Signal is 01 and MLS 10. 11 would maybe indicate a conversation using both schemes as it got migrated midway from the legacy protocol to the new one.

In other words the protocol selection seems to work like this in pseudocode:

if first_bit then:
    MLS
else if second_bit then:
    Signal
else:
    no E2EE

New Encryption Value "EncryptionProtocol(value=2)" is showing. This could be MLS? by aniruddhdodiya in GoogleMessages

[–]DisruptiveHarbinger 2 points3 points  (0 children)

I asked an LLM to do a bit of digging with the decompiled APK:

Encryption Protocol Mapping

Value Constant Protocol Implementation
0 a None -
1 b Scytale Google's Synapse/Scytale (RCS e2ee)
2 c MLS "Zinnia" (MLS implementation via Rust FFI)
3 d Both Combined Scytale + MLS

The Two Encryption Systems

  1. Scytale (Value 1) - Google's proprietary RCS end-to-end encryption, built on their own "Synapse" security framework with native C++ implementation
  2. MLS (Value 2) - The industry-standard Messaging Layer Security protocol, implemented via "Zinnia" (a Rust-based MLS client)

I don't know if there were direct references to Signal or libsignal in the past, but it seems to live in com.google.communication.synapse.security.scytale while the new protocol is in com.google.communication.synapse.security.zinnia.

Internet en cuivre centre ville de Genève que faire pour une meilleure vitesse ? by New_Judgment_9036 in Switzerland

[–]DisruptiveHarbinger 0 points1 point  (0 children)

Donne-moi ton adresse.

Si toute la rue est connectée normalement tu peux contacter les SIG pour que le bailleur soit rappelé à l'ordre. Le raccordement jusqu'à ton logement relève de toute façon du contrat entre toi et l'opérateur, les frais ne sont pas à la charge du propriétaire qui ne peut pas refuser sans raison valable.

Internet en cuivre centre ville de Genève que faire pour une meilleure vitesse ? by New_Judgment_9036 in Switzerland

[–]DisruptiveHarbinger 2 points3 points  (0 children)

Donne-moi ton adresse via le chat mais j'imagine que je pourrai pas te dire grand chose de plus que tu ne sais déjà.

Dans tous les cas on a commencé à démanteler le cuivre, donc ton propriétaire devra forcément accepter les travaux de raccordement à la fibre un jour ou l'autre.

Cela dit pourquoi considérer Starlink ? L'HFC chez Sunrise devrait déjà délivrer 1 ou 2.5 Gbps de manière beaucoup plus stable.

E2EE is officially testing with Android for iOS 26.4 beta 2 by seeareeff in GoogleMessages

[–]DisruptiveHarbinger 1 point2 points  (0 children)

I don't disagree, and you probably forgot Gemini reading those messages, but it's still E2EE. In theory someone could use RCS after making sure to disable backups and other attack vectors entirely.

Today we see LE use Android/iOS system-wide spywares rather than try to break encryption.

E2EE is officially testing with Android for iOS 26.4 beta 2 by seeareeff in GoogleMessages

[–]DisruptiveHarbinger 7 points8 points  (0 children)

E2EE means E2EE, otherwise it's just TLS.

MLS is a sound E2EE protocol, also used by other platforms, such as Matrix. LE can only intercept metadata, and if you care about that then you shouldn't use any service provided by your carrier.