Live data from Hacker News

Viewing profile — soinus

soinus

HN member
Joined
Tue, Dec 15, 2015, 9:49 AM UTC
HN karma
52
Public activity
30 items

About soinus

No profile information was provided.

Recent public activity

  1. comment
    Comment #34090896

    Thanks for the answer. On one side I'm happy it mirrors my understanding, but on the other I kinda feel some sadness for simple small beautiful solutions. A lot of models feel like…

  2. story
    Ask HN: How to get excited about deep learning

    Hey HN. I am a fairly senior researcher/engineer with a PhD in the field as well as many years of hands-on experience in a couple of industries related to robotics and computer vis…

  3. comment
    Comment #33662631

    I think the most impactful thing I've built for now is an open source project used to auto complete C++ code in sublime text: EasyClangComplete. It does not take over the world, bu…

  4. comment
    Comment #33437035

    But there is! Use local variables and value semantics. Use references to borrow stuff. Never touch new or delete. Use smart pointers when need an owning pointer (rare). Anything be…

  5. comment
    Comment #33436823

    As a personal anecdote, all of my jobs were actually very interesting with lots of interesting design problems spanning from low level systems to very high level design decisions. …

  6. comment
    Comment #33436720

    Would not say it's true at least for robotics related fields. I personally taught C++ some years ago and the new guys have taken over since, adopting and improving on my course. Th…

  7. comment
    Comment #28639528

    While I completely agree with you that asking for forgiveness in these situations is probably a better strategy, I definitely know the feeling that OP had. My take on why it's hard…

  8. comment
    Comment #25768443

    If anything, I've seen union doing exactly the opposite, at least in Germany for senior level jobs. Coming to work for a big company the only chance of getting a higher salary is t…

  9. comment
    Comment #23577710

    I run a Trello board along the lines of Getting Things Done, i.e., everything I have to do goes into this board. It starts with "incoming" list, which can also be filled from email…

  10. story
    Ask HN: Any remote jobs in robotics / computer vision?

    Let's say hypothetically there is a bunch of people in Europe who look for interesting and exciting jobs in robotics / computer vision. Are there any companies that offer work like…

  11. story
  12. comment
    Comment #23109071

    Oh my! This is amazing! It is exactly what I need to fulfill the picture! To those, who can't or don't want to watch the video: you can configure iPad to lock you in a single app a…

  13. comment
    Comment #23100379

    I just have to chime in on this. While I don't use the mouse with an iPad on a daily basis, I have found a new use for it yesterday. Once every I start missing games and decide to …

  14. comment
    Comment #22777799

    I usually try to stay away, but I'll bite this time. I have no affiliation with Google, don't own their stock nor ever have, but these kind of responses bug me. Working in data sci…

  15. comment
    Comment #22649717

    The quarantine did not change much for me. I am still mostly working on EasyClangCompelete [1] - an easy to use (at least that's the goal) auto-compeltion of c++ code in Sublime Te…

  16. comment
    Comment #22166883

    Same here. After working in academia with no agile process (worked well), in a startup or around 20 engineers using OKRs (worked great) and a big company following SCRUM (nightmari…

  17. comment
    Comment #21416749

    Well, I would say the"critics" comment was deaded not just because it was criticising. It did so in a sarcastic manner providing no reason whatsoever. At least that's my take on it…

  18. comment
    Comment #21375768

    I automate my todos. In the best tradition of getting things done, I have a single list for all my todos. It is in Trello and it uses Butler for automation. I have Inbox, Today, Th…

  19. comment
    Comment #19538699

    My girlfriend has it and it just won't go to sleep even with tlp installed :/

  20. comment
    Comment #14497138

    Hey, thanks for the kind words about EasyClangComplete! I am glad it works for you! Feel free to open issues if something behaves less than ideal for you :)

  21. comment
    Comment #11800338

    Please let me know when you know more. I am also interested.

  22. comment
    Comment #11800331

    Yes, do it! Shoot me an issue should something go wrong! :) I hope with the help of clang this will be manageable :)

  23. comment
    Comment #11791322

    There is a bunch of plugins that do essentially the same, but are all subtly different. the one you reference uses python bindings, but only works for Linux. I will do a brief list…

  24. comment
    Comment #11791209

    I can confirm that clang just uses headers, no linking involved. No project either. Only the headers you include in your file. So it should not compile a lot unless you have a file…

  25. comment
    Comment #11790999

    Yep, but I have unfortunately not managed to make it work for me. Also, I wanted to achieve really low-effort setup. I believe that my plugin, while maybe has less features is easi…