[-] firelizzard@programming.dev 2 points 1 year ago

Ok… but that doesn’t answer my question. Where are you physically when you’re working on this that people are attacking exposed ports? I’m either at home or in the office, and in either case there’s an external firewall between me and any assholes who want to exploit exposed ports. Are your roommates or coworkers those kinds of assholes? Or are you sitting in a coffee shop or something?

[-] firelizzard@programming.dev 2 points 1 year ago

Where are you working that your local machine is regularly exposed to malicious traffic?

[-] firelizzard@programming.dev 2 points 1 year ago

You’re using services they provide for free. They can do whatever the fuck they want.

[-] firelizzard@programming.dev 2 points 1 year ago

One of the main implementations of Python is CPython, which is written in C or C++

[-] firelizzard@programming.dev 2 points 1 year ago

Your options are:

  1. Go back to logging in
  2. Remove the password from kwallet
  3. Store the password on disk somewhere so it can be auto unlocked

AFAIK there are no other options

[-] firelizzard@programming.dev 2 points 1 year ago

It sounds like you already know how to do embedded programming, at least at the hobby level. For someone who’s new to that, Arduino IDE is the easiest learning curve I know of. As far as which boards to use, I have no specific feelings which is why I said Arduino or equivalent.

[-] firelizzard@programming.dev 2 points 1 year ago

I thought you were saying to literally use def main(): pass, that’s why I was confused

[-] firelizzard@programming.dev 2 points 1 year ago

Saying “front end is not proper software engineering” is bullshit but at the same time if you hire someone to write code and then ask them to write CSS I can understand being frustrated.

[-] firelizzard@programming.dev 2 points 1 year ago

There’s no difference between SSA and ASS in that context so it’s pointless to punish a student for that

[-] firelizzard@programming.dev 2 points 1 year ago

I’m not saying it doesn’t happen. This thread started because I said I’ve never understood why people talk like tar is some indecipherable black magic. Common tasks are easy and there’s a man page for everything else.

[-] firelizzard@programming.dev 2 points 1 year ago* (last edited 1 year ago)

I almost never create a tarball, so I have to look up the syntax for that. Which is as simple as man tar. But as far as extracting it almost couldn't be easier, tar xf <tarball> and call it a day. Or if you want to list the contents without extracting, tar tf <tarball>. Unless you're using an ancient version of tar, it will detect and handle whatever compression format you're using without you having to remember if you need z or J or whatever.

[-] firelizzard@programming.dev 2 points 1 year ago

That does sound unpleasant and I can understand why you prefer Windows. Personally, I rarely have problems with Linux that aren't self inflicted and IMO Windows is an absolute garbage fire of an OS so there's no way I'd ever daily drive it.

view more: ‹ prev next ›

firelizzard

0 post score
0 comment score
joined 3 years ago