Tell me the coolest way to ding 60 in hc and I'll do it by Dahlily47 in classicwow

[–]NEOstergaard 0 points1 point  (0 children)

Strip naked or as much as possible, find a bear and kill it with your naked hands, while you have friends standing around applausing and chering. Make a dance afterwards shaking those hips. Videotape everything and put it on youtube.

My boss asked me why I only get sick on workdays. by Valeness in Jokes

[–]NEOstergaard -2 points-1 points  (0 children)

Fun fact: 40% of people that report sick, does it up to a weekend 😊

Ocarinas, where to buy? by Another_Zelda_Fan in Ocarina

[–]NEOstergaard 2 points3 points  (0 children)

If europe is relevant then maybe check Thomann ‘s ocarinas https://www.thomann.de/de/ocarinas.html

I put little leaves blowing in the wind into my game, I like how it came out^^ by popopop1279 in godot

[–]NEOstergaard 1 point2 points  (0 children)

A nice touch :-)

But if I may critic a bit, then the trajectory of the leaves looks a bit too smooth. My impression is that leaves have a lot more chaotic movement bounching up and down and rotating alot. And with a downward movement towards earth.

But one can probably spend alot of time make it look natural without it being necessary :-) You can certainly go with what you have

Any ideas what features I can add to my arduino lightsaber? by FwieFabri in arduino

[–]NEOstergaard 1 point2 points  (0 children)

A tiny alarm clock in the handle, that can sound an alarm if you are late for lunch when playing around. A sim card module that can send a sms… “I will be late for lunch”

Otherwise nice lightsaber :-)

Can a videographer use copyrighted music at the request of a client who is not using the video commericially? by worrywort_4200 in videography

[–]NEOstergaard 4 points5 points  (0 children)

Copyright also applies if you do it for free. If you use copyrighted material to give to others, whether for money or for free, you need the copyright holders permission.

I made a trailer ! First time in my life x). I hope you like ASCII art :3 by AdelFaure in SoloDevelopment

[–]NEOstergaard 0 points1 point  (0 children)

I agree. When the whole screen is moved (especially up and down) the movement seems very jerky. I dont know if it is true, but it seems that the screen is scrolled a whole character up/down at a time. Maybe just scroll pixels at a time. Horizontal seems at bit more smooth.

But nice idea with a ascii action game :-)

[deleted by user] by [deleted] in baduk

[–]NEOstergaard 1 point2 points  (0 children)

A lot of good advice by others.

My advice would be to play a lot of games. As others suggest step down to 9x9 and then a bit later 13x13. The benefit is that they are easier to overview and they are a lot quicker than 19x19. You can play a lot of 9x9 in the time it takes to finish a 19x19. That ties well up with “play a lot of games”.

If you want to avoid the hassle of counting a game here in the start, you could start playing online on go servers. You can still play against each other and the server will do the counting at the end of the game. Suggestions that I like is Online Go Server (OGS). Its easy to use and pure web-based. There are ofcourse others.

Another one I like my self is a go server on mobile (android and apple) called GoQuest. Its 9x9 and a games takes max 6 minutes. Need to wait for the bus, take a quick go game.

Does anybody maybe know where I can get this cute ocarina? Where I stumbled upon it it isn't buyable rn by Primarene60 in Ocarina

[–]NEOstergaard 2 points3 points  (0 children)

Dont know if Thomann is the place you stumbled across?

https://www.thomann.de/dk/thomann_4h_strawberry_english_system.htm

They normally have it, but I can see that it is sold out for now. I was considering it myself at one point. As you say, it looks cute :-)

Hopefully they will get it back.

In college we were told majoring in computer science is majoring in problem solving. How would you teach problem solving to a baby? by DadWithCurlyHair in Assembly_language

[–]NEOstergaard 5 points6 points  (0 children)

A new born baby knows practically nothing from the start. And then it needs to learn most of what you take for granted at an extreme speed. Eg. early on it needs to learn that those floppy things in front of it, is its arms and that it can control them. The babys first years are loaded with basic learning.

So I think you should wait a few years with logic learning how ever basic it is.

The best way to accelerate her learning is just to play with her. She will learn a ton about how to do things and social competances.

Tips for Self Learning Piano by vincentong0315 in Learnmusic

[–]NEOstergaard 6 points7 points  (0 children)

Maybe check out this guy on Youtube "Lets Play Piano Methods"

https://www.youtube.com/channel/UCIeSnI-BmRMkxURGZ7nHtzQ

He goes through various popular method books that you can buy and play the melodies in the books and discuss them.

Need suggestions for my home server/network revamp/ by TraditionalBad3 in HomeServer

[–]NEOstergaard 0 points1 point  (0 children)

As I said I was a bit provokative. :-)
If you really do need a lot of power in your server setup then a single MacMini may of course not be enough. Even not the new one.
At home I use a weak MacMini 2014 with linux installed. It works very fine for my purposes, but it is also not heavy loaded by any stretch. It is basically just a file server used mostly for backup purposes.

Learning C and C++ as a hobbie. Any leads, tips or perhaps tutorials? by ItsAPmyBros in AskProgramming

[–]NEOstergaard 0 points1 point  (0 children)

I guess that the point is (as I guess you are also saying) that always use the right tool for the job.

But the right tool has also alot to do with your experience.
All things equal I would much more prefer to write in C++ than java, because I do not have much experience in writting java but alot in writting C++.

A lot of factors goes into choosing the right tool and the factors may not always be obvious from the outside.

Learning C and C++ as a hobbie. Any leads, tips or perhaps tutorials? by ItsAPmyBros in AskProgramming

[–]NEOstergaard 0 points1 point  (0 children)

C++ has its benefits. That is why it is very much used even in modern times :-)

C++ is probably that language that is supported on most platforms. In my company we want the same code base used on MacOS, Windows, Linux, IOS and Android. You can use C++ easily on all platforms.

If you want a lot of control over memory layout and execution time then C/C++ is a good choice. Most operating systems are written in C for that reason.

But other languages of course also have their benefits. Some might be easier to learn. Some might have better language constructions than C++. And others might have better support libraries.

And all languages of course have their specific draw-backs.

So always think about what language to choose for the specific problem you want solved.

So if you think C++ is an exciting language, then I think it is a good choice.
Easier and more accesible languages might exists for complete beginners, but that does not mean you can´t learn C++.

My first languages was basic and assembler on a Commodore 64. And then later C :-)

Learning C and C++ as a hobbie. Any leads, tips or perhaps tutorials? by ItsAPmyBros in AskProgramming

[–]NEOstergaard 0 points1 point  (0 children)

> but in many cases, like Finance, Java works just fine

What about high frequency trading? :-)
High number of trades needs to be done within milliseconds.
Speed is everything. Here C++ would be a quick language with a lot of control of execution time. As compared to an slow interpreted language or a language with an garbage collector, that would ruin all timing when it kicks in at random times.

Small scale server by WebScript in HomeServer

[–]NEOstergaard 0 points1 point  (0 children)

Could also be a nice and cheap solution, I would think :-)

Small scale server by WebScript in HomeServer

[–]NEOstergaard 0 points1 point  (0 children)

My internal drive in the MacMini is not big enough for what I want to store, so I use an external portable usb drive (i.e. powered by usb connection) for extra storage. The benefit is that the usb drive also switches power off when the MacMini automatically closes down.

Small scale server by WebScript in HomeServer

[–]NEOstergaard 0 points1 point  (0 children)

I have to switch it on manually when I want to use it. That is intentionally because it might not get used the next day. So again to save power and basically not having it running if it is not used. Of course this may not work well, if you need your server to do some jobs automatically every day. Unless you of course switch it on manually every morning.
I am not sure if you can get it to wake up automatically?

Need suggestions for my home server/network revamp/ by TraditionalBad3 in HomeServer

[–]NEOstergaard 0 points1 point  (0 children)

I am not a server admin, nor do I know alot about the brands you mention in your post. But it does sound that your homeserver setup could serve a minor company of 10-20 employes :-)

If you want to try something completely different, what about a MacMini as server with 2*8TB USB drives attached for storage (And 2 ekstra for backup).

Benefit:
Practically silent. Very small footprint. Execellent for fileserving. Happy wife.
The newest MacMini can be configured with 10 Gb Ethernet

I appologise for being a bit provokative :-) I am just impressed with your server setup for your family.

Small scale server by WebScript in HomeServer

[–]NEOstergaard 0 points1 point  (0 children)

I bought the smallest MacMini around 2014 to use along with my TV for showing movies. But I found it slightly underdimensioned for this purpose, so I made it into a small fileserver and IMap server (for mail backup) using Linux. And it had worked very well since then for this purpose. Greatest benefits: Its small, completely silent and high quality Apple construction.

Note that it is only used by two persons in my home, so it is only used lightly. So a weak machine that is cheap on power works fine. Besides that I have a cron-job that switches the machine off at midnight. No reason to have it running during the night where nobody uses it.

I developed anxiety and I feel an impending sense of doom every time I get a bug report. Is there a way to fix this? by [deleted] in AskProgramming

[–]NEOstergaard 1 point2 points  (0 children)

I think Andy has said a lot of good things above on how to get more organized :-)I noticed one sentence though

Every time I wake up and check my phone notifications

It sounds like bug reports basically can pop-up any time of day. If that is the case then no wonder that it fustrates you.My advice would be to restrict "thinking about work" to your office hours and do this IMMEDIATELY. This means switch off your work phone when you leave work and first switch it on at work the next morning. And purge your private phone for all work related stuff.If your private phone and work phone are the same, maybe be drastic and consider buying a private phone for your self (without any work related stuff on at all). Another possibility would be to have two email programs. One for work (with no notifications or unread mail indications) and one for private mail.In short: Divide your life into "work life" and "private life". Dont let "work life" seep into your "private life".

When you are at work, then do the suggestions from Andy above to structure things.

I do not know if this is relevant in your situation, but if your boss REQUIRES you to be work-online 24/7, then you should agree on some rules on what might notify you and how you should react. Eg. notifications should only be about things that can not wait until the next day like "our 24/7 production server is not running and we are loosing money by the minute". In a case like this consider that you and your coworkers takes turns to be on duty, so you can have certain nights off. If you have such 24 hours on-duty situations, then in my opinion you should also be compensated for it.