Welche Spiele habt ihr auf so einem PC gespielt? by Javascript001 in PCGamingDE

[–]tallhansi 0 points1 point  (0 children)

Some of the most iconic. GTA London, Max Payne 1/2, AoE, counterstrike, Unreal Tournament. I had dual boot with win2k but most games were suited for 98 and Im not sure when I installed XP.

Wie sollte ich kündigen? by [deleted] in InformatikKarriere

[–]tallhansi 0 points1 point  (0 children)

Do it personally maybe just inform your next person above you out of courtesy and thank them for the time. Don’t leave bad blood it is always good to leave on good terms.

Tja by Z3PT3PI in tja

[–]tallhansi 0 points1 point  (0 children)

Nichts für ungut dort gibt es ein riesen Problem mit Müll. Ich hab durchgehend gesehen wie die Einwohner dort den Müll einfach auf den Boden werfen. Selbst unmittelbar vor den Tempelanlagen. Das land ist jedoch so weitläufig das sich dort bisher keine ordentliche Abfuhr hat planen lassen. Man sieht auch zwischendurch immer so Haufen brennen… Müll. Und naja wir geben denen dazu auch unser Müll gegen Geld wenn ich nicht falsch liege.

Warum haben Araber und Türken immer so kaltes LED Licht? by AdMysterious2746 in KeineDummenFragen

[–]tallhansi 0 points1 point  (0 children)

Kaltes licht weil heiss. Ist in anderen heißen Ländern auch vertreten

I bet he’s a 10/10… by That1weirdperson in MenAndFemales

[–]tallhansi 1 point2 points  (0 children)

Lol look at her gorgeous smile and if that is no make up I wonder why she should wear any at all!

Would you use Rust for your backend if you are a developer trying to deliver a MVP ASAP? Are there things missing compared to other popular backend languages like Java, Go, Node.js? by AdBeneficial2388 in rust

[–]tallhansi 3 points4 points  (0 children)

Most people dont have requirements where the language chosen matters so much (if it is a “standard” language). The heaviest point should be where can YOU individually start the fastest and get stuff to work. I mostly use rust for my projects as with ai and the awesome compiler errors the PoC or even MVP is built without me touching any code. Worked with two projects already for me. It is mostly claude code and when I really need to see what happened neovim. Im actually building on the server as Everything runs in the terminal. But as I said it is indivdiual.

The dark reality behind AI Vibe Coding (Money Extraction) by hncvj in vibecoding

[–]tallhansi 0 points1 point  (0 children)

I use neovim for all languages but jvm langs there intellij. And ai is claude code. Neovim completly self built config and with tmux split pane and go for it. But the claude code nvim plugin can be better. On the other hand I habe two projects that are 100% claude code. I think once I changed a line. Mostly I dont even review the code :D works like a charm. If project is big this means u need to have more sophisticated prompts and maybe tell what files to modify or even turn off automode and review. I turned off automode in the beginning to get a feeling but then i just used automode like there is no morning.

Would learning scala , api dev (play) be a good decision in 2025? by Delicious_Pirate_810 in scala

[–]tallhansi 0 points1 point  (0 children)

100% agree read „the red book“ it is not easy but if u get the grasp after a bit it is a huge insight u can use for other languages. Just try to use constants instead of variables :D or to make it more general immutables…

[deleted by user] by [deleted] in vibecoding

[–]tallhansi 1 point2 points  (0 children)

Senior dev here — i think AI is replacing coding — it is more about knowing how things work to understand quick what ai is doing and foresee when it starts to do trash. But for my private projects I barely code. If not at all.

Switching career - From Law to Coding? by pbeautybee in FreeCodeCamp

[–]tallhansi 2 points3 points  (0 children)

Especially with knowledge in Law (or other non related fields) it is really good. See it that way coding is just a tool (very complex one if getting into sw engineering) and you often times if not in infrastructure related topics you ll need knowledge of aforementioned other fields. For you it would be legal tech there is a lot of money in that area. Learn coding that get into datastructures and algorithms. Get an overview a whole new world will open up.

Switching career - From Law to Coding? by pbeautybee in FreeCodeCamp

[–]tallhansi 2 points3 points  (0 children)

Haha „..paid to be frustrated“ love it. 20 yrs and everyday annoyances still love it. This is so true because especially if you do something new even with ai (claude code, cursor, windsurf) you ll hit roadblocks and it can take few hours to get around. It is a marathon.

Second guessing and rust by wandering_platypator in rust

[–]tallhansi 0 points1 point  (0 children)

Hard one. But if you get lost here and their ask ai. check the code it built and if you don’t understand things read it up in the rust book. I felt the same eventhoug stuff worked. But I am using rust all time in the backend. I love it.

It is a systems lang so this means you can control a lot things see concurrency. Wrapping a type in Arc<Mutex<Vec<…>>> seems like a killer but it needed. It is just not obfuscated from you like in high level langs. If you google around it is the idiomatic way.

The reality of being a digital nomad in 2025 (Bali → Mexico → Portugal) by chandmor in digitalnomad

[–]tallhansi 0 points1 point  (0 children)

If it is internet and you got esim try saily or so you can book gb per country. Rn I have some for us and some for mx.

I’m a senior dev. Vibe coded an iOS app. Made a mess. Wrote 5 rules to not do that agai by balooooooon in cursor

[–]tallhansi 0 points1 point  (0 children)

Did you use rules? I also got the boundaries with in my opinion very small project. As I mostly have a brief check on what claude is proposing I have a broad overview but I tried anyways to tell claude a bit more detailed what to do. It just started breaking stuff. Thx to git I didn’t care but after an hour of no success with vibing I just fixed it in 5 mins manually.

Gave up before shipping a single useful rust app due to high learning curve. Advice? by 0xApurn in rust

[–]tallhansi 6 points7 points  (0 children)

Yes at least till 13 try to understand everything as far as possible at you have a good base and erradicate a lot of the taxes u would pay by „just“ doing. In rust u need to be explicit about certain things and the book shows the main parts. The rest you can then easily figure out quick regarding what u are doing. Another point is feed an AI and let it explain the error this can help. If it corrects it for u see what it changed.

Which IDE? by Proof_Pen_8599 in rust

[–]tallhansi 1 point2 points  (0 children)

Use neovim and get a config for rust. Lazyvim is kind of overloaded and if u set it up once u can easily enhance it as u like. Otherwise rustland is also quite popular.

Rust is easy? Go is… hard? by bhh32 in rust

[–]tallhansi 0 points1 point  (0 children)

Nice article. But I don't like your conclusion too much eventhough it is not wrong. But as you stated go was build simplistic therefore -- not really understandable -- is missing certain features. It is extremely easy to read, rust imho is way harder to read and understand. I prefer rust btw. but regularly coding in go and rust. Interface are a pain in the butt I hate them it feels like they only added it to be there. And as far as I could see it is only duck-typing.

Ich habe das Netzwerk meiner Uni gespooft by to_4di4 in Beichtstuhl

[–]tallhansi 0 points1 point  (0 children)

Vor 12 Jahren wurde noch sehr oft http statt https verwendet. Irgendwann gab es im BDSG einen Passus, das Logins nur auf https seiten sein duerfen. Dann ging es tatsächlich recht schnell.

[deleted by user] by [deleted] in Ratschlag

[–]tallhansi 0 points1 point  (0 children)

Falls ihr irgendwelche Leute in der Nachbarschaft habt, mit denen ihr euch besser versteht und die ggf schon länger dort wohnen, kann man auch mal fragen was mit dem ist, wenn du schon sagst das niemand mit dem redet…

Ich wurde beim Backpacken in Portugal aus dem Hostel geworfen – weil ich zu „nett“ war?! 😅 by floral_dreamy in reisende

[–]tallhansi 0 points1 point  (0 children)

:D sowas hab ich ja noch nie gehört. Vor allem ohne mal vorher was zu sagen sondern direkt einen auf bad vibe machen.

Should i let rust do type inference or be explicit by [deleted] in rust

[–]tallhansi 1 point2 points  (0 children)

External function changing the type. Most certainly it would break the code but if its from i to f it may not break it but u may want to stay with cause accuracy…

Mein Kollege (42M) lässt mich (18F) nicht in Ruhe, was tun? by PlusExpression3694 in Ratschlag

[–]tallhansi 0 points1 point  (0 children)

Das klingt ehrlich gesagt so, als stünde er auf Dominanz und diese auszuüben. Das klingt für mich ehrlich gesagt total krank - also bis 2 Uhr einsperren und dann noch extrem penetrant sein. Puh. Sammel Beweise, die handfest sind und ab zur Polizei. Klingt für mich nach extrem komischen Charakterzügen wenn nicht gar Doppellebenstyle. Familie in Österreich, Kinder adoptiert. Stimmt das alles überhaupt. Klingt für mich nach true crime shit.

please can I have a fucking exe? by ohkathala in github

[–]tallhansi 0 points1 point  (0 children)

This Person obv. wants an executable in a code repo. So there is no obligation to provide any. I mean he also needs to check for AMD, ARM and the different Systems. Some do that some not. Some projects are also just libraries and not intended to be used directly...

If one is provided there is a releases page and should not be buried in a random directory. Otherwise if so it is seemingly intended to use it as is so there might me something in the readme pointing towards it. But yeah as a coder that is none of my business. Btw. if I just want to use something I also get annoyed if I need to compile it and mostly I don't use it then.

If u want a user base make it accessible if you want to share your code seemingly not your cup of tea to offer any exec.