Time |
Nick |
Message |
00:17 |
muurkha |
erle: the PDP-11 did it by making a copy of the whole process's memory space, either in RAM or, if necessary, on the swap disk |
00:17 |
muurkha |
Unix on the PDP-7 only had the latter option |
00:19 |
muurkha |
but on a paged machine like the 386 you could do it by just changing the parent's mappings to be copy-on-write, if you simultaneously reserve enough pages to handle those copies should they in fact be needed |
00:19 |
muurkha |
in the swapfile, potentially, rather than in RAM |
00:20 |
muurkha |
you can unreserve them on execve() or _exit() |
00:38 |
|
peterz joined #minetest |
00:42 |
|
peterz joined #minetest |
01:07 |
|
smk joined #minetest |
01:09 |
|
___nick___ joined #minetest |
01:12 |
|
___nick___ joined #minetest |
02:35 |
|
sparky4 joined #minetest |
02:49 |
|
peterz joined #minetest |
02:53 |
|
peterz joined #minetest |
03:27 |
|
Leopold joined #minetest |
03:51 |
|
Lesha_Vel joined #minetest |
03:52 |
|
liceDibrarian joined #minetest |
04:00 |
|
MTDiscord joined #minetest |
04:49 |
|
fluxionary joined #minetest |
04:58 |
|
calcul0n joined #minetest |
05:04 |
|
fling joined #minetest |
05:25 |
|
YuGiOhJCJ joined #minetest |
06:00 |
|
calcul0n_ joined #minetest |
06:31 |
|
YuGiOhJCJ2 joined #minetest |
07:11 |
|
definitelya joined #minetest |
07:34 |
|
s20 joined #minetest |
07:58 |
|
peterz joined #minetest |
08:01 |
|
xBarkDog joined #minetest |
08:15 |
|
dibesfer joined #minetest |
08:19 |
|
jaca122 joined #minetest |
08:22 |
|
Warr10246 joined #minetest |
08:25 |
|
Talkless joined #minetest |
08:29 |
|
vampirefrog joined #minetest |
08:37 |
|
mrkubax10 joined #minetest |
08:46 |
|
Warr1024 joined #minetest |
09:41 |
|
vampirefrog joined #minetest |
09:56 |
|
TomTom joined #minetest |
10:13 |
|
s20 joined #minetest |
10:28 |
|
Leopold joined #minetest |
11:31 |
|
jaca122 joined #minetest |
11:56 |
|
Thelie joined #minetest |
11:59 |
|
YuGiOhJCJ2 joined #minetest |
12:04 |
|
mrkubax10 joined #minetest |
12:07 |
|
YuGiOhJCJ2 joined #minetest |
12:23 |
|
Desour joined #minetest |
12:40 |
|
s20 joined #minetest |
12:47 |
|
Izaya joined #minetest |
12:57 |
|
lemonzest joined #minetest |
13:00 |
|
qqq joined #minetest |
14:02 |
|
mrkubax10 joined #minetest |
14:04 |
|
Desour joined #minetest |
14:50 |
|
srifqi joined #minetest |
14:54 |
|
s20 joined #minetest |
15:11 |
|
proller joined #minetest |
15:34 |
|
fluxionary joined #minetest |
15:58 |
|
fluxionary joined #minetest |
16:06 |
|
jaca122 joined #minetest |
16:08 |
|
mrkubax10 joined #minetest |
16:10 |
|
json joined #minetest |
16:11 |
json |
Hello all! |
16:11 |
json |
good by all! |
16:11 |
srifqi |
hello |
16:11 |
json |
no |
16:13 |
json |
srifqi just so you know, I'm not participating in minetest, but I'm following the development closely |
16:15 |
srifqi |
it's also fine. hope you find it nice here |
16:15 |
json |
thank you! |
16:18 |
|
moongaia joined #minetest |
16:18 |
json |
hello! |
16:22 |
json |
It's a pity that there are no posts on the official blog for these months. |
16:23 |
MTDiscord |
<greenxenith> Ah damn, I was supposed to work on the draft last week. Things got busy though |
16:23 |
|
srifqi1 joined #minetest |
16:23 |
MTDiscord |
<greenxenith> I'll write that up tomorrow |
16:25 |
|
srifqi1 joined #minetest |
16:27 |
erle |
yes i did submit stuff |
16:39 |
|
unbiquadium joined #minetest |
16:42 |
|
unbiquadium joined #minetest |
16:43 |
|
unbiquadium joined #minetest |
16:53 |
|
unbiquadium joined #minetest |
17:16 |
|
vampirefrog joined #minetest |
17:27 |
|
moongaia joined #minetest |
17:33 |
|
Desour joined #minetest |
17:44 |
|
illwieckz joined #minetest |
18:02 |
MTDiscord |
<mistere_123> > getting busy Understandable |
18:03 |
|
mrkubax10 joined #minetest |
18:48 |
|
appguru joined #minetest |
19:07 |
|
Thelie joined #minetest |
19:41 |
erle |
if i want a variable spacing in a for loop in lua, how to achieve? |
19:41 |
MTDiscord |
<luatic> variable spacing? |
19:43 |
erle |
luatic so i have this https://git.minetest.land/erlehmann/tga_encoder/src/commit/4d57ba62bf4e499ecadfbd50916e16484a26f86d/donut.lua |
19:43 |
erle |
luatic set theta-spacing to 0.01 and the point cloud appears solid |
19:43 |
erle |
set phi-spacing to 0.2 and the donut is made out of rings |
19:44 |
erle |
now what if i want a thing where the spacing is variable when going around the center of revolution of the torus |
19:44 |
erle |
or when going around the cross-sectional circle of the torus |
19:44 |
erle |
how to do |
19:44 |
MTDiscord |
<luatic> you want to change the loop step while looping? |
19:44 |
erle |
yes |
19:44 |
erle |
so i can have donut which is solid at one end and not at other |
19:45 |
erle |
i mean it only appears solid obviously |
19:45 |
erle |
it is still a point cloud |
19:45 |
MTDiscord |
<luatic> i suppose you'll be best of with a while loop + a local variable then |
19:45 |
MTDiscord |
<luatic> best off* |
19:45 |
erle |
everything in games is smokes and mirrors (except smoke, which is particle systems … and mirrors, which is another camera) |
19:46 |
erle |
i must confess i made reflections in a level once by flipping it upside down and having transparent texture hehe |
20:31 |
|
isAAAc joined #minetest |
20:32 |
|
isAAAc joined #minetest |
21:13 |
|
proller joined #minetest |
22:34 |
|
panwolfram joined #minetest |
23:27 |
|
Lesha_Vel joined #minetest |