HackerTrans
TopNewTrendsCommentsPastAskShowJobs

SomeDaysBe

no profile record

Submissions

Ask HN: How to get over my constant fear of inadequacy

11 points·by SomeDaysBe·hace 3 años·12 comments

Ask HN: How to switch software engineering domains

49 points·by SomeDaysBe·hace 3 años·42 comments

comments

SomeDaysBe
·hace 2 años·discuss
If she was using it to check 24 + 7, then yes.
SomeDaysBe
·hace 2 años·discuss
[flagged]
SomeDaysBe
·hace 2 años·discuss
> Muslims in europe had white people (and black people too) as slaves, way, way, way before europeans started trading slaves

Rome? Greece? What are you even talking about?

> FWIW slavery is still ongoing, today, in some muslim countries

Also in the USA [1] and EU [2].

Spare us the "europeans are peaceful / muslims evil" angle please.

[1] https://www.walkfree.org/global-slavery-index/country-studie... [2] https://www.europarl.europa.eu/doceo/document/E-9-2023-00130...
SomeDaysBe
·hace 3 años·discuss
Do you know how one can get a job as a graphics developer if they know most of these? I do Graphics programming as a hobby, and I learned a lot of what you mentioned here. But since I don't have any job experience, I never really get any interviews.
SomeDaysBe
·hace 3 años·discuss
Streams can tend to be more readable and easier to write for the right problem set. This is because it is super easy to compose basic functions together which are then invoked by the Stream API. It also makes it really easy to parallelize operations.
SomeDaysBe
·hace 3 años·discuss
Wow never heard of space filling curves. Yet another rabit hole to go into.
SomeDaysBe
·hace 3 años·discuss
I was able to get it working, I think:

axiom: a

rules:

a = +b|-a|a-|b+

b = -a|+b|b+|a-

initial angle: 90

angle change: 90

scale: 1

simulation depth: 4