This is a autopost bolg frinds we are trying to all latest sports,news,all new update provide for you
Tuesday, June 25, 2024
Show HN: The Tomb of Nefertari [QV 66] Guided Virtual Tour https://ift.tt/0WxidSl
Show HN: The Tomb of Nefertari [QV 66] Guided Virtual Tour I 3d scanned the Tomb of Nefertari and am building this guided virtual tour, trying to bring in photogrammetry of artifacts that I've made at various museums. It crashes sometimes still on mobile devices. I wasn't able to take photogrammetry photos of the artifacts from the tomb in the Museo Egizio in Turin because they were traveling while I was there (and now the museum is closed to install a new roof anyhow), so I tried to include comparanda from other museums where I had scanned artifacts. I tested the same dataset with 3d Gaussian Splatting but that had lower resolution results for great complexity in frontend code and reduced performance on older devices. [3DGS tour: https://ift.tt/o49Qe5k... ] Moving forward, if anyone's working on the same idea, I didn't find a good path to monetization through web-based 3d content, so I'll take the high resolution photogrammetry of spaces into Unreal and switch to desktop and headset builds. For the distribution advantage of web-based 3d content, I'm hoping to test next a desktop or VR build that may be easier to sell to sustain my work. https://ift.tt/PHCjRZ5 June 25, 2024 at 08:18PM
Show HN: I made a remote job board with a free CV maker tool https://ift.tt/CP0wpb6
Show HN: I made a remote job board with a free CV maker tool https://benture.io/ June 25, 2024 at 02:27PM
Show HN: AI-Generated Tables for a Steampunk City https://ift.tt/owerQUi
Show HN: AI-Generated Tables for a Steampunk City I recently embarked on a creative experiment where I used ChatGPT to craft an elaborate steampunk story. Inspired by the rich narrative and intricate details, I decided to transform various parts of the story into demo tables, complete with text and images using https://tabulator.ai/ . The goal was to explore how AI can aid in the creative process and provide indie game developers and storytellers with some ideas quickly. https://ift.tt/YVoyztZ June 25, 2024 at 02:34PM
Monday, June 24, 2024
Show HN: Qq: like jq, but can transcode between many formats https://ift.tt/yWxak5H
Show HN: Qq: like jq, but can transcode between many formats qq is jq inspired interoperable config format transcoder with interactive querying. It features an optional interactive editor with autocomplete for structured data. And supports inputs and outputs for json, xml, ini, toml, yaml, hcl, tf, and csv to varying degrees of capability. https://ift.tt/eKrM4b2 June 25, 2024 at 04:14AM
Show HN: Sandcastle – a minimal, lightweight build tool and shell automator https://ift.tt/6obwa0H
Show HN: Sandcastle – a minimal, lightweight build tool and shell automator Automate your repetitive build tasks and terminal commands with Sandcastle. Built in Go. I'm a solo student developer - I'm open to contribution to build this into something that everyone can and will want to use. https://ift.tt/rDRqVZy June 25, 2024 at 12:16AM
Sunday, June 23, 2024
Show HN: Field report with Claude 3.5 – Making a screen time goal tracker https://ift.tt/ENlwHRI
Show HN: Field report with Claude 3.5 – Making a screen time goal tracker https://ift.tt/1wx9ac4 June 24, 2024 at 07:00AM
Show HN: API for Internet Brand Data https://ift.tt/uPDEzej
Show HN: API for Internet Brand Data https://brand.dev/ June 24, 2024 at 01:32AM
Show HN: Open-source version of Anthropic's Artifacts UI https://ift.tt/x7kz8lh
Show HN: Open-source version of Anthropic's Artifacts UI https://ift.tt/SQXEqkB June 24, 2024 at 03:51AM
Show HN: Tsellm: Interactive SQLite shell with LLM support https://ift.tt/OtiVC7s
Show HN: Tsellm: Interactive SQLite shell with LLM support Hello HN, While browsing the Python docs yesterday, I discovered that the latest 3.12 version has added support for a `python3 -m sqlite3` interactive shell. I looked into the source code, and its implementation was simple, giving me an idea: Why not hook the beautiful llm library by simonw into such an interactive shell, and thus have direct LLM support in SQLite? Without writing a C extension, build a shared object and all that fuss. Well, now you can `pip install tsellm` and do just that. demo gif: https://ift.tt/qNtvuWY... https://ift.tt/Cuf0gYy June 23, 2024 at 11:45PM
Saturday, June 22, 2024
Show HN: Online OPML editor to manage subscription lists https://ift.tt/XBUnGqd
Show HN: Online OPML editor to manage subscription lists I made a small online editor to manage OPML[1] files easily. There are a lot of smart online editors for formats like JSON, but while OPML is supported by most subscriptions services, the experience of editing/managing it is poor outside of what each platform support. The pain of managing the file independently increases as the size of the OPML file grow larger. It's rather simple at the moment but the goal is to provide shortcuts for common desired tasks to make the experience of editing OPML much smoother and streamlined. The editor is a static website that runs locally in your browser, it doesn't require an account, nor do any tracking. Let me know your feedback or if you've any pain points around OPML GitHub repo: https://ift.tt/S541Yuq Website: https://ift.tt/Ixjdu3t [1] - https://ift.tt/InwgA64 https://ift.tt/S541Yuq June 21, 2024 at 06:43PM
Show HN: Simple script to cripple personalized targeting from Facebook https://ift.tt/ea3pYfw
Show HN: Simple script to cripple personalized targeting from Facebook https://ift.tt/R147BkA June 23, 2024 at 03:08AM
Show HN: Feedback on Sketch Colourisation https://ift.tt/sMmBAKv
Show HN: Feedback on Sketch Colourisation Hi I am looking for some feedback on our new project "Sketch Colourisation". The envisioned UI and objectives are -- * An artist should have greater control on how to colour a sketch. While a text-to-image model lacks this fine-grained control, a per-pixel colourisation pipeline makes sketch colourisation a laborious process with high-entry barrier. * What if an artist only draws a mask for a local region and specifies the colour palette for that local region? Then a neural network figures out how to colour the overall sketch -- while maintaining those local colour palette. [I would really like a feedback if the above UI (i.e., mask and local colour palette) makes sense to users/designers. As researchers, we often have the wrong idea of what is desired by end-users.] * On the exact implementation of the above concept, we designed a no-training based neural network framework -- and also make sure it runs on a Nvidia 4090. In other words, I will try to avoid any expensive training or inference -- which defeats the purpose of being useful to people (not just some research labs). * Note, I am not so bothered about the exact implementation (or whether it is "novel") -- as long as it is useful. * A shameless advertisement: The codebase ( https://ift.tt/1fM3RP5 ) is MIT License. It is no way near to being useful to people -- but I would really like to pursue this direction and your feedback/criticism will be immensely helpful. Thanks https://ift.tt/6lsANHg June 22, 2024 at 05:03PM
Show HN: I made tool that let's you see everything about any website https://ift.tt/mPwB2pQ
Show HN: I made tool that let's you see everything about any website Yes, it's open source: https://ift.tt/8seW9PU :) Why I'm building this? There are a lot of tools out there for discovering meta and security data relating to a website, IP or server. But currently, there isn't anything that does everything, all in one place and without a paywall/ user sign up. It's still a WIP, and I'm working on a new version, with some more comprehensive checks, so any feedback would be much appreciated :) https://v1.web-check.xyz/ June 22, 2024 at 04:13PM
Friday, June 21, 2024
Show HN: Synapse – TypeScript Toolchain for Cloud Apps https://ift.tt/nD6bd3X
Show HN: Synapse – TypeScript Toolchain for Cloud Apps Hey all, I've been working on a developer tool based on my experiences with working on cloud applications. What I've created is basically Node.js + TypeScript + Terraform all combined into a single tool, Synapse. I like to think of Synapse as a "compiler for distributed systems", though it can also be used as a build tool for any JavaScript/TypeScript app. In fact, Synapse is built with Synapse! I recently open-sourced the bulk of the codebase, but a lot of work is still needed to make it easy to contribute. If anyone is able to try it out and give me feedback, it would be hugely appreciated! There's not many documented features at the moment, but I think what I have now is at least enough to get a basic idea of what Synapse can do. https://ift.tt/sugi2IV June 22, 2024 at 03:51AM
SHOW HN: A tool to scale PDF files to a specific paper size, such as A2, B2 https://ift.tt/IYVubjP
SHOW HN: A tool to scale PDF files to a specific paper size, such as A2, B2 https://ift.tt/b7G8MP9 June 22, 2024 at 03:31AM
Thursday, June 20, 2024
Show HN: We Added Full Schema Enforcement to a Document Database https://ift.tt/i7VN1Ba
Show HN: We Added Full Schema Enforcement to a Document Database https://ift.tt/GpXS09u June 20, 2024 at 11:08PM
Show HN: Hyperaide – personal assistant for your tasks, notes and bookmarks https://ift.tt/l1zDodv
Show HN: Hyperaide – personal assistant for your tasks, notes and bookmarks https://hyperaide.com/ June 20, 2024 at 09:21PM
Show HN: Store Text in Minesweeper https://ift.tt/Vq4D6gG
Show HN: Store Text in Minesweeper https://ift.tt/p64fLQF June 20, 2024 at 11:33PM
Wednesday, June 19, 2024
Show HN: MIT-Licensed High-Quality Video Game Built from Scratch with JavaScript https://ift.tt/6JZX7BN
Show HN: MIT-Licensed High-Quality Video Game Built from Scratch with JavaScript https://ift.tt/Ks6afhS June 20, 2024 at 06:51AM
Show HN: Text Your Pals Choose-Your-Own-Adventure Games with iMessage and Twine https://ift.tt/PhJGajq
Show HN: Text Your Pals Choose-Your-Own-Adventure Games with iMessage and Twine https://ift.tt/6HYcyuh June 20, 2024 at 02:57AM
Subscribe to:
Posts (Atom)
Show HN: tltv – Federation protocol for 24/7 TV channels https://ift.tt/KMVr6Ng
Show HN: tltv – Federation protocol for 24/7 TV channels I spent six years trying to build a tv channel server. rewrote it eight times. flas...