The best Hacker News stories from All from the past day
Latest posts:
Lessons after a Half-billion GPT Tokens
XZ backdoor story – Initial analysis
Summers: Inflation Reached 18% in 2022 Using the Government's Previous Formula
The FCC needs to stop 5G fast lanes
The darker side of being a doctor
The darker side of being a doctor
Show HN: Using Google Sheets as the back end/APIs of your app
Hello everyone!<p>At a company I worked for, we needed to develop an MVP (basically a web page) and apply certain business logic to a Google Drive spreadsheet that was frequently updated by the Sales team.<p>In this case, we had two options:<p>Develop a backend to replace the current spreadsheet and have the sales team use it as a new "backoffice" - This would take a very long time, and if the hypothesis we were testing was wrong, it would be time wasted.<p>Create the web page and use Google's SDK to extract data from the spreadsheet.<p>We chose to go with the second option because it was quicker. Indeed, it was much faster than creating a new backoffice. But not as quick as we imagined. Integrating with Google's SDK requires some effort, especially to handle the OAuth logic, configure it in the console, and understand the documentation (which is quite shallow, by the way).<p>Anyway! We did the project and I realized that maybe other devs might have encountered similar issues. Therefore, I developed a tool that transforms Google spreadsheets into "realtime APIs" with PATCH, GET, POST, and DELETE methods.<p>Since it's a product for devs, I think it would be cool to hear your opinions. It's still quite primitive, but the basic features already work.<p><a href="https://zerosheets.com" rel="nofollow">https://zerosheets.com</a>
Show HN: Using Google Sheets as the back end/APIs of your app
Hello everyone!<p>At a company I worked for, we needed to develop an MVP (basically a web page) and apply certain business logic to a Google Drive spreadsheet that was frequently updated by the Sales team.<p>In this case, we had two options:<p>Develop a backend to replace the current spreadsheet and have the sales team use it as a new "backoffice" - This would take a very long time, and if the hypothesis we were testing was wrong, it would be time wasted.<p>Create the web page and use Google's SDK to extract data from the spreadsheet.<p>We chose to go with the second option because it was quicker. Indeed, it was much faster than creating a new backoffice. But not as quick as we imagined. Integrating with Google's SDK requires some effort, especially to handle the OAuth logic, configure it in the console, and understand the documentation (which is quite shallow, by the way).<p>Anyway! We did the project and I realized that maybe other devs might have encountered similar issues. Therefore, I developed a tool that transforms Google spreadsheets into "realtime APIs" with PATCH, GET, POST, and DELETE methods.<p>Since it's a product for devs, I think it would be cool to hear your opinions. It's still quite primitive, but the basic features already work.<p><a href="https://zerosheets.com" rel="nofollow">https://zerosheets.com</a>
Show HN: Mazelit - My wife and I released our first game
Hey folks,<p>About a year ago my wife and I, both closing in on 40, quit our jobs at Red Hat to start a games company and learn game development. Many things happened along the road, and about a week ago we released our first (small) game on Steam.<p><a href="https://store.steampowered.com/app/2816120/Mazelit/" rel="nofollow">https://store.steampowered.com/app/2816120/Mazelit/</a><p>The demo is free to play up to level 8 (the final game plays up to level 80) and we'd appreciate any feedback you have, whether it's for the store page or the game itself.<p>We made the game in Godot 4.2 in roughly 3 months and I was working full time next to it. Since we ran into a bunch of roadblocks, we decided to also offer the entire source code up as a DLC in case someone wants to go look how we implemented the game, mod the game, or compile it for a different platform. The only thing we can't redistribute with the game code is the Steamworks SDK, which is available for download from Steam. (The game minus integration is fully runnable without the SDK, though.)<p>Cheers and happy weekend!
Show HN: Mazelit - My wife and I released our first game
Hey folks,<p>About a year ago my wife and I, both closing in on 40, quit our jobs at Red Hat to start a games company and learn game development. Many things happened along the road, and about a week ago we released our first (small) game on Steam.<p><a href="https://store.steampowered.com/app/2816120/Mazelit/" rel="nofollow">https://store.steampowered.com/app/2816120/Mazelit/</a><p>The demo is free to play up to level 8 (the final game plays up to level 80) and we'd appreciate any feedback you have, whether it's for the store page or the game itself.<p>We made the game in Godot 4.2 in roughly 3 months and I was working full time next to it. Since we ran into a bunch of roadblocks, we decided to also offer the entire source code up as a DLC in case someone wants to go look how we implemented the game, mod the game, or compile it for a different platform. The only thing we can't redistribute with the game code is the Steamworks SDK, which is available for download from Steam. (The game minus integration is fully runnable without the SDK, though.)<p>Cheers and happy weekend!
Man creatively sneaks onto Delta flight, but gets caught
I'm Peter Roberts, immigration attorney who does work for YC and startups. AMA
I'll be here all day (with a few breaks). As usual, there are many possible topics and I'll be guided by whatever you're concerned with or interested in. Please remember that I can't provide legal advice on specific cases for obvious liability reasons since I won't have access to all the facts. Please stick to a factual discussion in your questions and comments and I'll do the same. Thank you!<p>Previous threads we've done: <a href="https://news.ycombinator.com/submitted?id=proberts">https://news.ycombinator.com/submitted?id=proberts</a>.<p>Edit: Good afternoon. I will be stepping out now and returning this evening or tomorrow morning so please continue to send me your questions and comments and I will make sure to answer every one. Thank you! This has been great so far.
I'm Peter Roberts, immigration attorney who does work for YC and startups. AMA
I'll be here all day (with a few breaks). As usual, there are many possible topics and I'll be guided by whatever you're concerned with or interested in. Please remember that I can't provide legal advice on specific cases for obvious liability reasons since I won't have access to all the facts. Please stick to a factual discussion in your questions and comments and I'll do the same. Thank you!<p>Previous threads we've done: <a href="https://news.ycombinator.com/submitted?id=proberts">https://news.ycombinator.com/submitted?id=proberts</a>.<p>Edit: Good afternoon. I will be stepping out now and returning this evening or tomorrow morning so please continue to send me your questions and comments and I will make sure to answer every one. Thank you! This has been great so far.
There’s a 30-year old dead Rabbit in Seven Sisters tube station
Hacked Nvidia 4090 GPU driver to enable P2P
Hacked Nvidia 4090 GPU driver to enable P2P
An open source initiative to share and compare heat pump performance data
U.S. imposes first-ever national drinking water limits on PFAS
I Lost Faith in Kagi
Code search is hard