Live data from Hacker News

Viewing profile — fxn

fxn

HN member
Joined
Mon, Feb 15, 2010, 6:24 PM UTC
HN karma
109
Public activity
40 items

About fxn

[ my public key: https://keybase.io/fxn; my proof: https://keybase.io/fxn/sigs/v1923FtyV13AgJGrm9SgJ35upEHMVmLETRyA-xZ8UlY ]

Recent public activity

  1. comment
    Comment #44328063

    That is not the hallmark of literate programming, but the hallmark bad/unhelpful code comments or docs. Like, you can also have bad/unhelpful function names or unclean and tangled …

  2. comment
    Comment #41342909

    The remontoire has a technical/practical modern use in the Zeitwerk.

  3. comment
    Comment #40556273

    Some links do not have information yet, others do, for example https://hotwire.io/frameworks/laravel or https://hotwire.io/frameworks/django .

  4. comment
  5. comment
    Comment #40555577

    No, Hotwire is framework agnostic it is web components and JavaScript, basically. You can Google Hotwire with Django, or Laravel, or many others ( https://hotwire.io/frameworks ).

  6. comment
    Comment #36838004

    The article section about interpreted vs compiled is incorrect. .exs files are compiled just like .ex files are. The only difference between `elixirc` and `elixir` is that the form…

  7. comment
    Comment #34420210

    This is not true. In Ruby, tests are the same you'd write in any other language. You test that things do what they are supposed to do, not the types of parameters or return values.…

  8. comment
    Comment #29714738

    The Atmos does not have a seconds hand. All models except two do not have minute indications. I believe that is going to difficult measuring accuracy. You can approximate something…

  9. comment
    Comment #20719852

    It is read-your-writes semantics, and the metadata is stored in the session.

  10. comment
    Comment #19135062

    It is your choice. You are in charge and freelancing gives you the opportunity to bill _less_ and leave space to other important things in your life for which a regular job would c…

  11. comment
    Comment #18969714

    This project is wonderful. Dozens of cities over the world are opening their doors to its citizens thanks to it. In Madrid, inhabitants have a direct vote on how to spend _millions…

  12. comment
  13. comment
    Comment #15815383

    I have tried a bunch. Notion is super cool, but doesn't do tables at this moment (though they seem to be working on it). Some apps have one level of nesting only, which is not enou…

  14. comment
    Comment #15639491

    IMO an ORM is not a substitute for knowing SQL, much less studying the actual database. To me, an ORM is a tool that allows someone that knows SQL to write statements they would wr…

  15. comment
    Comment #13606817

    I have not watched the video, but for people reading only comments let me clarify. Numbers go naturals Rationals may have an infinite decimal expansion, like 1/3 has, but it has a …

  16. comment
    Comment #12462084

    This regexp is totally brilliant. It solves this problem in an unexpected way, because you think numbers, but the solution thinks strings. Not only that, the paradox, or its beauty…

  17. comment
    Comment #11653686

    I am sorry, those are programming languages whose name has one letter. For a true one-letter programming language please check SuperPython http://search.cpan.org/~mjd/SuperPython-0…

  18. comment
    Comment #10911885

    The author of the post had projects in SourceForge, also listed in Freshmeat. But they were not hubs at the GitHub level, contributing to Open Source was fragmented.

  19. comment
    Comment #10911257

    All merged by now, more than 60 signatures ATM.

  20. comment
    Comment #10910724

    The post is assuming nothing about the motivations, which anyone but founders can't but at most conjecture.

  21. comment
    Comment #10910695

    Constructive feedback is fine, but "I have told you, you know that, but you are ignoring me, what's wrong" is a different story. My reaction to that is 1) it shows you already sent…

  22. comment
    Comment #9050421

    Yes, in that case that's not your market. (Unless someone responsible for some of that budget hires you under those "local" conditions.) But in general, as in any product or servic…

  23. comment
    Comment #9049462

    In practice, this starts with my availability. Since I don't work with estimations my gigs do not have an estimated end date, because what I only care is that what I am hired for f…

  24. comment
    Comment #9049363

    I have been doing freelancing for the last 5 years without estimations or deadlines. Has worked so great, everyone involved is focused on the task, you iterate and concentrate on b…

  25. comment
    Comment #9043267

    I explored this technique applied to a few other problems just for fun, integer square root, coprimes, continued fractions, modulo, etc. https://github.com/fxn/math-with-regexps/bl…