sueden.social ist einer von vielen unabhängigen Mastodon-Servern, mit dem du dich im Fediverse beteiligen kannst.
Eine Community für alle, die sich dem Süden hingezogen fühlen. Wir können alles außer Hochdeutsch.

Serverstatistik:

1,8 Tsd.
aktive Profile

#scala

6 Beiträge5 Beteiligte0 Beiträge heute

Version 0.18.0 of the Smederee, your frugal darcs hosting forge has just been released. 🎉 🎆

Major things happened in repository health checks and we started to streamline the permission checks using a proper permission model instead of hacky "who owns what" in the code. 😉
So the Smederee will provide proper RBAC in the future. 😃

As usual have fun and check it out:

smeder.ee/~jan0sch/smederee

smeder.ee~jan0sch/smederee
#Smederee#Darcs#Selfhosting
Fortgeführter Thread

PolyFilmLabs packet arrived this morning. The #Scala reversal film has come out! I'll try to get a photo tomorrow. Disappointed they cut them in 4s rather than 6s, but luckily I have some sleeves for that.

The #KodakTriX I devved today is a bit weird. No frame numbers and only about one "Kodak TX400" on the whole roll. I also got 38 & a bit frames. I suspect re-rolled film. Got it in a bulk purchase from a forum member, but it came in a proper yellow cardboard box, exp 2019. Images OK AFAICS.

#Scala has been the #1 FP language for some time. But this particular screenshot from plrank.com doesn't say the quiet part out loud — in these rankings Scala is no longer in the top 20 languages, a list that contains Dart, Ruby, Lua and VBA.

And sorry for being that guy saying it, but being #1 in the list of unpopular languages that few people use isn't great. I really hope this ranking is flawed, or that Scala gains some ground because it's a great language.

"traverse_:" failing to work on #scala 3 whitespaced syntax and forcing me to use "traverseVoid:" just because, has to be one of those ridiculous things that made spend a little too much time asking wtf 😮‍💨

Oooh, email this morning from PolyFilmLabs telling me my #Scala 50 reversal film has shipped on its way back to me! That's exciting.

I've 2 more B&W rolls to dev, and my #Trichrome roll to re-scan, so could be busy!

Re-scanning the Trichrome roll because I thought setting the scanner exposure for all three parts (RGB) would help. Given the different filter densities, it didn't. And next roll I need to find more interesting compositions, not just moving light!

Today I wanted to write some code in #Scala. What could be simpler, yeah? Well, a lot of things could be, but I chose this. So, yeah, there's an old project we were working on with friends years ago. A lot of things are gone since then, but I still maintain and host the project, and want to do some work on it. The project is a web app called github.com/codingteam/loglist

Reincarnation of the famous service. Contribute to codingteam/loglist development by creating an account on GitHub.
GitHubGitHub - codingteam/loglist: Reincarnation of the famous serviceReincarnation of the famous service. Contribute to codingteam/loglist development by creating an account on GitHub.

GoLangs nil pointers are a constant form of stress at this point, and the if err is nil loc adds too much noise around proper business logic

I’m due to get stuck in a new language, for grpc and rest api’s, what would you pick?

programmers out here, what code completion tools are you using? are they ml tools? copilots? standards intellisense features of your language? custom models trained on your own codebase?
i realized i need a mental crutch. especially when i'm not in a shape, and the work doesn't wait. still supportive even if it generates half-nonsense. ideally, if it also considers the context of a few opened files, but not necessarily.

on the other hand, i would like sustainable and lightweight solution. so, no huge llms

#codecompletion#java#rust

Clever new #Scala testing mechanism from Haoyi: lihaoyi.com/post/GoldenLiteral

tl;dr -- "Golden Literals" in tests will check whether the actual result matches the expected *and* propose a code change to the test iff the answer is "yes this changed, and the new value is now correct".

Nicely pragmatic (as is typical of Haoyi): I don't use uTest much, but I could see using it a bit just to leverage this.

www.lihaoyi.comGolden Literal Testing in uTest 0.9.0

Let's go! 🚀🚀🎉

«We really cannot stress enough how impressed we are with Scala Center and Virtus' work on this front. Scala Native 0.5 is quite the triumph, and Cats Effect 3.7 is the proof. Going forward, you should essentially expect rough parity between scheduling functionality on JVM and LLVM, with JavaScript now being the unusual one (due to its single-threaded nature).»

github.com/typelevel/cats-effe

i'm completely lost in scala building tools. what is sbt server, and what is bloop server? can they coexist? can you compile code through `sbt compile` and see the result in your IDE connected to bloop using metals? if not, what's the way?

#scala#sbt#bloop