Skip to main content

Posts

Showing posts from May 1, 2022

Show HN: Jira to Gitlab Issue Migration Tool https://ift.tt/2jCBpcJ

Show HN: Jira to Gitlab Issue Migration Tool $DAYJOB needed to migrate from JIRA to Gitlab due to business reasons (not related to the recent outage), so I wrote this issue migration tool [1] to help us preserve our historical data. This tool will copy issues from various JIRA projects to mirrored Gitlab projects (e.g. A jira project named JIRA-PROJECT1 will have its issues migrated to a gitlab project GL-PROJECT1). The tool also migrates issue comments to Gitlab notes and will recreate the existing issue links. YMMV, but this is working well for us. Comments welcomed. 1: https://ift.tt/G45CWil May 8, 2022 at 06:01AM

Show HN: Weron – A Peer-to-Peer VPN Based on WebRTC Written in Go https://ift.tt/nObLqTz

Show HN: Weron – A Peer-to-Peer VPN Based on WebRTC Written in Go Hey HN! I just released weron, a P2P VPN that uses WebRTC for transport which I've been working on for the last couple of months. It can create both layer 2/Ethernet and layer 3/IP overlay networks, and the underlying transport layer can be easily embedded to write your own P2P apps with Go. Compared to for example Tailscale, WireGuard and ZeroTier, its much harder to block on a network level and also significantly easier to set up, while not sacrifing much performance. I'd love to get your feedback :) https://ift.tt/I36EAbO May 8, 2022 at 01:48AM

Show HN: Ask Deeply, a social game for small talk haters https://ift.tt/ItGaogl

Show HN: Ask Deeply, a social game for small talk haters I hate small talks, I build a social game to help me deepen my relationships and connect with people beyond the shallow levels. I want your feedback, maybe inspire me with questions you would like to see popping in the game. https://askdeeply.com/ May 7, 2022 at 10:59AM

New Sculptures Light up Van Ness Avenue

New Sculptures Light up Van Ness Avenue By Luis “Loui” Apolonio Light sculpture at Van Ness Avenue and O'Farrell Street Spectators gathered both online and in person to watch new lighting sculptures on Van Ness turned on for the first time on March 31, 2022. The whimsical and brightly colored sculptures located on the new Van Ness BRT boarding platform between Geary and O’Farrell are made of steel with LED lights inside on a timer set to illuminate at night.  The lighting event was kicked off with SFMTA Director Jeff Tumlin and MTAB Chair Gwyneth Borden serving as emcees. Mary Chou, Director of Public Arts and Collections at the San Francisco Arts Commission, spoke about the art installation itself, as well as the process for selecting the artist who would be awarded the project. In addition, Maddy Ruvolo, a member of the SFMTA’s Accessible Services team and a recently appointed member of President Biden’s U.S. Access Board, shared the importance of having accessibility as a

Show HN: An Absurdly Compatible Website https://ift.tt/up0YdMg

Show HN: An Absurdly Compatible Website Hey all, I was inspired by the other thread to make a quick video demo of what an Absurdly Compatible Website may look like when implemented. This one does have some JavaScript, but degrades gracefully and supports text-mode browsers, no-JS browsing, and all the classics like IE3 and NN3 and Lynx. https://www.youtube.com/watch?v=E-_yr31biGM Kudos to anyone who can name all the browsers used in the demo, I think it's more than 20 different ones :) You can also check out the site live at https://ift.tt/Yn26spF or https://ift.tt/DNeS9co, at least until it's hugged. The framework for this is a static-dynamic hybrid site generator with full transparency and decentralizability, which I'm just preparing for this weekend's MIT Bitcoin Expo, so please let me know if you find any issues. Code is on GitHub: https://ift.tt/SeL9WlT May 7, 2022 at 12:07AM

Show HN: High Browse, esoteric web search (alpha quality) https://ift.tt/MQKd0nO

Show HN: High Browse, esoteric web search (alpha quality) Hi HN, I’ve been developing my own take on a web search engine for about six months. I’ve crawled just a few pages each from about 10 million websites each at the moment, but only the most lightweight websites are included as of this moment. I’m keen to hear what you make of this, and what you want to see next. Cheers, Ali https://highbrow.se/ May 5, 2022 at 09:09PM

Show HN: We built Static, a tool to manage data warehouse user inputs https://ift.tt/JS3ZdQe

Show HN: We built Static, a tool to manage data warehouse user inputs We built Static as an easy way to manage context data in a Data Warehouse - stuff like sales targets that change often and you wish stakeholders could just update themselves. This is a super early release, and we appreciate any and all feedback about how this can be more useful. there's a decent free tier and the link has a HN promo code for free use of the paid tier. https://ift.tt/TWjyf2R May 4, 2022 at 07:45AM

Show HN: Color Orbs (Generative Art) https://ift.tt/ibmskC5

Show HN: Color Orbs (Generative Art) Hi all, This is a generative art project I worked on over the past year or so consisting of about 100 little artworks generated using P5.js. I have an overview and technical write up here: https://ift.tt/GTNgI9O You can play with my interactive demo and make your own here: https://ift.tt/uwzvKjr And the gallery is here: https://ift.tt/O79a3Ai This project came about after reading a HN post about a year ago ( https://ift.tt/Z9IHsSN ) by Atul Vinayak on generating beautiful 'Noise Planets' and I got kind of obsessed from there! https://ift.tt/wc3ZnrP May 3, 2022 at 04:39AM

Making Way for the Muni Metro of our Dreams

Making Way for the Muni Metro of our Dreams By Erin McMillan In order to achieve the SFMTA’s vision for transit service, we have some work to do. Staff have provided an overarching framework for how SFMTA will achieve a truly dazzling vision for Muni service: The Muni Metro Modernization program.  The Muni Metro Modernization program.  The program uses a multifaceted approach: As a foundation, making state of good repair upgrades and replacing aging systems through our Subway Renewal Program already underway. San Francisco's Muni Metro subway system moves our highest volumes of customers through the core of the city. And it operates on infrastructure that was constructed between 50 to 100 years ago, much of it original. It is well-documented that Muni Metro has been plagued with service reliability problems for decades. The Subway Renewal Program lays out a systematic approach to capital upgrades over the next ten years, targeting strategic repairs, replacing and enhancing

Show HN: Run WASM in Containerd https://ift.tt/MfrATQm

Show HN: Run WASM in Containerd I've been working with a partner team to integrate wasm workloads with existing container toolchains with the goal of enabling wasm workloads anywhere, be it on the edge, in kubernetes, or wherever. To that end, this project implements a containerd shim which runs those wasm workloads. It is designed as a library to bring your own host implementation, but also includes an implementation for WASI. Right now the library assumes you are using wasmtime, which is embedded in. It works either standalone (run with containerd directly) or in kubernetes. Kubernetes networking and storage are wired into the wasm host and the wasm can run side by side with native workloads on the same machine. Wasm pods can be exposed as a service like any other pod. https://ift.tt/WvszhtM May 3, 2022 at 02:47AM

Show HN: PostgresML, now with analytics and project management https://ift.tt/WeMUJ3Z

Show HN: PostgresML, now with analytics and project management We've been hard at work for a few weeks and thought it's time for another update. In case you missed our first post, PostgresML is an end-to-end machine learning solution, running alongside your favorite database. This time we have more of a suite offering: project management, visibility into the datasets and the deployment pipeline decision making. Let us know what you think! Demo link is on the page, and also here: https://ift.tt/xYbmt2S https://postgresml.org May 2, 2022 at 11:48PM