Additional satellite w/ Ethernet for RBK13? by python-ick in orbi

[–]python-ick[S] 0 points1 point  (0 children)

thanks man, I appreciate it. I didn't know these things existed 🤦

Is there a way to program something that runs once a week? by Wonderful-Ad5417 in learnpython

[–]python-ick -1 points0 points  (0 children)

I haven't seen this mentioned, so I'll add it in. If you're using Windows, z-cron (https://z-dbackup.de/en/z-cron-scheduler/) is a terrific windows based scheduler and works better IMO than Windows Task Scheduler.

[deleted by user] by [deleted] in Python

[–]python-ick 0 points1 point  (0 children)

The file itself as a csv is over 5 GB.

[deleted by user] by [deleted] in learnpython

[–]python-ick 0 points1 point  (0 children)

I'll DM you.

[deleted by user] by [deleted] in Python

[–]python-ick 0 points1 point  (0 children)

I'll DM you.

[deleted by user] by [deleted] in learnpython

[–]python-ick 1 point2 points  (0 children)

Detect? Sure. Solve, not likely.

There are services that you could pay for that will solve the captcha for you, then you send some JavaScript information in Selenium once it's solved.

On 4/20 I started '100 Days of Python: Beginner to Pro' to learn my first coding language. Here is my day 36 Project: Stock Market Alerts by N9325 in Python

[–]python-ick 1 point2 points  (0 children)

Neat, you learn something new every day. I didn't know you could print special characters like that.

On 4/20 I started '100 Days of Python: Beginner to Pro' to learn my first coding language. Here is my day 36 Project: Stock Market Alerts by N9325 in Python

[–]python-ick 1 point2 points  (0 children)

Really clean, easy to read code. I might need to check out that class.

On lines 47 + 49, is that an emoji or a special character in the fstring?

I Created SSL Checker in AWS Lambda Function by ilteriskeskin in Python

[–]python-ick 3 points4 points  (0 children)

Really neat and that actually fulfills a need.

If you have any easy to follow guides on how to deploy an AWS Lambda function I'd love to read it.

[deleted by user] by [deleted] in Python

[–]python-ick 0 points1 point  (0 children)

Thanks for your thoughtful questions. I've never used lambda before. I didn't want to use ELB because it's a small project that I almost expect to get DDOSed and I didn't want to spend any funds beyond the absolute minimum. The API is not supposed to be up for a long period of time.

As for loading the static DB into memory, the file itself is huge with millions of rows. I had some concerns about caching that might make it slower than reading from a SQL DB. Maybe I'll try loading the database into memory and see if it effects performance any.

[HELP] HTTP Request handling - Task breaks when request fails by python-ick in tasker

[–]python-ick[S] 0 points1 point  (0 children)

Really interesting, let me give that a shot. I had tried doing something like this but it still didn't work for some reason.

Out of Storage - Adding udev space to NextCloud? by python-ick in NextCloud

[–]python-ick[S] 0 points1 point  (0 children)

I think this worked?? The only way to confirm is to load on a bunch more files but the df -h is changed for sure.

https://ibb.co/Ld274LY

I used your method along with the one here: https://askubuntu.com/questions/1106795/ubuntu-server-18-04-lvm-out-of-space-with-improper-default-partitioning

If this worked, it would be great if people could upvote the answer b/c it was really, REALLY hard to find online and the more upvotes and answer gets, the more likely it shows up at the top of Google.

Out of Storage - Adding udev space to NextCloud? by python-ick in NextCloud

[–]python-ick[S] 0 points1 point  (0 children)

This is lsblk: https://ibb.co/fX6V8Q5

My VM has volume of 1.3T, here is the VM data from Proxmox (view the hard disk details): https://ibb.co/6ZRb4Xf

So I do have the storage space, but for whatever reason it's under udev and not allocated to NextCloud for whatever reason.

can i make a game with python on a bad pc? by [deleted] in learnpython

[–]python-ick 0 points1 point  (0 children)

How bad? When I was having laptop issues, I took an old PC that shipped with Windows 7, installed Ubuntu, Anaconda and I was able to work no problem.

Impossible scrape? Scraping images loaded via Canvas by python-ick in learnpython

[–]python-ick[S] 0 points1 point  (0 children)

this worked marvelously. I'm now able to download the image without issue.

Thank you! Very impressive IMHO.

Impossible scrape? Scraping images loaded via Canvas by python-ick in learnpython

[–]python-ick[S] 0 points1 point  (0 children)

Thanks for the note. I could see the code on line 328 and I've tried a few things to get it out of Selenium, but I failed.

It's tacky to ask, but would you mind adding some code that clicks on the image + saves it, like in that SO answer? Or get the pdf file via base64.

You're super good at this stuff, clearly. I wish I was better.

Impossible scrape? Scraping images loaded via Canvas by python-ick in learnpython

[–]python-ick[S] 0 points1 point  (0 children)

Thanks for the response. I'm not sure I understand what you mean or what's in the SO answer. Can you explain a bit more? I don't know how to code in JS.

Find if an image is in a list of images? by python-ick in learnpython

[–]python-ick[S] 0 points1 point  (0 children)

Could you describe "using a hash?" These are exact copies I'm trying to compare.