Live data from Hacker News

Viewing profile — alexdowad

alexdowad

HN member
Joined
Wed, Feb 27, 2013, 4:40 AM UTC
HN karma
432
Public activity
176 items

About alexdowad

My blog: https://alexdowad.github.io

Recent public activity

  1. comment
    Comment #47525440

    There's obviously some nuance here, but the fact is that much modern software is riddled with bugs, and this is sub-optimal for everyone (both software users and software builders)…

  2. comment
    Comment #46370304

    > Quite impressive... Yes, quite! Monsieur Bellard is a legend of computer programming. It would be hard to think of another programmer whose body of public work is more impressive…

  3. comment
    Comment #46370224

    Lua isn't my primary programming language now, but it was for a while. My personal experience on the library ecosystem was: It's definitely smaller than many languages, and this is…

  4. comment
    Comment #45874384

    Agree. It always seemed like a strange and poorly conceived technology to me.

  5. comment
    Comment #45808959

    ivanjermakov, I don't know if you are an open source maintainer or not (I am, for several projects). If you are, and you follow the policy that "I will never reject PRs because of …

  6. comment
    Comment #45806891

    Be tactful and kind, but straightforward about what you can't/don't want to spend time reviewing. "Thanks for the effort, but my time and energy is limited and I can't practically …

  7. comment
    Comment #44569518

    My belief is that whatever technology can be invented by humans (under the constraints of the laws of physics, etc) will eventually be invented. I don't have a strong argument for …

  8. comment
    Comment #44567499

    Afraid that I can't apply for this (because it's on-site), but what you are doing looks awesome. Hope that you succeed!

  9. comment
    Comment #44059857

    Wholeheartedly agree.

  10. comment
    Comment #44059840

    There are absolutely times when one can get LLMs to "say something valuable". I am still learning how to put them to good use, but here are some areas where I have found clear wins…

  11. comment
    Comment #43916036

    If your firm has been around for long enough, then it will almost certainly have long-standing clients who repeatedly come back for changes, additions, and general maintenance to e…

  12. comment
    Comment #43676569

    Hi! It's strange for me to see one of my posts get some love on HN, years after I wrote it (and not one of my best pieces, by my own estimation). Thanks to everyone who took the ti…

  13. comment
    Comment #43621878

    I'm together with sethammons in that "rounding error". I actually go further and explicitly list things which I'm not good at on my resumé.

  14. comment
    Comment #42858937

    I've worked on numerous Rails projects since 2010, and it has lots of strengths, but I would really hesitate to base a new project on Rails. The benefits of using a big framework (…

  15. comment
    Comment #41692757

    Ah, that must have been it. Thanks for the link!

  16. comment
    Comment #41692630

    Great article. It reminds me of another anecdote, regarding a university professor who told his students that he would deliberately include one falsehood in each lecture, and the s…

  17. comment
    Comment #41433904

    One small tip: Senior candidates may be discouraged from applying if you don't mention up front what your compensation range is.

  18. comment
    Comment #41424707

    I'm not an AI expert, but feel free to ping me on other CS-related topics. See https://alexdowad.github.io/cv for a rundown of which topics I am 'expert' (or at least semi-expert) …

  19. comment
    Comment #41198761

    > Start the team from hiring senior talent... This is very important! Once you hire the first couple members of a development team, subsequent hires will almost certainly be at the…

  20. comment
    Comment #40946968

    Although it doesn't help with your current problem: for future projects, consider demanding payment in installments, linked to project milestones. When the final invoice is small, …

  21. comment
    Comment #40589394

    Sure. I've done similar things myself, though the "advanced languages" which I'm expert in do not include Scala. This is a good example of what I'm talking about in the last paragr…

  22. comment
    Comment #40581683

    There are lots of interesting ideas to be found in the Lisp/Scheme family. A Lisp can be an excellent choice of primary dev language, especially for a dev shop which puts enough in…

  23. comment
    Comment #40576791

    From your description of your current level, reading Patterson's "Computer Architecture: a Quantitative Approach" would be a next good step.

  24. comment
    Comment #40141077

    "Recently" (~5 years ago) I got very interested in mathematics, and decided to self-study up to an undergrad degree-equivalent level. I researched what topics are typically include…

  25. comment
    Comment #40108696

    Aside from what has already been suggested, you could consider reading selected chapters of Intel's programmer manual. I personally read through the whole thing once (well, skimmed…