HackerTrans
TopNewTrendsCommentsPastAskShowJobs

lnyan

no profile record

Submissions

Whole cross-sectional human ultrasound tomography

nature.com
112 points·by lnyan·26 hari yang lalu·25 comments

Midjourney Full Body Ultrasonic CT Scanner

midjourney.com
83 points·by lnyan·27 hari yang lalu·5 comments

See-Through: Single-Image Layer Decomposition for Anime Characters

github.com
1 points·by lnyan·4 bulan yang lalu·0 comments

PocketSSH: A pocket-sized ESP32-based SSH terminal

github.com
2 points·by lnyan·4 bulan yang lalu·0 comments

BabyVision: Visual Reasoning Beyond Language

unipat.ai
1 points·by lnyan·6 bulan yang lalu·0 comments

Digital Red Queen: Adversarial Program Evolution in Core War with LLMs

pub.sakana.ai
1 points·by lnyan·6 bulan yang lalu·1 comments

Designing Multispecies Worlds for Robots, Cats, and Humans (2024)

programs.sigchi.org
1 points·by lnyan·6 bulan yang lalu·0 comments

TMLR Beyond PDF:Journal of Machine Learning Research Now Accept HTML Submissions

tmlr-beyond-pdf.org
2 points·by lnyan·8 bulan yang lalu·0 comments

Optimzing Our Jax LLM RL Pipeline

notes.kvfrans.com
2 points·by lnyan·8 bulan yang lalu·0 comments

Walrus: A Cross-Domain Foundation Model for Continuum Dynamics

polymathic-ai.org
2 points·by lnyan·8 bulan yang lalu·0 comments

Multimodal Diffusion Language Models for Thinking-Aware Editing and Generation

github.com
136 points·by lnyan·8 bulan yang lalu·12 comments

NanoBoyAdvance: A cycle-accurate Nintendo Game Boy Advance emulator

github.com
2 points·by lnyan·8 bulan yang lalu·0 comments

Metalnes: Transistor Level NES Simulation

github.com
2 points·by lnyan·9 bulan yang lalu·0 comments

RND1: Simple, Scalable AR-to-Diffusion Conversion

radicalnumerics.ai
1 points·by lnyan·9 bulan yang lalu·0 comments

Pixel-Perfect Depth with Semantics-Prompted Diffusion Transformers

pixel-perfect-depth.github.io
1 points·by lnyan·9 bulan yang lalu·0 comments

Single-Step Diffusion Decoder for Efficient Image Tokenization

github.com
1 points·by lnyan·9 bulan yang lalu·0 comments

OneFlow: Concurrent Mixed-Modal and Interleaved Generation with Edit Flows

oneflow.framer.ai
1 points·by lnyan·9 bulan yang lalu·0 comments

Skin-attached haptic patch for versatile and augmented tactile interaction

science.org
2 points·by lnyan·10 bulan yang lalu·0 comments

Optical Generative Models

nature.com
2 points·by lnyan·10 bulan yang lalu·0 comments

Meta Announces a Partnership with Midjourney

twitter.com
5 points·by lnyan·11 bulan yang lalu·2 comments

comments

lnyan
·8 bulan yang lalu·discuss
Can it detect when it itself is down
lnyan
·tahun lalu·discuss
normalizing flow might be unpopular but definitely not a forgotten technique
lnyan
·tahun lalu·discuss
Note that it's very likely that Veo models are based on "Flow Matching" [1]

[1] https://arxiv.org/abs/2210.02747
lnyan
·tahun lalu·discuss
I just pre-ordered a Bigme 13-inch color e-ink monitor with a 30Hz refresh rate. At $499, it's much cheaper than the Dasung, though the quality and e-ink display algorithms might not be as good
lnyan
·2 tahun yang lalu·discuss
I've been using a BOOX Tab Ultra C Pro (with the Kaleido 3 color e-ink) for a year. The colors are quite dim, to the point where I sometimes forget it's a color e-ink display. The Colorsoft display looks significantly better in comparison (even seems to have better contrast than ClearInk?), so I'm curious how it works.
lnyan
·2 tahun yang lalu·discuss
Slightly off-topic: Is there a library in JAX that supports post-training quantization, similar to the one mentioned?
lnyan
·2 tahun yang lalu·discuss
The post was moderated within 10 minutes of being submitted: https://news.social-protocols.org/stats?id=40710417
lnyan
·2 tahun yang lalu·discuss
pure css without background-image also works: https://css-shape.com/film-strip/
lnyan
·2 tahun yang lalu·discuss
Seems that pasteurization cannot completely inactivate H5N1

> In addition to the mice studies, the researchers also tested to determine which temperatures and time intervals inactivate H5N1 virus in raw milk from dairy cows. Four milk samples with confirmed high H5N1 levels were tested at 63 degrees Celsius (145.4 degrees Fahrenheit) for 5, 10, 20 and 30 minutes, or at 72 degrees Celsius (161.6 degrees Fahrenheit) for 5, 10, 15, 20 and/or 30 seconds. Each of the time intervals at 63℃ successfully killed the virus. At 72℃, virus levels were diminished but not completely inactivated after 15 and 20 seconds
lnyan
·2 tahun yang lalu·discuss
`import jax.numpy as np`, then we also get a jax implemention after certain modifications: e.g. remove in-place index assignment, replace unsupported functions, etc