Show HN: Zb, a self-contained zip blog https://ift.tt/iz7HcVD April 30, 2022 at 03:48AM
Show HN: Colorfle – A daily color mixing game inspired by Wordle Hi HN, I was inspired by Wordle to make Colorfle, a different take on the genre where the goal is to mix colors together to match the target color within six tries. There were some interesting problems to tackle in making this game, one of them being the difference between mixing digital colors and real-life behavior (in RGB, blue + yellow = grey!). I hope you enjoy it -- any feedback would be much appreciated! https://colorfle.com/ April 29, 2022 at 08:20PM
Show HN: Radiopaper, intrinsically troll-resistant public conversations https://ift.tt/mTLzuUn April 30, 2022 at 02:48AM
Show HN: Porting Zelda Classic to the Web I spent the last two months porting Zelda Classic, a 20+ year old C++ Allegro program, to the web. If you're a fan of the 2D Zelda games, you'll likely find some very enjoyable games here. I also write at length about the process of porting a large C++ application to the web. https://ift.tt/3bpswNc April 30, 2022 at 12:27AM
Show HN: Djaz-Envelope: DocuSign like e-signature Landing: https://djaz.io Application: https://app.djaz.io Share one or more documents to sign or view by recipients. This is called Envelope in Djaz. You can also just sign own document without using Envelope. And than include it in Envelope for viewing. Watch here for details: https://youtu.be/-hlThDTyvDQ April 30, 2022 at 01:43AM


Show HN: WeakVim, My attempt at a modular, transparent starter kit for Neovim Hi all, I _love_ Neovim. However, I think many parts of it could be easier to configure or understand, especially when it comes to LSPs. There's a ton of plugins that fill the gap, but some of them are sparse in documentation. There's also distributions like LunarVim that attempt to add a Doom Emacs-like layer above. My approach is a bit different, simply giving an opinionated, modular, and documented configuration that an interested user can easily modify to their needs. It makes use of the most helpful plugins I've encountered to create the best experience I could muster while retaining an air of simplicity. I hope this is helpful to someone out there! https://ift.tt/ykR8OzY April 29, 2022 at 05:33AM


Show HN: My own GPLv3 Monitoring app, but paid. Cross platform, native C++/Qt https://ift.tt/fSzv51T April 29, 2022 at 02:46AM
Show HN: Exafunction, efficient deep learning at scale https://exafunction.com April 29, 2022 at 01:03AM
Show HN: JavaScript widget to help your customers set up DNS records https://ift.tt/X2V1Ehx April 28, 2022 at 10:28PM
Show HN: Taaalk – a social network for long-form conversations https://www.taaalk.co/ April 28, 2022 at 05:23AM
Show HN: Netplot, plot network connections in the terminal https://ift.tt/BuyJqQi April 28, 2022 at 04:41AM


Show HN: Create awkward situations with a fake iMessage Popup https://ift.tt/I6c3PE1 April 28, 2022 at 01:41AM
We built 50 coming soon page templates with Tailwind CSS cause we couldn't find https://ift.tt/gV2BONy April 28, 2022 at 01:28AM
Show HN: I wrote my own programming language to solve leetcode https://ift.tt/dh2XzM8 April 28, 2022 at 12:40AM
Show HN: Lists.sh – A Microblog for Lists Greetings, creator here! I've been working on a new blogging platform specifically for lists on and off for a few months now and I'm excited to officially announce its launch. After seeing https://charm.sh a few months ago, I've been enamored by the idea of SSH apps. I decided that a blogging platform focused on developers could be the perfect use case for an SSH app. Also, I love writing lists. I think restricting writing to a set of lists can really help improve clarity in thought. The goal of this blogging platform is to make it simple to use the tools you love to write and publish lists. There is no installation, signup is as easy as SSH'ing into our CMS, and publishing content is as easy as copying files to our server. Check it out and let me know what you think! source: https://ift.tt/gdVMGUv https://lists.sh April 25, 2022 at 07:14PM




Via टेक ऑटो | दैनिक भास्कर https://ift.tt/MJVEmv1
Show HN: Create beautiful quotes that capture your attention (OSS) https://ift.tt/9JSAKaN April 27, 2022 at 02:30AM
Show HN: Linen – Make your Slack community Google-searchable Hi HN! Kam here. I’m the founder of Linen.dev https://linen.dev , a website that makes your public Slack community Google searchable. Linen will sync your Slack threads and make it SEO friendly so your community can find Slack content that was previously hidden. Previously I worked on a popular open source project which had a sizable Slack community. Slack was great for engaging with community members and with early sales. However as community scales Slack becomes this black hole where context becomes lost. Most public communities can’t afford to pay for several hundred/thousand members so they are limited to 10,000 free messages. You run into the problem of people asking repeat questions and not searching in Slack. It also doesn’t help that the Slack UX encourages posting and not searching. We experimented with Github discussions and Discourse but didn’t want another channel to maintain and split the community on. With Linen I wanted to build a tool that is very low maintenance without changing my current workflow. By making it search engine friendly and putting it on a website the community members can find answers to repeat questions before ever getting into your Slack channel. Linen is the first result that comes up on Google if you search for “seeing a weird issue with flyte” https://ift.tt/q3dNS8l... or “replace beast http with proxygen” https://ift.tt/9hdYeu6... . As a side effect of syncing conversation to a website you end up with a very long tail of unique and relevant content for your community. Linen is free to use and get setup but I offer a paid version (I am still figuring out the pricing model for it) where you can get the content redirected to your own subdomain where your domain gets all the SEO benefits. Linen is built with Nextjs, Node, Typescript, React, Prisma for the ORM and using AWS aurora for the Postgres db. I chose Nextjs for the server side rendering capabilities and wanted to share types between client side with Typescript. I’ve also enjoyed working with Prisma as the ORM since you don’t have to write a lot of boilerplate with other ORMs. I've also been pretty happy with Vercel and Nextjs especially with the server side rendering and client side caching it provides. Here are a few communities on Linen right now: https://ift.tt/i5UDWm8 https://ift.tt/5TNdAIH https://ift.tt/vMtImUT https://ift.tt/gp0lomw https://ift.tt/gFdNQAV https://ift.tt/UmWlTXw The product is very simple right now but I want to add features like related questions detection with semantic similarity, integrating with Github to notify the thread when it is finished, auto thread detection for conversations that aren’t in thread form. You can sign up for free today at https://www.linen.dev . I am doing manual onboarding at the moment to get better feedback and to manually walkthrough some of the less polished parts of the boarding flow. p.s. I’m actively working on supporting Discord on Linen so would love to hear from anyone that is interested April 26, 2022 at 09:10PM
Show HN: Analyze sprint burndown like you analyze stocks https://ift.tt/sHUaI23 April 26, 2022 at 10:55PM
Via टेक ऑटो | दैनिक भास्कर https://ift.tt/TwcjpxP
Show HN: I Built a Word Game The idea is to get from a starting word to a target word by creating a list of words to go in the middle. You can only change one letter at a time. Yesterday's words: https://twitter.com/ChangelistGame/status/1518695582151237632 Today's game: https://ift.tt/ukfzPU9 April 26, 2022 at 02:23AM
Via टेक ऑटो | दैनिक भास्कर https://ift.tt/TwcjpxP










Show HN: I'm making a dynamic language in Rust https://ift.tt/lfAdGk3 An implementation of a dynamic programming language in Rust. Includes: Parser/Compiler, REPL, Virtual Machine, Bytecode Disassembler This started out as a learning project to teach myself Rust. It has grown into a decently substantial piece of software and I've learned quite a bit in the process! Some neat things: + A garbage collector that can store dynamically sized types without any double-indirection (i.e. I have my own Box implementation with manual alloc/dealloc) + The smart pointer used to reference GCed data is a thin pointer. The ptr metadata needed for DSTs is stored in the GC allocation itself, so that the GC smart pointer is just a single usize wide. This allows me to keep the core value enum Variant down to 16 bytes (8 bytes for data, the enum discriminant, and some padding). + The GC also supports weak references! + Statically dispatched type object model using a newtype wrapper and Rust's declarative macros. Ok, what that means is that I have a MetaObject trait that I can use to easily add new data types and define the behavior for specific types. Similar idea to Python's PyTypeObject though very different in implementation. However, I don't resort to dynamic dispatch or trait objects despite working with dynamically type data. Instead, I have a newtype wrapper over the core value enum Variant that statically dispatches to each of the enum branches! And then a few macros that minimize the boilerplate required if I want to add a new branch to Variant or a new method to MetaObject (just a single line in each case). + Different string representations! This was inspired by the flexstr crate. Strings that are short enough to fit inside a Variant are "inlined" directly in the value. Longer strings are either GCed or interned in a thread-local string table. All identifiers are interned. + An efficient implementation of closures inspired by Lua's upvalues. The language is still pretty WIP. I'm planning to add an import system, a small standard library, and a few other things (Yes, the name might not be the best, being also used by a well-known ReST docs generator, I'll take suggestions. I do like the name though, both as a reference to the mythological creature and the cat :D) April 25, 2022 at 05:16AM


Show HN: I run a newsletter about Chrome extensions https://ift.tt/5cvk7qZ April 23, 2022 at 09:42PM


Via टेक ऑटो | दैनिक भास्कर https://ift.tt/uyKJrHm


Show HN: A better Reddit search engine to find Menswear recommendations Hey HN Community! We built this simple community search tool that basically allows people to search through thousands of past Reddit threads and tens of thousands of recommendations using tags. It mostly covers a few bigger subreddits like r/BIFL, r/MFA, r/AskMen, r/SkincareAddiction but along the way, I expanded it to include other smaller subreddits too. In addition to filtering by category, power users can also search by -Body Fit (big thigh, long torso) -Occupation (work in retail, teacher, doctor) -Age (18-24, 25-35), Size (height, weight) -Brand comparison (similar to: X) -Use (suitable for wedding, everyday wear) -Location (available in UK, use in Northeast US) -Mood/Style (minimalist, vintage, retro) Check it out. Buy fewer, buy better. Happy Earth Day! https://reddrecs.com April 24, 2022 at 03:12AM
Show HN: Def – A zsh plugin for default folder behavior https://ift.tt/7xAwrZ8 April 24, 2022 at 02:12AM


Show HN: Cloaker.mobi now encrypts arbitrarily large files in desktop Chrome https://cloaker.mobi April 23, 2022 at 03:24AM
Show HN: Earth Day Twitter bot replying to corp's w their netzero plans analyzed https://twitter.com/EarthDayApp April 23, 2022 at 02:45AM
Show HN: A 2MB, GC-Free, Memory-Safe, and Easy-to-Use NPM Audio Lib for Browsers https://glicol.js.org/ April 22, 2022 at 09:37PM
Show HN: Visualize MIDI notes in augmented reality using iOS LiDAR devices Reality Synthesizer utilizes iOS 15.4's addition of the LiDAR sensor to AVFoundation to visualize MIDI notes played on a connected synthesizer. The notes are visualized in augmented reality as the music is played. The demo uses a couple Metal shaders for depth-based visuals. https://ift.tt/n1dezGW April 22, 2022 at 10:55PM




Show HN: Secure, use, and manage sensitive data–without touching it https://ift.tt/MtKHJ7x April 22, 2022 at 02:22AM
Show HN: Dashibase.com – No-code user dashboards with Supabase https://dashibase.com April 21, 2022 at 11:42PM
Show HN: Organise Your SQL Snippets https://querystash.com April 21, 2022 at 02:30AM
Show HN: Two-way Jira sync in a collaborative spreadsheet and Gantt Hello HN, Our startup nearly died 2 years ago. We kept losing customers to spreadsheets. And it made us see a problem right under our nose: everyone just wanted flexibility & speed from a spreadsheet. But they have to stay in sync with {Jira / Salesforce / insert SaaS app}. When we followed this thread, we discovered how broken the integration experience was for flexible products like Airtable, Smartsheet, Monday, and Google Sheets. Their big problem is that they transform external data into their own format. This makes setup harder, since you have to get the mapping just right. And often you can’t sync back. We took a different path when building Visor. We essentially made a data lake & ETL tool with a front-end. Visor integrates with your Jira instance, reads its schema, helps you import the right data, and lets you work in a flexible spreadsheet* that syncs both ways. There’s also an interactive Gantt & Timeline view. *Spreadsheet is a generous term for now. Formulas are still on the roadmap. As are many true “spreadsheet” features. But we’re working towards it. Our roadmap is public, here: https://ift.tt/gd821mE And for VueJS devs, we eked out more performance from Vue 2 by modifying the core, documented here: https://ift.tt/4KdYESi... For database geeks, you might enjoy learning about the realtime graph DB we built to power the product: https://ift.tt/ZWoVjHP I’ve seen so many great companies start out by launching on HN. It’s quite a special personal moment finally to be sharing with you all. I’m happy to answer questions, take criticism, and generally hear what you think. https://ift.tt/7jgT1uA April 20, 2022 at 08:41PM
Show HN: New course on real-world ML systems https://ift.tt/7oFclUj April 21, 2022 at 02:35AM
Show HN: PyInpaint, a lightweight image inpainting tool written in Python - A simple and effective tool to remove scratches, bruises and small holes on images. - Basically it does the job by doing Dirichlet interpolation on a non-local graph created using images. - Could be easy integrated at the backend for fask or django projects related to image processing. https://ift.tt/hQiKdPs April 21, 2022 at 01:49AM


Via टेक ऑटो | दैनिक भास्कर https://ift.tt/yAqH8eO


Show HN: Crylic, a visual editor for React https://www.crylic.io April 20, 2022 at 04:57AM
Show HN: I have just open-sourced a 3D drafting demo https://ift.tt/cXeUanC April 20, 2022 at 03:01AM
Show HN: Soup GitOps Operator – Added patterns for manifests and more https://ift.tt/H5mndD6 April 20, 2022 at 12:14AM
Show HN: Mathtown Alley, a Game for MakeCode Arcade https://ift.tt/pHtULaz April 20, 2022 at 12:08AM
Show HN: Developer API for Granular Authorization https://ift.tt/u5lRahj April 19, 2022 at 07:41PM


Via टेक ऑटो | दैनिक भास्कर https://ift.tt/Vgla6nX




Show HN: Photogrammetry of Seattle landmarks rendered in WebGL https://ift.tt/BjR0yES April 19, 2022 at 02:42AM
Show HN: Studius – a simple, powerful flashcards app with spaced repetition https://studius.ai/ April 19, 2022 at 01:19AM
Show HN: Heyhey – Building a Linktree-like app taught me more than college Hello Hacker News! HEYHEY is a service that will hopefully bridge the different parts of people's online lives. So far, I've spent about 2 months developing it, and as a college student, it honestly helped me learn more about computer science than any undergrad course we have. Also, after getting the inspiration from HN, I wanted to prove to myself that, in 2022, anyone could build a full-fledged web service alone. Thanks to its modern-yet-traditional infrastructure, HEYHEY is costing me about 0 dollars a month to run (so far!). I really wanted to keep the service simple but functional. So naturally, I tried to stay away from a JS-based front-end. Instead, HEYHEY uses simple HTML pages with modern CSS and forms to function (you can disable JS!). Last week, I silently turned on registers, and if you register today, you will have a 10% chance to get Pro for life — it enables custom usernames (heyhey.to/[username]) and rich themes. I am not trying to take over the "Linktree space", nor trying to build a unicorn startup. After making HEYHEY presentable, I just wanted others to have access to it as well. I hope to keep developing HEYHEY so that it can further integrate with other social platforms while staying lightweight and functional. Would love to hear your feedback! If you registered and want to delete your account, just shoot an email to: friends@heyhey.to https://heyhey.to/ April 18, 2022 at 02:30AM
Show HN: A React component for WinBox, A virtual window manager for React https://ift.tt/PgKmlny April 18, 2022 at 01:59AM
Show HN: "q", a DNS query tool with support for UDP, TCP, DoT, DoH, DoQ and ODoH https://ift.tt/XCUuaFl April 18, 2022 at 02:25AM
Show HN: Employees.fyi – Easily compare U.S. workforce demographic data Hi HN! We built Employees.fyi to make it easy to compare U.S. workforce demographic data across companies and against industry reference data. In the U.S., the Equal Employment Opportunity Commission (EEOC) requires the collection and submission of demographic workforce data. We collected and organized the publicly available federal data from the EEOC as well as publicly available EEO-1 submissions from individual companies. By doing so, we hope to make it easy to compare U.S. workforce demographic data across companies and against industry reference data. The URL contains your current selection. Just copy the URL and share it! Some examples: * A comparison of 2018 data for the "Professionals" job category across the Information industry, Facebook, and Netflix: https://ift.tt/ETluBLX... * A comparison of 2018 data for all job categories across the Finance and Insurance industry, BlackRock, and PayPal: https://ift.tt/jUz4JtS... * A comparison of 2018 data for the "Exec/Sr Officials & Managers" category across the Professional, Scientific, and Technical Services industry, Accenture, and Nvidia: https://ift.tt/LNswfK6... If there's a company with EEO-1 data that you would like to see, consider submitting a URL via this form: https://ift.tt/GUcoKCA Let us know what feedback you have for us! For those who are curious: at runtime, Employees.fyi uses normalize.css and the Open Sans font. They are hosted with the website. https://employees.fyi April 17, 2022 at 11:32PM
Show HN: Quickly build a GraphQL API in Rust using create-rust-app https://ift.tt/4QnuAgE April 17, 2022 at 08:03PM
Show HN: I built an extension to disable copying from stackoverflow https://ift.tt/6uEDcqM April 17, 2022 at 02:34PM


Via टेक ऑटो | दैनिक भास्कर https://ift.tt/un6Ssy2
Show HN: My website, hosted on a 386 25 MHz, 4 MiB of RAM, 38400 baud internet http://serentty.com April 17, 2022 at 12:36AM
Show HN: 4917 Machine Code for Kids – Card Game https://punkx.org/4917/ April 15, 2022 at 05:37PM
Show HN: Breeze job search filter with 14M+ listings now in beta https://ift.tt/nsAUGKf April 17, 2022 at 12:14AM
Show HN: Tool for freelancers to calculate how much money to set aside After having been a regular employee for years, I worked as a freelancer for a while. Going into my freelancing life I had no real mental model for how much of the money I earned was truly mine to spend, and how much of it I needed to set aside for taxes, vacations, retirement, and in case I got sick. I modelled this in Excel as best I could and was quite surprised both by how complicated it was to get right, and how much money I actually needed to set aside! As my girlfriend also started freelancing last year, I decided to turn my Excel sheet into a little program she could use too, and in the spirit of sharing and helping others I would hereby like to make it available to you all too :) My biggest take-away so far has been that most people dramatically underestimate how much they need to set aside, and forget to plan adequately for getting sick and for retirement. You can find the tool here: https://ift.tt/NgBcVnh Comments, questions, and suggestions are more than welcome! I wish you all a happy Easter Weekend! In case you skipped to the bottom: you can find the tool at https://ift.tt/NgBcVnh April 16, 2022 at 10:35PM
Show HN: Neptune Lang – A concurrent fast dynamically typed scripting language https://ift.tt/2FNyPBC April 16, 2022 at 08:04AM


Show HN: A small Hypercard stack running as a PWA In my early programming years, I went from BASIC to HyperCard, then learned C when I couldn't make HyperCard do everything I wanted. Plenty of folks have pointed out how the lack of native support for color doomed HyperCard. But I think it was really over when the web got started and replaced everything in the "personal content" space from underneath, so I decided to see if the idea of HyperCard would work as a web app. There are some missing pieces -- it's not perfectly compatible. You can, however, make stacks online and let others see them. Free, no ads, no personal information, you are not tracked, just a fun project. https://ift.tt/BtEg8xZ April 15, 2022 at 08:49PM
Show HN: A tiny Docker image running althttpd https://ift.tt/1neMYld April 16, 2022 at 01:11AM
Show HN: Ray traced 4D Julia fractal renderer (Linux/Windows) https://ift.tt/ja8H7nY April 15, 2022 at 11:08PM
Show HN: React state management you already know how to use https://ift.tt/wQEIz2R April 16, 2022 at 12:52AM
Show HN: A tiling window manager like i3wm written entirely in C# https://ift.tt/1qAYnP8 April 15, 2022 at 11:04PM
Show HN: String.is – an open-source, privacy-friendly online string toolkit https://string.is April 15, 2022 at 04:18AM




Show HN: Hacker News reader focused on readability https://ift.tt/5Z3vpkn April 15, 2022 at 01:39AM
Show HN: Fast,Compiled deep-learning based modules for inferencing on CPUs Hi HN,I am Anubhav from RamanLabs.We have been developing dedicated modules based on deep-learning for purposes like face-detection,object-detection,pose-estimation etc. We hope to make it easy for developers,hobbyists to integrate such functionalities into their existing app/pipeline at the cost of a few milliseconds.All our modules run end to end in super-realtime even on consumer-grade CPUs[0]. For now we provide only Python based API. We provide Demo for each of the modules to allow testing for your desired data distribution.We also have a blog[1] where we hope to add more technical details about the framework used to develop these modules. The framework used to develop these modules is completely written in Nim language.We wrap existing ops implementations from libraries like ONEDNN and write our own code where we cannot find one or existing implementation is not good enough,mainly for preprocessing and postprocessing code.Having full access to framework code and being written in a high level language allows us to port newer architectures and optimize them quickly. We would love to hear your feedback on our attempt. [0] Quad-core Cpu with AVX2 instructions. [1] < https://ramanlabs.in/static/blog/index.html > https://ift.tt/NutIY4B April 14, 2022 at 11:38PM
Show HN: GPT-3 powered Ouija spirit board that moves your mouse https://ift.tt/2hFKoyC April 14, 2022 at 11:13PM


Show HN: HeftySearch – Search any number of sites at the same time https://ift.tt/mZceqA4 April 14, 2022 at 02:56AM
Show HN: I built a tool to resize/crop/frame images uniformly for documentation https://ift.tt/HdGDmnU April 14, 2022 at 02:08AM
Show HN: Dattorro reverb VST plugin written in Rust with egui and glicol_synth Hi HN, I find that many are interested in writing VST plugins but found C++ quite tricky to work with. So I made this VST plugin to show how Rust can be used to write VST plugins. I did it by combining egui-baseview-vst template[1] and glicol_synth audio lib[2]. Source code: https://ift.tt/LR4YMQ5 [1] https://ift.tt/wx5i17j [2] https://ift.tt/y5HGgsF April 13, 2022 at 11:08PM
Show HN: OSS Database, A crowdsourced database of Open Source alternatives https://ift.tt/E5dmF4e April 13, 2022 at 10:15PM


Via टेक ऑटो | दैनिक भास्कर https://ift.tt/mU65GpI
Show HN: Enhanced GNU Awk https://ift.tt/gteZ0xf April 13, 2022 at 07:03AM
Show HN: A Simple Memory Game https://ift.tt/iV98Jd2 April 13, 2022 at 05:08AM




Show HN: Razer x Lambda Tensorbook Hi all, long time lurker, first time poster. I want to share with you all something we've been working on for a while at Lambda: the Razer x Lambda Tensorbook: https://www.youtube.com/watch?v=wMh6Dhq7P_Q But before I tell you about it, I want to make this all about me, because I built this for me. See, while I'm genuinely interested in hearing from the community what you think as this is the culmination of a lot of effort from a lot of people across so many different fields (seriously, the number of folks across manufacturing, engineering, design, logistics, and marketing who have had to work together to launch this is nuts), I really just want to tie the larger motivations for Tensorbook as a product back to a personal narrative to explain why I'm so proud. So, flashback to 2018, and I'm a hardware engineer focusing on the compute system at Lyft's autonomous vehicle (AV) program, Level5 (L5). Here was a project that that would save lives, that would improve the human condition, that was all ready to go. I saw my role as coming in to product-ize, to take what was close to the finish line and get it over it. The disappointment was pretty brutal when I realized just how wrong I was. It's one thing to nod along when reading Knuth write "premature optimization is the root of all evil"; it's another to experience it firsthand. At Lyft L5 I thought I would be applying specialized inference accelerators (Habana, Groq, Graphcore, etc.) into the vehicle compute system. Instead, the only requirement that mattered org-wide was: "Don't do anything that slows down the perception team". Forget testing silicon with the potential to reduce power requirements by 10x, I was lucky to get a willing ear to hear my case for changing a flag in the TensorFlow runtime to perform inference at FP16 instead of FP32. Don't get me wrong, there were a multitude of other difficult technical challenges to solve outside of the deep learning ones that were gating, but I had underestimated just how not-ready the CNNs for object detection and classification were. Something I thought was a solved problem was very much not, and ultimately resulted in my team and others building a 5,000 watt monster of server (+ power distribution, + thermals, + chassis, etc etc) that took up an entire rear row of seating. I'm happy to talk about that experience in the comments because I have a lot of fond memories from my time there. Anyway, the takeaway I have from Lyft, and my first motivation here is that there is no such thing as over-provisioning or too much compute in a deep learning engineer's mind. Anything less than the most possible is a detriment to their workflow. I still truly believe AVs will save lives; so by extension, enabling deep learning engineers enables AVs enables improvement to the human condition. Transitive property, :thumbsup: So moving on, my following role in industry was characterized by working closely with the least technical people I have ever had the opportunity to work with in my life. And I mean opportunity genuinely, because doing so gave me so much perspective on the things that you and I here probably take for granted. (How do we know that Ctrl+Alt+T will open a terminal? Why does `touch` make a file? How do I quit vim?) So, the takeaway from that experience, and motivation #2 for me is that computers can be so unaccessible in surprising ways. I have a deep respect and appreciation for Linux, and I want others to see things the same way, so anything I can do to make easier the process of "self-serving" or "bootstrapping" to my level of understanding, is something worth doing to me. So, with those two personal motivations outlined, I present to you, for your consideration, the Razer x Lambda Tensorbook. A laptop with a no-compromise approach to speeds-and-feeds and shipping with OEM support for Ubuntu. sincerely, Vinay. Product Marketing @ Lambda April 13, 2022 at 12:12AM
Via टेक ऑटो | दैनिक भास्कर https://ift.tt/0oPJu9X
Show HN: Oregon State University Class Data Explorer https://ift.tt/48fcx9Y April 12, 2022 at 04:51AM
Show HN: ToolJet v1.10 The open-source alternative to Retool https://ift.tt/B062URt April 12, 2022 at 07:02AM


Show HN: Esht – Embeddable SHell Tags https://ift.tt/tmTSsIn April 12, 2022 at 02:15AM


Via टेक ऑटो | दैनिक भास्कर https://ift.tt/0oPJu9X






Show HN: Brain, a commandline note-taking tool for creating a zettelkasten https://ift.tt/BCxKgVX April 11, 2022 at 12:22AM
Show HN: Cypress Recorder that adapts to UI changes with Email testing https://ift.tt/WfsaCNG April 10, 2022 at 11:51PM
Show HN: Ultra fast Terraform plan and state parser written in Rust https://ift.tt/dyaRXPn April 11, 2022 at 12:41AM


Show HN: Turn any data into a fast analytical API https://columns.ai/dev April 8, 2022 at 02:59PM
9 सिर्फ मेहमान कलाकार जैसी, डीसी का प्रदर्शन बेकडेल टेस्ट में बेहतर

Via टेक ऑटो | दैनिक भास्कर https://ift.tt/1q3Wo0z
Show HN: tmux.nvim – turning Neovim into a terminal multiplexer https://ift.tt/IjKzCle April 10, 2022 at 02:23AM
Show HN: MassCode v2 – a code snippets manager for developers https://ift.tt/NoeUtOE April 9, 2022 at 10:23PM
Show HN: Dev Toolbox – A browser extension with simple offline dev tools Hello HN! I'd like to share a browser extension I made that provides quick offline access to various development tools. Current tool set: Calculate hashes; encode and decode HTML, URI, Base64; convert numbers between different bases; parse and manipulate various time formats; format and inspect IPv4/CIDR addresses; search all v13.1 emoji with quick copying in various formats. It runs entirely offline, making no external requests (even emoji PNG files are bundled), and only requires local storage permission to remember your last tab and input. This was inspired by an old extension called Hasher (no longer on the Chrome Store) that provided a simple interface to similar utilities. This was an opportunity to get back into making extensions, practice with Vue a bit, and expand upon the original idea. It's available for Chrome, Edge (via Chrome Store), and Firefox; links and screenshots are on GitHub, where you can also report any problems. Feedback and suggestions are very welcome. Thanks! https://ift.tt/p0sNCgl https://ift.tt/p0sNCgl April 10, 2022 at 01:13AM
Show HN: I made a website for you to travel the world in first-person POV https://ift.tt/IwqinLR April 10, 2022 at 12:28AM






Show HN: Relevanto (beta) – I curate the relevant web Hi! This is Alex Dragusin and lately I've been working on Relevanto where I look for and save the best of the web. I literally search through search engines for the best of everything (yes, lots of site:reddit.com in there and so on), check it out if it's legit (I search for reputational data like reviews etc) save it, categorize it and list it on Relevanto. I have a knack for curation and organization so I am putting my skills to, hopefully good use. This, at this point is intended for a global audience, stuff that make sense for most people. I got fed up with Google and other search engines results being filled with too many results that are not really useful and I hope Relevanto will eventually be a gateway for most of the stuffs I do on the web, leaving the search engines for more specific stuffs - to use them as an option rather than primary way. Love speed and privacy. I am big on privacy thus no tracking and the usual nonsense. The site is static and managed by a backend I created through which I manage the sites in the database. The static exporter is written in PHP. Nothing too fancy. I am constantly adding, adjusting and since it's beta, many more categories are coming up. In the works: *apart from the highlighter, a similar function that will filter all the sites by [keyword], that is, show only what contain [keyword], hide everything else. *dedicated pages, for example Music, on this page there will be all about music from links to websites for consumption to tools of creation to news and so on. Monetization: Will monetize in 2 ways, one by having a Marketplace page (the only place for ads, no ads on other parts of the site as long as I am at the helm), where one can advertise their service/product/company for a consistent fee (aka high barrier of entry) while abiding by strict guidelines (Money is good but not at the expense of my visitors!) and second by patronages taken through Patreon or other provider. That's it, the goal is not endless growth at the expense of the users but to provide value, real value! This is the future of the web, the relevant web! Thank you and hope to have you along for the ride. https://ift.tt/9myfhdN April 9, 2022 at 12:09AM
Show HN: Gomarvin: generate custom boilerplate for Go REST servers https://ift.tt/autPCUg April 8, 2022 at 11:40PM
Show HN: Zaplib – Speed up your webapp with Rust+Wasm https://ift.tt/UakpD0q April 8, 2022 at 11:36PM














Show HN: A Story-Based Brainwallet https://ift.tt/TryAEMU April 7, 2022 at 11:22PM
Show HN: The Causes of Latency in Computing Systems, and Why It Frustrates Us https://ift.tt/4Xc5Wkq April 7, 2022 at 05:35AM
Show HN: Airbyte Cloud – ELT platform with open-source data connectors https://airbyte.com/ April 6, 2022 at 07:49PM
Via टेक ऑटो | दैनिक भास्कर https://ift.tt/zlvEpbI


Via टेक ऑटो | दैनिक भास्कर https://ift.tt/zlvEpbI


Show HN: DivPay – Get paid for sharing your programming knowledge https://ift.tt/Y3JjKlM April 6, 2022 at 04:02AM
Show HN: Monokle, a Kubernetes Manifest IDE https://ift.tt/xvwZzK7 April 6, 2022 at 12:04AM




Show HN: OpenPIL AI – open-source NLP Python package to compile drug databases https://ift.tt/eKfbFrc April 5, 2022 at 04:23AM
Show HN: Faros CE – open-source engineering operations platform https://ift.tt/lYjGUwn April 5, 2022 at 04:10AM
Show HN: Tricorder – Automation the KISS way, no YAML involved, written in Rust https://ift.tt/R4P9LSU April 5, 2022 at 02:48AM
Via टेक ऑटो | दैनिक भास्कर https://ift.tt/UT9stQ8








Show HN: Traindle, the Sydney train game – Make four numbers equal 10 in order https://ift.tt/xZ9JKNf April 4, 2022 at 02:23AM
Show HN: A CLI tool that analyzes with PMD and posts findings as GitHub comments https://ift.tt/tjcHFDE April 4, 2022 at 03:02AM
Show HN: Txtai – SQL-driven semantic search with machine learning functions https://ift.tt/RAsDPkt April 4, 2022 at 02:41AM




Via टेक ऑटो | दैनिक भास्कर https://ift.tt/X6KYdj1
Show HN: I built a Wi-Fi 6 survey kit to see how common it was in my area https://ift.tt/LjHxGyO April 3, 2022 at 03:17AM
Show HN: I introduced link sharing to Gmail https://mailie.app/ April 3, 2022 at 03:15AM
Show HN: Inch https://ift.tt/3SFxTGy April 2, 2022 at 09:22PM
Show HN: I Made a Node Based Image Processing App https://batchnode.com April 2, 2022 at 01:37AM
Show HN: Google Search results are below the fold https://ift.tt/eW1Fq7a April 2, 2022 at 12:57AM
Show HN: Lisp in Five Days Hi HN! I kept hearing about Lisp and why it was special but didn't have a great place to start. I wanted something self-contained that helped me develop intuition rather than fluency. My hope is this is helpful for casual programmers, professionals from other fields who interact with code, or engineers who haven't had much exposure to interpreters or compilers. Hope this helps anyone else who's curious about getting a sense of Lisp and what makes it special with a limited time investment! Feedback or other cool Lisp things welcome :) https://ift.tt/XqkWdrY April 2, 2022 at 12:19AM
Show HN: gh-dash – GitHub CLI dashboard for pull requests and issues https://ift.tt/FODRp3y April 1, 2022 at 11:42PM
Show HN: Visualize your day as 144 rectangles https://rectangles.app/ April 1, 2022 at 11:19PM
Show HN: Svend3r, an interactive plug and play charting library for Svelte https://svend3r.dev/ April 1, 2022 at 10:59PM
Show HN: I made a stupid indoor cycling app for my command line https://ift.tt/WVtxdua April 1, 2022 at 04:02AM
Show HN: I Made a Stupid Game https://weighoff.net March 31, 2022 at 07:06PM
Show HN: Typed parser combinator library with error recovery for Python https://ift.tt/W0f3CJd April 1, 2022 at 02:07AM
Show HN: Metacommerce – Create NFT collections and web3 apps without code https://ift.tt/viJzCPq April 1, 2022 at 02:00AM
Show HN: React-Table-Library https://ift.tt/iT54j9r April 1, 2022 at 01:41AM
Show HN: Nginx Common Useful Configuration https://ift.tt/ISUp7Bj April 1, 2022 at 12:51AM
Show HN: Selfhosted tech starter pack for development of new startup https://ift.tt/MdlgKFn April 1, 2022 at 12:47AM