
pip install advik
614 posts

pip install advik
@ThisIsAdvik
Staff Software Engineer Intern. I'm somewhat of an indie hacker myself.
Katılım Eylül 2019
180 Takip Edilen84 Takipçiler


@DudeWhoCode resume.advik.one
home.advik.one
my resume is backend inclined, but I tinker around my homelab A LOT, and have finally built something solid that my family and I use everyday. so I can easily setup a ci/cd, reverse proxy, firewall, all the jazz.
English

@flyingcakes85 great article man. I do have a minor nitpick about the "honourable" and "shri".
I don't think we should be putting politicians on a pedestal.
English

snehit.dev/posts/swadeshi…
Because people are talking compiled in india zeroes and ones
English

@willmcgugan there should be one and only one way to do it
English

I'd love to have Ruby's range syntax in Python. I'm sure this must of been discussed, and presumably rejected?
The issue I have with the range builtin as that it is non inclusive. If I want a loop that counts from 1 to 10, I do this:
for n in range(1, 11):
...
I'm counting to 10, but 10 appears nowhere in that code. I've been using Python for long enough to have internalize that, but I'd prefer something like the following:
for n in 1..10:
...
I see 10 there. I don't have to subtract 1 to know what the last value will be.
Alternatively, a `to` keyword?
for n in 1 to 10:
...
Or maybe it requires parenthesis?
for n in (1 to 10):
...
Too radical maybe?
It could also be used in the match statement. Something like this:
match http_response.code:
case 0..99:
...
case 100..199:
....
Have I already tweeted something like this? Don't know why it popped in to my head just now.
English

SadServers guy at kwlug.org/node/1436 showing a expense of CAD $1,000/month for running 0.2 vCPUs in a default managed cloud Kubernetes cluster 😱 (there was a "mistakes - lessons learned" slide)
English

@flyingcakes85 Parasite film has a rain scene, which shows how it's like for the for the unpriviliged.
English

Rainy days are fun ONLY if you're in a place with good public infra
Otherwise good luck reaching the grocery shop
autumn girl@talya9646171863
Rainy days
English

@sadservers_com btw how much does it cost to provide the free scenarios per user per hour?
English

@ThisIsAdvik I’ve considered it (see the end of #roadmap" target="_blank" rel="nofollow noopener">github.com/sadservers/sad… ) and may add in the future but for now spot VMs work well for my use case. Managed K8s I’m finding really expensive, may write an article about the issues I’ve faced.
English

@Hi_Mrinal @christomitov yea bun compile just bundles the runtime. what is the build stage for?
English

@ThisIsAdvik @christomitov even when we compile with Bun its not a standalone binary like go would produce
and for the multi stage I am just including the runtime and my code nothing else
English

@Hi_Mrinal @christomitov you need a runtime for js? what's the point of multi stage here?
English







