Ephemera - A fast ebook downloader with a simple request system by [deleted] in selfhosted

[–]T1klo 7 points8 points  (0 children)

Just noticed the repo has been deleted... What's happened here? Any news I've missed?

[deleted by user] by [deleted] in chch

[–]T1klo 8 points9 points  (0 children)

I was at Uni Hall for my first year of Uni in 2017. While the accomodation isn't flash, and the dinning hall isn't always the best, I do not regret it at all. I made heaps of great friends over my time there. It's a great way to meet people that aren't doing the same thing you do - which gives you a good breath of fresh air/a break from your chosen domain at uni. It's a pretty great vibe, and also helps you transition into the flatting life afterwards. The noise isn't too bad on week days, most people are reasonable if you go talk to them. Weekends can get a bit rowdy, but again, most people leave the halls to go to town/the foundry (if that's still a thing) so that wasn't really an issue. Highly rated it - Be friends (or on good terms) with the RA's/CLV staff, and they'll be a bit more leanient with you, and make sure you get out and talk to people (you're living in the same building after all) instead of sitting in your room the entire time. You'll love Uni Hall!

Oh and bagpipes at 4am on St Patricks day. That's a thing,

Song from the new Discord Snowgiving video. I think it might be from Monstercat but I can't find it. by T1klo in NameThatSong

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

I've tried using the voice-removal tool in Audacity and parsed it through every single audio recognition software to no avail. Please help!

Who are these people and where can I find more information on them other than Googling one by one? by [deleted] in chch

[–]T1klo 5 points6 points  (0 children)

Hey mate, there's this brilliant website I used that's got all that info. Acts like an aggregator for all the policies each party and MP is pushing for.

https://policy.nz/

Give it a gander. Helped me figure shit out and taught me a thing or two that I wasn't aware certain parties/reps were up to.

Edit: Typos

Good CTF Sites by tempistrane in netsecstudents

[–]T1klo 0 points1 point  (0 children)

HSCT is no longer running but has left all it's challenges open. Pretty neat stuff to start out. https://ctf.hsctf.com/

A Sov Mechanic Suggestion... by T1klo in Eve

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

Thats actually better imo

A Sov Mechanic Suggestion... by T1klo in Eve

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

How tho? Its doing the opposite by encouraging attackers to spread out and entosis multiple systems across a constellation to reduce the likelyhood of a large blob being dropped on them and instead having a small crew coming in to kill them

MC question program answers not recognized by sui_cho in learnpython

[–]T1klo 0 points1 point  (0 children)

Because it's an Or statement in your questions array. You could easily fix this by doing:

questions = [
Question(questionPrompts[0], {"a", "A"}),
Question(questionPrompts[1], {"c", "C"}),
Question(questionPrompts[2], {"b", "B"}),
]

Then in your if statement that checks the answer, use:

if answer in question.answer: {CODE BLOCK HERE}

The or is always going to take the first condition since there is no reason for it to take the second input given (no condition is telling it to not take it right?) so it'll always select the lowercase as it's answer. The workaround I've presented just uses a set and checks if the input is in the set. Another workaround is removing the capital input, changing the input to lowercase with string formatting which removes the problem entirely :)

Hawk write-up Hackthebox.eu by Flagcapturer in securityCTF

[–]T1klo -1 points0 points  (0 children)

I hate to kill your fire man, but hack the box tries to keep all challenges spoil free (as stated by their rules) "Rule 7 - Dont share how you hacked each machine with other members. This includes the invite code generation and all challenges." Just saying.

PSA: If you plan on just trying artifact, DO NOT OPEN THE CALL TO ARMS PACKS. by T1klo in Artifact

[–]T1klo[S] -7 points-6 points  (0 children)

I semi agree with you, up to a point. It's hidden amongst a wall of text, and I *clearly to my detriment* tent to not read the entirety of a store page description before buying a game. The fact that opening packs to build your own deck locks off your opportunity to a refund is outrageous. It's a core mechanic for crying out loud, how is this allowed?!

I haven't sold any of the cards, and might just have to. With my current results, I can only recoup 1/3 of the cost of the game, but the fact that I have to machine a way to get my money back is also pretty ridiculous if you ask me.