@h Well, one thing I;m concerned about is that it requires await, and I'm not sure meteor or the version of node.js it uses can handle await? It didn't seem to work earlier, so I'm not sure it will work here. :/
Notices by ☭⚑ Comrade Angles ⚑☭ (angle@anticapitalist.party), page 15
-
☭⚑ Comrade Angles ⚑☭ (angle@anticapitalist.party)'s status on Wednesday, 25-Jul-2018 17:46:38 EDT ☭⚑ Comrade Angles ⚑☭
-
☭⚑ Comrade Angles ⚑☭ (angle@anticapitalist.party)'s status on Wednesday, 25-Jul-2018 17:44:54 EDT ☭⚑ Comrade Angles ⚑☭
@h Hmm. I am trying not to develop too bad a case of dependecitis, but to be honest this seems like a better use of a new package than many I'm already using, so it's probably worth taking a look at. XD
-
☭⚑ Comrade Angles ⚑☭ (angle@anticapitalist.party)'s status on Wednesday, 25-Jul-2018 17:39:13 EDT ☭⚑ Comrade Angles ⚑☭
@h This is where the bulk of the code is, including the bit I'm working on right now. There is some other stuff involved, but unless you;re actually gonna build it for yourself you shouldn't need to worry about that.
https://gitlab.com/Agora-Project/agora-meteor
The specific function I;m working on right now is findActorByMention in server/federation.js. Specifically, I want to make the webfinger call at the bottom of the function return it's value to the function, and have the function wait until it does so. :/
-
☭⚑ Comrade Angles ⚑☭ (angle@anticapitalist.party)'s status on Wednesday, 25-Jul-2018 17:32:34 EDT ☭⚑ Comrade Angles ⚑☭
@h Yup! I can show you the code, if you want. XD
-
Nora, Tech Witch (tindall@cybre.space)'s status on Wednesday, 25-Jul-2018 16:55:50 EDT Nora, Tech Witch
@garbados The thing is that ideally it _can_ do that, all the technology that enables exploitation of Uber and Lyft drivers _could_ instead be used to help people actually just _share_ their rides - log a travel plan before you leave, people along the route register their intent to hop on and where they want to get off, you get some kind of minor compensation.
There's nothing inherently bad about the idea of being paid to share your car, the problem is that the capitalists go their hands on it
-
D Dino (garbados@toot.cat)'s status on Wednesday, 25-Jul-2018 16:49:12 EDT D Dino
look when i first heard "the sharing economy" i thought it meant "a cooperative end to scarcity" so i am extremely disappointed that it just means "worse jobs for worse pay"
-
☭⚑ Comrade Angles ⚑☭ (angle@anticapitalist.party)'s status on Wednesday, 25-Jul-2018 16:26:17 EDT ☭⚑ Comrade Angles ⚑☭
@h Well, I'm back to work and I'm confronting an old problem - getting my code to wait for the results of some async code. I tried to get this working before using async/wait and couldn't figure it out, and ended up doing everything through callbacks, but that would be really awkward here so I'd rather avoid it if possible? I'm not sure if this is anything you're experienced with, but if so I'd love some help. :/
-
☭⚑ Comrade Angles ⚑☭ (angle@anticapitalist.party)'s status on Wednesday, 25-Jul-2018 14:52:58 EDT ☭⚑ Comrade Angles ⚑☭
@hoodie Hah! Well, that looks like interesting chaos. XD
-
☭⚑ Comrade Angles ⚑☭ (angle@anticapitalist.party)'s status on Wednesday, 25-Jul-2018 14:38:40 EDT ☭⚑ Comrade Angles ⚑☭
@cwebber Comics, the only acceptable use of comic sans. :/
-
☭⚑ Comrade Angles ⚑☭ (angle@anticapitalist.party)'s status on Wednesday, 25-Jul-2018 00:27:47 EDT ☭⚑ Comrade Angles ⚑☭
@Morgane go to slep. >:[
-
☭⚑ Comrade Angles ⚑☭ (angle@anticapitalist.party)'s status on Wednesday, 25-Jul-2018 00:23:21 EDT ☭⚑ Comrade Angles ⚑☭
@h Cheers! Don't worry, I will do just that. XD
-
☭⚑ Comrade Angles ⚑☭ (angle@anticapitalist.party)'s status on Wednesday, 25-Jul-2018 00:21:43 EDT ☭⚑ Comrade Angles ⚑☭
@h Honestly I'm thinking I might wrap things up here and go to sleep myself. XD
-
☭⚑ Comrade Angles ⚑☭ (angle@anticapitalist.party)'s status on Wednesday, 25-Jul-2018 00:16:09 EDT ☭⚑ Comrade Angles ⚑☭
@h I think so? Of course, now I have new problems, but thats how it goes. XD
-
☭⚑ Comrade Angles ⚑☭ (angle@anticapitalist.party)'s status on Wednesday, 25-Jul-2018 00:15:05 EDT ☭⚑ Comrade Angles ⚑☭
@h Well, I'm using Meteor, which is using node, so that's a lot of room for things to get weird. XD
-
☭⚑ Comrade Angles ⚑☭ (angle@anticapitalist.party)'s status on Wednesday, 25-Jul-2018 00:13:10 EDT ☭⚑ Comrade Angles ⚑☭
@h Yeah I'm not sure what was up with that. maybe I just wasn;t including the right code to import it for my server? I dunno. :/
-
☭⚑ Comrade Angles ⚑☭ (angle@anticapitalist.party)'s status on Wednesday, 25-Jul-2018 00:11:33 EDT ☭⚑ Comrade Angles ⚑☭
@h Aye, it's actually simpler, as I don;t mind including port number. I guess I was overcomplicating things. XD
-
☭⚑ Comrade Angles ⚑☭ (angle@anticapitalist.party)'s status on Wednesday, 25-Jul-2018 00:07:17 EDT ☭⚑ Comrade Angles ⚑☭
@h Huh, okay. I thought it would have to be more complicated than that. My mistake! XD
-
☭⚑ Comrade Angles ⚑☭ (angle@anticapitalist.party)'s status on Wednesday, 25-Jul-2018 00:01:29 EDT ☭⚑ Comrade Angles ⚑☭
@h I'm trying to go "new URL(string)" and it's going "URL not recognized". Thats the way it's usually recommended to get a host out of an URL, but it looks like I'll need to find something else. :/
-
☭⚑ Comrade Angles ⚑☭ (angle@anticapitalist.party)'s status on Tuesday, 24-Jul-2018 23:57:02 EDT ☭⚑ Comrade Angles ⚑☭
@h javascript. And I wouldjust parse the string into an URL and extract the host data, but apparently I can;t use the URL object on the server. I'm trying to find another way to do it, or failing that, just write a parser myself. :/
-
☭⚑ Comrade Angles ⚑☭ (angle@anticapitalist.party)'s status on Tuesday, 24-Jul-2018 23:54:16 EDT ☭⚑ Comrade Angles ⚑☭
@h Hmm, yeah that might be a good point. I am getting frustrated with the thing cause it's being stubborn about working. XD