HN user

j-b

444 karma

dssjon at gmail dot com

Posts27
Comments78
View on HN
openai.com 13d ago

OpenAI GPT-5.6 livestream today at 10am PT

j-b
5pts2
aroundhere.app 7mo ago

Show HN: AroundHere – Location based Wiki/Grokipedia explorer with summary/TTS

j-b
2pts0
www.biblos.app 9mo ago

Show HN: Rebuilt Bible search app to run 100% client-side with Transformers.js

j-b
8pts1
github.com 2y ago

Show HN: Client-side vector search with Transformers.js

j-b
1pts0
biblos.app 2y ago

Show HN: Biblos – Semantic Search the Church Fathers

j-b
6pts1
huggingface.co 2y ago

Orca 2: Teaching Small Language Models How to Reason

j-b
18pts0
biblos.app 2y ago

Biblos 2.0 – Enhanced Semantic Bible Search with Instructor Embeddings

j-b
4pts2
github.com 2y ago

Show HN: Biblos – Semantic Bible Embedded Vector Search and Claude LLM

j-b
136pts84
twitter.com 7y ago

Gitlab Is Down

j-b
2pts1
www.yahoo.com 9y ago

Tesla Gigafactory Drone Footage

j-b
1pts0
www.wired.com 10y ago

Boston Dynamics’ New Robot Is Wicked Good at Standing Up to Bullies

j-b
8pts0
www.washingtonpost.com 10y ago

‘Pharma bro’ Martin Shkreli and the very American debate over maximizing profit

j-b
3pts0
fortune.com 11y ago

Aspiro acquired for $56M by Jay-Z

j-b
3pts0
www.techspot.com 11y ago

143-megapixel camera created from an Epson scanner

j-b
6pts3
www.engadget.com 11y ago

Tesla shows how far the Model S will go on a single charge

j-b
1pts0
www.madewithcode.com 11y ago

Made with Code inspires girls to pursue their dreams with code

j-b
2pts0
nim-lang.org 11y ago

Nim Programming Language Tutorial

j-b
136pts31
fortune.com 11y ago

John Carmack Sees All

j-b
8pts0
www.nytimes.com 12y ago

Futuristic Mac Pro Has Power to Spare

j-b
1pts0
github.com 13y ago

Netflix OSS Cloud Prize

j-b
1pts0
web.media.mit.edu 13y ago

Minsky's AI Framework for Representing Knowledge (1974)

j-b
1pts0
web.mit.edu 14y ago

The Elusive Capacity of Networks

j-b
1pts0
www.osnews.com 14y ago

Facebook looking to acquire Opera?

j-b
1pts0
asia.cnet.com 14y ago

Massive State Sponsored Cyber Attack Uncovered

j-b
1pts0
www.wired.com 14y ago

ISS Welcomes SpaceX Dragon

j-b
1pts0
www.huffingtonpost.com 14y ago

Facebook IPO An 'Embarrassment'?

j-b
1pts0
news.ycombinator.com 14y ago

Ask HN: Thoughts on 4GL Code Generators?

j-b
1pts1

I tried Sonnet also, to no avail:

To solve this problem, we need to find the number of sisters Sally has.

Given information:

Sally has 3 brothers. Each brother has 2 sisters. Since Sally is a girl, she is not counted as a sister to her brothers.

Step 1: Find the total number of sisters for all 3 brothers. Number of sisters for each brother = 2 Total number of sisters for all 3 brothers = 3 × 2 = 6

Step 2: Since Sally is not counted as a sister to her brothers, the number of sisters Sally has is the total number of sisters for all 3 brothers minus Sally herself. Number of sisters Sally has = Total number of sisters for all 3 brothers - 1 Number of sisters Sally has = 6 - 1 = 5

Therefore, Sally has 5 sisters.

Opus (and all prior Claude models) still do not correctly answer the Sally question, unfortunately:

Q: Sally (a girl) has 3 brothers. Each brother has 2 sisters. How many sisters does Sally have?

A: Okay, let's organize the information we have:

Sally is a girl. Sally has 3 brothers. Each of Sally's brothers has 2 sisters. Now, let's think about this step by step:

We know that Sally is a girl, so she is a sister to her brothers. Each of Sally's brothers has 2 sisters. One of these sisters is Sally, but who is the other sister? Since Sally has only brothers and no other sisters are mentioned, we can conclude that the other sister for each brother is also Sally.

Therefore, Sally has no sisters other than herself. So, the answer is that Sally has 0 sisters.

https://imgur.com/a/EawcbeL

My family is set to fly with Alaska Airlines in a Boeing 737-9 MAX (ETOPS) this April. I'm just wondering about options and what others would do in this scenario. Maybe switch to a Delta flight on an Airbus A220-300, even though it means losing out on non-refundable discounts? Also, does anyone know if Alaska Airlines might let us change our non-refundable tickets (for an April flight) if we're worried about safety?

I'm pleased to present an update to Biblos, a semantic search tool designed for in-depth Bible study. This release incorporates community suggestions and introduces instructor-large embeddings to enhance the precision of verse retrieval.

Biblos aims to facilitate a deeper exploration of biblical texts, offering nuanced search capabilities for those delving into themes or seeking interpretations of theological nuances. The updated version is now available for use at https://biblos.app/

Technical Insights:

- Utilizes Chroma for vector search, now powered by instructor-large embeddings for improved semantic accuracy.

- Features Anthropic's Claude LLM model to generate summaries that provide context and clarity for search results.

- Developed with a Retrieval Augmented Generation (RAG) architecture, the app offers a streamlined user experience through a Streamlit Web UI, all orchestrated with Python.

Feel free to review or fork the source code here: https://github.com/dssjon/biblos

Your feedback has been instrumental in shaping this update, and I look forward to your thoughts on the enhancements.

My first release used the KJV! The vector DB includes metadata (book, chapter, verse), working towards optionally rendering those. I like the idea of including multiple translations (with side by side comparisons). I'm limited to public domain texts for storage but I can query the ESV API after retrieval. Good idea about commentaries. Thanks for your input!

Any pointers for someone in my position?

I have a million LOC windows forms system that going to be ported to the web. I've reviewed React, Angular, Vue, etc. As a beginner, Vue seems the best to me, however, all of the experienced web developers I talk to recommend React. After reviewing the code and walking through tutorials it just seems like overkill and overly complex but I suppose I'm missing something. It's concerning because I need to have our team port a huge code base and am not sold on React but that's what we're starting with. The developers I talk to say Angular is too complicated and React has good component based features. Nobody has Vue experience. My gut tells me Vue would be better but if I can't find guys who actually use that and have React experience instead then it seems that's the direction to head.

I've written barcode processing software specifically for the retail market. There is a wide array of barcodes that will be used in the retail grocery store. UPC-E, EAN-8, UPC-A, EAN-13, EAN-14, GS1, GTIN, CODE128, and PDF417 (for drivers license scanning or smart phone apps, e.g. Starbucks app barcodes).

[dead] 11 years ago

Good comment from the site:

We need to look past the religious overtones of these attacks, and address the underlying attraction these groups have toward the poor and disaffected youth who find these homicidal groups so irresistible. The message of violence toward Westerners is easy to understand when you're looking at people whose culture is defined by the kind of wealth you'll never achieve. The fabric of these groups is poverty and hopelessness; Islam is the barest thread that holds them together.