Live data from Hacker News

Viewing profile — mmzeeman

mmzeeman

HN member
Joined
Sun, Nov 03, 2019, 11:12 AM UTC
HN karma
122
Public activity
28 items

About mmzeeman

No profile information was provided.

Recent public activity

  1. comment
    Comment #44754734

    True. When I mentioned this on an FP Discord, people actively shared tips about content blockers.

  2. comment
    Comment #41081869

    Visual programming has a long history. See Nassi-Shneiderman-Diagram's, which are even a German (Now eu) DIN standard. And you have Drakon from the Russian space program.

  3. comment
    Comment #38752334

    Back in the day, XS4ALL, a Dutch internet provider had exactly this feature. They provided ssh access via port 80. It saved me a couple of time while I was traveling and the only w…

  4. comment
    Comment #38663083

    The paradox of KISS is that it makes things simpler... for the designers. Because they don't have to think about the cognitive psychology aspects of their work.

  5. comment
    Comment #36611474

    There are some practical obstacles here. To name one. All high schools in the Netherlands use online schedule and agenda software.

  6. comment
    Comment #35444720

    Currently I use two Jinhao X159s, which cost about $3 on aliexpress. Pretty decent writers. Cheap does not necessarily mean bad.

  7. comment
    Comment #35435653

    Some fountain pens and a notebook. This allows me to quickly write down notes before jumping into my editor. This makes a big difference.

  8. comment
    Comment #34678752

    My work office365 mailbox is unusable. Normal mails ends up in spam or quarantine, or gets delivered with a very large delay.

  9. comment
    Comment #33941460

    Maybe let the AI enter your license plate the next time. ;-)

  10. comment
    Comment #33433080

    Zotonic is an Erlang CMS. https://zotonic.com We have payment gateway solutions (stripe, mollie, buckaroo). See: https://github.com/zotonic/zotonic_mod_payment It has a full blown …

  11. comment
    Comment #33299500

    It looks incredible. But there is one really big omission. Where are the cyclists? Where they to difficult to model?

  12. comment
    Comment #30579282

    Yes indeed. We also have something not more similar to what liveview offers. It is here: https://github.com/mmzeeman/zotonic_mod_teleview . It is based on mqtt, and the views are u…

  13. comment
    Comment #30579214

    Yes, the website is old and about to be retired.

  14. comment
    Comment #30578692

    We are about to release 1.0. The new site is not entirely ready. This is a preview. https://test.zotonic.com .

  15. comment
    Comment #30440465

    That is an non-standardised DIY pub/sub protocol over a websocket.

  16. comment
    Comment #30414448

    There is no efficient pub/sub functionality in HTTP.

  17. comment
    Comment #30406396

    MQTT is a proven protocol. It's design started started more than 20 years ago. The protocol was designed to be easy to implement. It is simple to implement if you want. There are m…

  18. comment
    Comment #30404589

    An example proof of concept application: https://github.com/mmzeeman/zotonic_mod_doom_fire/

  19. comment
    Comment #30404514

    Very interesting. I've implemented something similar. It evolved out of the co-browsing solution I developed for the company I work for. The solution uses mqtt. Clients subscribe t…

  20. comment
    Comment #30403890

    The best way to do pub/sub on the web with a standard protocol is MQTT ( https://mqtt.org ). It supports websockets, it scales, supports authentication, can handle unreliable netwo…

  21. comment
    Comment #30315634

    https://github.com/mmzeeman/mod_sse

  22. comment
    Comment #30313692

    Did research on SSE a short while ago. Found out that the mimetype "text/event-stream" was blocked by a couple of anti-virus products. So that was a no-go for us.

  23. comment
    Comment #29686791

    Back in the day there was also a huge security hole which could be exploited with the xwd command. If you knew the dns name of a terminal you could get a screendump from it. It was…

  24. comment
    Comment #29681794

    xroach ftw!

  25. comment
    Comment #29654290

    We have build a nice support library for it. https://github.com/cotonic/cotonic . It helps that our backend is Erlang. https://github.com/zotonic/zotonic .