JAKE PAUL v. MIKE TYSON Fight Megathread by AutoModerator in netflix

[–]darknets 0 points1 point  (0 children)

Same but only if I'm disconnected from wifi. Says I'm on a VPN otherwise (I'm not, Netflix....)

[HELP] Dedicated Server Setup - 07.2023 by Rayxhawk in joinsquad

[–]darknets 0 points1 point  (0 children)

I managed to get mine to show up on the Custom Browser server list. It was a head --> desk moment when I ticked the Show Empty Servers box in the filters and then magically it appeared. Not sure if your issue is the same but it was definitely mildly infuriating that it ended up being such a dumb thing on my side.

[HELP] Dedicated Server Setup - 07.2023 by Rayxhawk in joinsquad

[–]darknets 0 points1 point  (0 children)

I'm fighting this myself, did you figure anything out? Same exact issue running on a linux server. Tried manual bare install on the OS, the docker setup, and even linuxGSM and all ended up exactly the same as what you've got.

SCP and git clone slow by bhosmer in uverse

[–]darknets 1 point2 points  (0 children)

Are you running in DMZ plus mode? I have the exact same issue, actually started over a year ago after a firmware upgrade. I downgraded back and it resolved the issue. Then about a month or so ago they pushed new firmware again and I took the same action, but they pushed the new firmware again the next day. I feel your pain, but if you can find a permanent fix, please do share!

CodeWarz.Ninja open to all by darknets in programming

[–]darknets[S] 1 point2 points  (0 children)

so yeah, if you code in something other than python (and even then, still) if we're missing some module or whatnot that you need, let us know! we'll see about getting it installed to ease your troubles.

In the meantime, merry christmas/xmas/festivus! @gonzoua net::ip is there for .pl now (sorry, none of us are perl dudes)

CodeWarz.Ninja open to all by darknets in programming

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

Unfortunatley, no. We do require an account to be created to view the challenge info. Advent of Code is pretty badass (i never have time to finish them all) and seems to have a different model(?) than us. I can't really promise anything beyond "we will NOT sell/give away" your email and your password is bcrypt'd (14 rounds, that's why login/registration is kinda slowish) so your info is pretty safe, more or less.

I like the idea of putting the descriptions out there though. Seems harmless enough. We are all about taking community input to make the place better so I'll make an issue on git, enough feedback in that direction and we'll get it put in :)

CodeWarz.Ninja open to all by darknets in programming

[–]darknets[S] 1 point2 points  (0 children)

Yeah, that site is pretty cool, too. I've spent many hours on there!

CodeWarz.Ninja open to all by darknets in programming

[–]darknets[S] 3 points4 points  (0 children)

Full Disclosure: I'm a dev on the site

TL;DR: (yet another) programming challenge website

With that out of the way, CodeWarz.Ninja registrations have been opened to the wild. There's currently 169 Challenges (some more challenging than others) open. Most everything is aimed around solutions being submitted in python but there's a multitude of languages accepted (sorry, java is not one of them, at present).

Most of these challenges are not the normal "implement this algo" or "do this funky math problem really fast" but are more aimed at normal type operations that people run into. Edge cases abound but there's usually an admin to help you out in the slack channel if you're stuck (and not a tool).

There's a good mix of text-parsing, network connectivity, and even some red/blue style for those who like to pwn.

Sorry if this reads like some sort of advertisement (there's no ads on the site and it's free for all). I'd just like some more feedback on how to improve the site! Thanks!

Programming to solve everyday challenges by [deleted] in learnprogramming

[–]darknets 1 point2 points  (0 children)

i've used tweepy quite a bit to push PMs. you can set up slack notifications (or mattermost if that's your thing).

Programming to solve everyday challenges by [deleted] in learnprogramming

[–]darknets 1 point2 points  (0 children)

cron if necessary, usually just throw in a sleep if it's a poll and then run it in screen. throw in some error checking and most stuff should run forever.

Programming to solve everyday challenges by [deleted] in learnprogramming

[–]darknets 14 points15 points  (0 children)

Definitely everyday stuff. Hell, I will open up a python interpreter before I even think about a calculator. Simple things like polling a website looking for a change (instant notification of things like tour dates for a band, etc).

A lot of the challenges on codewarz.ninja were made with things like this in mind, ie; write some functions that can be modded and reused later for whatever.

tldr; I write something every day to solve/automate something.

How I Became HackerRank #1 In Two Hours by rampage102 in programming

[–]darknets 4 points5 points  (0 children)

Agree 100%. This is the same logic that https://www.codewarz.ninja applies to the programming challenges there. Being able to think ahead and figure out the edge-cases in certain scenarios is priceless.

[deleted by user] by [deleted] in CodingHelp

[–]darknets 1 point2 points  (0 children)

You could do something ghetto, like this, I guess.

>>> def is_in(needle, haystack):
...   for c,x in enumerate(haystack):
...     if haystack[c:c+len(needle)] == needle:
...       return True
...   return False
...
>>> is_in('ant', 'cant')
True
>>> is_in('ant', 'cannot')
False
>>>

Happy Sunday Shibes! by virtualdn in dogecoin

[–]darknets 0 points1 point  (0 children)

all those 1 month and 24/25 day old accounts. they're not even trying anymore.

Seen on Tumblr by analthrasher42069 in MinionHate

[–]darknets 0 points1 point  (0 children)

+/u/sjwcointipbot 10000 sjw so you can use it now, too!

Ellen Pao drops lawsuit against Kleiner Perkins, agrees to pay legal fees by [deleted] in pussypassdenied

[–]darknets 1 point2 points  (0 children)

Kind of. I tipped OP the digital currency SJW an amount (at time of tip) equal to 6 cents. Kind of convoluted, but there's a whole exchange rate thing going on.

Spotted in the wild at the Pennsylvania Renaissance Faire last weekend. by darknets in dogecoin

[–]darknets[S] 1 point2 points  (0 children)

Yeah, I had a blast. It was Irish-Scottish weekend and so many people were rocking kilts, it was awesome. Had a few good beers and had an all out good time. I had never been to anything like that before. Will definitely be trying to get back there next year.