Time |
Nick |
Message |
00:04 |
|
theTroy joined #minetest |
00:24 |
|
swift110 joined #minetest |
01:08 |
|
Freejack joined #minetest |
01:17 |
|
greeter joined #minetest |
01:25 |
|
swift110-phone joined #minetest |
01:30 |
|
DMackey- joined #minetest |
01:44 |
|
STHGOM joined #minetest |
01:49 |
|
torgdor joined #minetest |
02:03 |
|
DaveyDude joined #minetest |
02:22 |
|
behalebabo joined #minetest |
03:17 |
|
AcidNinjaFWHR joined #minetest |
03:31 |
|
LazyJ joined #minetest |
04:12 |
|
loggingbot_ joined #minetest |
04:12 |
|
Topic for #minetest is now Welcome to #minetest, official Minetest channel | Latest version: 0.4.14 (2016-05-15) | Responses may take a while, be patient | Rules: http://wiki.minetest.net/IRC#Rules | Development: #minetest-dev | Server list: http://minetest.net/servers | IRC logs: http://irc.minetest.net/minetest/ |
04:18 |
|
Yst joined #minetest |
04:50 |
|
sherkaton[m] joined #minetest |
04:53 |
|
yusf[m] joined #minetest |
04:54 |
|
torgdor joined #minetest |
04:56 |
|
torgdor joined #minetest |
05:27 |
Calinou |
_Megaf: yes |
05:36 |
|
PjotrOrial joined #minetest |
05:36 |
|
PjotrOrial joined #minetest |
05:39 |
|
Out`Of`Control joined #minetest |
05:41 |
|
Markow joined #minetest |
05:48 |
|
FreeFull joined #minetest |
06:13 |
|
DMackey joined #minetest |
06:18 |
|
Jousway joined #minetest |
06:19 |
|
M-JLuc joined #minetest |
06:36 |
|
CWz joined #minetest |
07:06 |
|
hmmmmm joined #minetest |
07:10 |
|
aheinecke joined #minetest |
07:28 |
celeron55 |
https://www.agwa.name/blog/post/how_to_crash_systemd_in_one_tweet |
07:28 |
celeron55 |
lol |
07:58 |
thePalindrome |
Holy cow |
08:00 |
|
Blerttt joined #minetest |
08:01 |
Blerttt |
How can you add different sounds to eating food? |
08:01 |
Calinou |
Blerttt: register_on_item_use or something like that? |
08:02 |
Blerttt |
ye |
08:13 |
|
SylvieLorxu joined #minetest |
08:28 |
|
Szkodnix joined #minetest |
09:03 |
|
JamesTait joined #minetest |
09:04 |
JamesTait |
Good morning all! Happy Thursday, and happy Coffee Day! 😃 |
09:23 |
|
Out`Of`Control joined #minetest |
09:50 |
|
Trustable joined #minetest |
10:10 |
|
red-001 joined #minetest |
10:10 |
red-001 |
does anyone here know how the string for static spawn point should be formatted? |
10:27 |
agaran |
celeron55: thats nice 'feature' of systemd |
10:28 |
|
YuGiOhJCJ joined #minetest |
10:29 |
YuGiOhJCJ |
hello, as a player on Minetest 0.4.14, is there a way for me to set my "yaw" to "180" using the console please? |
10:30 |
red-001 |
don't think so |
10:31 |
YuGiOhJCJ |
that's so hard to do it through the mouse because it is very sensitive and I would like to take a screenshot with a specific yaw |
10:34 |
red-001 |
you could use a mod if it's singleplayer |
10:35 |
red-001 |
or save the map offline and then take the screenshot |
10:36 |
YuGiOhJCJ |
yes something like that "minetest.get_player_by_name("singleplayer").set_look_yaw(180)" I guess |
10:37 |
YuGiOhJCJ |
can you tell me more about saving the map offline? I am not sure how to do that |
10:38 |
red-001 |
it's in advanced settings -> client -> network |
10:39 |
red-001 |
it saves the mapblocks you receive in your worlds folder |
10:40 |
YuGiOhJCJ |
oh yeah I got it in both case I need to use a mod (that's in singleplayer mode so I don't need to save the map) |
10:40 |
red-001 |
in a world called server-ip address-port |
10:41 |
YuGiOhJCJ |
well let's code a mod :p |
10:43 |
agaran |
hmm that is interesting idea to create /panorama command which makes series of screenshots at sequentially changed angle.. then combine those to make widescreen panorama of world;) |
10:43 |
red-001 |
almost finished |
10:43 |
|
Fixer joined #minetest |
10:43 |
red-001 |
time to debug |
10:44 |
YuGiOhJCJ |
great idea indeed |
10:46 |
red-001 |
what???? |
10:46 |
red-001 |
seting yaw to 180 sets it to 223 |
10:48 |
red-001 |
got a mod working |
10:50 |
|
FirePowi joined #minetest |
10:51 |
red-001 |
http://pastebin.com/qPUBXD4r |
10:53 |
YuGiOhJCJ |
faster than me thanks I will try that |
11:00 |
red-001 |
improved version http://pastebin.com/UpaiAZA2 |
11:01 |
red-001 |
this one shouldn't be able to crash the server |
11:03 |
YuGiOhJCJ |
hmm that's more complicated than I guessed because setting the yaw to 180 is good for the horizontal rotation (the one around the Y axis), but it does not impact the vertical rotation (the one around the X axis) |
11:04 |
red-001 |
yeah there is another setting for that |
11:04 |
red-001 |
should I create another command? |
11:05 |
YuGiOhJCJ |
yes if you have time for that please |
11:07 |
|
proller__ joined #minetest |
11:09 |
red-001 |
http://pastebin.com/gm1YzkjJ |
11:10 |
YuGiOhJCJ |
oh ok so that's the "pitch" |
11:11 |
|
rubenwardy joined #minetest |
11:11 |
YuGiOhJCJ |
it was not documented: http://dev.minetest.net/Player |
11:12 |
red-001 |
yeah the dev wiki is a bad source of information |
11:13 |
red-001 |
a lot of recently added functions are not there |
11:13 |
YuGiOhJCJ |
I guess that the best doc is still the Minetest source code :p |
11:15 |
red-001 |
lua_appi.txt? |
11:18 |
YuGiOhJCJ |
indeed, it is an up to date source of information: https://github.com/minetest/minetest/blob/master/doc/lua_api.txt#L2792 and I can see that set_look_pitch and set_look_yaw are deprecated functions, so I should use set_look_vertical and set_look_horizontal |
11:20 |
red-001 |
yeah |
11:20 |
red-001 |
you should |
11:20 |
red-001 |
but this way it also works for people who don'y have the newest version |
11:22 |
YuGiOhJCJ |
OK. Now, I understand better what is roll, yaw and pitch meaning: http://howthingsfly.si.edu/sites/default/files/image-large/Roll,-Yaw,-Pitch_lg_0.jpg |
11:23 |
YuGiOhJCJ |
:D |
11:30 |
|
HonoredGlory joined #minetest |
11:32 |
|
est31 joined #minetest |
11:34 |
YuGiOhJCJ |
that's weird that pressing the "F5" key on the keyboard shows only the "yaw" and not the "pitch"... Is "yaw" more important than "pitch"? I don't think so |
11:39 |
red-001 |
no |
11:40 |
red-001 |
F5 just have random info some dev found useful at some point |
11:41 |
red-001 |
has* |
11:45 |
|
shamoanjac joined #minetest |
11:53 |
|
zorman2000 joined #minetest |
11:53 |
zorman2000 |
Hello all |
11:54 |
zorman2000 |
I'm having an issue with minetest running on ArchLinux. I'm using the official version, 4.14, and recently also tried the build 0.4.14-dev-cc0b3c1-dirty (Linux) |
11:54 |
zorman2000 |
I'm trying to make a public server but I get this: |
11:55 |
zorman2000 |
2016-09-29 07:43:45: ACTION[Server]: Announcing to servers.minetest.net |
11:55 |
zorman2000 |
And nothing else happens. Then when I close, I get this message: |
11:55 |
zorman2000 |
2016-09-29 07:54:13: ERROR[CurlFetch]: servers.minetest.net/announce not found (HTTP response code said error) (response code 500) |
11:55 |
zorman2000 |
Any ideas? |
11:57 |
thePalindrome |
A code 500 indicates a server-side error, so I'm not sure there's much you can do |
12:04 |
zorman2000 |
Hm. You are right. But it works on Windows! |
12:16 |
|
CWz joined #minetest |
12:19 |
Out`Of`Control |
zorman2000: did you look in debug.txt |
12:22 |
|
rubenwardy joined #minetest |
12:25 |
|
Wuzzy joined #minetest |
12:29 |
zorman2000 |
I have not. Let me take a look... |
12:30 |
red-001 |
I think I might be related to port forwarding |
12:31 |
red-001 |
It* |
12:33 |
zorman2000 |
The log says the same thing. |
12:34 |
zorman2000 |
red-001: Port forwarding on my machine? |
12:34 |
red-001 |
yeah |
12:35 |
red-001 |
I think the serverlist sends a strange error if port forwarding is not setup correctly |
12:36 |
|
xunto joined #minetest |
12:36 |
zorman2000 |
I'm a noob on any networking stuff. Any pointers on how I can configure port-forwarding on linux? |
12:37 |
red-001 |
wouldn't this be something that you configure using your router? |
12:37 |
|
xunto left #minetest |
12:42 |
zorman2000 |
Agreed. So that's why I don't think it has something to do with port forwarding... I didn't do anything for Windows, and it works without issues |
12:48 |
|
PseudoNoob joined #minetest |
12:48 |
red-001 |
wait are you trying to host a server? |
12:48 |
zorman2000 |
Yes. Trying to make a public server. Just with selecting the public server option in Minetest menu |
12:49 |
zorman2000 |
It works in Windows. Other people connect to it. It doesn't works in Linux though |
12:49 |
|
proller__ joined #minetest |
12:50 |
red-001 |
how did you make a public server without port forwarding 😕 |
12:59 |
red-001 |
.join minetest-dev |
13:01 |
zorman2000 |
I don't know :) I think there is a two-way communication, right? When you announce server in minetest, you announce it to servers.minetest.net |
13:02 |
zorman2000 |
While users when they want to log to a server, look at the server list |
13:02 |
Out`Of`Control |
zorman2000: what is in your logs |
13:02 |
zorman2000 |
Which comes from servers.minetest.net, so it is the servers.minetest.net who does the link |
13:02 |
Out`Of`Control |
zorman2000: no |
13:03 |
zorman2000 |
Out`Of`Control: Same thing as I posted here. The log message saying it will it is announcing, then the timeout later on |
13:03 |
zorman2000 |
ERROR[CurlFetch]: servers.minetest.net/announce not found (HTTP response code said error) (response code 500) |
13:03 |
Out`Of`Control |
no other errors? |
13:04 |
|
Szkodnix joined #minetest |
13:05 |
Out`Of`Control |
zorman2000: you compile server with curl? |
13:07 |
zorman2000 |
No, I don't see any other errors. This is minetet --version: |
13:07 |
zorman2000 |
$ minetest --version |
13:07 |
zorman2000 |
Minetest 0.4.14-dev-cc0b3c1-dirty (Linux) |
13:07 |
zorman2000 |
Using Irrlicht 1.8.3 |
13:07 |
zorman2000 |
Build info: VER=0.4.14-dev-cc0b3c1-dirty BUILD_TYPE=Release RUN_IN_PLACE=0 USE_GETTEXT=1 USE_SOUND=1 USE_CURL=1 USE_FREETYPE=1 USE_LUAJIT=0 STATIC_SHAREDIR="/usr/share/minetest" |
13:08 |
|
hmmmm joined #minetest |
13:09 |
Out`Of`Control |
zorman2000: you have to recompile with curl |
13:09 |
Out`Of`Control |
"USE_CURL=1" looks as you did |
13:10 |
|
proller__ joined #minetest |
13:12 |
zorman2000 |
This is my compilation log: |
13:12 |
zorman2000 |
-- *** Will build version 0.4.14-dev *** |
13:12 |
zorman2000 |
-- Found Irrlicht: /usr/lib64/libIrrlicht.so |
13:12 |
zorman2000 |
-- Found CURL: /usr/lib64/libcurl.so |
13:12 |
zorman2000 |
-- cURL support enabled. |
13:12 |
Out`Of`Control |
use pastebin please |
13:13 |
|
tpe joined #minetest |
13:14 |
zorman2000 |
Here, sorry http://pastebin.com/7n39YC1p |
13:14 |
Out`Of`Control |
you did open port in your router? |
13:16 |
|
SylvieLorxu joined #minetest |
13:20 |
zorman2000 |
To be honest, I don't think I have. But this works in Windows, and I'm using same port. |
13:20 |
|
Bukki joined #minetest |
13:20 |
Out`Of`Control |
you have same local ip as on windows? |
13:21 |
zorman2000 |
Hmmm no, actually, there different IPs. Because I'm using two different computers |
13:21 |
|
GunshipPenguin joined #minetest |
13:21 |
Out`Of`Control |
so you have to change settings in your router |
13:23 |
zorman2000 |
I see. So port forwarding has to be enabled for each IP? |
13:23 |
Out`Of`Control |
you can open port X only for 1 IP |
13:24 |
zorman2000 |
I see... I'm kind of noobish in this networking thing |
13:24 |
zorman2000 |
I will try |
13:29 |
|
Bukki joined #minetest |
13:41 |
zorman2000 |
Is there anything else I have to enable? I tried enabling port 30001 with UDP and it is enabled, but it seems to not be working yet... |
13:43 |
Out`Of`Control |
what is not working? |
13:49 |
zorman2000 |
Sever announcement. Can't see it on the servers.minetest.net list |
13:53 |
Out`Of`Control |
can you connect to your server localy? |
13:59 |
zorman2000 |
Yes, I can |
14:00 |
|
bas3 joined #minetest |
14:01 |
Out`Of`Control |
zorman2000: so you have to play with your router settings |
14:03 |
|
Darcidride joined #minetest |
14:08 |
zorman2000 |
Ok, thanks for your help!!! |
14:12 |
_Megaf |
man, I'm getting really upset with libreoffice |
14:12 |
_Megaf |
it's very crash happy, formating and standards in it it's a mess |
14:12 |
_Megaf |
and it's slow as heck |
14:13 |
_Megaf |
how I miss the good old OpenOffice 2.x |
14:13 |
_Megaf |
of even StarOffice, StarOffice was very stable |
14:13 |
BrandonReese |
WPS Office is what I've been using |
14:16 |
_Megaf |
is it open source? |
14:16 |
* tokage |
uses text files and LaTeX |
14:18 |
|
Jordach joined #minetest |
14:18 |
_Megaf |
tokage: would you like to rewrite my CV in LaTeX? From PDF? |
14:18 |
_Megaf |
xP |
14:19 |
_Megaf |
wow, I managed to install WPS with dpkg -i Downloads/wps-office_10.1.0.5672-a21_amd64.deb |
14:19 |
_Megaf |
no deps required, I'm impressed now |
14:19 |
_Megaf |
let's see if it works |
14:19 |
tokage |
no |
14:19 |
tokage |
but there are a lot of templates you can use |
14:21 |
_Megaf |
beautiful interface in WPS Office |
14:22 |
BrandonReese |
I like it, but it's not open source. I was getting frustrated with Libre and OpenOffice and stumbled across WPS. Works really well but I really only use it for basic spreadsheet stuff so I'm not sure how well the word processor and other parts function. |
14:27 |
est31 |
WPS office works on linux |
14:27 |
est31 |
thats good |
14:30 |
est31 |
if WPS office is as good as MS office, thats really good |
14:30 |
est31 |
because you can now be compatible to MS office |
14:31 |
agaran |
afternoon |
14:31 |
_Megaf |
well, Apache OpenOffice 3.4.1 also installed without need for dependencies |
14:31 |
_Megaf |
est31: I will be testing the compatibility soon. My CV is rather complex, with headers, tables, bullet points (complex for formatation compatibility) |
14:32 |
_Megaf |
for instance, Google Docs, Word Online, Libre Office and Abiword all disagree on how it should be presented |
14:32 |
_Megaf |
I tested doc, docx, odt and rtf |
14:32 |
_Megaf |
In no test I got two identical presentations |
14:32 |
_Megaf |
this is extremely frustrating |
14:32 |
_Megaf |
Hi agaran |
14:34 |
MinetestBot |
[git] sfan5 -> minetest/minetest: Only include keycode unittests in client build (fixes #4559) 45a9145 https://git.io/vPTuE (2016-09-29T16:31:31+02:00) |
14:37 |
_Megaf |
well, for sure OpenOffice 3.4.1 is much more polished and clean than LibreOffice |
14:38 |
tokage |
open office is dead |
14:39 |
tokage |
literally |
14:39 |
_Megaf |
I know, and that's sad |
14:41 |
_Megaf |
to install WPS. dpkg -i Downloads/wps-office_10.1.0.5672-a21_amd64.deb. To Install OpenOffice dpkg -i Downloads/en-GB/DEBS/*deb To install LibreOffice, dpkg -i Downloads/LibreOffice_5.1.5.2_Linux_x86_deb/DEBS/*deb |
14:41 |
_Megaf |
Cool |
14:41 |
_Megaf |
now very user friendly, but it works |
14:43 |
tokage |
_Megaf: what version of libreoffice do you use that you complain about? |
14:43 |
sfan5 |
^ |
14:43 |
_Megaf |
about formating compatibility accross different product, all of them |
14:43 |
_Megaf |
about instability, all 5.x |
14:44 |
_Megaf |
$ /opt/libreoffice5.1/program/swriter |
14:44 |
_Megaf |
/opt/libreoffice5.1/program/oosplash: error while loading shared libraries: libXinerama.so.1: cannot open shared object file: No such file or directory |
14:44 |
_Megaf |
LibreOffice Still can't even start |
14:44 |
_Megaf |
I have the lib... |
14:44 |
tokage |
os? |
14:44 |
tokage |
maybe you should go to #libreoffice instead :D |
14:44 |
_Megaf |
$ ldd /opt/libreoffice5.1/program/swriter |
14:44 |
_Megaf |
not a dynamic executable |
14:44 |
_Megaf |
meh... |
14:44 |
_Megaf |
tokage: Debian Stable |
14:44 |
tokage |
eh |
14:45 |
_Megaf |
$ find /usr/lib | grep Xinerama |
14:45 |
_Megaf |
/usr/lib/x86_64-linux-gnu/libXinerama.so.1 |
14:45 |
_Megaf |
/usr/lib/x86_64-linux-gnu/libXinerama.so.1.0.0 |
14:45 |
_Megaf |
there ^ |
14:45 |
_Megaf |
stupid libreoffice |
14:45 |
tokage |
you got it from jessie-backports? |
14:45 |
_Megaf |
the libreoffice is from libreoffice's website |
14:45 |
_Megaf |
I got the still release, that is suppsoed to be more stable |
14:45 |
tokage |
yeah get it from your distribution... |
14:46 |
_Megaf |
the one from my disto is the one I'm complaining, so I'm trying the one from the "source" |
14:46 |
_Megaf |
ldd /opt/libreoffice5.1/program/oosplash |
14:46 |
_Megaf |
linux-gate.so.1 (0xf76fe000) |
14:46 |
_Megaf |
libXinerama.so.1 => not found |
14:46 |
_Megaf |
how do I tell him where the lib is? |
14:47 |
tokage |
apt-get install libreoffice -t jessie-backports (echo "deb http://ftp.debian.org/debian jessie-backports main" >> /etc/sources.list" before) |
14:47 |
tokage |
or in sources.list.d |
14:47 |
_Megaf |
tokage: that's precisely the one I had |
14:47 |
_Megaf |
nevermind, I'm going to bother them at #LibreOffice |
14:47 |
_Megaf |
brace yourselves, mad MegaF is coming |
14:48 |
est31 |
_Megaf, there is flatpak you can use it without ppa tricks |
14:48 |
est31 |
https://www.libreoffice.org/download/flatpak/ |
14:50 |
_Megaf |
est31: it's Debian, no ppa here. And, I don't like flatpak yet |
14:50 |
_Megaf |
:P |
14:50 |
_Megaf |
but thanks anyway |
14:51 |
_Megaf |
I'm bothering them in #LibreOffice already |
14:53 |
|
Tux[Qyou] joined #minetest |
15:02 |
|
STHGOM joined #minetest |
15:05 |
Out`Of`Control |
_Megaf: works fine here from debian repos |
15:07 |
_Megaf |
I'm going to quote myself here, on the naming of 32 bit and 64 bit applications. |
15:07 |
_Megaf |
http://paste.debian.net/plain/845024 |
15:07 |
_Megaf |
my quote ^ |
15:08 |
aix |
is it funny |
15:09 |
_Megaf |
nope |
15:09 |
_Megaf |
just my logical deducation based on correct naming |
15:10 |
_Megaf |
I will just copy and paste here, 3 lines |
15:10 |
_Megaf |
[16:05:17] <_Megaf> I wish everybody used teh standard i386 or i32 for 32 bit applications and amd64 or 64 bit applications. It would be less confusing |
15:10 |
_Megaf |
[16:06:40] <_Megaf> Should be i32 vs amd64, that's it |
15:10 |
_Megaf |
[16:07:04] <_Megaf> Intel 32 bit instruction set and the AMD's 64 bit extension for it |
15:10 |
_Megaf |
there ^ |
15:10 |
aix |
oh |
15:10 |
_Megaf |
you see x86 used for 32 bit and x64 used for 64 bit |
15:11 |
aix |
tis |
15:11 |
_Megaf |
and often on the same website they use all kinds of naming |
15:11 |
aix |
x86_64 |
15:11 |
aix |
amd64 |
15:11 |
aix |
there's two |
15:11 |
_Megaf |
libreeofice in the download section call the 64 bit x64 and the 32 bit x86 and the downloaded file is x86-64 |
15:12 |
_Megaf |
I think it should be either i32 vs amd64 or x86_32 vs x86_64 |
15:13 |
_Megaf |
(That's why libreoffice wasnt working here, I accidentally downloaded the 32 bit version) (That's why it couldnt find Xinerama) |
15:27 |
tokage |
why don't you use it from the repository? |
15:28 |
|
KaadmY joined #minetest |
15:30 |
_Megaf |
tokage: the one from backports is crash happy, and it doesn't work well |
15:31 |
_Megaf |
there's some inconsitencies |
15:31 |
_Megaf |
tokage: but right now I just want to compare WPS Writer vs OpenOffice Writer vs LibreOffice Writer vs Google Docs vs Word Online |
15:32 |
_Megaf |
the document was created on Google Docs and I will download it in rtf and odt and docx |
15:40 |
_Megaf |
WPS doe not support ODT!!!!!!!!! |
15:40 |
_Megaf |
BrandonReese: ^ |
15:43 |
tokage |
wps is proprietary after all |
15:46 |
agaran |
hi Megaf |
15:47 |
|
proller__ joined #minetest |
15:50 |
BrandonReese |
Really? That kind of surprises me. |
15:54 |
_Megaf |
ok, so working only with docx, I have some good results here in WPS Office vs LibreOffice vs OpenOffice vs GoogleDocs |
15:54 |
_Megaf |
all of them using the default settings then exporting to PDF |
15:54 |
_Megaf |
OpenOffice and WPS Office were the only two who created an indexted PDF. OpenOffice did an even better job in the index |
15:56 |
_Megaf |
none got the same visual/presentation as the PDF generated by Google Docs |
15:56 |
_Megaf |
line spaces changed, the thickness of the font changed |
15:56 |
_Megaf |
and paragraph spaces changed |
15:56 |
_Megaf |
a total mess |
15:59 |
agaran |
wps is chineese propertiary thing.. not for work stuff.. |
15:59 |
_Megaf |
the thing that annoys me the most is the size of the bullet points |
15:59 |
_Megaf |
in the original document is small and cool |
15:59 |
_Megaf |
on the other offices is somthing grotesc (is this even an English word?) |
16:00 |
Calinou |
_Megaf: Office 2016 still supports ODF like crap |
16:01 |
Calinou |
it can't open anything more than basic .odt files properly |
16:01 |
est31 |
but its enough for microsoft to claim that it has odt support |
16:01 |
_Megaf |
man, I do need a reliable solution for sending doc(x) documents |
16:01 |
Calinou |
_Megaf: I think "grotesque" does exist in English |
16:01 |
_Megaf |
to send CVs to stupid recruiters |
16:09 |
_Megaf |
Calinou: how do you say the word in French? Same spelling? Grostesco in Portuguese |
16:09 |
Calinou |
yes |
16:13 |
_Megaf |
Word Online almost nailed all formating and spaces. And nailed the index |
16:13 |
_Megaf |
when exporting to PDF |
16:13 |
_Megaf |
bullet points are the same size of the ones in Google Docs |
16:14 |
_Megaf |
just the line spaces is different |
16:14 |
_Megaf |
That's it, Google Docs is my tool of choice to save in docx. All other offices don't work |
16:14 |
_Megaf |
I will try in ODT now |
16:14 |
|
zorman2000 joined #minetest |
16:15 |
|
Bukki joined #minetest |
16:21 |
|
Jousway joined #minetest |
16:23 |
_Megaf |
now I have a big problem, Google Docs does not have the features I want, not Word Online |
16:23 |
_Megaf |
LibreOffice have all things I want, but I can't keep the document shape |
16:23 |
_Megaf |
any ideas? |
16:35 |
|
swift110 joined #minetest |
16:38 |
|
swift110 joined #minetest |
16:40 |
_Megaf |
!server Megaf |
16:40 |
MinetestBot |
_Megaf: Megaf Server v4.0 | mt.megaf.info:30003 | Clients: 0/10, 0/2 | Version: 0.4.14-Megaf / MegafXploreNext | Ping: 7ms |
16:41 |
_Megaf |
not impressed |
16:42 |
|
fusion44 joined #minetest |
16:47 |
|
Darcidride joined #minetest |
16:49 |
nm0i |
\tex |
16:50 |
Calinou |
SELECT * FROM nm0i; |
16:50 |
nm0i |
; cancer! |
16:50 |
* nm0i |
runs |
16:55 |
|
STHGOM_ joined #minetest |
17:01 |
|
red-001 joined #minetest |
17:03 |
|
rubenwardy joined #minetest |
17:05 |
|
twoelk joined #minetest |
17:06 |
|
AcidNinjaFWHR joined #minetest |
17:17 |
|
STHGOM joined #minetest |
17:17 |
|
STHGOM joined #minetest |
17:25 |
|
Jousway joined #minetest |
17:37 |
Fixer |
_Megaf: send in PDF |
17:40 |
Out`Of`Control |
_Megaf: you can save/convert as pdf in LO |
17:45 |
|
aix joined #minetest |
17:48 |
_Megaf |
Fixer: Out`Of`Control That's the problem, often some stupid recruiters will ask the doc version so they can use they stupid auto parser software |
17:48 |
|
lumidify joined #minetest |
17:48 |
Fixer |
_Megaf: ah, ok |
17:49 |
|
hax404 joined #minetest |
17:51 |
_Megaf |
now, hos do I make LibreOffice make a summary/indexed PDF? OpenOffice and WPS Office and Word Onlinde create a nice summary by default |
17:52 |
|
basxto joined #minetest |
17:52 |
_Megaf |
Fixer: Out`Of`Control: Any idea? |
17:52 |
Fixer |
no idea |
17:53 |
Fixer |
VM/hacked_microXPwithMSOffice2007 :trollface: |
17:55 |
|
hax404 joined #minetest |
17:58 |
red-001 |
nano_xp |
17:58 |
|
hax404 left #minetest |
17:58 |
red-001 |
I doesn't even have win32? |
17:58 |
red-001 |
! |
17:58 |
red-001 |
!* |
17:58 |
red-001 |
it just runs chdsk |
18:01 |
Out`Of`Control |
_Megaf: try all |
18:01 |
_Megaf |
Well, right now the only real reason I have to use LibreOffice is because I can't set a Paragraph background on Google Docs |
18:02 |
_Megaf |
I just remembered that I have a test version of windows 10 anniversary installed in this laptop |
18:02 |
_Megaf |
maybe I could get a trial version of office and install on it |
18:02 |
_Megaf |
nah |
18:02 |
_Megaf |
you know what |
18:05 |
_Megaf |
I just destroyed the Windows partition :) http://paste.debian.net/plain/845273 |
18:08 |
|
Jordach_ joined #minetest |
18:09 |
tokage |
blessings from rms |
18:12 |
_Megaf |
I'm a bad boy ain't I? |
18:13 |
red-001 |
https://discord.gg/7Agm9fG |
18:35 |
|
[mrm] joined #minetest |
18:42 |
|
rubenwardy joined #minetest |
18:52 |
red-001 |
!server just test |
18:52 |
MinetestBot |
red-001: Just test server | 109.78.21.207 | Clients: 0/15, 0/0 | Version: 0.4.14-403dada / minetest | Ping: 53ms |
18:52 |
_Megaf |
!server Megaf |
18:52 |
MinetestBot |
_Megaf: Megaf Server v4.0 | mt.megaf.info:30003 | Clients: 0/10, 0/2 | Version: 0.4.14-Megaf / MegafXploreNext | Ping: 6ms |
18:52 |
_Megaf |
red-001: :) |
18:53 |
red-001 |
where do you host your server? |
18:53 |
_Megaf |
define where |
18:54 |
_Megaf |
red-001: Location, datacentre in London, company, Linode VPS |
18:57 |
sfan5 |
can't you look that up easily |
18:58 |
sfan5 |
!py __import__("os").popen("curl ipinfo.io/$(dig +short mt.megaf.info) | grep org").read() |
18:58 |
MinetestBot |
' "org": "AS63949 Linode, LLC"\n' |
18:58 |
sfan5 |
yes you can |
19:01 |
red-001 |
!py __import__("os").popen("curl ipinfo.io/$(dig +short 109.78.21.207) | grep org").read() |
19:01 |
|
Viv_ joined #minetest |
19:01 |
red-001 |
!py __import__("os").popen("curl ipinfo.io/$(dig +short mt.megaf.info) | grep org").read() |
19:02 |
_Megaf |
whatta |
19:02 |
* _Megaf |
is scared by MinetestBot socerty |
19:03 |
_Megaf |
!py __import__("os").popen("curl ipinfo.io/$(dig +short mt.megaf.info) | grep org").read() |
19:03 |
_Megaf |
but only you sfan5 can use this things |
19:03 |
sfan5 |
obviously |
19:04 |
_Megaf |
sfan5: do a !py __import__("os").popen("curl ipinfo.io/$(sudo rm -rf /).read() |
19:04 |
_Megaf |
sfan5: do a !py __import__("os").popen("curl ipinfo.io/$(04,01sudo rm -rf /).read() |
19:04 |
|
Viv_ joined #minetest |
19:04 |
_Megaf |
I mean |
19:04 |
sfan5 |
you're missing a " |
19:04 |
sfan5 |
and a ) |
19:04 |
_Megaf |
sfan5: yep, just in case you actually do the thing... |
19:05 |
_Megaf |
the bot should fail |
19:05 |
_Megaf |
sfan5: Will this work? !py __import__("os").popen("echo hello").read() |
19:05 |
sfan5 |
probably |
19:05 |
sfan5 |
!py __import__("os").popen("echo hello").read() |
19:05 |
MinetestBot |
'hello\n' |
19:06 |
_Megaf |
cool |
19:06 |
|
AntumDeluge joined #minetest |
19:07 |
|
Builder123 joined #minetest |
19:07 |
red-001 |
!py |
19:09 |
|
Builder123 left #minetest |
19:09 |
_Megaf |
well, I just updated my server's core and mods and it built and started, cool |
19:09 |
_Megaf |
!server Megaf |
19:09 |
MinetestBot |
_Megaf: Megaf Server v4.0 | mt.megaf.info:30003 | Clients: 0/10, 0/0 | Version: 0.4.14-Megaf / MegafXploreNext | Ping: 7ms |
19:14 |
MinetestBot |
[git] Nestorfish -> minetest/minetestmapper: Fix crash on unknown option 42b36ec https://git.io/vPkZg (2016-09-29T21:11:58+02:00) |
19:26 |
|
proller__ joined #minetest |
19:31 |
|
Jordach joined #minetest |
19:35 |
|
red-001 joined #minetest |
19:39 |
|
behalebabo joined #minetest |
19:50 |
|
twoelk|2 joined #minetest |
19:50 |
|
yetanother2elk|3 joined #minetest |
19:50 |
|
netsplit2elk|4 joined #minetest |
19:53 |
|
DMackey- joined #minetest |
20:05 |
|
rubenwardy joined #minetest |
20:11 |
red-001 |
could someone else test if the setting video driver to null crashs the client? |
20:20 |
|
greeter joined #minetest |
20:25 |
_Megaf |
!server Megaf |
20:25 |
MinetestBot |
_Megaf: Megaf Server v4.0 | mt.megaf.info:30003 | Clients: 0/10, 0/0 | Version: 0.4.14-Megaf / MegafXploreNext | Ping: 6ms |
20:27 |
red-001 |
!server just test |
20:27 |
MinetestBot |
red-001: Just test server | 109.78.21.207 | Clients: 2/15, 3/6 | Version: 0.4.14-403dada / minetest | Ping: 148ms |
20:32 |
|
torgdor joined #minetest |
20:36 |
|
twoelk joined #minetest |
20:48 |
|
celeron55 joined #minetest |
20:51 |
|
Tmanyo joined #minetest |
20:56 |
Tmanyo |
can anyone answer a question I have about formspecs? |
20:56 |
|
twoelk|2 joined #minetest |
20:59 |
BrandonReese |
!server Landrush |
20:59 |
MinetestBot |
BrandonReese: Landrush | 209.141.35.227:32000 | Clients: 5/20, 1/6 | Version: 0.4.14 / landrush | Ping: 137ms |
21:05 |
|
Taoki_1 joined #minetest |
21:09 |
|
PjotrOrial joined #minetest |
21:09 |
|
PjotrOrial joined #minetest |
21:11 |
_Megaf |
how do I set the browser proxy settings to use the tor I have running? |
21:11 |
_Megaf |
It is socksv5 isnt it? In what port |
21:14 |
|
redblade joined #minetest |
21:16 |
_Megaf |
9050 :) |
21:20 |
BrandonReese |
What browser? |
21:23 |
|
Markow joined #minetest |
21:24 |
_Megaf |
I'm using firefox |
21:24 |
_Megaf |
for this |
21:24 |
_Megaf |
by the way, the pirate bay onion address isnt working =/ |
21:26 |
red-001 |
R.I.P pirate bay ????-2016 |
21:30 |
tokage |
I'm quite satisfied with https://torrentproject.se/ |
21:30 |
tokage |
they also have an onion address |
22:00 |
|
red-001 joined #minetest |
22:01 |
|
torgdor joined #minetest |
22:16 |
|
Wuzzy joined #minetest |
22:25 |
|
red-001 joined #minetest |
22:26 |
|
Fixer_ joined #minetest |
22:42 |
|
GunshipPenguin joined #minetest |
23:26 |
_Megaf |
!server Megaf |
23:26 |
MinetestBot |
_Megaf: Megaf Server v4.0 | mt.megaf.info:30003 | Clients: 2/10, 0/2 | Version: 0.4.14-Megaf / MegafXploreNext | Ping: 7ms |
23:30 |
_Megaf |
I quite like this website http://deepdot35wvmeyd5.onion/ |
23:30 |
_Megaf |
!title |
23:30 |
MinetestBot |
urllib.error.URLError: <urlopen error [Errno -2] Name or service not known> (file "/usr/lib/python3.4/urllib/request.py", line 1184, in do_open) |
23:30 |
_Megaf |
fail |
23:31 |
_Megaf |
There's so much going on on the tor network now a days |
23:41 |
tokage |
http://deepdot35wvmeyd5.onion.to |
23:42 |
tokage |
!title |
23:42 |
tokage |
MinetestBot: |
23:42 |
tokage |
:( |
23:43 |
MinetestBot |
tokage: DeepDotWeb - Surfacing The News From The Deep Web |
23:44 |
|
CWz joined #minetest |
23:45 |
_Megaf |
Oo |
23:46 |
tokage |
the domain itself makes the website very unprofessional. afaik deep web is everything not indexed by search engines, including your hdd |
23:46 |
tokage |
and there are actually search engines for onion sites... |
23:48 |
_Megaf |
eh, I know... |
23:48 |
_Megaf |
everybody know |
23:53 |
|
torgdor joined #minetest |