Hacker News

Subscribe to Hacker News feed
Hacker News RSS
Updated: 47 min 40 sec ago

Trump, Crypto and Actioinizing Nashville

Sat, 11/23/2024 - 6:19am

Article URL: https://thenashvillecoin.com

Comments URL: https://news.ycombinator.com/item?id=42220346

Points: 1

# Comments: 0

Categories: Hacker News

Show HN: I made app to Create and customize QR code, barcode, e-card, and PDFs

Sat, 11/23/2024 - 6:13am

Hello HN community!

I’m Tunahan, and I’m excited to share QReator, my 3rd iOS app! As a psychologist turned iOS developer, I created QReator to simplify how we interact with QR codes and barcodes. Whether you need to scan, create, or organize, QReator is built to handle it all seamlessly.

What does QReator do?

Scan Quickly and Accurately: Uses Apple's native scanning tech for fast results across QR codes, barcodes, and more.

Customizable QR Code Generator: Create unique QR codes for business, personal use, or marketing—complete with logos and custom designs.

Barcode Generator: Generate 10+ types of barcodes for inventory, product tracking, and more.

Document Scanner and Organizer: Scan, save, and share documents as PDFs.

Digital Business Cards: Create and share personalized e-cards with your contact details and social media.

The app is free to use, with premium features available if you need more advanced customization and organizational tools.

Why QReator? I wanted to build an intuitive app that combines utility and creativity for anyone working with QR codes or barcodes—be it entrepreneurs, students, or casual users.

Looking forward to your feedback! This is my second submission here, and I’d love to hear your thoughts, suggestions, or critiques. I’m eager to make QReator better for everyone!

Thank you for your time and feedback—it means the world to me!

Best, Tunahan

Comments URL: https://news.ycombinator.com/item?id=42220319

Points: 1

# Comments: 0

Categories: Hacker News

Tell HN: YouTube Breaks Itself Again

Sat, 11/23/2024 - 5:53am

Recently youtube started to add "&t=..." to links all over the feed and in the history, after you watched a video. If this doesn't break things for you, simply skip.

If it does, you already know how. It's pretty obvious and shows nothing less than a complete lack of QA at YT.

I've been told here that we're not a client, but a product. But how to keep being a product with such level of QA?? Guess we have to find a few ways ourselves.

Bookmarklet way:

javascript:(() => { for (const a of document.querySelectorAll('a')) { if (a.href.includes('&t=')) { a.href = a.href.replace(/&t=\d+/, ''); } } })(); TamperMonkey way:

// ==UserScript== // @name Remove youtube timestamps // @namespace http://tampermonkey.net/ // @version 2024-11-23 // @description Remove youtube timestamps // @author Me myself // @match https://www.youtube.com/* // @icon https://www.google.com/s2/favicons?sz=64&domain=youtube.com // @grant none // ==/UserScript== (function() { 'use strict'; function removeTs() { for (const a of document.querySelectorAll('a')) { if (a.href.includes('&t=')) { a.href = a.href.replace(/&t=\d+/, ''); } } } setInterval(removeTs, 1000); document.body.addEventListener('yt-navigate-finish', removeTs); removeTs(); })(); Feel free to use or suggest more!

Comments URL: https://news.ycombinator.com/item?id=42220275

Points: 1

# Comments: 0

Categories: Hacker News

2025 in Public Domain

Sat, 11/23/2024 - 5:33am
Categories: Hacker News

Pages