Preferences

tluyben2
Joined 11,387 karma
Entrepreneur, Tech & Business.

https://flexlists.com

Email: tycho at e-lab dot nl


  1. I like it, and indeed neatly shows the power of Lisp. The JS variety (well the one that I could come up with) is far less elegant, but works [0] (well, mostly). It really shows how the different LLMs stack up; some really cannot get anything right, but something like openai/gpt-4o-mini seems to get it right mostly (8/10).

    [0] https://github.com/tluyben/pseudo-js

  2. Similar to others, the unevenness of prompt results makes pricing per message quite tricky; it generated a nice looking app for me in the first go, I asked for an enhancement and it spent the rest of my free messages on trying, and failing, to fix 1 TS error that came from that enhancement. As this is using one or more of the openai/anthropic/google models, I also know that it probably won't be able to actually fix that error without my (either in code or specifically telling it what to do, which is coding) explicit help and just loop until I burn through whatever plan I have that way.

    I got a cheap 1 year account on replit and it suffers from this of course; first few prompts yield amazing results and then it gets stuck. This is fine for me as I can fix it myself and by now I have good feeling of which type of error the current llms will just loop forever on, but it is hard to justify the pricing model of per message because for people who cannot fix it themselves and need to vibe on it; spend 50 bucks/mo for looping over one error for a day and that's that; pay more or wait or eject and go to another; I see non devs (vibe-only devs?) doing the latter so you never retain clients; they pick the good deals every month and move from one to the other.

    So far only cursor is reasonable (that I know off) because it continues after the paid messages run out with the slower requests; you can go on forever.

  3. That was what I tried on the train [0] a few weeks ago. I used Groq to get something very fast to see if it would work at least somewhat. It gives you a PDF in the end. Plugging in a better model gave much better results (still not really readable if you actually try to; at a glance it's convincing though), however, it was so slow that testing what kind of impossible. Cannot really have things done in parallel either because it does need to know what it pushed out before, at least the summary of it.

    [0] https://github.com/tluyben/bad-writer

  4. I tried to vibe code (I don't like the term and normally would never) this as someone here suggested, so here [0]. It did not 'quite' take less than an hour and it's not usable yet for writing (just reading); it does have working dark mode though.

    I only helped out when it was completely stuck (twice), other than that I didn't read or check the code, just talked (voice) ideas to it when it was done while doing other (not vibe) coding while it was looping over it. I did, I guess stupidly, dictate the tech; I wanted to try Go + htmx; that probably didn't help; probably Python and/or React would've lead to better results.

    [0] https://github.com/tluyben/go-hn

  5. Turbo c was slow, Turbo Pascal and later object pascal were (and are) very fast.
  6. Cline works well for me.
  7. I for one partially wrote a few mobile games with LOAD81 ; I was travelling and only had my Pandora with me; I wrote all the logic tested them all out with load81. Of course I had to actually get them on a mobile platform device and create a better UI, however all the logic and most of the UX was all done in lua on load81.
  8. This is great; I have been thinking about this for a long time. I like reading about past and current implementations that try to better sql; from a programming and a data science and performance perspective. I am aware of the ones you linked and some others like 'Real' (shakti.com) sql and some enhancements from papers.

    Anyway; nice one! Will try.

  9. I feel your pain. I have been making things like this in Go;

    https://github.com/tluyben/go-proxy

    https://github.com/tluyben/redis-sentinel-proxy

    just to make them easier to instrument for my experiments. The first one I made because after trying all tutorials on haproxy/nginx to make proxying work without the target domain being resolvable (so no dns entry until it's up), I got annoyed (nothing worked while everything only and gpt said it should work) and just did it like this. Also it makes it very easy to throw in my own, complex as I want rules and logging and telemetry (to whatever I want) at any level.

    The second I needed to test an existing, not able to change (they have an old version running they cannot update at the moment, don't ask) software against a redis sentinel setup.

    The main thing is that I am more and going towards having the program language as config instead of greenspun's tenth rule where everyone builds some annoying and limited 'almost (usually esoteric) programming language' as config language over time. I want that hard lifting to be done in my native language (Lisp, Go, Rust) and have the config be for ip addresses and ports only.

  10. We had a specific use case that was needed urgently which we couldn't get working with any of the standard systems, so we used Go. Works very well. It is sometimes simply a matter of time; we needed it before the morning (for a launch) and in discord/reddit people were providing solutions with haproxy, nginx, traefik etc that should work according to the docs but just didn't.
  11. This model is, thankfully, far more susceptible for longer and elaborate explanation as input. The rest (4,4o,Sonnet) seem to struggle with comprehensive explanation; this one seems to perform better with a spec like input.
  12. This model did single shot figure out things that Sonnet just ran ran in a loop doing wrong and reddit humans also seemed not be able to fix (because niche I guess). It is slow (21 seconds for the hardest issue), but that is still faster than any human.
  13. Not related (at least as far as I can see), but I read a lot of startup materials translated from Portugal Portuguese to English and often was quite confused about what it said, indeed sentences like the gp here. Then I learned Portugal Portuguese proper and found out its sayings and humor that doesn't translate. Mostly because it's not funny (to me, which makes it hard to translate) but also because there is nothing useful to translate it to in English (sometimes there is in Scottish and Irish but often not in England or US english).
  14. Sure, but not in the case of maximising performance if that is your goal. Which is what we are talking about here… wringing every ounce of overhead from it is basically the business case; at least one of them.
  15. This is a new implementation not related to Q (same main author of course though).
  16. Not for all cases, but he (and his team) take the time to squeeze performance out of things where others just say 'it's fast enough'. There was a monh+ long conversation why all most used json parsers are so terribly slow etc. Not many people take the time to try to optimise the last drop of blood out of everything, especially if you have shareholders or deadlines; you settle for 'good enough'.
  17. It is for APL/k/j; you see patterns popping up in very dense code which does a lot, which does make it readable really once used to it. But most people never get to that point (or even ever look at APL of course).
  18. There is a lot to learn from him; tiny binaries, super fast performance; programming style you like or don't, that's fine. To have a 200kb binary that's a programming language + database is very nice. It's great we can study a part of it and probably more in the future. We went overboard with bloating and complexity; it's good to be shown you can write current enterprise/commercial products that fits in the memory of an 80s homecomputer without changing your style of programming or tools you use for it. IMHO anyway.
  19. These were some of the first 'self help' books that were sold by internet 'marketers'. Most of them you could find for free, but they would charge a few $ for them and 'cure your eyesight'. Never knew that could actually work because of that.
  20. Similar problem and similar-ish product 0]; we get DDoSsed a lot and I don’t know why. We had to put Cloudflare botfight to stop it. That works very well, but what do you do if CF doesn’t exist?

    0] https://flexlists.com

  21. Can it be done for docker compose (in theory) too?
  22. Impressive feature list with a book to learn the language.

    Featured on Arraycast:

    https://www.arraycast.com/episodes/episode74-kamilalisp

  23. This was a good read for me. Recommended.

This user hasn’t submitted anything.

Keyboard Shortcuts

Story Lists

j
Next story
k
Previous story
Shift+j
Last story
Shift+k
First story
o Enter
Go to story URL
c
Go to comments
u
Go to author

Navigation

Shift+t
Go to top stories
Shift+n
Go to new stories
Shift+b
Go to best stories
Shift+a
Go to Ask HN
Shift+s
Go to Show HN

Miscellaneous

?
Show this modal