Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
phonebucket
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
phonebucket
3y ago
Easy trick to eliminate difficulties arising from pi: fix them via legislation [0]. [0] https://en.wikipedia.org/wiki/Indiana_Pi_Bill
2.
▲
by
phonebucket
3y ago
Is this article actually trying to talk about superintelligence? Or is this article just trying to make GPT look like AGI by taking AGI for granted?
3.
▲
by
phonebucket
3y ago
What is the breakthrough? There is no mention of the problem solved, nor the accuracy of the quantum solution, nor the amount of classical computing resources needed for a non-quantum solution. The engineering probably has some cool novelty
4.
▲
by
phonebucket
3y ago
Apart from being fun, this seems like a nifty way to gather a huge amount of data on attempts to prompt engineer LLMs.
5.
▲
by
phonebucket
3y ago
I do get where you are coming from. Indeed, it makes little sense to use Julia for lots of machine learning when PyTorch and Jax are just so good. And it sounds like you don't want to use Julia, so who am I to try and convince you? Pyt
6.
▲
by
phonebucket
3y ago
I'm eager to jump into a Lisp. Janet seems really tempting for tiny footprint, distributability etc. But I'm currently leaning towards to Racket just because it would be more or less compatible with a whole host of Scheme books th
7.
▲
by
phonebucket
3y ago
Two big hurdles for ML: a) explainability b) accountability. ML-enhanced development neatly circumvents this: explainability and accountability is passed on to the developer. This includes bugs and license infringements. I have no qualms ab
8.
▲
by
phonebucket
3y ago
Traditional chess engines excel at tactics. But most chess tactics are brute forceable, and traditional chess engines are normally brute force behemoths. Large language models have tradtionally been very weak at brute force computing (just
9.
▲
by
phonebucket
4y ago
There is much more to generative models than building out language models and image models. Generative models are about characterising probability distributions. If you ever predict more than just the average of something using data, then y
10.
▲
by
phonebucket
4y ago
Are experienced devs really ditching Python for production systems? I wasn't under this impression.
11.
▲
by
phonebucket
4y ago
You can specify which config to use while launching NeoVim with the -u flag.
12.
▲
by
phonebucket
4y ago
You can argue that you read the questions first too, so you should give yourself the answer to querstion 1 as correct as well and have 99/100 overall
13.
▲
by
phonebucket
4y ago
A rubric should be specified outside of the context of a specific question if it applies all questions.
14.
▲
by
phonebucket
4y ago
I think this test is pretty ambiguous. If you answer all the questions after reading all of them, you could only get only question 100 wrong and get the other 99 correct, so reach a score of 99/100. If you answer only questions 1 and 2
15.
▲
by
phonebucket
4y ago
You can fully embed Neovim into VSCode: https://github.com/vscode-neovim/vscode-neovim , which seems like it might work for you?
16.
▲
by
phonebucket
4y ago
I started down the same path, but ended up somewhere else. I decided to allow myself as many extra features as I wanted with one caveat: all plugins had to be pure vimscript. Reproducing an exact dev environment is just a git clone away, be
17.
▲
by
phonebucket
4y ago
I used to use a Vimium-FF (a Firefox version). I love the better browsing ergonomics. But, after some thought, I realise that allowing such extension simply requires trusting a third party app access to so much of my personal information. T
18.
▲
by
phonebucket
4y ago
While I agree that academic fraud is a blight upon academia, this comment generalises over many thousands of academics. > _nobody_ cares about any of this. Universities don't care, journals don't care, peers don't care, no
19.
▲
by
phonebucket
4y ago
> Still find it nuts you need to operate the system at 0 kelvin. I assume if we had super efficient cooling equipment (not LN2) we could also do superconductors on a small scale? Neutral atom quantum computers (the type outlined in the
20.
▲
by
phonebucket
4y ago
Apologies for making a more meta-comment. But I think the title of the post title should be the the paper title "Attention Is All You Need" as per the HN guidelines. "...please use the original title, unless it is misleading
21.
▲
by
phonebucket
4y ago
remember 10 random words
22.
▲
by
phonebucket
4y ago
Alex Graves (now at DeepMind) put a similar demo on his University of Toronto page a long time back: https://www.cs.toronto.edu/~graves/handwriting.html
23.
▲
by
phonebucket
4y ago
> By migrating from one to the other, aren't you exposing yourself to the exact same risk? My main gripe with LastPass is that they did not encrypt everything. Vast amounts of important information (email addresses, billing addresse
24.
▲
by
phonebucket
4y ago
A lot depends on what you're interested in. Some papers that are runnable on a laptop CPU (so long as you stick to small image sizes/tasks): 1) Generative Adversarial Networks ( https://arxiv.org/abs/1406.2661
25.
▲
by
phonebucket
4y ago
A lot of recommendations depend on what you're trying to learn. But I've enjoyed the following texts to a larger extent than others: - Algebra: Chapter 0 (Aluffi) - Real Mathematical Analysis (Pugh) - Mathematics and its History
26.
▲
by
phonebucket
4y ago
One example off the top of my head: what if ChatGPT was used to automate large scale personalised scamming?
27.
▲
by
phonebucket
4y ago
But in the context of a strong master password, the additional benefit of the secret key is of neglible benefit, while the hassle and dangers of having to synchronise the secret key remain. I'd rather use an extremely high entropy mast
28.
▲
by
phonebucket
4y ago
> Of course it can be misused, like any tool, but no amount of safety features in ChatGPT will make users of it more or less careful in their use of it. If someone using ChatGPT cares nothing for using it safely then it will likely end p
29.
▲
by
phonebucket
4y ago
It's more than a large piece of key loops that are compiled. Almost everything is compiled. Python hardly does anything beyond orchestration in modern scientific pipelines. Even loops written in Python can be compiled away. It's a
30.
▲
Fatal flaws in deterministic password managers (2016)
(tonyarcieri.com)
2 points
by
phonebucket
4y ago
|
0 comments
More ›