Tuesday, May 31, 2022
Show HN: Create Custom Routes for Zwift https://ift.tt/yobszvu
Show HN: Create Custom Routes for Zwift https://ift.tt/YHqphwu May 31, 2022 at 11:05PM
Show HN: Automate customer onboarding, conversion and retention messages https://ift.tt/q6DLZ0i
Show HN: Automate customer onboarding, conversion and retention messages https://engage.so/ May 31, 2022 at 11:02PM
Monday, May 30, 2022
Show HN: Resumecreator.io – I built a simple resume builder https://ift.tt/kVaB8mu
Show HN: Resumecreator.io – I built a simple resume builder Hi HN! I'm a developer who noticed that I haven't done much experimentation lately. I decided I wanted to change that this year. This month I built a simple resume builder with the main goal of practicing front-end development, and to scratch an itch I had when updating my resume. :) After it was functional enough, I casually shared with some friends to express my enjoyment of crafting something just for the sake of having some fun. To my surprise they ended up asking how they could send to others. So I went one step further, due to my pure excitement, and hosted it on Netlify to make publicly available. In case you're curious, I used the React component library Mantine[1] in this project. I loved it, so I definitely recommend to check it out for your next React project. Have thoughts to share? I would love to know! :) If you're postponing starting that project you have been thinking of, just do it. Right now. Just create a new dir, load up your framework of choice and start it, even a couple of lines are enough to get you started. We should never forget that to play around is awesome. -- [1] https://mantine.dev https://ift.tt/C7D8hJS May 31, 2022 at 01:50AM
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 30, 2022 at 01:14AM
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 10: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 11:45PM
Show HN: Spanish Basic https://ift.tt/N4A7tSj
Show HN: Spanish Basic https://ift.tt/PhZBVIW May 29, 2022 at 11:08PM
Saturday, May 28, 2022
Show HN: I wrote a short story about AR contact lenses and daemons https://ift.tt/zpoQFUl
Show HN: I wrote a short story about AR contact lenses and daemons https://ift.tt/DQBmvb2 May 28, 2022 at 10:20PM
Friday, May 27, 2022
Show HN: I'm building a personal web search engine https://ift.tt/oTHvMCy
Show HN: I'm building a personal web search engine https://ift.tt/ouCzrX3 May 28, 2022 at 12:13AM
Thursday, May 26, 2022
Show HN: Froebel–a strictly typed utility library for Deno, Node, and Browsers https://ift.tt/Mjnw0sT
Show HN: Froebel–a strictly typed utility library for Deno, Node, and Browsers https://ift.tt/uUIE93g May 27, 2022 at 12:31AM
Wednesday, May 25, 2022
Show HN: Justmove.fun – AR-based motion-gaming for live, P-v-P action gaming https://ift.tt/lhd2pun
Show HN: Justmove.fun – AR-based motion-gaming for live, P-v-P action gaming https://justmove.fun May 25, 2022 at 11:18PM
Show HN: ZenML – Portable, production-ready MLOps pipelines https://ift.tt/fiCdUeW
Show HN: ZenML – Portable, production-ready MLOps pipelines https://ift.tt/MYiNZ8t May 25, 2022 at 08:28PM
Tuesday, May 24, 2022
Show HN: My free course for learning Imba https://ift.tt/uJSlvMH
Show HN: My free course for learning Imba Today I launched an Imba course for Scrimba.com. Imba is an amazing language for building web applications, that deserves more attention. Watch my announcement video: https://www.youtube.com/watch?v=CDSIsvZJhow Take the course (it's free): https://ift.tt/qAPS6aG Some context: I fell in love with the Imba programming language a couple years ago and quit my job to spend all my time building projects with Imba. The first one being TaskTXT ( https://www.tasktxt.com ), a plaintext notepad with built-in timers. It's full of UI details that were a joy to build with Imba. Trying to build things like this with React in the past honestly made me feel dumb. Imba ( https://www.imba.io ) is a language that compiles to Javascript, like TypeScript or JSX. Imba's syntax diverges much more from Javascript, looking more like Python or Ruby. It's compatible with Javascript and Typescript and NPM modules. It also has fantastic VSCode tooling and even supports TypeScript types. I like Imba syntax better than JS, but the real selling point is the built-in features for building web UI. Imba has first-class support for html tags, css styles, and custom web components. Those are all parts of the language. For me, Imba has replaced Javascript, HTML, CSS and React. Imba's "Memoized DOM" model for updating the UI is an order of magnitude faster than virtual DOM approaches. This allows for simple state management, because you can pretty much re-render the whole UI whenever you want and Imba manages to do that very efficiently. There's an older article about this here ( https://ift.tt/FEKd6ux... ) if you want to dig into the technical details. People often ask for examples of things made with Imba, and the most prominent one is the learn-to-code site, Scrimba.com and its interactive editor. Scrimba was was built by Sindre (creator of Imba) and the Scrimba team. The fact that Scrimba's editor was made with Imba grabbed my attention when I first learned about the language. It's one of the most impressive web applications I've ever seen. Sindre originally built Scrimba to share Imba, but until now there's not been a real Imba course on Scrimba! So, I'm pleased to be fixing that today. I know Imba looks strange to a lot of people. Imba programmers are used to people looking at it and declaring it to be stupid and wrong. An open mind is required. Imba doesn't have to be for everyone, but for a certain type of developer who values design, and wants to build expressive UI quickly, it's pure magic. https://ift.tt/6AOz47g May 24, 2022 at 07:21PM
Show HN: WaifuXL - SOTA image upscaling neural network that runs in the browser https://ift.tt/C9KAkvu
Show HN: WaifuXL - SOTA image upscaling neural network that runs in the browser WaifuXL is our state of the art super resolution model trained on ~1,200,000 anime style images from the Danbooru2021 dataset. You can run it straight from your browser, entirely client-side, at https://waifuxl.com . Using the Onnx Runtime, we stream the weights of our ML models directly onto your device to be executed locally in WebAssembly. Doing so allows us to provide this service solely through a static webpage, no backend for model execution needed. This has the added benefit of enabling the privacy of your images--your images are not, and never will be, sent to us. Our original inspiration for this project was waifu2x ( http://waifu2x.udp.jp ). In general, our model will outperform those used on waifu2x by a significant margin, without the need for multiple models trained on various noise reduction levels. Note that while you _can_ upscale natural (real) images, the model was only trained on anime style drawings, so don’t expect good results. It does work quite well on non-anime graphic art, however. For more information, see our blog post at https://ift.tt/qxRIT1G https://waifuxl.com May 24, 2022 at 10:16PM
Monday, May 23, 2022
Show HN: A game that teaches Git https://ift.tt/RwXIsAO
Show HN: A game that teaches Git https://ift.tt/DVxtf85 May 24, 2022 at 01:10AM
Show HN: Bitetales - Short stories written together https://ift.tt/Oc7svUn
Show HN: Bitetales - Short stories written together https://bitetales.com May 23, 2022 at 09:19PM
Show HN: How to make automatic supercuts on the command line with Videogrep https://ift.tt/kNoxheF
Show HN: How to make automatic supercuts on the command line with Videogrep https://ift.tt/28d9oHT May 23, 2022 at 11:02PM
Sunday, May 22, 2022
Show HN: Quizdle – 5 daily quiz questions https://ift.tt/Xsvl6eB
Show HN: Quizdle – 5 daily quiz questions https://ift.tt/S9AvQiI May 22, 2022 at 06:27PM
Saturday, May 21, 2022
Show HN: AWS Should Be Easy https://ift.tt/9V8Mg5p
Show HN: AWS Should Be Easy https://ift.tt/yUEbWDP May 22, 2022 at 01:10AM
Show HN: TypeManager.TS – Transform plain JSON into JavaScript model classes https://ift.tt/URfn24b
Show HN: TypeManager.TS – Transform plain JSON into JavaScript model classes https://ift.tt/io6LEm3 May 21, 2022 at 11:42PM
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 11:23PM
Show HN: Binary Counting https://ift.tt/vuFraUJ
Show HN: Binary Counting https://ift.tt/1HfebRr May 21, 2022 at 09:17PM
Friday, May 20, 2022
Show HN: Releasing Vulnerabilities of Open Source Software https://ift.tt/Buh7HGi
Show HN: Releasing Vulnerabilities of Open Source Software 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 May 21, 2022 at 12:14AM
Thursday, May 19, 2022
Show HN: Trybsync – A Social RSS Aggregator https://ift.tt/fPz7i8A
Show HN: Trybsync – A Social RSS Aggregator https://ift.tt/3edY7pJ May 20, 2022 at 12:55AM
Show HN: Tree-view visualization of threaded Twitter conversations https://ift.tt/siNpErh
Show HN: Tree-view visualization of threaded Twitter conversations https://threadtree.xyz May 19, 2022 at 11:15PM
Show HN: Mprocs – TUI for controlling multiple processes in one terminal https://ift.tt/VTyhoSC
Show HN: Mprocs – TUI for controlling multiple processes in one terminal https://ift.tt/DkFOphW May 19, 2022 at 11:12PM
Wednesday, May 18, 2022
Show HN: Pickcode – A graphical code editor for education https://ift.tt/9VvM5H8
Show HN: Pickcode – A graphical code editor for education https://ift.tt/0VxMJdI May 18, 2022 at 10:55PM
Tuesday, May 17, 2022
Monday, May 16, 2022
Show HN: Securely collect and send emails directly to Web3 wallets addresses https://ift.tt/Oyzia58
Show HN: Securely collect and send emails directly to Web3 wallets addresses https://ift.tt/pIg0mu8 May 17, 2022 at 12:16AM
Show HN: Open-source system helping vulnerable nations become climate resilient https://ift.tt/Ji0gVok
Show HN: Open-source system helping vulnerable nations become climate resilient https://ift.tt/2Afrlpo May 16, 2022 at 11:39PM
Show HN: Open-source tool to deploy infrastructure in any cloud https://ift.tt/6Cal8nX
Show HN: Open-source tool to deploy infrastructure in any cloud We have been working on multy.dev, an open-source cloud agnostic API that makes it easy to deploy the same infrastructure to any cloud provider using native managed services. The motivation was the realisation that, even when using Terraform, migrating infrastructure code requires an end-to-end re-write. Even though most core resources are the same in any major cloud, developers need to learn a new provider to deploy the same infrastructure when moving providers. We are still in early days of development and currently support the core services from AWS and Azure: - Networking (virtual_network, subnet, route_table, security_group, network_interface, public_ip) - Compute (virtual_machine, managed kubernetes) - Database (managed MySQL databases) - Vault (managed secrets) - Storage (managed storage) - Abstraction of cloud differences (Azure VM public vs AWS EC2 private by default) - Deployment through Terraform We’re looking for feedback from other developers about our approach. Let us know your thoughts! GitHub: https://ift.tt/xIdgWSj https://multy.dev May 16, 2022 at 09:35PM
Sunday, May 15, 2022
Show HN: KittenDNS – easy to setup, rule engine, LetsEncrypt compatible https://ift.tt/JEbrc0i
Show HN: KittenDNS – easy to setup, rule engine, LetsEncrypt compatible 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. May 16, 2022 at 01:34AM
Show HN: Simple Financial Planner https://ift.tt/V9SoWJZ
Show HN: Simple Financial Planner https://ift.tt/neS5DXT May 15, 2022 at 10:36PM
Show HN: I made a Turing machine programing language https://ift.tt/Z0f36w4
Show HN: I made a Turing machine programing language https://ift.tt/3T7aDQ5 May 15, 2022 at 11:54PM
Saturday, May 14, 2022
Show HN: A collaborative pixel drawing game for when you're bored (Attempt #2) https://ift.tt/SjL3N7H
Show HN: A collaborative pixel drawing game for when you're bored (Attempt #2) Previous thread: https://ift.tt/OJmXEgt Hello again HN! It's been 3 months since I last submitted this project and the back-end server software melted down. I was really bummed that many people didn't get to play, so I've spent most of my spare time since that last post completely rewriting the back-end server software using small, carefully selected dependencies (C99, sqlite, mongoose.ws & cJSON) I've done some basic performance testing and I'm cautiously optimistic that it can now handle up to ~1000 concurrent users. If you have any ideas for improvements, do let me know! Bots are permitted, but try and do something creative instead of just filling the canvas with junk :^) You can view the source code for the new back-end here: https://ift.tt/LZIvSa4 You can also check out a recent time-lapse here: https://www.youtube.com/watch?v=FUmnUvTqn6M The time-lapse gets generated from the server log output using this tool: https://ift.tt/8odZ13H (Note to HN staff: It wouldn't let me repost this unless it had a 'slightly different url', hence the sneaky redirect there. If this is a big no-no, I apologize, otherwise feel free to swap out the URL to the redirected one :^)) https://ift.tt/JrU4Mwn May 14, 2022 at 11:56PM
Show HN: Monitor delivery of automated emails – catch broken email alerts https://ift.tt/gEs3BXx
Show HN: Monitor delivery of automated emails – catch broken email alerts https://notimon.com/ May 14, 2022 at 11:09PM
Show HN: A new way to write and publish research https://ift.tt/qfwIKrO
Show HN: A new way to write and publish research https://dystr.com May 14, 2022 at 09:58PM
Friday, May 13, 2022
Show HN: A Full-Stack Web Framework for Go https://ift.tt/d0uPj7Z
Show HN: A Full-Stack Web Framework for Go Hey HN! I want to share my side project with you. It's called Bud and it's a full-stack web framework for Go. I created a short video to show you how to create a minimal Hacker News clone with Bud: https://www.youtube.com/watch?v=LoypcRqn-xA . The framework is free, open source and MIT Licensed. You can find it on Github: https://ift.tt/m8a1ILk . I started working on Bud 2 years ago after watching the introductory Laracast videos about the Laravel web framework. I was just blown away by how productive you can be in Laravel. However, like many of you, I've been so spoiled by Go. I didn't want to go back to writing PHP, so I decided to try creating Laravel for the Go ecosystem. At this point, I just had the following goal: • Be as productive as Laravel in a typed language like Go. I got the first version working in 6 months and tried building a blog from it... It fell flat. You needed to scaffold all these files just to get started. If you're coming from Rails or Laravel you may shrug, this is pretty normal. Unfortunately, I've also been spoiled by the renaissance in frontend frameworks like Next.js. What I love about Next is that it starts out barebones and every file you add incrementally enhances your web application. This keeps the initial complexity under control. With these newly discovered constraints, I started working on the next iteration. Bud should: • Generate files only as you need them. Keep these generated files away from your application code and give developers the choice to keep them out of source control. • Feel like using a modern JS framework. This means it should work with modern frontend frameworks like Svelte and React, support live reload and have server-side rendering for better performance and SEO. With these new goals, the Bud you see today started to take shape. But along the way, I discovered a few more project goals: • The framework should be extensible from Day 1. Bud is too ambitious for one person. We're going to need an ambitious community behind this framework. • Bud should be able to provide high-level APIs for developers while compiling down to performant low-level Go code for production. • Bud should compile to a single binary. With platforms like Fly.io and Heroku, these days it's easy to not care about this, but I still cherish the idea that I can build a single binary that contains my entire web app and secure copy it up to a tiny server that doesn't even have Go installed. It's still super early days. You can find the the Roadmap on Github: https://ift.tt/7GeNiln . I encourage you to contribute your thoughts. And here's the current documentation for what's already in Bud: https://ift.tt/Ggx9wIM... . Comments are enabled for anyone to chime in. I have big plans for the framework. I hope you'll join me on this journey to build ambitious websites faster with Go! https://ift.tt/m8a1ILk May 13, 2022 at 11:01PM
Thursday, May 12, 2022
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 07: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 06: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 05:49PM
Wednesday, May 11, 2022
Show HN: Automated Capital https://ift.tt/Je4N9SQ
Show HN: Automated Capital https://ift.tt/DHnPK5v May 11, 2022 at 07:46PM
Show HN: Receipt Cat – Effortless expense and income tracking for Entrepreneurs https://ift.tt/qsYRl6i
Show HN: Receipt Cat – Effortless expense and income tracking for Entrepreneurs https://ift.tt/H3nDL4W May 11, 2022 at 11:17PM
Tuesday, May 10, 2022
Show HN: TWIBS — map-based financially-transparent dating https://ift.tt/RMb8QFA
Show HN: TWIBS — map-based financially-transparent dating TWIBS is a new kind of dating app where you can place pins at locations on the map and specify who would pay for the date. Then wait for people to message you or browse the map to see where other people put their TWIBS. https://twibs.io May 10, 2022 at 11:47PM
Show HN: I have built an app that identifies plug types like USB-C, HDMI or DP https://ift.tt/H5yFCL4
Show HN: I have built an app that identifies plug types like USB-C, HDMI or DP https://ift.tt/JFWQnxV May 10, 2022 at 11:18PM
Show HN: Peridot – A functional language based on two-level type theory https://ift.tt/uzcsTpw
Show HN: Peridot – A functional language based on two-level type theory https://ift.tt/3G0nlK4 May 10, 2022 at 02:56PM
Monday, May 9, 2022
Show HN: A Spatial Environment for Python https://ift.tt/1Iqh7WX
Show HN: A Spatial Environment for Python https://ift.tt/Zr4m1fT May 10, 2022 at 01:57AM
Show HN: I'm transitioning from software into the arts. Here's the gist https://ift.tt/Yc6fIDh
Show HN: I'm transitioning from software into the arts. Here's the gist https://ift.tt/EK2SUi5 May 10, 2022 at 12:30AM
Sunday, May 8, 2022
Show HN: Pointless – Endless drawing canvas desktop app https://ift.tt/YjryFEz
Show HN: Pointless – Endless drawing canvas desktop app https://ift.tt/ZtHxqa3 May 9, 2022 at 01:30AM
Show HN: Decision engine – AI-assisted decision making https://ift.tt/0bA3glx
Show HN: Decision engine – AI-assisted decision making https://ift.tt/BVbPpIH May 8, 2022 at 10:17PM
Show HN: A tool that complements Google & Reddit for finding niche information https://ift.tt/58pI43i
Show HN: A tool that complements Google & Reddit for finding niche information https://ift.tt/I3WoMYR May 8, 2022 at 09:51PM
Saturday, May 7, 2022
Show HN: Weron – A Peer-to-Peer VPN Based on WebRTC Written in Go https://ift.tt/nObLqTz
Show HN: Weron – A Peer-to-Peer VPN Based on WebRTC Written in Go Hey HN! I just released weron, a P2P VPN that uses WebRTC for transport which I've been working on for the last couple of months. It can create both layer 2/Ethernet and layer 3/IP overlay networks, and the underlying transport layer can be easily embedded to write your own P2P apps with Go. Compared to for example Tailscale, WireGuard and ZeroTier, its much harder to block on a network level and also significantly easier to set up, while not sacrifing much performance. I'd love to get your feedback :) https://ift.tt/I36EAbO May 7, 2022 at 11:48PM
Show HN: I made Ankify that converts notes to Anki cards https://ift.tt/9NdJjWl
Show HN: I made Ankify that converts notes to Anki cards Backstory: I was in medical school and had to study a ton of materials in short period of time. I came across Anki but always had trouble with making cards. In my mind, making cards should be quick, seconds instead of minutes. My other problem is after making the cards, each card does not really relate to the other. When you study the individual card, your thought process is very random and not cohesive. I wanted to be able to still reference to my notes for big concepts and then use the cards to memorize the details but also for long term retention. Ankify came out of that. At the time, I did not know any programming and paid someone to write a script in Python to convert the cards. Then, eventually I learned Python myself and expanded on the script. I also uploaded the markdown files online so I could view them anywhere ( https://ift.tt/4e2AFHK ). I ran into a wall in making user interface for the program. It was difficult to make good looking cross platform user interface with Python. I gave up on making user interface for a year or two with end of med school and residency. After a while, I went back to see if anyone else had made anything similar. Despite many plugins/programs that makes it easy to make cards, none of them really focused on readability of the original notes. I decided to sit down and learn javascript to help with UI creation. After about 3 years, everything finally came together after I learned Svelte, Tailwind, and Electron. I know Electron is not the most efficient program, but it's what works for me. Also, it's also the feeling of being able to make whatever my mind can think of. It feels really refreshing and empowering. Even making the website for Ankify is a lot of fun. You have to think so much about the presentation, typography, logistics. https://ift.tt/QGjZwKY May 7, 2022 at 05:33PM
Friday, May 6, 2022
Show HN: Tamagui Beta https://ift.tt/FP3tmK9
Show HN: Tamagui Beta https://ift.tt/4a7gySw May 6, 2022 at 09:47PM
Show HN: An Absurdly Compatible Website https://ift.tt/up0YdMg
Show HN: An Absurdly Compatible Website Hey all, I was inspired by the other thread to make a quick video demo of what an Absurdly Compatible Website may look like when implemented. This one does have some JavaScript, but degrades gracefully and supports text-mode browsers, no-JS browsing, and all the classics like IE3 and NN3 and Lynx. https://www.youtube.com/watch?v=E-_yr31biGM Kudos to anyone who can name all the browsers used in the demo, I think it's more than 20 different ones :) You can also check out the site live at https://ift.tt/Yn26spF or https://ift.tt/DNeS9co, at least until it's hugged. The framework for this is a static-dynamic hybrid site generator with full transparency and decentralizability, which I'm just preparing for this weekend's MIT Bitcoin Expo, so please let me know if you find any issues. Code is on GitHub: https://ift.tt/SeL9WlT May 6, 2022 at 10:07PM
Thursday, May 5, 2022
Show HN: Turing Pi 2 https://ift.tt/yTm1UD3
Show HN: Turing Pi 2 https://ift.tt/6aelYtw May 5, 2022 at 11:03PM
Show HN: Noise Destroyer https://ift.tt/awut0Wl
Show HN: Noise Destroyer I made noise destroyer to help people get rid of background noise from their audio or video files. I had to write code to split mp4 files into audio and video, then merge them once processed. What a load of effort! Who knew mp4 was so complicated. What's more, if there's one tiny bug, the whole thing fails to play with very little in the way of debugging! If anybody needs help with it shoot me an email at dane@turbobuilt.com and I can help. Please enjoy using Noise Destroyer whenever you have a file with background noise. And no, I'm not gonna say how I built it because I need money right now for various reasons and I don't want anybody to steal my idea! I hope you guys enjoy. https://ift.tt/ONjKQhI May 5, 2022 at 10:07PM
Show HN: ETL at Trino speeds and a step-by-step tutorial on running benchmarks https://ift.tt/FlkutXI
Show HN: ETL at Trino speeds and a step-by-step tutorial on running benchmarks https://ift.tt/jrbmkDf May 5, 2022 at 09:17PM
Wednesday, May 4, 2022
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 5, 2022 at 01:37AM
Tuesday, May 3, 2022
Monday, May 2, 2022
Show HN: How to create a hologram effect using SVG https://ift.tt/kC9JZdv
Show HN: How to create a hologram effect using SVG https://ift.tt/92vXpQ6 May 3, 2022 at 01:06AM
Show HN: Everyone Everywhere All at Once https://ift.tt/mt46IOB
Show HN: Everyone Everywhere All at Once https://ift.tt/L7mONvW May 3, 2022 at 12:53AM
Show HN: Run WASM in Containerd https://ift.tt/MfrATQm
Show HN: Run WASM in Containerd I've been working with a partner team to integrate wasm workloads with existing container toolchains with the goal of enabling wasm workloads anywhere, be it on the edge, in kubernetes, or wherever. To that end, this project implements a containerd shim which runs those wasm workloads. It is designed as a library to bring your own host implementation, but also includes an implementation for WASI. Right now the library assumes you are using wasmtime, which is embedded in. It works either standalone (run with containerd directly) or in kubernetes. Kubernetes networking and storage are wired into the wasm host and the wasm can run side by side with native workloads on the same machine. Wasm pods can be exposed as a service like any other pod. https://ift.tt/WvszhtM May 3, 2022 at 12:47AM
Show HN: UI for Apache Kafka v0.4 released with smart filters and live tailing https://ift.tt/Eyre6b7
Show HN: UI for Apache Kafka v0.4 released with smart filters and live tailing https://ift.tt/7wcuI2T May 2, 2022 at 11:08PM
Sunday, May 1, 2022
Subscribe to:
Posts (Atom)