Posts: 95
Threads: 11
Joined: Nov 2014
Thanks: 7
Given 8 thank(s) in 7 post(s)
(01-30-2015, 08:55 AM)xoft Wrote: So I had a dinner with my Ice Queen of a wife. We haven't seen each other for a month, I've been living in a hostel in the meantime. I thought, maybe, after a month, she has found out that there are still some feelings for me left inside her, that we might actually work towards some kind of a get-back-together - I know I did, I miss her terribly. Well, I've been wrong. She still sees all of it as mostly my fault, and although I've apologized like a hundred times and already proved several times that I can improve, she made practically no effort at even identifying the problems with herself that caused all this in the first place. It turned out into an "I told you to pack your things and go, you did but you didn't pack all of your things, I want you to get out of my life completely. But then, I don't want you to hate me, I still want to be friends". WTF?
So I guess tomorrow I'll start looking for a house to buy.
So very sorry. I wish I had some words of wisdom, but I think it is best to move on and be independent. Maybe things will change in the future, but it doesn't seem like it right now.
Get a place to call your own. Heal.
Posts: 1,162
Threads: 68
Joined: Mar 2013
Thanks: 245
Given 125 thank(s) in 100 post(s)
(01-30-2015, 08:55 AM)xoft Wrote: But then, I don't want you to hate me, I still want to be friends". WTF? Yes, a big WTF.
Better try to independize for a while. Maybe this means she still "feels something for you". Try getting out of her life and taking her out of yours and see what happens, maybe she recovers interest in you.
Good luck, and keep going
Posts: 783
Threads: 12
Joined: Jan 2014
Thanks: 2
Given 73 thank(s) in 61 post(s)
02-01-2015, 01:24 AM
(This post was last modified: 02-01-2015, 01:25 AM by worktycho.)
Just discovered something weird in Noise.cpp. Clang is compiling the fast_floor function back into a simple float->int cast on machines that support SSE. It appears that the optimization is not an optimization on machines with SSE.
Posts: 783
Threads: 12
Joined: Jan 2014
Thanks: 2
Given 73 thank(s) in 61 post(s)
@ xoft Is there any evidence that the repeated value detection in CalcFloorFrac improves performance? It seems an unnecessary complication, and doesn't have much work compared to how much it could mess up the prefetcher.
Posts: 1,162
Threads: 68
Joined: Mar 2013
Thanks: 245
Given 125 thank(s) in 100 post(s)
02-01-2015, 03:27 AM
(This post was last modified: 02-01-2015, 04:39 AM by tonibm19.)
I've just tried Super Smash Bros for Wii U.
It's THE F****** GAME. (Even more addictive than minecraft).
Now I need a Wii U...
Posts: 6,485
Threads: 176
Joined: Jan 2012
Thanks: 131
Given 1074 thank(s) in 852 post(s)
@ worktycho: what do you mean exactly? All the caching and precalculating has been benchmarked and has had quite a tremendous performance boost on the noise generation; true that the benchmarks were run only on MSVC2008 code at that time, gcc and MSVC2013 might be able to produce faster code nowadays. But I seriously doubt it.
Posts: 4,628
Threads: 115
Joined: Dec 2011
Thanks: 693
Given 494 thank(s) in 423 post(s)
02-01-2015, 04:25 AM
(This post was last modified: 02-01-2015, 04:25 AM by NiLSPACE.)
Keep the swearing to the minimum please Minecraft is also played by allot of kids.
Posts: 783
Threads: 12
Joined: Jan 2014
Thanks: 2
Given 73 thank(s) in 61 post(s)
That's exactly what I was wondering about. It predates my joining the project and the move to GitHub, so I couldn't find out the reasons about why it was done.
Posts: 4,628
Threads: 115
Joined: Dec 2011
Thanks: 693
Given 494 thank(s) in 423 post(s)
Starting tomorrow we have to go to school from 8:30 to 17:15 for 3 weeks. In that time we have to work on a PHP website and some kind of C# project. For some reason they want us to use techniques that we haven't had in class like databases and classes. We did get a book that explains how databases work which is extremely usefull I'm actualy considering rewriting Login to finaly use sqlite3 after I finish my database class in PHP(almost done).
Posts: 1,450
Threads: 53
Joined: Feb 2011
Thanks: 15
Given 120 thank(s) in 91 post(s)
Make a plugin repository site in PHP
|