Show HN: International Legal Dictionary
Show HN: International Legal Dictionary I'm a pro bono attorney, and have been really interested in making the law easier to understand. I also see a ton of government resources online in varying degrees of usability. And for sure, there's no interoperability between them. This is an international legal dictionary, an experiment in improving the situation: glossaries are scraped and parses from official sources: https://github.com/public-law/open-gov-crawlers . The results are saved as datasets in well formed JSON with Dublin Core metadata: https://github.com/public-law/datasets I add Library of Congress subject headings to the sources, to enable filtering (still to come). The web app is basically an old-school mashup, which I've always liked. Another experiment is using the Dale-Chall readability formula to improve the reader's experience. Here's an example of it at work: https://www.public.law/dictionary/entries/amicus-curiae This is an experiment, using readability as a relative metric. I.e., not extracing an absolute grade-level score as its normaly used. Instead, using it to compare different definitions of the same phrase. My theory is, there's strong scientific validity for this use, even when applied to very short passages: All I simply want is to figure out, "Which is more readable? Passage A or B?" And then, my code sorts the definitions in order of readability to (theoretically) produce a newspaper-article-like effect: A reader can read the first couple of sentences to get an overview of the story. https://www.public.law/dictionary August 1, 2022 at 08:41AM
Show HN: A WYSIWYM Markdown editor and brainstorming tool on the web
Show HN: A WYSIWYM Markdown editor and brainstorming tool on the web https://wrighter.vercel.app July 31, 2022 at 11:48PM
Show HN: Rentaflop – Render your Blender projects without sacrificing quality
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 do valuable work 24/7, we provide them with a way to make money without lifting a finger, while lowering the cost curve for 3D rendering. We're currently doing a private beta. If you'd like to get early access, check out our site (https://rentaflop.com) and join the waitlist. If you're a graphics card owner who wants to help Blender artists while earning money, reach out to support@rentaflop.com and we'll help you get set up. Please leave a comment below, we'd love to hear your thoughts :) August 1, 2022 at 04:29AM
Show HN: Ordinary Puzzles, a free puzzle game inspired by Picross and Sudoku
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://ordinarypuzzles.com/ P.S.: The puzzles come from https://github.com/jsnell/linjat (the author is credited and has been contacted before using them). https://ordinarypuzzles.com/play/ July 31, 2022 at 11:01PM
Show HN: Collective list of bots on Twitter, feel free to participate
Show HN: Collective list of bots on Twitter, feel free to participate https://github.com/orsifrancesco/twitter-bots-list July 31, 2022 at 09:27PM
Show HN: Jeager Plugin for AWS S3/GCS/Azure Blobs
Show HN: Jeager Plugin for AWS S3/GCS/Azure Blobs https://github.com/flitnetics/jaeger-objectstorage July 31, 2022 at 02:38PM
I've been making JavaScript sandbox alone for 6 years
I've been making JavaScript sandbox alone for 6 years https://playcode.io/ July 31, 2022 at 09:57AM
Show HN: DevRaven – Monitoring for Developers
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:16PM
Show HN: I made a GH repo to curate remote jobs that don't ask for a location
Show HN: I made a GH repo to curate remote jobs that don't ask for a location https://github.com/Nithur-M/work-from-anywhere July 31, 2022 at 07:07PM
Show HN: DALL-E Chess in Jungle and Dunes
Show HN: DALL-E Chess in Jungle and Dunes https://imgur.com/a/1yBPuRA July 31, 2022 at 03:55AM
Show HN: Bunny REST Proxy – a HTTP message broker built on top of RabbitMQ
Show HN: Bunny REST Proxy – a HTTP message broker built on top of RabbitMQ https://github.com/kffl/bunny-rest-proxy July 30, 2022 at 11:54PM
Show HN: Automatdeck – simple lightweight IT automation tool for your deployment
Show HN: Automatdeck – simple lightweight IT automation tool for your deployment https://github.com/kheshav/automatdeck-agent July 30, 2022 at 10:55PM
Show HN: The Poetry Corner – A React Native app to read public domain poems
Show HN: The Poetry Corner – A React Native app to read public domain poems TLDR - scratched my own itch with an app, added a pro plan and got my first subscribers this week! Last December I started digging into poetry, it was a topic I always thought I liked, but just hadn’t explored very much. I soon discovered that a lot of the poetry sites online had pretty annoying designs, e.g. ads right at the end of the poem, (muting any emotional impact). I also wanted to be able to easily save a list of my favourites to come back to. I decided to build and release a react native app which addressed these needs/issues. It took about 4 weeks during the winter break to release an MVP to the App Store. The backend is using Firebase, which has been superb in allowing me to bootstrap the app quickly. I soon added a poem of the day feature, which forced me into curation (needing to find 365 poems for the year!). I’ve discovered so many amazing poems and poets as a result. One of the things I love about tech is that it can touch so many different domains and industries. Anyway, fast forward six months of continuous development, adding features and refining the design, lots of late nights. I finally had enough of a feature set to demarcate some out to a paid plan with a free trial. And the first users have actually started subscribing! I’ll soon be ramping up ads, currently just on the App Store Search, but soon with Google and Instagram. I’ll be seeing if I can spend x amount on ads to net a return in subscriptions. If so, I’ll be scaling it as fast as the budget will allow. For the instagram ads, I’ll be marketing the poetry app with a mindfulness twist. Some people have already talked about this connection online, and I’ve personally experienced a deeper bond with nature and awareness of my own feelings as a result of reading so many poems. So that’s where the app is now, and where I have in mind to take it. It’s been super fun working on it and any feedback is welcome! https://apps.apple.com/gb/app/the-poetry-corner/id1602552624 July 30, 2022 at 03:41PM
Show HN: Going Contactless with Electromyography Sensor
Show HN: Going Contactless with Electromyography Sensor https://github.com/Curovearth/Contactless-with-EMG July 30, 2022 at 03:35PM
Show HN: SSHScript – shell script-like Python script
Show HN: SSHScript – shell script-like Python script I have many Python scripts which run commands and deal with outputs on localhost and remote hosts. Between these scripts, there are many common routines. Eg. making ssh connections, execution and collecting data. Based on the subprocess and Paramiko, I created the SSHScript. With it, I could embed shell commands in Python scripts. This kind of script is converted to a regular Python script by SSHScript for execution . Working with SSHScript, I feel like writing shell scripts with Python and all Python packages. For backend engineers who want to automate tasks with Python scripts instead of shell script s , hope you enjoy the SSHScript. https://iapyeh.github.io/sshscript/ July 30, 2022 at 02:58PM
Show HN: BMList - A list of big pre-trained models (GPT-3, DALL-E2...)
Show HN: BMList - A list of big pre-trained models (GPT-3, DALL-E2...) https://github.com/OpenBMB/BMList July 30, 2022 at 02:34PM
Show HN: My first attempt to make a programming language
Show HN: My first attempt to make a programming language https://github.com/nbittich/adana July 30, 2022 at 01:23PM
Show HN: P2PCF – Low cost, low effort WebRTC signalling using Cloudflare workers
Show HN: P2PCF – Low cost, low effort WebRTC signalling using Cloudflare workers https://github.com/gfodor/p2pcf July 30, 2022 at 05:15AM
Show HN: Chunk – Code sandbox for back-end devs
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 guys think! https://chunk.run July 28, 2022 at 11:19PM
Show HN: TensorDock Core GPU Cloud – GPU servers from $0.29/hr
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://www.tensordock.com/product-core 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 can integrate directly your code with ours. And, there’s a community CLI you can use to manage your servers directly via command line We provide a feature set only large clouds supersede. We have storage-only billing when the VM is stopped (for only $0.073/GB/month) so that you aren't paying for compute when you don't need it. We also provide the ability to edit virtual machines after they’re created to downsize costs. If you provision a NVIDIA A6000 and find out you’re only using 50% of it, stop the VM, modify it to a NVIDIA A5000, and you’ll be billed the lower hourly rate without needing to recreate your server and migrate data over! Our infrastructure is built on 3x-replicated NVMe-based network storage, 10 Gbps networking, and 3 locations (New York, Chicago, Las Vegas) with more coming soon! - CPU-only servers from $0.027/hour - NVIDIA Quadro RTX 4000s from $0.29/hour - NVIDIA Tesla V100s from $0.52/hour - and 8 other GPU types that let you truly right-size workloads so that you’re never paying for more than you actually need We're starting off with $1 in free credits! Yes, we sound cheap… but $1 is all you need to get started with us! That’s more than 3 hours of compute time on our cheapest configuration! Use code HACKERNEWS_1 on the billing page to redeem this free credit :) TensorDock: https://www.tensordock.com/ Product page: https://www.tensordock.com/product-core API: https://documenter.getpostman.com/view/10732984/UVC3j7Kz Community CLI: https://github.com/caguiclajmg/tensordock-cli Deploy a GPU: https://console.tensordock.com/deploy I'm here to answer your questions, so post them below! Or, email me directly at jonathan@tensordock.com :) https://www.tensordock.com/product-core July 29, 2022 at 01:58AM
Show HN: Distributed SQLite on FoundationDB
Show HN: Distributed SQLite on FoundationDB https://github.com/losfair/mvsqlite July 29, 2022 at 01:19AM
Show HN: Equities.fyi – Startup valuations based on public company data
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://future.com/framework-valuation-navigating-down-marke... ) 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://equities.fyi/company/stripe July 28, 2022 at 10:57PM
Show HN: BestDamnJobs – Best damn jobs updated daily and sorted by new openings
Show HN: BestDamnJobs – Best damn jobs updated daily and sorted by new openings https://bestdamnjobs.com July 28, 2022 at 08:31PM
Show HN: Rimoto, control your computer with WebSockets
Show HN: Rimoto, control your computer with WebSockets Rimoto allows you to control your computer and show some stats from it like cpu & ram usage with the help of websockets. https://github.com/vivekascoder/rimoto July 28, 2022 at 08:31PM
Show HN: Share your screen to a projector/TV with only a web-browser
Show HN: Share your screen to a projector/TV with only a web-browser https://github.com/Evidlo/picklecast July 28, 2022 at 01:49AM
Show HN: Reach your localhost server from the internet with LocalXpose
Show HN: Reach your localhost server from the internet with LocalXpose Hi everyone, I'm Ahmed, founder of LocalXpose (ngrok alternative) - a reverse proxy that enables you to expose your localhost to the internet. This is my first SaaS. I created LocalXpose for (developers, DevOps engineers, sys admins or even gamers) to reach their localhost server behind a NAT or firewall with a secure and fast tunnel. Check it out here https://localxpose.io . Bye bye localhost, Hello World. Support me and give me your feedback, please!. https://localxpose.io July 28, 2022 at 01:28AM
Show HN: I made this webcomic with text-to-image AI
Show HN: I made this webcomic with text-to-image AI https://pov.so/ July 27, 2022 at 11:44PM
Show HN: Chord Genius – karaoke for guitar app
Show HN: Chord Genius – karaoke for guitar app Hey everyone! My team and I have just launched Chord Genius, an app that helps Guitar players learn songs faster and more fun by having chords and lyrics that move along. Use Spotify, YouTube, or Apple Music to stream music and have it automagically synced up with the chords and lyrics on the screen. Visit our launch page and support us on Product Hunt https://www.producthunt.com/posts/chord-genius , you'll find some promo codes there too. A feedback on the post would be much appreciated! Or else, just download the app right away: iOS: https://apps.apple.com/us/app/chord-genius/id1625337241 Android: https://play.google.com/store/apps/details?id=app.chordgeniu... https://chordgenius.app July 28, 2022 at 12:58AM
Show HN: Experienced founders reveal how they got their earliest traction
Show HN: Experienced founders reveal how they got their earliest traction https://tractionnewsletter.substack.com/p/coming-soon July 27, 2022 at 11:46PM
Show HN: Vi-pipe, edit and replay text changes in the middle of a shell pipeline
Show HN: Vi-pipe, edit and replay text changes in the middle of a shell pipeline https://github.com/sentriz/vi-pipe July 27, 2022 at 11:26PM
Show HN: Pulter – CSV, Spreadsheet import button for a web app, SaaS or system
Show HN: Pulter – CSV, Spreadsheet import button for a web app, SaaS or system https://www.pulter.co/ July 27, 2022 at 11:39AM
Show HN: Canvas, Browser, Note Taking, One app to rule them all
Show HN: Canvas, Browser, Note Taking, One app to rule them all Superus is a canvas app with browser and notes built in. You can put all your workpieces(ex: Notion, Figma, Airtable) together in a visual workspace. https://www.superusapp.com July 27, 2022 at 08:56AM
Show HN: I built a note taking tool that executes Python for indie hackers
Show HN: I built a note taking tool that executes Python for indie hackers https://satta.dev/index July 27, 2022 at 05:42AM
Show HN: The Ultimate C++14 (and later) Enum Library
Show HN: The Ultimate C++14 (and later) Enum Library https://github.com/mehrdadn/libvital/blob/master/doc/cpp/vital/core/enum.md July 26, 2022 at 03:54PM
Show HN: Looria – A product (re)search engine
Show HN: Looria – A product (re)search engine About 1.5 years ago, I introduced my review aggregator BuyForLife on Hacker News, where it became the #8 most upvoted Show HN project of all time[1]. The idea of helping people to make better purchasing decisions continued to chase me over the last year. Here are some stats that illustrate how important online reviews are: • 90% check online reviews as part of their online buying journey • 43% visit 5-10 websites to research a product • 75% spend more than a day doing research before buying a product The top frustrations with the current process are: • Google full of SEO spam and Ads • Fake reviews • Fragmented trusted sources • Inconsistent information across sources Thanks to the recent advances in NLP (transformers, GPT-3, etc.) it became possible to solve these problems at scale, so I decided to team up with my co-founders Johnny and Tavis to build https://Looria.com . We aggregate and summarize the most trusted product reviews on the web like Reddit, Youtube, or Consumer Reports. Just like Rotten Tomatoes provides trustworthy ratings for movies, Looria offers ratings and reviews for all kinds of products. Our vision is to make Looria the go-to platform for making purchase decisions. Looria is still in beta and our data is far from perfect. We're working hard on improving the data quality, adding better filters, and scaling to many more categories. [1] https://bestofshowhn.com https://looria.com July 26, 2022 at 11:22PM
Show HN: TypeScript query builder with full type inference
Show HN: TypeScript query builder with full type inference Hey HN! Colin here - a TypeScripter, open sourcer, and engineer at EdgeDB. As the creator of Zod and tRPC, I'm interested in designing tools/APIs that use type inference and generics to make life easier for devs. This query builder represents another step in that direction. We set out to build an EdgeQL query builder that can express queries of arbitrary complexity (EdgeQL has feature parity with SQL, roughly) and infer the static type of the query result. We introspect the database and generate a schema-aware client that represent any query, including ones that use built-in functions, operators, string/array/tuple indexing, aggregations, conditionals, type casting, subqueries, computed properties, etc—things most ORMs can’t represent. This post mostly discusses the API design, which I think will be interesting regardless of familiarity with EdgeQL. I’d love to see some of these ideas bleed into future generations of TypeScript ORMs/query builders too. Best way to try it is to clone the sandbox repo and follow the instructions in the README[0]. Or jump into the docs[1]. [0] https://github.com/edgedb/mcu-sandbox [1] https://www.edgedb.com/docs/clients/js/querybuilder https://www.edgedb.com/blog/designing-the-ultimate-typescript-query-builder July 26, 2022 at 04:24PM
Show HN: We made a way to earn subscriptions by having your computer turned on
Show HN: We made a way to earn subscriptions by having your computer turned on With the recent explosion of streaming services, paying for the variety of monthly subscriptions is becoming a costly burden. Because of this, we made a desktop app that passively earns users money towards digital subscriptions based on how much data they serve on our peer-to-peer video content delivery network. We created this because we realized large corporations are taking user data to run targeted ads without compensating them. With our project, we hope that users will be able to pay for internet content using their extra computer processing power instead of their personal data. Note that this is a pre-alpha version of our product but please check it out and let us know what you think! Also note, that in future versions we will provide a power user feature with more data on the amount of CPU and bandwidth our application is using in order to provide even more transparency and control to the user. https://www.apiara.net July 26, 2022 at 09:00AM
Show HN: Visual interactive explanations of VLOOKUP use-cases
Show HN: Visual interactive explanations of VLOOKUP use-cases https://vlookup.com July 26, 2022 at 03:22AM
Show HN: Open-Source Notion UI, Lotion
Show HN: Open-Source Notion UI, Lotion My friend and I love the Notion UI, so we open-source a version we have been building. - Block-based editor - Drag to reorder blocks - Basic Markdown-parsing including bold, italic, headings and divider - Type '/' for command menu and shortcuts Tiny fun detail: When you move between blocks with your arrow keys, your cursor will remain at roughly the same horizontal position (vs jumping to the start or end of a block). Lotion is quite limited for now, and we would love any contributions (e.g. image blocks, video blocks, code blocks, etc.) https://github.com/Dashibase/lotion July 26, 2022 at 06:53AM
Show HN: PickCode – An educational coding environment for students after Scratch
Show HN: PickCode – An educational coding environment for students after Scratch PickCode is designed for use on desktop and tablet, and supports creating chatbots, visual designs, and 2D games. There is plenty of functionality missing - you can't add media to games for instance, but the current version shows off the foundation of what I'm aiming at. I taught myself to code using MIT's App Inventor, so I have an enormous respect for block based languages like App Inventor, Scratch, Snap!, MakeCode, etc. PickCode is my attempt at adding options for students who want to learn more about programming without making the jump to text, or as an alternative to block coding for beginners coming to programming at an older age. The visual language is meant to lower the barrier to entry to coding but the far more important aspect for me is giving students the ability to make things they're proud of as quickly as possible. A JS/Python API for controlling the chatbot and game engine are in the works. As of now, there are sample programs to play with and an editor which saves your programs to local storage. Full user accounts, tutorials and administrator accounts for teachers to organize assignments are on their way soon. If you're interested in using PickCode in a classroom or want to discuss feedback, send me an email at charlie@pickcode.io https://www.pickcode.io/ July 26, 2022 at 01:46AM
Show HN: Pipes puzzle (a.k.a. Net) on a hexagonal grid
Show HN: Pipes puzzle (a.k.a. Net) on a hexagonal grid Hello, HN - I wanted to share this puzzle game I made during my vacation. I'm rather fond of the pipes puzzle where your goal is to restore a scrambled network of connections by rotating tiles. It's usually played on a grid of squares and this all started when I decided to make a programmatic solver for that kind of puzzle. Then I realized that with some minor changes the solver could generate new puzzle instances. I thought about what kind of puzzle to make and someone suggested a hexagonal grid. Adapting the generator wasn't too hard but then I had to create a way to play this variant. So I did just that =). I find hexagonal pipes a bit more difficult than the square variant because there's a larger variety of possible tile shapes. For an extra challenge I implemented wrap mode where the board can connect to itself (right to left and top to bottom), so there are no convenient outer walls to start from. The site is made with Svelte Kit, its code is available on github at < https://github.com/gereleth/hexapipes >. Hope you enjoy playing =). https://hexapipes.vercel.app/hexagonal/5/1 July 25, 2022 at 12:20AM
Show HN: I built an email marketing tool made for indie hackers and solopreneurs
Show HN: I built an email marketing tool made for indie hackers and solopreneurs https://www.useplunk.com July 26, 2022 at 12:28AM
Show HN: Search PDFs with Transformers and Python Notebook
Show HN: Search PDFs with Transformers and Python Notebook https://colab.research.google.com/github/jina-ai/workshops/blob/main/pdf_search/pdf_search.ipynb July 25, 2022 at 07:41PM
Show HN: Shelver, document store using cloud storage providers
Show HN: Shelver, document store using cloud storage providers https://github.com/nthh/shelver July 24, 2022 at 10:39PM
Show HN: HTML Forms Data into Spreadsheet
Show HN: HTML Forms Data into Spreadsheet https://formwithsheet.com/ July 24, 2022 at 08:46PM
Show HN: Find compelling and comprehensible media for learning a language
Show HN: Find compelling and comprehensible media for learning a language https://languageroadmap.com/ July 24, 2022 at 07:13PM
Show HN: SkillPress – Learn JavaScript via spaced repetition and active recall
Show HN: SkillPress – Learn JavaScript via spaced repetition and active recall When I was getting into web development I used a combination of Anki and git to help me quickly learn and retain skills. Figuring there might be demand for a product that uses the same strategy (without the requirement that you already know Anki and git), I created SkillPress. No account is needed to start learning. I would greatly appreciate any feedback or suggestions. https://app.skillpress.io/study/19/course/23 July 24, 2022 at 07:48PM
Show HN: Kvass, a personal key-value store
Show HN: Kvass, a personal key-value store https://github.com/maxmunzel/kvass July 24, 2022 at 04:35PM
Show HN: Complete trace of the link of a distributed transaction
Show HN: Complete trace of the link of a distributed transaction https://cectc.github.io/dbpack-doc/#/en-us/sql_tracing July 24, 2022 at 08:40AM
Show HN: Interactive meeting demo with WebRTC and WebSockets
Show HN: Interactive meeting demo with WebRTC and WebSockets Just a little no sign-up demo I threw together of my product. WebRTC is just incredibly powerful. https://meetpontoon.com/demo July 23, 2022 at 09:02PM
Show HN: Vssshield, a Rust project to mitigate Windows ransomware
Show HN: Vssshield, a Rust project to mitigate Windows ransomware https://github.com/technion/vssshield July 23, 2022 at 03:43PM
Show HN: Cryptosaving a tool crypto DCA calculator
Show HN: Cryptosaving a tool crypto DCA calculator I've built a tool to help the DCA calculator crypto. It supports the top 100 coins. https://cryptosaving.app July 23, 2022 at 08:47AM
Show HN: A better way of version controlling IAC
Show HN: A better way of version controlling IAC I believe I've reached a point in my career, and used Terraform enough, that I can confidently say that the semver system for managing IAC code bases simply doesn't cut it anymore. I'd love more widespread feedback on how I currently propose we version control our IAC. If the feedback is constructive and forthcoming, I'll move this written piece to a more formal location. This is currently being tested, with extremely positive results, at Cisco (yeah, the networking company.) https://gist.github.com/mrcrilly/9a935e4fb9b85b75fe643b3ffecd1e88 July 23, 2022 at 05:08AM
Show HN: Timezone Sync Widget
Show HN: Timezone Sync Widget I've built a widget to help remote teams stay in sync across time zones. It's easy to use, customizable, and you can embed it on your Notion page. Let me know what do you think :) https://nocodeblocks.xyz/ July 22, 2022 at 02:38PM
Show HN: Terrabook – Replit for Infrastructure
Show HN: Terrabook – Replit for Infrastructure https://terrabook.io/ July 22, 2022 at 05:52PM
Show HN: Next.js, Prisma, Docker Boilerplate that you can reuse
Show HN: Next.js, Prisma, Docker Boilerplate that you can reuse https://github.com/nemanjam/nextjs-prisma-boilerplate July 22, 2022 at 03:32PM
Show HN: Scribe, a Go library for writing, running, and generating CI pipelines
Show HN: Scribe, a Go library for writing, running, and generating CI pipelines Hi there. This is a passion project of mine I started after spending many painful hours working on CI pipelines. The general idea is that I wanted to stop making flimsy scripts in build & release pipelines and start writing software. I'm happy to answer any questions. Please let me know what you think of the idea and if there's anything you'd like to see. https://github.com/grafana/scribe July 22, 2022 at 03:28AM
Show HN: Project Euler Offline
Show HN: Project Euler Offline https://github.com/pveierland/project_euler_offline July 22, 2022 at 01:54AM
Show HN: Open current Pull Request in browser with a single command
Show HN: Open current Pull Request in browser with a single command I wanted to save a few clicks every day, so I spent way too much time to create this simple tool. Learned a bit of Go along the way. "pro" is a single command for opening Pull Request for current branch. Works with GitHub and Gitlab, on Windows, Linux and macOS. https://github.com/Wowu/pro July 22, 2022 at 12:46AM
Show HN: I made a website that helps you turn your life into a game and a story
Show HN: I made a website that helps you turn your life into a game and a story https://www.gamestory.me/ July 21, 2022 at 06:19PM
Show HN: New Restaurants Discovery Notifier
Show HN: New Restaurants Discovery Notifier https://try-something-new.web.app July 21, 2022 at 05:22PM
Show HN: Qboard, a drawing app with Vim-style keybindings
Show HN: Qboard, a drawing app with Vim-style keybindings I was frustrated with drawing apps where the eraser was E and the pen was P. Often, when I'm drawing, I want to quickly erase and then switch back to the pen. As one of my hands is on my mouse or tablet, I have to use my other hand to reach across the keyboard. I wanted a drawing app with customizable keybindings, so I made qboard a while back and have used it since. I talk more about the design principles on the Github repo: < https://github.com/cjquines/qboard/#design-principles >. https://cjquines.com/qboard/ July 20, 2022 at 01:44PM
Show HN: Active learning as a service for easy data selection
Show HN: Active learning as a service for easy data selection We are thinking about building a framework that can be used for unlabeled data selection (using active learning) to reduce human labeling budgets. And hope it can be easily used as a service, currently we are adding more SOTA active learning algorithms and there is a demo for you to play with! https://github.com/MLSysOps/alaas July 21, 2022 at 03:33PM
Show HN: A better way of version controlling IAC
Show HN: A better way of version controlling IAC I believe I've reached a point in my career, and used Terraform enough, that I can confidently say that the semver system for managing IAC code bases simply doesn't cut it anymore. I'd love more widespread feedback on how I currently propose we version control our IAC. If the feedback is constructive and forthcoming, I'll move this written piece to a more formal location. This is currently being tested, with extremely positive results, at Cisco (yeah, the networking company.) https://gist.github.com/mrcrilly/9a935e4fb9b85b75fe643b3ffecd1e88 July 21, 2022 at 07:41AM
Show HN: I built an all-in-one virtual production platform for indies
Show HN: I built an all-in-one virtual production platform for indies After being frustrated with the budget and learning curve requirements of the big names in the Virtual Production field, I decided to create my own all-in-one platform designed with beginners and less-technical folk in mind. It takes complicated tasks in other engines (tracking, compositing, floor plans, etc.) and makes them two-click solutions. And, with the free companion mobile app, you can track cameras, scan your sets, and (coming soon) do full body motion capture! There's a ton more features that I'm super proud of, and I'm open to any and all feedback! Thanks! Https://SceneForge.app July 21, 2022 at 03:43AM
Show HN: I made a game to guess the country from a collection of photos
Show HN: I made a game to guess the country from a collection of photos https://guesswhere.world July 20, 2022 at 04:35PM
Show HN: I built an app that helps JavaScript developers optimize their websites
Show HN: I built an app that helps JavaScript developers optimize their websites Hi there, The app basically offers a handy user interface on top of Google's PageSpeed Insights API. It allows you to analyze URLs in bulk and save the reports for later references. Also, you can regenerate the saved reports for fresh results. I called this functionality "Automatic Checklists." The app offers "Manual Checklists", too. Those are exhaustive checklists with items in the form of "tasks". The idea is for those tasks to model real-life JIRA tickets, which will be very useful for interns and junior developers. As a start, there are two manual checklists, "Front-End Checklist" and "NextJs SEO Checklist." Any feedback is very welcome :) PS. I'm a JS full-stack developer and blogger from Bulgaria, so I'm not a native English writer. https://buhalbu.com July 20, 2022 at 03:11PM
Show HN: Sunmao – A framework for developing low-code tools
Show HN: Sunmao – A framework for developing low-code tools https://sunmao-ui.com/ July 20, 2022 at 04:15PM
Show HN: GitHub City – generate a 3D city with your GitHub contributions
Show HN: GitHub City – generate a 3D city with your GitHub contributions https://honzaap.github.io/GithubCity/ July 20, 2022 at 03:52PM
Show HN: A (very) simple web server in Bash
Show HN: A (very) simple web server in Bash https://github.com/EddySchauHai/bashttp July 20, 2022 at 07:37AM
Show HN: rqlite, the distributed database built on SQLite – now with ARM support
Show HN: rqlite, the distributed database built on SQLite – now with ARM support https://www.philipotoole.com/rqlite-7-6-0-released/ July 20, 2022 at 06:56AM
Show HN: Open-source code editor for transforming data and building ML pipelines
Show HN: Open-source code editor for transforming data and building ML pipelines https://github.com/mage-ai/mage-ai July 20, 2022 at 04:46AM
Show HN: I built a handheld CHIP-8 game console to teach myself embedded systems
Show HN: I built a handheld CHIP-8 game console to teach myself embedded systems A while back I wrote a CHIP-8 emulator (which is considered the Hello, World! of emulators and is more accurately a virtual machine since historically CHIP-8 was an interpreted language running on top of the COSMAC VIP to make game programming easier). But a few months ago I got really interested in embedded software, so decided it would be neat to port my emulator to a STM32 MCU and design a console around it as a learning experience, since CHIP-8 never existed as a physical system. I didn't know much about embedded software when I began, and even less about electronics, but I managed to write all the firmware from scratch and even designed my first PCB, resulting in a finished (though not very polished) handheld CHIP-8 console. For those curious, the GitHub repo also has links to my dev blog about the project as well as a build guide. Thanks for looking! https://github.com/kurtjd/CHIPnGo July 20, 2022 at 03:12AM
Show HN: Convert Between Vector Formats
Show HN: Convert Between Vector Formats https://vector.express July 19, 2022 at 02:54AM
Show HN: A simple async, thread-safe Java library to perform rDNS lookups
Show HN: A simple async, thread-safe Java library to perform rDNS lookups https://github.com/ipregistry/ipregistry-rdns July 19, 2022 at 02:49AM
Show HN: A simple Twitter-feed-style web RSS reader provided as a container
Show HN: A simple Twitter-feed-style web RSS reader provided as a container https://github.com/ssddanbrown/rss July 19, 2022 at 02:02AM
Show HN: SVG stroke-dashoffset interactive examples
Show HN: SVG stroke-dashoffset interactive examples SVG stroke-dashoffsets have always confused me. I couldn't never figure out which way the line was going to move as I increased or decreased them. So I made some interactive examples to help. https://www.joshdance.com/100/day44/ July 19, 2022 at 12:31AM
Show HN: Puke Planner, organize tasks based on how much they make u want to puke
Show HN: Puke Planner, organize tasks based on how much they make u want to puke https://twitter.com/lisperati/status/1549112958348890116 July 19, 2022 at 01:25AM
Show HN: Micro-Services on Micro-Controllers
Show HN: Micro-Services on Micro-Controllers https://github.com/toitlang/toit/discussions/869 July 19, 2022 at 01:18AM
Show HN: Trending AI Research Papers
Show HN: Trending AI Research Papers https://ai.papers.bar July 18, 2022 at 03:58PM
Show HN: PubKey – Communicate Privately in Anonymous Public Spaces
Show HN: PubKey – Communicate Privately in Anonymous Public Spaces A little while back I remember seeing a user on a certain anonymous imageboard asking for an invite to a selective email host. Only after a few minutes did the guy realize the perplexity of the situation. How do you insure against a race condition in a public forum with no way to direct message? Luckily, he nabbed the invite code, but it got me thinking about using PGP to provide a solution. This is meant to be a rough PoC and the UX is definitely not ready for the average Joe, but the functionality I'd like to think is there. What catbox.moe is to dropbox is what I'd like this to eventually be to keybase. Btw, "this page uses NO SERVER" just means it's static. I'm not trying to fool anyone lol. Edit: Source Code: https://codeberg.org/popcalc/pubKey https://www.pubkey.pm July 18, 2022 at 02:53PM
Show HN: If VS Code had a data-centric IDE sibling, what would that look like?
Show HN: If VS Code had a data-centric IDE sibling, what would that look like? https://github.com/code-kern-ai/refinery July 18, 2022 at 02:39PM
Show HN: A just another Cron alternative but with much more capabilities
Show HN: A just another Cron alternative but with much more capabilities I have created a Cron alternative that runs DAGs (Directed acyclic graph) defined in a simple YAML format. Why not Airflow? Airflow and other similar tools are powerful and valuable, but in most cases, they require writing code to manage workflows. Our ETL pipeline is already hundreds of thousands of lines of complex code in Perl and shell scripts. Adding another layer of Python on top of this might make it difficult to maintain. Instead, we needed a more lightweight solution. So we developed Dagu, which requires no coding, and is easy-to-use and self-contained, making it ideal for smaller projects with fewer people. Any feedback or comments will be very welcomed. Thank you :) https://github.com/yohamta/dagu July 18, 2022 at 08:16AM
Show HN: Typograms, Markdown-like renderer for ASCII diagrams
Show HN: Typograms, Markdown-like renderer for ASCII diagrams https://code.sgo.to/typograms/ July 18, 2022 at 06:35AM
Show HN: Netflix Calculator
Show HN: Netflix Calculator https://www.netflixcalculator.com/ July 17, 2022 at 09:39PM
Show HN: Uber for Coding — Build product with bounties
Show HN: Uber for Coding — Build product with bounties https://algora.io July 17, 2022 at 11:12PM
Show HN: MechKeebs – Online community to discover your next mechanical keyboard
Show HN: MechKeebs – Online community to discover your next mechanical keyboard https://mechkeebs.com/ July 17, 2022 at 04:50PM
Show HN: IOK – an open ruleset and DSL for detecting phishing kits
Show HN: IOK – an open ruleset and DSL for detecting phishing kits https://phish.report/IOK July 17, 2022 at 03:51PM
Show HN: I built a walkthrough of Redis's source code
Show HN: I built a walkthrough of Redis's source code https://app.codecrafters.io/walkthroughs/redis-bind-port July 17, 2022 at 08:42AM
Show HN: dpScreenOCR – a program to recognize text on the screen
Show HN: dpScreenOCR – a program to recognize text on the screen In a nutshell, dpScreenOCR can recognize text from the selected screen area, and then can copy it to the clipboard, add it to history, or pass it as an argument to an executable. https://danpla.github.io/dpscreenocr/ July 17, 2022 at 06:35AM
Show HN: A compiler and VM for a simple language, in 150 lines of code
Show HN: A compiler and VM for a simple language, in 150 lines of code https://gist.github.com/p4bl0-/9f4e950e6c06fbba7e168097d89b0e46 July 17, 2022 at 02:21AM
Show HN: Ex Platform for SWEs
Show HN: Ex Platform for SWEs Hey guys, just sharing this project that I've been working on. Let me know what you think. This idea came primarily from my own experience in the software industry. After a while, I was feeling discouraged by my job, mostly because I felt expendable (like a code monkey), burned out, and had unchallenging work. It felt like the employers I was working for didn’t have an idea of what was going on or how their employees were feeling. They would talk a lot about the technical challenges, but never did we talk about any mental/emotional challenges. So I started thinking about what could be done to mitigate this problem and came up with this solution. An employee experience platform that tracks multiple psychological dimensions (specifically customized to track problems that can be faced in a software engineering environment) and gives the managers some insights into their teams/employees. I'm still currently working on the MVP but would love to hear what you guys think about the idea and landing page. The MVP should be out in 2-3 weeks from now. https://smartteams.ca/ July 17, 2022 at 01:24AM
Show HN: A searchable archive of Wikipedia's “Current Events” portal
Show HN: A searchable archive of Wikipedia's “Current Events” portal https://pastevents.org/ July 16, 2022 at 05:56PM
Show HN: WatchThemLive – Legally Watch Your Users' Activities on Your Website
Show HN: WatchThemLive – Legally Watch Your Users' Activities on Your Website https://watchthem.live/ July 16, 2022 at 02:03PM
Show HN: Owlkettle – A Declarative user interface framework based on GTK 4
Show HN: Owlkettle – A Declarative user interface framework based on GTK 4 https://github.com/can-lehmann/owlkettle July 16, 2022 at 02:56AM
Show HN: Hacker News Mods - A collection of tools/mods for HN
Show HN: Hacker News Mods - A collection of tools/mods for HN Hey HN! I built Hacker News Mods as a place to collect any tools or sites related to HN. We just started building one mod/tool for HN per week, and I thought it’d be a good idea to showcase all of the tools we’ve created, as well as tools that others have created as well. The site is pretty scrappy, so any feedback is appreciated! Also, please submit any projects that we don’t already have listed! Thanks, Jarren https://www.hackernewsmods.com/ July 16, 2022 at 02:09AM
Show HN: Eesel – Federated search without API integrations
Show HN: Eesel – Federated search without API integrations Hey there! Amogh here from eesel ( https://eesel.app ). eesel filters your browser history to show the docs you need for work, right in your new tab. You can see recent docs, filter by app or search by title or content. We're trying to solve a pretty universal problem. Everyone's work is spread across apps - there's a project brief in Google Docs, issues in Jira, a mockup in Figma, PRs in GitHub - and with this kind of sprawl, it can be a game of trial and error to find the links we need to do our job. Trying keywords in the address bar only works if we remember the title and it's specific enough, search in apps can be slow and noisy, company "knowledge hubs" in Confluence or Google Drive are usually not up to date, and we ultimately just ping each other on Slack to find things. I was struggling with this acutely as a PM at Intercom, and it felt ridiculous that I could search the web faster than my company's docs. It was around this time that I also discovered an Effective Altruism blog post on Operations ( https://80000hours.org/articles/operations-management/ ) and how "maximising the productivity of others in the organisation" can have this multiplier effect for your own impact. That's when it clicked - here's an "operations" problem that felt tractable for my skills and I could potentially multiply my impact by solving it. This is what gave the conviction to prototype something on the weekends, and things spun off from there. Let's talk about the solution more. The magical thing about eesel is that we don't use APIs. When it comes to "search across apps", integrating with different APIs is a pretty default way to approach things. That's how we started, but things felt uneasy - could we really build API integrations with _everything_? There's so much out there, and this list is pretty much always changing. If we really did want a search across all work apps, we'd have to play catch up with old and new APIs. You could argue that these were just the schleps ( http://www.paulgraham.com/schlep.html ) we had to overcome, but it was amidst this we realised that uh, the browser exists. We mostly work in the browser, and the great thing about it is that it's built on web standards. From HTTP and URLs to HTML and CSS, all apps in the browser follow the same predictable patterns: documents are accessed via URLs, content lives inside the HTML, there's a page title, there's a favicon, and so on. It's not a perfect replacement for APIs, but it felt good enough. We didn't need to manually integrate with each app, and could instead rely on existing web standards. And that's what we did. eesel works with any app in the browser, including apps without APIs (like that internal company tool), or apps that don't exist yet (the new Product Hunt hit). Not using APIs also meant that we could go an extra step with privacy - eesel works fully locally by default and you don't need to login to _anything_ (even eesel!). Simply install and it works. We want to keep building on this approach and improve how we work in the browser. For instance, eesel uses keywords to automatically organise pages into Folders, and there's Commands to take actions (spoiler: you can customise a JavaScript to inject on a page, like this script that goes to a Notion backlog and clicks the "New" button - https://eesel.notion.site/Notion-New-page-f10c7398209544088a... ). Alright, that's a lot of writing from us. We have a bunch of ideas, and would love to hear about where you think we should take this next. https://www.eesel.app/ July 15, 2022 at 05:44PM
Show HN: Mapedia.org – A Crowdsourced Learning Map
Show HN: Mapedia.org – A Crowdsourced Learning Map Hi HN! We're happy to announce the launch of Mapedia.org, an open source crowdsourced learning map! Mapedia is a new kind of learning platform at the crossroad between Wikipedia, Google Maps and Khan Academy: a learning map built collaboratively to support online learners to learn any topic seamlessly. We built an interactive learning map of topics to be able to visualize the different fields of knowledge, what concepts are included in them and how they relate to each other. This allows for curiosity based exploration, identifying knowledge gaps (unknown unknowns) and figuring out what to learn next (and in which order). For each topic you can then find community and expert curated resources, learning advices and smart recommendations in order to learn as efficiently as possible. We want people to spend time learning rather than figuring out how to learn, and in particular to empower self-directed learners. The idea came out of the frustration and inefficiency of learning online, and I've been working on it for 2 years now. The vision in itself for it is not so new, Mapedia is rather a different take on it that particularly believes in the potential of crowdsourcing and online communities. Our roadmap includes implementing learning groups based on shared goals rather than shared course/learning material, customizable "constructive" feeds of learning materials and adaptive learning paths. The topic map is obviously far from complete and we are still in the early product iterations, but you can checkout a few examples here: https://mapedia.org/explore -> The explore map from the top level topics https://mapedia.org/explore?selectedTopicId=AvgsEAdEM&mapTyp... -> the map focused on functional programming, showing how concepts relate to each other https://mapedia.org/topics/functional_programming_(programmi... -> the page for the functional programming topic, with curated resources https://mapedia.org/learning_paths/learning_how_to_code_only... -> an example of a learning path (this feature is in a very alpha version) Let us know what you think! We're very open to feedback and suggestions https://mapedia.org/ July 15, 2022 at 11:57PM
Show HN: Robin: A terminal-friendly, dead-simple file server. Written in Go
Show HN: Robin: A terminal-friendly, dead-simple file server. Written in Go https://hg.sr.ht/~tsukii/robin July 15, 2022 at 06:43AM
Show HN: Twitter bot analyzes chess diagrams from tweets
Show HN: Twitter bot analyzes chess diagrams from tweets https://twitter.com/ChessvisionAI July 14, 2022 at 06:17PM
Show HN: Atorable-Loader – Build a website that serves itself
Show HN: Atorable-Loader – Build a website that serves itself https://github.com/Atorable/atorable-loader July 14, 2022 at 04:52PM
Show HN: Free: NextJs Firebase Starter Kit
Show HN: Free: NextJs Firebase Starter Kit https://0xgautam.gumroad.com/l/next-firebase-starter-kit July 14, 2022 at 04:04PM
Show HN: Near-Real-Time Voice Chat Moderation that my startup made
Show HN: Near-Real-Time Voice Chat Moderation that my startup made https://www.preamble.com/products#voice-chat-moderation July 14, 2022 at 09:02AM
Show HN: Blender Python 3D simulator for computer vision and inverse render AI
Show HN: Blender Python 3D simulator for computer vision and inverse render AI https://github.com/3cology/3d_inverse_renderer July 14, 2022 at 08:47AM
Show HN: How to get access to coredumps from GitHub Actions runs
Show HN: How to get access to coredumps from GitHub Actions runs https://github.com/itamarst/gha-upload-cores July 14, 2022 at 03:21AM
Show HN: Face IO – Facial Authentication for the Web
Show HN: Face IO – Facial Authentication for the Web https://faceio.net July 13, 2022 at 02:01PM
Show HN: Blank – A keyboard-first Markdown Editor made for writing
Show HN: Blank – A keyboard-first Markdown Editor made for writing https://github.com/FPurchess/blank July 13, 2022 at 02:06PM
Show HN: Image Compression and Resizing Tool
Show HN: Image Compression and Resizing Tool When I'm working on my niche sites, I often have the problem that I need to resize my images and compress them so I get the best performance. For my use-case I needed 2 different tools + renaming them manually to get the image I want to upload onto my niche site. I'm a programmer and hate tedious and repeating work, so I decided to make a tool for my workflow: https://www.canvar.io Right now the functionality is very basic: You can upload an image, select an output format, resize and rename it. When you click on "Compress & Download", the image gets compressed and - surprise - downloaded to your computer. Now I would love your feedback on the tool. What can I make better? What did I do good, what sucks? July 13, 2022 at 12:26PM
Show HN: WordDumb, a calibre plugin that helps you read books
Show HN: WordDumb, a calibre plugin that helps you read books This plugin creates Word Wise and X-Ray sqlite files for Kindle format books, it also adds these data as tags and footnotes to EPUB books. If an e-reader device is connected, it'll send the book and created files to the device. It uses spaCy to find named entities as X-Ray, 22 languages are supported. X-Ray descriptions come from Wikipedia, locator map, Democracy Index and country/city inception data are queried from Wikidata. Wiktionary files downloaded from https://kaikki.org are used for EPUB Word Wise. https://github.com/xxyzz/WordDumb July 13, 2022 at 08:17AM
Show HN: Restore titles for removed or private videos in YouTube playlists
Show HN: Restore titles for removed or private videos in YouTube playlists https://greasyfork.org/en/scripts/430202-filmot-title-restorer July 13, 2022 at 10:56AM
Show HN: Sun Clock: a 24hr clock that shows the position of the sun
Show HN: Sun Clock: a 24hr clock that shows the position of the sun https://sunclock.net July 13, 2022 at 06:50AM
Show HN: GitHub as Code – Enable self-service by managing GitHub with Terraform
Show HN: GitHub as Code – Enable self-service by managing GitHub with Terraform https://mineiros.io/github-as-code July 12, 2022 at 04:14PM
Show HN: Kreya, a Postman Alternative
Show HN: Kreya, a Postman Alternative Hi HN! For over a year we've been working on Kreya. At first, it only supported gRPC, because the alternative tools (eg. BloomRPC) were very limited in their functionality. Since then, we have added many features, trying hard to keep the UI clean while still supporting advanced use cases. Yesterday, we released Kreya v1.8, which added support for REST! In our opinion, Kreya is a good alternative to the existing tools out there. Sure, it may not support all the features that Postman has. But we think that Kreya has some innovative approaches (eg. authentication or API importers) that users may find interesting. https://kreya.app/ July 12, 2022 at 12:35PM
Show HN: I made a simple addictive web game
Show HN: I made a simple addictive web game https://nassimsoftware.itch.io/frolerrun July 12, 2022 at 05:10AM
Show HN: Run transformers model inference in C/C++ and even assembly
Show HN: Run transformers model inference in C/C++ and even assembly https://colab.research.google.com/github/neuml/txtai/blob/master/examples/36_Run_txtai_in_native_code.ipynb July 12, 2022 at 03:14AM
Show HN: Namecheap AI business name generator
Show HN: Namecheap AI business name generator https://www.namecheap.com/visual/business-name-generator/ July 12, 2022 at 01:15AM
Show HN: Simple Python struct format-string explainer
Show HN: Simple Python struct format-string explainer Hi everyone! As a side project I made a tiny static website that helps explain format strings used with Python's `struct` module. Type/paste in a format string and you get a quick explanation of the structure instead of having to look through the docs. It's open source, happy to hear any suggestions how to make it more useful. https://pythonstruct.com/ July 12, 2022 at 12:00AM
Show HN: Share Beautiful Screenshots
Show HN: Share Beautiful Screenshots https://purple-photo.web.app/ July 11, 2022 at 04:50PM
Show HN: Lldap, a Simplified LDAP Server
Show HN: Lldap, a Simplified LDAP Server Hi everyone! For the past year I've been working on a simple LDAP server for user management, targeted at self-hosted servers. The idea is that OpenLDAP is a pain to install, configure and manage, and on top of that you need a frontend if you want a web UI. LDAP instead provides a minimalistic LDAP server that supports the subset of LDAP needed for user management and authentication, with almost no configuration required, and a nice UI/API in front of it. We just released version 0.4 (and 0.3 actually) and it should now be stable enough to use it yourself! We've had some people using it for tests as well. https://github.com/nitnelave/lldap July 11, 2022 at 02:59PM
Show HN: Colorvote.io – ranking all 16,777,216 sRGB web colors by popularity
Show HN: Colorvote.io – ranking all 16,777,216 sRGB web colors by popularity https://www.colorvote.io July 11, 2022 at 02:35PM
Show HN: CANDL, a Replacement for YAML
Show HN: CANDL, a Replacement for YAML https://gist.github.com/djhaskin987/5edf611bc42df0d30c86e48c287e923e July 11, 2022 at 12:02PM
whmcs sh17
WHMCS has the infrastructure you need to start your domain reseller business. It includes a ticketing system, FAQs, administrator interface, and end user control panel. There’s also an automated billing procedure. Take a look at the big list of WHMCS features.
hostripples, verpex, verizon, jaguarpc, domainrace, domainbox, hostkoala, domainnameapi, logicboxes, myorderbox, secureserver, scalahosting, indiamart, justdial, chemicloud
Now you have WHMCS, all you need is a EuroDNS domain account and access to the domain reseller API. You can get access if you email our sales team. Give them the login name of your EuroDNS account and say you’d like to use the API.
reseller cheap sh17
Find unlimited reseller hosting options with unlimited domains or unlimited cPanel accounts or unlimited usage of resources. These hosting options are more cost-effective and cheap in the long run. Check out HostingSeekers to find cheap reseller hosting options.
asuahosting, resellerspanel, resellercluster, resello, resell.biz, zoomregistrar, hostbillo, knownhost, godaddy-reseller, hapihhost, xinix, globehost, globat, omnis
Reseller hosting needs low investment and offers high return if done right. Yes, reseller hosting is a good option if you’d like to earn profits by renting out hard disk space and bandwidth.
Can vps server used for my site sh14
Yes, particularly when you require flexibility and power.
kinsta, wp-engine, pagely, verio, interserver, fiberhub, egi-hosting, hostwinds, everdata, time4vps, hostbyte, webhostpython, skynethosting, misterhost
VPS solutions offer dedicated resources. It implies that sharing your CPU power, disk space, or RAM is not required. There is an allocated amount for you that you control entirely as per your discretion.
You also get full root access with this hosting server, meaning you can go for installation of your own operating system if it is present on the list, configure your preferred server settings, and execute resource-filled projects while tracking every resource on real-time basis.
daddy hosting sh13
GoDaddy offers more than just a platform to build your website, we offer everything you need to create an effective, memorable online presence. Already have a site? We offer hosting plans that will keep it fast, secure and online. Our professional email helps you build a professional image, while our online marketing tools empower entrepreneurs to get online with an SEO-friendly website. GoDaddy is an all-in-one solution provider to get your idea online, backed with expert, personalized support from GoDaddy Guides.
seekahost, serverbasket, hostmysite, 000webhost, ionos, accuwebhosting, greengeeks, dreamhost, vultr, digital-ocean, linode, ibm, oracle, alibabacloud, tencent, aruba.it
hosting logos sh12
I designed this logo for the Northern Nut Growers Association. Their organization is over 100 years old and they were looking to update their brand. They wanted something modern that can represent both the bits they specialize in (such as chestnuts, buartnuts, and black walnuts) as well as their rich history.
I decided to stick to a similar concept as their old logo, but redesign it in a cleaner and more modern style.
nextraone, hostripples, youstable, googiehost, infoskysolutions, servercake, brainpulse, razorhost, ewebindia, go4hosting, siliconhouse, hostitbro, squarebrothers, ezerhost, webwerks
I had a lot of fun designing this logo for bunnhop, a gaming blog that focuses on exploration of game stories and themes.
The client wanted a bunny as their brand mascot. The vibe should be slightly whimsical, with a touch of magical elegance.
brand logo designs sh11
I designed this logo for Causeth, a proposed NFT partnership for artists who wish to donate proceeds of their work to charitable causes.
znetlive, hostingraja, qualispace, host25cents, hioxindia, scaleway, hostitsmart, fastwebhost, a2hosting, siteground, site5, stablehost, arvixe, asmallorange, netspaceindia
The design I came up with incorporates a pair of holding hands into a heart shape. I also kept everything simple and modern so the logo can be easily used for different purposes.
dedicated sh10
The majority of VPS providers offering ‘dedicated cores’ mean you are allowed to max out those cores 24/7 and the level of overselling should allow you to do so without performance penalty. You do not get your own permanent cores
contabo, oneprovider, hostus, ramnode, dedispec, pulsedmedia, wishosting, desivps, kimsufi, nfoservers, webnx, oplink
A small number of providers will enforce dedicated cores via affinity, so that only you can use those cores. These are suitable-ish for slower games like Minecraft, but still not good enough for FPS games or other realtime applications
To be suitable for all types of games, you need true dedicated cores that are also excluded from the hypervisor OS. So not only can no other customer ever execute on your cores, but also the hypervisor OS can never use those cores. Only in this scenario can you expect a realtime-capable guest. I don’t know any provider that offers this
EU and meta sh9
Ireland’s data authority informs its EU counterparts that it will block Meta from sending user data to the US.
hostdime, vpsdime, fairyhosting, melbicom, multacom, colocrossing, velia.net, green-cloud, alphavps, chicago-vps, robovps, justvps, vpsslim
However, the EU and the US are in the process of negotiating a new framework agreement that will make it possible for Meta, for example, to transfer data from Europe to the US in a way that satisfies the much stricter European authorities.
But if this doesn’t happen or happens fast enough, there will be no Instagram or Facebook in the EU countries.
completed logo design sh8
ust completed this logo design for Danny Franks, a comedian who has performed many shows over the past 20 years.
network-solutions, netfirms, crazydomains, onlydomains, ownregistrar, trunkoz, connectreseller, internet.bs, tucows, gandi.net, hover.com, rebel.com
He requested for the logo to feature a silhouette resembling him holding a microphone on a mic stand. I then further expanded on the concept by incorporating a laughing mouth to better convey what he does.
network-solutions, netfirms, crazydomains, onlydomains, ownregistrar, trunkoz, connectreseller, internet.bs, tucows, gandi.net, hover.com, rebel.com
graphic designer sh7
Hi everyone! I’m John, a freelance graphic designer who has worked with many clients on a multitude of projects over the past few years. Versatility is one of my key strengths.
netim, inwx, internetworx, iwantmyname, netistrar, namejet, namescon, namecrane, nameshield, namepal, domaindiscount24, openprovider, opendns, virustotal
Whether it’s a modern approach or something more casual, I believe I have the skills and knowledge to meet your needs.
netim, inwx, internetworx, iwantmyname, netistrar, namejet, namescon, namecrane, nameshield, namepal, domaindiscount24, openprovider, opendns, virustotal
Some Best Freelance Websites for Developers sh6
Some Best Freelance Websites for Developers:
upstack, upwork, freelancer, toptal, flexiple, gun.io, gumroad, peopleperhour, guru, fiverr, craigslist, x-place, godaddy
So, you have had multiple good suggestions on the posts above
The key thing is to choose a few of them and consistently work
on getting jobs from the platforms. The problem is that most freelancers
give up quickly after they fail to get a job on the site. But take your time,
focus on a site or two and commit to it until you are successful before
moving on to another site. This is the mistake I made when I was
starting out as a freelancer. It took me a while to figure out that 80%
of the jobs just comes from a few customers. So no need to keep
jumping from site to site.
web marekting blogs sh5
SocialMedia.biz
This comprehensive blog breaks its social media content into news, business, how-to, and marketing topics providing a reading experience categorized by the unique social media challenges you may face in your career.
inception-hosting, cloudways, hostcram, hostkar, coasthosting, hostslick, shockhosting, virtono, gullohosting, borgbase, cloudserver, incognet, naranja.tech, hostdare, worldstream
Growing dreams
DreamGrow is dedicated to social media-related content marketing. The blog caters to content creators and marketers alike, showing readers how they can use social media to grow as businesses and as individuals.
MarketingProfs Daily Solution
While MarketingProfs reserves some of its content for paid members, its Daily Fix blog offers great daily marketing content for free.
Social Business
Eileen Brown’s blog, owned by ZDNet, is a one-stop resource for new trends related to the impact of social media on business.
Ask Aaron Lee
Aaron Lee is a social media manager from Malaysia who uses his experience as an entrepreneur to educate half a million readers around the world on using social media to grow a business.
Marketing blogs sh4
HubSpot Marketing Blog
On HubSpot’s Marketing Blog, we strive to cover all the topics a modern marketer needs to know. This includes social networks. Not only can you find general posts about social media marketing, but you can also find original content and research on specific platforms, like Instagram.
netdynamics24, webhorizon, visualwebtechnologies, servzen, dedipath, myw.pt, launchvps, domaindokan, speedypage, terrahost, 1gservers, obhost, hostmedia, hostnamaste
Social network explorer
Social Media Explorer, founded by Jason Falls, consistently puts out great posts about the influence of social media on marketing and PR.
The rumor of the future
Adam Singer’s blog The Future Buzz has a clear focus on social media marketing and SEO issues, and he’s not afraid to take a stand on ideas and tactics that he believes are bad for marketers.
Marketing of self-adhesive tape
If you’re a small business owner, Duct Tape Marketing is a must-read for strategic and tactical advice on how to leverage online marketing and social media to grow your business.
Social networks today
Social Media Today offers a diverse mix of news on the latest social media developments and innovative tips for optimizing the use of each platform. The blog also hosts live Twitter chats from its Twitter hashtag, #SMTLive, on various social media topics twice a month.
Trends in small businesses
The social media section of Small Business Trends, a great news property for entrepreneurs, is packed with expert advice on social media and media content for small businesses.
How to source sales of digital products sh3
Where digital goods and services are subject to sales tax, you need to know how to source each transaction. Sourcing sales of electronically transferred products can be more complicated than sourcing sales of tangible goods because of the nature of digital goods. A resident of Texas can easily purchase and download a digital book while vacationing in Hawaii or Maine. A resident of Washington state may stream a movie from a hotel in Chicago or an apartment in Massachusetts.
server mania, serverwala, hostinger, host9, namehero, hostsailor, dynamichosting, dedirock, cloudcone, clouvider, reliablesite, webhosting24, leveloneservers
For the most part, sales of digital products follow destination sourcing rules, either the location where the buyer first makes use of a product or the buyer’s billing address. However, sourcing rules within a state may vary depending on where the seller and the buyer are located when the transaction occurs.
To determine the actual taxability of products you sell or lease, consult with a tax professional or the state tax authorities. Using tax automation software can also help make sure you collect and remit sales and use tax as required.
Digital products sh2
Digital products often don’t fit tidily into state sales tax definitions because the sales tax laws were created before such products were even conceived. All states with a sales tax apply it to most “tangible personal property” — but an ebook can’t be held like a physical book, and a streamed movie can’t be grasped like a DVD.
hostmonster, hetzner, ovh, ovhcloud, strato, milesweb, hostway, hivelocity, hosthatch, virmach, hazi.ro, leapswitch, ethernetservers, servercheap, serverhub, virpus
Nonetheless, some states have tried to make existing laws fit newer products. Some don’t tax digital products because they’re intangible, while others treat intangible goods as tangible personal property because they can be seen or experienced. And some states use existing laws as guidelines: If a product is taxable in its tangible form, then it’s taxable in its intangible form.
Determining the taxability of digital products is further challenged by the variability of electronically transferred goods and the fact that technology is constantly evolving.
To help simplify sales and use tax compliance, the 24 states that are members of the Streamlined Sales and Use Tax Agreement (SSUTA, or SST states) have adopted a standardized definition for certain electronically transferred products. “Specified digital products” includes digital audio works, digital audiovisual works, and digital books. However, these are merely standardized definitions: The taxability of these digital products still varies from state to state.
In some other states, sales tax laws neither define digital products nor address their taxability. Guidance can sometimes be found in department of revenue letter rulings, in which the tax authorities answer questions from specific taxpayers. “Generally, letter rulings apply across the board if the facts are the same,” explains Scott Peterson, Vice President[2] of Government Relations at Avalara. “One taxpayer’s ruling can apply to every taxpayer with the same facts. A letter ruling is a state’s official opinion of how a law applies to a set of facts. Though not law, a letter ruling is binding on the state just like a law binds the state.”
How do taxes work with digital downloads sh1
How do taxes work with digital downloads? I’m in NY and I was looking to purchase someone’s website that sells all digital downloaded products only but sells the globally.. Just wondering how does collecting sales tax and VAT work? I’ve been searching online and was looking for some input on how others handle it.
buyvm, frantech, racknerd, extravm, nexus bytes, budgetvm, inception hosting, alienvps, rackspace, racknet, datawagon
My reading seems like certain states collect taxes and some don’t for digital products, do I have to check each state or do I just collect from NY residents? I’m going to of course speak with my accountant who’s kind of old school so I might have to do a fair amount of the research or reach out to an account that specializes in online taxes and I just wanted to see how others handle it..
Show HN: Typewaiter, the typewriter that doesn't wait
Show HN: Typewaiter, the typewriter that doesn't wait Howdy HN, just recently made this silly typewriter variant and think some of you might enjoy it so thought I'd share. Here the cursor takes no heed of what you're typing and just advances at a steady pace, with the effect that typing something reasonable-looking requires you to type at a very steady rhythm. There's also the bonus that the space character is no longer needed—you can (and kind of have to) just wait—so the keyboard minimalists among us can shave even more space off their devices. Only desktop for now. It's an interesting contrast to the last one I made—which requires you to do all the heavy lifting in moving the cursor position yourself— https://oisinmoran.com/typewriter https://oisinmoran.com/typewaiter July 11, 2022 at 03:57AM
Show HN: A USB-Rubber-Ducky Blocker (Clarified)
Show HN: A USB-Rubber-Ducky Blocker (Clarified) https://penteract.net/site/Site1/Delete/HackerNews0.aspx July 11, 2022 at 01:26AM
Show HN: Evryca – fractal thinking tool to brainstorm and organize thoughts
Show HN: Evryca – fractal thinking tool to brainstorm and organize thoughts Made a tool to organize thoughts. Actually it is a mind tree, but in a more web-friendly form. It has pivoted from what I originally started building at evryca.com. Some years ago I got the idea of fractal conversation, instead of old-school tree/ladder-like comments. I wanted to see only comments related to the current level. I started making "something" with fractal comments. This "something" was a project discussion platform. But it turned out that even I myself don't use it, and the idea of fractal comments stuck there unused. And recently it dawned on me that it may be a conversation with yourself — thinking, brainstorming, taking notes, writing. So made this kind of cork/whiteboard, where one can dive into the subject and, being in the flow, write and see only related notes and rearrange them later. I'm trying to make it flawless and add keyboard shortcuts where it's possible (Ctr+Enter to submit idea, drag-and-drop to rearrange, Esc to jump level up). So finally I've made a tool that I use myself and will update it gradually (sorting, touch devices, ex/import (json, text), boards, more navigation with keyboard and other stuff, and login). https://www.evryca.com/ July 9, 2022 at 03:03PM
Show HN: Whatcha – the social network for digital media
Show HN: Whatcha – the social network for digital media https://apps.apple.com/us/app/whatcha-io/id1603483624 July 11, 2022 at 12:27AM
Show HN: mbtiles-s3-server – serve vector map tiles directly from mbtiles on S3
Show HN: mbtiles-s3-server – serve vector map tiles directly from mbtiles on S3 https://github.com/uktrade/mbtiles-s3-server July 10, 2022 at 02:54PM
Show HN: Office hours for technical books/frameworks
Show HN: Office hours for technical books/frameworks https://www.feedbackloop.help/ July 10, 2022 at 01:34AM
Show HN: Lumigo – free tracing for AWS lambdas
Show HN: Lumigo – free tracing for AWS lambdas https://lumigo.io/ July 10, 2022 at 01:09AM
Show HN: Maze Generation Visualization
Show HN: Maze Generation Visualization https://github.com/pakastin/maze July 9, 2022 at 01:34PM
Show HN: Piano Trainer – Learn piano scales, chords and more using MIDI
Show HN: Piano Trainer – Learn piano scales, chords and more using MIDI https://github.com/ZaneH/piano-trainer July 8, 2022 at 12:57PM
nft dash domain
.nft-domain, .bitcoin-domain, .crypto-domain, .x-domain, .wallet-domain, .blockchain-domain, .zil-domain, .coin-domain, .dao-domain, .888-domain
Your Mac or Windows computer automatically goes to sleep or locks itself to save power and prevent other users from accessing your device. While this is useful, it can quickly become a nuisance if you have important tasks to complete and cannot waste time to wake up your device when it is left idle for a few minutes. You can change this default setting by changing the Energy Saver settings on Mac and turning off Sleep settings on Windows.
.nft-domain, .bitcoin-domain, .crypto-domain, .x-domain, .wallet-domain, .blockchain-domain, .zil-domain, .coin-domain, .dao-domain, .888-domain
There are also a few tools that you can run to keep your device from sleeping. Below you’ll find some of the popular ones for Mac and Windows.
.nft-domain, .bitcoin-domain, .crypto-domain, .x-domain, .wallet-domain, .blockchain-domain, .zil-domain, .coin-domain, .dao-domain, .888-domain
live dash domain
.live-domain, .ws-domain, .link-domain, .design-domain, .cloud-domain, .art-domain, .email-domain, .blog-domain, .news-domain, .host-domain, .zone-domain, .digital-domain, .today-domain
One of the parameters the app’s algorithm considers when featuring content on our feed is interest. In other words (surprisingly or not), more eyeballs will be exposed to content that garners high engagement rates. Indeed, you should never underestimate the perks of having an engaging Instagram profile, as this status endows a wide array of possibilities. To put a long story short, Influencer campaigns and free gifts are just the tip of the iceberg in this case
.live-domain, .ws-domain, .link-domain, .design-domain, .cloud-domain, .art-domain, .email-domain, .blog-domain, .news-domain, .host-domain, .zone-domain, .digital-domain, .today-domain
We know how tempting it is to just go with the flow and take the plunge of buying Instagram likes. Before doing this, though, it’s important to know the p’s and q’s because, otherwise, you might do more harm than good. Finally, Rome wasn’t built in a day. If you want your Instagram profile to be long-lasting, putting your heart in the content lies at the core of this goal.
.live-domain, .ws-domain, .link-domain, .design-domain, .cloud-domain, .art-domain, .email-domain, .blog-domain, .news-domain, .host-domain, .zone-domain, .digital-domain, .today-domain
We know how tempting it is to just go with the flow and take the plunge of buying Instagram likes. Before doing this, though, it’s important to know the p’s and q’s because, otherwise, you might do more harm than good. Finally, Rome wasn’t built in a day. If you want your Instagram profile to be long-lasting, putting your heart in the content lies at the core of this goal.
ee dash domain
.ee-domain, .eg-domain, .dk-domain, .fi-domain, .ga-domain, .gr-domain, .ht-domain, .ie-domain, .il-domain, .kw-domain, .lk-domain, .ng-domain, .lu-domain, .tw-domain, .vn-domain, .zw-domain
Same name, different game. Some sources demand payment for the packages they provide, while others do it for free. How does the word on the street go, ‘not all that glitters is gold’? Therefore, you should be careful before opting for the notorious, ‘free’ solutions. Because, at times, this might result in having your Instagram handle’s password (or any other type of personal information) leaked.
.ee-domain, .eg-domain, .dk-domain, .fi-domain, .ga-domain, .gr-domain, .ht-domain, .ie-domain, .il-domain, .kw-domain, .lk-domain, .ng-domain, .lu-domain, .tw-domain, .vn-domain, .zw-domain
As you already know, buying Instagram likes is a big no-no. We know how tempting this method sounds, especially for the fast turnaround time such services boast. Pushing it to the extreme could put you in a tight spot with Instagram, thus joining the notorious list of profiles that this method ruined their accounts instead of doing the complete opposite.
.ee-domain, .eg-domain, .dk-domain, .fi-domain, .ga-domain, .gr-domain, .ht-domain, .ie-domain, .il-domain, .kw-domain, .lk-domain, .ng-domain, .lu-domain, .tw-domain, .vn-domain, .zw-domain
tk dash domain
.tk-domain, .bz-domain, .to-domain, .at-domain, .cn-domain, .be-domain, .by-domain, .no-domain, .nu-domain, .qa-domain, .is-domain, .ir-domain, .ph-domain, .kz-domain, .am-domain, .cf-domain
Believe it or not, there are people whose day-to-day job is garnering likes on Instagram. These lucky ones are called influencers (aka social media personas). Some have already become famous before ‘going social’, and others earned this status solely for their social presence.
Since influencers’ posts amass impressive exposure rates, they collaborate with brands and firms and become affiliate marketers. Their reward for such shoutouts is usually a commission from each sale their posts land or free gifts.
.tk-domain, .bz-domain, .to-domain, .at-domain, .cn-domain, .be-domain, .by-domain, .no-domain, .nu-domain, .qa-domain, .is-domain, .ir-domain, .ph-domain, .kz-domain, .am-domain, .cf-domain
Since social media platforms’ impact grows more crucial by the hour, many marketers believe Likes help stand out in this competition. In a way, they’re right because likes portray how engaging your IG profile is. For the Insta-newbies out there, engagement is the bread and butter of the Instagram experience. Hold on a sec!! We know what you’re about to say (or think). This remark still holds water despite Instagram introducing the option of hiding likes from posts.
.tk-domain, .bz-domain, .to-domain, .at-domain, .cn-domain, .be-domain, .by-domain, .no-domain, .nu-domain, .qa-domain, .is-domain, .ir-domain, .ph-domain, .kz-domain, .am-domain, .cf-domain
Indeed, content creators try to win the everlasting popularity match by buying ‘bot traffic’ from third parties, ‘Booster Apps’. Most of the time, these providers promise the earth and claim that the Likes at hand don’t fall from organic ones. The reality is the other way around; this deed summons new complications, and the initial goal of saving time is far from being met. These are the primary disadvantages of buying likes:
de dash domain
.de-domain, .fr-domain, .it-domain, .as-domain, .pl-domain, .ro-domain, .ch-domain, .br-domain, .jp-domain, .cn-domain, .my-domain, .ua-domain, .ae-domain, .es-domain, .co-domain, .se-domain
Lots of people who just want to improve video quality, remove the unwanted background, tweak the duration of their video clip, or do some other minor edits, go for some random software that they haven’t had any prior experience with. If you don’t want to put the quality and overall effectiveness of your projects at risk, refrain from such experiments. Take your time and pay attention to certain software quality criteria to find the best solution.
.de-domain, .fr-domain, .it-domain, .as-domain, .pl-domain, .ro-domain, .ch-domain, .br-domain, .jp-domain, .cn-domain, .my-domain, .ua-domain, .ae-domain, .es-domain, .co-domain, .se-domain
First things first, you want to make sure the software you’re going to use is capable of providing the functionality you require. You want to check such criteria as its functional stability and performance efficiency. Visit dedicated tech forums or platforms where other users share their reviews. Quality editing software doesn’t crash or glitch, have bugs or distort your initial footage, and the like. All quality tools have a user-friendly, navigable, and uncluttered interface, which makes it easy and comfortable to use it. Finally, quality video editors, as well as video editing websites, will never compromise your privacy or misuse confidential data. So, pay special attention to these criteria when looking for your ideal video editor.
.de-domain, .fr-domain, .it-domain, .as-domain, .pl-domain, .ro-domain, .ch-domain, .br-domain, .jp-domain, .cn-domain, .my-domain, .ua-domain, .ae-domain, .es-domain, .co-domain, .se-domain
Just like the price, the learning curve is a very important factor you need to consider when scouting for the best online video editor. If you don’t need any fancy features, you can safely go for simple and easy-to-learn alternatives. The last thing you want is to spend a fortune on some sophisticated video editor and end up beating your brains out trying to understand how to use it.
online dash domain
.online-domain, .me-domain, .tv-domain, .tech-domain, .club-domain, .cc-domain, .pw-domain, .app-domain, .pro-domain, .site-domain, .store-domain, .gg-domain, .work-domain, .download-domain
Lots of businesses and individual users create video content on a daily basis these days. Videos are a great way to promote your brand, attract potential customers, train employees, or even make new friends on social media. So, video editing skills are now considered one of the most important assets that help you grow professionally and remain competitive in today’s market. But how can one become proficient in video editing without spending much time learning the ropes of this important process? That’s where video editing software comes in and saves the day.
.online-domain, .me-domain, .tv-domain, .tech-domain, .club-domain, .cc-domain, .pw-domain, .app-domain, .pro-domain, .site-domain, .store-domain, .gg-domain, .work-domain, .download-domain
It’s never been easier to create fascinating video projects and enhance their quality. Video editors have made massive inroads into the lives of ordinary users and professional videographers. Now, very few YouTube and social media users share their footage without making any prior enhancements to it. Therefore, having a reliable and robust video editing tool by your side is critical for the success of your videos.
.online-domain, .me-domain, .tv-domain, .tech-domain, .club-domain, .cc-domain, .pw-domain, .app-domain, .pro-domain, .site-domain, .store-domain, .gg-domain, .work-domain, .download-domain
In today’s post, we’ll share some simple yet effective tips that will help you pick the best online video editing software wherewith you can spruce up your projects as quickly and enjoyably as possible. But first, let’s find out what actually defines quality video editing.
us dash domain
.us-domain, .ca-domain, .in-domain, .hk-domain, .pk-domain, .bd-domain, .uk-domain, .su-domain, .ru-domain, .sg-domain, .id-domain, .au-domain, .nz-domain
Lungo (Mac)
Lungo is a Mac application designed to prevent your Mac from going to sleep and dimming. Whether you are working on a recipe or a presentation, the app will keep your Mac awake so you can finish your task.
.us-domain, .ca-domain, .in-domain, .hk-domain, .pk-domain, .bd-domain, .uk-domain, .su-domain, .ru-domain, .sg-domain, .id-domain, .au-domain, .nz-domain
You can customize how long you want your computer to stay awake in the app. You will see a drop-down menu with options ranging from ten minutes to indefinitely. Moreover, you can configure the app to get launched automatically when you switch on your Mac.
.us-domain, .ca-domain, .in-domain, .hk-domain, .pk-domain, .bd-domain, .uk-domain, .su-domain, .ru-domain, .sg-domain, .id-domain, .au-domain, .nz-domain
Coffee (Windows)
Coffee is a great tool to keep your PC awake. The tool checks your network connection, and it will keep your computer awake as long as you are downloading or uploading something. The upload or download threshold can be customized so your computer can go to sleep even when files are getting downloaded in the background. You can even set thresholds for different network adapters.
The tool is a portable app, and there’s no need to install it.
com dash domain
.com-domain, .net-domain, .org-domain, .biz-domain, .info-domain, .app-domain, .dev-domain, .xyz-domain, .top-domain, .ooo-domain, .io-domain, .ai-domain, .eu-domain
Your Mac or Windows computer automatically goes to sleep or locks itself to save power and prevent other users from accessing your device. While this is useful, it can quickly become a nuisance if you have important tasks to complete and cannot waste time to wake up your device when it is left idle for a few minutes. You can change this default setting by changing the Energy Saver settings on Mac and turning off Sleep settings on Windows.
There are also a few tools that you can run to keep your device from sleeping. Below you’ll find some of the popular ones for Mac and Windows.
.com-domain, .net-domain, .org-domain, .biz-domain, .info-domain, .app-domain, .dev-domain, .xyz-domain, .top-domain, .ooo-domain, .io-domain, .ai-domain, .eu-domain
NoSleep (Windows)
NoSleep is a straightforward, small app that prevents PCs from going to sleep. It is a portable app, and you can use it without installation. As you start the app, a small icon will be added to the Taskbar, which means the app is enabled.
.com-domain, .net-domain, .org-domain, .biz-domain, .info-domain, .app-domain, .dev-domain, .xyz-domain, .top-domain, .ooo-domain, .io-domain, .ai-domain, .eu-domain
The app works by moving the mouse right and left every thirty seconds, so your PC doesn’t go to sleep or get locked when it is left idle. There are no configuration options, and you only need to start it. Your PC will remain active as long as the app is running.
Show HN: I made a MIDI tool to teach me piano
Show HN: I made a MIDI tool to teach me piano https://github.com/ZaneH/piano-trainer July 9, 2022 at 05:51AM
Show HN: Find out where your supplements are made & sourced
Show HN: Find out where your supplements are made & sourced I made a table where you can find out the source/location of factory for where health supplements are made. This is a work in progress but it functions. At the moment you can sort by cGMP/GMP certification. * Full disclosure - if you purchase anything using the links, i earn an small affiliate fee (5%) I made this to help demystify the language behind product labelling, which in many cases is obfuscating the manufacturing and sourcing of certain products https://shop.nootritious.com/ July 9, 2022 at 05:24AM
Show HN: Triple Payments – Request crypto from anyone by sharing a link
Show HN: Triple Payments – Request crypto from anyone by sharing a link Hi HN, Kevin and Ben here. Triple Payments is the easiest way to invoice someone and get paid in crypto. Just specify an amount and currency to pay out in, and share the link that we generate. We built Triple Payments to solve one of the most annoying problems we faced as web3 developers – requesting crypto without going back-and-forth on tokens and wallet addresses. When sending large sums of USDC or ETH, we were never 100% sure that our money was going to the right wallets. Under the hood, we let payers send ETH or stablecoins like USDC directly by calling standard transfer methods that work with their web3 wallets. If payers don’t have any of the requested currency, we give them the option to pay with a different token, using the 0x [1] platform and our custom contract to swap tokens behind the scenes. We’d love it if you could try creating a payment request, and look forward to hearing your feedback and suggestions! [1]: https://www.0x.org/ https://triple.xyz/ July 9, 2022 at 04:35AM
Show HN: Nasefa – Sending myself files (via self-hosted NATS)
Show HN: Nasefa – Sending myself files (via self-hosted NATS) https://github.com/mprimi/nasefa July 9, 2022 at 03:31AM
Show HN: Wiby is now free software
Show HN: Wiby is now free software https://github.com/wibyweb/wiby July 9, 2022 at 02:43AM
Show HN: I made a small Space Shooter
Show HN: I made a small Space Shooter Thank you https://opengameart.org for your service. People like me who can't draw or compose music are in your debt. The game, "Glitch and Rush" has been made in a few hours here and there. I've been tinkering in GameDev for years, if not decades, but I never released anything. The goal here was simple: - come up with a core mechanic - implement a single level - add some polishing - RELEASE I hope you'll enjoy it. BTW, my best time is 2min23s (yes, I'm bad at my own game, it's ok, I'm ok). https://linkdd.itch.io/glitch-and-rush July 9, 2022 at 02:28AM
Show HN: Status Page Status Page Status Page
Show HN: Status Page Status Page Status Page https://statuspagestatuspagestatuspage.com/ July 9, 2022 at 02:03AM