Viewing profile — natdempk
natdempk
HN member- Joined
- Fri, May 31, 2013, 7:05 PM UTC
- HN karma
- 2,913
- Public activity
- 389 items
- HN profile
- View on Hacker News ↗
About natdempk
twitter: @natdempk
natdempk at gmail dot com
Recent public activity
-
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…
-
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…
-
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…
-
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 …
-
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?
-
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? …
-
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…
-
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…
-
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…
-
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…
-
comment
Comment #45704189
Really great, just waiting on library support / builds for free threading. Have people had any/good experiences running Granian in prod?
-
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…
-
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…
-
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…
-
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…
-
comment
Comment #44930813
Python has Optional[T] defined as T | None in the stdlib https://docs.python.org/3/library/typing.html#typing.Optiona...
-
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.
-
comment
Comment #43875392
Duly noted, thanks for the feedback.
-
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…
-
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…
-
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…
-
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.
-
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…
-
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…
-
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…