Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jaster
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
jaster
1y ago
All the "Thanks for watching!" gave me a good chuckle. Remind me of one of my own experiences with one of the Whisper model, where some random noise in the middle of the conversation was translated into "Don't forget to
2.
▲
by
jaster
3y ago
Here is a relevant tidbit from the RWKV paper "Limitations" section ( https://arxiv.org/abs/2305.13048 ): First, the linear attention of RWKV leads to significant efficiency gains but still, it may also lim
3.
▲
by
jaster
4y ago
For me it was worked relatively well. I track my config in a git repo, and doom-emacs is rather helpful on what external tools must be installed for various configuration "layers" (like when working with such and such language). W
4.
▲
by
jaster
4y ago
emacs "gui" perfectly supports the mouse out of the box. For use in a terminal (after using both for some time, I find the gui version better tbh), see https://www.gnu.org/software/emacs/manual/html_
5.
▲
by
jaster
4y ago
Sorry, to clarify: I used the package `emacs-next` from guix to install emacs 28. You still need to install and configure emacs-lsp along with the LSP backend(s) you want to use. I'm currently using the doom-emacs "emacs distro&qu
6.
▲
by
jaster
4y ago
I have been testing Emacs 28 for a few weeks now, as it was reported to improve performance on LSP integration (which was sometimes sluggish for me with rust). I have to say I wasn't disappointed. It's now comparatively blazingly
7.
▲
by
jaster
4y ago
Don't think out of the box, but https://github.com/emacs-lsp/lsp-mode works rather well with emacs 28 from my experience. Emacs "distros" such as Spacemacs and Doomemacs both make using it a nearly "
8.
▲
by
jaster
4y ago
Yeah emacs was a revelation for me on this regard, that the idea of "Free Software" could be more than just providing souce code and license. Emacs is actually explicitly designed to give you full power to explore, discover and mo
9.
▲
by
jaster
5y ago
Or that they used VC money to outcompete companies using artificially low prices, and then raised the prices to make some profit once they got a hold on the market
10.
▲
by
jaster
5y ago
The GPL prevents it actually (I made a sibling comment with some details)
11.
▲
by
jaster
5y ago
> you'd need to prevent the people you're granting the license to from changing it in derivative works No you don't need to. People cannot change the license of code they don't own nilly-willy, only the owner(s) of co
12.
▲
by
jaster
5y ago
For emacs users, there are some modes with similar functionalities (as expected from emacs!): picture-mode and artist-mode See for example http://xahlee.info/emacs/emacs/emacs_ascii_diagram.html
13.
▲
by
jaster
5y ago
Aren't you worried about increasing the attack surface a lot for a machine directly accessible on the Internet? I'm neither a network nor a security expert, but I would have thought that the router would be better running the mini
14.
▲
by
jaster
5y ago
> cat test.py import sys if sys.version_info.major < 3: raise Exception("this script requires python version >= 3") print(f"test") > python2 test.py File "test.py", lin
15.
▲
by
jaster
6y ago
Not sure if it's the one you were thinking about, but there is a similar passage in the Slate Star Codex article "Neutral vs. Conservative: The Eternal Struggle" https://slatestarcodex.com/2017/05/01
16.
▲
by
jaster
6y ago
Not a perfect test, but you can try for yourself on https://www.whichfaceisreal.com/ if you're curious (the tells for generated images on this one are quite obvious when you know what to look for)
17.
▲
by
jaster
6y ago
Thanks for the article! I think it's even worse actually, because this is not something that needs to be done explicitly or on purpose. Simply training AIs with a target goal of maximizing engagement could lead to models discovering an
18.
▲
by
jaster
6y ago
I find the article and your comment strongly resonate with a comment I made some time ago on an article about GAN-generated faces: > I guess very soon we will be able to generate "super-attractive" (as in "superstimuli&quo
19.
▲
by
jaster
6y ago
Good point. I don't use it on mobile (I sync things between my personal and professional computer mostly) so I can't comment much on this aspect. Joplin seems very nice indeed! But it seems to be more oriented for personal notes n
20.
▲
by
jaster
6y ago
Not sure if that is what you are asking, but Zotero has plugins for saving web page directly from the browser: https://www.zotero.org/download/connectors I use it extensively with FFox. Regarding highlight tool I can&
21.
▲
by
jaster
6y ago
It definitely does not solve all the issues listed in the article, but for me Zotero https://www.zotero.org has been absolutely brilliant as a "digital content organizer". While it is "marketed" for scientist
22.
▲
by
jaster
6y ago
Sure you can indeed. For me the compactness of the rpi was a plus however. Since you don't need a dedicated screen or a keyboard (recalbox interface is tailored for controllers), having only to carry the small rpi makes it more conveni
23.
▲
by
jaster
6y ago
If you're looking for a fun use for your shelved rpi, I can recommand installing a retro-gaming distro such as recalbox ( https://www.recalbox.com/ ) or retropie ( https://retropie.org.uk/ ). I installed r
24.
▲
by
jaster
6y ago
The definition of "best" is often subjective and may boil down to familiarity. On the other hand, betting on open-source tooling may be a good way to increase the chances that your "best" tools will still be available in
25.
▲
by
jaster
6y ago
For me, a killer feature of evil-mode is the "hybrid" state (`evil-disable-insert-state-bindings`) that allows to use emacs (aka readline) keybindings in insert mode. When I have only a minor edit to make in the middle of typing s
26.
▲
by
jaster
6y ago
The REPL (and most tooling I think) supports LaTeX-like abbreviations that autocomplete to the corresponding Unicode symbol, so no need for a special keyboard. See here https://docs.julialang.org/en/v1/manual/
27.
▲
by
jaster
6y ago
From the "About the Author" section > Marc is also one of the leads for the GNU Radio project, an open source SDR framework that is widely used in academia and defense related research. While Python is great for learning, rapid
28.
▲
by
jaster
6y ago
Thanks for the recommendation, I just tried it and it seems perfect! Contrary to your experience, I was even able to create events from thunderbird that would show up on O365. They only show up on sync however (which does not seems to be au
29.
▲
by
jaster
6y ago
Better scripting / automation maybe? I don't have any specific example in mind right now, but being able to pipe things together with other utilities could make for interesting applications, and is easier than having to interact w
30.
▲
by
jaster
6y ago
Wow I did not expect that! Many of them are really hard to read actually! A quick example of two positive tests side by side https://i.redd.it/llw9fmn6dxk51.jpg Even worse, sometimes the reaction is so strong that there is
More ›