Wednesday, July 31, 2024

Show HN: Non SaaS – Directory of Non SaaS Apps https://ift.tt/yao3uZz

Show HN: Non SaaS – Directory of Non SaaS Apps https://nonsaas.com August 1, 2024 at 03:49AM

Show HN: Shadow IT Scan – Uncover SaaS Apps, Users and Risky OAuth Scopes https://ift.tt/bWK4etu

Show HN: Shadow IT Scan – Uncover SaaS Apps, Users and Risky OAuth Scopes Hey HN, TL;DR: We’ve launched a free version of our Shadow IT scanner to identify which SaaS apps are used in your company, who uses them, and if they have high-risk OAuth scopes. Philip and I went through YC with AccessOwl in 2022. We started the company because, in our previous roles, we struggled to track all the SaaS apps, users, and granted OAuth scopes. The Shadow IT scanner started as a small feature within AccessOwl, which manages SaaS vendors and user accounts centrally. But a standalone scanner would have made our lives so much easier in our previous roles. So, we thought, why not release it? And here it is: a free, standalone Shadow IT scanner! Hope you find it useful :) The Shadow IT scan helps with: 1. Offboarding: Employees often don’t report all the apps they sign up for, making it tough to track and secure these accounts when they leave, especially with the common SSO tax. 2. Security: OAuth scopes are quickly granted but rarely reviewed or removed, leading to organizations unknowingly spreading their data. 3. Compliance: Auditors need a list of SaaS vendors, which is hard to compile when employees sign up for tools independently. Any surprises in your scan? What features would you like to see in the next version? Looking forward to your feedback! FAQ What’s Shadow IT? Unauthorized SaaS apps within an organization not centrally managed, posing security and compliance risks. How does it work? Our tool connects to your Google Workspace or M365 instance, identifies OAuth tokens granted, and maps them to known SaaS tools. Note: In this v1 version, it only detects apps using the “Sign in with Google/Microsoft” button. Who is this for? Typically IT and InfoSec teams, but in smaller companies, it may fall under the CTO. Is it safe to use? Yes, reading OAuth tokens is standard for SaaS management tools. Data extraction only occurs when you initiate a scan. AccessOwl is SOC 2 Type II audited and GDPR compliant. https://ift.tt/n8Hwdez July 31, 2024 at 05:35PM

Show HN: Shimmr: Free iOS App Uses CIA Findings to Enhance Meditation and Focus https://ift.tt/RhIg8Bm

Show HN: Shimmr: Free iOS App Uses CIA Findings to Enhance Meditation and Focus https://ift.tt/RzDWTap July 31, 2024 at 11:58PM

Show HN: FP32 matmul of large matrices up to 24% faster than cuBLAS on a 4090 https://ift.tt/K8l1r53

Show HN: FP32 matmul of large matrices up to 24% faster than cuBLAS on a 4090 I decided to share a CUDA kernel I wrote over 5 months ago. Nvidia's hardware and software may surprise you. https://ift.tt/fadqiWM August 1, 2024 at 12:09AM

Tuesday, July 30, 2024

Show HN: A Path-Based Data storage/retrieval web service to prevent crawling https://ift.tt/VbeJxf5

Show HN: A Path-Based Data storage/retrieval web service to prevent crawling I listed my email on GitHub, and it got collected and used without my consent... To prevent this, I created a simple service using Django and PostgreSQL. As you can see when you access the site, you can save data by specifying a path. Think of it as a global key-value storage designed simply to prevent crawling. The data is not stored in an encrypted form, so please do not save sensitive information. Thank you. P.S.: Yes, I am a Faker's fan. https://hideonbush.com/ July 31, 2024 at 04:40AM

Show HN: I made a tool to easily transform and manipulate your JSON data https://ift.tt/tYMTbId

Show HN: I made a tool to easily transform and manipulate your JSON data Hey NN, I've create a tool that allows you to easily manipulate and transform json data. After looking round for something to allow me to perform json to json transformations I couldn't find any easy to use tools or libraries that offered this sort of functionality without requiring learning obscure syntax adding unnecessary complexity to my work or the alternative being manual changes often resulting in lots of errors or bugs. This is why I built JSON Transformer in the hope it will make these sort of tasks as simple as they should be. Would love to get your thoughts and feedback you have and what sort of additional functionality you would like to see incorporated Thanks! :) https://ift.tt/A4vYt0k (Link in case the other url doesn’t work) https://ift.tt/A4vYt0k July 30, 2024 at 11:25PM

Monday, July 29, 2024

Show HN: Turn any website into a knowledge base for LLMs https://ift.tt/0kJ6h2g

Show HN: Turn any website into a knowledge base for LLMs https://ift.tt/s9VqcIU July 30, 2024 at 06:24AM

Show HN: FastHTML, a new Python-based system for writing web applications https://ift.tt/3io7mTD

Show HN: FastHTML, a new Python-based system for writing web applications https://ift.tt/ntF8pTg July 30, 2024 at 03:22AM

Show HN: Magic Tables – Website to CSV/JSON https://ift.tt/oDp5yuN

Show HN: Magic Tables – Website to CSV/JSON https://ift.tt/NczpoCg July 30, 2024 at 01:22AM

Show HN: Chrome Extension to Open Google Maps Locations in Apple Maps https://ift.tt/s0v85wd

Show HN: Chrome Extension to Open Google Maps Locations in Apple Maps Pretty simple extension that displays a prompt notification on Google Maps to open the address you’re viewing in Apple Maps. https://ift.tt/I0TbmdL July 29, 2024 at 10:33PM

Sunday, July 28, 2024

Show HN: How I wrote a LaTeX paper without writing any LaTeX https://ift.tt/x6kF4X9

Show HN: How I wrote a LaTeX paper without writing any LaTeX Stempad is an online scientific text-editor. I built it because I wanted a way to do fast scientific writing with just my keyboard, and LaTeX wasn't cutting it. I recently launched the ability to export Stempad documents to LaTex. I tested it by rewriting part of a paper I found online (Metabolic scaling in small life forms by Marc E. Ritchie & Christopher P. Kempes) and exporting it. You can try the editor and export yourself using the post url. The export button is on the top right of the page. In case you want to see the result directly, this was it: https://ift.tt/qXIJvNA Feedback is really appreciated! If anyone thinks they might find Stempad useful, let me know and I'd love to get in touch. https://ift.tt/5tSU061 July 29, 2024 at 04:24AM

Show HN: Run Llama 3.1 8B in the browser https://ift.tt/sEYuIlS

Show HN: Run Llama 3.1 8B in the browser https://app.wiz.chat July 29, 2024 at 12:29AM

Show HN: A football/soccer pass visualizer made with Three.js https://ift.tt/4R6wBU8

Show HN: A football/soccer pass visualizer made with Three.js I've been working on a football pass visualiser for the past week. It uses open data from StatsBomb to analyse and visualise passing patterns, allowing users to explore and filter the data by pass distance, team and players. https://ift.tt/q2aNQOk July 29, 2024 at 02:15AM

Show HN: ThinkPost – split-panel note taking & brainstorming app for devs https://ift.tt/tQg4KwY

Show HN: ThinkPost – split-panel note taking & brainstorming app for devs ThinkPost is an Interactive split-panel diagramming, draggable block-based note-taking, and brainstorming tool. I developed ThinkPost as a side project for few months now. Basic idea is parallel streaming of ideas. It's a desktop web app with a very scaled down mobile version just for support. Whole my career I had been working with startups and specifically early stage ones, and it's a big responsibility to devise a feature on our own, think deeply about it in different streams (logically, security, re-usability, platform APIs etc.) and even present distilled part of it to stakeholders (Often times non technical people). Even now I run backend/infra/mobile/qa/customer support/integrations for a healthcare startup, so stakes are high. There's a lot of self brainstorming in multiple streams and then there's also distillation process. I couldn't really work with single page notepads for that streaming process. We should be able to note down in split-panels, so there's space for parallel ideas. Many note-taking apps today single-paged have high-think-threshold (windows notepad/apple notes have very low-think-threshold), you have to think before you write in them, so not a good option for quick ideas. So built a platform specifically for everyone who can parallel stream ideas in split panels Textually (low-think-threshold), write as they like), Diagrammatically, Code-wise or even Quick Maths. And also move the idea blocks across panels or within! or Open a new tab if you want more! I'm personally a massive user of my app because I plan everything at my current job via this app, run meetings, self-brainstorm features, study requirements, visualize code-ideas, an develop this when I get time as well. All completely free. Might run ads later. https://thinkpost.io - Try! no login needed. More comprehensive introduction: https://ift.tt/LEG7qfc... https://thinkpost.io July 28, 2024 at 09:49PM

Saturday, July 27, 2024

Show HN: WordPress Plugin Compatibility Checker https://ift.tt/9KlEeXH

Show HN: WordPress Plugin Compatibility Checker Use cases: * Verify compatibility of new plugin versions with your current setup. * Assess compatibility of your current WordPress version and installed plugins. * Discover the latest available versions of WordPress and your plugins. Available via API and WebUI. https://ift.tt/KlU4ruE July 27, 2024 at 11:55PM

Show HN: Preprocessor I've been working 4 years now https://ift.tt/kIiVrEH

Show HN: Preprocessor I've been working 4 years now Hey there, I'm here today to share with you a software I've been working on for 4 years now. I'm not full time dedicated to it, as I need to make a living. My inspiration to develop it came when I started using Sass for real in production. I really appreciated the hierarchy of nesting rules instead of the way CSS vanilla used to do. The obvious nesting rules was easy to read and understand just by looking at. That was something I personally admirated very much. I wondered why there was no HTML preprocessors as revolutionary as there is for CSS and JavaScript. All popular preprocessors for HTML have one thing in common. All replace the angle brackets by something else (usually identation) and then add some functionalities on top of it. If the symbols for markups are a problem to the experience of developing a visual structure, just replacing it for something else doesn't fix the problem. You are just changing the character of marcation for another. With that in mind, I started Pretty Markup. Not just replacing the clutter of angle brackets by something else, but removing it completely. Very much inspired by Sass. No special characters needed, except by the quotes. The project still in its early stage, but its already useable. I reached a point where it has a stable base to work. Now, I'm plannig the layer of features that will make it usefull and revolutionary as Sass and TypeScript. Its important to note that I didn't started directly in Pretty Markup. I had a previous package called htmlpp-com-github-mopires. Yes, terrible name, but it was a start. Later a decided to make it more professional and with a friendly name. You can give it a shot by having NodeJS and installing it with: npm install pretty-markup I created a syntax hightlighter for VS Code to attract more devs to it. You can use it by searching "pretty markup" on the extensions tab. Now, it's the first one. The next step will be a package to create a basic starter project. Something like the good old create-react-app. Any feedback, suggestion or even a contribution about anything is very welcome. Thank you very much for your attention, Matheus PS: The package available in runkit is very old(and I don't know how to update it there), I do not recommend you to test there. https://ift.tt/lB2cWtj July 23, 2024 at 10:44PM

Show HN: Semantic Grep – A Word2Vec-powered search tool https://ift.tt/dLit0kQ

Show HN: Semantic Grep – A Word2Vec-powered search tool Much improved new version. Search for words similar to the query. For example, "death" will find "death", "dying", "dead", "killing"... Incredibly useful for exploring large text datasets where exact matches are too restrictive. https://ift.tt/28Ivf6i July 27, 2024 at 11:32PM

Friday, July 26, 2024

Show HN: Symbols > We are building Figma for developers https://ift.tt/0OdZWje

Show HN: Symbols > We are building Figma for developers What is Symbols? “The ultimate platform for developers & teams to build, test and document fully functional & reusable UI libraries on a canvas. Publish as a website or export to your existing tech stack with open-source development” Lifetime offers: We are currently running $100 one off offers for the first 100 users, which includes unlimited projects or users for 1 project. Eventually charging $49 per month per user/project, as design system platforms charge a similar amount. So grab a deal! Landing: Here is a quick landing put together, with a better one in the works :) https://ift.tt/7nKS1iA Any questions let me know! https://ift.tt/7nKS1iA July 27, 2024 at 01:47AM

Show HN: Check Your Mouthbreathing with MediaPipe https://ift.tt/nO2N4JM

Show HN: Check Your Mouthbreathing with MediaPipe While scrolling through Reddit, I read about the negative side effects of mouth breathing (which are quite debatable) and wondered if I was doing it myself. Since I wanted to experiment with MediaPipe anyway, I built a little website to check. It's just an index HTML file which you can download and modify. It only works on desktop and takes a few seconds to load MediaPipe. https://ift.tt/TKt0BwG July 27, 2024 at 02:56AM

Show HN: Ray Tracing in One Weekend v4.0.0 https://ift.tt/lIyRcMv

Show HN: Ray Tracing in One Weekend v4.0.0 Since this is a major new release (three and a half years in development), I think this should be ok for Show HN. This release has lots of new material, fixes, and updates across the three books in this series. All three books are online and free, with accompanying code available from GitHub. Enjoy! https://ift.tt/YOzj3lQ July 27, 2024 at 02:55AM

Show HN: Tablr – Supabase with AI Features https://ift.tt/ltABMro

Show HN: Tablr – Supabase with AI Features https://www.tablr.dev/ June 30, 2025 at 04:35AM