sj, to radiohead
@sj@sfba.social avatar

(0/54) Ever think, “Radiohead’s ‘Creep’ is such a fantastic song. I should find and listen to many, many different versions of it!”?

No? Well … a few weeks ago, I did just that. I started a project of sorts which involved spending hours finding all manner of covers of Creep by Radiohead, so you don't have to!

Go ahead and listen to all of them, and let me know what you think of them…

#Creep #Radiohead #covers #CoverSongs #variety

sj,
@sj@sfba.social avatar

(10/54) This choral version by Scala & Kolacny Brothers is iconic, and it would be a crime to omit it from this list: https://youtu.be/Yt6-gBGCJ-4

#Scala #KolacnyBrothers #Creep #Radiohead #cover

hrefna, to random
@hrefna@hachyderm.io avatar

I always find learning a new language interesting because it is virtually never the syntax or the reasoning that trips me up, even with fairly obscure languages or paradigms.

Instead it is the environment. How do I build it? How do I manage dependencies? Where are the tools to let me do <whatever>? Which JSON library do I use? Which AMQP library? Is there one?

Questions like that make up the bulk of my time and the bulk of my challenge.

rfmejia,

@hrefna I had a similar experience with a long time ago. Getting started with the language was straightforward, while the practical things like dependencies, builds, and tools were very confusing and an overall disjointed experience.

Thankfully the state of beginner-friendly content and tooling has improved since, but it could be a lot better.

hrefna,
@hrefna@hachyderm.io avatar

Like when learning it was nothing about scala specifically that caused me heartburn, it was and the weird version syntax for libraries. It was figuring out how to get SBT to do anything other than trivial jar construction so that I could reference resources. It was learning how to work with the scala collections framework and how to do IO. It was learning which tools to use, which libraries were common, and what was in a library and what wasn't.

cpamoa, to random
@cpamoa@piaille.fr avatar

J'ai découvert le hashtag #pouetradio je vais donc l'utiliser en association avec mon hashtag personnel #incpamoasears pour récapituler ce que j'ai posté jusqu'ici :)

Je continuerai dorénavant sous ce pouet pour en faire un fil :)

#DevinTownsend https://piaille.fr/@cpamoa/109303163227330140

#Genesis https://piaille.fr/@cpamoa/109304294679753589

#Nightwish https://piaille.fr/@cpamoa/109304477244037281

#Meute https://piaille.fr/@cpamoa/109310071990213955

#Michael Winslow (beat boxer de Police Academy) https://piaille.fr/@cpamoa/109324804473241154

cpamoa,
@cpamoa@piaille.fr avatar

Quand fait une chanson, qui est ensuite reprise et adaptée joliment par une chorale féminine, version qui est au final reprise par Rammstein dans leurs concerts, c'est ce qui s'est passé avec Engel :)

Ecoutez-moi ça, vous m'en direz des nouvelles :)

& - Engel (Rammstein)

https://www.youtube.com/watch?v=DMLlwYZt9uE

la version originale : https://www.youtube.com/watch?v=eSaa3vC_n2k

La version reprise en concert par Rammstein :
https://www.youtube.com/watch?v=yDWK-k64JAI

nurkiewicz, (edited ) to programming
@nurkiewicz@fosstodon.org avatar

: the most drama and controversies
: hold my b̶e̶e̶r̶ compiler! https://www.youtube.com/watch?v=QEnuzwCWpgQ

rodhilton, to programming
@rodhilton@mastodon.social avatar

I think it's fair to say that between the Scala 3 rollout and the lightbend licensing fiasco with Akka, is effectively dead.

Everyone I know with a Scala codebase in a professional setting is either

  1. actively transitioning away from Scala because they need to move away from akka streams

  2. maintaining existing projects but are doing no new projects in Scala

  3. trying to stick with Scala 2 until they no longer can

I don't know of anyone actively doing new dev in Scala.

interfluidity, to programming

it's fun that with union types you get an intersection of methods while with intersection types you get a union of methods.

#scala #scala3

carltonupp, to programming

I need a new language and really want to move further into but the language landscape in general kind of sucks.

I love but it’s lack of mainstream adoption makes me extremely hesistant to putting any more energy into it.

is a bit of a disaster right now with the holy war that is monadic vs “direct style”

has a lot of promise and hype behind it but systems programming isn’t really my thing.

nobody really talks about anymore

Where do I go?

nescala, to programming

Welcome to the home of the NE Scala conference!

This annual gathering is three one-day conferences, back to back:

  • The #Typelevel Summit, curated by the TL community
  • NE #Scala proper, voted on by attendees
  • The Unconference, a free-form day of whatever folks want to talk about

The conference traditionally rotates between Boston, Philadelphia, and New York City, in the northeastern US.

Watch this space for news and announcements!

interfluidity, to programming
interfluidity, to programming

i've seen so much #scala pessimism this week.

but it remains such a beautiful, fun language. i really enjoy #scala3 it's true there are some real tooling hassles (please give me a good emacs mode). you lose time. but you can express things so cleanly and concisely.

there are tensions between what "industry" wants and an impulse to experiment. a lot of us were drawn to scala because it challenges us, keeps us learning. it never wanted to be #golang. i don't think it should try now.

voidcontext, to programming

I just moved over from another server (https://fosstodon.org/@voidcontext), so it seems it is time.

I am a software engineer since 2006, currently at work I use , the Typelevel stack and functional programming, but in the past I also did Perl, PHP, JS and some Java, TypeScript, React recently.

Nowadays I really enjoy using in my pet projects.

Within tech I am also interested in , , .

softinio, to programming

One of my favorite features of is

???

such a simple thing yet so useful 🎉 :scala:

dhinojosa, to programming
@dhinojosa@mastodon.social avatar

You know. I could sure use a statically typed functional meal.

SQLAllFather, to python
@SQLAllFather@techhub.social avatar

Hey Fediverse - does anyone know how to work in Python (PySpark) or Scala with files that do not have a file extension?

I am working with a large number of tab-delimited text files that are produced by a 3rd party and which do not have any file extension.

For example, a file that would logically be called "customerdata.tsv" is instead called simply "customerdata".

In my notebook this works, but only if I manually rename the source file:

df = spark.read.csv("customerdata.tsv", sep=r'\t')

This does not work:

df = spark.read.csv("customerdata", sep=r'\t')

I'm hoping to avoid needing to rename all of the ~200 source files to get this to work. My public searching has not produced anything useful - can anyone here point me in the right direction?

Thanks in advance!

!

jducoeur, to programming
@jducoeur@social.coop avatar

Hi! I'm a lifelong programmer with a passion for #Scala and good engineering, which has led me in the direction of #FP. As of relatively recently, I'm on the #Typelevel Steering Committee.

I also do #SCA, #LARP, #fandom, #comics, and lots of other geekeries. I live in greater #Boston.

I'm all over the Web, usually as @jducoeur; feel free to connect to me elsenet.

#introduction

bitzero, to programming

Darn. One company I work for asked our “agile” team to use one of their preferred languages for a development.

Options: C, Crystal (experimental stuff, I don’t know why) or Scala. All are beyond the comfort zone of the team as a whole, but individually we all put our feet in those waters. But just for curiosity or fun.

We have plenty of time and the project is good businesswise. So we want to get it.

Fedi, any advice on what we should choose?

#c

  • All
  • Subscribed
  • Moderated
  • Favorites
  • megavids
  • thenastyranch
  • rosin
  • GTA5RPClips
  • osvaldo12
  • love
  • Youngstown
  • slotface
  • khanakhh
  • everett
  • kavyap
  • mdbf
  • DreamBathrooms
  • ngwrru68w68
  • provamag3
  • magazineikmin
  • InstantRegret
  • normalnudes
  • tacticalgear
  • cubers
  • ethstaker
  • modclub
  • cisconetworking
  • Durango
  • anitta
  • Leos
  • tester
  • JUstTest
  • All magazines