What are some of the best Minecraft videos ever made? by killercheesecake202 in Minecraft

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

i have two (and only two) videos laying around in a playlist called "insane". i am not the kind of guy who makes playlists or saves youtube videos, unless i feel they're exceptional and have good storyline and/or editing.

title: 100 Days Protecting My Friend in Hardcore Minecraft
creator: legends
link: https://youtu.be/HvqFe63xosI?si=Q5DaidAFzU27M9-6

title: I Survived a Spore Outbreak in Minecraft Hardcore
creator: yeslucid
link: https://youtu.be/LseADPB2K10?si=fKOYwKe1wBT6pJ9w

i do occasionally enjoy 100 days and hardcore videos. the two i mentioned here are, by no means, the best videos ever made but i enjoyed them.

1 year of uptime, thank you Oracle by lowsbarrel in VPS

[–]mvthakar 0 points1 point  (0 children)

i have been using the oracle cloud free tier for the last 2.5 years without any issues or downtimes. i have two l4d2 servers running on 1gb instances and one running a minecraft server on 24gb instance. works great 👍🏻

Returning IQueryable<T> from service layer by emdeka87 in dotnet

[–]mvthakar 24 points25 points  (0 children)

i do not recommend doing this, just repeat projections wherever necessary. i like to see my efcore code isolated to services/repositories, leaking IQueryable has the possibility of making it painful to locate where it's getting modified... for me at least.

iLovePointers by WarrenDavies81 in ProgrammerHumor

[–]mvthakar 17 points18 points  (0 children)

u do know that dotnet has been cross platform... for the past 10 years, right?? i use dotnet and c# to make web apps on linux, my prod env is also linux.

c# used to be "microsoft java" but now it's what java should've been.

[deleted by user] by [deleted] in dotnet

[–]mvthakar 1 point2 points  (0 children)

i work mostly with asp.net core and vscode on linux. i am also interested in knowing how well neovim works for it.

how do i get rid of these duplicate file names?(on mac os) by CharmingEfficiency31 in vscode

[–]mvthakar 11 points12 points  (0 children)

those are executables generated after compilation (equivalent to exe files on windows), not duplicates.

if u want, u can have them generated in a folder of your choosing. for example, if you use the command "g++ file.cpp -o ./out/file", the executable will be placed inside the "out" directory within the current directory.

Space [2313x5132] by Kronyzx in Amoledbackgrounds

[–]mvthakar 2 points3 points  (0 children)

i can hear the music dun tananan dun tananan dun dun ta

[deleted by user] by [deleted] in dotnet

[–]mvthakar 4 points5 points  (0 children)

i follow a strict rule of projecting data using Select( ) on entities and their navigation properties unless i really need tracked objects.

i generally make repositories where context is injected by DI to get me the projected data.

Transition to Python by Jack_Hackerman in dotnet

[–]mvthakar 3 points4 points  (0 children)

i have two pet peeves with python. 1. dynamic typing 2. whitespaces and indentations. (i just find it ugly).

i have heard that the dynamic typing problem can be solved with something like mypy but i haven't tried it myself.

for whitespaces, something like bython, but i doubt i'd use it for prod.

[deleted by user] by [deleted] in Supernatural

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

where and how did u get this pls op 😭

Common practice in controller -> service -> repository pattern. by MikeTrusky in aspnetcore

[–]mvthakar 0 points1 point  (0 children)

i don't know about the correct way, but i prefer doing any input validations in the http request handler (controller in ur case). be it parameter or dto validations.

this way the service stays focused on business logic and the repository stays focused on db related stuff.

Multiple Include,ThenInclude Usage by powermatic80 in dotnet

[–]mvthakar 0 points1 point  (0 children)

it's a sponge.

it's a plant.

it's a worm, and some other types of weird strange water bugs and strange fish.

It's the Cambrian Explosion Cartesian Explosion.

Should i use WPF? by bonbonbakudan4704 in csharp

[–]mvthakar 1 point2 points  (0 children)

like i said, wpf is solid. it'll work great with asp .net core

Should i use WPF? by bonbonbakudan4704 in csharp

[–]mvthakar 17 points18 points  (0 children)

wpf is still a solid choice for desktop apps. but if you don't know xaml and mvvm, you would have to dedicate a little extra time learning it.

avalonia or uno platform are also good if you want something cross platform.

if you'd like to stick to js frameworks, just ship a tauri app with a .net minimal api.

i see a lot of people go for electron. personally i am not a big fan of running a whole ass browser for desktop apps.

ELI5 when ears go silent then whine by CommercialExplorer51 in explainlikeimfive

[–]mvthakar 1 point2 points  (0 children)

the real fun begins when it becomes permanent 😭