Thứ Ba, 31 tháng 5, 2022

Show HN: Light Therapy Knee Wrap Capstone Project https://ift.tt/qjf0E8C

Show HN: Light Therapy Knee Wrap Capstone Project https://ift.tt/vAjVO42 May 31, 2022 at 03:28AM

Show HN: Todool, a full blown environment for managing large trees of task lists https://ift.tt/Ov1ZuJl

Show HN: Todool, a full blown environment for managing large trees of task lists Currently an alpha is available in their Discord server. I'm not the creator, if you have any questions about the program feel free to join the Discord server. https://ift.tt/fWM3wcy May 30, 2022 at 09:41PM

Show HN: Query Google Sheet data using PostgreSQL clients https://ift.tt/oWbqm1R

Show HN: Query Google Sheet data using PostgreSQL clients https://ift.tt/9XqTWgp May 30, 2022 at 06:24PM

Show HN: Fullstack web should be easy https://ift.tt/38wbtLk

Show HN: Fullstack web should be easy https://ift.tt/xjPWt5g May 30, 2022 at 01:29PM

Show HN: Resumecreator.io – I built a simple resume builder https://ift.tt/kVaB8mu

Show HN: Resumecreator.io – I built a simple resume builder Hi HN! I'm a developer who noticed that I haven't done much experimentation lately. I decided I wanted to change that this year. This month I built a simple resume builder with the main goal of practicing front-end development, and to scratch an itch I had when updating my resume. :) After it was functional enough, I casually shared with some friends to express my enjoyment of crafting something just for the sake of having some fun. To my surprise they ended up asking how they could send to others. So I went one step further, due to my pure excitement, and hosted it on Netlify to make publicly available. In case you're curious, I used the React component library Mantine[1] in this project. I loved it, so I definitely recommend to check it out for your next React project. Have thoughts to share? I would love to know! :) If you're postponing starting that project you have been thinking of, just do it. Right now. Just create a new dir, load up your framework of choice and start it, even a couple of lines are enough to get you started. We should never forget that to play around is awesome. -- [1] https://mantine.dev https://ift.tt/C7D8hJS May 30, 2022 at 11:50AM

Thứ Hai, 30 tháng 5, 2022

Show HN: Convert chess PGN to beautiful PDF in seconds https://ift.tt/EYFV5ij

Show HN: Convert chess PGN to beautiful PDF in seconds https://pgn2pdf.com/ May 30, 2022 at 05:06AM

Show HN: I built a cyberdeck just for fun https://ift.tt/pf72Nik

Show HN: I built a cyberdeck just for fun https://ift.tt/sOtlLzg May 30, 2022 at 03:32AM

Show HN: Easy to Use Kanban Board https://ift.tt/KehD3TZ

Show HN: Easy to Use Kanban Board https://ift.tt/LZe8Tyf May 30, 2022 at 02:51AM

Show HN: Bugfruit – a simple embedded key-value store https://ift.tt/4BDEzRr

Show HN: Bugfruit – a simple embedded key-value store Hey HN! I work on a database for my day-job and I realized I had never written one from scratch, so I wrote bugfruit! Once I was mostly satisfied with it, I looked up some benchmarks to compare my simple database to other brand name key-value stores. I was surprised to see that mine held up fairly well on the subset of benchmarks I replicated. So I used the Pavlo Database Naming System [0] to name it and open-sourced the code. I'd love to hear any feedback you might have on it! [0] https://ift.tt/SP39GCw... https://ift.tt/KWIMJbT May 29, 2022 at 11:14AM

Show HN: A Simple and Free Cloud List DB https://ift.tt/vrGnp9g

Show HN: A Simple and Free Cloud List DB https://arraylist.org May 29, 2022 at 09:45AM

Show HN: NetBird – A P2P Network with WebRTC, WireGuard, SSO, and Zero Trust https://ift.tt/CV1TQGj

Show HN: NetBird – A P2P Network with WebRTC, WireGuard, SSO, and Zero Trust Hey folks! We have just released NetBird. It is a big update so I decided to share it here and get your feedback :) NetBird creates an overlay peer-to-peer network connecting machines automatically regardless of their location (home, office, data center, container, cloud, or edge environments) unifying virtual private network management experience. It uses ICE protocol (WebRTC) to negotiate p2p connections and WireGuard (kernel module, when possible) to create a fast and encrypted tunnel between machines, falling back to relay (TURN) in case a p2p connection isn't possible. Pretty much just a client application installation is needed, the rest is done by the software! Sharing the project with you wasn't the only purpose of the post. I wanted to discuss the future and vision behind it. I'm pretty sure that in a few years, such seamless connectivity without the hassle of configuring firewalls, managing IPs, manual key rotations, centralized gateways, etc. will become a commodity and the majority won't be talking about traditional VPNs. But what we think is becoming more relevant is advanced network security. We've seen the rise of Zero Trust with its ZTNA solutions in the past years. There are big vendors like ZScaler or Palo Alto already offering advanced network security features that leverage ML or contextual access controls to allow/block access based on context, not just identity. Why can't this be open-source and built on top of universal connectivity that works anywhere? That is what we are setting as a mission for our project - to bring seamless connectivity and advanced network security together in a single open-source solution. What do you think about it? We welcome contributors and if your excited of what we are building, feel free to reach out to us! P.S. We've been previously know as Wiretrustee :) https://ift.tt/gJV0kpR May 29, 2022 at 08:48AM

Show HN: Spanish Basic https://ift.tt/N4A7tSj

Show HN: Spanish Basic https://ift.tt/PhZBVIW May 29, 2022 at 09:08AM

Chủ Nhật, 29 tháng 5, 2022

Show HN: Small CLI to export/backup Spotify playlists to plain text files https://ift.tt/KT4St5i

Show HN: Small CLI to export/backup Spotify playlists to plain text files https://ift.tt/7j2TnGh May 29, 2022 at 06:14AM

Show HN: WebRTC Nuts and Bolts, A holistic way of understanding how WebRTC runs https://ift.tt/s8iVnuC

Show HN: WebRTC Nuts and Bolts, A holistic way of understanding how WebRTC runs Hi HN! I’m so excited to show my first open-source project and first post here. I initially started this project to learn Go language, it is an experimental project. The main goal is to track the adventure of a WebRTC stream from start to finish, by debugging the project or tracking the output at console. By trying out this project, you will deep dive into the steps which are taken while starting up a WebRTC session, and more. It consists of a web UI (TypeScript) and a server back-end (Golang) projects. They can run on Docker containers, in development mode or production mode, you can find details in the README file. After some progress on the development, I decided to pivot my experimental work to a walkthrough document. Because although there are lots of resources that exist already on the Internet, they cover small chunks of WebRTC concepts or protocols atomically. And they use the standard way of inductive method which teaches in pieces then assembles them. But my style of learning leans on the deductive method instead of others, so instead of learning atomic pieces and concepts first, going linearly from beginning to the end, and learning an atomic piece on the time when learning this piece is required. I know it’s in a very niche technical domain, but hope you will like my project. Please check it out and I’d love to read your thoughts! https://ift.tt/KBYDPnE https://ift.tt/KBYDPnE May 29, 2022 at 12:27AM

Show HN: I wrote a short story about AR contact lenses and daemons https://ift.tt/zpoQFUl

Show HN: I wrote a short story about AR contact lenses and daemons https://ift.tt/DQBmvb2 May 28, 2022 at 08:20AM

Show HN: Nested GitHub Action Runners https://ift.tt/OKUXi6W

Show HN: Nested GitHub Action Runners https://ift.tt/GeWqsuZ May 28, 2022 at 05:34AM

Thứ Sáu, 27 tháng 5, 2022

Show HN: The Concept of a Personal File System https://ift.tt/ikPWpBO

Show HN: The Concept of a Personal File System https://ift.tt/GRU1j5v May 27, 2022 at 12:17AM

Show HN: A live debugger for VSCode for Node.js and Python runtimes https://ift.tt/0KDdCNg

Show HN: A live debugger for VSCode for Node.js and Python runtimes https://ift.tt/B18otzl May 27, 2022 at 12:01AM

#MasterFeed: Hubble Captures Pair of Star-Forming Spirals from @NASA: This new image from NASA’s Hubble Space Telescope looks at two spiral galaxies, collectively known as Arp 303. https://t.co/K0DzuAs9KN #Space https://t.co/8v142ZbYnO

May 27, 2022 at 03:46AM via MasterFeed

Show HN: A secure command-line encryption tool written in Rust https://ift.tt/WyxOd0m

Show HN: A secure command-line encryption tool written in Rust https://ift.tt/Fr8vwyA May 27, 2022 at 02:12AM

Show HN: Open-source enterprise SSO – integrate SAML with a few lines of code https://ift.tt/c47waGk

Show HN: Open-source enterprise SSO – integrate SAML with a few lines of code https://ift.tt/SR6V0O9 May 27, 2022 at 01:35AM

Show HN: React Holmes – Elementary State Orchestrator for React https://ift.tt/saBXlvL

Show HN: React Holmes – Elementary State Orchestrator for React Holmes is a 0 config, fast and elementary state orchestrator for React. Holmes has a very minimal API. It is as simple to use as React’s integrated hooks, but all state is globally accessible. Easy as React state hooks State synchronization between components Distributed and not centralized state No mutable objects Fast https://ift.tt/HWrJSRT May 26, 2022 at 11:11PM

Show HN: Renote (Note-taking and collaboration app for iPad and Apple Pencil) https://ift.tt/4tEFgV3

Show HN: Renote (Note-taking and collaboration app for iPad and Apple Pencil) Hi HN! I’m Andrew, co-founder and designer at Renote. This is app which allows you to make notes with real-time collaboration. Perhaps, you might ask: «What? Another collaboration tool?» Well... yes, but not quiet. On the one hand — it is a very simple application. On the other — it has compelling features in its toolset: - Complete real-time collaboration; - Personal notepad for your notes, studies, and mood boards; - Document web streaming; - Write just like on paper with Apple Pencil; - Straightforward and intuitive interface; - Use objects (Image, Text, Video). We would be glad to see you as our user if you like this idea and use iPad and Pencil. We'd love to hear your feedback! Feel free to drop a comment or email me at an@renote.so https://renote.so May 26, 2022 at 05:35AM

Show HN: Top links from HN, Reddit, Producthunt and Techmeme on one page https://ift.tt/6bioQYa

Show HN: Top links from HN, Reddit, Producthunt and Techmeme on one page I created this tool for myself and have been using it every morning for more one year. The list is updated every 10 minutes and new links are added at the top. The links are chosen based on certain criteria like minimum votes and comments. https://ift.tt/EwmLhg9 May 26, 2022 at 04:48AM

Show HN: A Simple and Free Cloud List DB for Static Websites (No-Login Required) https://ift.tt/sWR6BQ9

Show HN: A Simple and Free Cloud List DB for Static Websites (No-Login Required) https://arraylist.org May 26, 2022 at 03:16AM

Thứ Năm, 26 tháng 5, 2022

Show HN: Vaxiin – Zombie server recovery engine https://ift.tt/iau1cyV

Show HN: Vaxiin – Zombie server recovery engine https://docs.vaxiin.io/ May 26, 2022 at 04:40AM

Show HN: In-demand skills missing from your resume https://ift.tt/KMPLzZO

Show HN: In-demand skills missing from your resume https://ift.tt/cEkomZf May 26, 2022 at 03:35AM

Show HN: Our new product Construct Animate now in public beta https://ift.tt/ER2lAQ4

Show HN: Our new product Construct Animate now in public beta https://ift.tt/um45Mgy May 26, 2022 at 03:10AM

Show HN: Search hard-to-type symbols and copy to clipboard https://ift.tt/of8Cd1m

Show HN: Search hard-to-type symbols and copy to clipboard https://ift.tt/2eiyP3l May 25, 2022 at 07:50PM

#MasterFeed: Boeing Orbital Flight Test-2 Landing from @NASA: Boeing’s CST-100 Starliner spacecraft opens its main parachutes as it lands at White Sands Missile Range’s Space Harbor, Wednesday, May 25, 2022. https://t.co/ZaBEv3nSwj #Space https://t.co/PFxIdfdy36

May 26, 2022 at 03:26AM via MasterFeed

Thứ Ba, 24 tháng 5, 2022

Show HN: Cube – open-source headless BI https://ift.tt/GCJ7A3F

Show HN: Cube – open-source headless BI Hi HN, I'm Igor, a proud part of the team here at cube.dev. I'm excited to share some news about Cube, an open-source headless BI platform that now has almost universal connectivity to both upstream and downstream tools in the data pipeline: https://ift.tt/1klv98Z If you're confused by "headless BI", there's a blog post to get you covered (https://ift.tt/h0EoG7O), but the most concise and developer-friendly way to put it would be that Cube can connect to any data source that speaks SQL (from Postgres to BigQuery to ClickHouse to Materialize) and expose your data, conveniently presented as high-level metrics rather than in terms of tables and columns, via a set of APIs, including REST, GraphQL, and SQL API. The last one is particularly interesting, because it gives you an opportunity to deliver metrics through Cube to notebooks like Jupiter or BI tools like Tableau or Superset (all covered by SQL API), just like you can deliver them to front-end applications (covered by REST/GraphQL). Do you see Cube fit for the applications you're building? Let's discuss here or in Cube's Slack community (https://slack.cube.dev) where we recently celebrated that Cube has got over 13,000 stars on GitHub (which is not that bad for a developer tool, I guess). May 24, 2022 at 05:09AM

Show HN: Tetra – A full stack component framework for Django using Alpine.js https://ift.tt/Mjb1DIT

Show HN: Tetra – A full stack component framework for Django using Alpine.js Hi HN, I have been working on Tetra for the last few months and feel it’s now time to put it out there and get some feedback. Please take a look. There are a few fully functional examples on the homepage: https://ift.tt/RxgkONz Tetra is a full stack component framework for Django built on top of Alpine.js. It is heavily inspired by frameworks such as Laravel Livewire and Phoenix Liveview, enabling you to create server rendered components that respond to user interactions reactively. However, it builds on the concept by allowing you to build “hybrid” components that also have full JavaScript capabilities using Alpine.js. It also builds on the trend of bringing the different parts of a component (Python, HTML, CSS, JavaScript) into closer proximity, by keeping all related parts in the same file. It uses esbuild to bundle your JavaScript and CSS, whilst also creating source maps, making it possible to trace errors back to the original Python source files. In terms of future plans, I’m aiming for a v1 release this summer - there is still quite a long to-do list! I have been working on this in my spare time so far, but hope to find the opportunity to work on it full time. I think there is a gap in the current Python framework ecosystem, and I believe, that what I have designed in Tetra plugs that gap. I hope to build this into a significant contribution to the community. Finally, the docs are here: https://ift.tt/AWzrL3Q https://ift.tt/RxgkONz May 24, 2022 at 03:08AM

#MasterFeed: InSight's Final Selfie from @NASA: NASA's InSight Mars lander took this final selfie on April 24, 2022, the 1,211th Martian day, or sol, of the mission. https://t.co/PJhvs0kV5q #Space https://t.co/1UQonOc59r

May 24, 2022 at 04:21AM via MasterFeed

Show HN: No ML Degree – Landing your first machine learning job without a degree https://ift.tt/rPA0vSI

Show HN: No ML Degree – Landing your first machine learning job without a degree https://ift.tt/WVnpOJw May 24, 2022 at 03:12AM

#MasterFeed: Thank you luis manuel for following us on Twitter! @https://twitter.com/chemane34 @MasterFeeds Brings You #NewsYouCanUse https://t.co/JkqFkzYnJx

May 24, 2022 at 02:17AM via MasterFeed

Show HN: I brought the benefits of LaTeX to non technical users https://ift.tt/vp35AYF

Show HN: I brought the benefits of LaTeX to non technical users https://ift.tt/8ciuYLN May 24, 2022 at 03:20AM

#MasterFeed: Thank you luis manuel @https://twitter.com/chemane34 for following us on Twitter! #MasterFeeds https://t.co/JkqFkzYnJx #NewsYouCanUse

May 24, 2022 at 02:15AM via MasterFeed

Thứ Hai, 23 tháng 5, 2022

Show HN: Quizdle – 5 daily quiz questions https://ift.tt/Xsvl6eB

Show HN: Quizdle – 5 daily quiz questions https://ift.tt/S9AvQiI May 22, 2022 at 04:27AM

#MasterFeed: A vote for #Chile’s new #constitution means “the high-performing Chilean economy of the past three decades could be headed to a level of #mediocrity similar to that of its neighbors Bolivia and Argentina.” @MaryAnastasiaOG https://t.co/MieriFTnBu

May 22, 2022 at 11:14AM via MasterFeed

#MasterFeed: RT @NPR: Actor Liev Schreiber was in many ways raised by his grandfather, a Ukrainian immigrant. After the Russian invasion, Schreiber co-founded BlueCheck Ukraine — a network that identifies, vets and funds grassroots organizations helping Ukrainians. https://t.co/mqbcP1oEBa

May 22, 2022 at 10:59AM via MasterFeed

Show HN: A composition tool for CSS animations https://ift.tt/mYqvWEO

Show HN: A composition tool for CSS animations https://ift.tt/12AC3zX May 22, 2022 at 06:36AM

Chủ Nhật, 22 tháng 5, 2022

Show HN: Remult – a CRUD framework for full-stack TypeScript https://ift.tt/1gR4Jbn

Show HN: Remult – a CRUD framework for full-stack TypeScript https://ift.tt/XWHflYc May 22, 2022 at 05:52AM

Show HN: Monolith – A stylish and functional computer frame https://ift.tt/giv5oFz

Show HN: Monolith – A stylish and functional computer frame https://coolte.ch/ May 22, 2022 at 05:13AM

#MasterFeed: RT @HillelNeuer: 1. https://t.co/wC0hCrjfhK https://t.co/DiMjEsfwEv

May 22, 2022 at 06:01AM via MasterFeed

Show HN: GPT-NeoX Playground https://ift.tt/hqv4cpl

Show HN: GPT-NeoX Playground https://neox.labml.ai/ May 22, 2022 at 01:31AM

Show HN: AccentQuest – get better at understanding Indian accents https://ift.tt/4qtf2z3

Show HN: AccentQuest – get better at understanding Indian accents https://ift.tt/xrwHeLb May 21, 2022 at 10:59AM

Show HN: Enable element transformation between containers https://ift.tt/fTZbewy

Show HN: Enable element transformation between containers https://ift.tt/7ohqZ9z May 21, 2022 at 08:37AM

Show HN: AWS Should Be Easy https://ift.tt/9V8Mg5p

Show HN: AWS Should Be Easy https://ift.tt/yUEbWDP May 21, 2022 at 11:10AM

Show HN: TypeManager.TS – Transform plain JSON into JavaScript model classes https://ift.tt/URfn24b

Show HN: TypeManager.TS – Transform plain JSON into JavaScript model classes https://ift.tt/io6LEm3 May 21, 2022 at 09:42AM

Show HN: A fully automated podcast – actually 12 podcasts https://ift.tt/IPHyBiV

Show HN: A fully automated podcast – actually 12 podcasts "That Horoscope Podcast - Aquarius" and it's eleven siblings - are daily podcasts that are end-to-end programatically generated e.g. scripted, voiced, post-produced and uploaded. Would love to get some first impression feed back and hear how others would achive the same thing! https://ift.tt/UmvtZjk May 21, 2022 at 09:23AM

Show HN: Binary Counting https://ift.tt/vuFraUJ

Show HN: Binary Counting https://ift.tt/1HfebRr May 21, 2022 at 07:17AM

Thứ Bảy, 21 tháng 5, 2022

Show HN: Self-Hosted wayback machine, pocket https://ift.tt/sMbmzhx

Show HN: Self-Hosted wayback machine, pocket https://ift.tt/zHvYpSc May 21, 2022 at 05:07AM

Show HN: Chrome Extension for eBay Kleinanzeigen (German Only) https://ift.tt/jEwhJib

Show HN: Chrome Extension for eBay Kleinanzeigen (German Only) https://ift.tt/DRIr8HV May 20, 2022 at 08:51AM

Show HN: WebApp to Create 3D Plants https://ift.tt/Z6xvhQV

Show HN: WebApp to Create 3D Plants https://ift.tt/Mn46Q9J May 20, 2022 at 07:07AM

Show HN: Online dice roller for tabletop roleplaying games https://ift.tt/8Vo1fI9

Show HN: Online dice roller for tabletop roleplaying games https://ift.tt/FUtMKgA May 20, 2022 at 02:25AM

Show HN: A simplified German income tax calculator https://ift.tt/EzC4bcF

Show HN: A simplified German income tax calculator https://ift.tt/5AaSycd May 20, 2022 at 03:58AM

#MasterFeed: #ESG Extra Special Group https://t.co/hGxV0soW8n

May 20, 2022 at 06:08AM via MasterFeed

Thứ Sáu, 20 tháng 5, 2022

#MasterFeed: Starliner Launches to Space Station from @NASA: Boeing’s CST-100 Starliner spacecraft launched from Space Launch Complex 41, Thursday, May 19, 2022. https://t.co/6RSqAoKw9R #Space https://t.co/fU7m0zuTQY

May 20, 2022 at 03:47AM via MasterFeed

#MasterFeed: Boeing’s Starliner on the Pad from @NASA: A United Launch Alliance Atlas V rocket with Boeing’s CST-100 Starliner spacecraft aboard is illuminated by spotlights on the launch pad. https://t.co/217dPwz6bi #Space https://t.co/4XaBHHzPNP

May 19, 2022 at 04:31AM via MasterFeed

Thứ Năm, 19 tháng 5, 2022

Show HN: Hiring Without Whiteboards https://ift.tt/6ARwPGE

Show HN: Hiring Without Whiteboards https://ift.tt/2lTBwXi May 19, 2022 at 06:35AM

Show HN: Outread – Read digestible summaries of top research articles https://ift.tt/x2DJEps

Show HN: Outread – Read digestible summaries of top research articles https://out-read.com/ May 19, 2022 at 06:09AM

#MasterFeed: Thank you CRPTO VITAVEGGY for following us on Twitter! @https://twitter.com/vitaveggy @MasterFeeds Brings You #NewsYouCanUse https://t.co/JkqFkzGMkX

May 19, 2022 at 04:22AM via MasterFeed

#MasterFeed: Thank you CRPTO VITAVEGGY @https://twitter.com/vitaveggy for following us on Twitter! #MasterFeeds https://t.co/JkqFkzYnJx #NewsYouCanUse

May 19, 2022 at 04:20AM via MasterFeed

Show HN: Figma plugin to search 118,740 free, open source icons and emojis https://ift.tt/B6bFTnO

Show HN: Figma plugin to search 118,740 free, open source icons and emojis https://ift.tt/xvAswLa May 19, 2022 at 01:40AM

Show HN: Privaxy – adblocking / tracker blocking by MITMing HTTPS traffic https://ift.tt/4oyz85p

Show HN: Privaxy – adblocking / tracker blocking by MITMing HTTPS traffic https://ift.tt/iUTHGBt May 19, 2022 at 12:43AM

Thứ Tư, 18 tháng 5, 2022

Show HN: A site that puts in a referral for you for your dream job https://ift.tt/dwgF0N6

Show HN: A site that puts in a referral for you for your dream job https://ift.tt/5y9s4SI May 18, 2022 at 02:43AM

Show HN: Open-source Firebase Alternative? It's here https://ift.tt/jUu4Z2J

Show HN: Open-source Firebase Alternative? It's here https://ift.tt/ND24uz1 May 18, 2022 at 02:22AM

#MasterFeed: Hubble Peers Through Giant Elliptical’s Layers from @NASA: This new NASA Hubble Space Telescope image captures the central region of the gigantic elliptical galaxy NGC 474. https://t.co/5O0DLHi2sU #Space https://t.co/tG7QGckH0h

May 18, 2022 at 03:56AM via MasterFeed

Show HN: YouTube Crypto Scam Hunter https://ift.tt/oUKv6TI

Show HN: YouTube Crypto Scam Hunter https://ift.tt/MYtxiC7 May 17, 2022 at 11:20PM

Show HN: Natural Language Processing Demystified (Part One) https://ift.tt/uGMP1Db

Show HN: Natural Language Processing Demystified (Part One) Hi HN: I published part one of my free NLP course. The course is intended to help anyone who knows Python and a bit of math go from the very basics all the way to today's mainstream models and frameworks. I strive to balance theory and practice and so every module consists of detailed explanations and slides along with a Colab notebook (in most modules) putting the theory into practice. In part one, we cover text preprocessing, how to turn text into numbers, and multiple ways to classify and search text using "classical" approaches. And along the way, we'll pick up useful bits on how to use tools such as spaCy and scikit-learn. No registration required: https://ift.tt/WFvqdI9 https://ift.tt/WFvqdI9 May 18, 2022 at 12:55AM

Show HN: Photobox by Pixlr https://ift.tt/embEU1k

Show HN: Photobox by Pixlr https://ift.tt/4K2Mlij May 17, 2022 at 11:49PM

Thứ Ba, 17 tháng 5, 2022

Show HN: Care, Burnout Assessment for Remote Teams https://ift.tt/8nmOpsz

Show HN: Care, Burnout Assessment for Remote Teams https://ift.tt/xvuTWwn May 17, 2022 at 01:24AM

Show HN: A tool for conducting a virtual card sorting https://ift.tt/WJr2aiI

Show HN: A tool for conducting a virtual card sorting TL;DR: I ended up yak shaving a tool for conducting a card sorting online, and wanted to share it because I couldn't find one myself. Also I don't have to maintain or host it so it should stay up for a long time, hopefully. https://ift.tt/Hvjnqes The long version of why: I wanted to conduct a quick, one-off card sorting for a side project, but after spending hours looking at the available commercial and open source solutions, I couldn't find one that worked for me. The commercial ones either had too restrictive free tier with only 20 cards or so, or they lacked basic features such as open sorting vs. closed sorting, or they would have cost me upwards of $100/month. The open source ones would have required me to self-host them, which I wasn't too excited about, and after trying docker-compose up on one of them and hitting errors after errors, I was even less excited so I gave up on that. I also looked for demos of open source projects that could have worked for the one-off use I needed, but no luck there. I wanted to avoid spending time developing my own solution, as I already had the side project I was supposed to be working on. I also especially wanted to avoid spending time on maintaining and hosting. If I could get away with a static site, no database, thus no need for me to host it, and get it done without spending too much time on it, it might be worth it, and maybe someone else could benefit from it too. And the result was this. The lack of a backend has some obvious trade-offs, but the benefit is that it is fire and forget, and I can hopefully come back years later and use it again for some other one-off thing. May 17, 2022 at 12:50AM

#MasterFeed: Kartik Sheth: Advancing Science and Equity from @NASA: Dr. Kartik Sheth's career spans academia, non-profits, and government. https://t.co/Xwr4qlNBpD #Space https://t.co/kzJeLcYeiP

May 17, 2022 at 03:36AM via MasterFeed

Show HN: I built a Snipcart e-commerce platform integration for Astro https://ift.tt/jUSanli

Show HN: I built a Snipcart e-commerce platform integration for Astro https://ift.tt/8Y0cxA2 May 16, 2022 at 11:13PM

Show HN: Simple Wave Function Collapse https://ift.tt/9sU0rRT

Show HN: Simple Wave Function Collapse https://ift.tt/7tepEg8 May 14, 2022 at 04:15PM

Thứ Hai, 16 tháng 5, 2022

Show HN: SSort – The Python source code sorter https://ift.tt/QDqowWx

Show HN: SSort – The Python source code sorter Hi HN - SSort is a tool I've been working on that sorts the contents of python modules in dependency order. It's like isort, but for the rest of the file. It's starting to get a bit of momentum. We have users across a few different companies and some consistent contributors (thank you, in particular, jgberry). We're reaching a point of stability, and would like to gather some final feedback before hitting the big 1.0. https://ift.tt/09a1rlt May 15, 2022 at 11:52PM

Show HN: Xtend UI tailwindcss and vanilla JavaScript components https://ift.tt/VrjZ4BD

Show HN: Xtend UI tailwindcss and vanilla JavaScript components https://xtendui.com/ May 15, 2022 at 11:03PM

#MasterFeed: Introducing Quesst: Speed Never Sounded So Quiet from @NASA: Quesst is what NASA is calling its mission to enable supersonic air travel over land. https://t.co/GYsYVwDg7V #Space https://t.co/2BRlKfznQh

May 16, 2022 at 04:16AM via MasterFeed

#MasterFeed: Introducing Quesst: Speed Never Sounded So Quiet from @NASA: Quesst is what NASA is calling its mission to enable supersonic air travel over land. https://t.co/OBTbl2fIcE #Space https://t.co/KK167ivM19

May 16, 2022 at 04:11AM via MasterFeed

Show HN: Serendipity Theme v2.0 for VS Code and other platforms https://ift.tt/6WdjPhq

Show HN: Serendipity Theme v2.0 for VS Code and other platforms Hello everyone! Here I am back with Serendipity V2.0 this time comes with better accessibility and more perks and we crossed 15K users! Marketplace: - https://ift.tt/QC7j2ms Official website: - https://ift.tt/yfXnsJt Repositories: - https://ift.tt/ei2FyES So, what's new? 100% new colour palette for the 3 themes. - Midnight - Sunset - Morning *This time comes with tree icons too! A new site with links to all the reports and a colour palette picker where you can copy the colour code to your clipboard. Ported to other platforms: Code editors ---- ↳ VS Code ↳ Open VSX Terminals --- ↳ Windows Terminal ↳ iTerm2 Apps --- ↳ Linear App ↳ Slack Channel ↳ Discord ↳ Bear Blog ↳ Instatus Code ---- ↳ CSS ↳ SASS ↳ Tailwind CSS ↳ Swatches ↳ ACO ↳ ASE ------------------------------------------------------ Get them here: https://ift.tt/ZsK2Ja4 ------------------------------------------------------ The first version for Serendipity V1.0 can also be installed from here: - https://ift.tt/OqG39cI Feel free to join Serendipity on Github and if you have any questions, feel free to ask me here or on twitter.com/mike_andreuzza Also, I would like to thank @chaphasilor and the rest of the contributors for helping me out porting the theme to other platforms. Have a great day everyone! /Mike May 15, 2022 at 09:26PM

Show HN: Visual Intersection Observer – intersection utility for visual viewport https://ift.tt/ZxBRED3

Show HN: Visual Intersection Observer – intersection utility for visual viewport https://ift.tt/UOizQDm May 16, 2022 at 02:59AM

Show HN: Simple Financial Planner https://ift.tt/V9SoWJZ

Show HN: Simple Financial Planner https://ift.tt/neS5DXT May 15, 2022 at 08:36AM

Show HN: Organize your open Chrome Tabs like apps on a desktop https://ift.tt/CXxedBu

Show HN: Organize your open Chrome Tabs like apps on a desktop https://ift.tt/ntJf36F May 15, 2022 at 04:12AM

Show HN: Babeloop, a new music sight-reading webapp https://ift.tt/DGSYZ9E

Show HN: Babeloop, a new music sight-reading webapp Backstory: I have a kid learning to play the clarinet in a music conservatory, which involves compulsory sight reading classes. Teaching for sight reading is done on books. The idea for this app is to port the method online, so that it's easier to practice and follow one's progress. It should also be more fun, and, for those so inclined, competitive. The learning method is based on landmarks: for each clef one first learns the position of 2-3 landmarks, and then each note is in relation to a landmark. So for example, if you know where the middle G is on the treble clef, then you can learn fast that 2 positions up (next line) is B, and two positions down is E. (Anecdotally, in an earlier iteration of the app, landmark notes were displayed using specific colors; but users learned colors instead of the note position on the staff, and when they moved to a level without colors (or an actual score) they were completely lost.) The app doesn't try to teach keyboard playing, or fingering for any other instrument for that matter. It only helps associate the position of a note on the staff with a name, in a given clef. It doesn't deal with octaves: a C3 is a C4 is a C; or accidentals: a sharp G is a flat G is a G. It also doesn't wait for user input, as other apps do. Music doesn't work that way; but more importantly, the point is to learn to recognize intervals instantly, not count them. No account is necessary to use the app, only to participate in the leaderboard, and save one's score in case of device reset (or to use more than one device). When an account is created, the data is stored on the server in SQLite; I'm curious to see how far it can go. (Without an account, no data leaves the device.) It's still a little rough around the edges but should work ok in reasonably recent browsers. On the client side, it uses VexFlow to display notes, staff and clefs, but animations are done using CSS transitions (not JS), to be mobile friendly. Tone.js helps provide a more accurate timing than a simple setInterval. Icons are coded in SVG by hand; for simple shapes, this is surprisingly fun and straightforward to do. https://ift.tt/jXSIi5Q May 15, 2022 at 06:55AM

Chủ Nhật, 15 tháng 5, 2022

Show HN: Story of Creating a LinkedIn Alternative https://ift.tt/F4sNWuZ

Show HN: Story of Creating a LinkedIn Alternative https://ift.tt/1KoDHh8 May 14, 2022 at 08:33PM

Show HN: Security for Developers: A Personal Drama in 3 Acts [Free Mini-eBook] https://ift.tt/bEBZu6j

Show HN: Security for Developers: A Personal Drama in 3 Acts [Free Mini-eBook] https://ift.tt/wzBtYJ3 May 15, 2022 at 02:03AM

Show HN: I Made a Tinder for Audiobooks https://ift.tt/DlYT1EA

Show HN: I Made a Tinder for Audiobooks https://bookbeagle.io May 15, 2022 at 01:14AM

Show HN: A collaborative pixel drawing game for when you're bored (Attempt #2) https://ift.tt/SjL3N7H

Show HN: A collaborative pixel drawing game for when you're bored (Attempt #2) Previous thread: https://ift.tt/OJmXEgt Hello again HN! It's been 3 months since I last submitted this project and the back-end server software melted down. I was really bummed that many people didn't get to play, so I've spent most of my spare time since that last post completely rewriting the back-end server software using small, carefully selected dependencies (C99, sqlite, mongoose.ws & cJSON) I've done some basic performance testing and I'm cautiously optimistic that it can now handle up to ~1000 concurrent users. If you have any ideas for improvements, do let me know! Bots are permitted, but try and do something creative instead of just filling the canvas with junk :^) You can view the source code for the new back-end here: https://ift.tt/LZIvSa4 You can also check out a recent time-lapse here: https://www.youtube.com/watch?v=FUmnUvTqn6M The time-lapse gets generated from the server log output using this tool: https://ift.tt/8odZ13H (Note to HN staff: It wouldn't let me repost this unless it had a 'slightly different url', hence the sneaky redirect there. If this is a big no-no, I apologize, otherwise feel free to swap out the URL to the redirected one :^)) https://ift.tt/JrU4Mwn May 14, 2022 at 09:56AM

Show HN: Monitor delivery of automated emails – catch broken email alerts https://ift.tt/gEs3BXx

Show HN: Monitor delivery of automated emails – catch broken email alerts https://notimon.com/ May 14, 2022 at 09:09AM

Show HN: A new way to write and publish research https://ift.tt/qfwIKrO

Show HN: A new way to write and publish research https://dystr.com May 14, 2022 at 07:58AM

Show HN: Let's Markdown – A real-time collaborative Markdown editor https://ift.tt/8179TXy

Show HN: Let's Markdown – A real-time collaborative Markdown editor https://ift.tt/ZokYFMD May 14, 2022 at 06:07AM

Thứ Bảy, 14 tháng 5, 2022

Show HN: Gstreamer-based stream supervisor using YAML https://ift.tt/lSy1F54

Show HN: Gstreamer-based stream supervisor using YAML https://ift.tt/IX6ReBd May 14, 2022 at 02:47AM

Show HN: CSS Transformation for DOM Manipulation https://ift.tt/SslJrnN

Show HN: CSS Transformation for DOM Manipulation https://ift.tt/v8wLTqy May 13, 2022 at 11:20PM

Show HN: Coffeehouse, one-on-one voicechat with random HN users https://ift.tt/9EOzeCT

Show HN: Coffeehouse, one-on-one voicechat with random HN users One-on-one, because it's simpler: - When one stops talking, the other starts. - No groups, no hierarchy, no status. Voicechat, because it's more intimate then text and more private then video. With other HN readers, because that creates some common ground. https://ift.tt/FygnSNx May 13, 2022 at 10:36PM

Show HN: Fast Hacker News app for the addicted ones https://ift.tt/INpKkLv

Show HN: Fast Hacker News app for the addicted ones https://ift.tt/iaX5fvV May 14, 2022 at 01:11AM

Thứ Sáu, 13 tháng 5, 2022

Show HN: Io10.dev, a Data Pipeline in the Browser https://ift.tt/iZ01elp

Show HN: Io10.dev, a Data Pipeline in the Browser https://io10.dev/ May 12, 2022 at 11:23PM

Show HN: A program that fetches data from cht.sh based on the topic https://ift.tt/fMGdZcu

Show HN: A program that fetches data from cht.sh based on the topic This is a little tool that I wrote about 4 months ago that lets you fetch data from cht.sh[0]. It is more of a toy, but someone might find this useful. [0]: https://cht.sh https://ift.tt/SrncZXv May 12, 2022 at 10:02PM

Show HN: Linear issue tracker recreated with Replicache and ~5k loc https://ift.tt/u3KZz1T

Show HN: Linear issue tracker recreated with Replicache and ~5k loc https://ift.tt/R4A6kax May 12, 2022 at 09:53PM

#MasterFeed: Are bots only 5% of users on #Twitter? @elonmusk is not so sure… Seems like a good excuse as any to walk away… 😉 $TWTR https://t.co/LgBWWzYxPO

May 13, 2022 at 01:56AM via MasterFeed

Show HN: Display daily records and normal temperatures from across the US https://ift.tt/3SV82fB

Show HN: Display daily records and normal temperatures from across the US https://ift.tt/sFQI6uf May 12, 2022 at 05:24AM

Show HN: Get a US Company and US Bank Account. Remotely. No SSN Required https://ift.tt/5UTvVlz

Show HN: Get a US Company and US Bank Account. Remotely. No SSN Required https://ift.tt/ExPCSVp May 12, 2022 at 04:17AM

#MasterFeed: Earth from Orbit: NOAA Debuts First Imagery from GOES-18 from @NASA: NOAA shared the first images of the Western Hemisphere from its Geostationary Operational Environmental Satellite-T (GOES-T), later designated GOES-18. https://t.co/dh0DBff2AC #Space https://t.co/ZPIbdqJJGQ

May 12, 2022 at 10:43AM via MasterFeed

#MasterFeed: Earth from Orbit: NOAA Debuts First Imagery from GOES-18 from @NASA: NOAA shared the first images of the Western Hemisphere from its Geostationary Operational Environmental Satellite-T (GOES-T), later designated GOES-18. https://t.co/dh0DBff2AC #Space https://t.co/UoIWbbY4Qc

May 12, 2022 at 04:00AM via MasterFeed

Show HN: Mitmproxy2swagger – Automagically reverse-engineer REST APIs https://ift.tt/Dqmia54

Show HN: Mitmproxy2swagger – Automagically reverse-engineer REST APIs https://ift.tt/wnvTS90 May 12, 2022 at 03:49AM

Thứ Năm, 12 tháng 5, 2022

Show HN: Swimlanes for Trello (at last!) https://ift.tt/hXKVT12

Show HN: Swimlanes for Trello (at last!) https://ift.tt/mov2YRX May 12, 2022 at 01:54AM

Show HN: Shoprocket.io – Turn any website into a shop in seconds https://ift.tt/XO8tx4Y

Show HN: Shoprocket.io – Turn any website into a shop in seconds https://shoprocket.io/ May 11, 2022 at 10:12PM

Show HN: Catchy melodies made with a diffusion-based neural net assistant https://ift.tt/zfwBSPZ

Show HN: Catchy melodies made with a diffusion-based neural net assistant I've created a diffusion-based neural net generative assistant that makes creating new melodies much easier, even for non-musicians like me. These are meant to be just the catchy "hook" parts of songs, so more work is required to make them into full songs, but this is already handled well by existing products (e.g. there are plugins that can suggest a few possible chord progressions based on the melody and there is even good singing software that I used without any tweaks to make the “voice” playlist: Synthesizer V Studio). This side project turned out to be quite challenging because of how little data there is to train on - several orders of magnitude less than DALL-E or GPT-3 had available for its training, so it required a deep dive into research of new generalization and augmentation techniques and some feature engineering. Various other instruments: Voice: https://www.youtube.com/playlist?list=PLoCzMRqh5SkE1yC8_WtJ-... Synth: https://www.youtube.com/playlist?list=PLoCzMRqh5SkFj7RNZvjr7... Bell: https://www.youtube.com/playlist?list=PLoCzMRqh5SkEYHYvHX9m9... Guitar: https://www.youtube.com/playlist?list=PLoCzMRqh5SkGKvfkP2Oex... Sax: https://www.youtube.com/playlist?list=PLoCzMRqh5SkHfsZgzzdSh... Grand Piano: https://www.youtube.com/playlist?list=PLoCzMRqh5SkFMch5x60uh... SoundCloud electric piano: https://ift.tt/9oWQX3i... SoundCloud vocal: https://ift.tt/9oWQX3i... https://www.youtube.com/playlist?list=PLoCzMRqh5SkFwkumE578YO4qa1NTkmMi4 May 11, 2022 at 08:30AM

Show HN: Vessel – Your Passport for the Internet https://ift.tt/EIxFs67

Show HN: Vessel – Your Passport for the Internet https://www.vessel.xyz/ May 11, 2022 at 07:49AM

Thứ Tư, 11 tháng 5, 2022

Show HN: Commands.dev, a searchable collection of commands from across the Web https://ift.tt/hT1ksaK

Show HN: Commands.dev, a searchable collection of commands from across the Web https://ift.tt/K8RusIM May 11, 2022 at 05:19AM

#MasterFeed: #ActiveMeasures @WSJ 🙄#CPI https://t.co/T3mcKnpglX

May 11, 2022 at 04:02AM via MasterFeed

#MasterFeed: This is #DeFi 🤔🙄 #LUNA #Terra #UST https://t.co/g8VDGtycin

May 11, 2022 at 03:59AM via MasterFeed

#MasterFeed: #Cramer’s got to go! 🙄 ⁦@IvanTheK⁩ ⁦@CramerTracker⁩ https://t.co/PdvzhmZRyK

May 11, 2022 at 03:50AM via MasterFeed

Show HN: Generate Art with Python (No NFTs) https://ift.tt/zmGx6vf

Show HN: Generate Art with Python (No NFTs) https://ift.tt/Xnesv4k May 10, 2022 at 04:49AM

Thứ Ba, 10 tháng 5, 2022

#MasterFeed: Nina Wang: Bringing Accountability Into Focus from @NASA: Nina Wang has more than a decae of experience in financial reporting and analysis, financial statement audits, and internal controls. https://t.co/4W7jUp3UjZ #Space https://t.co/RhfTJapVBE

May 10, 2022 at 03:31AM via MasterFeed

Show HN: Faros Community Edition – open-source engineering operations platform https://ift.tt/qQA5DkF

Show HN: Faros Community Edition – open-source engineering operations platform https://ift.tt/xsPWZu5 May 10, 2022 at 04:33AM

#MasterFeed: There Is No Natural Liberal #WorldOrder—Without Someone to Enforce It Unless democracies defend themselves, the forces of autocracy will destroy them.   An excellent piece from Anne Applebaum in this month's The Atlantic.  There Is No Liberal World Order Unless democrac… https://t.co/Fsx3fwkrYB

May 10, 2022 at 02:01AM via MasterFeed

#MasterFeed: There Is No Natural Liberal #WorldOrder—Without Someone to Enforce It https://t.co/zwGqCE0DKv

May 10, 2022 at 01:02AM via MasterFeed

Show HN: 3D Portfolio website with late 90s aesthetic, made with Three and React https://ift.tt/1QsHZPg

Show HN: 3D Portfolio website with late 90s aesthetic, made with Three and React https://ift.tt/p0OKGkl May 9, 2022 at 02:18AM

Show HN: Suggest a Feature for Any App https://ift.tt/TzQFaE8

Show HN: Suggest a Feature for Any App https://ift.tt/A7VhR25 May 9, 2022 at 12:43AM

Thứ Hai, 9 tháng 5, 2022

#MasterFeed: A View of Earth From the Space Station from @NASA: NASA astronaut Jessica Watkins floats in the space station’s cupola, a direct nadir viewing window from which Earth and celestial objects are visible. https://t.co/qMdGxiDBO1 #Space https://t.co/a3QOt7Z2sr

May 09, 2022 at 05:36AM via MasterFeed

Show HN: YouBarter – A Nonprofit Bartering Platform https://ift.tt/IkuTHlq

Show HN: YouBarter – A Nonprofit Bartering Platform YouBarter is located at https://youbarter.us/ If you liked it, be sure to upvote on product hunt! https://ift.tt/zPLw9mC Please provide me with any bugs you've found or any feedback you want to suggest. Thanks! May 9, 2022 at 04:44AM

Show HN: Terrareg: An open-source Terraform module registry https://ift.tt/IQzfP9r

Show HN: Terrareg: An open-source Terraform module registry https://ift.tt/QR0DTjW May 9, 2022 at 02:22AM

Show HN: Cognate – Stack oriented programming in English prose https://ift.tt/iQsKHkF

Show HN: Cognate – Stack oriented programming in English prose https://ift.tt/c8nobZW May 9, 2022 at 01:23AM

Chủ Nhật, 8 tháng 5, 2022

Show HN: Blind Upload - e2e encrypted file store with key in URL fragment https://ift.tt/rQ3WopB

Show HN: Blind Upload - e2e encrypted file store with key in URL fragment https://ift.tt/0hEZLBJ May 8, 2022 at 02:37AM

Show HN: Prof Simon Wright [Captain Future] – In Your Raspberry Pi https://ift.tt/RFgk1Wp

Show HN: Prof Simon Wright [Captain Future] – In Your Raspberry Pi https://ift.tt/noTz9fF May 8, 2022 at 02:09AM

Show HN: A game for learning C operator precedence https://ift.tt/0jJU9TA

Show HN: A game for learning C operator precedence https://ift.tt/HhTOzc0 May 8, 2022 at 01:10AM

Show HN: High performance ordered priority queue package with Redis (Go) https://ift.tt/0NXwMdC

Show HN: High performance ordered priority queue package with Redis (Go) https://ift.tt/PzueFEs May 8, 2022 at 12:01AM

Show HN: Snappy Icons–Open Source Icon Pack for React Native https://ift.tt/rhPHCST

Show HN: Snappy Icons–Open Source Icon Pack for React Native https://snappyicons.com May 7, 2022 at 11:33PM

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 7, 2022 at 02:01PM

Show HN: Using Wave Function Collapse to create a 2D map https://ift.tt/tzgTQrL

Show HN: Using Wave Function Collapse to create a 2D map https://ift.tt/isKV0xP May 7, 2022 at 11:23AM

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 7, 2022 at 09:48AM

Show HN: I made Ankify that converts notes to Anki cards https://ift.tt/9NdJjWl

Show HN: I made Ankify that converts notes to Anki cards Backstory: I was in medical school and had to study a ton of materials in short period of time. I came across Anki but always had trouble with making cards. In my mind, making cards should be quick, seconds instead of minutes. My other problem is after making the cards, each card does not really relate to the other. When you study the individual card, your thought process is very random and not cohesive. I wanted to be able to still reference to my notes for big concepts and then use the cards to memorize the details but also for long term retention. Ankify came out of that. At the time, I did not know any programming and paid someone to write a script in Python to convert the cards. Then, eventually I learned Python myself and expanded on the script. I also uploaded the markdown files online so I could view them anywhere ( https://ift.tt/4e2AFHK ). I ran into a wall in making user interface for the program. It was difficult to make good looking cross platform user interface with Python. I gave up on making user interface for a year or two with end of med school and residency. After a while, I went back to see if anyone else had made anything similar. Despite many plugins/programs that makes it easy to make cards, none of them really focused on readability of the original notes. I decided to sit down and learn javascript to help with UI creation. After about 3 years, everything finally came together after I learned Svelte, Tailwind, and Electron. I know Electron is not the most efficient program, but it's what works for me. Also, it's also the feeling of being able to make whatever my mind can think of. It feels really refreshing and empowering. Even making the website for Ankify is a lot of fun. You have to think so much about the presentation, typography, logistics. https://ift.tt/QGjZwKY May 7, 2022 at 03:33AM

Thứ Sáu, 6 tháng 5, 2022

#MasterFeed: NASA’s SpaceX Crew-3 Splashes Down from @NASA: The SpaceX Crew Dragon Endurance spacecraft is seen shortly after it landed with NASA and ESA astronauts on Friday, May 6, 2022. https://t.co/hhBK8T7lK9 #Space https://t.co/lfIfk9U3Ij

May 06, 2022 at 04:02AM via MasterFeed

Show HN: ETL at Trino speeds and a step-by-step tutorial on running benchmarks https://ift.tt/FlkutXI

Show HN: ETL at Trino speeds and a step-by-step tutorial on running benchmarks https://ift.tt/jrbmkDf May 5, 2022 at 07:17AM

Show HN: Art Diario – Curated art on your desktop every day https://ift.tt/SalI0MO

Show HN: Art Diario – Curated art on your desktop every day Hey HN! I made a little app that changes your desktop background to a new piece of curated art every day. Everyone sees the same art so you can talk to your friends about it! I learned to code a couple years ago from a bootcamp to fulfill a lifelong desire to be able to create end-to-end applications. I've been a designer, I've been a PM, but I really wanted to be able to build the things in my head. This is my first attempt to build something entirely from scratch! This seemed so simple at first. All it does is change your background! But I wanted a fancy little admin panel that allowed me and my wife to upload new art. I wanted to be able to make the crop that ends up on your desktop really straightforward. I wanted it to be cheap to host, so hella caching. Also, omg, timezones! Marketing images and websites! There were so many pieces to this, it is honestly astonishing how much work indie makers put into their solopreneur apps. All mine does is change your background. The people who produce more complicated stuff are really impressive. I'm excited and nervous to share this with you all! Thank you for taking a look! https://ift.tt/WaMFSlB May 5, 2022 at 07:01AM

#MasterFeed: Crew-3 on the Way Home Aboard SpaceX Dragon Endurance from @NASA: Dragon https://t.co/eYcEUTdLM4 #Space https://t.co/nORNwvXmu2

May 05, 2022 at 08:11AM via MasterFeed

Show HN: Tetris, but silly. (instantly launching game prototype) https://ift.tt/oRVYQf8

Show HN: Tetris, but silly. (instantly launching game prototype) https://ift.tt/MaJW9rm May 5, 2022 at 06:33AM

Show HN: Build presentation slides with widgets from Python Notebook https://ift.tt/W62aSxU

Show HN: Build presentation slides with widgets from Python Notebook https://ift.tt/h0MqAxs May 5, 2022 at 04:30AM

Thứ Năm, 5 tháng 5, 2022

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 05:09AM

Show HN: USV = Unicode Separated Values https://ift.tt/BYjVr41

Show HN: USV = Unicode Separated Values https://ift.tt/YHIfg9Z May 4, 2022 at 07:41AM

Show HN: ToolJet 1.2 OSS Retool alternative with realtime multiplayer editing https://ift.tt/sz4gFJy

Show HN: ToolJet 1.2 OSS Retool alternative with realtime multiplayer editing https://ift.tt/yCFNOS6 May 4, 2022 at 07:34AM

Thứ Tư, 4 tháng 5, 2022

Show HN: Compose-regexp.js Build readable and maintainable RegExps. ReDOS begone https://ift.tt/rNLEwCY

Show HN: Compose-regexp.js Build readable and maintainable RegExps. ReDOS begone This is an old lib I just rejuvenated, adding support for Unicode RegExps, properly handling back-references, and taking advantage of these to create helpers that turn things that are usually too impractical to use into usable techniques. It lets you write anything you'd write with normal RegExps, but with a more readable syntax, and it lets you compose sub-expressions into larger patterns. It also provides helpers like: - `atomic()` that prevents the engine from backtracking into what you passed as argument. No more ReDOS. - `bound()` works like `\b` but for arbitrary character sets. E.g. `bound(/[_\p{L}\p{Number}]/u)` is a Unicode-aware `\b` - Set operations on character classes: `charSet.intersection(/\p{Lowercase}/u, /\p{Script=Greek}/u)` will only match lower case greek letters I hope you'll find it useful! https://ift.tt/tMckZ83 May 4, 2022 at 06:07AM

Show HN: Daily Dune Quotes Reader https://ift.tt/3HfqZCE

Show HN: Daily Dune Quotes Reader I've been a fan of Frank Herbert's Dune novels and love many quotes sprinkled throughout the books. However I couldn't find an easy way to go back to them, so I curated them and put them in a web-app. It currently covers the entire first book, but am working toward covering all six. I hope Dune novels fans here enjoy it. https://dailydune.app/ May 4, 2022 at 04:53AM

#MasterFeed: Black Holes Are Hard to Find from @NASA: Black holes are hard to find. They have such strong gravity that light can’t escape them, so scientists must rely on clues from their surroundings to find them. https://t.co/983fZHZFxc #Space https://t.co/ql8KCbldBF

May 04, 2022 at 04:46AM via MasterFeed

Show HN: A free, open-source video conference app that works on all browsers https://ift.tt/FfIUWAp

Show HN: A free, open-source video conference app that works on all browsers https://ift.tt/QDyOUNE May 4, 2022 at 02:43AM

Thứ Ba, 3 tháng 5, 2022

Show HN: Squeak – add threaded discussions to any page of your docs https://ift.tt/FtWRaQI

Show HN: Squeak – add threaded discussions to any page of your docs https://ift.tt/mjUoOAT May 3, 2022 at 04:09AM

#MasterFeed: NASA Celebrates Teachers! from @NASA: May 2-6, 2022, is Teacher Appreciation Week! At NASA, we know the importance of STEM (science, technology, engineering, and math) education. https://t.co/1880w4oRXE #Space https://t.co/e1WvFiv60F

May 03, 2022 at 03:57AM via MasterFeed

Show HN: Find the 10 highest and 10 lowest correlations to any stock https://ift.tt/lrnaY3w

Show HN: Find the 10 highest and 10 lowest correlations to any stock During the start of the year I was thinking how could I bet against certain stocks (in my case mainly Tesla) without using derivatives and the risks that come with them. After I had success betting on the oil price with a highly correlated investment fond, I came to the conclusion that negative correlations could be used to bet against the price of other assets. Unfortunately, it is not easy to find correlations between assets if you don't know which assets to compare in the first place. So I created a website where you can find the 10 highest and 10 lowest correlations of certain assets. https://betagainst.fun/ May 3, 2022 at 02:10AM

Show HN: Contember – Open-source headless CMS development platform https://ift.tt/MyzAW4v

Show HN: Contember – Open-source headless CMS development platform https://ift.tt/WVBDcxu May 2, 2022 at 10:53PM

Show HN: I'm deprecating LinkedIn recruitment with a Lisp, SQLite and htmx https://ift.tt/N0Xsfml

Show HN: I'm deprecating LinkedIn recruitment with a Lisp, SQLite and htmx FAQ: https://ift.tt/sfhAHmT Feel free to ask me any questions. FAQ archive in case the website goes down: https://ift.tt/6AKZVz0... https://ift.tt/vLYpwG0 May 3, 2022 at 12:35AM

#MasterFeed: @antonioguterres @UNHumanRights @mbachelet @UNWatch @amnesty https://t.co/f7JedA9RQ9

May 02, 2022 at 06:55AM via MasterFeed

Thứ Hai, 2 tháng 5, 2022

Show HN: My Virtual Bookshelf https://ift.tt/CFNY7Ql

Show HN: My Virtual Bookshelf https://ift.tt/ahRNmuI May 2, 2022 at 06:13AM

Show HN: Find and copy emoji characters from your terminal https://ift.tt/9vFYsPr

Show HN: Find and copy emoji characters from your terminal https://ift.tt/i9vbgAY May 2, 2022 at 04:55AM

#MasterFeed: Misty Snopkowski: Working to Make Commercial Space a Reality from @NASA: Misty Snopkowski is NASA’s program executive for the Commercial Low-Earth Orbit (LEO) Development program. https://t.co/B3C8y1PuDD #Space https://t.co/n7XvXY6nwS

May 02, 2022 at 04:56AM via MasterFeed

#MasterFeed: #Spain’s PM Pedro Sánchez’s phone #hacked using #Pegasus #spyware; #EU looking to ban use of #NSO’s spyware in #Europe https://t.co/bkdj1UWzx3

May 02, 2022 at 03:45AM via MasterFeed

Show HN: One-click collection of online data https://ift.tt/FSrHWU1

Show HN: One-click collection of online data https://kaddara.com/ May 1, 2022 at 08:37PM

Show HN: Contentful Debugger https://ift.tt/gEc7sMQ

Show HN: Contentful Debugger https://ift.tt/1Vj2opd April 30, 2022 at 10:11PM

Chủ Nhật, 1 tháng 5, 2022

Show HN: Diet256 Is a Centrally Coordinated INET256 Network https://ift.tt/DJXTIVH

Show HN: Diet256 Is a Centrally Coordinated INET256 Network https://ift.tt/EN9Q6ge May 1, 2022 at 06:04AM

Show HN: A Web-Based Modular Drum Machine for You to Play With https://ift.tt/4BtaxMh

Show HN: A Web-Based Modular Drum Machine for You to Play With https://ift.tt/8HKhqRQ May 1, 2022 at 04:54AM

Show HN: How to Professionally Say https://ift.tt/aiVLUdn

Show HN: How to Professionally Say https://ift.tt/0niz4y9 May 1, 2022 at 03:50AM

Show HN: Userscript to make HN @usernames clickable https://ift.tt/9Qc7HPI

Show HN: Userscript to make HN @usernames clickable https://ift.tt/Uyz7D05 April 30, 2022 at 10:34PM

Show HN: Turn GitHub repos into tutorials with code that can be edited and run https://ift.tt/AQCXnlh

Show HN: Turn GitHub repos into tutorials with code that can be edited and run https://io.livecode.ch/ May 1, 2022 at 12:25AM

Show HN: I'm building the “chess.com” of speed cubing https://ift.tt/I8cweid

Show HN: I'm building the “chess.com” of speed cubing https://ift.tt/YZpny3J April 30, 2022 at 05:23PM

Show HN: Telegram to Notion Bot https://ift.tt/Fq6BvOK

Show HN: Telegram to Notion Bot https://ift.tt/RESd1kl April 30, 2022 at 06:03AM

Show HN: Python Compiler – Smart Python autocomplete https://ift.tt/kTXna4Z

Show HN: Python Compiler – Smart Python autocomplete https://ift.tt/bQYnw6f April 30, 2022 at 06:08AM