Hacker Newsnew | past | comments | ask | show | jobs | submit | catchmeifyoucan's commentslogin

I think a slack clone with better message search, a company knowledgebase, and a personal “auto-responder” could be a winner

This looks great! I'm trying to open a video to test it out. My VSCode seems to open, but the session doesn't launch. Am I missing something?

I've been waiting for something like this for ages. Hope there's auto-playing video ads too

Yes, I especially love it when the auto-playing video automatically goes to the lower-right hand corner of the screen when you scroll down so you don't miss anything. So convenient! Can't wait for this exciting new feature.

It's better when the auto-playing video automatically reopens itself in case you accidentally close it.

I never played RCT, I thought this was really fun and was hooked for a good minute.

Ran smoothly on MBP M1+Chrome. I couldn't figure out how to start the kiddie rides or get people through the doors initially. It might be fun to have some kind of daily challenge or competing with other parks. I found clicking in the 3D space to a little tricky.


Wow, the first three "bugs" on this are so spot on.

The Apple Pay Card icon that changes addresses always gets me. It's not what I would expect it to do.


If you don't know what Maestro is:

> Maestro is an open-source framework that makes UI and end-to-end testing for Android, iOS, and web apps simple and fast. Write your first test in under five minutes using YAML flows and run them on any emulator, simulator, or browser.

https://github.com/mobile-dev-inc/Maestro


I wonder if we can write an API w/ JSON the usual way and change the final packaging to send it over protobuf.


envoy (the proxy) can transcode RESTful APIs to internal grpc services and vice versa. you can even map like url params etc. to proto fields. it works well, even server streaming.


Sure... https://protobuf.dev/programming-guides/json/

I was pushing at one point for us to have some code in our protobuf parsers that would essentially allow reading messages in either JSON or binary format, though to be fair there's some overhead that way by doing some kind of try/catch, but, for some use cases I think it's worth it...


If you're using Go then this framework let's you work with protobufs and gives you a JSON rest-like service for free: https://github.com/grpc-ecosystem/grpc-gateway


I think this is cool! Honestly it’s one less click back into an IDE. I think I’d still have to hop back to commit to git, but it’d save me all the copy+paste time (esp w/ css styles).

I hope there’s a right click, “edit JSX” button.


CMD k instead of right click. But you have to have the dev server installed. We can’t edit source maps, we can only edit your actual source code. But there’s a full IDE in there so you can easily update the jsx code from your browser.


Hooray! Yeah, give it a try.


Oh I love this. And it'd be really cool to see that.

The current output isn't a particular format. It's purely text output that looks like this.

1:01 -----|A1--B1|----A3--A4|

1:03 -----|A1--B1|--A3--A4|---B2|

If you had a way to copy and paste that as a string of notes and visualize in a loop or some-how that might work. You'd have to figure out how long a note was pressed etc, so it may require some extra logic.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: