This is a autopost bolg frinds we are trying to all latest sports,news,all new update provide for you
Wednesday, December 28, 2022
Show HN: Helix, a Framework for AI Systems https://ift.tt/lv4zpZC
Show HN: Helix, a Framework for AI Systems https://ift.tt/dqtYfs1 December 29, 2022 at 02:14AM
Show HN: Track Institutional Investors https://ift.tt/ko9bfOg
Show HN: Track Institutional Investors https://ift.tt/FGxLV54 December 29, 2022 at 02:03AM
Show HN: Pbproxy – Send your clipboard anywhere you can ssh https://ift.tt/xJ7kW2X
Show HN: Pbproxy – Send your clipboard anywhere you can ssh pbproxy is a small wrapper to give you a consistent and remotely accessible interface to your system clipboard on linux and mac. https://ift.tt/FBn2IRr December 28, 2022 at 02:42PM
Show HN: I built haystack – Google for your workplace apps https://ift.tt/7AtidhN
Show HN: I built haystack – Google for your workplace apps Hi Yuval here! historicly a security researcher, more recently entered the NLP space! Iv'e started working on haystack recently because I feel modern workplaces are in dire need of a good workplace search product that is free to use just like google. Information is scattered between too many communication channels, we communicate with our peers through slack and email, share docs and specs on confluence, work with tickets on jira, commit code and have discussions on github, not to mention all the .docx, .ppt and .pdf that fly around the organization. Not to mention the fact that existing search featuers just plain suck, if you tried using confluence search you know what I mean, keyword search is terrible. Even when you find relevant looking results, they require you to commit to entering the page, and scroll through to get to the relevant paragraph. What does haystack do? - Enable you to search all your workplace applications from one place. (slack, confluence, notion, jira, github, outlook, gmail, etc...). - Natural language queries ("How to do X”, "Do we support Y", "How do I connect to Z"). - Help you decide if the result is relevant without entering the page. - Go directly: search result->relevant paragraph inside page. (no extra scrolling) - No download, all the magic happens in the browser. - Local browser storage option. (you don't need to trust me with your internal communications to use haystack). - Code references embedded in search results. Example, "How to connect to integ2 machine" on haystack could give you: ssh -i private.pem ubuntu@ec2-integration2.eu-west-1.compute.amazonwes.com aggregated from a slack communication you had a while ago. It was quite a challenge to get it up and running in the browser, but here's what I ended up using: IndexDB browser API for storage, and a fine-tuned TinyBERT-based bi-encoder for indexing, searching. Search result building involves using a fine-tuned t5-small model, there's some nodejs adaptations, and wasm rewrites in rust for performance. Next Steps fine-tuning haystack for lower-end laptops with no dedicated GPU, I'm feeling like it should be running smoothly for lowerend hardware by Feb/March, so that's the current public release date. If you would like to get early access + you have dedicated graphics, there's a button in our landing page, and my email address. I'll be here in the comment section! https://www.haystack.it/ December 28, 2022 at 07:39PM
Show HN: Get user feedback. Make it a conversation https://ift.tt/vVjitTD
Show HN: Get user feedback. Make it a conversation https://feedbakk.io/ December 28, 2022 at 01:27PM
Tuesday, December 27, 2022
Show HN: Mastinator. Disposable public anonymous no-login Fediverse accounts https://ift.tt/YfoDwhc
Show HN: Mastinator. Disposable public anonymous no-login Fediverse accounts https://mastinator.com/ December 28, 2022 at 06:58AM
Show HN: Merry Sky, Dark Sky replacement and merry-timeline open source lib https://ift.tt/xGTbCVN
Show HN: Merry Sky, Dark Sky replacement and merry-timeline open source lib Hello HN, This is a website I worked on during the holidays to fill the void of the upcoming dark sky shutdown. For me, the precipitation timeline was a view I was heavily relying on for everyday activities and planning. I had not found any replacement from the various weather apps. When I found pirateweather.net as a backend API, it gave me the motivation to put the pieces together and get back the experience I enjoyed. I then added more functionalities that I think was missing from the website such as a weekly chart view. I've been using the website reliably over christmas holidays. Hope you enjoy it too! Also I open sourced the visual component for drawing the precipitation timeline and you can use it for drawing weather information or any other hourly activities really https://ift.tt/vL9Tp6W Interested in your feedback! https://ift.tt/Ocdlno1 December 28, 2022 at 04:44AM
Monday, December 26, 2022
Show HN: Sideproject.guide https://ift.tt/m5tBvU4
Show HN: Sideproject.guide https://ift.tt/0XdJ2Uu December 27, 2022 at 12:06PM
Show HN: Gamedrop – Videogame collection management, price alerts, and prices https://ift.tt/aqe5I3L
Show HN: Gamedrop – Videogame collection management, price alerts, and prices https://ift.tt/E4bCOyn December 27, 2022 at 07:23AM
Show HN: How many advertising panels in Sydney are near a public telephone? https://ift.tt/joadxkb
Show HN: How many advertising panels in Sydney are near a public telephone? https://ift.tt/TXkYC1F December 27, 2022 at 05:27AM
Show HN: Predicting the Greenest time to use electricity (AU) https://ift.tt/Sl6R9vW
Show HN: Predicting the Greenest time to use electricity (AU) Hello all, I built this for fun this year. It may be able to help: - reduce your carbon footprint, - eg. see the best time to charge your EV - eg. hook up a smart heating/cooling system? - learn more about how the renewables transition Currently limited to the Aus National Electricity Market, sorry... Feedback and questions appreciated! https://ift.tt/nVdfUI8 December 27, 2022 at 04:50AM
Show HN: Eleven – open-source alternative to Codespaces https://ift.tt/8oD2Ktx
Show HN: Eleven – open-source alternative to Codespaces Hey HN, Eleven is the second project that I've built to learn Go. It lets you create a code sandbox in your cloud provider account easily. What's a "code sandbox"? Just a VM, running in your cloud provider account, with some runtimes pre-installed, your repositories cloned, a way to connect to it with your preferred editor (or via SSH) and a way to serve your apps easily via HTTP (with automatic HTTPS). You could use it to deploy your app, as a remote development environment or even to test some code. It's up to you. For example, to deploy a Node.JS app: $ eleven aws init hello-world --runtimes node@18.7.0 --repositories eleven-sh/hello-world > Success! The sandbox "hello-world" was initialized. $ ssh eleven/hello-world forever node index.js > Forever: command started. Run "forever stop" in current path to stop. $ eleven aws serve hello-world 8000 --as hello.eleven.sh > Success! The port "8000" is now reachable at: https://hello.eleven.sh $ curl https://hello.eleven.sh > Hello World Still learning Go by the way, so I'm open to any suggestions to improve. https://ift.tt/dilqypb December 27, 2022 at 03:57AM
Show HN: Test if your shortcut conflicts with any default shortcuts in browsers https://ift.tt/pyRdSLw
Show HN: Test if your shortcut conflicts with any default shortcuts in browsers https://ift.tt/MA6NC2h December 27, 2022 at 01:34AM
Show HN: 80/20 Rule in Everything https://ift.tt/PqrnCvD
Show HN: 80/20 Rule in Everything The content of the 8020.in website was generated using the ChatGPT AI engine and then reviewed by a human editor to ensure accuracy. https://8020.in/ December 26, 2022 at 04:59PM
Show HN: WebTransport vs. WebRTC vs. WebSocket https://ift.tt/6vWSLFu
Show HN: WebTransport vs. WebRTC vs. WebSocket https://ift.tt/sI46mWp December 26, 2022 at 08:16PM
Sunday, December 25, 2022
Show HN: 10x Faster Twitter Embeds https://ift.tt/QA04PEa
Show HN: 10x Faster Twitter Embeds https://ift.tt/kuGHpeO December 26, 2022 at 10:41AM
Show HN: Talk to GPT-3.5 via WhatsApp https://ift.tt/SfOVY5F
Show HN: Talk to GPT-3.5 via WhatsApp https://aibuddy.chat/ December 26, 2022 at 09:24AM
Show HN: Secure end-to-end client sessions and API calls using crypto key pairs https://ift.tt/Ac2vyRd
Show HN: Secure end-to-end client sessions and API calls using crypto key pairs Hello. I made this project as an experiment in using key cryptography for user identity in a client <-> server model, and for some future peer to peer projects that I am working on. I am looking for feedback, please let me know what you think. Also, Merry Christmas to HN! :-) https://ift.tt/zA0QwFL December 26, 2022 at 03:37AM
Show HN: Bespoke Artist Website Hosting https://ift.tt/wj9TJCe
Show HN: Bespoke Artist Website Hosting Merry Christmas everyone! We started offering hosting services for our musical artists at our record label Epsilon Records ( https://ift.tt/R5LuytA ) and we recently decided to open the offering further. Consider it boutique high-touch hosting at a good value for a very niche musical artist audience (bands/producers/musicians). We offer a choice of the WordPress or Ghost platform but can also handle custom requirements for the more technical customer. Get in touch and let’s nerd out over how we can help you meet your musical and artistic hosting needs. And now a word from ChatGPT: "Why choose Epsilon for your musical hosting needs? There are several reasons why you may want to choose a hosting provider that specialises in music: * Expertise: A hosting provider that specialises in music will have a deep understanding of the specific needs and requirements of music websites. This includes things like fast loading times for streaming audio and video, and the ability to handle large amounts of traffic. * Music-specific features: A hosting provider that specialises in music may offer features that are specifically tailored to the needs of music websites, such as integrations with music streaming platforms or tools for promoting and monetizing your music. * Niche-specific support: A hosting provider that specialized in music will likely have a team of support staff who are knowledgeable about the specific needs and challenges of music websites. This can be especially helpful if you have questions or run into issues specific to the music industry. Overall, choosing a hosting provider that specialized in music can help ensure that your website has the features and support it needs to succeed in the competitive world of online music." Open to feedback! https://ift.tt/DzGuZbQ December 26, 2022 at 02:22AM
Show HN: Newsic https://ift.tt/GDZjEH5
Show HN: Newsic News portal that uses GPT-3 to extract news from the news. https://newsic.io/news December 25, 2022 at 11:24PM
Subscribe to:
Posts (Atom)
Show HN: Kstack – Skill pack for monitoring/troubleshooting K8s in Claude Code https://ift.tt/GQauRgE
Show HN: Kstack – Skill pack for monitoring/troubleshooting K8s in Claude Code Hi All, Recently I've been using Claude Code a lot for de...
-
Show HN: A directory of 800 free APIs, no auth required Explore reliable free APIs for developers — ideal for web and software development, ...
-
Show HN: I built Dirac, Hash Anchored AST native coding agent, costs -64.8 pct Fully open source, a hard fork of cline. Full evals on the gi...
-
Show HN: I built a FOSS tool to run your Steam games in the Cloud I wanted to play my Steam games but my aging PC couldn’t keep up, so I bui...