- Edited
packrat To be fair we had tried doing a 'community lounge' topic a couple of times previously but never quite took off before. Probably because the community was still too small and inactive back then.
packrat To be fair we had tried doing a 'community lounge' topic a couple of times previously but never quite took off before. Probably because the community was still too small and inactive back then.
Megalomaniak it's like actual conversations with actual people, the best ones happen by accident.
PC parts prices are coming down. Have prepared a list for a low consumption PC with a 5600G in the core and a standard 60Hz full-hd monitor.
My current one (5800X, PCIE4, RX6700XT, 1440p) actually needs a whopping 80W in desktop configuration and with nothing to do. With a fast memory profile and something to calculate it goes up to 500W, and the graphics card becomes loud.
I have a similar machine I use as an HTPC. 5600X and RX 6700 XT. It's great for 1080P. Ray tracing even works in a couple games.
packrat it's like actual conversations with actual people, the best ones happen by accident.
It would be funny if the OP ever came back and realized the silly thread they started now has over 4,000 posts.
This could be a reason, why I should (also) use Unity but, what do you guys think?
Hello everyone. Faced with such a problem as the generation of the navigation grid. The problem is that it does not take into account irregularities and stair ascents well. Is there a way to make a navigation grid manually? Thanks
packrat I promise your question here will be drowned by the noise and forgotten.
...here in this topic.
Megalomaniak Thanks for that. I quite literally failed "speech class" in elementary school where they train the socially inept. I'm the first and only one to do that as far as I know and I'm very proud of it.
I'm lonely again. Do you like to give variables fun names or are you a "good programmer"? Personally, nearly every variable is a rock reference of some sort, usually American. Such as a Sprite3D shader that includes a sampler2D for texturing and a sampler2D for alpha, called the_colour and the_shape. Good album.
For my own part, I try to be as good as reasonably possible, and give things names as telling as possible. That is because I am dumb and after looking at stuff after a year so I don't wont to be reminded of that by having to curse the derp who wrote that :-)
Example (C++, but really doesn't matter):
class quadtree {
public:
// TODO Use the heightmap manager.
quadtree( const simple_heightmap *const hm );
virtual ~quadtree();
// Create the tree from settings raster size.
bool create();
void cleanup();
inline const node *get_all_nodes() const { return m_all_nodes; };
inline unsigned int get_node_count() const { return m_node_count; };
void lod_select( lod_selection *selectlion ) const;
private:
unsigned int m_top_node_size{0};
unsigned int m_top_node_count_x{0};
unsigned int m_top_node_count_z{0};
unsigned int m_node_count{0};
node *m_all_nodes{nullptr};
node ***m_top_level_nodes{nullptr};
// TODO this will be handled by the heightmap manager.
const simple_heightmap *const m_heightmap{nullptr};
void debug_output_nodes() const;
};
There is a chapter in the Godot documentation with guidelines and conventions for naming. Though I clenched my fists when it came to mixing snake_ and CamelCase, imo it is really wise to consequently follow some rules.
Makes life so much more worth living :-)
Pixophir Makes sense to me. Fortunately I'm the only one reading my scripts. I'm like a child, I need names that make me laugh while being as intuitive as possible. If I don't, I get distracted and end up doing something else. 5 hours later and I'm baking muffins and can't remember what I was trying to get done that day.
So, my Kindle fire tablet finally died. I think I had it about 5 years but I could be mistaken. Got the new one for 75 dollars on sale. Cheaper than I bought the earlier version. I was sweating it because you have to load about 4 files on it to use google play. At first they kept asking me for my credit card number when I clicked on download, but turns out it was some ad company and the actual download was lower on the page.
fire7side You don't want to know how unorthodox my entire project and workflow is. I work solo for many reasons. One of top 5 being I don't want to wind up guilty for the death of another man as they figure out what's going on. Do you know how expensive manslaughter is? I don't have that kind of money.
I have several workaholic friends, and I want to pass on things I learned for not getting lazy.
a. post it notes all over the walls to remind you what you're trying to get done that day
b. work out several times a day in short but extreme bursts. anaerobic exercise is great if you're trying to be less of a runt too. aerobic could work too but it doesnt get blood flowing as quickly for me, and i wind up burning more calories than i can eat. I get tired.
c. jam all of your work into one room if possible
d. jam all of your living in the same room as well, but seperate it from the work using clever interior decorating
I am on my way out the door to buy a used toaster oven and ingredients for protein cookies and granola so I no longer have to leave work in order to cook 3 or 4 times a day. The coffee man this morning didn't hear me say decaf, you can blame him for the amount of blog posting I'm doing today. That said, I am no longer drinking decaf now that I've felt what the full power of bean can do.
e. never forget to take breaks. this is my break and break time is over
this isn't good living advice, but in the short term it makes up for a ton of lost time.
packrat Post it notes don't work for me because I ignore them. I break things down to the order of importance. If I don't pay the electric, my lights go out and I can't fool around with the computer so I use automatic payment for that. Have so few dishes that you have to wash them to eat your next meal. Pick one house project and try to do anything on it no matter how small every day, or close to every day till it's finished. Then pick the next most important. Cultivate important habits like brushing your teeth at a certain time every day. Eliminate friends that keep calling you a slob and trying to show you how it should be done.
I went to the thrift store, found a toaster oven and tested the thing at the store. Definitely worked. I brought it home, and my brother broke it within 10 minutes thinking LEDs were buttons and it just needed to be pressed harder.
At least that's what I think happened. Toast setting still works but nothing else does, which is a weird reaction to jamming the LED until it makes a funny sound.
Maybe it broke something connected to the low power coils at the bottom. If anyone has advice for poking inside a toaster oven without breaking what's left, I'm listening.
If anyone has advice to make $30 for food last a month, I'm also listening.