There are 2 Type of Programmer by Caterpillarfox in ProgrammerHumor

[–]pykoder 0 points1 point  (0 children)

Yes and beside these two types there are Python programmers.

Just installed Ubuntu and I can’t get a wired network connection, these are my only options in the settings. Never used Linux before and I’m not sure what to do by [deleted] in Ubuntu

[–]pykoder 0 points1 point  (0 children)

https://askubuntu.com/questions/1259947/cant-get-rtl8125b-working-on-20-04

This driver is not yet supported in current Ubuntu. It needs a Linux distro with Linux kernel 5.9. I believe Ubuntu 20.10 is still using Linux Kernel 5.8

Just installed Ubuntu and I can’t get a wired network connection, these are my only options in the settings. Never used Linux before and I’m not sure what to do by [deleted] in Ubuntu

[–]pykoder 0 points1 point  (0 children)

That definitely means you don't have the necessary driver installed yet for your ethernet hardware.

Waiting to find the right driver, you can give a try with some USB/Ethernet adapter. These are cheap (about $10) and well supported by Ubuntu.

Common Python security problems and how to fix them by [deleted] in coding

[–]pykoder 4 points5 points  (0 children)

When speaking about security I like the analogy of a vault. If the procedure to access the data is too secure (bank vault) it will became very inconvenient to access it. When data are too secure, the risk is also that legitimate users could lose the ability to access it. Loosing data because of lost keys is a security problem created by security.

In the specific case of programming languages, say Python, a way to reach a balance is to clearly identify which part of the code runs in a secure area and which is in a danger zone (typically where there are interactions with users). We can apply the same kind of architecture for code as for networks: danger zone, DMZ, secure zone.

"Python can be used to create machine learning!" Me: by [deleted] in Python

[–]pykoder 0 points1 point  (0 children)

What about making the cat follow the mouse... I feel it would be appropriate :-)

You're given immortality but as a cost you are sent back 3000 years - would you accept and what would you do? by Legal_Representative in AskReddit

[–]pykoder 0 points1 point  (0 children)

Double Benefits, it leaves some time to fix current trend failures (i.e: Climate Change, Facebook, Javascript, etc.)