django
Django jnovinger 1 week ago 100%
Django Chat: Fall 2024 Podcast Relaunch https://djangochat.com/episodes/fall-2024-podcast-relaunch

Via https://fosstodon.org/@carlton/113120062886823232

5
4
adhd ADHD A bit fucked up, isn't it?
Jump
  • jnovinger jnovinger 2 weeks ago 100%

    Crap, now I need to know about competitive Jenga ...

    6
  • python
    Python jnovinger 3 weeks ago 95%
    Layman's Guide to Python Built-in Functions · Matt Layman www.mattlayman.com

    Via https://mastodon.social/@mblayman/113028791455699212

    22
    1
    django
    Django jnovinger 1 month ago 100%
    Using Groups for the staff and superuser flags - Software Crafts https://softwarecrafts.co.uk/100-words/day-149

    Via https://indiehackers.social/@nanorepublica/112909832749194692

    6
    0
    postgresql
    PostgreSQL jnovinger 2 months ago 100%
    Adding a Primary Key To An Existing Table [via RoR] www.stevenan.com

    Via https://mastodon.social/@stevenan/112899205276153700

    10
    1
    python Python Doing language agnostic automated unit test generation with LLMs and contextually aware mutation testing to remove code vulnerabilities
    Jump
  • jnovinger jnovinger 2 months ago 100%

    Reported as spam. I tend to agree. Removing.

    1
  • python
    Python jnovinger 3 months ago 90%
    PuePy: a pure Python frontend web framework https://puepy.dev/

    Via https://twit.social/@bouncing/112699191587764108

    26
    3
    django
    Django jnovinger 3 months ago 100%
    Django Classy Docs [for django.db.models] https://cddb.levit.be/

    Via https://mastodon.social/@EmmaDelescolle/112650193871139643

    5
    0
    django
    Django jnovinger 3 months ago 100%
    radiac/nanodjango: Run Django models and views from a single file, and convert it to a full project. github.com

    Via https://mastodon.cloud/@radiac/112641898082821618 > In my experience flask is great until it isn't - I've seen quite a few projects which outgrew it, and the lack of django's batteries and guard rails left a maintenance nightmare. Not sure if it'll be helpful, but as a result I wrote nanodjango, which lets you write a django site in a single file, then convert it to a full project if you outgrow it.

    7
    3
    django
    Django jnovinger 3 months ago 100%
    DEFNA | DjangoCon US: Call for Venue Proposal 2025 https://www.defna.org/announcements/2024/5/9/djangocon-us-call-for-venue-proposal-2025/

    DEFNA: Django Events Foundation North America Via [Django News #238](https://django-news.com/issues/238)

    3
    0
    python
    Python jnovinger 3 months ago 100%
    Rounding Numbers in Python – Real Python realpython.com

    Via https://fosstodon.org/@realpython/112637986952324365

    14
    0
    python Python Welcome to c/Python!
    Jump
  • jnovinger jnovinger 3 months ago 100%

    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.

    1
  • django Django [Accepted] Django Enhancement Proposal 14: Background Workers
    Jump
  • jnovinger jnovinger 3 months ago 100%

    That's the way I read the proposal, which I definitely like.

    1
  • python
    Python jnovinger 3 months ago 100%
    Python Insider: Python 3.12.4 released https://pythoninsider.blogspot.com/2024/06/python-3124-released.html

    Via [Django News #237](https://django-news.com/issues/237)

    34
    5
    django
    Django jnovinger 3 months ago 80%
    Optimal SQLite settings for Django gcollazo.com

    Via https://mastodon.social/@gcollazo/112606165516489513

    6
    0
    django
    Django jnovinger 4 months ago 100%
    pikhovkin/django-schema-viewer: Visualizes a DB schema based on Django models github.com

    Via [Don't use pgAdmin (or similar tools)](https://softwarecrafts.co.uk/100-words/day-104)

    6
    0
    django
    Django jnovinger 4 months ago 100%
    [Accepted] Django Enhancement Proposal 14: Background Workers www.djangoproject.com

    DEP-0014: https://github.com/django/deps/blob/main/accepted/0014-background-workers.rst Reference implementation: https://github.com/RealOrangeOne/django-tasks Author: https://mastodon.theorangeone.net/@jake

    14
    4
    django
    Django jnovinger 5 months ago 100%
    How to Add a Text Filter to Django Admin hakibenita.com

    I ran across this while looking for tools to provide something like the `raw_id_fields` widget in Django's list admin view. This post is a few years old at this point, but I think the solution it contains still works pretty well (caveat: I haven't tried it yet). I also enjoyed the author's take on the conversation with support. I can definitely relate to that.

    7
    1
    genealogy Genealogy Who's your most famous ancestor?
    Jump
  • jnovinger jnovinger 5 months ago 100%

    Not sure about ancestors, but Dwight Eisenhower is a very, very distant cousin.

    3
  • postgresql
    PostgreSQL jnovinger 6 months ago 100%
    PostgreSQL Lands Support For Incremental Backups https://www.phoronix.com/news/PostgreSQL-Incremental-Backups

    Via https://mastodon.social/@hunleyd@fosstodon.org/112220150255942506

    17
    1
    django
    Django jnovinger 6 months ago 100%
    New goodies in Django 5.0 fly.io

    This article is several months old, but if you're like me and missed some of the new changes, it was a nice surprise, with things like generated fields and fields with database default values (as opposed to the existing Python default values).

    13
    0
    python
    Python jnovinger 6 months ago 100%
    jendrikseipp/vulture: Find dead Python code github.com

    The repo also [links](https://github.com/jendrikseipp/vulture#similar-programs) to some similar tools, like `coveragepy`, `uncalled`, and `dead`.

    16
    7
    django
    Django jnovinger 6 months ago 100%
    Django: Write-up on optimizing the system check framework - Adam Johnson adamj.eu

    Via [Django News #225](https://django-news.com/issues/225)

    6
    0
    programming Programming Garnet: A faster cache store drop in replacement for Redis
    Jump
  • jnovinger jnovinger 6 months ago 100%
  • django
    Django jnovinger 6 months ago 100%
    Speed up Django's collectstatic command with Collectfasta - JasonGi https://jasongi.com/2024/03/04/speed-up-djangos-collectstatic-command-with-collectfasta/

    Also via [Django News #224](https://django-news.com/issues/224) The code: https://github.com/jasongi/collectfasta

    3
    0
    django
    Django jnovinger 6 months ago 100%
    Django REST framework: 3.15 Announcement https://www.django-rest-framework.org/community/3.15-announcement/

    Via the excellent [Django News #224](https://django-news.com/issues/224)

    3
    0
    programming Programming Looking for feedback/review on my project starter template (DRF + Nuxt + Docker compose)
    Jump
  • jnovinger jnovinger 7 months ago 100%

    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.

    3
  • python Python bruin-data/ingestr: ingestr is a CLI tool to copy data between any databases with a single command seamlessly.
    Jump
  • jnovinger jnovinger 7 months ago 100%

    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.

    6
  • webdev Web Development Send Web Push Notifications from your own Server
    Jump
  • jnovinger jnovinger 7 months ago 100%

    Thanks!

    1
  • webdev Web Development Send Web Push Notifications from your own Server
    Jump
  • jnovinger jnovinger 7 months ago 100%

    Thanks, I appreciate the reply and openness to doing things besides just video.

    2
  • webdev Web Development Send Web Push Notifications from your own Server
    Jump
  • jnovinger jnovinger 7 months ago 100%

    Do you have a written version?

    I really dislike having to watch an entire video to catch the one bit of useful information. I wish I had the time to watch entire videos, but honestly, I don't. On top of that, my brain has often wandered off well before I get to the interesting bit.

    15
  • django
    Django jnovinger 7 months ago 100%
    toastdriven/django-microapi: A tiny library to make writing CBV-based APIs easier in Django. github.com

    Via https://mastodon.social/@daniellindsley/111507426102286907

    5
    0
    django Django Fitting logo for the community
    Jump
  • jnovinger jnovinger 8 months ago 100%

    Love it. Thanks for the improvement!

    2
  • evs Electric Vehicles Ford is cutting F-150 Lightning production due to waning demand
    Jump
  • jnovinger jnovinger 8 months ago 100%

    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.

    2
  • python Python Help trying to extract some data
    Jump
  • jnovinger jnovinger 8 months ago 100%

    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?

    3
  • adhd ADHD I just completed a task (setting a certain appointment) that I had been putting off for about TWO MONTHS.
    Jump
  • jnovinger jnovinger 8 months ago 100%

    I don't have much to say besides, good job. We all believe in you.

    4
  • electric_vehicles Electric Vehicles including hybrids and plug-ins Federated Charging Location Database?
    Jump
  • jnovinger jnovinger 9 months ago 100%

    Would love it if this happened. Keep us updated if you do something with the idea.

    2
  • framework Framework Laptop Community Found the ultimate case for framework expansion cards.
    Jump
  • jnovinger jnovinger 9 months ago 100%

    Looking at the thinkTank website, I think you're talking about the Secure Pocket Rocket model, but I'm not sure.

    6
  • adhd ADHD PSA: Fire Your Pharmacy and Find One That Respects and Takes Care of You
    Jump
  • jnovinger jnovinger 10 months ago 90%

    Anecdata here in the US, but my local mom and pop pharmacy (which I love) currently would lose $200/mo on my vyvanse because of my insurance and the whole generic vyvanse nonsense. This system sucks.

    For the time being, I fill my vyvanse at Walgreens and hope they're losing $200/mo on it. I fill everything else at the mom and pop, until they let me know the situation is better.

    16
  • austin Austin Texas Community Moving to Texas (lewisville) for Premed because of my dad's job
    Jump
  • jnovinger jnovinger 12 months ago 100%

    !dfw@lemmy.world is probably a good place to start.

    4
  • chicubs CHI Cubs The Cubs fell to the Braves by a score of 7-6 - Tue, Sep 26 @ 06:20 PM CDT
    Jump
  • jnovinger jnovinger 12 months ago 100%

    The way they lost this one was brutal.

    1
  • jnovinger jnovinger 12 months ago 100%

    Aaaaaand I'm cleaning the garage this week ...

    3
  • python Python [PyCon AU 2023] "The Complexity of Simplicity" - Christopher Neugebauer
    Jump
  • jnovinger jnovinger 1 year ago 100%
  • postgresql PostgreSQL Fix Posts List Performance + cursor-based pagination by phiresky · Pull Request #3872 · LemmyNet/lemmy
    Jump
  • jnovinger jnovinger 1 year ago 100%

    Thanks for sharing this here! Far from an expert, but will happily take a look.

    2
  • python Python time-machine: Travel through time in your tests.
    Jump
  • jnovinger jnovinger 1 year ago 100%
    3
  • python Python 357 of top 360 Python packages are now available as wheels
    Jump
  • jnovinger jnovinger 1 year ago 100%

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

    6
  • python Python 357 of top 360 Python packages are now available as wheels
    Jump
  • jnovinger jnovinger 1 year ago 100%

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

    5
  • AskKbin Moving to: m/AskMbin! When you run out of newer TV shows and movies to watch, what are old favorites you go back to?
    Jump
  • jnovinger jnovinger 1 year ago 100%

    My latest is Fresh Off The Boat

    2
  • linux4noobs linux4noobs Daily Tips and Tricks | Tmux Virtual Terminal | 10 Aug 23
    Jump
  • jnovinger jnovinger 1 year ago 100%

    Also, don't forget we have a !tmux@programming.dev community on programming.dev.

    3
  • python Python Python Data types - Set, List, Tupe, Dictionary, String, Numbers
    Jump
  • jnovinger jnovinger 1 year ago 100%

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

    Care to update this post?

    4
  • python Python The Python on Hardware Newsletter [4 Aug 2023]
    Jump
    python Python How to Repost GitHub Comments to their appropriate Lemmy Posts?
    Jump
  • jnovinger jnovinger 1 year ago 100%

    The other thing to remember is that post IDs are relative to the Lemmy server you're working with. So post/12345 is almost surely not post/12345 on another server.

    I mod a couple of communities on another server and this caught me off guard when trying to share what I thought were good URLs.

    1
  • python Python How to Repost GitHub Comments to their appropriate Lemmy Posts?
    Jump
  • jnovinger jnovinger 1 year ago 100%

    OP, you could even use a local file/sqlite database in the repo and just update and commit it when the script runs.

    Simon Willison has a cool approach for this that runs in GitHub Actions and keeps the versioned state in git itself: https://simonwillison.net/2020/Oct/9/git-scraping/

    1
  • postgresql PostgreSQL pgVis - Simple Visualisations For PostgreSQL
    Jump
  • jnovinger jnovinger 1 year ago 100%

    Perhaps I should have used the project website instead: https://pgvis.org/ 😬

    2
  • sql SQL SQL:2023 is finished: Here is what’s new
    Jump
  • jnovinger jnovinger 1 year ago 100%

    The author has another blog post with links to the parts that changed: http://peter.eisentraut.org/blog/2023/06/01/sql-2023-is-out

    2
  • python Python FunctionTrace - human-oriented profiling for Python
    Jump
  • jnovinger jnovinger 1 year ago 100%

    Will definitely be playing with this next week.

    Also, for anyone interested, the source is linked at the bottom of the page: https://gitlab.com/mbryant/functiontrace

    2
  • baseball Baseball ⚾🥒 MLB Pickle #483
    Jump
  • jnovinger jnovinger 1 year ago 100%

    MLB Pickle #483 - 6/9

    ⬜⬜🟨🟨🟩⬜⬜⬜
    ⬜⬜🟨🟨🟩⬜⬜⬜
    ⬜⬜🟩🟩🟩⬜⬜⬜
    ⬜⬜🟩🟨🟩⬜⬜⬜
    ⬜🟩🟩🟨🟩⬜⬜⬜
    🟩🟩🟩🟩🟩🟩🟩🟩
    

    Well crap ...

    1
  • baseball Baseball 🧹📈 Immaculate Grid #93
    Jump
  • jnovinger jnovinger 1 year ago 100%

    Immaculate Grid 93 9/9:

    IMMACULATE!

    🟩🟩🟩
    🟩🟩🟩
    🟩🟩🟩
    

    Took me forever with the CLE players, especially CLE/BAL.

    1
  • baseball Baseball 🧹📈 Immaculate Grid #92
    Jump
  • jnovinger jnovinger 1 year ago 100%

    Immaculate Grid 92 8/9:

    🟩🟩🟩
    🟩🟩⬜️
    🟩🟩🟩
    

    Had a hell of a time trying to remember Twins closers.

    2
  • baseball Baseball ⚾🥒 MLB Pickle #482
    Jump
  • jnovinger jnovinger 1 year ago 100%

    MLB Pickle #482 - 4/9

    ⬜⬜⬜⬜🟩🟩⬜⬜
    ⬜⬜🟨⬜🟩🟩⬜⬜
    ⬜⬜🟨🟩🟩🟩⬜⬜
    🟩🟩🟩🟩🟩🟩🟩🟩
    
    2
  • python Python pyenv/pyenv: Simple Python version management
    Jump
  • jnovinger jnovinger 1 year ago 100%

    Ooh, thanks for mentioning asdf! I've heard of it, but didn't realize it could that

    2