jnovinger

joined 1 year ago
MODERATOR OF
[–] jnovinger@programming.dev 2 points 1 month ago

Let me know if you have things to add!

[–] jnovinger@programming.dev 1 points 3 months ago

Reported as spam. I tend to agree. Removing.

[–] jnovinger@programming.dev 1 points 5 months ago (1 children)

Hey Ulrik, apologies for not responding sooner.

I'm more than happy to talk about adding one (or more!) mods for any of the communities I mod for right now, including c/python. I have at least one person in mind, who has been pretty active both in c/python and c/django. I'd also like to talk more about mod expectations, particularly with regard to reported posts/comments.

 

The repo also links to some similar tools, like coveragepy, uncalled, and dead.

[–] jnovinger@programming.dev 0 points 8 months ago (1 children)

I haven't had a chance to look yet, but I'm using a pretty similar stack at, although with React instead of Nuxt/Vue. I definitely love using Docker, at least as a dev platform, because of the way it evens the field across OS's and makes it easy to onboard new contributors. Will definitely take a closer look when I get more time.

Buuut ... I do mod the !django@programming.dev community, which you might be interested in checking out. There's also the !docker@programming.dev, which is also worth checking out.

[–] jnovinger@programming.dev 6 points 8 months ago (1 children)

Reading the docs and I'm a little disappointed to see that disabling telemetry is opt-in: https://bruin-data.github.io/ingestr/getting-started/telemetry.html#disabling-telemetry.

[–] jnovinger@programming.dev 2 points 9 months ago

There's a brake pedal, but it's almost never needed (and if it is, it's always been because of me being stupid). Releasing the accelerator engages the regenerative breaking, up to and including coming to a stop. I love it and don't ever want to go back.

Having said that, I have had zero problem adapting back to normal breaking in my wife's car (ICE) when I need to drive it for some reason.

I really don't understand people that complain about the 1-pedal driving.

[–] jnovinger@programming.dev 3 points 10 months ago (2 children)

Looking at the docs, it looks like it's an instance of ID3Tags, which appears to be based on couple of helper classes mutagen._util.DictProxy and mutagen._tags.Tags, where DictProxy (and its base DictMixin) provides the dict-like interface. Underneath that, it looks like it's storing the actual values in a simple dict (DictProxy.__dict) and proxying to that.

I'm not seeing anything obvious that would muck with the incoming lookup key anywhere in ID3Tags or DictProxy.__getitem__ or any of the other base classes.

I have to jump off to pack for a trip, but might try this out later in a live shell session to see if there's something odd going on with the API.

In the meantime, OP, are you positive you were looking at the same file each time? Was this in a script or in a live Python shell session?

[–] jnovinger@programming.dev 6 points 1 year ago (1 children)

The installed packages themselves won't be faster, but they will install faster, sometimes much faster.

[–] jnovinger@programming.dev 5 points 1 year ago (1 children)

Yes, I believe wheels will generally be preferred by pip.

[–] jnovinger@programming.dev 4 points 1 year ago

@allinalllearners@lemmy.world you seem to have linked to just an image.

Care to update this post?

view more: next ›