ishanpage

joined 1 year ago
[–] ishanpage@programming.dev 5 points 9 months ago (1 children)

Dict keys are case sensitive in python. In your code I can see the key you've used has a capital M in Amarok. Maybe that's the issue here

[–] ishanpage@programming.dev 2 points 9 months ago (3 children)

This is strange. I tried your snippet with your file and it works for me:

(env) ➜  testing cat x.py
from mutagen.id3 import ID3
tags = ID3("myfile.mp3")
print(tags["TXXX:FMPS_Rating_Amarok_Score"])                                                                                                                                               
(env) ➜  testing python x.py
0.78
[–] ishanpage@programming.dev 2 points 10 months ago

Ooh, I hadn't heard of Quarto before, but it looks really good! Thanks for mentioning it!

 

An adventure fuelled by scratching an itch

[–] ishanpage@programming.dev 22 points 11 months ago* (last edited 11 months ago) (4 children)

While jc is a great tool, and I'm definitely a fan, I believe the real solution to the overarching problem lies in a paradigm shift: see nushell

[–] ishanpage@programming.dev 2 points 11 months ago

I wanna go to one so bad! But they never happen in my city..

[–] ishanpage@programming.dev 3 points 1 year ago

I agree that from a completeness point of view, the official manual is better (I've linked it at the bottom of my post as well), however I'd love to hear your specific thoughts about why you feel this particular article is not good- I've tried to include fully interactive examples for the most common tasks I find myself doing with jq everyday. This feedback will help me improve my own skills as well, so I would appreciate it very much.

 

I wrote a guide about jq which has interactive examples

[–] ishanpage@programming.dev 5 points 1 year ago

It is possible to live on that, there are people who live on less than it. Personally all of it went to supplementing my Mom's income so we could survive.

There are plenty of entry level jobs in India that offer those kinds of wages. There are more that offer less.

Yes, it's exploitative.

[–] ishanpage@programming.dev 4 points 1 year ago (3 children)

I'm from India so these numbers might be a bit weird. My yearly comp has basically gone like this from 2017 to 2023

$0.7k -> $3.6k -> $4.8k -> $20k

[–] ishanpage@programming.dev 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@programming.dev 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@programming.dev 1 points 1 year 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@programming.dev 2 points 1 year ago

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

 

Transcription of a talk given by Cory Doctrow in 2011

 

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: next ›