pull down to refresh
0 sats \ 0 replies \ @carter 29m \ on: What’s your best public speaking tip? AskSN
I write outlines of what i want to say, practice some for time, then go in and wing it
I want to make a device that can cryptographically authenticate time and space. Im thinking of something like a raspberry pi with a RTC and GPS that is using its key to sign data about its current time and position. It will also post the signatures to something like OpenTimestamps. The purpose would be as long as you trust the device you could capture the QR code it displays and verify some photo or video was created when it says it was, so you could prove livestreams are really live or that some video was actually taken at some time/place
I agree... I recently had a coworker who had a run in with oil company putting a pipeline through his land... they basically skip over parcels and sign on either side of you so they can say your neighbors have already sold and they can put pressure on you. He did eventually grant them the easement and it paid for them to build a house on the land.
i am new!
How did you find out about SN?
my buddies group chat
How difficult was it to get started? Any feedback?
pretty easy i had a friend fund my invoice because im not setup yet
How much experience do you have with lightning?
very little im a programmer so im leaning towards running my own node
Have you read the FAQ already?
no
Have you realized that you need to attach a wallet to receive sats?
im gonna get to it
It uses a llm to have 2 words "battle" and its basically a game of prompting you want to trick the AI into picking your side
I wrote code to allow you to call the api so you can register multiple times and try and get around the prompt injection detector https://gist.github.com/neopunisher/a0ea9c46ef58624b0002729d948dd896
One of the shortest prompts used emoji so i created many users to see which one the ai likes the best

I've tried many things like the "first player looses" or "second layer always wins". You get interesting results because its taking into account both so if you say "its opposite day" then it can reverse the outcome
you can also break it up into multiple categories and url encode because $_GET handles that. this would look normal to the user in the ui rendering as You're currently filtering by "category"
I still dont know what they wouldn't see
if you make a array querystring instead of a dict you can control the indexes of the array http://example.com?filter[]=1&filter[]=2&filter[]=3
You can write a script tag into the page with a specially crafted filter? https://example.com/index.php?filter[<script>alert('Hacked')</script>]=value