Live data from Hacker News

Viewing profile — vrotaru

vrotaru

HN member
Joined
Tue, Mar 09, 2010, 10:52 AM UTC
HN karma
236
Public activity
184 items

About vrotaru

[ my public key: https://keybase.io/vrotaru; my proof: https://keybase.io/vrotaru/sigs/KZF_cku3RH0RTExvxtBGDZhPyshtOOOYpk-rWWa7ArY ]

Recent public activity

  1. comment
  2. comment
    Comment #45701403

    Here is my experience. Claude did generated a rather good template for what I needed. It did not compile at first but I copy-pasted the errors and it fixed them. Not all was good, …

  3. comment
    Comment #45200965

    Sorry for harping on it, but I think this clearly reflects the difference between 2 approaches to storing knowledge, lossy but humongous, and lossless but limited. LLMs - Lossy hig…

  4. comment
    Comment #45147305

    There is a podman-compose which works almost as drop-in replacement. Almost because most common commands work, but I have not check all. And almost, because for some docker-compose…

  5. comment
    Comment #44782296

    That is a good questions and I guess we have good progress since Plato whose definition was - A man is a featherless biped. But I think we still do not know.

  6. comment
    Comment #44778783

    To some degree *all* LLM's answers are made up facts. For stuff that is abundantly present in training data those are almost always correct. For topics which are not common knowled…

  7. comment
    Comment #44727039

    Well, not exactly convince. I was curious what will happen. If you are curious it was a question about the behavior of Kafka producer interceptors when an exception is thrown. But …

  8. comment
    Comment #44726422

    You should always check. I've seen LLM's being wrong (and obstinate) on topics which are one step separated from common knowledge. I had to post the source code to win the dispute,…

  9. comment
    Comment #44673080

    So what is your pick? * AI is the next electric screwdriver * AI is THE steam engine. My pick is that the AI is not THE steam engine.

  10. comment
    Comment #43888368

    > Oberon also doesn't seem to be actively developed anymore That's pretty much it, for maybe 10+ years now. There was a successor project BlueBottle with some promise, but it did n…

  11. comment
    Comment #43156564

    It happens. It shows you the right suggestion, and if you keep typing it assumes that you meant something else and displays other suggestion. Good for slow typers, not so much for …

  12. comment
    Comment #42363877

    Maybe web.skype.com will be better? Just a guess. Anyway, that's how I use Skype when I still have to use it. Which is about once a month.

  13. comment
    Comment #42305363

    The are LLVM Caleidoscope (toy compiler) in both Haskell and OCaml https://github.com/sdiehl/kaleidoscope https://github.com/arbipher/llvm-ocaml-tutorial The Haskell one is a nice …

  14. comment
    Comment #42191038

    I guess Modula-3 was doing it as well. Records were structurally typed. But you can "braid"(?) a record and that will make it nominal type.

  15. comment
    Comment #41158337

    You know what else is self-cleaning? /dev/shm The advantage being that it does not even touch the disk.

  16. comment
    Comment #41067730

    Just an example. Should teachers be judged on how a pleasant life they live, or how good they teach?

  17. comment
    Comment #41065926

    Stop optimizing for consumers, start optimizing for producers. Maybe, you want to rethink that.

  18. comment
    Comment #40765092

    lsattr - for reading attributes chattr - for setting them You need the `i` attribute. But this is filesystem dependent. Anyway protecting the `sudo` binary from package managers is…

  19. comment
    Comment #40561197

    So, in order to write a new browser you first have to write (as a training exercise) a new OS. Not the fastest way, but it seems to work. Best wishes to Andreas.

  20. comment
    Comment #40084067

    Guess so. Unfamiliar with Zig. The point is that not a "all or nothing" strategy for a compilation unit. Debugger writers may not be happy, but maybe lldb supports all conventions …

  21. comment
    Comment #40083759

    There was an interesting aproach to this, in an experimental language some time ago fn f1 (x, y) #-> // Use C calling conventions fn f2 (x, y) -> // use fast calling conventions Th…

  22. story
  23. comment
    Comment #36968269

    Well, I guess, that are islands of superconductivity and normal conductivity in the same sample. This gives a low resistance and diamagnetism which is used as proxy to real superco…

  24. comment
    Comment #36874686

    That's just a sequence of commands echo s .. # sync echo u .. # unmount echo b .. # reboot Just a guess though

  25. comment
    Comment #35657230

    My beef is mostly with GTK3 and how it was introduced. GTK4 seems to be better and at least it can be fast