82cb5abccd918e03

joined 1 year ago
[–] 82cb5abccd918e03@lemmygrad.ml 2 points 8 months ago

Yooo rare fellow Guix user. After a while Guix motivated me to learn Scheme. IMO easiest way is to just read the first chapter of SICP, its only about 60 pages.

[–] 82cb5abccd918e03@lemmygrad.ml 1 points 9 months ago

Yandex:

First result with a more up to date version. No AI, only quotes from the source. Still shows a bunch of SEO.

[–] 82cb5abccd918e03@lemmygrad.ml 4 points 9 months ago
sudo bash -c "echo '0.0.0.0 www.youtube.com' >> /etc/hosts"

ez win

[–] 82cb5abccd918e03@lemmygrad.ml 2 points 10 months ago

Back when I had to use a windows vm just did

qemu ... -net user,smb=$HOME/

then in the windows vm just type \\10.0.2.4 into file explorer. Does that not work?

man qemu says:

              smb=dir[,smbserver=addr]
                     When using  the  user  mode  network  stack,  activate  a
                     built-in  SMB  server  so that Windows OSes can access to
                     the host files in dir transparently. The  IP  address  of
                     the  SMB server can be set to addr. By default the 4th IP
                     in the guest network is used, i.e. x.x.x.4.

                     In the guest Windows OS, the line:

                        10.0.2.4 smbserver

                     must be added in the file C:\WINDOWS\LMHOSTS (for windows
                     9x/Me)  or C:\WINNT\SYSTEM32\DRIVERS\ETC\LMHOSTS (Windows
                     NT/2000).

                     Then dir can be accessed in \\smbserver\qemu.

                     Note that a SAMBA server must be installed  on  the  host
                     OS.

Another way is to setup Spice and use a webdav daemon in Windows to transfer files over Spice folder sharing.

You could also just RDP to the machine which is probably the easiest.

The simplest would just be to scp files to and from Windows. Like in powershell do scp -R yourusername@10.0.2.2:~/path/stuff output_dir to get files from Linux.

[–] 82cb5abccd918e03@lemmygrad.ml 10 points 11 months ago* (last edited 11 months ago) (1 children)

Lemmygrad works, hexbear doesn't.

Lemmy.ml got blocked while I was there, it stopped working one day back in July/August, I forgot.

Lemmy.world was working last time I checked.

It doesn't really matter though since you can see posts on hexbear from lemmygrad.

[–] 82cb5abccd918e03@lemmygrad.ml 2 points 1 year ago (1 children)

Been using Yandex as my default search for almost a year now. It's like the old Google and DDG. It doesn't have as many SEO sites like Google results and actually respects when you put quotes around to force include a word in the query making it much more useful for searching up programming errors. The only downside I found is that it has a bunch of anti-degeneracy filters which sometimes interfere if for example if you search up something like "unixporn" it will try and block the word "porn" in the results. Also translate.yandex.com is really good at translating Russian, but seems slightly worse than Google translate for Chinese.

view more: ‹ prev next ›