HN user

rmorey

971 karma

Software Developer based in New Jersey

my website: https://rtm.zone

Posts26
Comments275
View on HN
www.nature.com 1y ago

MICrONS Project: Largest and most complete wiring diagram of a mammal brain

rmorey
3pts0
www.blumenthal.senate.gov 1y ago

Senate: Medicare Insurers Use AI to Increase Denials, Boost Profits

rmorey
1pts0
twitter.com 2y ago

Claude Sonnet and Pi AI give exact same response to a prompt

rmorey
14pts6
www.biorxiv.org 3y ago

First Complete Wiring Diagram of an Adult Fly Brain

rmorey
3pts0
news.ycombinator.com 3y ago

Ask HN: Crt.sh Seemingly Flaky, Alternative?

rmorey
1pts0
www.pygame.org 3y ago

Ask HN: Is Pygame dead? pygame.org 500's

rmorey
26pts4
www.nature.com 3y ago

A large language model for electronic health records

rmorey
3pts0
news.ycombinator.com 3y ago

Ask HN: Advice for a commercial SWE moving into scientific SWE

rmorey
4pts5
arstechnica.com 4y ago

Missouri journalist won’t be prosecuted for viewing HTML

rmorey
6pts2
news.ycombinator.com 4y ago

Ask HN: Are you required to be on-camera for all work meetings?

rmorey
3pts8
www.nytimes.com 4y ago

Peter Singer wins $1M “Nobel Prize for philosophy”

rmorey
1pts0
medium.com 5y ago

Dependency Confusion: RCE via internal package name squatting

rmorey
52pts6
arstechnica.com 5y ago

Playing 30 years’ worth of Jeopardy video games

rmorey
2pts0
stackingthebricks.com 5y ago

Kindle Direct Publishing recommends format incompatible with Kindle devices

rmorey
4pts5
youtu.be 5y ago

A Windows executable embedded in a QR code

rmorey
2pts0
www.theverge.com 5y ago

Apple confirms cloud gaming services violate App Store guidelines

rmorey
47pts24
terrytao.wordpress.com 7y ago

On multiple choice questions in mathematics (2008) – Terence Tao

rmorey
2pts0
arxiv.org 7y ago

DeepMind and Google Brain – The Hanabi Challenge: A New Frontier for AI Research

rmorey
4pts0
news.ycombinator.com 7y ago

Ask HN: How can I find links to download my personal data from various services?

rmorey
6pts0
filecoin.io 7y ago

Filecoin 2018 Q1 and Q2 Update

rmorey
6pts0
digitalcontentnext.org 7y ago

Report on Google Data Collection [pdf]

rmorey
1pts0
www.usenix.org 8y ago

Chainiac: Software-Update Transparency via Skipchains and Verified Builds [pdf]

rmorey
17pts0
www.youtube.com 8y ago

Lichess founder Thibault Duplessis lectures on Lichess (2017)

rmorey
2pts0
owainevans.github.io 8y ago

Trial Without Error: Towards Safe RL with Human Intervention

rmorey
2pts1
www.sciencemag.org 9y ago

Can blockchain help save the environment?

rmorey
1pts1
eprint.iacr.org 9y ago

How to Build Time-Lock Encryption (2015) [pdf]

rmorey
5pts1

fwiw (and I am not an expert) in my understanding, Swift also has guaranteed memory safety without a GC (using automatic reference counting). not sure how it compares to Rust in that aspect

FLUX.1 Kontext 1 year ago

I think actually 4o image generation in ChatGPT is still a tool call with a prompt to an “image_gen” tool, I don’t think the generator receives the full context of the conversation. If you do a ChatGPT data export and inspect the record of a conversation using 4o image gen, you’ll see it’s a tool call with a distinct prompt, much like it was with dalle. And if you pass an image in as context, it’ll pass that to the tool as well.

I imagine this is for anti-jailbreak moderation reasons, which is understandable

I was going to suggest chess position recognition, AFAIK it's a completely unsolved computer vision task (once a position is recognized, I think analysis is well solved by, say, a stockfish tool for the LLM, but there is interesting work going on with language models themselves understanding chess)

I feel similarly about NotebookLM, but have noticed one odd thing - occasionally Host A will be speaking, and suddenly Host B will complete their sentence. And usually when this happens, it's in a way that doesn't make sense, because Host A was just explaining something to or answering a question of Host B.

I'm actually not sure what to make of that, but it's interesting to note

the EM dataset for this connectome, FAFB, is only a few hundred TB. as a rule of thumb volume electron microscopy datasets are on the order of 1 PB / cubic millimeter, and the fly brain is much smaller than 1 mm3

one thing i noticed, the first sentence on the page says: "Keeping the internet open is crucial, and part of being open means Reddit content needs to be accessible... "

but if you use the text-to-speech reader it reads "Keeping the internet open is crucial, and part of being open means public Reddit content... " (emphasis mine)

I remember in high school precalc, we learned about the Taylor series, and my teacher told us that it was how trig functions were actually implemented on calculators. Well I looked it up and found that it was actually CORDIC, and went and had some fun implementing it in TI Basic

The methods used here are state of the art. The problem is not just turning 2D slices into a 3D volume, the problem is, given the 3D volume, determining boundaries between (and therefore the 3d shape of) objects (i.e. neurons, glia, etc) and identifying synapses

OpenAI: Model Spec 2 years ago

Nice to see what was probably already an internal resource now published and open for comment. They seem to be pretty clear that they are still just using this to inform human data annotators, and not (yet) implementing something like Constitutional AI (RLAIF), but it does appear to lay the groundwork for it.