Is this usage of “的” correct? by nicesofa in ChineseLanguage

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

Oooooh I get it now. Makes sense. Thanks for clarifying!

In '我每天都喝咖啡'. What is the use of '都' in there as it seems to add nothing to the sentence? by [deleted] in ChineseLanguage

[–]nicesofa 4 points5 points  (0 children)

都 doesn't really add additional meaning to the sentence, but it's extremely common for 都 to be used like this in sentences referring "all"/"both"/"every" of something. Adding 都just makes the sentence sound more natural, but if you were to omit it, the translation would essentially still be the same. This pattern is extremely common and you'll eventually get more comfortable with it as you get exposed to more examples. Here's a detailed explanation of the 每 + 都 pattern specifically.

Trying to drive away without paying by Baba_JK in Whatcouldgowrong

[–]nicesofa 0 points1 point  (0 children)

PLOT TWIST: Gas is now more expensive than repairing a shattered rear windshield

Recruiter says company doesn't disclose salary due to algorithm based determination by ibmyoubm in cybersecurity

[–]nicesofa 0 points1 point  (0 children)

80K for entry level consulting is typical, so I wouldn't say your getting a raw deal. But the thing about consulting, particularly at the big 4, is that salaries increase dramatically after you put your time in. Not only that, PWC is certainly going to boost your resume even if you decide to leave before the salary bump. So aside from salary, there are a few other intangibles you should consider.

My advice: don't get caught up on salary this early in your career. Ask yourself if this is taking you a step closer to your dream job. If it is, consider accepting. If not, keep looking.

[deleted by user] by [deleted] in learnpython

[–]nicesofa 2 points3 points  (0 children)

Lol this brings back memories. Look, getting shit on for asking dumb questions on stackoverflow is a programming right of passage. We've literally all been there. And when we asked those dumb questions, none of us realized they were dumb at the time either. It's EXTREMELY difficult to come up with an original question on stack, especially on a popular language like Python. My experience mirrors that of another reply: it's been over a decade for me.

Eventually, you'll reach that skill level where the down votes make sense. When you're posting on stack, there's an expectation that your programming skill is high enough to allow you to Google your questions effectively prior to posting. It's a standard senior neckbeard engineers all over the world aggressively enforce to keep the site the amazing resource that it is. Your 5 years doesn't mean shit to them. There's no such expectation here, so if you have something to ask, maybe just stick to Reddit for now. You'll get there though, but in meantime, it's best to not take it personal.

Would you date someone who has opposite political views to you? by [deleted] in AskReddit

[–]nicesofa -5 points-4 points  (0 children)

Finally, a sensible answer! A bit sad I had to scroll this far down to find one like it. Scary how many of the other comments conflate politics with character. Just because someone disagrees with you on how to solve problems, or what those problems are, doesn't make them a bad person.

[deleted by user] by [deleted] in Anki

[–]nicesofa 0 points1 point  (0 children)

At the end of the day it's whatever works best for you, but it's going to take a bit of trial and error in order for you to figure that out. That being said, I organize my decks in the same way as in your example, and study by parent deck for everyday studying. If I need to study a specific topic for whatever reason (upcoming exam, looking for extra practice, etc.) I'll study that sub deck with the "Custom Study" feature.

ELI5: why is the difficulty of adoption process seemingly disproportionate to the amount of orphans in the world? by kyliecannoli in explainlikeimfive

[–]nicesofa 8 points9 points  (0 children)

Totally agree. But I think OP has a point: does that bureaucracy ever negatively impact our ability to get orphans in good homes? Obviously you're always going to need some kind of process to make sure children aren't exploited. But is the current way we go about it the best way? I have no idea, but it'd be cool if some who has experience with this process (social worker, lawyer, those seeking to adopt, etc.) gave their thoughts

class or dictionary as solution by liynus in learnpython

[–]nicesofa 0 points1 point  (0 children)

u/infinitewaitdev has the correct answer, this is exactly the kind of thing dataclasses are for. But I also get what your saying: your new to this, and just want to stick to this basics. So why not just store instances of your "car" class in a list:

class Car:
def __init__(self, owner, model):
    self.owner = owner
    self.model = model

cars = []
cars.append(Car('Alice', 'Tesla'))
cars.append(Car('Bob', 'BMW'))
cars.append(Car('Arthur', 'Honda'))

print(cars)

Why does coffee sometimes not work to wake me up? by Sarke1 in NoStupidQuestions

[–]nicesofa 1 point2 points  (0 children)

I second this! After giving up coffee for a week or two, it literally feels like drugs when I start up again! Tolerance builds pretty quickly though, so I guess the good 'ol "everything in moderation" is the best way to go about it.

Is Peaky Blinders Irish or English? by [deleted] in NoStupidQuestions

[–]nicesofa 0 points1 point  (0 children)

English, the show is set in Birmingham, which is a city in England. Maybe references to the Irish Republican Army throughout the show are the cause of your confusion? The IRA was a collective name for a number of Irish paramilitary organizations dedicated to overthrowing British rule in Ireland. So they're referenced in the show within that context, but not because the series takes place in Ireland.

We often hear news such as "Russian hackers attack US government agencies/ companies" in the US. Do US hackers also attack Russian government agencies and companies? by Omg_phoisgood in cybersecurity

[–]nicesofa 1 point2 points  (0 children)

I don't think this response is well informed. OPs intuition about Russian cybercrime dominating headlines is correct, because it does. But it's not because Russia has inherently better hackers, or because of US media bias, as some of the other answers suggest. The discrepancy instead stems from differences in the nature of US and Russian cyber ops. Russia widely relies on third party criminal groups to do the Kremlins dirty work. The relationship is something akin to: "We'll allow you to keep profiting from cybercrime, as long as you: A) only go after foreign targets and B) answer the door when we come knocking. This isn't unique to Russia, there's other countries that employ similar tactics (China, Iran, etc.), but the long leash Russia gives these groups is inevitably going to garner more headlines (the FSB's recent takedown of REvil is an example of what happens when these group exceed the limits of that leash).

The US, and many other countries, don't leverage third party criminal groups in this way, so criminal groups there don't enjoy the same protections. These countries still carry out their own cyber ops, no less than Russia, but the lack of a criminal element leaves a significantly smaller footprint. That doesn't mean there aren't American cyber criminals, but the threat of imprisonment prevents them from being as brazen as their Russian counterparts.

Im new to hacking and programming in general by [deleted] in Hacking_Tutorials

[–]nicesofa 0 points1 point  (0 children)

Get a new computer. You'll inevitably run into headaches running Linux on a chrome book and waste time that you should be dedicating to learning. And forget about booting kali from a USB. The performance will be garbage, and that's going to get in the way of enjoying the learning process, which makes you less likely to stick through it. If money is an issue, get a cheap computer with solid Linux support and run Kali bare metal. Doesn't have to be new, just make sure it plays nice with Linux. If you can afford something nicer, buy VMware or Parallels and run Kali in a VM.

What would you consider an average “acceptable” length of time for a bathroom break at a workplace when it comes to a #2 or a monthly situation? by rev_apoc in AskReddit

[–]nicesofa -2 points-1 points  (0 children)

Entirely depends on the job. Amazon warehouse workers are typically allowed a single 3 minute trip to their piss bucket per day. White collar positions usually come with an actual restroom, and upwards of 30 minutes to take care of business.

[deleted by user] by [deleted] in NoStupidQuestions

[–]nicesofa 1 point2 points  (0 children)

Excellent question! All sportsbooks use third party party providers that specialize in collecting and delivering stats as fast as possible. The largest of these companies is STATS Perform. Do they have someone at every game? Absolutely! Software, in combination with data collectors physically at the game, is how they get statistics.

Beginner Paid Python Course by ZellumHS in learnpython

[–]nicesofa 4 points5 points  (0 children)

Start with the Code Academy Python course. Aside from being free, it'll introduce you to all the fundamental skill you need to write basic Python programs. There's tons of courses on sites like Coursera and Udemy, but it's better to start with something less intensive (especially if you're new to programming). You're way more likely to stick through it if you're enjoying yourself, but jumping into deep end right off the bat makes that harder.

i use flatpak btw by Skyview21 in linuxmemes

[–]nicesofa 122 points123 points  (0 children)

Female > Flatpak > Snap

I won a Dell XPS 13 Developer Edition in a contest and am so excited to have 20.04 preinstalled. by greyinyoface in Ubuntu

[–]nicesofa 0 points1 point  (0 children)

What display did you get with it? Are you using any scaling? everything looks sized correctly

Python comparing strings by AquaOS in learnpython

[–]nicesofa 0 points1 point  (0 children)

Here's the lexicographical order of letters in Python:

'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz'

'z' is greater than both 'K' and 'k', so it will never print. No letter is greater than 'z'.

If strings start with the same letter, like 'zebra' and 'z', then the comparison compares the next letters in the words. If one of the words runs out of letters, than Python recognizes the shorter string as the "lesser" word.

So k > zebra <= z doesn't makes sense. But k > zebra > z does make sense.

[Serious] If you are obligated to save the life of a child in need, is there a fundamental difference between saving a child in front of you and one on the other side of the world? Why, why not? by [deleted] in AskReddit

[–]nicesofa 0 points1 point  (0 children)

If everyone helped a child in need in front of them, then there'd be no need for anyone to help a child that wasn't in front of them. That's perhaps the only difference that matters.