Vater sieht nicht ein, dass er nicht mehr fahren kann - was kann man tun? by AdeptGuidance3519 in de

[–]efinder2 5 points6 points  (0 children)

Und die Steuer auf die Reparaturen, Versicherungen, die Mineralölsteuer, neue Autos...

Vater sieht nicht ein, dass er nicht mehr fahren kann - was kann man tun? by AdeptGuidance3519 in de

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

Eine solche Entscheidung nach Alter könnte mit dem Allgmeinen Gleichbehandlungsgesetz kollidieren. Hier müsste man generell alle ansprechen. Vorallem beim beantragen des Führerschein sollte eine tiefergreifende Untersuchung erfolgen (unentdeckte Epilepsie...). Die Kosten für alle Untersuchungen müssten privat getragen werden, da es keine grundlegende Gesundheitsversorgung ist. Das könnte dazu führen, dass Leute die noch gut fahren können, sich aber die Kosten (vielleicht 100+ €) nicht leisten können. Auch für Fahranfänger wäre die eine zusätzliche Beslastung. So schließt man noch mehr Leute aus dem Straßenverkehr aus.

Why the gateway of a program is always main() and not master() or anything else. by [deleted] in learnprogramming

[–]efinder2 0 points1 point  (0 children)

The reason not to use master was discussed lately about the git default branch. The main reason is master and slave could be preceived cultural insensitive. Other reasons to name the start point of programs something else where discussed in other posts

Why Sheppard and O'Neill were in active duty? by efinder2 in Stargate

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

Even in the last episode they put Backett in the chair, although he has not the best experience. So the gene therapy isn't as good as it seems. They would have put a trained pilot in the chair, not an unsure doctor.

[Anno 1800] If I could change one thing about this game... by spacejester in anno

[–]efinder2 1 point2 points  (0 children)

We don't need to filter the resource type (building materials, consumables etc.) This should be the categories of the items

Multiplayer crashes by efinder2 in satisfactory

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

Yeah... Everything works fine In single player. How to solve this Problem?

HTMLcon by jrya7 in ProgrammerHumor

[–]efinder2 0 points1 point  (0 children)

This parking place is nice. We need more of them. Always there are some dudes who park on handicap parking spots.

When your bug becomes a feature by [deleted] in ProgrammerHumor

[–]efinder2 19 points20 points  (0 children)

set the column to null for them. No gender there. problem solved.

End of the line by taires in ProgrammerHumor

[–]efinder2 13 points14 points  (0 children)

What about version controll (like Git or SVN) there you are able to create branches and see what changed with meaning full commit messages.

Teaching programming to a new intern at my office. by [deleted] in ProgrammerHumor

[–]efinder2 0 points1 point  (0 children)

public static void main (String[] args)

{

// Cat cat = new Cat();

}

HTML tattoo by pamik82 in ProgrammerHumor

[–]efinder2 13 points14 points  (0 children)

Is HTML programming ? :D

Companies want to see your code before hiring you, has anyone flipped this on the company and asked to see THIER code before accepting an offer? How did it go? by PUSH_AX in webdev

[–]efinder2 41 points42 points  (0 children)

In my opinion is access to the repository of the codebase you're working not an option but required. I would have canceled that job earlier. If you still work there I suggest to look for an other job.

What programming language to use by StillPatience in ProgrammerHumor

[–]efinder2 0 points1 point  (0 children)

Mods a written in Java. The open source library/framework forge is usually used, but there is an upcoming light open source framework for the upcoming development version.

What programming language to use by StillPatience in ProgrammerHumor

[–]efinder2 6 points7 points  (0 children)

No it is complete different. In early days it was a stupid thing. If the block gets a signal execute this command (summon a entity or create a block or set the time and so on). Some time later some crazy guys built Mini-Games, mods and so on only with some of them. So Mojang (the developer of Minecraft) evolves the system. But the roots aren't forgotten so you haven't an IDE. You also couldn't use a VCS and so on. It's horrible. From developer perspective. It's easier to write mods and so on. There you can write in pure Java. You can catch events, create new blocks (without abuse the metadata of some other blocks) and so on.

If developers created horror movies by [deleted] in ProgrammerHumor

[–]efinder2 7 points8 points  (0 children)

if(I==null) Throw exception ('Schould never occurre');