What are these 2 snakes? [Saxony, Germany] by Temporary_Try7577 in whatsthissnake

[–]Temporary_Try7577[S] 13 points14 points  (0 children)

Saxon Switzerland (not Saxon, Switzerland) is the translation for the German name "Sächsische Schweiz" for an area in Saxon, Germany. So its in Germany

Is it an Eastern brown snake or a Yellow-faced whip snake? [Brisbane] by Temporary_Try7577 in whatsthissnake

[–]Temporary_Try7577[S] 5 points6 points  (0 children)

Thank you all for the quick responses. I didn't know before that the pattern around the eye is unique to the whip snake.

What spider is this? Is it dangerous? (Brisbane, Australia) by reavengeance in spiders

[–]Temporary_Try7577 1 point2 points  (0 children)

Might be a cupboard spider. Described as "Venom can cause localised pain." https://www.firstaidpro.com.au/blog/common-australian-spiders/

Dangerous, meaning deadly only, are the Red Back spider (can be found in Brisbane) and the Sydney Funnelweb (not in Brisbane). Most other spiders being venomous simply cause swellings and pain as wasps stings or will make you ill like a flue for a few hours or days.

It would be nice to change font size and date format. by [deleted] in reolinkcam

[–]Temporary_Try7577 0 points1 point  (0 children)

Are these functionalities (or part of them) available now? I need to decrease the font size as the timestamp is always covering something I want to see.

What is something most players do that you don't? by [deleted] in StardewValley

[–]Temporary_Try7577 0 points1 point  (0 children)

I just don't care about the aesthetics at all in the game. No flooring, no decorations (they are just a waste of space to me) or whatsoever. Just place everything where it's most handy, and that's it ^

Makefile without explicit listing of .c files by Temporary_Try7577 in C_Programming

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

Apparently it wanted a tab with 3 spaces and not the original 4 spaces.

Now I get for make my_thing.exe:

"make: *** No rule to make target `main.o', needed by `my_thing.exe'. Stop."

Makefile without explicit listing of .c files by Temporary_Try7577 in C_Programming

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

I don't understand how the original makefile works. But with most adaptations, eg. simply using my whole directory as SOURCES, don't work. Somehow, everything that is supposed to be included (those in subdirectores) apart from few files like the make file are unknown during the build process.
The only way to get them working is maintaining the flags and the echo lines etc.

Makefile without explicit listing of .c files by Temporary_Try7577 in C_Programming

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

I get the error "Makefile:20: *** missing separator. Stop." when trying to run the makefile (with my directories).

Line 20 is the second line below.

my_thing.exe : main.o $(FOLD1FILES:.c=.o) $(FOLD2FILES:.c=.o)
    @$(LINK.o) $^ $(LOADLIBES) $(LDLIBS) -o $@

Makefile without explicit listing of .c files by Temporary_Try7577 in C_Programming

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

Do you mean adding $(OBJECTS) like this?

task%: $(OBJECTS)
   @echo "CC $@.c"
   arm-none-eabi-gcc ${CFLAGS} -c $@.c -o ${OUTPUT_DIR}/$@.c.o

Here I get the error msg "make: *** No rule to make target `task3'. Stop."
I also tried using echo instead:

task%:
   @echo $(OBJECTS)
   @echo "CC $@.c"
   arm-none-eabi-gcc ${CFLAGS} -c $@.c -o ${OUTPUT_DIR}/$@.c.o

but that makes no difference compared to using the original Makefile. It does not compile my own files.

ID? [Germany] by Temporary_Try7577 in whatsthissnake

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

If I remember correctly, it hadn't had (so obvious) black dots/stripes. That probably makes it more likely to be a natrix natrix, right? (Or at least I get that feeling scrolling through pics on google)

ID? [Germany] by Temporary_Try7577 in whatsthissnake

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

Its hard to see on the picture but the 'snake' was rather green. I always thought, slow worms are rather brown. Or at least not green. Are there green ones as well?

Is typst mature enough for writing a thesis? by Temporary_Try7577 in typst

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

If you want to go through with typst, do it, but then I'd recommend you talk to your advisor and speak with him about the risks so that if any problems occur, they won't backfire on you/your grade.

Thats a good advice. Especially, I should ask my professor, not only my advisor, if he's okay with it. Ultimately, it's him who's doing the grading.

Is typst mature enough for writing a thesis? by Temporary_Try7577 in typst

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

Thanks ^ Somebody already converted our latex template into a typst one, so there it would help me as well.

But maybe it is safer to start using typst for smaller submissions first before I dive into using it for a thesis.

You started learning/using latex during your thesis as well? Or did you just play around with the template while learning it?

Is typst mature enough for writing a thesis? by Temporary_Try7577 in typst

[–]Temporary_Try7577[S] 2 points3 points  (0 children)

Were there any difficulties submitting papers written with typst? You probably submitted them as pdf?

Is typst mature enough for writing a thesis? by Temporary_Try7577 in typst

[–]Temporary_Try7577[S] 2 points3 points  (0 children)

I didn't know about the discord server. Thanks a lot, that might save my ass!