Skip to main content

Posts

Showing posts from December, 2022

Brighton & Hove Albion 2-4 Arsenal: Gunners extend lead to seven points #wanitaxigo

The Big Eurovision Party: Rylan to bring in 2023 with song contest stars #wanitaxigo

Ukraine war: Zelensky tells Russians - Putin is destroying you #wanitaxigo

Police arrest suspect in murder of four Idaho university students #wanitaxigo

Norfolk fireman Carl Mills dies at fire station #wanitaxigo

Watch: Seven reminders why Pele is a footballing great #wanitaxigo

Pele: A sporting icon who never liked his nickname #wanitaxigo

Show HN: 2see.ca – Bitcoin Locked Links https://ift.tt/Ek5xjvm

Show HN: 2see.ca – Bitcoin Locked Links Hello! We're excited to announce the launch of our new platform for monetizing online content. Our system allows users to easily create locked links that require payment in Bitcoin to unlock. This is a great way for content creators to earn revenue from their work and for users to access high-quality content. Here's how it works: - Create a locked link and set the price for unlocking the content in Bitcoin - Share the locked link with your customer and receive direct payment when the content is unlocked https://2see.ca/ December 29, 2022 at 10:07PM

Strep A: Woman arrested after girl, 8, dies in Lampeter #wanitaxigo

Leeds 1-3 Man City: Erling Haaland reaches 20 Premier League goals in record time #wanitaxigo

Man, 62, dies after being hit by police car in Livingston #wanitaxigo

Four injured in Evesham suspected gas explosion #wanitaxigo

Do not reduce UK's modern slavery protections, Theresa May warns #wanitaxigo

Iran protests: Family of football legend Ali Daei stopped from leaving #wanitaxigo

Stars' tributes after death of actor Ronan Vibert #wanitaxigo

Cromer Boxing Day dip makes return after two-year break #wanitaxigo

US storm: Death toll in historic Arctic freeze rises to 24 #wanitaxigo

Austria avalanche buries at least 10 people at ski resort #wanitaxigo

Doctor Who trailer drops for fans at Christmas #wanitaxigo

Prince Harry and Megan criticise the Sun's Jeremy Clarkson apology #wanitaxigo

Are you in business?, Rishi Sunak asks homeless man during shelter visit #wanitaxigo

Show HN: Search HN Favorites or Export to CSV/HTML https://ift.tt/t5kTyvn

Show HN: Search HN Favorites or Export to CSV/HTML I wrote a JavaScript tool to search your HN favorites and export them to CSV or HTML. The JavaScript runs in your browser like a browser extension. It scrapes the HTML and navigates from page to page. Setup and usage instructions are in the file. https://ift.tt/PcrkMmz December 24, 2022 at 02:37AM

The Sun apologises over Jeremy Clarkson's Meghan column #wanitaxigo

Show HN: Box4D – 4D physics demo using Rust and wgpu https://ift.tt/YeWTx8i

Show HN: Box4D – 4D physics demo using Rust and wgpu This is a little physics toy I've been working on off and on for a while. I originally planned on making a more fully featured game of some sort (I suppose I still may some day), but it turns out that writing interesting graphics and physics algorithms is more compelling than the hard work of polishing an actual product. Who knew? While there are plenty of good guides for 2D and 3D graphics and physics, there's not much out there for 4D. In hopes of alleviating that, the code here is arranged such that the commits are more or less a step-by-step guide, with comments for the interesting or tricky parts. While I don't think I came close to the simplicity or clarity of Box2D Lite, I hope it can serve as a useful example to anyone interested in 4D rendering and physics. https://ift.tt/MkbfwGV December 24, 2022 at 12:00AM

Show HN: Create a Children's book with AI – with illustrations https://ift.tt/sAhud4E

Show HN: Create a Children's book with AI – with illustrations Hey together with wife we took part in AssemblyAI hackathon and although we didn't win we felt good enough about our inital MVP that we took it a bit further. You can describe your characters and give a title and however long/detailed description you want, the gpt-3 will generate a children's story from it, dall-e will generate images. Images are postprocessed with stable-diffusion custom model (for stylisation) and that's the final result. It's still early as it was done in about 2 weeks, but I count on your feedback. I am software engineer and did basically all of the engineering work myself. Feel free to ask question regarding implementation plans, etc. cannot wait to learn what you think. I'll appriciate any feedback. https://ift.tt/zalEtXO December 23, 2022 at 12:08AM

World Cup 2022: Fifa investigating Salt Bae's 'undue access' to pitch after final #wanitaxigo

Show HN: System Design Practice and Discussion https://ift.tt/krL49DP

Show HN: System Design Practice and Discussion Many platforms exist for a candidate to practice leetcode style questions. Created one to practice and discuss system design problem statements. There is no auto evaluation as high level design is subjective, but we support upvotes/downvotes and a comment section for feedback and discussion. Looking for early feedback. https://ift.tt/mKt64j9 December 21, 2022 at 10:54PM

Show HN: How to use ChatGPT+ARKit to script experiences with natural language https://ift.tt/NmSvDVj

Show HN: How to use ChatGPT+ARKit to script experiences with natural language Video demonstration: https://youtu.be/bJFa5HOmhl4 I created a demo involving ChatGPT, OpenAI's Whisper running on-device for speech-to-text (because why not?), and ARKit. By defining a custom JavaScript environment with JavaScriptCore and describing it to ChatGPT, I was able to get it to produce functioning scripts that instantiate and manipulate 3D objects. Sketchfab is used to import 3D assets on the fly. Google Poly had a much better catalog of assets for this sort of thing but sadly, it's no longer available. The README.md describes how it all works but the gist of it is that user prompts are wrapped in a larger prompt that describes the environment (i.e., which functions are available to use and how they work) and constraints. The code is then executed directly. Assets for objects are fetched as needed by searching Sketchfab. https://ift.tt/CRydSLn December 21, 2022 at 11:51PM

Deadly California earthquake leaves thousands without power #wanitaxigo

Ghost Town: 'The song Margaret Thatcher wishes was never released' #wanitaxigo

Ukraine to boost Belarus border defences as Putin meets Lukashenko #wanitaxigo

NHS trust apologises as man kept in hospital for more than a year #wanitaxigo

'Doddie Weir was incredible - he'll be truly missed' #wanitaxigo

COP15: Five key takeaways from the UN biodiversity summit #wanitaxigo

Strictly Come Dancing: Villagers celebrate Hamza Yassin's victory #wanitaxigo

Canada's polar-bear capital Churchill warms too fast for bears #wanitaxigo

World Cup final: Watch all the goals as Argentina beat France #wanitaxigo

Show HN: Factual AI Q&A – Answers based on Huberman Lab transcripts https://ift.tt/PLGMclR

Show HN: Factual AI Q&A – Answers based on Huberman Lab transcripts This is a quick prototype I built for semantic search and factual question answering using embeddings and GPT-3. It tries to solve the LLM hallucination issue by guiding it only to answer questions from the given context instead of making things up. If you ask something not covered in an episode, it should say that it doesn't know rather than providing a plausible, but potentially incorrect response. It uses Whisper to transcribe, text-embedding-ada-002 to embed, Pinecone.io to search, and text-davinci-003 to generate the answer. More examples and explanations here: https://twitter.com/rileytomasek/status/1603854647575384067 https://ift.tt/Ifu8qtY December 17, 2022 at 11:35PM

Hundreds turn out to remember lake victims #wanitaxigo

Show HN: baseline – a free, open-source journaling and mood tracking app https://ift.tt/yXTFjnZ

Show HN: baseline – a free, open-source journaling and mood tracking app Hey HN! I recently released baseline, a journaling and mood tracking app for iOS, Android, and web. If you've been looking for a better journal, or just want to work on your mental health, you should check it out! It includes: - Simple and fast journaling — just open the app and start typing. - Visualizations to help you understand your progress over time. - Screeners to help you better understand what you might be struggling with. - Customizable notifications to help you build journaling into your daily routine. - Strong privacy — personal data is encrypted with user-specific keys that I can’t access. This app started as a personal project for my own mental health, and it really helped me out — so now here we are! Again, if you've wanted to try journaling or just want to start working on your mental health, I really recommend trying it out. I'll also be here all day to answer any questions y'all h...

Show HN: The easiest way to run a brainstorm, supercharged with A.I https://ift.tt/droUxWC

Show HN: The easiest way to run a brainstorm, supercharged with A.I Hello friends! We've been working hard on building Mimosa, and would love for you to try it! No signups required. Facilitating brainstorming sessions can be a challenging and time-consuming task. It's difficult to keep everyone on agenda, engaged, and contributing. So we've built Mimosa to be the easiest way to facilitate a brainstorming session. Imagine if a "digital whiteboard" and a "trello board" had a baby, but built with all the best practices of professional facilitation. With Mimosa, you can minimize bias by allowing team members to contribute anonymously before revealing their ideas. This ensures that everyone has a fair chance to share their thoughts and ideas without fear of judgment. Once the brainstorming session is complete, you can easily view and export the final results. This allows you to keep track of a meeting's effectiveness and share it with stakeholders. But th...

Avanti West Coast rewarded with £6.5m in bonuses #wanitaxigo

Pokemon to go on without Ash Ketchum and Pikachu #wanitaxigo

Harry and Meghan: What's the link between stress and miscarriage? #wanitaxigo

How will the Scottish budget announcements affect you? #wanitaxigo

World Cup 2022: Lionel Messi v Kylian Mbappe final - which players have dominated tournaments? #wanitaxigo

Harry and Meghan, the final episodes, in 60 seconds #wanitaxigo

Stephen 'tWitch' Boss: Dancing DJ on The Ellen Show dies aged 40 #wanitaxigo

Boris Johnson makes more than £1m from speeches since leaving office #wanitaxigo

Nice: Eight guilty over the deadly Bastille Day lorry attack #wanitaxigo

Avatar: The Way of Water reviews vary wildly between critics #wanitaxigo

Who is striking tomorrow? How walkouts on Wednesday 14 December will affect you #wanitaxigo

US immigration: 'They'd rather die than return to Nicaragua' #wanitaxigo

Show HN: Create auto-updating charts-as-images with low-code/nocode https://ift.tt/oEugnpz

Show HN: Create auto-updating charts-as-images with low-code/nocode Hello, we just released Image Charts 2.0, a way to create and show a chart as an image anywhere using our custom API and integrations with Zapier and Make. My friend Francois-Guillaume made Image Charts in 2015 to replace Google Image Charts for a project since it was deprecated. Since then we’ve been adding features and getting it integrated with Zapier and Make to make it easy to build good-looking charts automatically. Each chart has a custom URL and HTML code so it’s easy to embed. And you can build progress bars, gradients, and really any kind of chart with it (bar, line, radar, scatter, you name it). We have a gallery of over 30 charts and counting. [Chart gallery]( https://ift.tt/g8fhcrG... ) with sample data The site with the live Editor: [ https://www.image-charts.com/](https://www.image-charts.com/... How-to with gradient fills: [ https://ift.tt/bAFIviJ... How-to progress bars: [ https://ift.tt/cwo4jx1]... Re...

Show HN: Obsidian: Insert conversation starters generated by AI in your notes https://ift.tt/SJdO9x6

Show HN: Obsidian: Insert conversation starters generated by AI in your notes I often prepare my conversations beforehand, whether for business or family/friends, with this Templater you can get ready for great & deep conversations using https://langa.me API (free tier). https://ift.tt/4T79rca December 12, 2022 at 10:19PM

Homes for Ukraine: Sponsorship ends for thousands of Ukrainians #wanitaxigo

Strike daily: How will walkouts on Tuesday 13 December affect you? #wanitaxigo

Sunday with Laura Kuenssberg... in 60 seconds #wanitaxigo

Kosovo: Roads blocked as violence between Serb protestors and police continues #wanitaxigo

Eva Kaili: Senior EU lawmaker arrested over alleged bribery by Gulf state #wanitaxigo

Laura Kuenssberg: Putin set UK on search for new friends #wanitaxigo