Monday, 30 August 2021

Show HN: Excel for Writers https://bit.ly/3zz4wuQ

Show HN: Excel for Writers https://bit.ly/3zw2Y4Z August 31, 2021 at 12:28AM

Show HN: NLP Flashcards for Most of the Internet https://bit.ly/3mLSb39

Show HN: NLP Flashcards for Most of the Internet Hello HN! We're Sam and Kanyes. We're building an extension to help you remember what you read online. We're calling it Ferret [1]. When you open Ferret on an HTML page, it generates recall-based questions + answers to reinforce key concepts with NLP. Consider the following toy example where we open Ferret on an explanation of Bayesian statistics. [2] Q: What does the frequentist interpretation view probability as? A: the limit of the relative frequency of an event after many trials Q: What is often computed in Bayesian statistics using mathematical optimization methods? A:The maximum a posteriori We do this by (1) Parsing the DOM tree of an HTML page for

tags on the client, and segmenting these into preprocessed chunks (2) Performing inference on question-generation with a T5-base model pretrained on SQuAD (3) Extractive question-answering with the chunk & question we've generated with RoBERTa, also pretrained on SQuAD. No GPT-3 here— where's the fun in an API call when you can do it yourself. Ferret is built as a React.JS app deployed as a chrome extension, with models hosted on AWS Sagemaker. Finally, why could this be helpful? Human memory is lossy. Psychologists have shown for forever that your memory can be modeled with a forgetting curve. If you don't attempt to retain knowledge, you'll likely lose it. But most of the content we read online (technical blog posts, documentation, course notes, articles) gets ingested and quickly forgotten. We're interested in low-friction approaches to helping people better remember this content , starting with fellow engineers who depend on their ability to remember key concepts to do the best job. We've open-sourced the full repo and are actively responding to PRs + issues. [3]. You can read more about the technical + product challenges we faced if that interests you as well. [4] We appreciate all feedback and suggestions! [1]https://bit.ly/3gLMka0 [2] https://bit.ly/3ypgmXa [3] https://bit.ly/3gIKmYc [4] https://bit.ly/3yp5tok August 30, 2021 at 09:00PM

Show HN: A website to build and host a form that writes to your Google Sheet https://bit.ly/38ob4R1

Show HN: A website to build and host a form that writes to your Google Sheet https://bit.ly/2WCqEGB August 30, 2021 at 08:50PM

Show HN: A hackable custom Lisp in C https://bit.ly/2WDYHhB

Show HN: A hackable custom Lisp in C https://bit.ly/2V0zMnz August 30, 2021 at 10:03PM

Show HN: Computer Engineering for Babies (Book) https://bit.ly/3BoXdGH

Show HN: Computer Engineering for Babies (Book) https://bit.ly/2Wz0ZhB August 30, 2021 at 08:02PM

Show HN: Create best-selling stores using Tailwind CSS https://bit.ly/3yFmNWp

Show HN: Create best-selling stores using Tailwind CSS https://bit.ly/3yxc7sF August 30, 2021 at 10:28AM

Show HN: A WebGL Renderer for Starcraft Broodwar https://bit.ly/3ztKFgR

Show HN: A WebGL Renderer for Starcraft Broodwar https://www.youtube.com/watch?v=CwzkjboEbqo August 30, 2021 at 01:31PM

Show HN: Paper – Bookmarking and note-taking extension for VSCode https://bit.ly/3mLYgwm

Show HN: Paper – Bookmarking and note-taking extension for VSCode https://bit.ly/3jqT7rq August 30, 2021 at 12:02PM

Show HN: Note Tool Obsessed with Learners(Outliner+SRS) https://bit.ly/3kDNZiX

Show HN: Note Tool Obsessed with Learners(Outliner+SRS) https://bit.ly/3mKLBdg August 30, 2021 at 08:13AM

Sunday, 29 August 2021

Show HN: I made a zero knowledge mobile puzzle game with NFT awards https://bit.ly/38oOc4c

Show HN: I made a zero knowledge mobile puzzle game with NFT awards https://bit.ly/3DtJj89 August 30, 2021 at 12:33AM

Show HN: Serverless Cloud – Fast, Forkable App Platform https://bit.ly/3jnSor4

Show HN: Serverless Cloud – Fast, Forkable App Platform https://bit.ly/3mEbtHA August 30, 2021 at 06:35AM

Show HN: Google Photos Bulk Upload https://bit.ly/2UVZauC

Show HN: Google Photos Bulk Upload https://bit.ly/2WBAbO7 August 30, 2021 at 12:24AM

Show HN: A strongly-typed document DB that runs on any transactional KV store https://bit.ly/3gIoFHM

Show HN: A strongly-typed document DB that runs on any transactional KV store https://bit.ly/3ktDoHi August 30, 2021 at 04:42AM

Show HN: Pylectronics – Reproduce digital electronics in Python https://bit.ly/2XZsul4

Show HN: Pylectronics – Reproduce digital electronics in Python https://bit.ly/3zy8N1K August 30, 2021 at 03:42AM

Show HN: A C# library to help you enforce a Given-When-Then structured Unit test https://bit.ly/2Y8wPTf

Show HN: A C# library to help you enforce a Given-When-Then structured Unit test I always strive to write better, clean and readable code. But I often find unit tests are hard to read, and especially harder to quickly identify what are the important pieces, or even what the test is testing about. So I came up with this lightweight library to help enforce unit tests with a Given-When-Then structure. I hope you find this useful. Any feedback are welcome. https://bit.ly/2WBQfPN August 30, 2021 at 03:27AM

Show HN: Dotplan Online https://bit.ly/3mDNoAG

Show HN: Dotplan Online https://bit.ly/3DCYX1d August 30, 2021 at 12:58AM

Show HN: Papiro is a script for an offline, privacy and security focused, backup https://bit.ly/3t0Vmov

Show HN: Papiro is a script for an offline, privacy and security focused, backup https://bit.ly/2WDId92 August 29, 2021 at 10:03PM

Show HN: Hurricane Ida's pressure falling in Louisiana, data from Android phones https://bit.ly/3mQzQBI

Show HN: Hurricane Ida's pressure falling in Louisiana, data from Android phones https://bit.ly/3jr0Vtn August 29, 2021 at 09:51PM

Show HN: I developed a native macOS client for EC2/S3 console https://bit.ly/3DsXOsR

Show HN: I developed a native macOS client for EC2/S3 console Hello HN: Here is the link https://apple.co/2WzJQEU After forgetting to turn off a p2.xlarge instance for a week, I got so mad at myself I learnt swiftUI to build a native macOS console for most of the actions I do on the web AWS console. I didnt want to use electron or other non native frameworks. Most importantly I just wanted it to know how much a certain instance costs right now, no matter its state, its type, its lifecycle(like ondemand or spot) and the costs associated with the EBS volumes attached including their IOPS/throughput and etc. It also has a S3 object browser, and a drag and drop UI to upload your files so that you can make S3 your own personal dropbox. I dont track or store anything, you just query the aws api. Sorry its a paid app, if anyone wants to try it and cant afford it let me know, I can send it to you. I think this can be useful and cost saving for individuals that spend more than 50usd per month on aws. August 29, 2021 at 06:53PM

Show HN: We built an end-to-end encrypted alternative to Google Photos https://bit.ly/2WErQcm

Show HN: We built an end-to-end encrypted alternative to Google Photos Hello HN, Over the last year we've been building ente[1], a privacy-friendly, easy-to-use alternative to Google Photos. We've so far built Android[2][3], iOS[4], web[5] apps that encrypt your files and back them up in the background. You can access these across your devices, and share them with other ente users, end-to-end encrypted. You can also use our electron app[6] to maintain a local copy of your backed up files. We've built a fault-tolerant data replication layer that replicates your data to two different storage providers in the EU. We will be providing additional replicas as an addon in the future. We're relying on libsodium[7] for performing all cryptographic operations. Under the hood it uses XChaCha20 and XSalsa20 for encryption and Argon2 for key derivation. We have documented our architecture[8] and open-sourced our clients[9]. We did a soft-launch on r/degoogle[10] sometime ago, and have since then ironed out issues and polished the product. But we are far from where we want to be in terms of features (object and face detection, location clustering, image filters, ...) and user experience. We are hoping to use this post as an opportunity to collect feedback from fellow hackers. If there's anything we can do better, please let us know, we would like to. Best, - Vishnu, Neeraj, Abhinav [1]: https://bit.ly/3yxHvYc [2]: https://bit.ly/3mMEG31 [3]: https://bit.ly/3mJdwde [4]: https://apple.co/3Dmx5y9 [5]: https://bit.ly/3gIPgnU [6]: https://bit.ly/3mD2Ywq [7]: https://bit.ly/2WsP3OY [8]: https://bit.ly/3ksJGHm [9]: https://bit.ly/38pgbAs [10]: https://bit.ly/3kE2Mul August 29, 2021 at 04:23PM