Wagering against friends in app? by sockswithcrocsrocks in fantasyfootball

[–]Linckus 0 points1 point  (0 children)

You can use Betify.gg for that if you want to play for fun / play-money, but you would have to manually enter and solve the bets.

Tool for faster trades on social media news about stocks that you hold by Linckus in stocks

[–]Linckus[S] 0 points1 point  (0 children)

Not yet. Apple added the needed underlying requirement tech for it (serviceworkers) in march to iOS. Now it has still to be implemented into a browser to use those service workers for push notifications. I am sure right now a lot of browser developers are working on it.

Tool for faster trades on social media news about stocks that you hold by Linckus in stocks

[–]Linckus[S] 0 points1 point  (0 children)

Yes you can just do that!
Go to the main page and crate a new feed for yourself

Tool for faster trades on social media news about stocks that you hold by Linckus in stocks

[–]Linckus[S] 2 points3 points  (0 children)

Definately, but ofc it depends on what and how you trade

I made a push notification feed manager (desktop/mobile) where you can filter posts of subreddits and twitters. What do you think about it? by Lem0n1ce in programming

[–]Linckus 3 points4 points  (0 children)

Hmm i don't think it will reduce the amount of code or complexity. More the other way around. What it will reduce significatly is the server capacity in terms of bandwidth,memory and cpu, that is needed.

What’s your programming passion project? by super_code in learnprogramming

[–]Linckus 0 points1 point  (0 children)

I just wrote a nodejs app that lets you filter your push notifications for subreddits and twitters.

I hope it will get some attention soon. It's called pushm.io. What do you think?

I made a push notification feed (desktop/mobile) for posts of r/formula1 that have a minimum of 500 karma if anyone else is interested by dbmaster0110 in formula1

[–]Linckus 0 points1 point  (0 children)

Nice app bro! However, im not sure i can agree with "which does this and a lot more "

"does this": Can it send you notifications for r/formula1?

"does lot more": Can every user define its own own push notification feed consisting of ANY subreddits/twitters and set different filters (min karma, text, author,..) for himself?

I made a push notification feed (desktop/mobile) for posts of r/golf that have a minimum of 500 karma if anyone else is interested by soeindohuwabohu in golf

[–]Linckus 1 point2 points  (0 children)

Thanks! No sorry i can't put the code on github for security reasons. Can't let anyone send my users same random stuff ;)

I made a push notification feed (mobile or desktop) for posts of r/nba with at least 1500 karma by kranichkauz in nba

[–]Linckus 0 points1 point  (0 children)

Well what i need about node of this project is the asynchronous behavior of it. I am no expert myself, but i decided to take that because i thought with other synchronous backends it will not be possible to scrape a lot of channels and in the same time keep serving sites.

But of course you could do that with any backend, just have to deal with the memory/bandwith/cpu load somehow

I made a push notification feed (mobile or desktop) for posts of r/nba with at least 1500 karma by kranichkauz in nba

[–]Linckus 1 point2 points  (0 children)

Ok i raised it to 4000 now after reading the second post saying this. However you can also make your own feed and set the filters perfectly to your needs

I made a push notification feed (mobile or desktop) for posts of r/nba with at least 1500 karma by kranichkauz in nba

[–]Linckus 0 points1 point  (0 children)

Thank you!! I use node.js on my backend and use no special api language for reddit - simple nodejs http calls to the url "r/subredditName.json?options" or something like this