Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
098799
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
098799
1y ago
Here's a sketch: https://chatgpt.com/share/68640b97-9a48-8007-a27c-fdf85ff412... -- selenium drives your actual browser under the hood.
2.
▲
by
098799
1y ago
You could also use headless selenium under the hood and pipe to the model the entire Dom of the document after the JavaScript was loaded. Of course it would make it much slower but also would amend the main worry people have which is many w
3.
▲
by
098799
1y ago
Because if we're unlucky, Scott will think in the final seconds of his life as he watches the world burn "I could have tried harder and worried less about my reputation".
4.
▲
by
098799
2y ago
Despite many years of development, I find lsp and eglot to me mostly unusably slow. I need my emacs to be fast and the only way to achieve that is something oldschool like Jedi/Elpy for python.
5.
▲
by
098799
2y ago
Thanks for the info. In general, being compliant with established conventions (even if you don't personally like them) can lower the barrier of entry for some people who may superficially reject your library based on esthetic concerns.
6.
▲
by
098799
2y ago
Yikes. I'm going to follow this one cause it's right up my alley, but I'm worried I will absolutely hate the process if some standards don't change, e.g. having to have multiple functions called "get()" for the
7.
▲
by
098799
2y ago
One might suggest adding: try: from wat import wat except ImportError: pass to your $PYTHONSTARTUP file to avoid the cumbersome import.
8.
▲
by
098799
2y ago
You do have to give them the company name though (however inconsequential that is)
9.
▲
by
098799
3y ago
Thank you for working on gptel, it's an excellent package. I'm still using the copilot more because of the pure speed (competing with company mode/LSP), but I never use it if it suggests more than one line. The quality is jus
10.
▲
by
098799
3y ago
Switzerland is not in the EU. Didn't use VPN.
11.
▲
by
098799
3y ago
Actually, I also noticed 400 to consumer_pricing with response "Invalid country" even though I'm in Switzerland, which should be supported?
12.
▲
by
098799
3y ago
Emacs implementation when? ;)
13.
▲
by
098799
3y ago
Trying to subscribe to pro but website keeps loading (404 to stripe's /invoices is the only non 2xx I see)
14.
▲
by
098799
3y ago
Probably more coming soon given he just left openai to pursue other things.
15.
▲
by
098799
3y ago
I see! yes, the magic is you can cancel the noise by repeating it twice: ``` In [1]: math.exp(1e-15)-1 Out[1]: 1.1102230246251565e-15 In [2]: math.log(math.exp(1e-15)) Out[2]: 1.110223024625156e-15 ``` risky business though, I imagine it&#x
16.
▲
by
098799
3y ago
Nothing weird about it. It should be obvious that subtracting two floats that are very close to each other results in a loss of numerical precision: 1.000000003456e0 - 1.000000002345e0 = 0.000000001111e0 = 1.111numericalnoise e-9 It's
17.
▲
by
098799
3y ago
Did they call it Zed just so they have a movie to quote when they announce it's demise?
18.
▲
by
098799
3y ago
I think it's important to notice that free software is free to use and extend by people who don't necessarily share philosophical or political convictions of the software's author.
19.
▲
by
098799
3y ago
While I understand the general sentiment, I don't understand the specific point. After all, company-mode and it's numerous lsp-based backends are often used as an _unprompted_ completion (after typing 2 or 3 characters) which the
20.
▲
by
098799
3y ago
Thanks, this showcases the product very well. Looks like I won't use it though, cause I like how Microsoft's copilot and it's implementations in emacs work: suggest completions with greyed out text after cursor, in one go, wi
21.
▲
by
098799
3y ago
This is quite intriguing, mostly because of the author. I don't understand very well how llamafiles work, so it looks a little suspicious to just call it every time you want completion (model loading etc), but I'm sure this is som
22.
▲
by
098799
3y ago
Why would you need it? All you need is one machine capable enough that it will run it's own alphafold-3 to correctly predict the sequence of an appropriately deadly virus, pay some lab to synthesize it and release it to the atmosphere.
23.
▲
by
098799
3y ago
Why would you test it? Probability of two heads: p*p Probability of two tails: (1-p)*(1-p) Probability of head followed by tails: p*(1-p) Probability of tails followed by heads: (1-p)*p It's not difficult to notice that if you remove t
24.
▲
by
098799
3y ago
Is it just me or is it mildly annoying that I need to press enter twice if I Ctrl-R with fzf, as opposed to once with the regular search?
25.
▲
by
098799
4y ago
Surprise, surprise, emacs was there before you: run one daemon, open as many windows as you'd like.
26.
▲
by
098799
4y ago
elpy+jedi has been my main environment. LSP was really slow every time I tried it.
27.
▲
by
098799
4y ago
I mostly agree. But: - image cropping in an image viewer is useful if you'd like to quickly crop screenshots before posting, - you can already view images in emacs. So the irksome bloat is likely already there, and stems from emacs not
28.
▲
by
098799
4y ago
When someone says "that works out of the box" what I hear is "I don't want to spend time customizing things to work better for me", which is fine, but surprising coming from someone who claims to have used tiling wi
29.
▲
by
098799
4y ago
I wonder how do people come to a decision that it's a good idea to start their own text editor when vim and emacs exist. For this one my guess is the author is a c/c++ developer and wanted to have their editor cusomizable in their
30.
▲
by
098799
5y ago
Does it have a command line client?
More ›