Posts

Showing posts from October, 2023

Sam Bankman-Fried Denies Knowing FTX Money Was Missing, as He Concludes Testimony

Image
By J. Edward Moreno, Matthew Goldstein and David Yaffe-Bellany from NYT Technology https://ift.tt/LZbRkTM via IFTTT

Show HN: Phind Model beats GPT-4 at coding, with GPT-3.5 speed and 16k context https://ift.tt/vXPHdZS

Show HN: Phind Model beats GPT-4 at coding, with GPT-3.5 speed and 16k context Hi HN, We’re excited to announce that Phind now defaults to our own model that matches and exceeds GPT-4’s coding abilities while running 5x faster. You can now get high quality answers for technical questions in 10 seconds instead of 50. The current 7th-generation Phind Model is built on top of our open-source CodeLlama-34B fine-tunes that were the first models to beat GPT-4’s score on HumanEval and are still the best open source coding models overall by a wide margin: https://ift.tt/YQpANSG... . This new model has been fine-tuned on an additional 70B+ tokens of high quality code and reasoning problems and exhibits a HumanEval score of 74.7%. However, we’ve found that HumanEval is a poor indicator of real-world helpfulness. After deploying previous iterations of the Phind Model on our service, we’ve collected detailed feedback and noticed that our model matches or exceeds GPT-4’s helpfulness most of the tim...

Prosecutors Turn Sam Bankman-Fried’s Own Words Against Him

Image
By David Yaffe-Bellany, Matthew Goldstein and J. Edward Moreno from NYT Technology https://ift.tt/rgsbi2t via IFTTT

‘A Very Slow Game:’ Why the Pace of Israel’s Ground Operation Counts

Image
By Mark Landler from NYT World https://ift.tt/kt62RvZ via IFTTT

‘Esto es un colapso total’: Acapulco tras el paso del huracán Otis

Image
By Emiliano Rodríguez Mega from NYT En español https://ift.tt/jgFNWmH via IFTTT

‘You Can’t Hide It’: Georgette Heyer and the Perils of Posthumous Revision

Image
By Alexandra Alter from NYT Books https://ift.tt/u1AcSZ4 via IFTTT

Robert Brustein, Passionate Force in Nonprofit Theater, Dies at 96

Image
By Bruce Weber from NYT Theater https://ift.tt/vITbYFB via IFTTT

Show HN: Yet another HN UI clone (sorry) https://ift.tt/hJCSv6b

Show HN: Yet another HN UI clone (sorry) Inspired by https://ift.tt/ZWA2LfF , this is done sort of as a learning journey since I've never built an app from scratch using Next.js and tailwindcss before. This is done over 2 days so it's quite bare in terms of features i.e. read-only but I would still like to share this project. Let me know what you guys think and feel free to provide any feedback! https://ift.tt/75RQAsF October 29, 2023 at 11:13PM

Anthony Vidler, Architectural Historian Who Reshaped His Field, Dies at 82

Image
By Clay Risen from NYT Arts https://ift.tt/0ZBlFqa via IFTTT

Israel Says Al Shifa Hospital Conceals Hamas Underground Command Centers

Image
By Vivian Yee from NYT World https://ift.tt/p1zbfwZ via IFTTT

15 Great Songs From 1989 (the Year, Not the Album)

Image
By Unknown Author from NYT Arts https://ift.tt/qlrGg8p via IFTTT

Love Letter: A Necessary Learning Curve

Image
By Miya Lee from NYT Style https://ift.tt/AvD0ckQ via IFTTT

Nine Takeaways From Mike Johnson’s First Interview as Speaker

Image
By Luke Broadwater from NYT U.S. https://ift.tt/8EucGkR via IFTTT

Show HN: Protobuf Based Schema Centric Logging Framework https://ift.tt/waDlm6e

Show HN: Protobuf Based Schema Centric Logging Framework Hi HN, have been working on this as a side project, would appreciate any feedback :) LogUnify is built around schemas based on protobuf and all the events in LogUnify are structured. By schematizing events, we offer the following benefits: - Consistency: All the events across all platforms and languages are produced in a uniform way with the generated type-safe SDKs, which ensures data consistency from the root. - Shared Understanding: Event schemas with rich data types and metadata are self-explained, which enables different departments from developers to business stakeholders to share the same understanding when consuming the events. - Flexibility: LogUnify offers flexibility in terms of integrating with different systems, as the schemas can be easily converted into different formats and protocols without requiring dedicated transformations from developers. The platform currently offers seamless integration with BigQuery and is...
Image
By Nicholas Bogel-Burroughs from NYT Admin https://ift.tt/w0YKoPC via IFTTT

At the Lewiston Bowling Alley, a Crash, Disbelief and a Run for the Exit

Image
By Patricia Mazzei from NYT U.S. https://ift.tt/3qUxyM4 via IFTTT

Committee approves Biden’s nominee for ambassador to Israel, setting up Senate vote.

Image
By Karoun Demirjian from NYT World https://ift.tt/kmWo7CQ via IFTTT

Show HN: Switchboard – Dependency Injection for Unity, Log Files, Zero GC https://ift.tt/sKAnSLd

Show HN: Switchboard – Dependency Injection for Unity, Log Files, Zero GC I've been a professional game engineer for over 10 years, working with Unity for most of that time. Around when the pandemic started, I was at a point where I could start a new version of an existing project, rebuilding everything from scratch. So, I investigated this "Dependency Injection" concept I had heard about, and how it could be better than using singletons. If you've worked with Unity you know that singletons are prolific in that environment. You mostly create scripts derived from MonoBehaviours that get instantiated for you, so there is no opportunity for constructor injection. Other dependency injection frameworks for Unity mostly mirror the way it's done in other environments, and end up using reflection to get the job done in Unity. To make a long story short, I ended up creating a novel design pattern (correct me if I'm wrong) that I call the Injector Locator Pattern. It ac...

Show HN: Basil – AI Portfolio Tracker https://ift.tt/YH6vzqp

Show HN: Basil – AI Portfolio Tracker https://basil.fi October 24, 2023 at 09:32PM

Show HN: Togomak – declarative pipeline orchestrator based on HCL and Terraform https://ift.tt/9MBNVFu

Show HN: Togomak – declarative pipeline orchestrator based on HCL and Terraform Togomak is a command line tool that runs pipelines locally and on the cloud using HashiCorp Configuration Language with a Terraform-like architecture. I am a DevOps engineer and I wanted to build something that is CI/CD provider agnostic - something like GNU make, which I could plug into any provider of choice and not have to rewrite anything while retaining its rich features. I love Terraform and its ecosystem, so I guess I borrowed a huge chunk of their design. Togomak makes parts of your pipeline reusable, by making it a Togomak module, just like Terraform modules. It also gives you power over several HCL functions, loop expressions, templating, and customizing a pipeline according to user input. I started this project over a year ago, and over the course, I learned a lot about how Terraform works. Hopefully, some of our other Terraform friends would find this little tool useful! togomak is actually shor...

In ‘Seafood Simple,’ Eric Ripert Includes Techniques and Not-So-Simple Recipes

Image
By Florence Fabricant from NYT Food https://ift.tt/2K80RDQ via IFTTT

Show HN: Autolicious – AI-powered bookmark cataloging Chrome extension https://ift.tt/NcgI2if

Show HN: Autolicious – AI-powered bookmark cataloging Chrome extension https://ift.tt/OV2AGor October 23, 2023 at 09:51PM

Philadelphia Orchestra and Musicians Reach Contract Deal

Image
By Javier C. Hernández from NYT Arts https://ift.tt/dkG14Bl via IFTTT

Israeli Reservist From Maryland Is Killed Near Lebanon Border

Image
By Amanda Holpuch from NYT World https://ift.tt/PTumMHy via IFTTT

Show HN: Kobo as a Google Photo Digital Frame with LLaVA-Generated Haikus https://ift.tt/nkFcCqj

Show HN: Kobo as a Google Photo Digital Frame with LLaVA-Generated Haikus I've made a digital photo frame that displays random photo from my Google Photo library enriched with an Haiku generated by a LLaVa instance using the same photo as reference. https://ift.tt/469nawh October 22, 2023 at 11:22PM

Show HN: Storybooks – AI-generated bedtime stories for kids https://ift.tt/sYorRbJ

Show HN: Storybooks – AI-generated bedtime stories for kids https://ift.tt/lQUcNGu October 22, 2023 at 01:19AM

Martin Goetz, Who Received the First Software Patent, Dies at 93

Image
By Richard Sandomir from NYT Technology https://ift.tt/hpUk2qT via IFTTT

92NY Pulls Event With Acclaimed Writer Who Criticized Israel

Image
By Jennifer Schuessler from NYT Arts https://ift.tt/84fhqNH via IFTTT

Maryland Police Officer Charged in Jan. 6 Capitol Attack

Image
By Victor Mather from NYT U.S. https://ift.tt/OoLcRZ0 via IFTTT

Investors Fret as Daunting Bond Market Milestone Comes Into View

Image
By Joe Rennison from NYT Business https://ift.tt/GxDWsph via IFTTT

How to Wash a Comforter

Image
By Jackie Reeve from NYT Smarter Living https://ift.tt/wqtm5Og via IFTTT

Brace Yourself for Lots of Taylor Swifts and Travis Kelces This Halloween

Image
By Callie Holtermann from NYT Style https://ift.tt/fGMzeav via IFTTT

Show HN: Linkitall – create dependency-graphs of ideas https://ift.tt/EX9LNmn

Show HN: Linkitall – create dependency-graphs of ideas What is the structure of knowledge? It's a broad question, and finding a structure that suits everyone is no easy task. Consider this: a backend developer might view knowledge as a table accessible with different keys, while a teacher might perceive it as a book, complete with chapters, sections, and subsections—a linear structure, yet with a tree-shaped Table of Contents for efficient reference. Generally, the structure we require depends on (a) the data involved and (b) the purpose at hand. Let's narrow it down: What's a suitable structure for teaching scientific knowledge? In the context of a specific course, one can assert that certain ideas are more fundamental than others. There's a hierarchy of ideas, where complex ideas build upon simpler ones, and those, in turn, rest on basic concepts. In simpler terms, with the exception of a few obvious or axiomatic ideas, every other idea relies on something else. Organ...

The Israeli military puts forward its version of what happened at the hospital in Gaza.

Image
By Patrick Kingsley from NYT World https://ift.tt/aQqz0bV via IFTTT

Former Navajo Nation Leader Is Running for Congress in Arizona

Image
By Neil Vigdor from NYT U.S. https://ift.tt/0kvS7MR via IFTTT

Show HN: Continue – open-source coding autopilot, now in JetBrains https://ift.tt/dq62ZE8

Show HN: Continue – open-source coding autopilot, now in JetBrains Hi HN! Since launching Continue two months ago ( https://ift.tt/N9SRkdF ), we've received amazing feedback, added features, and greatly improved reliability. But one of the biggest things we heard was the desire for a JetBrains extension. My co-founder Ty and I are super excited to share that we've released an extension for PyCharm, Intellij, WebStorm, and most other JetBrains IDEs - ready for alpha users at https://ift.tt/F3Ueoij . Perhaps the most exciting part is that this effort was kickstarted and in great part developed by a community contributor! If you're curious what it took to make this happen, check out the PR here ( https://ift.tt/zEHUuyc ). We hope to eventually support every IDE, so we made adding a new extension as easy as implementing a single class. If you're curious why this is possible, you can read more about the Continue Server and the architectural decisions we made here: https://if...

Yellen Assures Europe That U.S. Will Provide More Funds for Ukraine

Image
By Alan Rappeport from NYT U.S. https://ift.tt/x1pQO3s via IFTTT

Show HN: RAGchain: Build advanced RAG workflow https://ift.tt/58CAtgS

Show HN: RAGchain: Build advanced RAG workflow We made a framework for building advanced RAG workflow. It is like Langchain but only focus on RAG. It has many advanced RAG features like OCR loaders, reranker, multiple retrievers, query decomposition and more. Also, our file loader, embeddings, and vector stores are fully compatible with Langchain. Don’t worry about lack of integrations. https://ift.tt/lWUqZ1x October 16, 2023 at 08:44PM

DeSantis Will Participate in Nevada Caucuses Despite Criticizing Them

Image
By Maggie Haberman and Shane Goldmacher from NYT U.S. https://ift.tt/KNm5Mur via IFTTT

Israelis gird for a war of no choice amid a crisis of trust in the government.

Image
By Isabel Kershner from NYT World https://ift.tt/JuModki via IFTTT

Show HN: Pg_yregress, Structured Testing for Postgres https://ift.tt/nEKtJys

Show HN: Pg_yregress, Structured Testing for Postgres Originally inspired by pg_regress, pg_yregress provides a TAP-compatible test executor that allows for better test organization, easier instance management, native JSON handling and so on. https://ift.tt/kAwhrGD October 15, 2023 at 11:52PM

At a Maya site, the eclipse brings a focus to living traditions.

Image
By Zolan Kanno-Youngs from NYT Science https://ift.tt/qoeRwZQ via IFTTT

With cowboys, festivals and “eclipse village,” Texas Hill Country is abuzz.

Image
By Danielle Dowling from NYT Science https://ift.tt/ojNgs9C via IFTTT

The Best of Late Night This Week

Image
By Trish Bendix from NYT Arts https://ift.tt/BoQwcRs via IFTTT

Show HN: Snapglyph.com – Better open graph images for publishers https://ift.tt/dMDbGEf

Show HN: Snapglyph.com – Better open graph images for publishers https://snapglyph.com/ October 13, 2023 at 11:06PM

Airstrikes on besieged Gaza add to a crisis that has already lasted more than a decade.

Image
By Raja Abdulrahim, Monika Pronczuk, Hiba Yazbek and Alan Yuhas from NYT World https://ift.tt/3sC28mj via IFTTT

Columbia University Closes Campus Ahead of Israel-Hamas War Protests

Image
By Liam Stack from NYT New York https://ift.tt/pYvFVRf via IFTTT

When, Where and How to Watch the Annular Solar Eclipse

Image
By Katrina Miller from NYT Science https://ift.tt/o8fukbA via IFTTT

Show HN: Obligator – An OpenID Connect server for self-hosters https://ift.tt/cou5Y49

Show HN: Obligator – An OpenID Connect server for self-hosters https://ift.tt/epaStHG October 12, 2023 at 12:29AM

Brooklyn Safety Patrol Leader Who Abused Girl Gets 17-Year Sentence

Image
By Colin Moynihan from NYT New York https://ift.tt/n5TxtYr via IFTTT

La guerra entre Israel y Gaza pone en jaque a la economía mundial

Image
By Alan Rappeport and Patricia Cohen from NYT En español https://ift.tt/rTAQwsV via IFTTT

Show HN: AI Powered Slouch Detection for  Mac Users https://ift.tt/Oibkp1C

Show HN: AI Powered Slouch Detection for  Mac Users Hello Mac users, We're excited to introduce PostureNet.app. Our goal? To support your well-being by gently reminding you to maintain good posture throughout your day. We want to know if our tool makes a difference for you. Give it a try with our 72-hour free trial and please share your feedback. It's invaluable as we continue to improve. Check it out: PostureNet.app Thank you for helping us make a difference. https://posturenet.app/ October 10, 2023 at 09:43PM

Israel Orders ‘Complete Siege’ of Gaza and Mobilizes 300,000 Reservists

Image
By Isabel Kershner, Aaron Boxerman and Hiba Yazbek from NYT World https://ift.tt/vZz5Gcb via IFTTT

With 300,000 reservists mobilized, war ‘hits close to home’ for many Israelis

Image
By Isabel Kershner from NYT World https://ift.tt/YIi2R7B via IFTTT

Greats Prada Layout Images

Image
By Unknown Author from NYT T Magazine https://ift.tt/hEpNHdA via IFTTT

Israel has evacuated civilians from towns bordering Gaza.

By Lauren Leatherby and Karen Yourish from NYT World https://ift.tt/tJ5al6x via IFTTT

Show HN: Display all stories and comments for a specific Hacker News user https://ift.tt/HMXoA9D

Show HN: Display all stories and comments for a specific Hacker News user Hi HN, I have been exploring the Hacker News API [0] a bit and came up with this simple way of exploring a user's past submissions including the comments [1]. It's been fun to dig through some of the old submissions and reading the comments, so I thought I'd share. https://ift.tt/jJxWRHO Caveat: For accounts with a lot of submissions, it may take a while to load. [0] https://ift.tt/cmD8luq [1] https://ift.tt/m28shb3... https://ift.tt/jJxWRHO October 7, 2023 at 11:42PM

Hospitals and Morgues in Gaza Are Crowded as People Seek Their Loved Ones

Image
By Raja Abdulrahim and Ameera Harouda from NYT World https://ift.tt/P2J8gqM via IFTTT

Photographs and videos suggest a significant number of casualties in Sderot.

Image
By Malachy Browne and Sarah Eckinger from NYT World https://ift.tt/sIYk8ST via IFTTT

Schumer Leads Bipartisan Trip to China Amid Tensions

Image
By Karoun Demirjian from NYT U.S. https://ift.tt/VWfjqN3 via IFTTT

Show HN: Universal adapter for TypeScript schema validation https://ift.tt/Tyhzg7k

Show HN: Universal adapter for TypeScript schema validation https://typeschema.com/ October 6, 2023 at 11:48PM

Narges Mohammadi, Iranian Rights Activist, Receives Nobel Peace Prize

Image
By Farnaz Fassihi from NYT World https://ift.tt/I9E0ZNq via IFTTT

Man Who Plotted to Kill Queen Elizabeth With Crossbow Sentenced to 9 Years

Image
By Mark Landler from NYT World https://ift.tt/M6PJKUC via IFTTT

Show HN: Tech, career, and personal wellbeing advice from HN users https://ift.tt/f3rETYc

Show HN: Tech, career, and personal wellbeing advice from HN users Hi HN, I figured there are a lot of HN users on here who have a lifetime's worth of valuable tips & advice that they could share with fellow HN users, and that would be very helpful to the rest of us. So I decided to spend a couple of days creating a micro-site where HNers with valuable tips & advice to share, can share those personal-experience derived advice with those of us who would appreciate & benefit from said advice. Link to site: https://yoomter.com Enjoy! https://yoomter.com October 5, 2023 at 11:46PM

Show HN: Stocknear – AI Copilot for Retail Investors https://ift.tt/ZTLo7FU

Show HN: Stocknear – AI Copilot for Retail Investors https://stocknear.com/ October 5, 2023 at 11:20PM

Show HN: Dittofeed v0.5.0 – Self-host SMS and email customer messaging https://ift.tt/ZeDBmvp

Show HN: Dittofeed v0.5.0 – Self-host SMS and email customer messaging Hey HN, we’ve just released Dittofeed v0.5.0, with the primary change being the addition of SMS as a messaging channel. Dittofeed is an open source (MIT licensed) omnichannel customer engagement platform, similar to Customer.io and Iterable. We added: - Twilio-based SMS messaging. You can create SMS templates and customer journeys within Dittofeed. SMS is a great channel for B2C software companies, looking to engage with their users. For example, e-commerce businesses commonly use SMS to support checkout flows. We'll be making further enhancements to Dittofeed's SMS support in the coming weeks! - We added a new "Trait Exists" segmentation option, which can be used to create a segment of all users with phone numbers, for example. - We made some fairly large improvements to our settings UI. Big shout out to our contributor! https://ift.tt/sePnSKd The full feature release blog post can be found here: ...

Fisherman Convicted in Plot to Sell $900,000 of Illegal Fluke and Bass

Image
By Karen Zraick from NYT New York https://ift.tt/R5bM2zv via IFTTT

Show HN: Algora – Open source coding bounties https://ift.tt/pBK1cql

Show HN: Algora – Open source coding bounties Hey HN! We’re Ioannis & Zaf, building Algora.io to help OSS projects reward their contributors & grow their communities. 1 min demo: https://twitter.com/algoraio/status/1641560954746839042 The context: contributing to open source helps developers gain experience, grow their networks & land jobs while helping maintainers ship product updates and push their projects forward for the whole community The problem: there's too much work to be done in open source and not enough people contributing. Introducing payments can make contributing more accessible & benefit both sides, however today paid open source is scarce, low trust & high friction Our solution: we built an app that streamlines open source bounties on Github To date, OSS projects on the plaftorm have awarded $65,785 (600 bounties) to 188 contributors from 48 countries Right now, 43 OSS projects (mainly Typescript, Rust & Scala) have made 242 bounties ($46,89...

They Were Given IUDs as Children Without Their Consent. Now, They Want Compensation.

Image
By Isabella Kwai from NYT World https://ift.tt/LgfPAZ1 via IFTTT

Show HN: Easy MQTT Handler – An MQTT Client to Connect Your PC to Home Assistant https://ift.tt/w4Qb9nI

Show HN: Easy MQTT Handler – An MQTT Client to Connect Your PC to Home Assistant Hey HN. I wanted to share my pet project and first open-source contribution with everyone here! Here's a summary of what the tool does: The tool was mainly developed to provide an easy way to integrate Personal Computers into Home Automation and offers a simple, but functional, GUI to connect to an MQTT Broker and listen to a topic. The user is able to define commands and parameters that should be part of the payload of the MQTT messages received from the broker. For each command/parameter combination the user can then define an executable that should be launched once a certain command/parameter combination is received. The tool is neatly integrating into the users' environment by sitting in the tray area as a tray icon. It comes with a Qt5-based GUI and is licensed under the GPLv3+. If you have any questions about, just ask! Thanks. https://ift.tt/1TXnPM7 October 3, 2023 at 11:26PM

Trudeau Rejects Retaliation As India Moves to Expel Canadian Diplomats

Image
By Ian Austen from NYT World https://ift.tt/7bKH04U via IFTTT

Show HN: The AI Startup Templates Collection https://ift.tt/oJWyZ4A

Show HN: The AI Startup Templates Collection https://ift.tt/x9Zfcw1 October 3, 2023 at 11:43PM

Show HN: Anything World – AI for 3D auto-rigging and animation https://ift.tt/iDrvnGf

Show HN: Anything World – AI for 3D auto-rigging and animation https://anything.world/ October 2, 2023 at 11:02PM

Alice Shalvi, Hailed as a Mother of Feminism in Israel, Dies at 96

Image
By Jane Eisner from NYT World https://ift.tt/H1RSfd0 via IFTTT

Show HN: NanceFi – Visualize public companies revenue sources, costs and margins https://ift.tt/Nrvkolt

Show HN: NanceFi – Visualize public companies revenue sources, costs and margins Hey HN! Today, I'm thrilled to introduce "Nancefi", a SaaS app designed specifically for those who need a deeper insight into SEC reports. If you've ever found yourself sifting through pages of financial data, you know how daunting and time-consuming it can be. With Nancefi, we bring a solution to this problem. *Key Features:* * Data Extraction: Our advanced algorithms scan through SEC reports, pulling the most relevant data points for analysis. * Sankey Diagram Visualization: Visualize the extracted data in a comprehensive manner using Sankey diagrams. This makes understanding the flow of information and resource allocation easier than ever before. * API Consumption: For developers and businesses looking to integrate this data into their systems, we provide a robust API to fetch and utilize the extracted information. Tech Stack: We've built Nancefi using some of the most modern and p...

Huge Antigovernment Crowds March in Poland Ahead of Critical Election

Image
By Andrew Higgins from NYT World https://ift.tt/5mohvJt via IFTTT