Posts

Show HN: OpenBracket, a collaborative code editor for technical interviews https://ift.tt/BTXjQ12

Show HN: OpenBracket, a collaborative code editor for technical interviews Hi everyone! At Fluxon, we found that we were't happy with existing solutions for collaborative coding with engineering candidates in our technical interviews. So we built OpenBracket.net—a simple code editor with no setup or log in needed—just share the link and start coding together. Our first version is now available for anyone to use. We’d love some feedback. Thanks! https://ift.tt/9zPxnrO August 31, 2022 at 10:40AM

Show HN: Encrypted Git hosting should be easy https://ift.tt/pz8KjX2

Show HN: Encrypted Git hosting should be easy https://ift.tt/goxaG5L August 31, 2022 at 04:42PM

Show HN: Restfox – A web based HTTP client inspired by Insomnia and Postman https://ift.tt/bYwuiB7

Show HN: Restfox – A web based HTTP client inspired by Insomnia and Postman Hey HN, I built this because I wanted a portable version of Insomnia I could access anywhere I am, without installing anything. The application is a PWA, so it will not load resources again after the first load, unless there's an update. It uses IndexedDB and loads quite fast even with a lot of nested requests and folders. Import from Postman and Insomnia is available making it easy to import your pre-existing request collections. Only limitation is that it only supports CORS enabled endpoints for now. I plan to add cors proxy support later on. There is of course the electron build ( https://ift.tt/rRF8HCl ), which can be used to bypass cors but that kinda defeats the portability of the app but it is an option. GitHub repo: https://ift.tt/t0bQz6n https://restfox.dev August 31, 2022 at 10:16AM

Show HN: Reach 100 – a (unsolvable?) puzzle game https://ift.tt/HcVufUY

Show HN: Reach 100 – a (unsolvable?) puzzle game I recently remembered a game we used to play with pen and paper some 20 years ago, where you need to fill a 10x10 grid writing numbers in the grid up to 100 following 2 simple rules. After showing it to my kids I thought it would be nice to adapt it digitally so that they could play it more often (not needing to draw the grid etc.) and so that other people could play it as well. What I'm really interested in with this submission (beyond general feedback) is wether anybody knows the origin of the game and if it's solvable. Because that's the catch, my highest score of all time is 97 and it doesn't seem to be possible to go higher. I have the feeling this game is an adaptation of a more general problem and probably has its origin in some lecture. So, once again, if you know where it comes from I'd be really grateful. Alternatively I would love to know if there is a possibility to prove if it's solvable or not. (It...

Show HN: DataSloth - Query Pandas using natural language https://ift.tt/Au9JiDd

Show HN: DataSloth - Query Pandas using natural language https://ift.tt/spQc6a7 August 31, 2022 at 09:15AM

Show HN: An opinionated and statically-typed TypeScript SDK generator https://ift.tt/nS4az7m

Show HN: An opinionated and statically-typed TypeScript SDK generator Hi Hacker News! My name is Sagar, I’m working on a startup called Speakeasy - we’re making all APIs self-service. The platform is currently in beta, but we’re independently launching this tool which you can use to generate language-idiomatic, statically-typed TS SDKs from any public OpenAPI schemas. We hope to continue iterating on this to give devs a way to easily generate high fidelity client SDKs for all the major languages. Inspiration for this product is from past experiences struggling with OpenAPI. I was originally optimistic about using the OpenAPI tools to build out our offering, but quickly realized that the tools left a lot to be desired, and would not have provided our end users with the developer experience we wanted. While it’s not exhaustive, we’ve tried to address some of the biggest gaps in this tool: * Low-dependency - To try and keep the SDK isomorphic (i.e. available both for Browsers and Node.JS ...

Show HN: Chrome extension that extracts HTML+CSS from an element to inline style https://ift.tt/HMdI9yS

Show HN: Chrome extension that extracts HTML+CSS from an element to inline style Hi there. I spent the last couple months building this chrome extension to scratch my own itch. It allows you to extract a snippet of HTML along with its styles and export to inline styles or JSX. It’s not perfect and doesn’t work on every site. There is class support but I am still working on it along with some other cool features. Feedback is appreciated. https://ift.tt/fo0IO6x August 31, 2022 at 05:20AM