I maintain the opinion that courage is the only moat and always will be
HN user
ata_aman
https://amantsegai.com
Very cool, thanks for putting together.
Yeah! Can’t wait for dual eventually and real time stream!
I assume the real router OS is extremely neutered to basically only route traffic and filter inbound with everything else being removed? But yeah I can definitely see that.
Wouldn’t all traffic be routed through the OS/processor on board?
Have you noticed significantly slowed network speeds over WiFi?
Not sure if it's still a thing but I remember being able to call Uber with my Apple Watch (cellular version) in 2017 when my phone died.
Just published the Halo vision headphones [1]. Currently working on reducing parts where possible, tuning audio quality and video stabilization.
Built something similar almost a year ago during the holidays [1]. Open-source if you want to check it out [2]. I use the mobile app version from time to time when I'm going on walking adventures around the city.
[1] https://smartmap.ai [2] https://github.com/space0blaster/smartmap
Funny coincidence, I just published an offline infinity-scroll notes app[0] today to replace my long txt file. Desktop version probably in a couple of days. Last time I published an app for myself, my friends (and ~1k others!) loved it so trying doing it again.
I've used a .txt pretty much my whole life from my old Vaio running Ubuntu to my Mac books after, especially as a heavy terminal/nano enjoyer. I always saved it as do.txt in my base dir. Thousands of lines which was always nice to look at and more importantly easy to reference links I used during debugging or troubleshooting from months ago. It's a weird mix of a bookmarking list, daily to dos and quickly jotting down phone numbers or details while on the phone with someone (if I'm not on my personal laptop, I usually type the thing while I'm on the phone in the PC browser address bar then copy it over which is not ideal because auto-search).
Another strategy I've used is iMessaging myself with links or notes, which in my opinion is the best way since it auto syncs AND you can pin yourself in the iMessage app for quick access.
[0] https://apps.apple.com/us/app/infinote-single-page-notes/id6...
Yeah, here's one[0]. Obviously long ways out but using speech to run through scenarios of different simulations from pre-defined parameters would be great. You're basically applying formulas to already designed objects. If the model could run the scenario and spit out a report when it's done with summaries, it would be great since some of these simulations take hours. Then adjust the model for better sim results and iterate accordingly.
[0] https://doc.comsol.com/5.4/doc/com.comsol.help.heat/Introduc...
Somewhat related, but I'd love GPT enabled multi-physics simulations on objects. Designing in CAD, especially for intricate objects seems (currently) to be better when done by "hand", but I'd absolutely love to use speech-to-text to run different simulations on said objects.
I made something[0] last year to have something very consumer friendly. Unbox->connect->run. First iteration is purely to test out the concept and is pretty low power, currently working on a GPU version for bigger models and launching Q4 this year.
I have similar goals, get enough land to do hobby rocketry and get back to long range shooting. Both require a lot of land haha. Bumming it out at publicly available land at the moment. Awesome to hear you're enjoying the hobby with your son!
Good to see a balanced spend amount on the competitive shooting. I know it can get crazy spending wise.
Dora: https://dorafiles.com
It's a file explorer where it embeds your local file structure so you can use natural language to search your file system.
Started off as a local inference/vector-db only project last year and now also using cloud inference/vector-dbs for faster processing.
You can also use "agent-mode" to organize your files/folders, create items, move, copy and save content to disk directly from chat.
Always love seeing Ben Eater’s “build [X] from scratch” His YouTube is one of the best channels to understand how stuff works from fundamental building blocks.
Weird quirk I inherited from Dreamweaver: I used a bootlegged/trial version in high school to learn coding and it would close itself every few minutes so I would Ctrl+S every few seconds to save my progress. I still do that to this day even though all my Jetbrains IDEs auto-save. I think I still have my webassist.com PHP extensions for Dreamweaver somewhere on my hard drive from 2008.
Inference speed is heavily dependent on memory read/write speed versus size. As long as you can fit the model in memory, what’ll determine functionality is the mem bandwidth.
I mean, not really? It's not like I make money from it, it's completely open-source and free to use. I gain nothing besides sharing similar work to OPs which I found interesting.
That's sweet, I'm planning to implement something like this on my project[1] as well (also a Christmas gift to myself). Right now it spits out points but regions and polygons is on my to-do list. Suggestion: make the map cover the entire browser window/remove the black borders, it gives it a more HD feel and it makes it immersive.
Probably worth having a separate email-address for hiring. "support@" might deter folks from applying.
No way! hahaha that's amazing. I love the internet. I remember waking up the next morning to like 120 downloads, totally unexpected.
I lost mine somewhere in SF while visiting years ago but I absolutely loved it. I won it at a hackathon after making a tiny Pebble app where you could keep score during a soccer game as a referee by pressing the side buttons. App development and publishing was extremely easy on their app store.
Not putting words in OP’s mouth from the comment you’re replying to. But from my understanding, the default state of information is to spread itself, it’s an inherent characteristic. You have to put effort to suppress it (example making info classified or enforcing secrecy). If you don’t actively put effort into suppressing information, it will spread.
I can publish it no problem. I’ll create a new repo with instructions for the hardware with CAD files.
Designing a new one for the NVIDIA Orin Nano Super so it might take a few days.
I have it running on a Raspberry Pi 5 for offline chat and RAG. I wrote this open-source code for it: https://github.com/persys-ai/persys
It also does RAG on apps there, like the music player, contacts app and to-do app. I can ask it to recommend similar artists to listen to based on my music library for example or ask it to quiz me on my PDF papers.
folks over at r/LocalLLaMA
No way haha I was actually slightly concerned when I published it might have some OPSEC issues for some categories.
Thanks! I might have to hard reset the context on each request. Noticed it too.