Live data from Hacker News

Viewing profile — silok

silok

HN member
Joined
Wed, Nov 19, 2014, 10:58 PM UTC
HN karma
23
Public activity
29 items

About silok

No profile information was provided.

Recent public activity

  1. comment
    Comment #46003294

    Well written imo, and many valuable lessons!

  2. comment
    Comment #44874287

    Explained at the end of the article: After a full month of coordinated, decentralised action, the number of articles about Mr. Woodard was reduced from 335 articles to 20. A full d…

  3. comment
    Comment #44208071

    Perfect is a strong statement, I do not see that description on the github page?

  4. comment
    Comment #43385991

    I think this is a valid point, the tesla is not necessarily worse than humans. This whole test setup is built around the advantages of lidar which of course will detect the obstacl…

  5. comment
    Comment #43202950

    Also, bruno has a custom declarative API request DSL that is suitable for text-based editing, complementing the usage in the GUI application. https://docs.usebruno.com/bru-lang/ove…

  6. comment
    Comment #41809010

    With autonomy you do not need a one-fit-all vehicle that support many different use cases. Instead you have access to a fleet of specialized vehicles that are optimized for differe…

  7. comment
    Comment #41678443

    People interested in this should also make sure to checkout Hylo, https://www.hylo-lang.org There are several presentations on the design and mechanisms. Eg - https://www.youtube.c…

  8. comment
    Comment #41300891

    This is very cool! A bit disappointing that this does not get more attention on HN. Using WASM as a sandboxed embedded compute environment has so many use cases outside the browser…

  9. comment
    Comment #40084639

    This is definitely some creepy behaviour by the tech lead, but how is it sexual assault? This just deflates the meaning of sexual assault to mean any kind of "uncomfortable assault…

  10. comment
    Comment #39560211

    Also because xitter provides a broader discussion platform and reach compared to only HN (even though I highly appreciate the HN content). But yeah, the xitter post should preferab…

  11. comment
    Comment #38216013

    The topic of programming languages in game development, and realtime interactive environments is such an unsolved issue that needs a lot of attention. There are huge problems eg wi…

  12. comment
    Comment #38153517

    It feels weird to not include some sort of ML inference tasks when benchmarking modern compute hardware. The GPU capabilities are a major factor of the M3 upgrade it seems?

  13. comment
    Comment #37949021

    But that is basically the core value proposition of mojo. You don’t need to drop down into another language to do low level, high performance kernels, you can do it all in mojo. Sc…

  14. comment
    Comment #37856409

    Overall very informative. Really like the comparison with the Dart analytics protocol and the Jetbrains protocol. I think the comments on state synchronization with subscription ba…

  15. comment
    Comment #37766564

    Pair of aces counts as 1 instead of 14? Bug or was it like this originally?

  16. comment
    Comment #37634633

    The guard statement in swift is pretty much designed for this pattern, and it works well imo.

  17. comment
    Comment #37209615

    There is also a great in depth video on her Tana setup here: https://help.tana.inc/use-cases/tana-tour-with-maggie-applet...

  18. comment
    Comment #36905237

    The subscript concept itself is nothing new, it is basically just a generalized element accessor, typically for collection types, arrays, dictionaries, etc. https://docs.swift.org/…

  19. comment
    Comment #36505341

    It is a pretty common phenomenon that parents continue to live in their single family home long after all the children has moved out. At least in Sweden this is definitely the case…

  20. comment
    Comment #36431026

    I think it looks pretty promising, as long as the deployment setup is not only configurable via the UI, but also can be specified decoratively with code and hierarchical data (eg j…

  21. comment
    Comment #36305809

    Uh, dude, the first iPod was amazing. Lots of storage and firewire made transfers ridiculously fast, but yeah the target market was probably people who already had a modern Mac. Al…

  22. comment
    Comment #36223227

    Honestly, how often do you bang your head hard into a wall/floor? Sure, I'm a tall guy, roughly 200cm, and I sometimes bang my head in a overhead doorstock. But that is typically s…

  23. comment
    Comment #35451499

    Here is a youtube commentary of the results: https://www.youtube.com/watch?v=5SgJKZLBrmg

  24. comment
    Comment #32875449

    On the same topic, I would recommend Seth Godin - The Practice: Shipping Creative Work

  25. comment
    Comment #32821011

    Isn't that just due to "lazyness", rather than an explicit design choice? I mean just doing char based comparisons, which is the easiest solution, will give the separation of upper…