Live data from Hacker News

Viewing profile — floitsch

floitsch

HN member
Joined
Fri, Mar 29, 2013, 9:10 PM UTC
HN karma
563
Public activity
157 items

About floitsch

I worked on Dart. Now developing Toit.

Recent public activity

  1. story
  2. comment
    Comment #46794713

    I felt the same, but then thought of experts in their field. For example, my PhD advisor would already know all these papers. For him the prompt would actually be similar to what w…

  3. comment
    Comment #46534449

    You are absolutely right, and a follow-up CL fixed the non-Zba code path. At the time of writing of the blog post, the generated code was however still using the 4 instructions ins…

  4. story
  5. comment
    Comment #46486781

    When Plasma crashes, all programs keep running. The only noticable thing (to me) is that the order of my apps in the task bar is different.

  6. comment
    Comment #46305277

    Pretty impressive. When I published Grisu (Google double-conversion), it was multiple times faster than the existing algorithms. I knew that there was still room for improvement, b…

  7. story
  8. story
  9. comment
    Comment #44778797

    Sleef is a SIMD library that is often used (transitively) when working with LLMs. Its maintainer now requests $1000 for approval of PRs. Here is an example where they reject a smal…

  10. story
  11. comment
    Comment #44623200

    If they can get the data without a user's consent, then it's independent of this new feature and thus unrelated. If you believe that the government has unlimited access, then it wa…

  12. comment
    Comment #44623175

    In that case they don't need consent anyway and it's not about this new feature.

  13. comment
    Comment #44507767

    Speed and reliability. We found that Python isn't really designed for constrained environments. The object model, in particular, makes it hard to have fast method calls. The memory…

  14. comment
    Comment #44498917

    A similar project: https://toitlang.org (or https://toit.io ). Currently it's only targeting the ESP32 family, but the code is pretty portable. By default, it probably also needs m…

  15. comment
    Comment #44048854

    You will improve your language skills this way, but if your skill level isn't high enough it's going to be exhausting to the native speaker as well. I have been living in Denmark f…

  16. story
    Show HN: A GitHub action to publish Discord help forums

    As maintainers of our open-source project, we provide support on multiple different channels: Stack Overflow, GitHub discussions, and Discord. The problem: Most activity happens on…

  17. story
    Show HN: GitHub action to publish Discord help forums

    Like many other projects we provide support through Discord. However, questions asked in Discord aren't indexable or searchable. To fix this I wrote a small GitHub action that gene…

  18. story
  19. comment
    Comment #42634056

    Balcony solar requires the 50Hz of the energy grid. If you turn off the main power they will stop feeding into the system.

  20. story
  21. comment
    Comment #41992664

    I implemented `DateTime` in Dart and Toit and wrote a blog post about the things I noticed: https://medium.com/@florian_32814/date-time-526a4f86badb Timezones are fun...

  22. story
    Show HN: Google Apps add-on for syntax highlighting

    An add-on that uses CodeMirror to syntax-highlight code sections in Google docs and slides. The code is open-source: https://github.com/code-syntax-addon/code-syntax The documentat…

  23. comment
    Comment #40758108

    The other ones for me: - "go to your happy place", or "imagine you are on an island..." - counting sheep to fall asleep. I just couldn't visualize them.

  24. comment
    Comment #40758027

    I have aphantasia, and I don't feel handicapped at all. The only thing where I really notice differences is when trying to describe people. Since I can't visualize them in my head,…

  25. comment
    Comment #40741144

    I used this technique to send data from the cell-phone to an ESP32 using the phone's flashlight: https://www.reddit.com/r/esp32/comments/wfea4r/send_data_wit...