QuazarOmega

joined 1 year ago
[–] [email protected] 3 points 10 months ago* (last edited 10 months ago)

Because you never learned SQL properly, from the sound of it.

You might be right, though, to be fair, I also keep forgetting syntax of stuff when I don't use it very often (read SQL (._.`))

Also, ORMa produce trash queries and are never expressive enough.

I meant to say that I would like the raw SQL syntax to be more similar to other programming languages to avoid needing to switch between thinking about different flows of logic

[–] [email protected] 2 points 10 months ago* (last edited 10 months ago) (7 children)

Me trying to remember on whose output data having, count, sum, etc. work

Once you know functions you would have no reason to go back.
I propose we make SQL into this:

const MAX_AMOUNT = 42, MIN_BATCHES = 2

database
    .from(table)
    .where(
        (amount) => amount < MAX_AMOUNT,
        table.field3
    )
    .select(table.field1, table.field3)
    .group_by(table.field1)
    .having(
        (id) => count(id) >MIN_BATCHES
        table.field0
    )

(Sorry for any glaring mistakes, I'm too lazy right now to know what I'm doing)

..and I bet I just reinvented the wheel, maybe some JavaScript ORM?

[–] [email protected] 11 points 10 months ago
[–] [email protected] 0 points 11 months ago* (last edited 11 months ago)

I support what the others say, it's cool if you can pay, but it's not a must IMO. If you're fine with the base tier, or can't/don't want to pay for more, there's no shame in that.
Shelter works fine to keep two accounts, which should be enough hopefully, otherwise you will have to use the web client.
There was an experimental app that allowed you to have a potentially unlimited number of duplicate apps (twoyi), but it's sadly discontinued, there's also another called MultiApp, but there's something yiffy about it I can't quite put into words

[–] [email protected] 2 points 11 months ago (1 children)

Agreed 100%, I wish any smartphone could support Graphene

[–] [email protected] 20 points 11 months ago* (last edited 11 months ago) (2 children)

soyjaks pointing linked list

Kourtesy of Krita

[–] [email protected] 19 points 11 months ago (1 children)
[–] [email protected] 20 points 11 months ago (4 children)

In internet terms: It's just a soyjak holding a box with data who is pointing at another soyjak holding a box with data who is pointing at another {insert N-3 of the same soyjaks} soyjak with a box with data without an arm to point with

[–] [email protected] 3 points 11 months ago

Ah, another professional documentation writer, greetings!

[–] [email protected] 64 points 11 months ago (3 children)

I'd say a normal phone is a lot worse than smartphones in general, unless you don't care about all your communications being readable by the carrier. With a smartphone you can make actually encrypted calls and texts over trustworthy applications/protocols (Signal, Matrix, Simplex, etc.), on a phone you're stuck with the carrier service; another thing that comes to mind is the storage, as far as I know there are no normal phones with an encrypted filesystem while it is default for a long while on Android.

On the other hand, if your new smartphone model isn't loaded with a privacy respecting ROM you'll also have at least some data sent to other third parties like Google and whatnot, but if you can change the ROM, then the potential for better privacy far outweighs the benefits of normal phones doing fewer things with your data by default. If you're going to use your new smartphone like an old phone, to make carrier calls and SMS, then there will be near to no improvements (except storage security maybe) and as you say, more data snooping

[–] [email protected] 56 points 11 months ago (1 children)

Well, he has his own villain backstory to justify that... he simply didn't get paid

[–] [email protected] 1 points 11 months ago

..dreaming of all tests passing

view more: ‹ prev next ›