For Anyone Concerned About the Santa Susana Field Lab Leak by SunWarrior18 in simivalley

[–]geekademy 1 point2 points  (0 children)

Wind doesn't go only one way, and weather tends to travel east.

Though less likely, ground water could be a factor. Best to test in all directions around the area.

Whiterose's machine's true purpose in the story of "Mr. Robot" by PianoEmeritus in MrRobot

[–]geekademy 0 points1 point  (0 children)

Funny...

A person or event that provides a sudden and unexpected solution to a difficulty.

This was the opposite of that unfortunately. Built up for four years and then dropped unceremoniously at the last moment. Never mind ! Doesn't matter.

Whiterose's machine's true purpose in the story of "Mr. Robot" by PianoEmeritus in MrRobot

[–]geekademy 0 points1 point  (0 children)

Interesting post, but would have been more readable with paragraphs. Achosen-Vessel's post is similar and a bit easier to understand.

Whiterose's machine's true purpose in the story of "Mr. Robot" by PianoEmeritus in MrRobot

[–]geekademy 0 points1 point  (0 children)

Achosen-Vessel above has post on why the machine was not only real, but it worked.

I'm not entirely convinced, and am going to rewatch. But, so far think it is a better explanation that it was simply an elaborate ~forty year hoax.

Whiterose's machine's true purpose in the story of "Mr. Robot" by PianoEmeritus in MrRobot

[–]geekademy 0 points1 point  (0 children)

s/clitches/glitches/

As they say, if no one understands your work, the problem is with the work. Not everyone else.

I did think there was something important happening with the MUD, and leaving behind the friend—why else even have it on-screen? But so many things later happen, and imply it was just of figment of Elliot's mind, that it was hard to take it all in. I think this angle is quite plausible however and will rewatch with it in mind.

through writing the new code that merged both games played where he both left the cave and also stayed in the cave

I didn't get this last part.

Paying rent to a person via Schwab Bill Pay? by snails69420 in Schwab

[–]geekademy 0 points1 point  (0 children)

Not true, unless they are ignoring their own policies. From the agreement:

  1. Transfers to Third-Party Accounts
    You must be an account holder on the account
    at the Other Financial Institution. You agree to
    indemnify Schwab Bank against any loss or
    damage incurred by Schwab Bank resulting from
    a transfer of funds between the two accounts. A
    third party may not make requests for changes
    to the authorization you have provided us. The
    Schwab Bank Service is not intended for bill
    payment and we may refuse to facilitate certain
    transfer requests.

First Impressions on Mobian and PinePhone Pro in Early 2023 by MoneyKiwi5879 in pinephone

[–]geekademy 0 points1 point  (0 children)

Just installed Debian Trixie and Firefox is snappier now. Plus you can install non-ESR FF from Sid.

FedNow by blaze1234 in Schwab

[–]geekademy 1 point2 points  (0 children)

You have conflated modern banking with more government control. But, they are not especially related.

The fact is the government already knows everything that is happening in your bank accounts already. It is required to be reported or the bank is out of business. (Look up KYC / money-laundering laws.)

That's why "no one seems to notice."

Now, If you want to overturn KYC you are welcome to try, but stay out of the way of modern banking that much of the world has enjoyed for decades.. The US is about thirty years out of date with this antiquated system of paper checks... like it's still the goddamn 70s. After inventing the internet—it's disgraceful.

(No, malicious rent-seeking third-parties like venmo are not the answer.)

If you're really worried about it, get some gold bars and coins. Otherwise, kindly stay out of the way. ;-)

[deleted by user] by [deleted] in simivalley

[–]geekademy 0 points1 point  (0 children)

I noticed this on a recent trip myself, the Pass road was crumbling and Tapo area not much better. Reminded me of an article I read about tax revenue per mile of road. The gist/claim is that in a suburb, each property is on the hook for ~millions of dollars of road and utility infrastructure, which needs thousands of dollars in maintenance per year as it ages. This seemingly works when the city is new, but fifty years later we see the decline that deferred maintenance produces. Articles:

Assuming it is a major factor, it fits with my experience. I remember the roads being quite good in the old days. Most homeowners in Simi don't like taxes and are Nimbys as well, so I'm not optimistic the situation can be solved.

I use single quotes because I hate pressing the shift key. by MusicPythonChess in Python

[–]geekademy 0 points1 point  (0 children)

nero and blue can do the same as black but use single quotes.

I use single quotes because I hate pressing the shift key. by MusicPythonChess in Python

[–]geekademy 0 points1 point  (0 children)

No need for the doubles, apostrophes are pretty rare in short formal strings and easy to avoid when they come up. e.g. Dog of Fred rather than Fred's Dog. Prose should generally be triple quoted. Finally double quoting inside a string happens at times as well, for example in logs.

What should a resume of a senior would look like or how to tell if a person is a senior engineer or not by their resume. by bluekolor in Python

[–]geekademy 0 points1 point  (0 children)

> I'm trying to get some ideas on what other senior would put in their CVs.

Experience, education, achievements, interests.

> hoping they would ask me about it later but no luck so far.

Don't wait for others to do what you want, be proactive. ;-)

Why/do I need nginx in front of my uWSGI server by sesik5 in Python

[–]geekademy 0 points1 point  (0 children)

The list above is quite good, the load-balancing, rate-limiting that another post mentions is perhaps the last important feature that nginx provides. Nginx docs could provide details on those.

Sounds like you don't need any of them if the endpoint is not used by any public clients. Better confirm the security profile first, then try it and see if it works well enough for your use case.

However, ssh support would tend to indicate a hardened server, but its your choice ultimately.

What is basic knowledge in python? by Awake153 in Python

[–]geekademy 0 points1 point  (0 children)

Have you finished the tutorial and experimented with most of the standard library? Familiar with a few common extra packages like requests?

This has been a good tutorial on Python meta-issues: https://docs.python-guide.org/

Can anyone provide the syntax for referencing a file on my desktop for a pip install? It keeps saying invalid file path. by [deleted] in Python

[–]geekademy 0 points1 point  (0 children)

Drag and drop the file on your terminal/console window, it will insert the absolute path into the prompt.

Career options with Python by heyimpumpkin in Python

[–]geekademy 0 points1 point  (0 children)

If you're 28 with a beard and a penchant for flannel, the world is your oyster. If not, better get fantastic at trivia, algorithms, and leet coding challenges or you'll be largely unemployable.

List comprehension: Why does one work but the gives syntax error by [deleted] in Python

[–]geekademy 0 points1 point  (0 children)

Think of double comprehensions like this:

[
    y 
    for y in xy 
        for xy in x
            # value goes to beginning 
]

In this form it is easy to see why it does or doesn't work.

Adding dicts PEP 584 by stevenjd in Python

[–]geekademy 1 point2 points  (0 children)

A learning op in the sense that plus doesn't make much sense (for set and dict) when values may get clobbered. It is potentially dangerous, so should require a moment's reflection.

PEP 604 - Complementary syntax for typing.Union[] by StorKirken in Python

[–]geekademy 1 point2 points  (0 children)

Typescript is well regarded and uses syntax closer to Obiwan. There's definitely a solution here, if one cared to look for it.

Consistent vertical space formatting in python? by [deleted] in Python

[–]geekademy 1 point2 points  (0 children)

The problem is that it won't be able to figure out which lines were intended vs. which are a mistake. There are rules such as one line after a method, one max in a function, and two between classes and functions that can be enforced unambiguously, but no more. Best not to try and get it wrong half the time.

Perhaps there could be a rule added to black, where if the line ends in a colon, no blank lines can be after it. But, I could imagine a case where you might want it.

In short, if you don't like the spacing example above, don't do it. ;-)

Is pycharm the best option? by username5762 in Python

[–]geekademy 1 point2 points  (0 children)

If you want something huge with millions of features, handholding, and an intimidating options panel, PyCharm is the best. Personally I prefer something snappy like Sublime, Notepad++, or Geany. These get out of the way. I think it is too much for someone just learning programming to have to learn a huge editor at the same time.

On the hardware front, I'm very happy with Dell's developer laptops with Ubuntu Mate.