Hey all,
I saw someone share a full caching service, so I thought I’d also share this pattern I use for making expensive API requests.
Basically, I save the contents to a file, named for the inputs, so I never have to reproduce that same call.
It helps make my scripts “continueable”
I use similar pattern with other expensive APIs like e ...
I saw someone share a full caching service, so I thought I’d also share this pattern I use for making expensive API requests.
Basically, I save the contents to a file, named for the inputs, so I never have to reproduce that same call.
It helps make my scripts “continueable”
I use similar pattern with other expensive APIs like e ...
be the first to vote
I started teaching myself programming in early 2022 after spending a year out of college working a low-paying job that I hated while having absolutely no plan for my career. I initially wanted to become a Physician's Assistant, but after graduation, I decided that the medical field wasn't for me. I never took a single programming or Computer Scienc ...
1 Views
Two years ago, I didn't even know how to unzip a file. I didn't know what terminal was. I hadn't done math in 5 + years and I had never seen code in my life.
I am a guitarist, multidisciplinary artist and composer. So far from computer science. I have a bachelor's in jazz guitar. Hahaha. I went back to school in a condensed program an ...
I am a guitarist, multidisciplinary artist and composer. So far from computer science. I have a bachelor's in jazz guitar. Hahaha. I went back to school in a condensed program an ...
2 Views
Hey all,
I posted earlier about my open source repo that converts subreddits into podcasts.
I released a new episode of my podcast today, generated from the top comments in the weekly thread on /r/crowdcast
Wanted to share it here, and hope to get feedback on anything at all.
https://www.buzzsprout.com/2188164/share
All of the prompt ...
I posted earlier about my open source repo that converts subreddits into podcasts.
I released a new episode of my podcast today, generated from the top comments in the weekly thread on /r/crowdcast
Wanted to share it here, and hope to get feedback on anything at all.
https://www.buzzsprout.com/2188164/share
All of the prompt ...
1 Views
After four years or teaching myself from scratch, and eventually working for a startup for a few years; I finally was able to leverage that a professional work experience and develop a nice portfolio website to get me a decent paying job as a web developer. Never give up! Even when the goal seems far. Can hardly believe it. Just wanted to tell some ...
2 Views
First of all, this is a “look what I made post” — but I’m gonna try to add enough “how to” bonus stuff at the end to make it worth your while and less spammy.
Wanted to share this code I co-wrote with ChatGPT.
https://github.com/AdmTal/crowdcast
It’s ...
Wanted to share this code I co-wrote with ChatGPT.
https://github.com/AdmTal/crowdcast
It’s ...
1 Views
This is mostly for the depressed, drug addicts and outcasts that are trying to get into this field its very possible.
But I graduate this summer and have been interning for the same company for about a year and they just offered me a position and a near six-figure salary.
However, it really wasn't that many years ago when I was addicted to ...
But I graduate this summer and have been interning for the same company for about a year and they just offered me a position and a near six-figure salary.
However, it really wasn't that many years ago when I was addicted to ...
3 Views
People seem addicted to them. Almost like they believe the more acronyms they use the smarter they look. Almost like they are apart of some exclusive club if they know what the acronym means and others don't. Is it so hard to just spell it out? Everyone is here to learn, and using acronyms doesn't save that much time.
p.s. I'm now realizing my u ...
p.s. I'm now realizing my u ...
3 Views
So for a college project,my group has to do reasearch and write code for copa TCP congestion control but we are stuck because of lack of information on the internet. Can anyone provide useful links and code for the same so that it could be run in Ubuntu. It can be done using python or c/c++. Thanks in advance. ...
3 Views
be the first to vote
type parameters, type sets, comparable types, constraint satisfaction
4 Views
be the first to vote