Skip to main content

Posts

Show HN: Bog Gobbler Word Game https://ift.tt/WxlvgtI

Show HN: Bog Gobbler Word Game Two years ago my pandemic project was an online multi-player variant of Scrabble named Crossword Island Hopper where you capture territory by placing words on a board. It proved to be wildly unpopular. More recently I have been working on Bog Gobbler, which is a variant of Boggle where you capture territory by finding words in the grid. The territory-capture element is much more relevant in the multi-player game, but also affects the mechanics of solo games. This one is a little more popular and there is a daily solo challenge where everyone plays the same grid, with a global and personal leaderboard. You can go directly to the daily challenge at: https://ift.tt/6fTV9hr If you know how to play Boggle the one thing you need to be aware of is that after the first word you find, all subsequent words must include at least one letter that you already "own". https://ift.tt/2J7M3FU August 13, 2022 at 11:11PM

Show HN: `pdf2searchablepdf` command-line tool to make PDF have searchable text https://ift.tt/Ulywdvx

Show HN: `pdf2searchablepdf` command-line tool to make PDF have searchable text Easily perform OCR (Optical Character Recognition) on PDFs. `pdf2searchablepdf input.pdf` = voila! "input_searchable.pdf" is created & now has searchable text https://ift.tt/XF2BY0V August 14, 2022 at 04:40AM

Show HN: A simple price betting platform on crypto https://ift.tt/bpvSa2U

Show HN: A simple price betting platform on crypto You bet on the direction of a crypto price in the next 60 secs (up/down). If you're right, you can win >60%, if you're wrong, you lose your investment. Onboard just with an ETH transfer, no KYC, no trading fees. Fun mode available. https://popcoin.gg/ August 12, 2022 at 10:23PM

Show HN: Agency quality design and development for a very un-agency like price https://ift.tt/E9lpDBy

Show HN: Agency quality design and development for a very un-agency like price Howdy HN! Been working on a side project of mine for about a year called Gloutir. It's essentially an 'agency of one' design and development service using a subscription or retainer model for billing (Stripe + Memberstack). I primarily focus on WordPress and Webflow design and development as I realized long ago that there's a huge demand for these services in the design / marketing agency space. I've had a lot of success the past year with this work, and surprisingly (or unsurprisingly) every single client of mine has been a larger agency needing additional help. That kind of makes sense because an agency can immediately see the value in what I offer without really having to be convinced. Recently I've introduced a weekly option for clients looking to launch fast and spend less ($1,000 a week, maybe not sustainable but we’ll see). I'd love to get more involved with startups needin...

How Improving Muni Also Makes Life Better for Drivers

How Improving Muni Also Makes Life Better for Drivers By Andrea Buffa Photo credit: We Ride Australia If you mostly drive to get around San Francisco, you may be wondering, “what has the SFMTA done for me lately?” San Francisco is a “ transit first ” city, so at the SFMTA we focus our resources on making it easier for San Franciscans to get around by public transit as well as by biking, walking and personal mobility device. While it may seem like adding transit lanes and protected bike lanes doesn’t have anything to do with driving, in fact, it does.  Since San Francisco doesn’t have room to give more space to roads, we have to change the way we use the limited space on our existing streets. (Not that adding more roads reduces traffic anyway – check out this article .) City Traffic Engineer Ricardo Oleo puts it this way: “When you have a city like San Francisco that was built with density in mind, having everyone drive is not a viable option. There’s not enough room to have th...

Show HN: Wordle but for Tweets https://ift.tt/SD4U3nc

Show HN: Wordle but for Tweets Hey HN I built this simple app that grabs four popular tweets from the last 24 hours and removes a word from each, so that the missing words spell out a phrase. It's the player's job to guess the missing words. A key motive for building this was that, to be honest, I was finding much of the news and social media dialogue quite depressing. I thought that if a wholesome or inspirational phrase can be built out of these (often tiresome) tweets, then there would be something nice about that. The stack included GCloud scheduler (for daily Tweet scraping and automatic puzzle generation), Supabase (which, by the way, is fantastic) and Next / Vercel. https://www.birdle.art/ August 12, 2022 at 02:34AM

Show HN: GitHub Commit Visualiser https://ift.tt/3Mxu2PV

Show HN: GitHub Commit Visualiser I built a tool which you can use to visualise your git commits at an org or repository level. It shows just how much work an engineering team, or even an individual does, that often goes unseen by non-dev teams. You can read about the build here: https://ift.tt/3RVCXH8... Repo is here: https://ift.tt/9QkwUJY You can deploy your own to netlify (or provider of your choice) and start visualising your own project's commits in realtime. https://ift.tt/UDKqizB August 11, 2022 at 07:00PM

Show HN: Releese – Music business management software https://ift.tt/Ss9YFxk

Show HN: Releese – Music business management software After working in the music industry myself as an artist (Midsplit) and as a label manager / employee (ChillYourMind, Strange Fruits) I noticed that the music industry has very antiquated tools that are often expensive and rarely updated. I had the idea to build a platform that could streamline the entire releasing process of music, we nailed it down to metadata management, royalty splits, landing pages generation, distribution to major stores and royalty collection (publishing + neighboring) rights. After building this with a small team for 18 months, we finally managed to create our vision with a surprisingly functional product. Our cloud infrastructure is based on Google Cloud and our app is 98% Typescript (Thank you Github) I would love to know how someone in or outside the music industry feels about the platform. Hopefully we will help shape a better music industry! https://ift.tt/FG2lTsB August 11, 2022 at 02:17AM

Show HN: MOS, an application to help you deploy mathematical optimization models https://ift.tt/4kpJT8y

Show HN: MOS, an application to help you deploy mathematical optimization models We built MOS in response to the frictions we experienced in deploying optimization solutions. Some of the key benefits provided are the following: - Models can be easily uploaded to the application after adding simple annotations to the model code. - Models can be accessed via various available interfaces, including a REST API, a web graphical user interface, and client libraries in popular programming languages such as Python and Julia. - Models can be run with different inputs by workers running locally or distributed over the network. - Intermediate and end results can be extracted, browsed, and analyzed. This is all available without the need for (the typically required) custom ad-hoc code. https://ift.tt/hG40gaS August 9, 2022 at 11:58PM

Show HN: Recode – Free, open-source, community-driven Codespaces alternative https://ift.tt/zY8j6wx

Show HN: Recode – Free, open-source, community-driven Codespaces alternative Hey HN, As most of you (I think?), I cannot learn something without having a project, on the side, to implement what I’ve just learned. Recode is the project that I've used to learn Go. It lets you create a development environment in your cloud provider account easily. You can think of it as a desktop version of Gitpod / Coder / GitHub Codespaces less polished and with less features but 100% free, 100% open-source and 100% community-driven. At the time of writing, it only works with Visual Studio Code and AWS. In order to let you configure your development environments easily, I’ve chosen to use Docker with some Dockerfiles: - One for your user configuration. - One for your project. The user configuration corresponds to the tools / settings that you use in all your projects like your timezone / locale, your preferred shell or your dotfiles. The project configuration corresponds to the tools / settings that...

Show HN: PGPP (Pretty Good Phone Privacy) – a new type of mobile privacy service https://ift.tt/pn4XLW0

Show HN: PGPP (Pretty Good Phone Privacy) – a new type of mobile privacy service Hi, we're Barath and Paul. We co-founded INVISV to build Pretty Good Phone Privacy (PGPP) [ https://invisv.com/pgpp ], an app and service that provides mobile identifier privacy (IMSI) and Internet privacy (IP) so that neither we nor other providers learn your network identity. We've been thinking about how phones are tracking devices in disguise (at a few layers) and what we can do about it. But the problem is that mobile networks are hard to change, and existing companies are reluctant to change things. A couple years ago we had the idea that we could decouple your identity from your SIM (IMSI), so the mobile operator wouldn't know who you are but still provides you service. We did research, figured it out, and published it last year at Usenix Security. Then we took it to every mobile operator we could to see if they'd do it, but mostly got shrugs, confusion, or hostility. (We still hold ...

Show HN: Loop, run a command in loop and nothing else https://ift.tt/crEqK87

Show HN: Loop, run a command in loop and nothing else This is a small utility to loop a command, in a shell. This is deceptively simple, you can loop a command forever, or loop until it is succeeded or failed. Currently, it really does nothing else than a bash `for` and `sleep`, but I intend to add the possibility of running a command in loop, in parallel. In conjonction with some tests/stress tools (like https://hurl.dev who I am one of the maintainer), I think this can be useful to other... $ loop --iter 4 --delay 1000 date Tue Aug 9 06:59:58 CEST 2022 Tue Aug 9 06:59:59 CEST 2022 Tue Aug 9 07:00:00 CEST 2022 Tue Aug 9 07:00:01 CEST 2022 https://ift.tt/ILSozvd August 9, 2022 at 11:26AM

Show HN: Realtime visualization of 3D spectrogram with THREEJS shaders https://ift.tt/J9Uo5X6

Show HN: Realtime visualization of 3D spectrogram with THREEJS shaders I've been working with 2D spectrograms for a while now while working with Speech recognition. It had always fascinated me how speech and words had such distinct features. Looking at spectrograms is essentially like hearing with your eyes. Over the weekend i built a tool to visualize your own audio into a spectrogram in 3D. I used threeJS with shaders and vanilla JS/Html. Play with it here : https://ift.tt/RW4Cofz I hope it brings you as much joy as it does for me. August 9, 2022 at 02:08AM

Show HN: Build for any cloud with the same code https://ift.tt/thUkzHJ

Show HN: Build for any cloud with the same code We have been working on Multy, an open-source[1] tool that enables developers to deploy and switch to any cloud - AWS, Azure and GCP for now. We realized that, even when using Terraform, writing infrastructure code is very different for each cloud provider. This means changing clouds or deploying the same infrastructure in multiple clouds requires rewriting the same thing multiple times. And even though most core resources have the same functionality, developers need to learn a new provider and all its nuances when choosing a new cloud. This is why we built Multy. Multy is currently available as a Terraform provider. You can write cloud-agnostic code and then just choose which cloud you want to deploy to. Multy will then call the cloud provider APIs on your behalf. For example, the following Terraform code deploys a virtual network in AWS and can be easily changed to deploy to Azure or GCP: ``` resource "multy_virtual_network" ...

Show HN: Apprise v1.0.0 – A lightweight all-in-one notification solution https://ift.tt/1r5IVKS

Show HN: Apprise v1.0.0 – A lightweight all-in-one notification solution I introduced Hacker News to Apprise back when it was just an experiment (and supported just 30 or so notification services at the time). Now supporting more then 85+ services and with a ton of built in features, I officially created it's first stable v1.0.0 release marking a major milestone for the project. Apprise doesn't compete with other notification services out there; instead it just acts as a proxy (or master switchboard) to support handling messages to them. It's a means of decoupling notification support from the systems that want to provide them. The idea is to adopt Apprise into your environment, and then you no longer have to worry about adding/removing support for new services as the come along and deprecating the ones that go away. The way it works is that every service out there maps to a `schema://credentials/?optional_configuration`. You just need to define the schemas you use, and the...

Show HN: I made a cross-platform command-line music player called maestro https://ift.tt/5x8ZYFl

Show HN: I made a cross-platform command-line music player called maestro It is built to work on Windows, Mac, and Linux, and was tested thoroughly on my Mac and lightly on my friend's Windows. Unfortunately, no one I know uses Linux. It works with WAV, MP3, FLAC, and Ogg Vorbis files. https://ift.tt/Q5iOSHV August 7, 2022 at 06:24AM

Show HN: A Gauss-Seidel solver visualization in a single HTML file https://ift.tt/QW50zRn

Show HN: A Gauss-Seidel solver visualization in a single HTML file Recently I was reading about fluid simulation and stumbled upon the Gauss Seidel method. I got interested in how it works and made a program that visualizes the method in action. I had the idea of making an interactive book-like thing for a while, so took this as a chance to do just that. Note that touch input doesn't work and the layout is targeted towards bigger screens, so it doesn't function properly on mobile. It was fun to make and I wanted to share it. Maybe someone will find it useful. Corrections and feedback are welcome. Technical Stuff - A single 1.7MB HTML file with embedded JavaScript and WebAssembly. You can save this single file and double click it to run. - A math typesetter from scratch in C that compiles/renders the equations in real-time (uses KaTex fonts and STB true type to rasterize the fonts). - Platform code is done using Sokol (tested on windows and web). - The UI is done using Dear ImGu...

Show HN: Minimal Static Site Generator https://ift.tt/X6uyw32

Show HN: Minimal Static Site Generator `pandoc-sitegen` uses pandoc and mustache templating to turn a bunch of markdown files into a minimalist site, while still allowing for things like an automatic list of blog posts. I was really frustrated with the complexity of most existing static site generators like Jekyll and Hugo -- it seemed like even a basic blog required an immense amount of configuration and provided tons of features I didn't need. I built this mostly for myself, but I'd love any feedback on it :) https://ift.tt/N8T6hcj August 6, 2022 at 03:25AM

Show HN: A link/news aggregator I am working on https://ift.tt/osJwYB2

Show HN: A link/news aggregator I am working on Hello HN, I'm building omegapedia.com, a link/news aggregator that combines features of multiple other sites. I started building this site because I often found some features lacking in other websites. As example: You can format you text to be italic, red, blue or to be a spoiler. Comments are not threaded and don't include any voting feature. Omegapedia uses upvotes and downvotes for posts but shows them as separate numbers. I styled the page in darkmode but added an optional lightmode as well. I added "Trust-Points" and a leaderboard to show the 5 users with the most points. Other noteworthy features are: -Comment replies. -Flairs. -Adding a bio to your profile. -Mention users in comments. -Ability to add a email address to your account. -Forgot-my-password function. -Link posts. There is no need to add a email andress to your account and you will never be forced to. The site works on pc and mobile. The site is very li...

Show HN: I created a browser automation tool https://ift.tt/ky9ztiR

Show HN: I created a browser automation tool I created this tool a few months ago to automate some of my tasks. I use it to collect prices and files and to get notified when something changes on certain websites. The task runner uses Playwright. I'm not sure if it can be useful to anybody else besides me :) Any feedback is welcome. https://ift.tt/g6aTLkV August 5, 2022 at 11:58AM

Bayshore Boulevard Quick-Build Project Update

Bayshore Boulevard Quick-Build Project Update By Adrienne Heim Bayshore Boulevard is a mixture of industrial and commercial ruggedness mixed with historic and family run small business charm. Bayshore Boulevard is also a busy street that runs parallel to Highway 101 and is nestled between Bayview, Bernal Heights, Potrero Hill and Mission neighborhoods. Interestingly enough, one of the oldest restaurants in San Francisco, The Old Clam House , built in 1861 and recently re-opened after two years of closure due to the pandemic and management changes. As you begin to walk Bayshore and Oakdale heading south towards Silver Avenue, you’ll see workers grabbing food and saying hi to owner Tarik at Bayshore Taqueria, you’ll notice parents dropping off their children at the family run business American Gymnastics Club and folks walking to catch the 9 or 9R Bayshore or 23 Monterey Muni bus. For over 30 years, people have been visiting legacy business Flowercraft Garden Center , near Bayshore an...

Show HN: Not8 – continuous product improvement platform https://ift.tt/IcVYS24

Show HN: Not8 – continuous product improvement platform My co-founder and I are taking part in the acceleration program, and we're building not8 - a platform for team product reviews and user feedback collection. Right now we already have an MVP which is a Chrome extension that allows you to leave 'sticky notes' on live websites and share them in just one click. Our demo day is going to be in ~2 weeks, and we want to our user count to hit 1000 by that time. Actually, we want it so much that we are ready to offer our first 1000 users a forever free access to our product. Try out our extension now, and share a few notes with your team - I hope, you will love it. Here's how it works: https://ift.tt/QtuipHg Here's where to download it: https://ift.tt/mco3WhO August 5, 2022 at 06:10PM

Show HN: 3D Topography of Your GPS Track https://ift.tt/ydDEUj4

Show HN: 3D Topography of Your GPS Track As a hiker and (ski)mountaineer I've always been a bit disappointed of how most apps fail to properly depict the topography while analyzing GPS tracks. (I know that Strava offers some kind of 3D view by now, but I still wanted to build my own thing) That's why I started working on https://cubetrek.com It's still very experimental, but you can give it test-drive now. Any feedback appreciated. It essentially renders your GPS Track as a 3D model within the topography. As an example, here's the Bishorn, a 4000 m peak in Switzerland: https://ift.tt/39VFXPo The front end is based on Babylon.js, D3.js, the back end is Spring Boot and Postgresql with PostGIS. There's a summary on how it works at the very bottom of the homepage. https://cubetrek.com August 5, 2022 at 07:57AM

Show HN: Score In URL, a sheet music editor that store everything in URL https://ift.tt/EpN3vMW

Show HN: Score In URL, a sheet music editor that store everything in URL I'm excited to publish my new project, [Score In URL]( https://ift.tt/Qb9VDN4 ), a simple, privacy-friendly, sheet music sharing service, where the entire content is encoded in the URL itself as a query parameter. It comes with a decent text editor, rendered score, and audio. The sheet music is notated with ABC Notation, rendered by abcjs. This project is heavily inspired by [Hashify]( https://hashify.me ), which encodes a markdown document into its URL. The code is here: https://ift.tt/ZjksxRu I made this with ViteJS and Tailwind CSS, and hosts it with GitHub Pages. I'm not proficient in front-end development at all, my past experience in this area being basically vanilla HTML/CSS, with a tiny bit of JS. This is in fact my first try at using any front-end framework. I sincerely welcome all feedback. The idea came to me when I tried to convey the idea of an exercise in a music forum. No forum I've used...

Keeping Muni Riders Safe

Keeping Muni Riders Safe By Andrea Buffa After several years without a major violent incident on Muni, we’ve recently experienced two tragic shootings. On June 22, two passengers got into an altercation, and one of the passengers fatally shot another passenger and injured a bystander. The shooter was quickly apprehended by the San Francisco Police Department (SFPD) thanks to our collaboration and use of clear, state-of-the-art surveillance cameras on board our vehicles. On August 3, there was a targeted shooting on a Muni vehicle driving through the Sunnydale neighborhood; one passenger was killed, and a bystander sustained a minor injury. SFPD’s Homicide Detail is investigating the incident, and we are fully cooperating by providing the SFPD with onboard and street-facing video data.  We offer our deepest sympathies to the victims and their families who are suffering right now.   While these recent incidents appear to be an anomaly and instances of isolated, targeted conf...

Show HN: Penumbra, a perceptually optimized color palette based on natural light https://ift.tt/xRuMhof

Show HN: Penumbra, a perceptually optimized color palette based on natural light For this palette, I used recent advances in color science, which made perceptual design more accessible, to choose a set of colors (mainly for syntax highlighting) that have uniform luminance for less visually uneven, fluidly readable code, but at the same time maximally distinguishable hue and chroma. The background colors are based on natural (sun-)light and shade for a more pleasing look than equally neutral greys. For much more detailed info, including the construction, check out the repository. There’s also already a (bare-bones) VSCode extension, linked in the repository, but it could admittedly use more informed distribution of colors over tokens, language specific highlighting and perhaps more opinionated use in UI elements. https://ift.tt/TKQDeW6 August 5, 2022 at 03:23AM

Show HN: Butt Mover - A butt triggered productivity and health improvement game https://ift.tt/iGIYACo

Show HN: Butt Mover - A butt triggered productivity and health improvement game Productivity timers needed to be triggered manually before each task, Making it a chore by itself, Often leading to us not using them after a while and They don't take health into consideration. Health timers are intrusive, Even then they are not always accurate and They don't take productivity into consideration. Butt Mover addresses those problems by using a butt trigger for automatically starting the productivity timer when we sit on the chair before our workstation and a break timer which reminds us to take a walk automatically when we get up. Butt Mover also incentivizes its usage through a Game. When the health(tasks/breaks) reaches zero its game over. I've been iterating different forms of Butt Mover over past two years and released the web application earlier this year(After feedback from several HN users). Today I'm making the core application open-source as I've committed mysel...

Show HN: TaglinQ, Free online tool to create interactive image https://ift.tt/DGI4FnJ

Show HN: TaglinQ, Free online tool to create interactive image [TaglinQ]( https://taglinq.com/ ), a free and easy-to-use tool to create interactive image: - Can use the image from web or local image(will be converted to base64 DataUri) - Add circle/polyline/polygon/icons..., - Get the work done in web browser, - The output can be HTML Image Map code or interactive svg image. https://taglinq.com/ August 5, 2022 at 12:13AM

Show HN: MutableAI (YC W22) – Copilot Alternative for VS Code https://ift.tt/vRdaTzg

Show HN: MutableAI (YC W22) – Copilot Alternative for VS Code Hi HN! We’re MutableAI (YC W22) ( https://mutable.ai ). Our mission is to reduce the time and cost to create high quality code using AI. We have worked at the full gamut of companies ranging from startups to big tech and have gotten the sense that many of the rote aspects of software development could be made easier, freeing up precious mental energy. Devs love Copilot, but autocomplete is just one of many ways that AI should make programming easier. We’re taking a more comprehensive approach to developer tooling that bundles Copilot-like autocomplete with documentation, custom AI instruction, and some early refactoring capabilities (Python only) in one extension. We currently support Javascript/Typescript, Python, Go, and Rust, with more coming soon. Overview (w/ bg music) [1]. In addition to autocomplete, which can be triggered either automatically or manually, we can add documentation to all your methods in a Rust file, o...

Show HN: Simplenote – Notes with support for publishing (hosted, Markdown) https://ift.tt/furhUF0

Show HN: Simplenote – Notes with support for publishing (hosted, Markdown) I use Simplenote for journaling and creating itineraries for my wife and I (publish as a webpage and send link). It's great. Robust export options too. I used to use Obsidian + iCloud sync daemon to facilitate continuity between my Windows desktop and my Macbook, but I started getting sync issues on Windows and a couple BSODs due to how the iCloud daemon handles timestamps. I picked up Simplenote and it's been working flawlessly. Very underrated IMO. https://simplenote.com/ August 2, 2022 at 08:47PM

Show HN: Emery – Personal productivity workspace https://ift.tt/GBlI0QV

Show HN: Emery – Personal productivity workspace We're building an app that helps people manage their schedule, tasks and notes all in one place. The goal is to create a workspace, where people can manage their various priorities, both personal and professional, see a single schedule combined of all their calendars and manage their days without switching between multiple apps. At the moment we've implemented Google calendar synchronisation, basic tasks and notes. Also Emery has some things we really wanted to see in other apps – private notes for meetings, categories that can be used to group tasks/notes/meetings together, weekly productivity reports. Happy to hear any feedback and answer any questions! https://emery.to/ August 2, 2022 at 03:42AM

Show HN: Rentaflop – Render your Blender projects without sacrificing quality https://ift.tt/OA4bt9R

Show HN: Rentaflop – Render your Blender projects without sacrificing quality Hi HN, My name is David Sokol, and I'm the founder of rentaflop (https://rentaflop.com). We're a crowdsourced render farm aimed at making Blender rendering fast and affordable. If you've used Blender, then I'm sure you've experienced the pain of waiting around for your animations to render. You've probably even had to sacrifice the quality of your work to reduce your render times. I've been there too. If you're like me, then you're also disappointed with the alternative solutions: spending thousands of dollars on graphics cards or using prohibitively expensive cloud render farms to get fast render times. Our solution to this dilemma is to leverage low opportunity cost hardware from around the world to allow Blender artists to render their projects quickly, affordably, and without compromising on quality. Since most graphics card owners aren't utilizing their hardware to...

Show HN: Ordinary Puzzles, a free puzzle game inspired by Picross and Sudoku https://ift.tt/n9YulFP

Show HN: Ordinary Puzzles, a free puzzle game inspired by Picross and Sudoku Hello hello HN! I wanted to share with you Ordinary Puzzles, a little puzzle game I designed and developed in my free time, inspired by Picross and Sudoku. I already posted it here ages ago, but I wanted to share it again now that I updated it to also be playable online as a Progressive Web App. Ordinary Puzzles is open source, is built with React Native, and it’s available on the mobile app stores, on the web (as a PWA), and as an Electron app. Hope you give it a try! (Please don’t skip the short tutorial :P) https://ift.tt/At4nvOe P.S.: The puzzles come from https://ift.tt/ip9RrWV (the author is credited and has been contacted before using them). https://ift.tt/dq9BLIC July 31, 2022 at 11:31PM

Show HN: DevRaven – Monitoring for Developers https://ift.tt/6fcSBWk

Show HN: DevRaven – Monitoring for Developers Hi HN! I am Krishna Thota, founder of DevRaven. DevRaven is a monitoring platform for Developers. DevRaven enables engineering teams or individual developers to setup active monitoring for their services/applications and get alerted when things don't work as expected Today's launch makes available the following features: API Monitoring - Monitor your HTTP end points and perform no-code or scripted assertions. Synthetic Monitoring - Execute browser based end-to-end tests using Playwright framework. No setup required. SSL Monitoring - Monitor SSL certificates for your end points and get alerted before they expire. Web Page Monitoring - Run continuous Lighthouse audits on your web pages to ensure best performance, SEO. Welcome any feedback, questions or suggestions. https://www.devraven.io July 31, 2022 at 10:46PM

Show HN: I've been making JavaScript sandbox alone for 6 years https://ift.tt/tfdKiET

Show HN: I've been making JavaScript sandbox alone for 6 years Hi HN! Thanks for your attention to my post. It was a big challenge to run most of Node.js packages in browser, fast moreover. Virtual File system, resolve import/export. I got cold many times, depressions, burned out, yet still alive and finished it. Many guys helped me with an advice. Many users give a lot of positive feedback. There are 200,000 monthly unique users. I work full time now because of the freemium business model. To be honest - I am happy after many years of hard work. https://playcode.io/ July 31, 2022 at 10:27AM

Six Generations of Pint-Sized Buses Serve Muni’s Toughest Routes

Six Generations of Pint-Sized Buses Serve Muni’s Toughest Routes By Jeremy Menzies For over 80 years, special fleets of shorter than usual buses have been reserved for some of the City’s toughest routes. Winding through tight bends and climbing up steep grades, these pint-sized coaches ensure access to transit in neighborhoods where standard-length buses cannot go. As the SFMTA phases in a brand-new batch of shorter buses, here’s a look at all six generations of Muni’s “mini” fleet. “Baby White” Buses: 1938-1975 The first generation of short-length buses was intended for regular use on all Muni bus routes. Made by the White Motor Company in Cleveland, Ohio, this fleet came to SF in 1938. The buses were nicknamed “Baby Whites” after a group of longer White Co. buses arrived in 1947. In the mid 1950s, all but three of these buses were retired. The three saved continued to run on the 39 Coit Tower route until 1975—in service longer than any other bus before or after.   This bus ...

Show HN: ColorAround – where you need to find a color around u using the camera https://ift.tt/mytrae1

Show HN: ColorAround – where you need to find a color around u using the camera Hi I made a game in an evening, I would like to share and get feedback. You get a random color palette and have to find it for yourself. ColorAround is an easy and fun color game. It is recommended to play on mobile devices https://ift.tt/TGHEcbl July 29, 2022 at 11:49PM

Show HN: TapeMeasure – Swift class for creating segmented, labeled lines in UI https://ift.tt/LnDF7lv

Show HN: TapeMeasure – Swift class for creating segmented, labeled lines in UI TapeMeasure is a utility class, written in Swift, for generating a visual tape measure, or any other graphical elements that need layout in a measured sequence. I created this class to help with a pet project I'm working on, where I needed to generate segmented, labeled lines to use as axes on charts and graphs. It occurred to me that this seems to be a pretty common task, involving a lot of boilerplate code and tedious calculations. Why not decouple the code and move it into a dedicated class? It's self-contained, nice and simple, and easy to unit test. It can also handle a lot of tweaks to the "tape measure", such as boundary clipping and shifting offsets. It's especially good for animation, where you can just change a parameter or two during animation, and call for the re-calculated data to re-render your measured line. That makes it great for animated sliding and scaling effects. An...

Show HN: Chunk – Code sandbox for back-end devs https://ift.tt/jEqf6py

Show HN: Chunk – Code sandbox for back-end devs Chunk co-founder here. We spent the last 2 weeks building this to scratch our own itch: As developers, we often have problems that could be solved just by running a few lines of code. Sometimes, running this code on your local machine is fine. But other time, the code need to run automatically reacting to external events or to run continuously, which means, it needs to run on a server somewhere. So now, you have to find a cloud provider, to package or build the code and finally to deploy it. All of that for what could be literally be 4 lines of code. We couldn’t find an easier way to do this, so we built it. Chunk is an all in one web editor (think of the codesandbox experience) that allows you to write, deploy and run a piece of code in the cloud from a variety of triggers: HTTP, WebHook, manual or scheduled (cron). No setup, no build, no deploy. Chunk makes you go from idea to code running in the cloud in seconds. Let me know what you g...

Show HN: TensorDock Core GPU Cloud – GPU servers from $0.29/hr https://ift.tt/hIS6CFi

Show HN: TensorDock Core GPU Cloud – GPU servers from $0.29/hr Hello HN! I’m Jonathan from TensorDock. After 7 months in beta, we’re finally launching Core Cloud, our platform to deploy GPU virtual machines in as little as 45 seconds! https://ift.tt/k6zM4vU Why? Training machine learning workloads at large clouds can be extremely expensive. This left us wondering, “how did cloud ever become more expensive than on-prem?” I’ve seen too many ML startups buy their own hardware. Cheaper dedicated servers with NVIDIA GPUs are not too hard to find, but they lack the functionality and scalability of the big clouds. We thought to ourselves, what if we built a platform that combines the functionality of the large clouds but made it priced somewhere between a dedicated server and the large clouds? That’s exactly what we’ve done. Built to make engineers more productive. We have 3 machine learning images so you can start training ML models in 2 minutes, not 2 hours. We provide a REST API, so you ca...

Show HN: Equities.fyi – Startup valuations based on public company data https://ift.tt/QecDOYN

Show HN: Equities.fyi – Startup valuations based on public company data With the current down markets, we were wondering what private company valuations looked like when compared to similar public companies. We were inspired by the a16z article ( https://ift.tt/wRPu93I... ) for calculating valuations and figured out the sales-to-valuation ratio of public companies at the time of the last fundraising round and applied the change in the public market to get the current startup valuation. If things don’t look right, our defaults might be off - please feel free to change those if they’re too different from what you’d expect. https://ift.tt/Xvad4Tr July 28, 2022 at 11:27PM

Show HN: JSON-Safe Lisp Language https://ift.tt/CtQ4WnX

Show HN: JSON-Safe Lisp Language Relatively simple currently, but figured I'd post for some feedback. I started this project last year but somewhat abandoned it. This feels like something which most likely already exists, but I couldn't find anything at the time I made it. I feel like my write up on the repo is pretty good at explaining the inspiration and purpose of this package; "Let's say you have an API, and you're looking for a method by which you can increase performance of your app via doing transformations of the data directly in the API. In this scenario, you would middleman the API returned data through a Fluxduct parser in order to get the data in the format you would like. An important distinction to be made here is that you are not changing the raw output of your API, but rather defining explicit values which you would like back in the app. These values are much more versatile than a pure API response as well, as they can be compounded with operators a...