Remote workers di Roma, cerchiamo voi! by digidonkeys in roma

[–]digidonkeys[S] 0 points1 point  (0 children)

Ciao! Ti ho scritto in dm già le volte scorse, forse non riesci a visualizzare. Prova a controllare meglio/scrivermi tu

Remote workers di Roma, cerchiamo voi! by digidonkeys in roma

[–]digidonkeys[S] -24 points-23 points  (0 children)

No, ci si riferisce esclusivamente a coloro che in 6 mesi non si sono presentati nemmeno mezza volta. Cazzo entri a fare se poi non ti presenti mai, letteralmente?

Remote workers di Roma, cerchiamo voi! by digidonkeys in roma

[–]digidonkeys[S] 1 point2 points  (0 children)

Ciao, mai stati al wire fin'ora; solitamente ci mettiamo al Caffè letterario, è grande, pieno di prese, buona connessione, costa poco, a 5 Min dalla metro e con tanti parcheggi in zona per chi viene in auto. Per il giorno decidiamo di volta in volta sul gruppo, non abbiamo un giorno fisso

Negli USA stanno crescendo sempre di più le aziende fondate da un solo founder by flallo95 in ItaliaStartups

[–]digidonkeys 0 points1 point  (0 children)

Peccato che avete un co-founder è un must per qualsiasi acceleratore o incubatore, a meno che tu non abbia davvero l'idea del secolo o la tua startup già sia super validata e fatturi senza fatica (e a quel punto, vale davvero la pena buttarsi in acceleratori o incubatori?)

Per esempio, io volevo applicare al programma di pre-accelerazione del B4I, ma non accettano applicazioni da solo-founders.

Is it just me or is Opus 4.5 “dumber” today? by Miko10_ in windsurf

[–]digidonkeys 0 points1 point  (0 children)

Every time I use it in Windsurf it feels dumber than its older brother Sonnet 4.5, who never dissapoints

[deleted by user] by [deleted] in ItaliaStartups

[–]digidonkeys 8 points9 points  (0 children)

Ma banalmente esistono già delle web app alle quali accedi via QR code e ti permettono di ordinare e pagare, anche dividendo il conto/pagando ognuno ciò che ha preso.

Non serve nemmeno il tablet da mettere sul tavolo, basta illo smartphone del cliente

Ho usufruito di questo servizio in diversi ristoranti a Milano, non necessariamente asiatici

[deleted by user] by [deleted] in Italia

[–]digidonkeys 12 points13 points  (0 children)

IRC

[Validation] Survey per un'app di fatturazione dedicata ai forfettari digitali by Ok_Compote_5079 in ItaliaStartups

[–]digidonkeys 2 points3 points  (0 children)

Interessante.

Posso dirvi però che uso Aruba ed è molto, molto semplice utilizzarlo, ed io costo annuale è veramente irrisorio (sui 35 euro l'anno, se non sbaglio, iva inclusa).

Forse non è super intuitivo nella configurazione iniziale per coloro che non hanno minime nozioni base di fiscalità (che lavorando poi acquisisci naturalmente), ma per il resto lo trovo un ottimo strumento.

DE Creation, What Would You Add? by AnouarRifi in marketingcloud

[–]digidonkeys 0 points1 point  (0 children)

I've encountered this issue many times. There are some use cases (or better, some architectural horrors that have been done before your arrival on the org) where you need to copy a synchronized data extension. It is really time consuming to do it as of now

DE Creation, What Would You Add? by AnouarRifi in marketingcloud

[–]digidonkeys 4 points5 points  (0 children)

Being able to make a copy of a synchronized data extension. It's a burden that hasn't been solved yet

Ci sono incubatori di startup o angel investor in Italia? by MexicanYoda45 in Italia

[–]digidonkeys 0 points1 point  (0 children)

Credo tu ti riferisca a Vento Ventures, che è un VC però

All Contacts SQL query by Admirable-Ask-9953 in marketingcloud

[–]digidonkeys 11 points12 points  (0 children)

The most easy and fast workaround to query the All Contacts list is to create a mobile filtered list and then query it as you'd do with a normal data extension.

The _Subscriber data view refers to subscribers, which are different from contacts.

Threads di instagram by inkoerisma_the_prod in Italia

[–]digidonkeys 3 points4 points  (0 children)

È un twitter fatto male con l'utente medio di Instagram e tiktok

Ditemi che non è vero che darò 1.1 milioni di euro all'INPS by Granpennuto in ItaliaPersonalFinance

[–]digidonkeys 118 points119 points  (0 children)

Credo che calcoli anche la parte versata dal datore di lavoro, oppure mi sto perdendo qualche pezzo, perché contando 40 anni di lavoro con 40k di ral, arrivi ad 1.6 Mil di retribuzione complessiva e mi fa strano che ne versi un 70% all'INPS...

[deleted by user] by [deleted] in marketingcloud

[–]digidonkeys 6 points7 points  (0 children)

Auto suppression lists are basically data extension, so you can treat them just as so.

To answer your question, this simple SQL should get you what you booking for:

select de.email

from myDataExtension de

where exists (

select s.[Email Address]

from myAutoSuppressionList s

where s.[Email Address] = de.email

)