Compras a menudo en Amazon?? Pincha aquí!!!



ViewGrip: #1 Free Youtube Views, Likes & Subscribers




Powered by Restream.io


martes, 3 de enero de 2023

Show HN: Tailor your resume in seconds with AI https://ift.tt/O6oYCcu

Show HN: Tailor your resume in seconds with AI Hi Everyone, My name is Tosin Kuye, a computer science student from Canada. After looking online for various ways to tailor your resume/write a cover letter and being disappointed in the results, I built CoverQuick. CoverQuick is a site that uses the job description to tailor your resume and write a personalized cover letter for that position. It uses a number of different NLP techniques along with GPT-3 to find the right keywords and add the ideal suggestions to the given resume. Try it out below and let me know what you think! https://ift.tt/q6kZEpX https://ift.tt/q6kZEpX January 3, 2023 at 10:18PM

Show HN: Jlq – A CLI to easily tail+query JSON log files using Rust+SQLite https://ift.tt/fhAg7vO

Show HN: Jlq – A CLI to easily tail+query JSON log files using Rust+SQLite Hi all! It's been a while since I posted something. Wrote this back in November to scratch an itch regarding tailing logs locally for multiple services. I know we all love jq...but I'm quite comfortable with SQLite and SQL so just wanted to use that instead. Published my first Rust crate today! My first public Rust project so be gentle :) . Hope you enjoy it! https://ift.tt/tM4d70e https://ift.tt/ychVgix https://ift.tt/ychVgix January 3, 2023 at 09:22PM

Show HN: Recursive Wikipedia https://ift.tt/y0KfV9R

Show HN: Recursive Wikipedia This extension loads the mobile version of links when hovered over, is usually faster than opening a new tab, and is recursive (10 frame deep limit). https://hoverflow.io/ January 3, 2023 at 07:48PM

Show HN: Ad Auris Play. Turn articles into audio and listen on Spotify https://ift.tt/EldaGA9

Show HN: Ad Auris Play. Turn articles into audio and listen on Spotify https://ift.tt/pkROLMd January 3, 2023 at 08:14PM

Show HN: Build web apps using HTML, no JavaScript required https://ift.tt/57KwfCl

Show HN: Build web apps using HTML, no JavaScript required https://ift.tt/pADL6V4 January 3, 2023 at 03:41PM

Show HN: Triangle Habits https://ift.tt/b0QuFHJ

Show HN: Triangle Habits I built a free app to build consistent habits over time, by starting with a single repetition and building up from there. https://ift.tt/erpv4kA January 3, 2023 at 02:35PM

domingo, 1 de enero de 2023

Show HN: Mafs – React components for interactive math https://ift.tt/0YaGJHP

Show HN: Mafs – React components for interactive math https://mafs.dev/ January 2, 2023 at 07:09AM

Show HN: Banger–A Firefox extension to extend DDG's bangs https://ift.tt/EcqWM6F

Show HN: Banger–A Firefox extension to extend DDG's bangs Hello HN! I made this Firefox extension to extend upon DuckDuckGo's idea of bangs (check https://ift.tt/Re7hKjP if you aren't familiar with them) and also allow the use of any search engine with them. I found DuckDuckGo's bangs fascinating, but was disappointed by how little search engines inherit that feature. And on top of it, DuckDuckGo has the "!" bang that jumps to the first search result but other search engines offering bangs like Brave Search, searx, You.com don't seem to have that. I also thought that the "!" bang could be extended with the ability to jump to the first search result of a specific site, so I added the "!!" bangs in my extension that allow you to do just that (e.g. typing "!!mdn flatMap" will bring up the MDN page for flatMap). I also added a bunch of extra features like the ability to add custom bangs, ability to search in a search engine with the "site:" parameter using "!@r" (r for Reddit), or "!ddg@r" (specify any other bang as the search engine to use), and the ability to chain multiple bangs together with ";" to open them up in different tabs; it also allows you to use multiple "site:" parameters combined with the OR ("|") operator with "," (e.g. "!@r,yt"). Feel free to mix and match! Also, for those who use it, it supports sync. There's also an option to import/export any settings including custom bangs. I've also added custom handling to fix a few bangs which are usually broken such as "!archived" and "!imgops" (They require unescaped URL as part of the path. However, DDG and other search engines always escape the URL. Banger only escapes the URL if it's part of an URL parameter). I've been working on it for around 2 months now, and I'm pretty satisfied with the result so far. Let me know if you have any comments/feature suggestions/bug reports/anything else! https://ift.tt/Ld6a5RY January 2, 2023 at 06:48AM

Show HN: Time Off Planner https://ift.tt/k4FLu06

Show HN: Time Off Planner I got tired of trying to figure out my vacation balance throughout the year, so I made this website to be a stupid simple solution. It was pretty satisfying to bang it out over a weekend. * not all holidays are supported, and probably will do some custom-holiday-in-cookie functionality, but this is a common US list. * basically only looks good on 'normal' sized browsers https://ift.tt/PUXHhM3 January 1, 2023 at 11:12PM

Show HN: Isitongamepass.gg https://ift.tt/e4awKZ2

Show HN: Isitongamepass.gg Xbox Game Pass is pretty amazing. However, the official website to list games is horrible. It takes forever to load, it's hard to navigate, and weirdly difficult to just look up if a game you care about is available on Game Pass. Enter https://ift.tt/XyKtb5x - a super fast site where you can look up the current Game Pass roster. My goals going into it were speed and easily accessible information. Each card has a game title, a poster image, and the set of platforms it's available on. If you click on a card, it opens up a details view that has links to the store page for the game as well as a description and availability details. This is something I put together in my free time and is the first website I've built (although I'm a professional software engineer) so I have no doubt there are some bugs. If you run into something, please comment here or send me a DM. Same goes if you have ideas for improvements! A couple other random things: Why are some games listed twice? There's a weird thing where some games have different store IDs on console vs PC. There's no good way I've found so far to combine these listings so they show up twice, once for the console version and once for the PC version. Why .gg? It turns out isitongamepass.com is an already owned domain with nothing on it. I briefly had the thought of making it isitongamepa.ss, but you can't really do this because of Nazis. Things I'm thinking about for the future of this site - More filters, specifically being able to filter by platform - Improve search functionality - Find ways to improve speed and responsiveness https://ift.tt/XyKtb5x January 1, 2023 at 10:58PM

Show HN: Sierra, a DSL for building Java Swing applications https://ift.tt/MKcvC8N

Show HN: Sierra, a DSL for building Java Swing applications Yes, I know hardly anyone uses Swing anymore. :-) I basically just did it for fun and thought I would share. https://ift.tt/WHUSmry January 1, 2023 at 09:40PM

Show HN: InterviewFrog – Gamify Your Interview Prep With GPT A.I https://ift.tt/ajgcSAH

Show HN: InterviewFrog – Gamify Your Interview Prep With GPT A.I https://ift.tt/X7Qoe5k January 1, 2023 at 05:40PM

Show HN: Detecting collision between 500k circles below 5ms https://ift.tt/6dInfpq

Show HN: Detecting collision between 500k circles below 5ms Heya. I created a flexible collision engine for broad detection in C that's also pretty fast. Personally that's my best, so I wanted to show it here. Although... still not as fast as DragonEnergy's one that supposedly handled millions of agents bouncing off each other every frame on an old i3, haha. I hope I get better at this! He set the bar pretty high for me. I was considering including some small function that tries finding the nearest entity, although I think it might be better to simply use query for that matter. Perhaps in the future I will get a good idea of how to do that more efficiently. This is not a clickbait. Although generally you also call other functions in a tick, a collision check between 500,000 circles ("circles", not "squares", because distance is checked and forces are applied based on the angle between) is done below 5ms on not really that demanding hardware. I achieve lower times than that on my budget laptop, slightly more on my PC (yeah, weird). The total time spent in a tick is 3-4 times that. https://ift.tt/Go0vVZH January 1, 2023 at 09:08PM

Show HN: Modreveal – Utility to find hidden Linux kernel modules https://ift.tt/DvQqdyA

Show HN: Modreveal – Utility to find hidden Linux kernel modules https://ift.tt/R0fS1ED January 1, 2023 at 04:32PM

Show HN: Lama2 - Plain-Text Powered REST API Client for Teams https://ift.tt/hlugSIX

Show HN: Lama2 - Plain-Text Powered REST API Client for Teams https://ift.tt/sYv65KP January 1, 2023 at 03:06PM

Show HN: I created my AI clone based on 600.000 written words https://ift.tt/jbeakx1

Show HN: I created my AI clone based on 600.000 written words https://twitter.com/louis030195/status/1609487185602023426 January 1, 2023 at 10:51AM

sábado, 31 de diciembre de 2022

Show HN: My programming language, building in public for 1 year https://ift.tt/k63deFC

Show HN: My programming language, building in public for 1 year My weekly(ish) video logs tracking my progress of building a completely sound statically typed language and structural editor. The motivation is to make lots of invalid programs unrepresentable. https://ift.tt/NyiU9fc January 1, 2023 at 12:42AM

Show HN: I made a simple, open source, chromatic tuner mobile app https://ift.tt/KfCpZPV

Show HN: I made a simple, open source, chromatic tuner mobile app I'm a musician by night, software developer by day, and one of the minor frustrations I've always had was trying to find a simple tuner app for my phone. Looking at both the iOS and Android app stores, you'll find a lot of the top tuner apps are rather bloated with ads or subscription callouts. I thought I'd create a dead-simple minimalistic mobile chromatic tuner the way I would like it - open the app and tune my guitar. My work is in web with NodeJS and React, so I chose React Native since it was the easiest to understand coming from React. Flutter was also an option since the company I work for has a team working in that, but I thought it would be a bit too much effort to learn Dart. I learned a bit more about React rendering with this project as well. The main issue I had was trying to have a React state variable be constantly updated with any frequencies detected from the mic input, but that ended up causing substantial slowdown due to so many rerenders, so I opted to use a React ref to maintain any detections, and then only update the React state when there was an actual note. I feel like sometimes the UI has trouble updating occasionally when my iPhone is in battery saving mode, which I guess might be related to throttling the audio sample rate somehow, though I'm not entirely sure. Friends and family haven't noticed this, so it may be due to my old 2016 iPhone SE :P. The apps you can find on the both the iOs App Store and Google Play (free!). https://ift.tt/3Q4oA8H https://ift.tt/1k9MGpE... Would love any feedback! https://ift.tt/jXDp7ur December 31, 2022 at 09:51PM

viernes, 30 de diciembre de 2022

Show HN: Self Hosted OpenStreetMap using only Sqlite3 and Python https://ift.tt/XwCcIia

Show HN: Self Hosted OpenStreetMap using only Sqlite3 and Python https://ift.tt/ogJvw8O December 30, 2022 at 11:45PM

Show HN: Advent of Code 2022 (only first eight in different langs) https://ift.tt/2ob3xUh

Show HN: Advent of Code 2022 (only first eight in different langs) Tried/revisited/used: Elixir, Haskell, Python, Rust, JS, Rust-WASM, TypeScript, Java. With READMEs for each https://ift.tt/UtwMI1g December 30, 2022 at 11:36PM

Show HN: Graphic AI Art Assistant for WhatsApp https://ift.tt/qwZS6Eu

Show HN: Graphic AI Art Assistant for WhatsApp https://ift.tt/IvkzNE0 December 30, 2022 at 10:27PM

Show HN: Scripting language inspired by JavaScript and GLSL https://ift.tt/zNPlm7B

Show HN: Scripting language inspired by JavaScript and GLSL I'm working on a scripting-language heavily inspired by Javascript and GLSL. The idea is to use this for a game engine I'm working on. https://ift.tt/AO1BLQJ December 29, 2022 at 11:16PM

Show HN: RSS Brain https://ift.tt/J6NxBgV

Show HN: RSS Brain I wrote an RSS reader called RSS Brain recently. The motivate is the current RSS readers either don't sort articles by priority, which makes it hard to read posts from HackerNews and Reddit, or sort it with some "smart" algorithm which I don't trust. I also like the Google News feature that can show related story from different source, but the sources are not configurable and the algorithm is not transparent either. So with RSS Brain, I implemented these features: * Recommend related articles from the feeds of your choice. It's backed by ElasticSearch and the algorithm is described on RSS Brain's website. * Option to sort articles by upvotes and time. The algorithm is similar to the old Reddit and you can find it on the website as well. * Save search terms into folders so you can filter the articles. I've been using it for a while and found these features very helpful. So I want to share this on HackerNews. The frontend is written in Flutter so it has cross platform clients, even though the web version don't feel very "web native" because the level of Flutter web support. I guess only time can improve that. I don't have enough hardware to scale it up so it's currently in subscription mode to limit the users. I'm going to open source the code (maybe non-commercial license) once I think it's ready so you can host it by yourself. It's still in early stage and haven't been tested by a lot of people. So any feedback is helpful. Thanks! https://ift.tt/pfB8t2V December 30, 2022 at 08:13PM

Show HN: BingeTheTube: binge YouTube channels from oldest to latest https://ift.tt/NGShfFM

Show HN: BingeTheTube: binge YouTube channels from oldest to latest Briefly, what the app does: 1. Points to a reverse playlist(an actual youtube playlist) for a channel. 2. Ability to skip to a position in playlist from beginning. 3. Request any new channel you would like to have a reverse playlist for ! Usage eg: - Using the above you can skip to say 100th video from begining in a channel (e.g CaseeyNeistat Vlog) and keep watching on youtube app (without going back to bingethetube.com). - Come back next day and resume watching from say video 120 without a lot of scrolling Useful if you like to follow a creators youtube journey or old Vlogs ! https://ift.tt/UofkwhM December 30, 2022 at 10:58AM

Escribe !emote y tu emote para unirte al juego

Watch video on YouTube here: https://youtu.be/3tGZ-bSpFWE