Live data from Hacker News

Viewing profile — asimeqi

asimeqi

HN member
Joined
Fri, Oct 09, 2009, 7:11 PM UTC
HN karma
276
Public activity
72 items

About asimeqi

No profile information was provided.

Recent public activity

  1. comment
    Comment #48121340

    VB the ide was really good but VB the language was not. In particular it didn't support object orientation in any sensible way. While I am not crazy about object orientation in gen…

  2. comment
    Comment #47287624

    I am a principal engineer too. In the last 5 months I have been working on a project using the latest LLMs. 5 years ago that project would have required 30 engineers. Now I am alon…

  3. comment
    Comment #46908895

    Since when is "bored" a synonym for "dishonest"?

  4. comment
    Comment #46790819

    If you are using build123d, probably the easiest way is to sketch an ellipse and revolve it.

  5. comment
    Comment #46761700

    I can barely keep up with one instance of Claude Code. In fact even that one sits iddle half the time as I test its output and try to explain what it did wrong. What are people pro…

  6. comment
    Comment #46529082

    The best coffee stains by far are created directly in Postscript.

  7. comment
    Comment #46455631

    Yes please I totally agree. Something big must be going on there. I once bought an item through an Instagram ad. For about a month I got fake updates about shipping. Then one day I…

  8. comment
    Comment #46213417

    AI is making coding so cheap, you can now program a few versions of the API and choose what works better.

  9. comment
    Comment #45560357

    Not a member of the project but here is my take: You run the WireGuard app on your computer/phone, tap Connect, and it creates an encrypted tunnel to a small network box (the “FPGA…

  10. comment
    Comment #45462394

    When I was in elementary school in the 70s in Albania, we had some older teachers who wrote z as ᵹ. I don't know where that came from, but it was not part of the official alphabet.…

  11. comment
    Comment #44154742

    The 100x also is kind of meaningless. 100x compared to what? I can introduce a bug by being careless for 1 minute, discover it in my own tests and spend the next 2 days to figure i…

  12. comment
    Comment #43652548

    ~relying~ --> relaying

  13. comment
    Comment #43489940

    [flagged]

  14. comment
    Comment #43489918

    [flagged]

  15. comment
  16. comment
    Comment #43489805

    I see some very "tolerant" people are downvoting. You support the girl's right to support Hamas, but don't even want to hear from people who think differently.

  17. comment
    Comment #43489723

    [flagged]

  18. comment
    Comment #43247742

    Also this Albanian guy just published a video from the same place: https://www.youtube.com/watch?v=TUGbSg3o7p4

  19. comment
    Comment #42677816

    15 years after MIT made the same switch from Scheme to Python. Since CS at MIT seems to be fine, so will CS at NEU.

  20. comment
    Comment #40391849

    Why do I remember The C Programming Language book by K&R explaining how to write a version of cdecl? I just checked the second edition of the book and my memory seems to be wrong.

  21. comment
    Comment #38886832

    I once implemented a logical expression evaluator to be used as filters on a search page. My boss tested it and filed a bug because he expected OR to have higher precedence than AN…

  22. comment
    Comment #37149881

    There was also Adpative Programming by Karl Lieberherr at Northeastern University ( https://www2.ccs.neu.edu/research/demeter/ ). He had both a C++ and a Java compiler to implement…

  23. comment
    Comment #37038437

    My daughter is a student in one of those elite schools. You are allowed to take one of those advanced classes in any year (i.e. Calculus as a freshman) but that doesn't mean that t…

  24. comment
    Comment #36973108

    I meant speeds derived from previous position measurements. Using those speeds is not getting something from nothing. It means using previous measurements to estimate where the obj…

  25. comment
    Comment #36972524

    Kalman filters are used for changing entities. Say you have a moving object. You could measure (with some errors) its position every second and use that as an estimate of where it …