Wikipedia
Search results
Tuesday, May 31, 2022
Show HN: I made React with a faster Virtual DOM https://ift.tt/WvRrmSF
Show HN: I made React with a faster Virtual DOM Hi! I made a React compatibility library for a Virtual DOM library (https://ift.tt/pkqo6h8). The idea is to have much faster rendering (a compiler optimizes virtual DOM beforehand) while ensuring the same developer experience React provides. This is very, VERY early stage, so be prepared for weird bugs / plugin incompatibility / etc. If you have any suggestions, I'd be more than happy if you replied in a comment with it! You can spin up the demo here >> https://ift.tt/1LHdJz3 June 1, 2022 at 01:34AM
Show HN: Convert article into audio to listen on the go https://ift.tt/CDtWrPK
Show HN: Convert article into audio to listen on the go https://ift.tt/6FsT02y May 31, 2022 at 06:27AM
Show HN: Shale – a Ruby object mapper and serializer for JSON, YAML and XML https://ift.tt/lAp3Yxh
Show HN: Shale – a Ruby object mapper and serializer for JSON, YAML and XML https://ift.tt/1CfgKnQ May 31, 2022 at 11:06AM
Show HN: Form Builder, Reimagined https://ift.tt/pIS8wWm
Show HN: Form Builder, Reimagined https://www.formcan.com May 31, 2022 at 11:03AM
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 31, 2022 at 08:41AM
Monday, May 30, 2022
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 31, 2022 at 05:24AM
Show HN: Fullstack web should be easy https://ift.tt/38wbtLk
Show HN: Fullstack web should be easy https://ift.tt/xjPWt5g May 31, 2022 at 12:29AM
Sunday, May 29, 2022
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 10:14PM
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 07:48PM
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 08:45PM
Show HN: Spanish Basic https://ift.tt/N4A7tSj
Show HN: Spanish Basic https://ift.tt/PhZBVIW May 29, 2022 at 08:08PM
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 05:14PM
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 11:27AM
Saturday, May 28, 2022
Show HN: WebSockets with Request and Response in JavaScript https://ift.tt/RYW74mp
Show HN: WebSockets with Request and Response in JavaScript https://ift.tt/5A47Q9E May 28, 2022 at 11:25AM
Friday, May 27, 2022
Show HN: Webhooks for Strava https://ift.tt/RJSV5t8
Show HN: Webhooks for Strava Strava doesn't provide a way for getting webhooks from your activities, so I wrote up a little application to do just that. Using: - Tailwind - Sveltekit - Netlify - Firebase/Firestore Check it out and let me know what you think. I don't have any expectations that Strava won't break it or keep me at the 1000 requests/day quota, but hey it was fun to make! https://stokehook.com/ May 28, 2022 at 01:52AM
Show HN: Self-Hosted Maps Stack https://ift.tt/G4AUE1P
Show HN: Self-Hosted Maps Stack Over the past week I built a project to let people self-host an entire maps stack so they don't have to send data to the big G. Right now it includes a base map, geocoder and directions server. Currently only bicycle directions are supported, and I'm only hosting tiles for Seattle because I'm unemployed and can't afford to host data for the whole planet. Check it out! https://ift.tt/Ym4b2Xn https://ift.tt/XtOkalp Ultimately I'd like to really focus on transit routing (not implemented) but I'll probably throw a driving mode in there too. https://ift.tt/Ym4b2Xn May 28, 2022 at 12:45AM
Show HN: I built an iOS app to create my own content feed from API(s) https://ift.tt/NwfQD9y
Show HN: I built an iOS app to create my own content feed from API(s) https://ift.tt/yFezo3S May 28, 2022 at 12:21AM
Show HN: A CLI for finding out of sync comments https://ift.tt/FEMfD2T
Show HN: A CLI for finding out of sync comments https://ift.tt/sgxy4n0 May 28, 2022 at 12:19AM
Show HN: HTTPS-DNS - Rust-based minimal DNS-over-HTTPS (DoH) client https://ift.tt/yx1Foat
Show HN: HTTPS-DNS - Rust-based minimal DNS-over-HTTPS (DoH) client https://ift.tt/PazblqO May 27, 2022 at 11:37PM
Thursday, May 26, 2022
Show HN: I made a simple Pastebin clone https://ift.tt/UALRH1s
Show HN: I made a simple Pastebin clone https://ift.tt/nosBMKF May 27, 2022 at 12:43AM
Show HN: A standard library for mattn/go-sqlite3 https://ift.tt/Ff56RDO
Show HN: A standard library for mattn/go-sqlite3 https://ift.tt/MKnBN0e May 26, 2022 at 09:25PM
'Evil Will Commit Evil' - Reaction To Texas School Shooter. Is Gun Control The Answer?
Patrick Bet-David Podcast Episode 158. In this short clip, Catalina Lauf discusses whether or not gun control is the answer for preventing school shootings. Watch the full podcast: https://youtu.be/LEN5X_XNGVY Subscribe for weekly videos: https://bit.ly/3IOBnQU To reach the Valuetainment team you can email: booking@valuetainment.com #PBDPodcast #ValuetainmentShortClips
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 03:48PM
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 03:40PM
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 02:35PM
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 02:10PM
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 26, 2022 at 06:50AM
Show HN: I turned my face rec system into a video codec https://ift.tt/08uHQxt
Show HN: I turned my face rec system into a video codec Before the pandemic, my tiny startup was doing quite well selling Edge AI systems, based on our own lightweight AI inference engine, with object detection and face recognition for smart city and smart retail & food service applications. When the real world shut down, there was suddenly nothing to monitor on streets and in restaurants, so I set out to try and evolve our real time face recognition system into a video codec for high quality face-to-face online interactions, as I was not satisfied with the quality of Zoom and friends. I got it to work, and the first release for IOS was just approved on Apple's app store, link: https://ift.tt/jbEU0s5 The way it works is that you create a meeting URL, which you can share out-of-band, for instance via slack or text message. You can also share as a QR code which the app can scan to join a call. You then place your device on a surface in front of you so that the front camera can see you, and it will recognize you face and assign you to your own session, which is broadcast to the meeting channel. If more than one person is in view, both of you will be broadcast but with separate session ids, like if you were on separate cameras. Other meeting participants will show up on your screen and you can start talking. It is optimized for eye contact, meaning that the eyes will actually make it through to the other side as more than just dark pixel clouds, so thinks should feel a bit more personal than the standard Zoom/Teams/or Google Meet call. Because it uses face rec, you can ONLY show your face, and if you disappear from view your audio will stop after a while, to avoid situations like when you need to go the the restroom but forget to mute. This also solves dick-pics etc. The CODEC is not based on H26[45], but is pure AI that runs on the GPU. There is a neural network that compresses the video in real time, and another one decompressing on the receiving end. Finding a tight network architecture that would do this in real time with acceptable quality was a major part of the effort. There are several quality settings possible, but right now it is set fairly high and for 20FPS maxes out around 700kbit/s, though typically uses about half. I've demonstrated good results down to around 200kbit/s, so in theory it should work over satellite links or even Bluetooth. The protocol is UDP with no congestion control but with (Wirehair) FEC to protect against mild packet loss, future versions will detect packet loss and adapt to available bandwidth. The audio just uses OPUS and may click a little bit, I blame AudioEngine or the fact that the last time I wrote audio code was for the game I published for the Amiga in 1994. If you don't have a friend around or multiple devices to play with, there is an "echo test" server mode that allows you to be in a meeting with yourself. Traffic will be peer-to-peer if possible, but otherwise you will be relaying through my tiny Raspberry PI server, so YMMV. I plan to try to switch to something like fly.io soon to improve scalability. There is also a MacOS version coming very soon, and the underlying AI engine also runs on Windows & Linux. Android support is planned. Please take a look and let me know what you think. https://ift.tt/7RDSFxy May 26, 2022 at 09:45AM
Wednesday, May 25, 2022
Show HN: VideoMentions – Search YouTube based on the spoken words in videos https://ift.tt/R7iHQVo
Show HN: VideoMentions – Search YouTube based on the spoken words in videos https://ift.tt/kJdNtS0 May 25, 2022 at 02:10PM
Show HN: Dress Circle – IMDB for UK Theatre https://ift.tt/GDSJrfg
Show HN: Dress Circle – IMDB for UK Theatre https://ift.tt/SY2BduL May 25, 2022 at 09:36AM
Tuesday, May 24, 2022
Show HN: ESP8266 Sprinkler with Runaway Protections https://ift.tt/spC64UZ
Show HN: ESP8266 Sprinkler with Runaway Protections https://ift.tt/rKq9Tzi May 25, 2022 at 03:11AM
Show HN: Run Pi-hole on a local Kubernetes/K3s cluster https://ift.tt/gJ9XDNa
Show HN: Run Pi-hole on a local Kubernetes/K3s cluster https://ift.tt/OcAYQdX May 25, 2022 at 12:51AM
Show HN: A biological circuit simulator built with Godot https://ift.tt/fbkmnT8
Show HN: A biological circuit simulator built with Godot https://ift.tt/fi5FxNT May 25, 2022 at 12:36AM
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 02:20PM
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 02:08PM
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 02:12PM
Show HN: Comon – a WinDbg extension to trace COM interactions https://ift.tt/KIH2VPt
Show HN: Comon – a WinDbg extension to trace COM interactions https://ift.tt/8gVKuFZ May 24, 2022 at 08:04AM
Show HN: An Accountability/Productivity Coach https://ift.tt/x48ROmz
Show HN: An Accountability/Productivity Coach https://taskritual.com May 24, 2022 at 04:26AM
Monday, May 23, 2022
Show HN: IndigoStack – a new native macOS app for local web development https://ift.tt/kWY1uiN
Show HN: IndigoStack – a new native macOS app for local web development https://ift.tt/qdVirZU May 23, 2022 at 11:59PM
Show HN: Little Procedural Pixel Worlds https://ift.tt/e9NIjMS
Show HN: Little Procedural Pixel Worlds https://ift.tt/0ZgCeAD May 23, 2022 at 05:57PM
Show HN: Possible – GPT-3 Business Idea Generator and Explorer https://ift.tt/BYHQ7Jp
Show HN: Possible – GPT-3 Business Idea Generator and Explorer https://ift.tt/V3aFMBi May 23, 2022 at 09:49AM
Show HN: A simple biological circuit simulator https://ift.tt/mYMaXzb
Show HN: A simple biological circuit simulator https://ift.tt/478TpPW May 23, 2022 at 01:28PM
Show HN: Zen Mode for macOS https://ift.tt/g5ocfkn
Show HN: Zen Mode for macOS What is it? - Have you ever been in an awkward situation where you wanted to hide all of your desktop icons or windows during a meeting but couldn't do it fast? - Have you ever been encountered in a situation where you believed you were on mute in the meeting but were not? Do you want to avoid those problems in the future? If so, then you are in the right place. With a one click away, you can "clutter free your Mac" by focusing on the task at hand. here is a quick video you can checkout what it is https://youtu.be/V7cYgfAGe78 https://ift.tt/1FWVZSc May 23, 2022 at 12:57PM
Show HN: Arttime – CLI art meets functionality https://ift.tt/PWjscgB
Show HN: Arttime – CLI art meets functionality arttime brings curated text-art to otherwise artless terminal emulators of starving developers (and other users who can use terminal emulators). While doing so, it blends display of art (a not-so-techie thing) with functionality of a nifty clock/timer which is a retake on the stereotypical alarms/timers. With one line of title message under the art, it also provides one line of opportunity for developers to display their activism (a not-so-techie thing either) or just attach a functional message for themselves for usual developer activity on terminal (like "debug the failing build tonight"). https://ift.tt/VOQFmgb May 23, 2022 at 06:58AM
Show HN: No-code e-commerce search https://ift.tt/vZpxVU2
Show HN: No-code e-commerce search https://ift.tt/epHgm6S May 23, 2022 at 11:54AM
Show HN: Search Query, How to Find Exposed HFS HTTP File Server https://ift.tt/sD5CBzA
Show HN: Search Query, How to Find Exposed HFS HTTP File Server How to find exposed HFS HTTP File Server with analysis report on malicious code site on a chinese HFS HTTP Filer Servers. https://ift.tt/jkDr5Oi May 23, 2022 at 06:56AM
Sunday, May 22, 2022
Show HN: Coming Soon Kit – 50+ coming soon pages built with tailwind CSS https://ift.tt/6uGiHbU
Show HN: Coming Soon Kit – 50+ coming soon pages built with tailwind CSS https://ift.tt/6jDdhus May 22, 2022 at 10:18PM
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 04:13PM
Saturday, May 21, 2022
Show HN: Resolve Git Conflicts Automatically https://ift.tt/RSFgnAw
Show HN: Resolve Git Conflicts Automatically https://ift.tt/5a2ofOm May 22, 2022 at 12:35AM
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 09:59PM
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 07:37PM
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 08:23PM
Show HN: Binary Counting https://ift.tt/vuFraUJ
Show HN: Binary Counting https://ift.tt/1HfebRr May 21, 2022 at 06:17PM
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 04:07PM
Friday, May 20, 2022
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 02:58PM
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 06:07PM
Show HN: I made a program to simplify writing LaTeX math equations https://ift.tt/0Sc5syp
Show HN: I made a program to simplify writing LaTeX math equations https://ift.tt/98x2g3C May 20, 2022 at 10:22AM
Show HN: I made a personal Movies page, tracking everything I've watched https://ift.tt/tvshZu7
Show HN: I made a personal Movies page, tracking everything I've watched https://ift.tt/uCvjGBh May 20, 2022 at 08:28AM
Show HN: Objectiv – open-source product analytics infrastructure https://ift.tt/OonWbM0
Show HN: Objectiv – open-source product analytics infrastructure Hi! One of the creators here. Very proud to finally be able to show you what we've been working on for over a year now. Curious to hear your thoughts! Objectiv is open-source (APLv2) product analytics infrastructure. It's built around a generic but strict event taxonomy, open/common data- and infra tools (currently PG, snowplow, working on bigquery with more to come), and the analyses are done using our pandas-like, SQL speaking modeling library called Bach. As a result, we’re moving towards a vision wherein models can be shared openly, independent of product, platform[1] or data platform[2]. How? - Fully assist the dev doing the instrumentation using tools for ide support, run-time validation, ci integration. No auto capture, but very low-effort[1] instrumentation. - Scale using proven tech: a single collector writing to PG for small or snowplow to anything[2] for big. - Feed data into your own data warehouse after validation. - No tracking plan, but an open event taxonomy designed for modeling, that fits most user interfaces out of the box or can be extended otherwise. - Take some of our pre-built models off the shelf or use Bach directly to model on the raw data in a notebook. - Bach generates SQL for the target platform: productionize without lock-in, feed to a BI system, dbt, etc. Where? Github: https://ift.tt/B7pq284 Docker demo: https://ift.tt/AdLDqju Website/docs: https://objectiv.io/ Let me know what you think and what platform/SQL backend you’d like to see supported first. [1] Currently on plain js, react, angular, react native. Future: vue, native android/ios. [2] Once we’re done building Bach support for all SQL platforms. Now: PG, bigquery in development. Future: redshift, clickhouse, athena, etc. https://objectiv.io/ May 19, 2022 at 11:45AM
Thursday, May 19, 2022
Show HN: The LAMP for Cloud Apps https://ift.tt/zyCaS3b
Show HN: The LAMP for Cloud Apps https://ift.tt/sL4Fvbz May 20, 2022 at 04:39AM
Wednesday, May 18, 2022
Show HN: Rapidly Develop CRUD Web Apps with Locode https://ift.tt/lOYWNK3
Show HN: Rapidly Develop CRUD Web Apps with Locode https://www.locode.dev May 19, 2022 at 06:08AM
Show HN: Comtrya – Configuration Management for Localhost https://ift.tt/2tJz7rQ
Show HN: Comtrya – Configuration Management for Localhost https://ift.tt/j0wm9G2 May 19, 2022 at 12:23AM
Show HN: The opposite of a job board, an ideal role board for product folks https://ift.tt/AYvuSaf
Show HN: The opposite of a job board, an ideal role board for product folks https://ift.tt/BGUfEnQ May 18, 2022 at 06:58PM
Show HN: Kobu – A DSL for constructing source code generators https://ift.tt/J0QAb8m
Show HN: Kobu – A DSL for constructing source code generators https://ift.tt/STI3W8y May 18, 2022 at 05:38PM
Show HN: 120k SVG logos, also available in PNG format. Free downloads https://ift.tt/c5HNMLR
Show HN: 120k SVG logos, also available in PNG format. Free downloads https://vectorwiki.com May 18, 2022 at 04:11PM
Show HN: YouTube Crypto Scam Hunter https://ift.tt/oUKv6TI
Show HN: YouTube Crypto Scam Hunter https://ift.tt/MYtxiC7 May 18, 2022 at 10:20AM
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 01:43PM
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 01:22PM
Show HN: As a developer, How to Estimate Time for a task? https://ift.tt/yE5ejWm
Show HN: As a developer, How to Estimate Time for a task? https://ift.tt/3CJlAia May 18, 2022 at 12:33PM
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 11:55AM
Show HN: Photobox by Pixlr https://ift.tt/embEU1k
Show HN: Photobox by Pixlr https://ift.tt/4K2Mlij May 18, 2022 at 10:49AM
Show HN: Meme creator with agile/scrum based templates https://ift.tt/c8Qn6CU
Show HN: Meme creator with agile/scrum based templates https://ift.tt/LT4jrAe May 18, 2022 at 09:41AM
Tuesday, May 17, 2022
Show HN: Bike – macOS Native Outliner https://ift.tt/2fDmpKn
Show HN: Bike – macOS Native Outliner 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 https://ift.tt/49ms08l May 17, 2022 at 12:49PM
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 12:24PM
Show HN: Simple Wave Function Collapse https://ift.tt/9sU0rRT
Show HN: Simple Wave Function Collapse https://ift.tt/7tepEg8 May 15, 2022 at 03:15AM
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 11:50AM
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 17, 2022 at 10:13AM
Show HN: Rapidly Develop CRUD Web Apps with Locode https://ift.tt/2TX0ioJ
Show HN: Rapidly Develop CRUD Web Apps with Locode https://www.locode.dev May 17, 2022 at 10:01AM
Monday, May 16, 2022
Show HN: Pxl.to – A serverless link shortener with no limits and no downtime https://ift.tt/APRB7Oz
Show HN: Pxl.to – A serverless link shortener with no limits and no downtime I built a service based on Amazon CloudFront's global edge network of points of presence. This distributed architecture affords the user: - Protection against network and application layer attacks - Robust and reliable links that will never go down - Instant links with low latency no matter where your visitors are in the world - Unlimited tracked clicks (no cap on clicks/month) The service has support for teams and custom domains, and auto-generates an SSL cert for every custom domain added, for HTTPS-secure links. It's largely free and can be found at https://www.pxl.to I'd love any feedback... no matter how brutal :) May 17, 2022 at 02:04AM
Show HN: Open-Source Dora and Space Metrics for GitHub, Gitlab and Jira https://ift.tt/oqM6Epc
Show HN: Open-Source Dora and Space Metrics for GitHub, Gitlab and Jira https://ift.tt/am3DZFG May 17, 2022 at 01:59AM
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 01:59PM
Sunday, May 15, 2022
Show HN: Bash scripts to create Nginx sites proxied by Cloudflare https://ift.tt/80uhPSC
Show HN: Bash scripts to create Nginx sites proxied by Cloudflare https://ift.tt/7bE9Ogr May 16, 2022 at 04:18AM
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 03:12PM
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 05:55PM
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 15, 2022 at 07:33AM
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 01:03PM
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 12:14PM
Show HN: OSS Python library for detecting silent ML model failure https://ift.tt/c37fQ2j
Show HN: OSS Python library for detecting silent ML model failure https://ift.tt/D439Gce May 15, 2022 at 09:50AM
Saturday, May 14, 2022
Show HN: I created a stencil-sharing platform for UX designers using Linux https://ift.tt/K1sUZNd
Show HN: I created a stencil-sharing platform for UX designers using Linux https://ift.tt/EBgSQeY May 14, 2022 at 06:50PM
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 05:07PM
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 01:47PM
Show HN: CSS Transformation for DOM Manipulation https://ift.tt/SslJrnN
Show HN: CSS Transformation for DOM Manipulation https://ift.tt/v8wLTqy May 14, 2022 at 10:20AM
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 14, 2022 at 09:36AM
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 12:11PM
Friday, May 13, 2022
Show HN: A Hacker's Case for Crypto https://ift.tt/2OrtdZk
Show HN: A Hacker's Case for Crypto https://ift.tt/8ZE4tjL May 14, 2022 at 03:19AM
Show HN: Search engine for software eng blogs and technical content https://ift.tt/xlcBImP
Show HN: Search engine for software eng blogs and technical content Sodha is a micro search engine focused on software engineering with an index hand-curated(ish) with several hundred blogs and resources. The motivation behind it is that there is a lot of great content written by engineers in personal/company blogs, niche websites, and even by big tech in some of their more obscure doc/devrel pages. And I wanted a way to quickly access that by topic. Vaguely inspired by ArxivSanity and HackerNews :) I've only been working on this for a couple of weeks, but would love to get your thoughts HN! Some ideas I have (beyond indexing more pages) are: adding similarity/recommendations, fully automate the crawler, and allowing voting/ranking or some similar mechanism. Content wise: there's a lot that should be on here, but it's a modest start so far. If you have suggestions please let me know here: https://ift.tt/Oz6wHNS https://sodha.dev/ May 13, 2022 at 07:40AM
Thursday, May 12, 2022
Show HN: A Visual IDE for React https://ift.tt/rTEZCVP
Show HN: A Visual IDE for React https://dev.aspect.app May 13, 2022 at 07:30AM
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 04:24PM
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 03:17PM
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 02:49PM
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 12, 2022 at 09:12AM
Wednesday, May 11, 2022
Show HN: Paperd.ink – an open-source e-paper development board https://ift.tt/8kAus2B
Show HN: Paperd.ink – an open-source e-paper development board https://paperd.ink May 12, 2022 at 12:24AM
Show HN: YouCode, a Search Engine for Coding https://ift.tt/WhCjEJo
Show HN: YouCode, a Search Engine for Coding Hi Hacker News, We're Bryan and Richard, cofounders of you.com. Together with our team of engineers, we are working on YouCode, a search engine for people who code. You can try it at code.you.com. The main idea is to make the search experience better and more efficient when coding. We’d love your feedback for a few use cases that we have in mind so far: * searching through StackOverflow for quick code snippets: reverting a git commit for example [1] * searching through GitHub Issues: when you’re getting an error message that looks unfamiliar [2, 3] * searching through the documentation for quick reference: PyTorch [4], HuggingFace [5], Docker, PyPi, AWS, MDN, and several others * searching for walkthroughs, tutorials, tips, and quick intros to a new subject: Medium [6], Tutorials Point, Geeks for Geeks, and others as well * searching for utilities: code completion (from a large language model that writes code) [7], JSON validator/formatter [8] * searching for relevant discussions and projects: HackerNews [9], ArXiv [10], Github Repos [11] * changing preferences in the account dropdown menu so that you can influence which sources you get answers from * doing all of this from VS Code: we made an extension to make that easier [12] YouCode is still a work in progress — we’re adding new apps each week and improving the search results — and we would love your feedback. Where do Google or other search engines leave you wanting more when it comes to coding searches? Which sources do you go to when you can’t get what you need from Google and others? What other utilities and use cases would you like to see? How else can we make this better? If you find something that we can improve, apps that you’d want to see, or a search query didn’t give you a good result, please let us know! We’re here to answer any questions! Richard and Bryan [1] https://ift.tt/hfLnGjq [2] https://ift.tt/mlch1LS... [3] https://ift.tt/HLqbwTe [4] https://ift.tt/SU6sfEv [5] https://ift.tt/gtSMlIx [6] https://ift.tt/o3iaUTJ [7] https://ift.tt/gWLOhNF... [8] https://ift.tt/8eZ49hY [9] https://ift.tt/tbADPJh [10] https://ift.tt/4XIksU8 [11] https://ift.tt/z90PjRa [12] https://ift.tt/2t5z3gc... https://code.you.com May 11, 2022 at 09:00PM
Tuesday, May 10, 2022
Show HN: Solver.News https://ift.tt/KGxN2Dh
Show HN: Solver.News A open newsletter aimed at people, teams, companies utilizing or considering mathematical optimization. https://solver.news/ May 11, 2022 at 05:45AM
Show HN: Pika – pragmatic, functional, prefixed IDs https://ift.tt/UdPHZM2
Show HN: Pika – pragmatic, functional, prefixed IDs https://ift.tt/sPmAydv May 11, 2022 at 03:24AM
Show HN: 1,900 remote company profiles with tech stacks and employee benefits https://ift.tt/ljZh4bq
Show HN: 1,900 remote company profiles with tech stacks and employee benefits https://ift.tt/Ot56IGi May 11, 2022 at 05:37AM
Show HN: No-Code SQL Builder https://ift.tt/EZY60KM
Show HN: No-Code SQL Builder Hey everyone! I built a tool to help you visually build SQL queries - if you write a lot of SQL at work (or help people write it), check it out! You can try it out without needing to sign up, or integrate with any databases. Would love all your thoughts! Link: https://craftsql.com/ https://craftsql.com/ May 11, 2022 at 03:50AM
Show HN: Decentralized social media PostPlaza just launched on Polygon today https://ift.tt/nshgQ3k
Show HN: Decentralized social media PostPlaza just launched on Polygon today https://ift.tt/XeMiqjg May 11, 2022 at 03:32AM
Show HN: Prefixed, dual-token, base58 encoded API Keys https://ift.tt/HcW2Q7D
Show HN: Prefixed, dual-token, base58 encoded API Keys https://ift.tt/jYPiltn May 11, 2022 at 12:21AM
Show HN: Adding proper CSV support to AWK https://ift.tt/hgXxmJT
Show HN: Adding proper CSV support to AWK https://ift.tt/Lbzj8pK May 10, 2022 at 09:09PM
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 03:33PM
Show HN: Script to build GitHub saved replies https://ift.tt/dvm2Dyc
Show HN: Script to build GitHub saved replies https://ift.tt/d9J6jiI May 10, 2022 at 12:13PM
Show HN: Communication platform for async remote teams https://ift.tt/lBE0a36
Show HN: Communication platform for async remote teams 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 https://twist.com/ May 10, 2022 at 12:27PM
Monday, May 9, 2022
Show HN: A CLI to kick-start any language https://ift.tt/DriUp0N
Show HN: A CLI to kick-start any language I'm working on a CLI that helps you create the boilerplate of your project in multiple languages and frameworks. In case of front-end frameworks/libraries, with cli you'll be able to create the project, set up git on your local, add the UI-framework, testing framework, and linting, and in the future releases you'll be able to even add pre-designed components. The CLI currently supports React, Angular, Vue, Svelte and Node.js will be released today. Also soon, you'll be able to deploy your applications to AWS with a single command. Appreciate your feedbacks and all the contributions are welcome. https://ift.tt/4CbqtBU May 10, 2022 at 04:20AM
Show HN: Susan Kare explains Macintosh UI ergonomics (1984) https://ift.tt/vHdf7Bj
Show HN: Susan Kare explains Macintosh UI ergonomics (1984) https://www.youtube.com/watch?v=x_q50tvbQm4 May 10, 2022 at 01:06AM
Show HN: A Spatial Environment for Python https://ift.tt/1Iqh7WX
Show HN: A Spatial Environment for Python Hi all! A little background: I've been working on natto.dev, a spatial environment for JavaScript. I'm really excited about new interfaces for code (leveraging metaphors we're good at, spatial reasoning, making state visible, design tools, etc). With all the buzz around PyScript, I discovered Pyodide and got it working inside natto. This Python version is a stripped down version of https://natto.dev (eg interactive outputs, multiplayer) so please check that out if this interests you. I'm excited to share this spatial environment for Python. Imagine Jupyter cells arranged on a 2D canvas. Some key differences from traditional Python notebooks: - By default, cells rerun whenever its code changes or an input reruns, like a spreadsheet! - Dependencies are explicit. There is no parsing or global scope. - Duplicate panes by option-dragging. This is a core interaction in design tools for exploring ideas. - State panes add interactive elements. Check out this scikit demo https://ift.tt/EBMLjCb... - Python execution happens in your browser as WASM via Pyodide (implementation detail, not design choice). This is currently a demo, not meant to replace your production ML notebooks. I would love to hear your feedback on any of this and your thoughts on new programming interfaces! https://ift.tt/Zr4m1fT May 9, 2022 at 10:57PM
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 01:18PM
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 11:43AM
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 03:44PM
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/AObu1Ze May 9, 2022 at 12:23PM
Show HN: Open-source Terraform module registry https://ift.tt/IQzfP9r
Show HN: Open-source Terraform module registry https://ift.tt/QR0DTjW May 9, 2022 at 01:22PM
Show HN: Interactive HTML CSS course focusing on semantics and accessibility https://ift.tt/gzmYPX2
Show HN: Interactive HTML CSS course focusing on semantics and accessibility https://ift.tt/eMFvIbo May 9, 2022 at 09:13AM
Sunday, May 8, 2022
Show HN: Making a Falling Sand Simulator https://ift.tt/iFnRBNo
Show HN: Making a Falling Sand Simulator https://ift.tt/1QNFqor May 9, 2022 at 02:36AM
Show HN: Hacker News Reader using ts-liveview https://ift.tt/PWDT4v7
Show HN: Hacker News Reader using ts-liveview https://hn.liveviews.cc May 9, 2022 at 12:10AM
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 8, 2022 at 10:33AM
Show HN: Wikipedia, but Built and Censored for Putin https://ift.tt/ZMaoBiK
Show HN: Wikipedia, but Built and Censored for Putin https://ift.tt/TdtFonj May 8, 2022 at 10:22AM
Show HN: Thanks to BeAware, Deaf iPhone users have a free alerting device (OSS) https://ift.tt/ueNpasn
Show HN: Thanks to BeAware, Deaf iPhone users have a free alerting device (OSS) https://ift.tt/xwYPKcv May 8, 2022 at 09:42AM
Saturday, May 7, 2022
Show HN: C2html – HTML Syntax highlighting for snippets of C code https://ift.tt/nEvtp5B
Show HN: C2html – HTML Syntax highlighting for snippets of C code https://ift.tt/w9xKBv3 May 8, 2022 at 02:42AM
Show HN: I Dissected an iPhone Battery https://ift.tt/lPY7fmZ
Show HN: I Dissected an iPhone Battery Peeled off layer by layer to see how the fruit tasted inside. (DON'T do it at home. I had protection) https://www.youtube.com/watch?v=rWYAA5NMLMg May 8, 2022 at 03:29AM
Show HN: Pipe Watch split screen demo https://ift.tt/UMEvgQX
Show HN: Pipe Watch split screen demo https://ift.tt/zSUFv6a May 8, 2022 at 01:20AM
Show HN: Jira to Gitlab Issue Migration Tool https://ift.tt/2jCBpcJ
Show HN: Jira to Gitlab Issue Migration Tool $DAYJOB needed to migrate from JIRA to Gitlab due to business reasons (not related to the recent outage), so I wrote this issue migration tool [1] to help us preserve our historical data. This tool will copy issues from various JIRA projects to mirrored Gitlab projects (e.g. A jira project named JIRA-PROJECT1 will have its issues migrated to a gitlab project GL-PROJECT1). The tool also migrates issue comments to Gitlab notes and will recreate the existing issue links. YMMV, but this is working well for us. Comments welcomed. 1: https://ift.tt/G45CWil May 8, 2022 at 01:01AM
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 10:23PM
Friday, May 6, 2022
Show HN: Refactor – Duplicate Code Finder https://ift.tt/aGyUOch
Show HN: Refactor – Duplicate Code Finder https://ift.tt/icbWFtJ May 7, 2022 at 05:55AM
Show HN: Ask Deeply, a social game for small talk haters https://ift.tt/ItGaogl
Show HN: Ask Deeply, a social game for small talk haters I hate small talks, I build a social game to help me deepen my relationships and connect with people beyond the shallow levels. I want your feedback, maybe inspire me with questions you would like to see popping in the game. https://askdeeply.com/ May 7, 2022 at 05:59AM
Georges St-Pierre Reacts To Charles Oliveira Being STRIPPED Of His Title For Missing Weight
Patrick Bet-David Podcast Episode 154. In this short clip, Georges St-Pierre reacts to Charles Oliveira being stripped of his title for not making weight. Watch the full podcast: https://youtu.be/JtIM0M4RGi8 Subscribe for weekly videos: https://bit.ly/3IOBnQU To reach the Valuetainment team you can email: booking@valuetainment.com #PBDPodcast #ValuetainmentShortClips
Show HN: Mobile-first email template editor https://ift.tt/gKkvzYH
Show HN: Mobile-first email template editor https://ift.tt/nsSPcvx May 6, 2022 at 02:40PM
Show HN: Recipe Search Engine (Built in Vanilla PHP) https://ift.tt/TnMXLd2
Show HN: Recipe Search Engine (Built in Vanilla PHP) https://recipehunt.app/ May 6, 2022 at 02:33PM
Show HN: Identify missing skills from your resume https://ift.tt/gf4jVu1
Show HN: Identify missing skills from your resume https://ift.tt/GFIpso6 May 6, 2022 at 11:03AM
Show HN: My Personal Dashboard https://ift.tt/Lr9ANgk
Show HN: My Personal Dashboard https://ift.tt/E9iv0fb May 6, 2022 at 12:59PM
Show HN: A tool to organize, streamline and share your music discoveries https://ift.tt/clQ3dIw
Show HN: A tool to organize, streamline and share your music discoveries 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) May 6, 2022 at 12:14PM
Thursday, May 5, 2022
Show HN: RFC End Citizen Data Sales Act (California) https://ift.tt/wCApGq3
Show HN: RFC End Citizen Data Sales Act (California) The sale of personal information by the government is something that has always really bothered me. This is a bill I drafted that would stop the DMV, voter registration, property tax records, and the post office from selling or publishing without explicit user consent. It would also require personal information to be accompanied with the provenance of that data. This way, a user can track down who or what is publishing their data and take action to end their relationship with that company. I would appreciate any feedback, because I am sure I am missing some second and third order effects that this would have. Document open for comments - https://ift.tt/F8eoBL1 Privacy should be a right of the people. Thank you! May 5, 2022 at 07:15PM
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 05:33PM
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 04:09PM
Show HN: MockRTC – a mock peer and MitM proxy library for WebRTC https://ift.tt/E3mXYig
Show HN: MockRTC – a mock peer and MitM proxy library for WebRTC https://ift.tt/2w7CYGy May 5, 2022 at 12:57PM
Show HN: Free open-source admin template for Chakra UI and React https://ift.tt/nbSIpdx
Show HN: Free open-source admin template for Chakra UI and React https://ift.tt/7qp5KFl May 5, 2022 at 07:23AM
Wednesday, May 4, 2022
Show HN: Benchmarks for Programming Languages https://ift.tt/0vxy2bt
Show HN: Benchmarks for Programming Languages https://ift.tt/5NeF8kZ May 5, 2022 at 02:22AM
Show HN: Schedulist – The Effortless Productivity Platform https://ift.tt/WyLmX4t
Show HN: Schedulist – The Effortless Productivity Platform https://ift.tt/e1zfnOJ May 4, 2022 at 11:42PM
Show HN: I compiled a list of resources for becoming a smart contract auditor https://ift.tt/o016A9r
Show HN: I compiled a list of resources for becoming a smart contract auditor https://ift.tt/crzxNSf May 4, 2022 at 10:37PM
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 03:53PM
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 01:43PM
Show HN: Open-Source Role-Based Access Management for React https://ift.tt/DPZIqfb
Show HN: Open-Source Role-Based Access Management for React https://ift.tt/ecCfL3X May 4, 2022 at 01:19AM
Tuesday, May 3, 2022
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 3, 2022 at 09:53AM
Show HN: Nests and Insects, a Roguelike Tabletop Roleplaying Game https://ift.tt/vtf6c3W
Show HN: Nests and Insects, a Roguelike Tabletop Roleplaying Game 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! https://ift.tt/NyH4hAc May 3, 2022 at 10:42AM
Show HN: Trdsql – CLI tool that can execute SQL queries on CSV, LTSV, JSON https://ift.tt/Z9GoDds
Show HN: Trdsql – CLI tool that can execute SQL queries on CSV, LTSV, JSON https://ift.tt/fkBQCZS May 3, 2022 at 10:22AM
Show HN: My personal analytics service Exist now lets you track any custom value https://ift.tt/BxFJezY
Show HN: My personal analytics service Exist now lets you track any custom value https://exist.io May 3, 2022 at 06:45AM
Show HN: A glib-like multi-platform C library https://ift.tt/AQmVkzU
Show HN: A glib-like multi-platform C library https://ift.tt/AgnZJTw May 3, 2022 at 09:54AM
Monday, May 2, 2022
Show HN: Take a Passport Photo in the Browser https://ift.tt/8NSCRyw
Show HN: Take a Passport Photo in the Browser https://ift.tt/oIHm7Vq May 3, 2022 at 05:46AM
Sunday, May 1, 2022
Show HN: Web Tool for Training Music Soft-Skills https://ift.tt/Ov7T2qG
Show HN: Web Tool for Training Music Soft-Skills https://ift.tt/34cfiZt May 1, 2022 at 10:23PM
Show HN: Async Fundraising – Raise your seed round from Slack https://ift.tt/jduID1V
Show HN: Async Fundraising – Raise your seed round from Slack https://ift.tt/PDbnZC9 May 1, 2022 at 06:16PM
Show HN: I am developing a type safe colorspace library for Rust https://ift.tt/Kn4UsuB
Show HN: I am developing a type safe colorspace library for Rust 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 :) https://ift.tt/sYEd3Dn May 2, 2022 at 12:31AM
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 03:54PM
Show HN: How to Professionally Say https://ift.tt/aiVLUdn
Show HN: How to Professionally Say https://ift.tt/0niz4y9 May 1, 2022 at 02:50PM
Show HN: Userscript to make HN @usernames clickable https://ift.tt/9Qc7HPI
Show HN: Userscript to make HN @usernames clickable https://ift.tt/Uyz7D05 May 1, 2022 at 09:34AM
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 11:25AM
Subscribe to:
Posts (Atom)