Skip to main content

Posts

Showing posts from April 3, 2022

Show HN: Dev Toolbox – A browser extension with simple offline dev tools https://ift.tt/uDnXGwJ

Show HN: Dev Toolbox – A browser extension with simple offline dev tools Hello HN! I'd like to share a browser extension I made that provides quick offline access to various development tools. Current tool set: Calculate hashes; encode and decode HTML, URI, Base64; convert numbers between different bases; parse and manipulate various time formats; format and inspect IPv4/CIDR addresses; search all v13.1 emoji with quick copying in various formats. It runs entirely offline, making no external requests (even emoji PNG files are bundled), and only requires local storage permission to remember your last tab and input. This was inspired by an old extension called Hasher (no longer on the Chrome Store) that provided a simple interface to similar utilities. This was an opportunity to get back into making extensions, practice with Vue a bit, and expand upon the original idea. It's available for Chrome, Edge (via Chrome Store), and Firefox; links and screenshots are on GitHub, where you

Show HN: Relevanto (beta) – I curate the relevant web https://ift.tt/cNHh6RG

Show HN: Relevanto (beta) – I curate the relevant web Hi! This is Alex Dragusin and lately I've been working on Relevanto where I look for and save the best of the web. I literally search through search engines for the best of everything (yes, lots of site:reddit.com in there and so on), check it out if it's legit (I search for reputational data like reviews etc) save it, categorize it and list it on Relevanto. I have a knack for curation and organization so I am putting my skills to, hopefully good use. This, at this point is intended for a global audience, stuff that make sense for most people. I got fed up with Google and other search engines results being filled with too many results that are not really useful and I hope Relevanto will eventually be a gateway for most of the stuffs I do on the web, leaving the search engines for more specific stuffs - to use them as an option rather than primary way. Love speed and privacy. I am big on privacy thus no tracking and the usual

Show HN: Programmatic – a REPL for creating labeled data https://ift.tt/dzHNJq9

Show HN: Programmatic – a REPL for creating labeled data Hey HN, I’m Jordan cofounder of Humanloop (YC S20) and I’m excited to show you Programmatic — an annotation tool for building large labeled datasets for NLP without manual annotation . Programmatic is like a REPL for data annotation. You: 1. Write simple rules/functions that can approximately label the data 2. Get near-instant feedback across your entire corpus 3. Iterate and improve your rules Finally, it uses a Bayesian label model [1] to convert these noisy annotations into a single, large, clean dataset, which you can then use for training machine learning models. You can programmatically label millions of datapoints in the time taken to hand-label hundreds. What we do differently from weak supervision packages like Snorkel/skweak[1] is to focus on UI to give near-instantaneous feedback. We love these packages but when we tried to iterate on labeling functions we had to write a ton of boilerplate code and wrestle with pandas

Show HN: Disable now useless “What's new” page in Firefox https://ift.tt/k6Hd5on

Show HN: Disable now useless “What's new” page in Firefox Firefox 99 started serving a "What's New" page that is an ad for Pocket instead of listing what's new in the browser. Another disappointment. Here's how to disable the now useless "What's new page": 1. Go to about:config 2. Change the value of "browser.startup.homepage_override.mstone" to "ignore". Bingo! One less page with ads. Thanks for nothing, Mozilla. April 8, 2022 at 01:19PM

Exciting Changes Coming to San Francisco Taxis!

Exciting Changes Coming to San Francisco Taxis! By Exciting Changes Coming to San Francisco Taxis!  A new way to hail a taxi is coming soon, San Francisco! Yesterday, our MTA Board of Directors approved an amendment to the pilot program to test upfront fares, which was approved back in September 2021. This amendment will now allow Taxi E-Hail app providers to dispatch trips that originate with third-party entities, which may offer upfront fares that are not based on taximeter rates. In other words, you’ll soon be able to pick up your smartphone and check the cost to your destination and book a ride via taxi with a few swipes.   Allowing taxi customers to select a flat rate advance fare is intended to improve customer service, enable customers to price shop among similar services and minimize meter anxiety that occurs when customers feel that the Taximeter rate is increasing beyond their expectation. The price flexibility is intended to increase the number of taxi trips and allow

Sunday Streets 2022 Season Returns

Sunday Streets 2022 Season Returns By Pamela Johnson In San Francisco's Tenderloin neighborhood , the Sunday Streets SF season returns on April 10th, 2022. It will take place on Larkin Street, Golden Gate Avenue, and Ellis Street from 11 A.M. to 4 P.M. The 2022 Sunday Streets season happens between April and September in six of the city’s neighborhoods. The Second Annual Phoenix Day event, which calls for a simultaneous "Sunday Streets Event Celebration" in all districts, will be celebrated on October 16, 2022.  The historic Sunday Streets annual season of events reclaims car-congested streets for community health. The affair transforms streets into car-free spaces for all to enjoy— neighbors to gather, kids to play, and organizations and businesses to connect. Sunday Streets combines public health, community-building, economic recovery, and good old-fashioned fun, allowing residents to gather in an authentic setting.  Local nonprofits and community groups will host e

BRT Service on Van Ness to Begin Tomorrow

BRT Service on Van Ness to Begin Tomorrow By Jiaying Yu Tomorrow, April 1, we will cut the ribbon on San Francisco’s first Bus Rapid Transit (BRT) corridor on Van Ness Avenue. The public is invited to join and celebrate this historic moment in front of the War Memorial. The ribbon-cutting will include speeches from local and state leaders, performances from local musicians and giveaways. After the ribbon is cut, there will be an inaugural ride on the new Van Ness BRT corridor to North Point where the celebration continues with live music.    BRT service on Van Ness is part of Muni’s Rapid Network, which prioritizes frequency and reliability for customers. Muni and Golden Gate Transit customers are expected to experience 32% shorter travel times. With dedicated transit lanes in the middle of the road, enhanced traffic signals with Transit Signal Priority and new platforms and shelters, the Van Ness BRT corridor will be the fastest way to travel north-south in this part of San Fran

Show HN: I made Million – It's a Virtual DOM made for the future https://ift.tt/jwoKsxC

Show HN: I made Million – It's a Virtual DOM made for the future Repo here: https://ift.tt/9M4fuAx My name is Aiden Bai and I'm really interested in HCI research, particularly within user interface (UI) and web development. At the time of writing this, I'm a student at Camas High School. In July 2021, Million.js began as an experiment with Virtual DOM because I was curious with how UI libraries worked. I was frustrated with the lack of a modern, fast, and modular Virtual DOM library for JavaScript. Virtual DOM had been around for almost a decade, yet many Virtual DOM libraries still struggle with render speed compared to newer methods of rendering. Today, Million.js is the first effort to bring Virtual DOM into the future after hundreds of hours of experimenting. Traditional Virtual DOM libraries have yet to leverage new technological paradigms in the new age of compiled Transitional UI Libraries. Million.js leverages the compiler to create predefined paths, instead of exec

Show HN: ProductDiv – A Website Editor for Developers https://ift.tt/Em3Ilpk

Show HN: ProductDiv – A Website Editor for Developers I've been working on a library for developing websites visually. There are many tools for building websites, but none that fit my workflow as a front-end developer, so I made my own! It is an open source library called ProductDiv and it lets you: - Drag and drop any HTML template into your site. - Change elements with utility classes you can customize - Export clean HTML elements and copy into your source code. - Use in any framework! ProductDiv is developer-first, meaning the configuration for the editor lives in your source code. You can evolve the configuration as your project grows (as it inevitably will!). This lets you standardize design patterns and makes it easy to distribute high quality components to your team. I published a demo at https://ift.tt/WZSkoKE that includes Bootstrap 5 utility classes and some basic templates to experiment with. I would love your feedback on UX and to answer the big question: Would you use

Show HN: Tilepieces – An open source project to visually editing HTML documents https://ift.tt/u6rSoas

Show HN: Tilepieces – An open source project to visually editing HTML documents Hi all, My name is Simone Di Nuovo and i'm the creator of tilepieces, an open source project to visually editing HTML documents and Web applications. Tilepieces is a software that allows you to create applications for editing HTML documents, using some of the popular interfaces of the browser developer tools (with which it is possible to integrate css edits). Tilepieces also allows you to reuse your favorite code and libraries, and exposes APIs that are useful for editing multiple files at a time. You can start using tilepieces with its progressive web application version at https://ift.tt/Nc0aWKE ! I will be happy to receive any comments from you. https://tilepieces.net April 6, 2022 at 07:14PM

Show HN: Kukkee – the free, open source and self-hostable Doodle alternative https://ift.tt/nrcw3ks

Show HN: Kukkee – the free, open source and self-hostable Doodle alternative Hello world, we're super happy to share Kukkee here! We started Kukkee because we wanted to empower people — friends, teams, university students and faculty, organisation members, and more — to quickly find the right time to meet, while letting them keep control of their personal data, branding and costs at all times. We're just getting started so keep an eye out for Kukkee's upcoming features. Kukkee is open source, and contributions are more than welcome! Excited to have you try Kukkee and hear any feedback you might have along the way! You can learn more about Kukkee's current and upcoming features, how to self-host and even try out a live demo – at https://kukkee.com. Check us out at ProductHunt: https://ift.tt/UDbOkRT. April 6, 2022 at 04:03PM

Show HN: Bloben – self hosted web CalDAV calendar client https://ift.tt/ltuDj9A

Show HN: Bloben – self hosted web CalDAV calendar client Hello all, I have been working on a self hosted CalDAV calendar client Bloben https://ift.tt/DNUmnVZ This is mostly an alternative to other web clients like great AgenDAV with some additional features I wanted to use like email invites, alarms, webcalendars, etc. You can play with demo (limited to read access) here: https://ift.tt/bMsH3Bc In the end it should provide separate clients also for CalDAV tasks and notes. One thing I would maybe like to discuss more is adding encryption, which is obviously quite problematic when using standards like CalDAV. Initially I just added non-compatible fully encrypted calendars, but realised this might not be useful for many people using different clients. Something halfway is adding an option to protect only some, say sensitive, events by encrypting fields like title, description or location. That way events will still be displayed via standard mobile apps and decrypted only in Bloben client