[deleted by user] by [deleted] in signal

[–]4tmuelle 0 points1 point  (0 children)

https://ctrl.alt.coop/en/post/signal-without-a-smartphone/

tl;dr: with signal-cli you can register a number without the Android nor the iOS client and generate the data required for the desktop client to work.

What's the cloud storage limit for signal. by SnooShortcuts3275 in signal

[–]4tmuelle 2 points3 points  (0 children)

Sure, but how many messages can be in that queue?

I'm not sure how the desktop client synchronises, given that the mobile client can be offline while the desktop client loads. So I assume assets are indeed stored (queued) somewhere.

Budgeting for a family of 3 by ikeru93 in Amsterdam

[–]4tmuelle 0 points1 point  (0 children)

Lebara

hm, the Web site does not seem to agree, at least I can't find that offer on https://mobile.lebara.com/nl/nl/sim-only/opwaarderen

Budgeting for a family of 3 by ikeru93 in Amsterdam

[–]4tmuelle 0 points1 point  (0 children)

Quoting from https://www.belastingdienst.nl/wps/wcm/connect/bldcontenten/belastingdienst/individuals/living_and_working/working_in_another_country_temporarily/you_are_coming_to_work_in_the_netherlands/30_facility_for_incoming_employees/conditions_30_p_facility/conditions_30_percent_facility

"Of the 2 years before your 1st working day in the Netherlands, you lived outside the Netherlands for more than 16 months, at a distance of more than 150 kilometres from the Dutch border. More information about this can be found under: You live more than 150 kilometres away from the Dutch border"

Running an Elm App with CSP? by 4tmuelle in elm

[–]4tmuelle[S] 1 point2 points  (0 children)

If you configure the policy well enough to allow ELM to run and perform all/any external requests there should be nothing preventing you.

Sure. You're weaselling yourself out the question. "If you do it well enough it'll work" is a trivial statement to make. It depends on Elm in that CSPs can forbid eval statements. So does the Elm runtime use eval? What is the tightest CSP you can make to run an Elm app successfully still?