ishanpage

joined 2 years ago
[–] ishanpage 2 points 1 year ago (1 children)

Have you seen all the people just stuffing their profile README full of random graphics and stats and badges

[–] ishanpage 1 points 1 year ago

Ohhhh, this site is a great find. Exploring all the articles right now. Thanks!

[–] ishanpage 6 points 1 year ago (6 children)

Unfortunately, no one can be told what a monad is. You have to see it for yourself (then you won’t be able to explain it to anyone)

[–] ishanpage 3 points 1 year ago

eBPF is something that I've been exploring recently for work. I was quite blown away when I realized the true potential. I did find it difficult to get started, and while this article is a good introduction, some example code or hands on would be nice to have

[–] ishanpage 5 points 2 years ago (1 children)

The scenario is not ficticious. It's taken straight from my first job, but I had to leave out specific details. The application being developed had something to do with DRM, so that might explain the weird requirements.

The lesson is that sometimes business will require you to force users to update their version, and/or enable specific features for specific subsets of users. So you should have such a mechanism in place before it is required, otherwise you will end up doing hacky things like breaking the server to do what needs to be done.

Systems such as these are actually fairly common in enterprise, but since it was my first job, I had not planned ahead for this because I had no idea.

[–] ishanpage 1 points 2 years ago

This is great! I've done something similiar for Laravel in the past.

What I've noticed is that as projects move forward in their development cycle, something like this often becomes necessary for certain functionality to require services to be factored out and then worked on by separate teams.

[–] ishanpage 2 points 2 years ago

I had this same problem, after clearing my Jerboa data it worked fine. Hope that helps

[–] ishanpage 1 points 2 years ago

I use Adminer and PGWeb interchangeably

[–] ishanpage 14 points 2 years ago

How often do a few nanoseconds in the inner loop matter?

It doesn't matter until you need it. And when you need it, it's the difference between life and death

[–] ishanpage 3 points 2 years ago

I'll be sure to read it when you do :)

[–] ishanpage 3 points 2 years ago (2 children)

OTOH, the more pythonic one will probably perform worse, but I'm not familiar enough with Python internals to make that claim without benchmarks.

I'll try it out and add the data in the article

[–] ishanpage 1 points 2 years ago (1 children)

sqlc is great, but I found it quite hard to get started initially because of lack of good documentation. I hope that they'll be able to focus more on improving the docs!

 

I recently went on quite a rabbit hole regarding the .well-known directory, and wrote about it.

 

I'll start:

When I was first learning to use Docker, I didn't realize that most tutorials that include a database don't configure the database to persist. Imagine my surprise when I couldn't figure out why the database kept getting wiped!

view more: ‹ prev next ›