HackerTrans
TopNewTrendsCommentsPastAskShowJobs

viktoracoric

no profile record

Submissions

Adding characters and fitting your keyboard in inside TempleOS

viktoracoric.xyz
2 points·by viktoracoric·6 lat temu·0 comments

Adding characters and fitting your keyboard in inside TempleOS

viktoracoric.xyz
1 points·by viktoracoric·6 lat temu·0 comments

comments

viktoracoric
·4 lata temu·discuss
Well if scientific paper contradicts the observable experiences from the real world, then obviously something went wrong during the experiment.

And you still believe in this paper because you didn't reproduce it yourself or you didn't see it being reproduced step-by-step in real life, you rely on this scientist who conducted the experiment reporting it legitimately and other scientists involved in peer review process to have actually read the paper and verified it through reproduction (which isn't all too common in academia btw.)
viktoracoric
·4 lata temu·discuss
viktoracoric
·4 lata temu·discuss
I had lots of fun with Red Eclipse (https://www.redeclipse.net/). I haven't played it in a while though so I don't know if it stagnated or got better or worse.

I am mostly playing PokerTH (https://www.pokerth.net/) now.
viktoracoric
·5 lat temu·discuss
It's not copying and pasting of public data, it's illegal obtaining of other party's data. Extra illegal since credit cards got hacked as well. Just a reminder if you seed this torrent.
viktoracoric
·5 lat temu·discuss
While I liked and used FileZilla just several months ago, I discovered that most Linux distributions come with ftp and sftp programs, and it's very easy to use them, easy as navigating your system through command line.

With sftp you connect with "sftp -P [port] [ip address]", and navigation is very intuitive.

cd changes directory on server, lcd changes directory on local machine

Same with ls/lls (first lists directory on server, latter on local machine).

get downloads files, put uploads them, add -r option for folders, and that's pretty much it. exit for exit of course lol
viktoracoric
·5 lat temu·discuss
It doesn't matter that much, if you learn one, you have learned 99% of the other.

Most noticeable difference is package manager, and lesser noticeable differences are locations of some system files for which you will need to read documentation anyways.

I would recommend Arch-based Linux distributions like Manjaro, because package manager is way more user-friendly imo.