Tuesday, January 31, 2023

Show HN: GPTMinus1 – Fool OpenAIs AI Detector by Randomly Replacing Words https://ift.tt/JM8IkUp

Show HN: GPTMinus1 – Fool OpenAIs AI Detector by Randomly Replacing Words This is a joke before anyone gets too worked up. The algo is a simple one which goes and replaces random words with their synonyms. It will obviously beat these AI detectors but the output isn't probably what you would want. The point stands though that more sophisticated approaches that rephrase or mix up the word distribution will be able to throw off the detector and it should not be relied on exclusively for, say, checking if a student assignment is AI generated. https://ift.tt/gsX1Wlx February 1, 2023 at 10:56AM

Show HN: PC Face: Bitmap Arrays for Rendering All 256 Glyphs of CP-437 https://ift.tt/BGj6zK2

Show HN: PC Face: Bitmap Arrays for Rendering All 256 Glyphs of CP-437 https://ift.tt/20hz3Sa February 1, 2023 at 06:42AM

Show HN: KnifeGeek – Online Database of Pocket Knives https://ift.tt/03RNomp

Show HN: KnifeGeek – Online Database of Pocket Knives Hey HN! About a year ago i stumbled upon the world of swords, knives, and EDC gear. A weirdly addicting (and expensive) hobby to have. Back then i noticed something, it was quite tedious to easily sift and search through knives based on length, steel, brand, and what not to find the knife for me. There were some great youtube channels that helped me pick out what i wanted however i had to sit through multiple 30 minute videos just to review 10-15 knives or so each. Recently i've been having a little trouble sleeping so i decided to pickup a new passion project to work on late at night, here's KnifeGeek! it's a completely free website where you can search, filter, and sift through an extensive knife database (over 60K+ knives) and add them to your collection or wishlist. You do need to sign in to add stuff to your wishlist or collection and after a bunch of advanced searches. Please check it out and let me know if you think anything is missing! I'll try to flesh it out more on a daily basis if people find it cool or useful. Planning to add in price comparison functionality and more data per knife in the next week. PS: Images are a little shoddy, working on that. https://ift.tt/812EgLT February 1, 2023 at 05:38AM

Show HN: TunnlTo – Windows WireGuard split tunnel client built with Rust, Tauri https://ift.tt/GYJf3Xb

Show HN: TunnlTo – Windows WireGuard split tunnel client built with Rust, Tauri Hi Everyone, TunnlTo is a tool for controlling which Windows applications, processes, and IP addresses can use a WireGuard VPN tunnel. Here are some examples of how it could be used: - Route only FireFox through a privacy VPN - Route Slack and Microsoft Office through a work VPN - Route a game through a gaming VPN - Stop a game from routing through a privacy VPN - Stop a browser from routing through a work VPN - Route a specific IP address range through a privacy VPN - Route all traffic through a privacy VPN except a specific IP address range I have been collaborating on this project with the creator of WireSock - Vadim Smirnov. "WireSock VPN Client is a lightweight command line WireGuard VPN client for Windows that has advanced features not available in the official WireGuard for Windows such as selective application tunneling and disallowed IP addresses. WireSock VPN Client combines the power of Windows Packet Filter and BoringTun (user space WireGuard implementation in Rust) to provide exceptional performance, security and scalability." The TunnlTo app is built with Tauri and I've used boring old HTML, CSS (bootstrap) and JavaScript as I had major JS framework fatigue. I have previously built a production app with Electron and Vue. Tauri appealed to me for its use of Rust and its small installation sizes. I tried Tauri pre version 1.0 and had a bit of trouble but this time around its been a positive experience. The docs and the Discord community have come a long way. I would appreciate any feedback about the project so I can get an idea of what direction to take it in next. Vadim will be around a little later if anyone is curious about the WireGuard implementation and wants to know more. Thanks for reading! https://ift.tt/tnrjKWu February 1, 2023 at 02:58AM

Monday, January 30, 2023

Show HN: My kids interviewed Vint Cerf – this is what he said https://ift.tt/njWJPDC

Show HN: My kids interviewed Vint Cerf – this is what he said https://www.youtube.com/watch?v=YNU71T1T1Zw January 31, 2023 at 10:57AM

Show HN: LangChain Tracing https://ift.tt/Im1sXe0

Show HN: LangChain Tracing Something we've been working on for the past few weeks - an easy way to visualize, debug, and explore the execution trace of LangChain agents and chains https://ift.tt/Ag3akCi January 30, 2023 at 08:24PM

Show HN: Merit – Career mentorship for tech workers https://ift.tt/EYt7rLy

Show HN: Merit – Career mentorship for tech workers Hello Hacker News! I built a free service where you can schedule 1:1 video mentorship calls with senior ICs and managers in software engineering, product management, and design. The goal is to remove barriers to building a professional network that can help you grow your career like building skills and getting referrals. Right now we’re limited to folks living or working in the US or Canada, but we’re working on expanding beyond that one day. Without logging in, you can browse mentors here: https://ift.tt/Kk34epQ Between tech layoffs, hybrid work, and an uncertain industry outlook, I hope this can be a useful resource for you or someone you know, especially if you do not have a large professional network. I would love to hear your feedback! https://ift.tt/CbZqsRK January 31, 2023 at 02:27AM

Show HN: Chromium running inside your terminal https://ift.tt/FVx2TRW

Show HN: Chromium running inside your terminal https://ift.tt/Hki9LxR January 30, 2023 at 11:11PM

Show HN: Shoutouts.lol https://ift.tt/1Edq9ky

Show HN: Shoutouts.lol https://shoutouts.lol/ January 30, 2023 at 10:37PM

Sunday, January 29, 2023

Show HN: Train CIFAR10 to 94% in under 10 seconds on a single A100, world record https://ift.tt/yItpRvU

Show HN: Train CIFAR10 to 94% in under 10 seconds on a single A100, world record Hi, My career is currently in this field, and I created this project as (effectively, among other things) a living resume, and to also be a really great workbench for hacking/experimenting on different methods. Testing and getting a feel for how different methods work within this framework is truly a delight, and quite simple/fast. Additionally, generally speaking, many of the mathematical concepts should transfer, so this (for me) has been a really great proving grounds in testing out how something might work in a different place in the real world. We hope to get under 2 seconds of training time (for 94%) within about two years or so, so stay tuned for updates as we continue to push more changes that take us faster and faster than our starting point of ~18.1 seconds or so. By the way, this architecture and training hyperparameters do indeed scale well, just increase epochs from 10->80 and base_depth from 64->128 and you'll have about 95.77% accuracy in about 188 seconds or so (just over 3 minutes :D). That alone is a huge boon! Great to see scaling laws working well within this very, very tight hyperparameter resolution. Feel free to let me know if you have any questions, Hacker News always seems to get me the most traffic. I really love talking about this project, and can't really seem to find anyone to nerd out about it with. This is very, very cool stuff! So feel free to leave a comment, and I'd love to jump in and chat about it! :D :) <3 <3 :)))) https://github.com/tysam-code/hlb-CIFAR10 January 30, 2023 at 07:28AM

Show HN: An online IDE that records your coding session https://ift.tt/luDgEba

Show HN: An online IDE that records your coding session https://ift.tt/MC4VRke January 30, 2023 at 03:17AM

Show HN: My AI-Hosted YouTube Channel for Teaching Apple XR Development https://ift.tt/OS4pUom

Show HN: My AI-Hosted YouTube Channel for Teaching Apple XR Development https://www.youtube.com/@swiftreality January 30, 2023 at 05:00AM

Show HN: I made the pagelayout LaTeX class for creating graphic rich PDFs https://ift.tt/YuMTDRC

Show HN: I made the pagelayout LaTeX class for creating graphic rich PDFs The class allows you to layout pages declaratively to create photo books and other graphic rich, perfectly typeset and print ready PDFs. https://ift.tt/8R4wIrP January 30, 2023 at 02:36AM

Show HN: Tate or Confucius? https://ift.tt/rU50mKs

Show HN: Tate or Confucius? https://ift.tt/fGrBoNO January 30, 2023 at 01:23AM

Show HN: SMS to Slack, receive 2FA codes in Slack https://ift.tt/iMSjLUY

Show HN: SMS to Slack, receive 2FA codes in Slack https://smstoslack.app January 29, 2023 at 10:49PM

Show HN: Display Fox Image in the Terminal https://ift.tt/wJQyC0p

Show HN: Display Fox Image in the Terminal https://ift.tt/t4ySpQG January 29, 2023 at 02:30PM

Saturday, January 28, 2023

Show HN: QuadSort, Esoteric Fast Sort https://ift.tt/VkcJfFA

Show HN: QuadSort, Esoteric Fast Sort https://ift.tt/7Dn1RHf January 29, 2023 at 10:12AM

Show HN: I built a web app to generate Emacs and Vim themes from VSCode theme https://ift.tt/9wLbGZ6

Show HN: I built a web app to generate Emacs and Vim themes from VSCode theme Screenshots: https://ift.tt/rvTHSFt Website: https://ift.tt/8DzciuA Source: https://ift.tt/dTotWpi Written in Vanilla JS, generation happens entirely in browser. Automatically adds some default faces for few Emacs packages. Vim version also comes with 256 color support for terminals. https://ift.tt/nIwWtR5 January 29, 2023 at 05:51AM

Show HN: Git Heat Map – a tool for visualising git repo activity for each file https://ift.tt/qSV0Q48

Show HN: Git Heat Map – a tool for visualising git repo activity for each file https://ift.tt/3fyiZaG January 29, 2023 at 06:39AM

Show HN: View the Mood of the World https://ift.tt/O83IiZg

Show HN: View the Mood of the World https://ift.tt/BtoUTxz January 29, 2023 at 01:34AM

Show HN: Tablr – Supabase with AI Features https://ift.tt/ltABMro

Show HN: Tablr – Supabase with AI Features https://www.tablr.dev/ June 30, 2025 at 04:35AM