Skip to main content

Posts

Showing posts from August 21, 2022

Show HN: Directly query 100M+ raw records of cleaned, refreshed financial data https://ift.tt/QTaYKjN

Show HN: Directly query 100M+ raw records of cleaned, refreshed financial data There are a lot of APIs that provide access to these types of data, but there were not any (as far as we're aware of) tools & services that provide access to query the raw data directly for analytical purposes. We get the data across different sources and clean, schematize them in a PostgreSQL databases so folks can query/analyze the data directly. We have ~100 tables of data across stocks, ETFs, economic indicators, US/international census data and plan to keep adding more. More information on the tables are available at https://docs.wizdata.io Access to all of the data is free, and we plan to (in the future) find ways to cover our costs by charging for folks who want to run their queries faster (e.g. by running their queries on separate compute clusters) or by providing custom integration to fit their data needs. Please take a look, and would please share any feedback with us here! https://www.wizd

Show HN: Hangman meets Wordle webapp in Angular https://ift.tt/uapdCtx

Show HN: Hangman meets Wordle webapp in Angular Hey HN, I am a novice web developer, and I built a new webapp game in Angular that combines the game play of Hangman and Wordle. I chose this project because I wanted to learn Angular, while also developing something useful. I have some prior backend experience. And, I was pleasantly surprised with how much you can achieve in the pure JS/Typescript these days. For my app, the backend only sends the daily puzzle data in JSON, while the entire game logic and interactions are completely implemented in the frontend. I wrote around 4000 lines of the frontend code for this project. For me, the best part was RxJS integration in Angular. It also had a fair amount of learning curve. However, once you have learned the basics, it saves a lot of redundant boilerplate code and makes the code more readable and clean. You can play the game for free and there is no sign-up required: https://10letters.app The game does not save any user data at the server

Show HN: Make Any CLI into a GUI in Acme https://ift.tt/Jb84mVN

Show HN: Make Any CLI into a GUI in Acme Hey HN. I've become enamored with the Acme editor. It's fascinating because it turns the Vim paradigm on its head: instead of maximizing your use of the keyboard, maximize your use of the mouse. I think this helps optimize for information management, as opposed to text manipulation. I realized a lot of the CLIs I use have the same structure, and with a small program I could convert them into GUIs inside Acme and make them much easier to use. Let me know what you think. https://ift.tt/Il6L7zS August 28, 2022 at 01:15AM

Show HN: A Minimal PHP Wiki https://ift.tt/gIoajst

Show HN: A Minimal PHP Wiki First, I'm by no mean a programmer. Second, I am reading HN for years, just registered to make this public and see if it can be useful for someone. I have nothing to gain monetary. A while ago, I decided that no blogging system was simple enough and I looked for a small wiki to use as a CMS/blog. Found WikWiki on C2.com and I mixed it with some basic Markdown syntax, a minimal template and added password protection. The result is a single php file, no database and no dependencies. Code is a mess, not modulable, probably wrong in so many ways, but it can probably used by some as personal notepad, wiki, CMS, blog, etc. Any comments appreciated. https://ift.tt/nYMIBzS August 27, 2022 at 03:16AM

Show HN: Browse Hacker News on your Kindle via browser for free https://ift.tt/F1KaVL3

Show HN: Browse Hacker News on your Kindle via browser for free tl;dr: Go to kindlehnbeta.pythonanywhere.com on your Kindle’s browser. I wrote a wrapper over hackernews that allows me to browse it on my Kindle. Simply visit kindlehnbeta.pythonanywhere.com on your Kindle’s browser. You’ll be able to view top stories, the comments within them and even the article content that the stories link to. The articles are parsed by a library that makes its best attempt to extract the main content. I only own a Kindle Oasis (10th Generation) and thus have only tested this on it. I’d imagine it looks fine on other Kindles, but you’ll have to tell me. Link to screenshots: https://ift.tt/n4YQJS1 Really, I made this for myself as a quick solution for a personal need. But it seems like there are a few of you out there that would enjoy this as well. So I am making this public for others to try out. Let me know if this is something you actually want to use. If so, and the reception is positive, then I wi

Show HN: CBC Lite, a low-bandwidth CBC news site, built with Nextjs https://ift.tt/b9cYkBp

Show HN: CBC Lite, a low-bandwidth CBC news site, built with Nextjs Hello! I’m Cole, a developer at CBC, the Canadian public broadcaster, and we’re proud to share CBC.ca/lite, a low bandwidth-focused news service. Try CBC.ca/lite/news/world for more globally relevant news. I’ve written a short post on r/reactjs with some details on the site’s features and how it's built for those interested. https://ift.tt/aeYtQdg... Thank you! https://ift.tt/AP72axD August 25, 2022 at 07:17PM

Show HN: FRPC – A Faster, More Flexible RPC Framework https://ift.tt/Q3JIM9n

Show HN: FRPC – A Faster, More Flexible RPC Framework Today we're announcing frpc-go, an RPC framework that's designed from the ground up to be lightweight, extensible, and extremely performant. In an apples-to-apples comparison fRPC outperforms gRPC by more than 4x, doing more than 2 million RPCs/second on a single node. Check out our docs site at https://frpc.io ! https://ift.tt/2ZQr1hR August 25, 2022 at 07:06PM

Show HN: Commandline tool for protecting data using TouchID+Secure Enclave https://ift.tt/P0diotO

Show HN: Commandline tool for protecting data using TouchID+Secure Enclave Toucli is a tool I made to solve a specific problem on my personal MacBook, where I had to pass in sensitive data like API keys to 3rd party applications on the commandline, but wanted to encrypt those keys on disk and require the physical presence of TouchID to decrypt/access them. As I state in the readme, for production and office environments a proper external system would be better, but for my single personal machine Toucli solved my problems without needing any external running service. It was also an excuse to use Swift and Xcode for the first time, which I had wanted to do for some time. https://ift.tt/F7ltur1 August 25, 2022 at 12:47PM

Show HN: DataLemur – Ace the SQL Interview! https://ift.tt/9MpPF80

Show HN: DataLemur – Ace the SQL Interview! I just launched a new free SQL practice platform today called DataLemur! I'm the author of Ace the Data Science Interview, and a lot of our readers wanted to practice the SQL questions from the book, so we decided to make DataLemur free and open! Even if you aren't job hunting, these tricky SQL questions are pretty fun to practice on. https://datalemur.com/ August 25, 2022 at 01:28AM

Show HN: New UI for Ec2instances.info https://ift.tt/4C6Wo2L

Show HN: New UI for Ec2instances.info Hey HN, 10 years after the project began we have updated the UI for the cloud server comparison site known as EC2Instances.info. This refresh brings a sticky filter bar so you can scroll and see what filters are applied, a more compact navbar, and improved UX for comparing instances. I've also fixed numerous long standing UI bugs including: comparisons now load correctly on RDS and ElastiCache, sort by max ENI works, sort by RDS instance storage works, and all dropdowns have consistent behavior. For maintainers and contributors, all the frontend libraries are upgraded to their latest versions, https://ift.tt/IdE2hVF . Going forward, we are aware that the homepage size is quite large and have plans to address this. We have tried to be good stewards of this project and evolve it carefully. Eager to hear what you think of the new UI! https://ift.tt/fwkEtG1 August 25, 2022 at 12:29AM

Show HN: I Launched a “Product Design as a Service” SaaS Startup https://ift.tt/qawBVo4

Show HN: I Launched a “Product Design as a Service” SaaS Startup Are you planning your next design project, but you are tired of waiting months to recruit freelancers and design agencies are way too expensive? An alternative is now available. Designline.co is a fast and easy way to turn your ideas into premium designs, for one fixed monthly fee. Subscribe via Stripe (pause or cancel anytime), request unlimited designs and enjoy super fast delivery within 24-48 hours. 1. What challenges have you encountered while working with freelancers and/or design agencies? 2. I am looking for beta testers for Designline.co. 3. Your feedback is welcome! https://designline.co/ August 24, 2022 at 06:35AM

Show HN: Pornpen.ai, AI-Generated Porn https://ift.tt/vOBrPnI

Show HN: Pornpen.ai, AI-Generated Porn Hey HN, I've been working on https://pornpen.ai , a site for generating adult images. Please only visit the site if you are 18+ and willing to look at NSFW images. This site is an experiment using newer text-to-image models. I explicitly removed the ability to specify custom text to avoid harmful imagery from being generated. New tags will be added once the prompt-engineering algorithm is fine-tuned further. If the servers are overloaded, take a look at the feed and search pages to look through past results. For comments/suggestions/feedback please visit https://ift.tt/V5CAXQf Enjoy! https://pornpen.ai/ August 24, 2022 at 05:06AM

Show HN: VSCode Working Memory – Capture everything in a single text file https://ift.tt/ApD5a3E

Show HN: VSCode Working Memory – Capture everything in a single text file It's a dead simple VSCode extension based on Cal Newport's idea of a single text file productivity system. Capture everything in a single markdown or text file. Specify the file and use shortcut to open it in new tab from any VSCode project/workspace. Also, there's a quick capture option to append line to the top of the file without opening it. That's it, nothing much. I have few simple ideas on how to extend this workflow without making, so any feedback or contribution is welcome. Here's Cal Newport explaining the gist of the idea: http://www.youtube.com/watch?v=3-MOxvedJXM&ab_channel=CalNew... https://ift.tt/OEWDC8P August 22, 2022 at 09:14PM

Show HN: Inlyne, a GPU powered, browser-less, Markdown previewer https://ift.tt/OUy40QZ

Show HN: Inlyne, a GPU powered, browser-less, Markdown previewer Markdown files are used universally in almost every git repository and yet you need a browser or electron app like VS Code to quickly open one. To help this I'm trying to create a markdown viewer that renders on the gpu without needing a browser. If this interests you please help try out `cargo install inlyne`. Using it is as simple as `inlyne README.md` and you can set themes, fonts and scaling as you'd like. https://ift.tt/scKSdF5 August 22, 2022 at 06:04PM

Show HN: How to find Access Key confidential data on AWS easily https://ift.tt/QKdzvVk

Show HN: How to find Access Key confidential data on AWS easily [OSINT TIP] AWS key Credential Leak How to find Access Key confidential information on Amazon Cloud Services (AWS) very easily Search the Script tag for the 'AWS.config.update()' function on the 'DynamoDB' or 'S3 Bucket Upload' function on the page using the function AWS SDK or AWS CLI. https://ift.tt/fwBqg4d August 22, 2022 at 11:32AM

Show HN: Place to support and validate early startup ideas https://ift.tt/PJUaFZM

Show HN: Place to support and validate early startup ideas I made this for people like myself who keep a list of ideas for apps / startups. I also made it for people who are curious to see what projects others have "in their drawer"... and who may want to have a say in which idea should see the light of day. https://ift.tt/o1anXpV The site allows creators to anonymously showcase their idea: Title. Description text. Maybe some mockups... I've tried to make it so that it's quick and easy to just dump an idea in there that's been sitting on some list of yours for months - and hopefully get some feedback on it. If someone else on the site sees your idea and likes it, they have various choices of showing support: They can upvote. They can subscribe to progress updates. They can tell you why they want it (there's a questionaire that is loosely based on "The Mom Test"). And they can even send you money as encouragement. As the owner of an idea, you can see

Show HN: Their Name Here – A place card maker to create printables in minutes https://ift.tt/RnCrT6v

Show HN: Their Name Here – A place card maker to create printables in minutes Hi everyone! My wife (a designer) and I (a developer) have been working on Their Name Here for the last few months after she struggled to find a cheap place card maker that had modern designs for our wedding. The website is still under active development and she's got some more themed designs (tv shows/films/public holidays) planned for the next few months. Would love your feedback and hope you use it for your next event :) https://ift.tt/fOy8XpE August 21, 2022 at 12:42PM