We present 10 examples of user prompt with increasing hardness score. The labeled criteria are inside the bracket.
Prompt 1:
[None]
hello
Prompt 2:
[Real World]
what is cake
Prompt 3:
[Creativity, Real World]
How to pickup a girl?
Prompt 4:
[Specificity, Creativity, Real World]
writen ten different sentences that end with word “apple”
Prompt 5:
[Specificity, Creativity, Real World]
Writing prompt: write the start of a short story / a man with an iphone is transported back to 1930s USA.
Prompt 6:
[Specificity, Domain Knowledge, Complexity, Problem-solving, Technical Accuracy, Real World]
tell me how to make a hydroponic nutrient solution at home to grow lettuce with precise amount of each nutrient
Prompt 7:
[Specificity, Domain Knowledge, Complexity, Problem-solving, Technical Accuracy, Real World]
Solve the integral ∫−∞+∞exp(−x2)dx∫−∞+∞exp(−x2)dx step-by-step with detailed explanation
Prompt 8:
[Specificity, Domain Knowledge, Complexity, Problem-solving, Technical Accuracy, Real World]
write me GLSL code which can gennrate at least 5 colors and 2 waves of particles cross each other
Prompt 9:
[Specificity, Domain Knowledge, Complexity, Problem-solving, Technical Accuracy, Real World]
My situation is this: I’m setting up a server running at home Ubuntu to run an email server and a few other online services. As we all know, for my email to work reliably and not get blocked I need to have an unchanging public IP address. Due to my circumstances I am not able to get a static IP address through my ISP or change ISPs at the moment.
The solution I have found is to buy a 4G SIM card with a static IP (from an ISP that offers that), which I can then use with a USB dongle. However this 4G connection costs me substantially per MB to use.
But. Mail is the only server that needs a static IP address. For everything else using my home network connection and updating my DNS records with DDNS would be fine. I have tested this setup previously for other services and it has worked.
So. I was wondering. Would it in theory be possible to: connect the server to two network interfaces at the same time and route traffic depending on destination port. I.e. all outgoing connections to ports 25, 465, 587, and possibly 993 should be sent through the 4G dongle interface (enx344b50000000) and all other connections sent over eth0. Similarly, the server should listen for incoming connections on the same ports on enx344b50000000 and listen on all other ports (if allowed by ufw) on eth0.
I would then need DNS records from mail.mydomain.tld —> <4g static public IP> and mydomain.tld —> (updated with DDNS, and NAT configured on my home router).
Computers on the internet would then be able to seamlessly connect to these two IP addresses, not “realising” that they are in fact the same machine, as long as requests to mail.mydomain.tld are always on the above mentioned ports.
Question: Is this possible? Could it be a robust solution that works the way I hope? Would someone be able to help me set it up?
I have come across a few different guides in my DuckDuckGo-ing, I understand it has to do with setting a mark in iptables and assigning them to a table using ip route. However I haven’t managed to get it to work yet, and many of these guides are for VPNs and they all seem to be slightly different to each other. So I thought I would ask about my own specific use case
Prompt 10:
[Specificity, Domain Knowledge, Complexity, Problem-solving, Creativity, Technical Accuracy, Real World]
Write me a python script for the foobar problem, but make it so that if read aloud, each pair of lines rhymes. (i.e. lines 1/2 rhyme, 3/4 rhyme and so on)