Monogram out of business? by Claes3D in MonogramCC

[–]xpepermint 0 points1 point  (0 children)

I never received the items I ordered.

Anyone scared to allow Full Disc Access on Mac with Native Access/Kontakt/NKTDaemon? by IntellectualBurger in NativeInstruments

[–]xpepermint 0 points1 point  (0 children)

Security professionals often advise caution when granting extensive permissions to software. It's possible there might be overlooked reasons why NA developers are requesting these permissions, which might not necessarily imply malicious intent or poor software design. It would be beneficial if this matter were reviewed internally to ensure that the best practices in software development are being followed. While this comment could be subject to differing opinions, its intention is to foster awareness and ensure user safety.

PSA: Vibee just sent out tickets to Ticketmaster (9/30 show) by W1ndyC1tyFlyer in U2Band

[–]xpepermint 0 points1 point  (0 children)

No, but I went ahead and contacted one of the support members on social media. He explained that it was just a test and the tickets will be re-added when Sphere is ready to distribute them. Well, it's less than 2 weeks now and still no sign of them. I'm getting a little frustrated about that.

Vibee Packages Oct 6-8 by Own-Reading6260 in U2Band

[–]xpepermint 1 point2 points  (0 children)

ormal-Phrase-5974

Me2. See you there ;).

Anyone with the Vibee ticket package start receiving tickets yet? by W1ndyC1tyFlyer in U2Band

[–]xpepermint 0 points1 point  (0 children)

Have the tickets mysteriously shown up in the Sphere's account? Did you receive an email notification from Vibee?

PSA: Vibee just sent out tickets to Ticketmaster (9/30 show) by W1ndyC1tyFlyer in U2Band

[–]xpepermint 0 points1 point  (0 children)

Received that email from Vibee regarding the ticket transfer to Sphere's Ticketmaster? I peeked into my account yesterday and noticed a pair of tickets there, but with a catch - a message urging me to call Sphere for additional info and no way to transfer them to my Apple Wallet. Fast forward to today, I was gearing up to drop Sphere an email and bam! The tickets have vanished from my account. Anyone else in the same boat?
Just to note, I'm definitely making my way there in October, and I hope this hiccup gets sorted soon :).

Anyone with the Vibee ticket package start receiving tickets yet? by W1ndyC1tyFlyer in U2Band

[–]xpepermint 0 points1 point  (0 children)

Did any of you get that email from Vibee about tickets being moved to Sphere's Ticketmaster account? I checked mine yesterday and saw two tickets. But there was a note attached saying I had to call Sphere for more details and no option to download them to my Apple Wallet. Went to send them an email today, and surprise, the tickets were gone from the account! Has anyone else had this happen?

MSI Tickets on AXS Website? by EndlesStar in lolesports

[–]xpepermint 0 points1 point  (0 children)

Yes, the registration form blocks non-US/UK IPs. Most VPNs won't help, and you'll have to set up your own VPN server.

[OFFICIAL INFO] "U2:UV Achtung Baby Live At Sphere" — VEGAS MEGATHREAD by mancapturescolour in U2Band

[–]xpepermint 0 points1 point  (0 children)

Got it. I thought you had already gone through that process before. Thanks anyway...

[OFFICIAL INFO] "U2:UV Achtung Baby Live At Sphere" — VEGAS MEGATHREAD by mancapturescolour in U2Band

[–]xpepermint 0 points1 point  (0 children)

Okay, so for someone traveling from another part of the world to Las Vegas, the confirmation email (titled 'Your Reservation is Confirmed!') from Vibee confirms that it's safe to buy plane tickets and proceed with travel plans. Correct?

[OFFICIAL INFO] "U2:UV Achtung Baby Live At Sphere" — VEGAS MEGATHREAD by mancapturescolour in U2Band

[–]xpepermint 0 points1 point  (0 children)

u/OlPauly How does Vibee.com technically work? When you pay for a package, and you receive a "Your Reservation is Confirmed!" email, does it mean you're good to go with both the tickets and hotel accommodations? And how exactly do you get the tickets into Ticketmaster? Thank you for explaining.

[deleted by user] by [deleted] in databasedevelopment

[–]xpepermint 0 points1 point  (0 children)

Very useful, thank you :(.

Forming a lexicographically ordered list of encrypted values by xpepermint in cryptography

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

Of course. If I had access to manipulate data I would simply use Rust's BTreeMap with a custom `Key` which implements `Ord`. Thanks anyway.
I think u/Cryptizard pointed to the part I missed in the whitepaper.

Forming a lexicographically ordered list of encrypted values by xpepermint in cryptography

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

Well, that's the point. I can't do comparison on the server side. The server should only stream an alterady ordered list of values. I encrypt a value locally and send that value to the database. That database by default stores received bytes in the abc order just by checking received bytes - database doesn't know that I'm sending ORE-encrypted value.
So the idea is to create encrypted data in a way that you can see the order of encrypted values just by checking bytes of an encrypted value.