Compare commits

..

No commits in common. "b73a9be37978661753f1186497a8e38b8efe6008" and "eaacf09e12330b0f6a93af38655fb4e8fb8df86d" have entirely different histories.

4 changed files with 75 additions and 83 deletions

View file

@ -2,29 +2,27 @@
Ever felt lost in a group conversation? Ever felt lost in a group conversation?
Have you run out of conversation topics with your friends? Have you run out of conversation topics with your friends?
Don't worry, *socialize* is here to support you. Don't worry, *socialize* is there to support you.
It is a self-contained web page which asks socializing, funny and interesting questions. It is a self-contained web page which asks socializing, funny and interesting questions.
Use it as conversation starter or just for fun. Use it as conversation starter or just for fun.
You can see it in action [[https://deleh.github.io/socialize][here]].
** Installation ** Installation
This is just one HTML file, grab the =index.html= and open it in your favourite browser or host it with whatever webserver you like. This is just one HTML file, grab the =index.html= and open it in your favourite browser or host it with whatever webserver you like.
This web page is also available as [[https://nixos.wiki/wiki/Flakes][Nix Flake]]. This web page is also available as [[https://nixos.wiki/wiki/Flakes][Nix Flake]].
The =index.html= file is provided in the root of the flake package output. The =index.html= file is provided in =/var/www/socialize= of the flake output.
To use it for example with Nginx, the flakes (here included as =socialize=) content can be accessed like this: To use it for example with Nginx, the flakes (here included as =socialize=) content can be accessed like this:
#+begin_example nix #+begin_example nix
services.nginx.virtualHosts."example.org".locations."/".root = "${socialize.packages."<your-arch>".socialize}"; services.nginx.virtualHosts."example.org".locations."/".root = "${socialize.packages."<your-arch>".socialize}/var/www/socialize";
#+end_example #+end_example
*** Requirements *** Requirements
The browser must have JavaScript enabled. The browser must have JavaScript enabled.
But don't worry, nothing gets loaded from a third party. But don't worry, nothing is loaded from a third party.
** Adding questions ** Adding questions

17
flake.lock generated
View file

@ -2,11 +2,11 @@
"nodes": { "nodes": {
"flake-utils": { "flake-utils": {
"locked": { "locked": {
"lastModified": 1644229661, "lastModified": 1629481132,
"narHash": "sha256-1YdnJAsNy69bpcjuoKdOYQX0YxZBiCYZo4Twxerqv7k=", "narHash": "sha256-JHgasjPR0/J1J3DRm4KxM4zTyAj4IOJY8vIl75v/kPI=",
"owner": "numtide", "owner": "numtide",
"repo": "flake-utils", "repo": "flake-utils",
"rev": "3cecb5b042f7f209c56ffd8371b2711a290ec797", "rev": "997f7efcb746a9c140ce1f13c72263189225f482",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -17,12 +17,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1646506091, "lastModified": 1628077112,
"narHash": "sha256-sWNAJE2m+HOh1jtXlHcnhxsj6/sXrHgbqVNcVRlveK4=", "narHash": "sha256-ehfkGNBdq0GFbezcXZP4OPcik+k4Lm7mF8NUKJlq6Ho=",
"owner": "NixOS", "path": "/nix/store/gy0x00sjl3lczh2h6akhhcfyp263nmy5-source",
"repo": "nixpkgs", "rev": "465daf79b4a23d6e47d2efddece7120da8800c63",
"rev": "3e644bd62489b516292c816f70bf0052c693b3c7", "type": "path"
"type": "github"
}, },
"original": { "original": {
"id": "nixpkgs", "id": "nixpkgs",

View file

@ -1,22 +1,28 @@
{ {
description = "socialize web page"; description = "socialize web page";
inputs.flake-utils.url = "github:numtide/flake-utils"; inputs.flake-utils.url = "github:numtide/flake-utils";
outputs = { self, nixpkgs, flake-utils }: outputs = { self, nixpkgs, flake-utils }:
flake-utils.lib.eachDefaultSystem flake-utils.lib.eachDefaultSystem
(system: (system:
let let
pkgs = nixpkgs.legacyPackages.${system}; pkgs = nixpkgs.legacyPackages.${system};
in in
{ {
# Package
packages.socialize = packages.socialize =
pkgs.stdenv.mkDerivation { pkgs.stdenv.mkDerivation {
name = "socialize"; name = "socialize";
src = self; src = self;
installPhase = '' installPhase = ''
install -m 444 -D index.html $out/index.html install -m 444 -D index.html $out/var/www/socialize/index.html
''; '';
}; };
defaultPackage = self.packages.${system}.socialize; defaultPackage = self.packages.${system}.socialize;
} }
); );
} }

View file

@ -59,73 +59,62 @@
// Questions // Questions
const questions = [ const questions = [
"Are you a cat person or a normal person?", "Are you a cat person or a normal person?",
"Are you into musicals?", "Blueberry muffin, with ketchup or mustard?",
"Blueberry muffin, with ketchup or mustard?", "Do you sympathize more with the Empire or the Rebels?",
"Do you like bread?", "How do you feel about beeing disadvantaged as a woman/privileged as a man in society?",
"Do you sympathize more with the Empire or the Rebels?", "How do you feel about putting pineapple on pizza?",
"Do you think there are more doors or wheels in the world?", "If animals could talk, which would be the rudest?",
"For which folk band would you like to be a roadie?", "If peanut butter wasnt called peanut butter, what would it be called?",
"Have you ever been to work without pants?", "If you could merge two different animals to create the ultimate animal, what two animals would it be and what would be their product?",
"How do you feel about beeing disadvantaged as a woman/privileged as a man in society?", "If you could replace all of the grass in the world with something else, what would it be and why?",
"How do you feel about putting pineapple on pizza?", "If you had to go to jail for any reason, what would it be?",
"If animals could talk, which would be the rudest?", "If you were transported 400 years into the past with no clothes or anything else, how would you prove that you were from the future?",
"If peanut butter wasnt called peanut butter, what would it be called?", "If you were wrongfully put into an insane asylum, how would you convince them that youre actually sane and not just pretending to be sane?",
"If you could be born elsewhere and completely restart all of your experiences, where would you go?", "If you would be a superhero with an unlikely power, would it be the ability to shoot meatballs out of your nostrils or the power to create force fields but only around ants?",
"If you could change one law of nature, what would it be and what would be the consequences?", "Is a hotdog a sandwich?",
"If you could merge two different animals to create the ultimate animal, what two animals would it be and what would be their product?", "Is cereal soup?",
"If you could program one app, what would it be?", "Toilet paper, over or under?",
"If you could replace all of the grass in the world with something else, what would it be and why?", "What are some fun and interesting alternatives to war that countries could settle their differences with?",
"If you had to go to jail for any reason, what would it be?", "What did you miss most during the Covid-19 pandemic?",
"If you were transported 400 years into the past with no clothes or anything else, how would you prove that you were from the future?", "What do you normally do for fun?",
"If you were wrongfully put into an insane asylum, how would you convince them that youre actually sane and not just pretending to be sane?", "What hat would you wear right now if it were fashionable to wear one at every occasion?",
"If you would be a superhero with an unlikely power, would it be the ability to shoot meatballs out of your nostrils or the power to create force fields but only around ants?", "What mythical creature would improve the world most if it existed?",
"Is a hotdog a sandwich?", "What secret conspiracy would you like to start?",
"Is cereal soup?", "What set of items could you buy that would make the cashier the most uncomfortable?",
"Toilet paper, over or under?", "What sport would be the funniest to add a mandatory amount of alcohol to?",
"What are some fun and interesting alternatives to war that countries could settle their differences with?", "What two totally normal things become really weird if you do them back to back?",
"What are your thoughts on raisins?", "What will finally break the internet?",
"What did you miss most during the Covid-19 pandemic?", "What would be the coolest animal to scale up to the size of a horse?",
"What do you normally do for fun?", "What would be your weapon of choice in a zombie apocalypse?",
"What hat would you wear right now if it were fashionable to wear one at every occasion?", "What would you name your boat if you had one?",
"What mythical creature would improve the world most if it existed?", "What would you name your spaceship if you had one?",
"What secret conspiracy would you like to start?", "Whats invisible but you wish people could see?",
"What set of items could you buy that would make the cashier the most uncomfortable?", "Whats something that everyone looks stupid doing?",
"What sport would be the funniest to add a mandatory amount of alcohol to?", "Whats the best Wi-Fi name youve seen?",
"What two totally normal things become really weird if you do them back to back?", "Whats the dumbest way you have been injured?",
"What will finally break the internet?", "Whats the funniest joke you know by heart?",
"What would be the coolest animal to scale up to the size of a horse?", "Whats the most ridiculous fact you know?",
"What would be your weapon of choice in a zombie apocalypse?", "Whats the most useless talent you have?",
"What would you name your boat if you had one?", "Whats the weirdest smell you have ever smelled?",
"What would you name your spaceship if you had one?", "Whats the weirdest thing you have seen in someone elses home?",
"Whats invisible but you wish people could see?", "Whats the worst purchase you have ever made?",
"Whats something that everyone looks stupid doing?", "Whats your animal of the day?",
"Whats the best Wi-Fi name youve seen?", "Whats your favorite sock color?",
"Whats the dumbest way you have been injured?", "Whats your favourite Austin Powers movie?",
"Whats the funniest joke you know by heart?", "Whats your favourite Gilmore Girls episode?",
"Whats the most ridiculous fact you know?", "Whats your favourite beer brewery?",
"Whats the most useless talent you have?", "Whats your hidden talent?",
"Whats the weirdest smell you have ever smelled?", "Whats your net income?",
"Whats the weirdest thing you have seen in someone elses home?", "Which body part do you wish you could detach and why?",
"Whats the worst purchase you have ever made?", "Which company will put advertising on the moon first?",
"Whats your animal of the day?", "Which fruit describes you best?",
"Whats your favorite sock color?", "Which sport do you think theyll invent next?",
"Whats your favorite thing to spend on or would love to spend on?", "Would you rather be always 15 minutes late or always 30 minutes early?",
"Whats your favourite Austin Powers movie?", "Would you rather brush your teeth with a toilet brush or clean the toilet with your toothbrush?",
"Whats your favourite Gilmore Girls episode?", "Would you rather have drill-hands or rollerblade-feet?",
"Whats your favourite beer brewery?", "Would you take the red pill or the blue pill?",
"Whats your hidden talent?", "Youre a mad scientist, what scientific experiment would you run if money and ethics werent an issue?",
"Whats your net income?",
"Which body part do you wish you could detach and why?",
"Which company will put advertising on the moon first?",
"Which fruit describes you best?",
"Which sport do you think theyll invent next?",
"Which three records do you take with you to a desert island?",
"Would you rather be always 15 minutes late or always 30 minutes early?",
"Would you rather brush your teeth with a toilet brush or clean the toilet with your toothbrush?",
"Would you rather have drill-hands or rollerblade-feet?",
"Would you take the red pill or the blue pill?",
"Youre a mad scientist, what scientific experiment would you run if money and ethics werent an issue?",
]; ];
// Get random question // Get random question