• 0 Posts
  • 42 Comments
Joined 1 year ago
cake
Cake day: August 19th, 2023

help-circle
  • I am no expert, but I have used Python in a professional environment, and helped on board a Python newbie to build out his first project.

    It would be helpful to know what your environment looks like (what OS you are running, Python version, terminal interface – are you running cmd, powershell, terminal) and which steps prompts the reported error messages.

    Starting from the first time running Python using a Windows computer, the first steps should be

    Launch Powershell as admin and type in the following commands:

    set-executionpolicy remotesigned

    winget install python

    mkdir python

    cd python

    python -m venv scraper

    .\scraper\Scripts\activate

    Following that you should be able to use pip to install more modules or packages. I have Visual Studio Code as my IDE, and that means from there I can also run code to open the text editor to write whatever code I intend to run. Be sure to save it to C:\Users\youruseraccount\python If your scripts are saved to that folder, you can run them from powershell by just typing in their filename. Any time you run scripts, open powershell and type cd python and then .\scraper\Scripts\activate Hit enter, then type in the name of the script you want to run.

    This information dump is not the most detailed, but it should get you to the point that you can run your scripts.







  • Bartiromo asked Trump whether he was “expecting chaos on Election Day” if “you win.” “Trump suggests he’ll use the military on ‘the enemy from within’ the U.S. if he’s reelected,” said the PBS headline over an Associated Press story. That one does not even superficially make sense, since Trump would not yet be president in Bartiromo’s scenario.

    So this guy says “I’m going to order the military to attack American citizens if I’m reelected” and Reason is out here saying that headlines expressing concern about using the military for political revenge are fake news because this interviewer asked what he’d do on Election Day? He literally said that he would send the military after “the enemy within” in response to her question. Reason out here lying about the context of his answer because the senile old fascist can’t wait until inauguration to get his hands on the military. Probably would be good for the MBFC to re-evaluate Reason’s factuality rating.


  • 💯 Playing through Red Dead Redemption 2 and there is so much detail and it’s beautiful.

    …but then when I’m trying to pick out herbs and plants and it’s all so beautifully rendered I don’t know what plants and flowers can be harvested and which are just there to be pretty. Dead Eye is a lifesaver for that.

    That desaturated-with-highlighted-items vision is a design choice that does solve a problem even in realistic worlds – even if it’s just to show players something the character can see but is hard for the player to spot.





  • Democrats did this by not codifying

    This kind of gaslighting should not be tolerated. Everyone take a moment and block that troll.

    That’s like saying that the burgler that bypassed your locks by smashing a window is fully justified because you didn’t put cages over the glass. Reproductive rights were protected by 50 years of precedent. Roe was established case law for decades and was overturned by a court that rejected how the judicial branch was working and has worked for centuries by ignoring precedent, accepting a case on weak standing to challenge it, and arguing that the established case law was wrong on shakey arguments.

    Don’t let right-wing nuts lie to you about objective reality.




  • I think the Zelda Oracle games were pretty rad. Easy games to play, and for the truly committed you had cross progression between the two games to complete quests across Seasons and Ages. The two games had completely different maps and dungeons to explore with different items in each. They were a dual release that weren’t just the same maps with slightly reshuffled enemies like the Pokémon games were. I remember trading my copy of Seasons to my friend for his copy of Ages and then checking in with each other to see where we were and if either of us had discovered any secrets that we hadn’t found in our respective playthrough.


  • I saw the live performance of Somewhere I Belong, and the final verse when it goes “I will never be anything else until my wounds are healed” Chester delivers the line with such intensity and aggression. I was hoping to hear Emily match that. Instead she turned the microphone to the audience. It was the right move for a live performance, but how do I accept you when you can’t prove that this band is somewhere you belong in that performance?

    I think she has great potential, the new song definitely sounds like the direction that Linkin Park has been going, and I am excited to see where they go with Emily. But I will forever miss Chester.




  • This probably one of those fake job postings I heard about.

    I would be willing to bet that it is a Ghost Job. I sympathize with that struggle. I’m sure I have applied to a couple of those recently, too.

    I found that many ghost jobs stay up for a while, so what I started doing to find leads was utilize search engine operators to find recent postings. Something like: (site:greenhouse.io | site:workday.com) after:2024-07-24 "system admin" That should find “system admin” jobs posted on workday and greenhouse, commonly used as internal job boards, posted in the last couple of days.

    You could even add more job boards to the list by using site: between the parenthesis and separated with bars to expand your search. Or you could change the after statement to today to find very fresh jobs to try to find posts less than 24 hours old and be among the first applicants.

    That trick (or maybe just my persistence with an overwhelming portion of luck, idk) managed to eventually get me something new, so I’m hopeful it wasn’t a fluke and it can help someone else, too.

    Best of luck.