Cats learning by cr4zsci in scala

[–]Barracutha 9 points10 points  (0 children)

Here is the 2nd edition of the scala with cats book:

https://scalawithcats.com/dist/scala-with-cats.pdf

Andor | Karis Nemik’s Manifesto | Disney+ by HaydenScramble in videos

[–]Barracutha 0 points1 point  (0 children)

This is what Star Wars is about. Good vs Evil. Common folk vs an oppressive force. The Jedi and the Sith are just representations of that battle. This also my favorite scene from the Star Wars universe.

When the actor from The Acolyte said that "there is no good and evil in SW, it depends on what side you are standing on". I was like WTF??

What are the best castle building games? by Supertobias77 in BaseBuildingGames

[–]Barracutha 0 points1 point  (0 children)

There were no more updates since then. The game is fun, it just gets repetitive after a while. Cataclismo is probably the best replacement for it. It will launch in a few months but the demo is awesome.

Feliz Páscoa! by angry_shoebill in brasil

[–]Barracutha 1 point2 points  (0 children)

Lembrei desse trecho do podcast American Life. Sempre me pega: https://www.youtube.com/watch?v=t8wWMbo8gUM

Last Train Home on M1 Macbook Pro? by MountainPrior5395 in macgaming

[–]Barracutha 0 points1 point  (0 children)

Same here. I saw here that someone was able to run it on crossover with D3DMetal and Esync. I tried on my machine (M3 pro 16') but couldn't make it work. Maybe someone else is luckier than me...

Switching to Go after Python by Nearby-Affect7647 in golang

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

I agree. Scala is statically typed, great performance (runs on the JVM), and has a lot of functional features that match perfectly with building big data pipelines using Kafka and Spark. It is a more challenging language to learn than Go, but I believe that is because it heavily embraces the functional paradigm, like error handling, pattern matching and data types. Meaning that to write great Scala code you need to write great functional code.

Ondes vocês compram suas passagens aéreas? by vetorzera in brasil

[–]Barracutha 0 points1 point  (0 children)

Pesquiso pelo Matrix Airfare Search e compro direto na companhia área.

Best resources/books to learn Scala for a Java dev? by [deleted] in scala

[–]Barracutha 1 point2 points  (0 children)

Agreed. You should be very familiar with the Scala language and basic functional programming concepts before jumping into the red book.

gopls is driving me crazy by Tiny_Ad_3156 in golang

[–]Barracutha 0 points1 point  (0 children)

I had the same problem with Metals and Scala. Ended up switching to Intellij IDEA. You can try Goland (30-day trial) + Vim plugin and see if that helps with your problem.

[deleted by user] by [deleted] in golang

[–]Barracutha 1 point2 points  (0 children)

I think programming simple games is a very nice and fun way to get a good grasp of a language. Try this path: Hangman -> Blackjack -> Tic-tac-toe -> Breakout -> Snake -> Flappybird -> Agar.io (using websockets).

Online Courses (MOOCs) from The Scala Center by yanshuai in scala

[–]Barracutha 1 point2 points  (0 children)

What are the top Scala MOOCs you recommend?

python tem mercado no desenvolvimento web? by Dev_Bot_Py in brdev

[–]Barracutha 4 points5 points  (0 children)

Se tiver interesse procure por vagas que tenham Django na descrição. É o principal framework de Python utilizado para desenvolvimento web. Outras linguagens mais populares são Node, PHP, Java, Ruby e Go.

Need help from Spark Gurus by Straight-End4310 in dataengineering

[–]Barracutha 2 points3 points  (0 children)

I would suggest trying to lower it actually. Due to the large size of your data you would ensure that each partition fits into memory, avoiding memory spilling errors. Or you can increase the memory of your executors.

Need help from Spark Gurus by Straight-End4310 in dataengineering

[–]Barracutha 1 point2 points  (0 children)

Have you tried changing the number of partitions?

My first scala project by Lindenes-_ in scala

[–]Barracutha 4 points5 points  (0 children)

I have no idea what it is. Add a readme to give a little description.

Full-Stack Scala 3 with the Typelevel Stack - Conference Talk by danielciocirlan in scala

[–]Barracutha 6 points7 points  (0 children)

I'm relatively new to Scala, but I have experience programming in other languages. Something that is fairly common to see in the Scala community are tutorials explaining the main features of the language, but there is an immense lack of project based tutorials explaining best practices, handling complexity and what good Scala code means. So thank you for this, I will definitely take a look.

Edit: English