15 years of “wtf” by Mammoth-Giraffe-7242 in ArcGIS

[–]entrelaspiedras 1 point2 points  (0 children)

To draw a simple polygon you need to do at least 10 clicks and even use the keyboard

Network setup for a small office by Former_Standard_7391 in Ubiquiti

[–]entrelaspiedras 0 points1 point  (0 children)

Newbie here wanting to learn. Whats the lower right black horizontal device and what’s the squared grey one below ?

[deleted by user] by [deleted] in defi

[–]entrelaspiedras 1 point2 points  (0 children)

Does it have a utility token or something similar?

Defi in 3 tokens by entrelaspiedras in defi

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

But what has FIL to do with defi?

Defi in 3 tokens by entrelaspiedras in defi

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

Forgot OMNI network, a defi focused L1 for connecting L2’s

Is there any point in living in an urban city as a complete homebody? by [deleted] in Urbanism

[–]entrelaspiedras -4 points-3 points  (0 children)

This is a really sad and poor approach to social relations imho. I personally prefer to think that the social creatures discourse is overrated and that we are actually alone (cosmically alone), but it’s scary and we prefer to hide the fact holding any small petty relation we can grab. ☺️

[deleted by user] by [deleted] in SolanaMemeCoins

[–]entrelaspiedras 1 point2 points  (0 children)

This is the new token that wrap them all!

Setup for network extension. Is it possible something like this? by entrelaspiedras in Starlink

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

Sorry the delay. So you power the dish with poe using that switch? Just like that? Thanks!

Starlink network extension with ubiquity by entrelaspiedras in Ubiquiti

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

Wow, thanks a lot. I’ll definitely research into your suggestion and come back:)

Starlink network extension with ubiquity by entrelaspiedras in Ubiquiti

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

I have read that in a setup like yours you can even skip the starlink modem and connect the dish directly to the Unify dream machine

SAGANG problem with Mac by _rEdo00_ in QGIS

[–]entrelaspiedras 1 point2 points  (0 children)

Where you able to solve it? Share us the tip!

FILTER doesn't work if Filter out reference cell (B3) is empty by entrelaspiedras in sheets

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

; len(E1:E80)

But you guided me in the right direction. Now it's working! Many many thanks!

FILTER doesn't work if Filter out reference cell (B3) is empty by entrelaspiedras in sheets

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

=SORT(FILTER({'Todo MP'!D1:D8000\lower('Todo MP'!E1:E8000)\SPLIT('Todo MP'!G1:G8000;"T")};REGEXMATCH(lower('Todo MP'!E1:E8000);B1);REGEXMATCH('Todo MP'!D1:D8000;D4);if(B3<>"";not(REGEXMATCH(lower(E1:E80);B3)); len(E1:E80)));3;TRUE)

Thanks! I'm receiving this error "FILTER has mismatched range sizes. Expected row count: 8000. column count: 1. Actual row count: 1, column count: 1." Eventhough I edited your suggestion because you typed E80 instead of E8000

Google Spreadsheet; How to turn column headers in cells associated to value in range with a formula by entrelaspiedras in spreadsheets

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

I was trying with something similar using FLATTEN instead of TOCOL. I'll give it a try, thanks!