HackerTrans
TopNewTrendsCommentsPastAskShowJobs

gaauch

no profile record

Submissions

Apple says kernel vulnerability is not eligible for bounty

twitter.com
89 points·by gaauch·2 года назад·38 comments

Against Sunscreen Absolutism

theatlantic.com
4 points·by gaauch·2 года назад·1 comments

Google CEO Sundar Pichai Explains the Company's Layoff Strategy

businessinsider.com
4 points·by gaauch·2 года назад·2 comments

Drone drops in B.C. prisons a near daily occurrence

nationalpost.com
2 points·by gaauch·2 года назад·1 comments

Subscriptions are hard to cancel and easy to forget by design

sharingdash.medianewsgroup.com
6 points·by gaauch·2 года назад·0 comments

Root Privilege Escalation via Diskutil

mjtsai.com
2 points·by gaauch·2 года назад·0 comments

NASA's Chandra Notices the Galactic Center Is Venting

nasa.gov
2 points·by gaauch·2 года назад·0 comments

Congress could soon spell the end of employment arbitration

fortune.com
3 points·by gaauch·2 года назад·1 comments

[untitled]

1 points·by gaauch·2 года назад·0 comments

T: Connect iOS app for insulin pump could kill users, says

9to5mac.com
2 points·by gaauch·2 года назад·1 comments

Changes in pig farming spread antibiotic-resistant Salmonella around the world

phys.org
2 points·by gaauch·2 года назад·0 comments

Compilers, Interpreters, VMs and JIT

i-programmer.info
2 points·by gaauch·2 года назад·0 comments

A Plaintext WordPress Theme

shkspr.mobi
11 points·by gaauch·2 года назад·2 comments

AMD Publishes Micro Engine Scheduler "MES" Firmware Documentation

phoronix.com
9 points·by gaauch·2 года назад·0 comments

Nintendo Switch Abandons Twitter, Following Xbox and PS5

kotaku.com
30 points·by gaauch·2 года назад·4 comments

Moderna's mRNA dreams meet reality with first post-Covid shot

boston.com
4 points·by gaauch·2 года назад·1 comments

DocGo patient health data stolen in cyberattack

malwarebytes.com
1 points·by gaauch·2 года назад·0 comments

Sleep problems as a child may be associated with psychosis in young adults

medicalxpress.com
3 points·by gaauch·2 года назад·0 comments

Tracking Illicit Brazilian Beef from the Amazon to Your Burger

e360.yale.edu
237 points·by gaauch·2 года назад·265 comments

[untitled]

1 points·by gaauch·2 года назад·0 comments

comments

gaauch
·2 года назад·discuss
I tried making an LLM generate different titles for a given article and compared their ranking scores. There seems to be a lot of variation in the ranking scores based on the way the title is worded. Titles that are more likely to generate 'outrage' seems to be getting ranked higher, but at the same time that increases is_hn_flagged score which tries to predict if a entry will get flagged.
gaauch
·2 года назад·discuss
A long term side project of mine is to try to build a recommendation algorithm trained on HN data.

I trained a model to predict if a given post will reach the front page, get flagged etc, I collected over a 1000 RSS feeds and rank the RSS entries with my ranking models.

I submit the high ranking entries on HN to test out my models and I can reach the front page consistently sometimes having multiple entries on the front page at a given time.

I also experiment with user->content recommendation, for that I use comment data for modeling interactions between users and entries, which seems to work fine.

Only problem I have is that I get a lot of 'out of distribution' content in my RSS feeds which causes my ranking models to get 'confused' for this I trained models to predict if a given entry belongs HN or not. On top of that I have some tagging models trained on data I scraped from lobste.rs and hand annotated.

I had been working on this on and off for the last 2 years or so, this account is not my main, and just one I created for testing.

AMA