derwildemomo | 2 months ago | on: Things I've learned in my 10 years as an engineering manager
derwildemomo's comments
derwildemomo | 1 year ago | on: Ask HN: What are you working on? (October 2024)
derwildemomo | 2 years ago | on: Gron: Make JSON greppable
Also the username of the author made me chuckle, bonus points for that.
derwildemomo | 6 years ago | on: Markovkeyboard: Keyboard layout that changes by Markov frequency
derwildemomo | 8 years ago | on: Charles Proxy now available on iOS
derwildemomo | 8 years ago | on: Binpod: Precompiled Binaries for CocoaPods
derwildemomo | 9 years ago | on: How to never complete anything
Also one piece of advice: Do Shown HNs more often. For me, they are regularly an great source for feedback.
derwildemomo | 9 years ago | on: Show HN: Frop.io, instant remote presentations. In your Browser
derwildemomo | 9 years ago | on: Show HN: Frop.io, instant remote presentations. In your Browser
I thought or considered this to be a nice-to-have but not mandatory feature, but more people keep asking for that. Always good to have some external feedback – thank you!
derwildemomo | 9 years ago | on: Show HN: Frop.io, instant remote presentations. In your Browser
Do you have any example regarding the Visualizations? I'm keen to learn more about that and to see if it fits in well.
derwildemomo | 9 years ago | on: Show HN: Frop.io, instant remote presentations. In your Browser
You are right, the current feedback mechanics need some love. I'm working on that ;)
Supporting Word, Excel, PPT is also an item on the list, but since we rely on client-only processing, displaying documents consistently across platforms and browsers needs some time and work. But: On it!
derwildemomo | 9 years ago | on: Show HN: Frop.io, instant remote presentations. In your Browser
derwildemomo | 9 years ago | on: Show HN: Frop.io, instant remote presentations. In your Browser
derwildemomo | 9 years ago | on: Show HN: Frop.io, instant remote presentations. In your Browser
What I suggest you try is to upload a PDF. I've built a moderator mode on the presenting screen, there you can do exactly what you want (just not with a PPT but with a PDF-Presentation).
The reason is that PDF can be rendered very consistently across platforms, this is more problematic with Powerpoint and friends.
derwildemomo | 9 years ago | on: Show HN: Frop.io, instant remote presentations. In your Browser
https://frop.io is a simple application that allows you to present content (PDF presentations, Images, Text, YouTube videos) on a remote screen without installing any software. It's completely based on web standards (Websockets, JS) and runs in most modern browsers.
Simply start a session by calling frop.io/[yoursessionname]
I posted this two weeks ago. Since then I've completely overhauled the design and built a native tvOS and Fire TV viewer app (both free and publicly available).
Once again, looking forward to your comments, suggestions and criticism.
Thanks!
derwildemomo | 9 years ago | on: Show HN: Frop.io – painless remote presentations
I'm a bit reluctant into integrating anything that would require WebRTC (screensharing, video, audio) since I feel there a far superior products out there (like appear.in, TeamViewer or Skype).
Regarding private/secure presentations, End-to-End Encryption is in the making and you can already use any URL you want for the session.. like frop.io/operon.
derwildemomo | 9 years ago | on: Show HN: GitPlex – A new Git repo management server with code review
derwildemomo | 9 years ago | on: Show HN: Generate Google Slides from Markdown
derwildemomo | 9 years ago | on: Ask HN: Is Xamarin worth learning?
I think the code sharing thing really comes down to how you're using Xamarin – if you keep on writing apps the way you're used to from the original platforms, there's not much to gain. On the other hand adopting the patterns and ideas that influence the .NET sphere (DI/IoC, MVVM..), Code Sharing rates (or PCL vs. Native LoC) can be as high as 80/20.
Xamarin Studio certainly has its own shortcomings, but both Microsoft (Visual Studio for Mac) and Jetbrains (Project Rider) are actively improving or developing alternatives, so I think that pain is going to fade over time.
derwildemomo | 9 years ago | on: Leaflet 1.0 – A JavaScript library for mobile-friendly interactive maps
Performance wise, Leaflet is an order of magnitude faster when it comes to frequent bounds/location updates, speaking for itself. Great work!