Live data from Hacker News

Viewing profile — vasilakisfil

vasilakisfil

HN member
Joined
Thu, Sep 11, 2014, 2:53 PM UTC
HN karma
333
Public activity
134 items

About vasilakisfil

No profile information was provided.

Recent public activity

  1. comment
    Comment #33453055

    you are right, not so useful for Result type, but still, it comes handy for Option types (since None doesn't hold anything).

  2. comment
    Comment #32955353

    I skimmed through their docs but couldn't find whether they: * support for abstract apps, not only HTTP/web apps like heroku, let's say I want to deploy a SIP app * support for HTT…

  3. comment
    Comment #32644352

    it's so funny how everytime services are down, their status page is like everything is normal here. I understand that there are internal politics around such things but still...

  4. comment
    Comment #32514961

    I wish I could use one of those, I had one actually some years ago but my eyes were burning (I have huge fonts compared to average people in my regular 17inch laptop).

  5. comment
    Comment #32404647

    Usually you need redis to scale up horizontally, meaning with multiple servers/processes, and still keep consistency in your data. In general redis is a very useful tool that provi…

  6. comment
    Comment #32082082

    > Returning a 2xx code immediately tells the client that the HTTP response contains a payload that they can parse to determine the outcome of the business/domain request. There is …

  7. comment
    Comment #31568581

    Serialization/deserialization is such an important part of web development, I have no idea why Rails includes the ancient JBuilder (and very slow since it goes through templating) …

  8. comment
    Comment #30948220

    nice! I use that quite often, so it might come handy. Quick question, how did you build that ? Does Google provide any sort of API or did you build a web scraper for that ?

  9. comment
    Comment #30540198

    Nom is a fantastic library. I have built a SIP library [1] on top of Nom, no way I would have built that without Nom's help, and even if I did, it would be a heck of a mess and und…

  10. comment
    Comment #30167458

    Location: Stockholm, Sweden & Athens, Greece Remote: Yes Willing to relocate: Maybe Technologies: Rust, Ruby, Javascript, PostgreSQL, ElasticSearch, Redis, AWS, Networks, APIs, Voi…

  11. comment
    Comment #29999380

    this is really good idea, how comes not many sites/companies/people use it?

  12. comment
    Comment #29852794

    This is so depressing, and I am left with just over 60%.I can't imagine how someone would feel with just 10% or even less..

  13. comment
    Comment #29428804

    for some reason, from the video, screen doesn't feel the same quality as other e-ink readers like kindle. edit: I mean, kindle videos feel like you are reading a real paper, while …

  14. comment
    Comment #29105273

    This should be related, but I haven't tried it (my brother builds it, so I am not affiliated) https://requiresecurity.com/

  15. comment
    Comment #27929060

    In my experience none really cares about your side projects during interviews. I have plenty of side projects, given plenty of talks, I list some of those in my resume along with m…

  16. comment
    Comment #27341736

    This works by loading a bunch of JSON on page load, and then do search on the client side in that json blob. I think it's fine, but I have looked into something similar to do as a …

  17. comment
    Comment #27268151

    I haven't followed on what actually happened, but this is only bad for IRC itself. And if we had IRCv3 + federation etc, maybe it wouldn't matter that much but we are not even clos…

  18. comment
    Comment #26659944

    thanks was from mobile and I couldn't see it. Now from desktop I can see it.

  19. comment
    Comment #26659574

    I would like to see the keyboard layout but I can't find any photo.

  20. comment
    Comment #26555174

    That's a big statement. I am afraid it's not easy to replicate Heroku, let alone build something better. Quite the opposite I would say.

  21. comment
    Comment #26549845

    I think it's great that you can declare types optionally, but I think they are allowed for a different reason: documentation and explicitness. I would like Crystal compiler to take…

  22. comment
    Comment #26549822

    crystal is much slower on compiles

  23. comment
    Comment #26546026

    Crystal is a beautiful language, however compiling times is something that put off most people who try it. How comes and they don't allow you to optionally provide types in your fu…

  24. comment
    Comment #26019160

    https://en.m.wikipedia.org/wiki/Siemens_Greek_bribery_scanda...

  25. comment
    Comment #25941982

    You are bringing in Rust's amazing type system but that assumes that you understand how the 3rd party system behaves. Otherwise your types will be very loose (i.e. String ? could b…