Live data from Hacker News

Viewing profile — jeremija

jeremija

HN member
Joined
Sun, Oct 16, 2016, 1:39 PM UTC
HN karma
83
Public activity
55 items

About jeremija

No profile information was provided.

Recent public activity

  1. comment
    Comment #38408868

    Oh don't let me get me started on this. I use Firefox on a work machine and I spent a number of hours troubleshooting why it couldn't access the Internet when I was connected on VP…

  2. comment
    Comment #31295976

    I've been using ALE for years and even contributed to it: https://github.com/dense-analysis/ale

  3. comment
    Comment #27507974

    I hear you, I've been working on peercalls.com, a video conferencing app, for the past few years and it works on all major browsers and platforms, including Firefox. That said, I'm…

  4. comment
    Comment #24375986

    I just run audacious when I feel nostalgic - it has support for old Winamp v2 skins. Most of the time i just use cmus though.

  5. comment
    Comment #24028723

    I've been developing Peer Calls since 2016. It's an open source WebRTC group conferencing solution, doesn't require a user account, has a full-mesh P2P and SFU mode (streaming thro…

  6. comment
    Comment #23800562

    I don't like that I have to use their web player to listen to music. Also if their licensing deals change, the music that used to be there can disappear. I don't like that and ther…

  7. comment
    Comment #23438275

    Author of Peer Calls here, an open source, anonymous WebRTC multi-user conferencing solution. I recently ported the app that Go and added an SFU (thanks to pion/webrtc) to make sup…

  8. comment
    Comment #22949303

    I'm the creator of Peer Calls [1], a peer to peer video conferencing web app using WebRTC, and it has a basic chat functionality (sending files is a little quirky). The first relea…

  9. comment
    Comment #22776844

    Thanks for reporting the bug! I thought I'd fixed this issue. Which version of MacOS/iOS/Safari are you using? Edit: I just realized that I just hadn't pushed the latest version wh…

  10. comment
    Comment #22774329

    I've been developing peercalls.com on and off on since 2015. It's an open source peer to peer WebRTC audio/video calling service, allows the users to chat, share their desktop and …

  11. comment
    Comment #22757046

    I believe it is the HTML canvas. It is very simple to capture a video frame using canvas - see this commented out code: https://github.com/jeremija/peer-calls/blob/6b865a78bbb4e64e…

  12. comment
    Comment #22365580

    For the past few months I've been building a platform for posting articles with tree-style comments out of the box. It is written in Golang, fully rendered server-side, has no trac…

  13. story
  14. comment
    Comment #22245762

    Location: Croatia (previously Amsterdam and New York) Remote: Yes Willing To Relocate: No, but occasional travel is OK Technologies: Golang, TypeScript, JavaScript, React/Redux, Py…

  15. comment
    Comment #22212593

    I usually have a base config file that's committed and serves as an example or for developing with local services that I (or any other dev) can run easily via docker compose. Addit…

  16. comment
    Comment #21991606

    Location: Europe Remote: Preferred Willing to relocate: No Technologies: JavaScript, TypeScript, Python, Go, Java, Docker, MySQL and PostgreSQL Resume/CV: https://rondomoon.com Ema…

  17. comment
    Comment #21780781

    Yes, thank you! I've been travelling so much lately I forgot I had it!

  18. comment
    Comment #21780779

    You can try to set it up using a fork of mpd. I've tried it a few years ago but it didn't work that well.

  19. comment
    Comment #21780765

    I have a feeling they will disable 3rd party apps soon. That will be the day I stop using Reddit.

  20. comment
    Comment #21771751

    About 6 years ago I bought a Sonos Connect as a gift for my father. This was the first and only smart home device I had bought at the time and I wasn't really thinking about the pr…

  21. comment
    Comment #21768777

    Thanks a lot for all the info! :)

  22. comment
    Comment #21763213

    What's the status of Kotlin Native for writing backend apps? I really like it but I wouldn't want to get dragged into Gradle, JARs and JDBC again...

  23. comment
    Comment #21656775

    IIRC extensions are on their roadmap

  24. comment
    Comment #21544589

    I've always found it easier to write the skeleton of a module first (or an interface, depending on the language), and then write the tests to cover the main functionality, then the…

  25. comment
    Comment #21408797

    Thanks for the link! The example in the link does not contain the set $path_info $fastcgi_path_info; line after the `fastcgi_split_path_info` directive. My old configuration used t…