Live data from Hacker News

Viewing profile — hun-nemethpeter

hun-nemethpeter

HN member
Joined
Thu, Mar 20, 2014, 2:56 PM UTC
HN karma
28
Public activity
16 items

About hun-nemethpeter

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #36631957

    There is an Australian company called Fast Brick Robotics ( https://www.fbr.com.au/ ). https://www.youtube.com/watch?v=zNTMxSUsFrM The third home built using Hadrian X® robotic bri…

  3. comment
    Comment #34303574

    We have an FTXUI for C++. https://github.com/ArthurSonzogni/FTXUI

  4. comment
    Comment #29971792

    Yes, the name of this attribute is rankdir. See in the docs: https://graphviz.org/docs/attrs/rankdir/ In the sketch example: digraph G { rankdir="LR"; graph [fontname = "Handlee"];…

  5. comment
    Comment #29368252

    Can you name or even link a few?

  6. comment
    Comment #28648558

    This animation was featured at Daily Dose of Internet at 09/23 at 2:00 https://www.youtube.com/watch?v=SRhnpFzIlx0&t=120s

  7. comment
    Comment #27258052

    Why do you use sometimes pthread primitives from instead of standard , , ... objects? For example src/manager/DNSCache.h use std::mutex but src/kernel/Executor.h use pthread_mutex_…

  8. story
  9. comment
    Comment #24757574

    I prefer the Fastbrick Robotics ( https://www.fbr.com.au/ ) company's approach where they just creating building robots. Here is a short video on the robot in action: https://www.y…

  10. comment
    Comment #19199258

    There is a topic on reddit now which can shed some light on this question. How Many Productive Hours in a Work Day? Just 2 Hours, 23 Minutes... https://www.reddit.com/r/Economics/c…

  11. comment
    Comment #11084693

    According to this paper ( https://dcc.ligo.org/LIGO-P150914/public ) they detected the signal first at Livingston, Louisiana and 6.9ms later in Hanford, Washington. The distance be…

  12. comment
    Comment #10915590

    I linked the official webassembly design page where the authors said compiling from JavaScript to WASM is not possible now. "jfbastien commented on Jun 24, 2015 JS → wasm will only…

  13. comment
    Comment #10914955

    Compiling from JavaScript to WebAssembly is not possible and makes no sense. https://github.com/WebAssembly/design/issues/219

  14. comment
    Comment #9635444

    Oops.. Yes, you are right.

  15. comment
    Comment #9634854

    In the first example sum_f() was declared with two parameter but used with zero param.

  16. comment
    Comment #7435884

    I tried to make a proposal for a more natural meta programming: https://github.com/hun-nemethpeter/cpp-reflector-mini/blob/m...