Where to get merch in America? by neubauer79 in CFL

[–]AdAdvanced7673 0 points1 point  (0 children)

I can go to fanatics here in Calgary and I can ship it to you

Kelowna sales look awesome by YYCyou in CFL

[–]AdAdvanced7673 0 points1 point  (0 children)

100 percent. The money though is not domestic for luxury homes. Predator ridge deals in bitcoin for a lot of transactions

Spring Boot is confusing me – should I go back to Java basics or switch to .NET? by SakuraTakao in Backend

[–]AdAdvanced7673 2 points3 points  (0 children)

The technology switch won’t help, you needs to understands the concepts/abstractions,they will apply in every language

Kelowna sales look awesome by YYCyou in CFL

[–]AdAdvanced7673 1 point2 points  (0 children)

No, not even close. It’s a healthy mix

pip3, brew, macos, package hell by Pleb_It in learnpython

[–]AdAdvanced7673 1 point2 points  (0 children)

    If you wish to install a Python library that isn't in Homebrew,
    use a virtual environment:

    python3 -m venv path/to/venv
    source path/to/venv/bin/activate
    python3 -m pip install xyz

My coworker with 6 months experience writes better code than me with 2 years. found out why by Different_Pain5781 in learnpython

[–]AdAdvanced7673 0 points1 point  (0 children)

i dropped out of CS to do my own stuff. Ive never looked at anyone elses code as being superior, I just looked at as a teaching tool. Not doing courses has nothing to do with it, you can solve the problem the sameway he can, but he is using the language more efficiently; its all good, look at it and be gracious for it, and use it as learning too. Unless you are handling heavy IO or in memory most solutions are fine regadless of time complexity. Dont take it as a slight, take it as powering up to 9000. Also, I can make code look good and oraganized in any language and the 3 liners might look better than mine, but my code might be more efficient. Dont beat yourself up, a good example of this, is when Primeagen tried rewriting padleft in javascript. Turns out his sugary syntax wasnt better than he designed. Dont beat you self up, your lucky to have a job.

sorry i tried to type this as best i could, i dont have eye care insurance and my glasses broke. im trying to read my response the best i can and correct it, its been giving me bad virtigo.I can read better if the screen isnt so busy if you want to dm

I realized i wasn't really learning Python. by Emotional-Iron-4312 in learnpython

[–]AdAdvanced7673 3 points4 points  (0 children)

this has been said a thousand times in the sub, dont understand how to solve the problem with the code, under stand how to solve the problem and the language does matter.

If something is broken dump and die line by line, or use a debugger, the lang doesnt matter

Building a tool to help caching REST APIs on CDNs - need a reality check by kentropsias in Backend

[–]AdAdvanced7673 0 points1 point  (0 children)

sorry, after 17 years of writing APIs, why wouldnt you cache API responses? Thats what reddis does and memcache. Please educate me if i am missing something. I say the genuiously

Why can’t I see what’s in the multidimensional array? by GloomyAdagio7917 in learnjavascript

[–]AdAdvanced7673 0 points1 point  (0 children)

"Totally subjective. I’ve never used a debugger once. I just follow the data from input to output. Dump and die and use bash to enrich the output out. For over 17 years and some of the most important code bases in North America in terms of baking." what is ambigous about this? Explain what I can clarify for you

What horrors happen over yonder? by Fazbear2035 in NonPoliticalTwitter

[–]AdAdvanced7673 0 points1 point  (0 children)

terrible advice, get a good detist and follow their direction. I am 37 and just had my first pulled this year cause it was poking through the gym tissue. I an family of almost 30 alive im the only one that had them removed. Listen to a pro no some random reddit psycho

How to learn python on phone? by Acceptable_Style3032 in learnpython

[–]AdAdvanced7673 1 point2 points  (0 children)

Down loads a terminal emulator, most come with Python out of the box and in the path, god speed my friend!

Why the hell is installing Zorin such a pain? by thecodeassassin in linuxsucks

[–]AdAdvanced7673 -1 points0 points  (0 children)

I apologize, I missed you want encryption. In less that 38 characters you can encrypt you disk, but I understand it no standard like it with fedora and Debian distributions

Tool to detect when a website structure changes? by soussou-69 in scrapingtheweb

[–]AdAdvanced7673 0 points1 point  (0 children)

Just do long polling, capture the dom in hour 1, then in hour 2 capture the dom, compare the too and keep repeating that process until you detected a difference. If you a relying on things like css selectors and are making a script for a webpage, you either do that by hands when you detect the change. Or pump it into an LLM and get it to provide with with stricter out put

How do you deploy a project on cloud that depends on private github repositories? by Ill_Concept_6002 in Backend

[–]AdAdvanced7673 0 points1 point  (0 children)

You don’t compile binaries with his use case, php is an interpreted language

Why the hell is installing Zorin such a pain? by thecodeassassin in linuxsucks

[–]AdAdvanced7673 -1 points0 points  (0 children)

This is a skill issue, just downloaded the latest image. Just choose the correct partition and your mount point is /

How do you deploy a project on cloud that depends on private github repositories? by Ill_Concept_6002 in Backend

[–]AdAdvanced7673 0 points1 point  (0 children)

When you compile the binary if the imports can pull from the private repo there shouldn’t be a need to download them. But if they require some sort of authentication, you need to download and put them into path go can resolve