Live data from Hacker News

Viewing profile — lindig

lindig

HN member
Joined
Sun, Nov 24, 2013, 4:20 PM UTC
HN karma
395
Public activity
141 items

About lindig

No profile information was provided.

Recent public activity

  1. comment
    Comment #49062192

    > In defence of Mr Musk, despite his character flaws, Tesla is the only Western electric car company in the top 20, and this includes Korea and Japan. Also, SpaceX is ~90% of the w…

  2. comment
    Comment #48368144

    > Instead of regular expressions, Janet’s text wrangling is based around parsing expression grammars. Parsing expression grammars are simpler, more powerful, and more predictable t…

  3. comment
    Comment #48321282

    > native ocaml repl has landed What does this refer to? Most people use the OCaml `utop` REPL which isn't okay for some printf debugging but nowhere near what a Lisp could do.

  4. comment
    Comment #48077055

    The repository link on that page does not work. Is there a preview?

  5. comment
    Comment #44815118

    The public transport service in Hannover/Germany once had a screensaver that you could configure to show the next departure from your nearest station. I thought that was clever mar…

  6. comment
    Comment #43198274

    I like the idea mentioned in the article of exploring limited higher-order functions: functions that can only take functions as argument that themselves are not taking functions as…

  7. comment
    Comment #41225666

    This makes you appreciate curation in a museum. Why are these objects shown together? Historical period, size, design feature, material, production method? It looks completely arbi…

  8. comment
    Comment #39805551

    The main feature of interval parsing appears to be that it can jump over content such that a later part in a file does not depend on knowing everything that comes before it. Has Do…

  9. comment
    Comment #39209098

    Filecoin, which is based on IPFS, creates a market for unused storage. I think that idea is great but for adoption it needs to be as simple as Dropbox to store files. But visit htt…

  10. comment
    Comment #39077800

    "Show, don't tell" is lost on the authors. They only talk about visual ugliness.

  11. comment
    Comment #38845853

    The argument for annealing in the original paper is that accepting regressions is essential to escape from local minima. https://www2.stat.duke.edu/~scs/Courses/Stat376/Papers/Temp…

  12. comment
    Comment #38845188

    My understanding of simulated annealing is that solutions that are not improvements are still accepted with some probability in early steps but that this probability decreases as "…

  13. comment
    Comment #37373030

    Links are unreadable in that blog post on iOS/Safari.

  14. comment
    Comment #37293875

    For covering the subject of writing, the typesetting of the PDF is remarkably poor. The mix of serif and sans serif, the font sizes don't match the structure of the document, and e…

  15. comment
    Comment #36970807

    What does your business do? Stripe might not have listed your business model explicitly but could still prefer to not have you as a customer if it is an edge case.

  16. comment
    Comment #35860883

    Since list traversal is very common in OCaml, could the compiler emit code that pre-fetches the next element?

  17. comment
    Comment #34163166

    Suggestion: parse any number like 12:03 as 12 minutes and 3 seconds (and 04:12:03 with hours) and represent it as seconds. It makes working with durations a lot easier. This is jus…

  18. comment
    Comment #32875823

    This guy needs a copy editor. The meandering writing is off putting when someone is writing on the subject of becoming efficient at a task or process. He is in love with his own wr…

  19. comment
    Comment #32297012

    That's a great service. I can think of various features to support more use cases: * provide an optional label - for the use case where several clocks are used and shared. * start …

  20. comment
    Comment #31909441

    > I actually really wish I had something similar for video... Try this: https://github.com/mifi/lossless-cut I am using the binary on macOS. The UI is a bit idiosyncratic but it wo…

  21. comment
    Comment #29672722

    > A much better effort, for anyone interested, would be to vastly simplify the OCaml build and package management story to be more Go-like. OCaml's package management and build sys…

  22. comment
    Comment #29660366

    I’d like to see support for FIT files as they are emitted by Garmin fitness devices. It’s a clever binary format that in-stream defines the format of records which then contain the…

  23. comment
    Comment #29067334

    The valuation of Apple on a P/E basis is attractive and constant stock buybacks make it a safe bet. At the current scale you can’t expect startup-level growth but it is still attra…

  24. comment
    Comment #28849823

    On my Safari 14.1.2 the hero image (demo) on the landing page does not show properly. The URL is https://slacklatex.com/static/media/demo_img.5ddca5f3.webp and I assume the format …

  25. comment
    Comment #27653329

    Compiler bugs outside undefined behaviour are not rare; calling conventions as implemented in C compilers are complex and random testing found bugs in several compilers. However, t…