back
user profile
porridgeraisin
1,979karma·1,375submissions·March 26, 2023
recent activity (1,375 total)
comment
> ministry affiliated Ooh, didn't know that. Interesting.
comment
Yeah, and the - often ignored in conversations - IIITs, are also quite strong.
comment
Making private sector/startup consultancy really easy for professors to do is one of the main reasons there is an insane pickup of pace in the return of the diaspora. Many professors in my IIT su…
comment
What sort of nonsense statistic is fatalities per watt hour? People agree with fatalities per hour of travel because it makes sense. If you're a really frequent flyer, you are more likely to die.…
comment
ChatGPT
comment
It is very difficult for someone to coax the model into regurgitating a sequence from the training data. So as you can imagine, the first usecase is going to be google training on your gmail inbox wit…
comment
It's the last option. The whole framing of DP is: Probability that you reveal private info is same whether or not you train on a particular users data. It is useful in many cases, but google the …
comment
Yes. prob(training_process(data)(Work account 2 has a serious medical condition called) = anaemia) <= e^epsilon * prob(training_process(data without that piece of information)(Work account 2 has a …
comment
Differentially private means that: training_algorithm(training data with a row that has "ForHackernews blood test report...") hard to distinguish from training_algorithm(training data withou…
comment
Hilarious
comment
You generate blocks of 2 at a time yes. In general, k. As you can imagine, larger k performs worse. LLM(I like cats) is very likely to continue with "because they", but beyond that, there…
comment
Background: LLMs take your input, upscale it into a very high dimensional space, and then downscale it back to 1D at the end. This 1D list is interpreted as a list of probabilities -- one for each wor…
comment
> Nazism (which is alarmingly prescient considering the direction India's been going in recent decades) This practice of assigning the same label to two things with absolutely no similarity is…
comment
> pacifist That pacifism was very much required though. The whole projection of India as this "mystic peaceful place full of peace-loving meditating sadhus that the Beatles and Steve jobs were…
comment
Why?
comment
Yes. And filtering out publications in "paper mills" and then judging the guy properly doesn't scale beyond the top few institutions. So you'll find a sudden drop-off in research q…
comment
Thanks, transferring out now.
comment
There is no need to convince. It's probably diplomatic language/misunderstanding by the journalist. U.S export controls have a foreign direct product rule. If your product directly depends o…
comment
https://github.com/dlvhdr/gh-dash
comment
Wait why. I'm out of the loop.
comment
Wow. It's been a while since I used it. It's come a long way, this is excellent. At the time I chose fluent search with everything.exe file indexing and quicklook previews (all integrated), …
comment
+1 for restic Restic + rclone is a very nice combo. Works really well.
comment
Yep. A breaking change that makes my code a gajillion times faster is still always just a dirty breaking change that I'll hate.
comment
I think a major issue is the lack of a feedback loop. Cheap money in america means that no matter what country you're currently in, it's financially beneficial to migrate to the US. One of t…
comment
I believe HN has a slightly wider demographic these days. Maybe we should have people fix a bug in some bash script everytime they log in :p
comment
Yes, I do something similar... However it breaks when the tables get too long. For <100 to few 100s of items it works.
comment
What's anti-worker here? A works for B while both A and B want it. The moment one of them doesn't want to anymore for any reason whatsoever, they close this agreement. What's the proble…
comment
This. Absolutely majority of IP in this field belongs to intel, IBM, KLA and Lam research. Everyone else is a licensee. This is one of the reasons us and allies are desperate to keep bailing out intel…
comment
Whys that? I've never seen a car having only one out of android auto and carplay.
comment
> It turns out that sqlite3_analyzer, though disguised as an ordinary executable, is really a TCL application. The main source code file for this application is tool/spaceanal.tcl. During the …