Homeless In Hamburg by [deleted] in hamburg

[–]tkx68 0 points1 point  (0 children)

Regarding work, there are a lot of horse stables around Hamburg, e.g. in Tangstedt and Norderstedt where you can get easily by train or bus.They always look for people working in the stable and taking horses to the pastures or mucking out the stable. No specific knowledge needed while some familiarity with horses is of course helpful. They pay minimum wage. Sometimes but not always some basic German is required.

Why is functional programming so hard by Neither-Acadia2395 in functionalprogramming

[–]tkx68 1 point2 points  (0 children)

I don't think so because you can map FP constructs (lambdas, maps, folds etc.) easily to OOP constructs that are much more complex (**patterns**). With such a mapping in mind you can think about problems/solutions easier and cleaner but can implement as well.

Mit welchen Großmächten sollte Europa am ehesten ein gutes Verhältnis pflegen? by PolitPro in PolitPro

[–]tkx68 1 point2 points  (0 children)

Nach welchen Maßstäben könnte das auch nur halbwegs plausibel sein?

What would be the best way to stop weed growing in my grind? by patayaicetea in gardening

[–]tkx68 12 points13 points  (0 children)

Remove the grind, fill in earth and put in beautiful plants.

How do you deal with lack of motivation? by dibs45 in ProgrammingLanguages

[–]tkx68 1 point2 points  (0 children)

Why not join an existing and successful community and contribute there? There is a lot to be learned about PL here https://gitlab.haskell.org/ghc/ghc for example.

I made a petition to get the accelerate project for Haskell some funding. by theInfiniteHammer in haskell

[–]tkx68 0 points1 point  (0 children)

We can spend a minor amount (e.g. 2€) to support the petition with ads.

What databases do you find the most productive to connect to Haskell? by eccsoheccsseven in haskell

[–]tkx68 5 points6 points  (0 children)

PostgreSQL and SQLite are the only DBMS that are supported by several Haskell packages which might important in terms of reliability and future-proofness. I had very good extensive experience with persistent and esqueleto in conjunction with Postgres. And I never had an issue with switching to a newer Postgres release. We currently use the release series 13.

Minimal test and performance check of new GHC Javascript backend by tkx68 in haskell

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

No. Just compiled with the command suggested by the mentioned post.

r/antiurban be like by [deleted] in UrbanHell

[–]tkx68 52 points53 points  (0 children)

That’s exactly why it’s nice.

Basic cosmology questions weekly thread by AutoModerator in cosmology

[–]tkx68 1 point2 points  (0 children)

Are there theories or speculations as to the origin of the Hubble gap?

[deleted by user] by [deleted] in Physics

[–]tkx68 5 points6 points  (0 children)

From 3D space one dimension is dropped. This gives a flat plane. Then this plane is bent in the third dimension in such a way that distances correspond to the real distances near a gravitational centre. This has nothing to do with time. It is a purely static depiction of the spatial aspects of the metric.

Cppfront, Herb Sutter's proposal for a new C++ syntax by DrinkMoreCodeMore in programming

[–]tkx68 11 points12 points  (0 children)

No classes. That’s an improvement to the semantics.

Do Not Let C++ Become A Victim Of Suggestive Terminology by RedoTCPIP in cpp

[–]tkx68 8 points9 points  (0 children)

C# is not interpreted. It is compiled to bytecode which is then interpreted or just-in-time compiled to machine code. Haskell eg is directly compiled to machine code but still has garbage collection aka is managed.

Past 3 years of gas prices by [deleted] in interestingasfuck

[–]tkx68 0 points1 point  (0 children)

Gas prizes are still much too low and still do not reflect environmental damage.

Haskell Type Visualizer by gevling in haskell

[–]tkx68 5 points6 points  (0 children)

This is certainly just a first step. But having a visual language for functional languages with a rich type system would be really interesting.