syntaxseed, to programming
@syntaxseed@phpc.social avatar

As I explore adding more #programming tools to my skills I've been researching what's popular & in demand.

Recently I set up build tools & created Hello World programs (most with a little GUI) in:

Need to add a gui to the Kotlin one & then try it out with Compose & Android dev tools.

Interesting to see such a direct comparison to the getting started path for these & compare syntax & build process.

beausimensen, to php
@beausimensen@phpc.social avatar

I’m on the market for a staff/principal role. I have a passion for , Developer Experience, community, mentoring, , and interacting with business and domain experts.

Comfort zone:

Excited about:

Would love professional exposure to:

Visit beausimensen.com to contact or DM me.

phiofx, to rust

For several years it seemed like deficiencies of older ecosystems will usher new takes: fixing , fixing , fixing , fixing etc.

But it no longer feels so. Maybe it was a case of "you have to move fast to fix things" and as incumbents raise their game the window of opportunity closes. The vast investment in established stacks incentivises patching the most egregious weaknesses.

One exception seems , which found a network niche

Jdreben, (edited ) to django
@Jdreben@mastodon.world avatar

I’m looking for work! If you’re hiring and I seem like a fit, please reach out.

I have ~7 years of experience as a full stack software developer, and was founding engineer / CTO of Zoba.com.

I graduated from #Harvard in 2017, have been working on early stage startups since 2014. I studied CS, concentrating on data science and ML.

I’m strong in #Django, RoR, #Node, #TypeScript, #Python, #Svelte and #Tailwind. I’ve dabbled in #Spring, #Kotlin, #Vue and #React.

#GetFediHired

caoilte, to programming

#Scala gets stick for being past the hype peak and yet there are already TWO fantastic speakers lined up for the next London Meetup in January. That and the New Year inspired me to look for upcoming #Kotlin and #Java talks but I couldn't find anything planned or much in the recent past. I didn't realise how fortunate I was. The London #Scala community is blessed with very interesting speakers and amazing volunteers (most particularly Zainab in this case). https://www.meetup.com/london-scala/events/294866415/

koje71, to Kotlin German
@koje71@darmstadt.social avatar

Neue Ideen: Das Spiel soll einen Level Editor bekommen, bei dem jeder seine eigenen Levels bauen kann. Per QR Code kann dann das selbst erstellte Level an Freunde und Bekannte weitergegeben werden. Sogar ganz ohne Internet. Da die Level nicht sonderlich kompliziert sind, passen alle Daten in den QR Code selber rein.

#Kotlin #AndroidDev #IndieGameDev #AnimalPuzzle

Ein unfertiges Spiel in einer Android Entwicklungsumgebung.

hamoid, to genart
@hamoid@genart.social avatar

Many people use Kotlin to create serious stuff, but it's also a great language for creative coding 🕹️ 🎨 📐 .

The https://guide.openrndr.org is a great place to start.

Or the 30 videos 📺 @mimetik and I posted so far:
https://www.youtube.com/
https://tubedu.org/c/in_conversations_collections/videos

3 years in and it's still one of the most enjoyable languages I've used.

hth, to Kotlin

I'll be honest, after years of using #Kotlin working with #Dart and #Flutter in the year 2023 feels reminiscent of how it was using Java 7 for Android development more than a decade ago.

androidweekly, to androiddev German
@androidweekly@androiddev.social avatar

Latest Android Weekly Issue 601 is out!
https://androidweekly.net/issues/issue-601 #AndroidDev #Kotlin

androidweekly, to androiddev German
@androidweekly@androiddev.social avatar

Latest Android Weekly Issue 600 is out!
https://androidweekly.net/issues/issue-600

leanpub, to android
@leanpub@mastodon.social avatar

Advanced Kotlin by Marcin Moskała is on sale on Leanpub! Its suggested price is $29.99; get it for $15.99 with this coupon: https://leanpub.com/sh/5aDeMgju #Android #Kotlin #Java

hamatti, (edited ) to rust
@hamatti@mastodon.world avatar
marcus, to Kotlin
@marcus@bearologics.social avatar

Hey all you (and ) experts. Is there a a makro I can use to raise a compile-time warning which is then shown in / ?

sdeleuze, to Kotlin French
@sdeleuze@mastodon.online avatar

#Kotlin for #WebAssembly goes alpha, that's a huge milestone! Kotlin/Wasm targeting WASI and Component model has the potential to be bigger than Kotlin/JVM for server and edge workloads in a few years. https://blog.jetbrains.com/kotlin/2023/12/kotlin-for-webassembly-goes-alpha/

loke, to Kotlin
@loke@functional.cafe avatar

My Kotlin Native project started giving me link errors after installing Fedora 39.

My Kotlin code links libgmp using cinterop, and when building on Fedora 39 I get this error:

undefined reference to '__isoc23_strtol', version 'GLIBC_2.38'<br></br>

I know that I'm probably one of very few people that uses Kotlin Native for a large project, so the chances of someone actually having stumbled across this issue is probably small, but I'm still mentioning it here in case anyone has any ideas.

#kotlin

beny23, to llm

For day 4 of my exploration of LLMs in Advent of Code, we stick with the phind-codellama model, and see whether we can win at scratch cards.
https://beny23.github.io/posts/advent_of_code_2023_day_4_ai_experiments/ #adventofcode #llm #kotlin

androidweekly, to androiddev German
@androidweekly@androiddev.social avatar

Latest Android Weekly Issue 599 is out!
https://androidweekly.net/issues/issue-599 #AndroidDev #Kotlin

MobileOak, to Kotlin
@MobileOak@fosstodon.org avatar

I think the biggest problem I have with is that there's all these fancy things you can do with it, but most of my day to day work involves hooking up buttons to do network calls and trying to refactor code written six years ago.
It reminds me of a comic where during the interview, the person is asked to write a red black tree, but when they get the job, they're asked to move a button five pixels to the right.

leanpub, to Kotlin
@leanpub@mastodon.social avatar

Atomic Kotlin by Bruce Eckel and Svetlana Isakova is on sale on Leanpub! Its suggested price is $39.00; get it for $12.00 with this coupon: https://leanpub.com/sh/KI2gp0Iy #Kotlin

TobiasRoeser, to Java

Dear #Java / #Scala / #Kotlin developers who target the JVM:

Please stop dropping support for older Java Versions in patch releases!

Thanks!

stadiamaps, to rust

Interested in Rust? Mobile development? Both? 📱🦀🤖

You might enjoy our latest technical blog post about Ferrostar, the open-source navigation SDK we're building with Rust at the core: https://stadiamaps.com/news/ferrostar-building-a-cross-platform-navigation-sdk-in-rust-part-1/.

Rust on mobile is an exciting space, and a LOT has happened in the past few months.
This post focuses on idiomatic (yes, really!) binding generation between a Rust core, Swift, and Kotlin. And of course, we also cover the pitfalls we've encountered so far 😄

#rust #swift #kotlin

foss_android, to foss
@foss_android@mstdn.social avatar

Audile
Music recognition app

Audile is a music recognition application that can help you quickly and accurately identify a music track playing nearby you. This application uses the AudD® service as a Music Recognition API.

Download: https://www.f-droid.org/packages/com.mrsep.musicrecognizer/

jakub_zalas, to Kotlin

In this new blog post we will considered several ways to implement state to be used in decision-making. We're equipped with a varied range of tools suitable for different sizes and maturity of problems, from deriving the state with stream extension functions to employing finite state machines.

https://dev.to/jakub_zalas/deriving-state-from-events-1plj

jendrik, to Kotlin

JetBrains introduces Amper. An experimental project description language for Multiplatform. The underlying system using the notation is still .

Happy to see such developments. The / build system is Gradle's killer application. But in its core it's a powerful framework to create build systems on top of.

The huge feature set of vanilla Gradle is probably it's biggest weakness when used directly by end users. Excited to see where this goes.

https://blog.jetbrains.com/blog/2023/11/09/amper-improving-the-build-tooling-user-experience/

fishyswaz, to Kotlin

JetBrain's Fleet IDE has announced Kotlin Multiplatform tooling! Going to start trying it out. The Swift support looks particularly great. #KMM #Kotlin https://blog.jetbrains.com/kotlin/2023/11/kotlin-multiplatform-tooling-in-fleet/

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