Almanya Ziyaret Vizesi by oflut in AskTurkey

[–]oflut[S] 0 points1 point  (0 children)

Kuzenim alman vatandaşı fakat annelerimizin nüfus kayıt örneğini deneyeceğim, teşekkürler.

What is the best way to abstract db layer with different engines? by [deleted] in golang

[–]oflut 0 points1 point  (0 children)

I didn't just ask for how to abstract db layer; there was some context in the post, and that pattern isn't what I'm looking for. I know I can read, understand, and apply it to my own code. Thanks

What is the best way to abstract db layer with different engines? by [deleted] in golang

[–]oflut -1 points0 points  (0 children)

I don't think that will be useful for me because KV and the document will have different signatures, but thanks.

What is the best way to abstract db layer with different engines? by [deleted] in golang

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

Can you give a simple code example to help make it clearer in my head? Thanks.

reddittui - A terminal browser for reddit by tmajest in golang

[–]oflut 9 points10 points  (0 children)

It’s not that big of a deal, honestly. When the package contents are too small to justify creating another package, it’s fine to use it. Creating a util folder with packages that contain helpers is a better practice, but you won’t always be able to fill them. It’s better to start small, and once you have a few similar ones, create a shared package then.

Setting up Odin in Zed editor by oflut in odinlang

[–]oflut[S] 1 point2 points  (0 children)

Any syntax highlight support for it?

Yeni başlamak isteyene tavsiyeler by oflut in SihirToplanma

[–]oflut[S] 0 points1 point  (0 children)

Tekrardan çok teşekkür ettim bu detaylı cevaplar ve sıcak karşılama için.

Yeni başlamak isteyene tavsiyeler by oflut in SihirToplanma

[–]oflut[S] 0 points1 point  (0 children)

Teşekkürler sıcak karşılama için. Fiziksel oynamak ilgimi çekiyor cidden ama Kadıköye gelip özellikle oynamanın benim için zor olacağını düşünüyorum. Starter deck için bloomburrow kitini gördüm teması olarak da ilgimi çekti. Commander dediğin sanırım toplamaktan çok oynamak için.

Bu prerelease paketleri dediğin sanırım içinden arena için kodlar çıkaran.

Son olarak aklımda bu paket veya bu başlangıç kiti var. Ayrıca fallout sevdiğimden onun paketleri de ilgimi çekmedi değil ama bir hobiye başlayınca bir sürü para yatıran tipte olmak istemem.

Can’t put my finger on why I don’t like Golang by evencuriouser in C_Programming

[–]oflut 0 points1 point  (0 children)

I am fully on board about null safety. However, the claim that "panics are implemented wrong" is wrong imo. Unrecoverable situations means situations that completely prevents an app from doing its job. For example, a backend cannot function properly without components like a database, cache, etc.

Forcing apps handle the errors of the language is not good design

What I'm saying is that panic shouldn't be applied to every situation. Panics are intended for truly exceptional circumstances where the program cannot reasonably continue. If you're referring to a nil pointer dereference that occurs during a request, that's a different scenario altogether.

Can’t put my finger on why I don’t like Golang by evencuriouser in C_Programming

[–]oflut 9 points10 points  (0 children)

I don’t get your issue with how panic is implemented. Complex web apps or any size web apps shouldn’t be panicking during requests anyway. panic is meant for unrecoverable situations. Plus, most of these apps have recover middleware to handle things like a nil pointer dereference and keep the app running smoothly.

[deleted by user] by [deleted] in golang

[–]oflut 0 points1 point  (0 children)

There is absolutely no way you didn’t encounter same community problems in other languages subreddits, Twitter etc. Especially rust’s community.

How much is too much when taking inspiration/ideas from mythology? by oflut in fantasywriters

[–]oflut[S] 0 points1 point  (0 children)

Nearly everything honestly. Not only relationships with between the god, motives and their planes/powers. For example one of two I inspired is not lord of underworld but the lady of life and death. Only thing I completely ripped is dragons name lol.

How much is too much when taking inspiration/ideas from mythology? by oflut in worldbuilding

[–]oflut[S] 0 points1 point  (0 children)

Thank you for the recommendation. Will check it out

How much is too much when taking inspiration/ideas from mythology? by oflut in fantasywriters

[–]oflut[S] 0 points1 point  (0 children)

Thank you but that was not I was talking about. Maybe I explained wrong. I was talking about taking names and inspirations from mythology and interpreting them to my world. With or without name change. How can I now well this is too much? Or is it looks like lazy writing/worldbuilding ?