Live data from Hacker News

Viewing profile — tuvistavie

tuvistavie

HN member
Joined
Sun, May 03, 2015, 3:13 PM UTC
HN karma
325
Public activity
65 items

About tuvistavie

Sotware engineer interested in programming languages and functional programming

https://daniel.perez.sh

my public key: https://keybase.io/tuvistavie; my proof: https://keybase.io/tuvistavie/sigs/oBOnOhiTkwy1TZdg0sNlOyU02V0cDPt2IV-E8YSZti8

Recent public activity

  1. comment
    Comment #47137133

    I have been using envio for a while, as a simple way to avoid keeping secrets around in plain text. Secrets can be encrypted with a passphrase or a GPG key. Not a silver bullet but…

  2. comment
    Comment #47136040

    I think having API keys for some third-party services (whatever LLM provider, for example) in a .env file to be able to easily run the app locally is pretty common. Even if they ar…

  3. comment
    Comment #45876603

    I've been studying wine and was a bit frustrated with the wine note taking apps around, so I've been building one. It allows to: - Scan wine labels (it analyzes the label automatic…

  4. story
  5. comment
    Comment #30776898

    Depending on the country, it can truly be. Some of my relatives have money stuck in Lebanon and there is currently not really any way of getting the money out of the country.

  6. comment
    Comment #27874537

    In general, I'd say UK visa process and cost are quite terrible, to say the least. However, for the global talent, the harder part is to get endorsement, after which it should be r…

  7. comment
    Comment #25684737

    I am not sure I would advocate for this but, from Python 3.8, this is an instance where assignment expressions could allow the first code without duplication. first(x * y for x in …

  8. comment
    Comment #25658532

    > The difference is that what the doctors put so much time into learning can actually be quite useful for their job. I'd be curious to hear what a doctor would think about that. My…

  9. comment
    Comment #25639666

    Runtime safety and compile time safety are not the same thing. Compile time safety is not a silver bullet but it does protect against quite a few classes of errors.

  10. comment
    Comment #25542707

    I think the only possible answer to how much math do you need is that it depends on what you work on. There is a lot of stuff that can be done only using very basic math, that's fo…

  11. comment
    Comment #24300290

    As much as I agree with you on all the points, in my case I kind of have to stick with what my research group is using for now.

  12. comment
    Comment #24299204

    I'm in the middle of my PhD and switched from printing papers to reading them on my iPad roughly two years ago. There are some things I miss from paper but overall I found the pros…

  13. story
  14. comment
    Comment #21923399

    At the end of the day I think it's just a matter of cost. If it's cheaper to let a software fail and simply fix it when it does, there will not be much interest into proving it to …

  15. comment
    Comment #20492650

    I am pretty sure we reached this point quite a few years ago. From what I know, most people learning web programming nowadays start with Rails, Express JS or whatever framework of …

  16. comment
    Comment #19669474

    The amount of tweets and the variety of languages is actually pretty impressive. https://daniel.perez.sh/misc/notre-dame/

  17. comment
    Comment #19609550

    For me English has been working decently on DDG but last time I tried I had a really hard time getting decent results in other languages.

  18. comment
    Comment #18779055

    I made a plugin for that. It works well enough for my needs. https://github.com/danhper/fish-fastdir

  19. story
  20. comment
    Comment #17053196

    Changing `INCLUDES = . parser ....` to `INCLUDES = . external parser ...` in the Makefile fixed compilation for me.

  21. comment
    Comment #16256049

    I'm curious to know how this is usually handled in the US. What would be the usual process for company B and C to work on the product?

  22. comment
    Comment #16255842

    The article seems to be missing what I think is the major reason why Japanese websites are how they are. I think one of the major factor is how the IT industry works in Japan, and …

  23. comment
    Comment #15911395

    It is also worth noting that the ecosystem around fish is quite developed, making it easy to get easy integration and completions for most well-known tools. oh-my-fish [1] plugins …

  24. comment
    Comment #15911238

    The web based configuration is completely optional. Editing dotfiles works just as well. I have been using fish for quite a while but never use the web interface (I didn't even rem…

  25. story