Live data from Hacker News

Viewing profile — natdempk

natdempk

HN member
Joined
Fri, May 31, 2013, 7:05 PM UTC
HN karma
2,913
Public activity
389 items

About natdempk

http://dempkow.ski (& http://natdempk.io)

twitter: @natdempk

natdempk at gmail dot com

Recent public activity

  1. comment
    Comment #47999405

    I think flow state can come back as the models get more sophisticated/mature and then more optimized for speed. It will not be the same type of work as before, but the flow of buil…

  2. comment
    Comment #47879338

    As an end-user, I feel like they're kind of over-cooking and under-describing the features and behavior of what is a tool at the end of the day. Today the models are in a place whe…

  3. comment
    Comment #47827170

    Is this lacking FPS caps or is something very unoptimized? Everything is smooth, but this website makes my computer run super hot and laptop fans spin up like nothing else does, ev…

  4. comment
    Comment #47827051

    This can work, but it's sort of not the same as providing actual reasoning behind "why did you do/say X?" -- this is basically asking them model to read the conversation, from the …

  5. comment
    Comment #47567290

    Does anyone know how this is integrated on the Cloudflare side and across the app? Is this beyond standard turnstile? Is this custom/enterprise functionality? Something else?

  6. comment
    Comment #47470019

    Serious question: are there any actually good and useful graph databases that people would trust in production at reasonable scale and are available as a vendor or as open source? …

  7. comment
    Comment #47041390

    You should look at the organization / methodology of the survey, but generally it's a positive to get ranked IMO. I used to get surveys these yearly at a past job from the Boston G…

  8. comment
    Comment #46680485

    > did we miss an opportunity here as programmers to provide simpler tools for people to build simple applications for themselves? Not really? To someone who doesn't care about soft…

  9. comment
    Comment #46580354

    I think if you believe this I'd recommend trying it yourself. I've done this blinded with colas, and it's pretty easy to tell the difference between Coke, Diet Coke, Coke Zero, Pep…

  10. comment
    Comment #46040357

    Neopets was also my first introduction to any sort of programming. Customizing your shop and guild pages with basic HTML and CSS was the first programming I ever did. I remember fo…

  11. comment
    Comment #45704189

    Really great, just waiting on library support / builds for free threading. Have people had any/good experiences running Granian in prod?

  12. comment
    Comment #45582427

    Anyone here know what the ideal/best setup is for typechecking + LSPing Django these days? I've been leaning on pyright + django-stubs, but wondering if I'm missing something bette…

  13. comment
    Comment #45559080

    Yeah the Django typing situation is a bit sad. It's obvious that if Django wants to scale to larger teams types would help a lot, especially around getting things like string-field…

  14. comment
    Comment #45533702

    Well, they added an experimental JIT so that is one step closer to PyPy? Though would assume the trajectory is build a new JIT vs. merge in PyPy, but hopefully people learned a lot…

  15. comment
    Comment #45395476

    Hey, Suno SWE here — I realize this wording might be slightly ambiguous, but you do not need to maintain a perpetual license to have commercial rights. That blurb is saying that so…

  16. comment
    Comment #44930813

    Python has Optional[T] defined as T | None in the stdlib https://docs.python.org/3/library/typing.html#typing.Optiona...

  17. comment
    Comment #43880706

    Check out audio upload with the Cover/Extend/Persona features on Suno. You can do a lot of stuff based on existing uploaded audio already.

  18. comment
    Comment #43875392

    Duly noted, thanks for the feedback.

  19. comment
    Comment #43875367

    Sure, you can do a lot of things here... stuff in [brackets] isn't sung. For example I was trying to steer a melodic techno prompt recently in a better direction by putting stuff l…

  20. comment
    Comment #43875267

    Check out custom mode -- we've added a lyrics writing flow/editor to help create and edit lyrics, as well as Remi, a more unhinged lyrics model. We can do better on user instructio…

  21. comment
    Comment #43875066

    Have you tried out the Remi lyrics model in custom mode? It’s a lot more unhinged and creative in both very good and very… interesting ways. I’d check it out if you’re interested i…

  22. comment
    Comment #43870911

    You can do a lot more detailed prompts with v4.5 than previously and instructions in [brackets] also go a long way now.

  23. comment
    Comment #43870891

    v4.5 is a lot better at adherence with detailed descriptions! Still not totally adherent, but if you can steer it with genre, detailed descriptions of genre, and elements of the ge…

  24. comment
    Comment #43802383

    I think one thing that slightly drags this down is the Ghibli style produces images that don’t really look that much like the original people. If you can find a prompt that is stil…

  25. comment
    Comment #43504145

    So far off from what actually happens. The type annotations provide an easy scaffolding for understand what the code does in detail when reading making code flow and logic less amb…