Monday, 30 May 2022

New Show Hacker News story: latest news

Show HN: Query Google Sheet data using PostgreSQL clients
2 by houqp | 0 comments on Hacker News.


New Show Hacker News story: latest news

Show HN: Fullstack web should be easy
2 by nathants | 0 comments on Hacker News.


New Show Hacker News story: latest news

Show HN: Resumecreator.io – I built a simple resume builder
2 by estevaoam | 0 comments on Hacker News.
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

Sunday, 29 May 2022

New Show Hacker News story: latest news

Show HN: Multiplayer sudoku. Race to fill in the most squares
4 by abatilo | 0 comments on Hacker News.
https://sudokurace.io is a free, real time multiplayer sudoku board. Invite your friends and race to fill the most squares. All feedback is welcome. MVP was built over the last ~4 days. Lmk what you think! You can play with as many people as you'd like at the same time

New Show Hacker News story: latest news

Show HN: Bugfruit – a simple embedded key-value store
2 by reesporte | 0 comments on Hacker News.
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...

New Show Hacker News story: latest news

Show HN: NetBird – A P2P Network with WebRTC, WireGuard, SSO, and Zero Trust
5 by braginini | 0 comments on Hacker News.
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 :)

New Show Hacker News story: latest news

Show HN: A Simple and Free Cloud List DB
2 by prakis | 0 comments on Hacker News.


New Show Hacker News story: latest news

Show HN: Spanish Basic
2 by sandes | 0 comments on Hacker News.


New Show Hacker News story: latest news

Show HN: Small CLI to export/backup Spotify playlists to plain text files
2 by devrob | 0 comments on Hacker News.


New Show Hacker News story: latest news

Show HN: WebRTC Nuts and Bolts, A holistic way of understanding how WebRTC runs
4 by adalkiran | 0 comments on Hacker News.
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

Friday, 27 May 2022

New Show Hacker News story: latest news

Show HN: The Concept of a Personal File System
3 by Rygian | 0 comments on Hacker News.


New Show Hacker News story: latest news

Show HN: A live debugger for VSCode for Node.js and Python runtimes
2 by bariskaya | 0 comments on Hacker News.


New Show Hacker News story: latest news

Show HN: React Holmes – Elementary State Orchestrator for React
2 by riktar | 0 comments on Hacker News.
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

New Show Hacker News story: latest news

Show HN: A secure command-line encryption tool written in Rust
2 by brxken | 0 comments on Hacker News.


New Show Hacker News story: latest news

Show HN: Open-source enterprise SSO – integrate SAML with a few lines of code
5 by deepakprab | 1 comments on Hacker News.


New Show Hacker News story: latest news

Show HN: A Reddit style site to discuss podcast episodes
7 by wolframhempel | 4 comments on Hacker News.


Thursday, 26 May 2022

New Show Hacker News story: latest news

Show HN: Renote (Note-taking and collaboration app for iPad and Apple Pencil)
2 by ancrane | 0 comments on Hacker News.
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

New Show Hacker News story: latest news

Show HN: Top links from HN, Reddit, Producthunt and Techmeme on one page
3 by Zakuzaa | 1 comments on Hacker News.
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.

New Show Hacker News story: latest news

Show HN: In-demand skills missing from your resume
2 by Oras | 0 comments on Hacker News.


New Show Hacker News story: latest news

Show HN: Our new product Construct Animate now in public beta
3 by AshleysBrain | 0 comments on Hacker News.


New Show Hacker News story: latest news

Show HN: Vaxiin – Zombie server recovery engine
2 by balex | 1 comments on Hacker News.


New Show Hacker News story: latest news

Show HN: Search hard-to-type symbols and copy to clipboard
2 by hackerting | 0 comments on Hacker News.


Wednesday, 25 May 2022

New Show Hacker News story: latest news

Show HN: BrowserBox – Remote Browser
10 by pallavJha | 4 comments on Hacker News.
Hello Folks, We've been building Browser Box as a platform to embed and stream remote browser's content. It is an early preview and we are sharing it with the HN community to get feedbacks. Remote Browser[1] is a demo built on top of it. Here we've tried to emulate a browser's view inside a browser tab. Do check it out and we'd love to read your thoughts here. 1. https://remote.bbx.dev/

New Show Hacker News story: latest news

Show HN: FlightHook, a flight tracker for diverted flights
4 by route3 | 1 comments on Hacker News.


New Show Hacker News story: latest news

Show HN: AWS Bootstrap – Full stack on AWS in one click
8 by igorzij | 2 comments on Hacker News.


New Show Hacker News story: latest news

Show HN: StockScent – Stock Market Sentiment Analysis Against Reddit
2 by khamoud | 4 comments on Hacker News.


New Show Hacker News story: latest news

Show HN: Replpad – Live Repl/Scratchpad
2 by amadeuspagel | 1 comments on Hacker News.


New Show Hacker News story: latest news

Show HN: Contribution Graph as a Git Command
2 by aaossa | 1 comments on Hacker News.


New Show Hacker News story: latest news

Show HN: Resume Writing Assistant -standalone-
2 by fer_momento | 1 comments on Hacker News.


New Show Hacker News story: latest news

Show HN: VideoMentions – Search YouTube based on the spoken words in videos
12 by kellenmace | 2 comments on Hacker News.


Tuesday, 24 May 2022

New Show Hacker News story: latest news

Show HN: Make your Gmail Inbox easier to use with a better rule manager
4 by excel-slave | 0 comments on Hacker News.
Been building something that will hopefully be useful to the community and Gmail users in general - would love to get any feedback / thoughts! So my Gmail inbox used to be a mess, especially after I signed up for a few newsletters. I tried creating filters by using "Filter messages like these", but I ended up with 50 rules that could be condensed to ~20. It was also difficult to get a good overview of what all the different rules are doing. So a friend and I built a website called SortEm to help us out. Check out some the rules we added in this link and apply them to your inbox if you find them useful! The 10 rules in the link are for stuff like: Marking large emails with the label ">10MB" Marking emails from eBay and Amazon with "e-com" labels Marking emails with keywords of newsletters and promotions as "Newsletter | Promotion" and making them skip the inbox Marking emails with keywords of security notifications as "Security notification" and making sure they are in Primary Marking emails from sites like GitHub, Reddit etc. BTW: In SortEm you can also upload a Gmail filter file, edit the different filters, add some useful filters that we collected from friends and from our own inboxes, and apply them all to your own Gmail. Also, you can create a unique link that will save your rules. Would love to hear what you guys think, and feel free to spread the word! :)

New Show Hacker News story: latest news

Show HN: Cube – open-source headless BI
6 by igorlukanin | 1 comments on Hacker News.
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).

New Show Hacker News story: latest news

Show HN: Tetra – A full stack component framework for Django using Alpine.js
3 by samwillis | 0 comments on Hacker News.
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

New Show Hacker News story: latest news

Show HN: No ML Degree – Landing your first machine learning job without a degree
2 by emilwallner | 2 comments on Hacker News.


New Show Hacker News story: latest news

Show HN: I brought the benefits of LaTeX to non technical users
5 by WolfOliver | 1 comments on Hacker News.


Saturday, 21 May 2022

New Show Hacker News story: latest news

Show HN: AccentQuest – get better at understanding Indian accents
2 by ptm | 0 comments on Hacker News.


New Show Hacker News story: latest news

Show HN: Enable element transformation between containers
2 by justjooon | 0 comments on Hacker News.


New Show Hacker News story: latest news

Show HN: AWS Should Be Easy
3 by nathants | 2 comments on Hacker News.


New Show Hacker News story: latest news

Show HN: TypeManager.TS – Transform plain JSON into JavaScript model classes
3 by dpimonov | 1 comments on Hacker News.


New Show Hacker News story: latest news

Show HN: A fully automated podcast – actually 12 podcasts
6 by holdenc137 | 2 comments on Hacker News.
"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!

New Show Hacker News story: latest news

Show HN: Binary Counting
3 by boxed | 1 comments on Hacker News.


New Show Hacker News story: latest news

Show HN: Self-Hosted wayback machine、pocket
2 by hamsterbase | 3 comments on Hacker News.


Friday, 20 May 2022

New Show Hacker News story: latest news

Show HN: Releasing Vulnerabilities of Open Source Software
3 by daudmalik06 | 0 comments on Hacker News.
Thrilled to announce that very soon The List Of Vulnerabilities collected from multiple platforms including ( npm, Maven, Go, NuGet, PyPI, RubyGems, crates.io, Packagist, Linux, OSS-Fuzz ) will be live at https://ift.tt/C0uv5ix. In short we are making sure that no vulnerability is left unreported and your software/service is always protected from unexpected attacks. Who doesn’t know Vulert Yet: Vulert, without any integration, notifies you if a Security Issue is found in any of the open-source software you are relying upon. HOW DOES VULERT PROTECT YOU ? PRIVACY: You don't need to share your codebase or integrate anything, all you need to do is to upload the list of open-source software you use. IMPROVED SECURITY: Existing solutions check the Current Security of your software. Unlike them we track your application not only for current but also for Future Security Issues. ECONOMICAL: You don’t need security staff just to keep track of your dependencies, Vulert can do it efficiently and it's very economical. HOW DOES VULERT WORK ? We keep an eye on open source code, our security team analyzes changes in the open source software. On an hourly basis, we gather the security advisories of the Vendors / Security Researchers. In case we find any security advisory for a software used by our customers, We notify them. Feel free to give feedback or ask any query, to contact info@vulert.com

New Show Hacker News story: latest news

Show HN: Chrome Extension for eBay Kleinanzeigen (German Only)
2 by kirschem | 0 comments on Hacker News.


New Show Hacker News story: latest news

Show HN: Online dice roller for tabletop roleplaying games
2 by nullfish | 1 comments on Hacker News.


New Show Hacker News story: latest news

Show HN: A simplified German income tax calculator
2 by nicbou | 0 comments on Hacker News.


New Show Hacker News story: latest news

Show HN: WebApp to Create 3D Plants
2 by jimfx | 1 comments on Hacker News.


New Show Hacker News story: latest news

Show HN: I made a program to simplify writing LaTeX math equations
3 by neosapien | 2 comments on Hacker News.


Thursday, 19 May 2022

New Show Hacker News story: latest news

Show HN: A stab at building my own string diffing library
19 by alexmacarthur | 1 comments on Hacker News.
Took a stab at building my own string diffing JS package. I built an interactive demo for TypeIt’s website (https://ift.tt/WGdxwDo) a while back. The approach I took to handle user input necessitated a way to calculate the difference between the versions of a user’s text input. I searched around for a package to help me out and found a couple of good ones (like fast-diff), but I either didn’t really like their API or didn’t want to take on a huge new dependency. Instead, I thought I’d give it a shot myself (famous last words). I dove into it having no real formal knowledge of the algorithmic approaches to string diffing, and so things got frustrating real fast. But then I figured out a way to build it out using JavaScript symbols to link characters that helped ease the complexity a ton. It all resulted in “striff,” which comes in at just over 600 bytes gzipped, and that I’ve been using in production for a couple of months now. It’s a little weird looking back now, because I don’t think I’d recommend someone taking the same path in building your own, but at the same time, there’s an immense satisfaction knowing I was able to figure out a pretty reliable approach. Check it out: https://ift.tt/hb1ZxM8

New Show Hacker News story: latest news

Show HN: Algebraic — Effortless macOS file encryption, integrated with Finder.
2 by nishs | 0 comments on Hacker News.


New Show Hacker News story: latest news

Show HN: Hiring Without Whiteboards
2 by alexfromapex | 0 comments on Hacker News.


New Show Hacker News story: latest news

Show HN: Outread – Read digestible summaries of top research articles
3 by drytinall | 1 comments on Hacker News.


New Show Hacker News story: latest news

Show HN: Figma plugin to search 118,740 free, open source icons and emojis
3 by onassar | 1 comments on Hacker News.


New Show Hacker News story: latest news

Show HN: Privaxy – adblocking / tracker blocking by MITMing HTTPS traffic
3 by pierrebarre | 0 comments on Hacker News.


Wednesday, 18 May 2022

New Show Hacker News story: latest news

Show HN: Pickcode – A graphical code editor for education
4 by csmeyer | 1 comments on Hacker News.


New Show Hacker News story: latest news

Show HN: Kobu – A DSL for constructing source code generators
2 by luiz_mineo | 0 comments on Hacker News.


New Show Hacker News story: latest news

Show HN: 120k SVG logos, also available in PNG format. Free downloads
2 by astonfred | 0 comments on Hacker News.


New Show Hacker News story: latest news

Show HN: YouTube Crypto Scam Hunter
2 by addshore | 1 comments on Hacker News.


New Show Hacker News story: latest news

Show HN: A site that puts in a referral for you for your dream job
2 by upwardline | 0 comments on Hacker News.


New Show Hacker News story: latest news

Show HN: Open-source Firebase Alternative? It's here
8 by christyjacob4 | 1 comments on Hacker News.


New Show Hacker News story: latest news

Show HN: Natural Language Processing Demystified (Part One)
10 by mothcamp | 1 comments on Hacker News.
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

New Show Hacker News story: latest news

Show HN: Photobox by Pixlr
2 by poniko | 1 comments on Hacker News.


Tuesday, 17 May 2022

New Show Hacker News story: latest news

Show HN: gallpeters – A website/API to create a simple, customizable world map
4 by ArjunYadav | 0 comments on Hacker News.


New Show Hacker News story: latest news

Show HN: Floor Price Notifications for NFT's
2 by hcalium | 0 comments on Hacker News.


New Show Hacker News story: latest news

Show HN: Bike – macOS Native Outliner
150 by jessegrosjean | 74 comments on Hacker News.
Bike’s most original feature is the “fluid” text editing. Lots of text editors have animated some interactions (cursor movement, insert newline, etc), but I think Bike is the first designed from the ground up to support fluid editing. Give it a try, it feels different. (movie on home page if you don't have Mac) Other Features: • In text mode Bike works like a normal text editor. In outline mode rows are constrained to outline hierarchy. • .bike file format is HTML subset, so files are easy to parse and manipulate. Bike also supports .opml and .txt. • Scriptable via AppleScript. Javascript plugin API also expected in future, though no timing on that. • Architecture needed to support fluid editing also makes Bike faster/more scalable than most (all?) outliners and many text editors. I test performance using the Moby Dick Workout[^1]. Implementation Notes: • View is built using CALayers[^2]. • Animations are performed by Core animation and Motion[^3] lib. • View performance is determined by visible text, not document size. Model representation is interesting in that it’s just a flat list of rows. Each row has a `level` property, outline structure is determined dynamically. View implementation requires that each row has a unique ID. I’m using OrderedDictionary from Swift Collections[^4] to store rows. This is Bike’s performance bottleneck for large outlines. Eventually I may change to augmented b+tree and then should be able to work with gigabytes worth of outline. That will be fun, but not sure it’s actually needed. Already probably fast enough for 99% of use cases as is. Hope you find Bike interesting. I’m happy to answer any questions. [^1]: https://ift.tt/6teXvdm [^2]: https://ift.tt/BcufV9M [^3]: https://ift.tt/Sw32gba [^4]: https://ift.tt/eNogq5i

New Show Hacker News story: latest news

Show HN: Care, Burnout Assessment for Remote Teams
2 by kronop | 0 comments on Hacker News.


New Show Hacker News story: latest news

Show HN: Simple Wave Function Collapse
5 by atum47 | 2 comments on Hacker News.


New Show Hacker News story: latest news

Show HN: A tool for conducting a virtual card sorting
2 by indigane | 1 comments on Hacker News.
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.

New Show Hacker News story: latest news

Show HN: I built a Snipcart e-commerce platform integration for Astro
2 by lloydatkinson | 1 comments on Hacker News.


Monday, 16 May 2022

New Show Hacker News story: latest news

Show HN: Try this balance the ball game to assess wrist health
3 by devchandan | 5 comments on Hacker News.


New Show Hacker News story: latest news

Show HN: What dogs can eat? (Web App)
5 by biancamuche | 0 comments on Hacker News.


New Show Hacker News story: latest news

Show HN: SSort – The Python source code sorter
2 by bwhmather | 0 comments on Hacker News.
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.

New Show Hacker News story: latest news

Show HN: Xtend UI tailwindcss and vanilla JavaScript components
2 by minimit | 0 comments on Hacker News.


New Show Hacker News story: latest news

Show HN: Visual Intersection Observer – intersection utility for visual viewport
2 by paweltatarczuk | 1 comments on Hacker News.


New Show Hacker News story: latest news

Show HN: Bladewind, Laravel Components with Tailwind and Vanilla JavaScript
2 by mkocansey2 | 2 comments on Hacker News.


Sunday, 15 May 2022

New Show Hacker News story: latest news

Show HN: KittenDNS – easy to setup, rule engine, LetsEncrypt compatible
5 by cyansmoker | 1 comments on Hacker News.
My goal was to create a DNS server as simple as the LDAP server I've been contributing to (glauth) and here it is: https://ift.tt/i6S4IHQ A few things to know about it: - It is easy to configure using a Toml file - I am using it to bail my coredns/etcd instances when under attack - (yes, it also works as a service location server) - It comes with a simple, plain English, rule engine that doesn't do much at this point - It can be used with LetsEncrypt. I use it to retrieve certificates for my home servers. - RFC: all the nice ones :) Anyway, feedback is welcome.

New Show Hacker News story: latest news

Show HN: Simple Financial Planner
4 by pinkmuffinere | 1 comments on Hacker News.


New Show Hacker News story: latest news

Show HN: I made a Turing machine programing language
3 by Uncodeable864 | 0 comments on Hacker News.


New Show Hacker News story: latest news

Show HN: Organize your open Chrome Tabs like apps on a desktop
4 by bachmitre | 1 comments on Hacker News.


New Show Hacker News story: latest news

Show HN: Babeloop, a new music sight-reading webapp
3 by bambax | 2 comments on Hacker News.
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.

New Show Hacker News story: latest news

Show HN: Story of Creating a LinkedIn Alternative
5 by yogini | 0 comments on Hacker News.


New Show Hacker News story: latest news

Show HN: Security for Developers: A Personal Drama in 3 Acts [Free Mini-eBook]
2 by dck-one | 0 comments on Hacker News.


New Show Hacker News story: latest news

Show HN: I Made a Tinder for Audiobooks
3 by leobg | 1 comments on Hacker News.


Saturday, 14 May 2022

New Show Hacker News story: latest news

Show HN: A new way to write and publish research
24 by nallana | 0 comments on Hacker News.


New Show Hacker News story: latest news

Show HN: Let's Markdown – A real-time collaborative Markdown editor
9 by Cveinnt | 2 comments on Hacker News.


New Show Hacker News story: latest news

Show HN: Gstreamer-based stream supervisor using YAML
2 by ouzb64ty | 0 comments on Hacker News.


New Show Hacker News story: latest news

Show HN: CSS Transformation for DOM Manipulation
5 by wezwozor | 0 comments on Hacker News.


New Show Hacker News story: latest news

Show HN: Coffeehouse, one-on-one voicechat with random HN users
2 by amadeuspagel | 4 comments on Hacker News.
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.

New Show Hacker News story: latest news

Show HN: Fast Hacker News app for the addicted ones
3 by D_Joni | 1 comments on Hacker News.


Thursday, 12 May 2022

New Show Hacker News story: latest news

Show HN: Klippper, a web clipper extension for Notion
3 by shokshok | 1 comments on Hacker News.


New Show Hacker News story: latest news

Show HN: My TUI library, PyTermGUI now features an intelligent layout system
6 by bczsalba | 0 comments on Hacker News.
This was by far the most common missing feature of the library since my first post, so I'm really happy I managed to figure it out. See the release for some code examples and a detailed changelog, and most importantly, have a great day!

Wednesday, 11 May 2022

New Show Hacker News story: latest news

Show HN: Receipt Cat – Effortless expense and income tracking for Entrepreneurs
3 by jryankennedy12 | 1 comments on Hacker News.


New Show Hacker News story: latest news

Show HN: Automated Capital
4 by forstmeier | 0 comments on Hacker News.


New Show Hacker News story: latest news

Show HN: Ddosify – Simple Load Testing Tool
7 by kursat_ | 0 comments on Hacker News.


New Show Hacker News story: latest news

Show HN: Catchy melodies made with a diffusion-based neural net assistant
5 by zone411 | 0 comments on Hacker News.
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...

New Show Hacker News story: latest news

Show HN: Vessel – Your Passport for the Internet
19 by cco | 6 comments on Hacker News.


New Show Hacker News story: latest news

Show HN: Commands.dev, a searchable collection of commands from across the Web
16 by alokedesai | 1 comments on Hacker News.


Tuesday, 10 May 2022

New Show Hacker News story: latest news

Show HN: Peridot – A functional language based on two-level type theory
127 by ehatti | 19 comments on Hacker News.


New Show Hacker News story: latest news

Show HN: TypeHub – A GitHub like platform to model open data specifications
4 by k42b3 | 0 comments on Hacker News.


New Show Hacker News story: latest news

Show HN: Generate Art with Python (No NFTs)
5 by sixhobbits | 0 comments on Hacker News.


New Show Hacker News story: latest news

Show HN: Faros Community Edition – open-source engineering operations platform
2 by matthewtovbin | 0 comments on Hacker News.


New Show Hacker News story: latest news

Show HN: Script to build GitHub saved replies
2 by xuanwo | 0 comments on Hacker News.


New Show Hacker News story: latest news

Show HN: Communication platform for async remote teams
2 by tm-guimaraes | 1 comments on Hacker News.
Because there was a recent post about sync and async in remote work, I decided to show this tool. Its UX decisions are tailored to async workflows, and they have really cool blogposts about async remote and UX details. It’s from the same compony as TODOIST

Monday, 9 May 2022

New Show Hacker News story: latest news

Show HN: Pythondocs.xyz – Live search for Python documentation
22 by danosull | 5 comments on Hacker News.
Hi everyone! I've been working on a web search interface for Python's documentation as a personal project, and I think it's ready for other people to use... Please give it a go (and join me in praying to the server gods): https://pythondocs.xyz/ Here's the tech stack for those interested: - Parser: Beautiful Soup + Mozilla Bleach - Database: in-memory SQLite (aiosqlite) + SQLAlchemy - Web server: FastAPI + Uvicorn + Jinja2 - Front end: Tailwind CSS + htmx + Alpine.js I have ideas for future improvements but hopefully the current version is useful to someone. Let me know what you think!

New Show Hacker News story: latest news

Show HN: 3D Portfolio website with late 90s aesthetic, made with Three and React
5 by henryjeff | 4 comments on Hacker News.


New Show Hacker News story: latest news

Show HN: Suggest a Feature for Any App
2 by buboard | 0 comments on Hacker News.


New Show Hacker News story: latest news

Show HN: YouBarter – A Nonprofit Bartering Platform
3 by IroncladDev | 0 comments on Hacker News.
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!

New Show Hacker News story: latest news

Show HN: Cognate – Stack oriented programming in English prose
4 by stavromulabeta | 1 comments on Hacker News.


New Show Hacker News story: latest news

Show HN: Open-source Terraform module registry
2 by mrmattyboy | 0 comments on Hacker News.


Friday, 6 May 2022

New Show Hacker News story: latest news

Show HN: Mobile-first email template editor
3 by rocketming | 1 comments on Hacker News.


New Show Hacker News story: latest news

Show HN: Recipe Search Engine (Built in Vanilla PHP)
15 by nsemikey | 21 comments on Hacker News.


New Show Hacker News story: latest news

Show HN: My Personal Dashboard
4 by pankajtanwar | 0 comments on Hacker News.


New Show Hacker News story: latest news

Show HN: Identify missing skills from your resume
6 by Oras | 2 comments on Hacker News.


New Show Hacker News story: latest news

Show HN: A tool to organize, streamline and share your music discoveries
2 by throwaway874839 | 0 comments on Hacker News.
I love music and I'm always trying to discover new music that I can enjoy. In the past years I was using a fairly tedious process of organizing the music albums (or DJ sets, radio shows) in a few lists: - Want to Listen - Listened - Listened (and liked) I wanted to keep track of these lists, what I discovered each month/year and share all this activity and lists with my friends. For that, I was using a combination of tools that weren't made exactly for this job (Discogs+Spotify+IM apps), resulting in a cumbersome experience. So a few months ago I started this hobby project, with the purpose of streamlining my process (make it as easy as possible) and making it fairly simple to share it with fellow music explorers. The basic idea is that you add items to your "Want to Listen" list - these are music albums (or even mixes), that you want to listen. After you listened to them, you can mark them as "Listened" or "Listened and liked". Your activity is then shared with your friends, and you have a public profile where this activity and your lists appear. You can think of it kinda like "Goodreads but for music". There are a few ways to add items to your lists (more to be added in the future): - search by artist name or release title - add using a Discogs release URL - add using a Mixcloud URL - add using a Spotify album URL It's still in super early version, so there are a lot of missing features and for sure a lot of rough edges. I'm open to feedback and suggestions! You can find it at https://digs.fm. A public profile: Stack: Rail, Postgres (also powers the full-text search capability) External APIs used: Discogs, Spotify, Mixcloud Data provided partly by: Musicbrainz (~2.6M releases indexed currently) Hosted on: Render.com (but I'll probably move it to a VPS)

Thursday, 5 May 2022

New Show Hacker News story: latest news

Show HN: ETL at Trino speeds and a step-by-step tutorial on running benchmarks
5 by bitsondatadev | 1 comments on Hacker News.


New Show Hacker News story: latest news

Show HN: Art Diario – Curated art on your desktop every day
8 by hisnameisjimmy | 4 comments on Hacker News.
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!

New Show Hacker News story: latest news

Show HN: Build presentation slides with widgets from Python Notebook
2 by pplonski86 | 0 comments on Hacker News.


New Show Hacker News story: latest news

Show HN: Tetris, but silly. (instantly launching game prototype)
4 by Unit520 | 2 comments on Hacker News.


New Show Hacker News story: latest news

Show HN: High Browse, esoteric web search (alpha quality)
2 by efficientsticks | 0 comments on Hacker News.
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

New Show Hacker News story: latest news

Show HN: MockRTC – a mock peer and MitM proxy library for WebRTC
2 by pimterry | 1 comments on Hacker News.


Wednesday, 4 May 2022

New Show Hacker News story: latest news

Show HN: I built a site that summarizes articles and PDFs using NLP
8 by alexrpreston | 3 comments on Hacker News.


New Show Hacker News story: latest news

Show HN: USV = Unicode Separated Values
2 by jph | 0 comments on Hacker News.


New Show Hacker News story: latest news

Show HN: ToolJet 1.11 OSS Retool alternative with realtime multiplayer editing
16 by kriztle | 0 comments on Hacker News.


New Show Hacker News story: latest news

Show HN: Compose-regexp.js Build readable and maintainable RegExps. ReDOS begone
2 by pygy_ | 0 comments on Hacker News.
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!

New Show Hacker News story: latest news

Show HN: Daily Dune Quotes Reader
2 by milancurcic | 1 comments on Hacker News.
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.

New Show Hacker News story: latest news

Show HN: A free, open-source video conference app that works on all browsers
2 by vasanthv | 0 comments on Hacker News.


Tuesday, 3 May 2022

New Show Hacker News story: latest news

Show HN: I'm deprecating LinkedIn recruitment with a Lisp, SQLite and htmx
8 by harryvederci | 4 comments on Hacker News.
FAQ: https://ift.tt/sfhAHmT Feel free to ask me any questions. FAQ archive in case the website goes down: https://ift.tt/6AKZVz0...

New Show Hacker News story: latest news

Show HN: Nests and Insects, a Roguelike Tabletop Roleplaying Game
3 by YeGoblynQueenne | 0 comments on Hacker News.
Hey, everyone! I'm making a game: its title is Nests & Insects and I call it a "Roguelike Tabletop Roleplaying Game (TTRPG)". It is free, as in beer and speech. You can find the rulebook on the game's github repository, linked through the post title. Nests & Insects is a game for 1 to 7 players, one of which takes on the role of the Game Queen (GQ) and describes the game world to the other players. The players control characters who explore and interact with the game world. The players say what their characters do and roll dice to see what happens, then the GQ describes the results. Players' characters are mercenary arthropods raiding a Nest on a Job from a rival Queen. Characters belong to one of six classes: Ants (plural), Beetle, Ladybug, Scorpion, Spider and Wasp, all modelled after real-world species. Nests are the nests of eusocial insects: Ants, Bees or Termites. The Job is to assasinate the Queen, or the King, or steal larvae, or aphids, or fungi, etc. Nests & Insects is "Roguelike" because it borrows elements from Roguelike Computer RPGs (CRPGs): hack-and-slash, dungeon-crawling gameplay, with procedurally generated Nest environments, lethal combat, and a hunger mechanic. The rulebook on the github repo above is all text-based, but formatted with ASCII borders, text boxes and tables, etc. I wrote a bit of code to automate the layouting (if that's a word). You can find the code in the codez/ directory in the repo. You don't need to mess with the code to play the game, but some of you might want to eyeball the raw text with LaTex-like markup under the directory /game/rulebook/raw and then look at the layouting code. Or you might want to tweak the characters' stats under codez/data/, or make your own characters. The code is all in Prolog :) Nests & Insects is still a work in progress. The rulebook is about 60% complete. There's rules for rolling dice (oo lots of dice!), action resolution, combat and stats for all six character classes and a few enemies (just Termites). If you've run a few TTRPGs you can probably bash together a quick game session, although there's plenty of stuff missing (Items, procedural generation, other minigames besides combat etc). I'm posting here because I'm eager for some feedback and because I'm hoping to build a small community around the game. I'm in the liminal space between finishing my thesis and actually getting a PhD so I have some spare time, but I plan to keep working on the game until it's finished, anyway. Also: I'm looking for ANSI or ASCII art for the rulebook. Anyone know anybody who would want to contribute, please get us in touch. Have fun!

New Show Hacker News story: latest news

Show HN: Contember – Open-source headless CMS development platform
4 by jantvrdik | 0 comments on Hacker News.


New Show Hacker News story: latest news

Show HN: Trdsql – CLI tool that can execute SQL queries on CSV, LTSV, JSON
3 by noborus | 1 comments on Hacker News.


New Show Hacker News story: latest news

Show HN: My personal analytics service Exist now lets you track any custom value
2 by joshsharp | 0 comments on Hacker News.


Monday, 2 May 2022

New Show Hacker News story: latest news

Show HN: Memory Hammer, An always-on Anki review system
2 by Abishek_Muthian | 0 comments on Hacker News.
I created Memory Hammer to address the problem of accumulated reviews in Anki. Since Memory Hammer uses an always on e-paper display we can review an Anki card as and when its due. Although the concept of Memory Hammer was in my mind for several years, I managed to build it only now. As a PoC, it supports basic cards with plain text and I hope to improve it over time through user feedback. Have you faced the problem of accumulated reviews with Anki? What's your current solution to address it, Would Memory Hammer be helpful to you?

New Show Hacker News story: latest news

Show HN: Push Notifications and the Tyrany of Stolen Attention
2 by narner | 0 comments on Hacker News.


New Show Hacker News story: latest news

Show HN: I am building a free version of Strava
26 by rlrhaeck | 1 comments on Hacker News.
I recently added a Segments feature to the Hangtime mountain biking app for Android and IOS. If you are familiar with Strava’s segments, this new feature works much the same. For example, you can add a segment to an existing recorded ride by simply defining a start and end point for the segment. Once the segment is created, it will match any new rides, and optionally “back match” all previous rides. If a segment matches a ride, you you will see your time to complete that segment as well as your personal record (PR) and king of the mountain (KOM) for that segment. The KOM represents the best segment time amongst all riders that have matched that segment. You can also open the segment to see your complete history on that segment to gauge how your performance has changed over time. Some screenshots and videos as well as other features at the link below. https://ift.tt/GneaUxl

New Show Hacker News story: latest news

Show HN: Kontxt – Social web layer with CMS and social network
14 by dbodin11 | 2 comments on Hacker News.
Hey, I’m Dave, the founder of Kontxt.io ( https://www.kontxt.io ). Engage directly on the web and save, organize, and share highlights and notes. Follow people. Join groups. And search content. Here’s a 2-minute demo ( https://youtu.be/Th4vaOzuGnU ). It works on desktop and mobile. The web layer is like Google-Doc collaboration on the entire web, and it’s connected to a web app that’s like a combo of DropBox to save and organize your findings, and Twitter/Reddit to share and discover bite-sized article highlights with other people. 1.) The Social Web Layer has rich collaboration features with privacy and share controls: Inline highlights, tags, polls, comments, @mentions, deep-links to anything you add to the page, and navigation between parts. The web layer can be added to any site or PDF with a single line of javascript. This is done with a browser extension, bookmarklet, or added to a page directly by the site owner with the word-press plugin or hard-coded javascript. 2.) The CMS and Social Network lets you organize with folders that have privacy and share controls, a profile with your public highlights, a feed of highlights from people you follow, groups with feeds around topics, and the ability to search your content and what others share publicly. For years, I had a long commute, so I read online a lot–from HN, of course. There’s too much to read everything, and you only know if an article is “worth-it” after you read it. Then it hit me. Highlights! 1.) On the page with navigation, 2.) visible before you open the link, and 3.) to increase quality and relevance, follow and search highlights by trusted people like friends, co-workers, university peers, and industry leaders. There’s too much information and not enough time. Highlights are short, useful, and fast to read. Kontxt.io lets you direct attention to what matters. First, it lets you find quality sources from trusted people, then it lets you focus on the important parts of them. Kontxt basically turns the web into an interactive workspace so you can have rich web interactions with other Kontxt users. Or you can extract highlights into a shareable link and post it anywhere on the web–with analytics for what you share. Highlights are automatically saved to the CMS and based on their privacy settings, may be published to feeds in the social network for others to see. Naturally, you may want to discuss the same site with different people for disparate reasons, so you can create multiple highlight layers on a single site, each with Google-Doc-like sharing, privacy, and authorization controls. It’s now evolved into a general communication and engagement platform for the web. Here’s how Kontxt has been used or where people expressed interest: social news aggregator, productivity, research & planning (generally, and specifically for sales, law, & finance), knowledge-base, training & education, publisher inline-engagement system, etc. Kontxt gets to the point fast. It brings collaboration directly to the web itself and is already part of your natural workflow since it's always with you every click of the way. The social network is unique since it uses highlights to seed discussions. This has many benefits. Highlights mean people have actually read the article, the source is cited, and parts can’t be misconstrued because you have context. It’s also a human filter of the internet. A site is likely worthwhile if someone took the time to highlight it, and if someone found it useful, then someone “like” them probably will, too. Similarly, if someone’s not willing to highlight a site before they send it to you, it’s probably not worth your time. And highlights will increase how many people actually read what you send them because they’re short, useful, and fast to read. I’m excited to share this with all of you. Thanks for your time. Please leave any feedback or questions in the comments. If you try it out, be sure to join the “Hacker News” group.

New Show Hacker News story: latest news

Show HN: PostgresML, now with analytics and project management
81 by levkk | 10 comments on Hacker News.
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

New Show Hacker News story: latest news

Show HN: My Virtual Bookshelf
2 by petargyurov | 0 comments on Hacker News.


New Show Hacker News story: latest news

Show HN: Find and copy emoji characters from your terminal
4 by arraypad | 0 comments on Hacker News.


New Show Hacker News story: latest news

Show HN: One-click collection of online data
3 by perdamgaard | 0 comments on Hacker News.


Sunday, 1 May 2022

New Show Hacker News story: latest news

Show HN: I am developing a type safe colorspace library for Rust
2 by caramellow | 0 comments on Hacker News.
After two weeks of planning and figuring out how to manage conversions safely, I have finally published the first version of my crate :) It allows you to specify your own colortypes and easily use the same syntax for converting between your custom color types! I also started working on a custom image type that can do math :)

New Show Hacker News story: latest news

Show HN: Contentful Debugger
2 by tpkahlon | 0 comments on Hacker News.


New Show Hacker News story: latest news

Show HN: Diet256 Is a Centrally Coordinated INET256 Network
2 by brendoncarroll | 1 comments on Hacker News.


New Show Hacker News story: latest news

Show HN: A Web-Based Modular Drum Machine for You to Play With
2 by maxime_cb | 1 comments on Hacker News.


New Show Hacker News story: latest news

Show HN: How to Professionally Say
4 by ghostfoxgod | 2 comments on Hacker News.


New Show Hacker News story: latest news

Show HN: Userscript to make HN @usernames clickable
3 by byhemechi | 1 comments on Hacker News.


New Show Hacker News story: latest news

Show HN: Turn GitHub repos into tutorials with code that can be edited and run
2 by namin | 0 comments on Hacker News.