poldare.com For those of you who used/suggested features and remember previous threads, yesterday I implemented "other user is typing" thing. Truth be told, it's a primitive version for posts that are taking substantially long to type, but it is here still. You certainly won't wonder if other user is gone or not when he's typing a minute long post.
I also made social media accounts on which I will more casually add updates, if you care for it: >twatter: @poldarecom >gab: @poldare >minds: @poldare
Sorry for those few lengthy emails to which I did not respond yet, I've had a lot on my mind.
In either case, if you like the website, give the thread a bump.
For those of you that did not try for a longer time, here's the update list off the top of my head: >improved mobile >public chats >other user is typing >performance improvements >drop-out fixes
next thing to do: >prevent connecting to people that recently abandoned their queue
o-ok
Asher Ward
wtf is it
Luis Davis
Forgot my introductory explanation:
It's a website for 1 on 1 anonymous political chat featuring various positions. Still in beta, constantly upgrading and taking suggestions.
If they are good and easily done, I do implement.
Ryan Hughes
Party affiliation options suck.
Jaxon Phillips
Tell me more. inb4 "I want a political compass pairing"
Tyler King
Were is the "natiolaist" option, NatSoc is just one version of Nationalism.
Austin Fisher
"Nationalism" isn't a all-encompassing worldview.
Fascist, NatSocs, AR, (often) Trads, (often) Cons, and (sometimes) Libs are nationalists.
Also "nationalism" can be divided into ethno nationalism, civic nationalism etc. You could argue that only one is real nationalism, but it isn't understood as such. Would only insert confusion.
Thomas Morgan
Vid related is explanation for eternal question of "What the A button does"
Joshua Morgan
It would be great if people that join tried out the "public" option, since it is not yet as greatly tested as necessary (which I can't reproduce myself, for obvious reasons).
Also, would be grateful for a bump.
Carter Morgan
bump
Anthony Anderson
bumberino
Xavier Davis
How can one not understand this by the OP's picture?
Asher Morgan
I want an Islamic option and Monarchist
Ryan Bailey
>Waiting >Forever Shit.
Nathan Cruz
>Islamic option and Monarchist
There will be "Theocracy" soon. I'm having trouble with the icon (flag) though. If anyone has suggestions, do post.
Caleb Cruz
It is usually more active in latter/american hours because that's when I usually posted about it. But it certainly needs a better pairing time for the rest of the day, yes.
Sebastian Murphy
Software dev user here, what's it written in? Also, take 20 minutes and get a Let's Encrypt SSL cert for your fucking nginx config.
Oliver James
>Software dev user here, what's it written in? Are you the one that sent me the long email?
In either case, I cannot implement Let's Encrypt's SSL. I followed their tutorials, and there is no option with my host to get the public certificate/keys/whatever it was that is required for free encryption.
I then went to FAQs and they explicitly say that they do not provide free https connection. They want $25, and they implement it manually on request. The first $25 I figure out how to get from this website will be spent into secure connection. The next $50 (times X) will be for dedicated server so I can finally implement websockets and get better performance in high-stress situations.
Jose Brown
Nah, I'm new to the threads. Seen them around a few times, but mostly scrolled past. What host do you go with? They sound like a fine gaggle of dunces.
Xavier Brown
Just use the star and crescent, there are hardly any other Theocracies around today.
Jose White
what does "public chat" mean? I think best option would be a left-wing and right-wing grouping since some forms of nationalism can be followed by even leftist groups
Xavier Lee
i think you should change the name of anarchist socialism to anarcho-communism/leftist anarchism, split "marxist communism" into "leftist socialism" and "communism" and you should add "radical centrism", "monarchist" and "theocracy" also, would this be a good logo for theocracy?
Elijah Green
>What host do you go with? They sound like a fine gaggle of dunces. I'm on Arvixe. I'm satisfied (for now) since they don't limit traffic and storage in any capacity (the former is relevant to me). There could be some other bottlenecks though if traffic gets intensive.
The first request I got for this was by a Christian, so I'm not sure about that. I think I could go with Saturn symbol, but I'll have to meditate on that.
>what does "public chat" mean? Other people can see your chat. (it can be clicked from the homepage, and you'll see the conversation).
>I think best option would be a left-wing and right-wing grouping since some forms of nationalism can be followed by even leftist groups It already is divided into L-R. I do generally plan to add "other left" and "other right" options.
Chase Parker
Already thinking about branching communism.
>also, would this be a good logo for theocracy? No, reduced to small circle it wouldn't look like anything, sadly.
Lucas Green
what about this then?
Thomas Ramirez
That's pretty neat. Nice job, user.
David Ramirez
Was thinking about pic related, since there is a focus on saturn in abrahamic religions (which casually are theocracies) and elsewhere.
Hands wouldn't be bad as well, albeit there is a Christian connotation to it.
Nathan Fisher
I'm thinking about utilizing the "NEWS" section, make it run on wordpress. I'd like to have people of multiple positions writing opinion pieces, clearly stating what they are representing. It could be a fun project.
Thanks bro.
Michael Stewart
that symbol is good too the only other idea i have is a book since it connects with idea of holy books
>poldare.com what kind of data mining operation is this, I'll bite let's go
Liam Parker
Quote from the OP on the link:
>Tips: Anyone hosting their website on Arvixe (Shared hosting) can install the cert and key file from their cpanel. The cert and key can be obtained from gethttpsforfree.com
Kevin Nguyen
sec, I'll post you my cpanel stuff. I was already on that website but couldn't get it to work.
That's interesting, I think I could combine the book and symbol. Could be a neat icon.
Evan Russell
it just occurred to me i don't even like talking about politics anymore and my opinions have galvanized over time
it requires: >Account Public Key (don't know how to get) >Certificate Signing Request (do know how to get)
That's where I got stuck last time.
Jordan Lee
Bump, nice site
Need Monarchism and Identitarian/generic nationalist along some others added desu pham
Jaxon Ross
You can even expand "how do I get..." on that public key thing.
Private key I can generate as you can see on ssl manager. But I get stuck here:
> Print your public key: >openssl rsa -in account.key -pubout
Benjamin Wood
What gets you stuck there? It's just taking your private key, and generating the asymmetric public key to match it. Pic related is on one of my sites after running the two commands. Looks fine to me.
Anthony Gutierrez
Thanks bro. I will include "Monarchism" and "Theocracy". Not sure about the rest.
Aaron Moore
How do I get to that window?
Adam Lewis
oh fucking hell, don't tell me I can do that on my computer?
Ethan Stewart
You've got to connect to your server via SSH.
Evan Miller
That's why I was confused when you said you can't setup Let's Encrypt, because you can do it all from SSH and it takes like 20 minutes. Want me to walk you through it?
Liam Perez
Please do. I'm on linux mint, and have "openssl" installed.
Ethan Thomas
Interesting. Have a bump
Josiah Gray
For this tutorial, >greentext is commands to run, and >>double greentext is console output
Alright, first step, get OpenSSL. >su -c "apt-get install openssl" Now, we'll go to your root directory just for the sake of convenience. >cd ~ Now we'll run the commands to generate a public/private keypair >openssl genrsa 4096 > account.key >openssl rsa -in account.key -pubout >>your public key will print out here Paste that public key into gethttpsforfree.
Next up, we'll have to SSH into your server and install the certificates.
Mason Green
>http
Can't tell if idiot or bait. Using insecure connections in 2017 is unacceptable.
Either way you'll have to contact Arvixe and ask them to enable SSH for you. It's free.
Angel Ramirez
I'm helping him with that now.
Jayden Campbell
No seriously conservatism is associated with neo-conism and this leaves no real option to the more Identitarian or Generic Nationalistic reactionary types, its a BIG jump from conservatives to Fascism/Alt-right
Wyatt Clark
Alright, I did this part.
Do I upload the private key into host's "SSL/TLS Manager: Private Keys" section?
Also, there is "SSH Shell Access" where I can click on "Manage SSH Keys". Pic related. Does this have to do with anything in this next step? I'd like to avoid contacting them unless necessary since it could drag on.
Christian Taylor
well.. why don't you implement that? it would certainly be a cool feature
Owen Fisher
Yeah, you'll want to click the 'Generate Key' button. I think you upload the private key, yes.
Nathan Davis
What you want to do is setup an SSH key, and that'll allow you to connect to your server directly instead of having to use cPanel or related, which are fucking garbage.
Carter Taylor
Alright, I'll try this now.
I suppose that "Step 2: Certificate Signing Request" can be done via: >Certificates (CRT) >Generate, view, upload, or delete SSL certificates. (pic here ).
Will try to make this work.
Jack Perry
I believe so. Good luck user, hope the project takes off. It's good to see open communication.
Liam Harris
don't know what this is but it could have potential, I'll happily test and bump stuff OP.
Eli Robinson
Thanks mateys.
Thanks. I'm stuck at "Step 3: Sign API Requests" which returns " Error: Account registration failed. Please start back at Step 1. "
I'm trying to sign the request in my own terminal. Not sure why it won't accept.
Gabriel Hill
I think I'm getting there. https soon?
Chase Brown
IT IS NOW https (knocks on wood 3 times).
Dude, you are entitled to credits as much as anyone. Send me your information/alias and I'll put you into Special Thanks list.
Web designer here, I will literally built you a better template, the one you have now is complete shit.
Robert Lopez
The bottom contact list overlaps the chat list on smaller window sizes. Also quitting a chat doesn't send you back to the home page for some reason. Otherwise good shit.
Hunter Mitchell
I intend to add themes as well. If you make something, do send. I'll add if it's good.
Also, notice: for whatever reason it won't load jquery (which is required for server communication) when using https. Troubleshooting now.
Use http until then.
Evan Stewart
Can you tell me more? I heard this complaint but can't replicate.
Is it after the chat is over, or during chat?
Joseph Morgan
Profiling, market research, people database.
Camden Ross
Neither sends you to the home page, just changes the address bar. I'm on waterfox right now if that changes anything.
Samuel Harris
>I'm on waterfox right now if that changes anything
It does. This started occuring to me right around the time I got latest FF version. Does WF update the same way?
Firefox Mobile, Chromium etc. redirect properly so I think it's browser related.
Jaxson Allen
still waiting for platonism and aristocracy
Zachary Hall
>platonism Let's be real, we're the only two people that would ever click on that.
Aristocracy will fit under monarchism I think.
Thomas Cruz
Btw https connection works properly now.
However, I can't figure out how to make it https by default. Like some other sites do.
Hudson Wood
Ah a fellow enlightened one I see. Anyway, nice job on that site and I appreciate the recent updates. Keep it up.
Lucas Morris
I honestly don't get the bad rep Plato is getting from people like Vox Day lately or in general. I think it is post-Christian resistance to the State. Can't say that I don't understand the impulse, but overall it's just phony empathy with your projection of theoretical self being barred from ruling, or essentially doing whatever you want. It's delusional and against logos.
Also, glad you like the website.
Gabriel Perez
waaaaaaaaaaaaaaaaaait a second >linking to Sup Forums Sup Forums
hmmm
Owen Bell
I can remove the link, but the credits must stay up. Sup Forums helped me the most in this, loads of great suggestions and general help.
Dylan Wilson
bump
Dominic Gonzalez
Distant conservatism from neoconservatism.
Add more political currents (National Bolshevism, Zionism, etc.)
Cooper Jackson
>Distant conservatism from neoconservatism. Neocons are essentially warmongering liberals. Not much point in adding it as a separate option. Also, who would actually click on it? I know conservatism is a bit stained by it, but every position has it's own problem.
National Bolshevism is in consideration. Zionism is a bit too specific. Might as well add Kurdish separatists etc. I do have to admit that zionism is a bit more universal since there is a religious ethos behind it that affects non-Jews as well.
Levi Lewis
bump
Asher Gomez
fpbp
fuck off op
Dylan Moore
Like my website or else.
Zachary Brown
It's an obvious rip off of omegle.com . Which is a shit website btw. Also, why would I use your shit website when I can just plug my political views into Omegle? Also, I'm certainly never going to use it now that I see the creator shilling it on pol.
Have a good day.
Owen Rivera
Have fun skipping over 50 kik bots to find a 16yo to discuss politics with.
That's why I made it in the first place, among some other things I couldn't pull out on omegle.
Owen Diaz
Correct memory consumption. Firefox just run out of 4 gb of memore after three chats.
Carson Sullivan
Why is this shit even allowed on pol? I've got products I'd like to push on you too, can I make posts about it everyday?
Landon Carter
Will test this out in a few minutes, didn't hear about this earlier.
I suppose it's Sup Forums-related, but what do I know.