Viewing profile — jeremija
jeremija
HN member- Joined
- Sun, Oct 16, 2016, 1:39 PM UTC
- HN karma
- 83
- Public activity
- 55 items
- HN profile
- View on Hacker News ↗
About jeremija
No profile information was provided.
Recent public activity
-
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…
-
comment
Comment #31295976
I've been using ALE for years and even contributed to it: https://github.com/dense-analysis/ale
-
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…
-
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.
-
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…
-
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…
-
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…
-
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…
-
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…
-
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 …
-
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…
-
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…
- story
-
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…
-
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…
-
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…
-
comment
Comment #21780781
Yes, thank you! I've been travelling so much lately I forgot I had it!
-
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.
-
comment
Comment #21780765
I have a feeling they will disable 3rd party apps soon. That will be the day I stop using Reddit.
-
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…
-
comment
Comment #21768777
Thanks a lot for all the info! :)
-
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...
-
comment
Comment #21656775
IIRC extensions are on their roadmap
-
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…
-
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…