home.social

Search

144 results for “aurimas”

  1. It looks like I'll be presenting at KotlinConf 2026! I'm excited about this opportunity!

    #kotlinconf

  2. It looks like I'll be presenting at KotlinConf 2026! I'm excited about this opportunity!

    #kotlinconf

  3. It looks like I'll be presenting at KotlinConf 2026! I'm excited about this opportunity!

    #kotlinconf

  4. It looks like I'll be presenting at KotlinConf 2026! I'm excited about this opportunity!

    #kotlinconf

  5. Slack folks gave an interesting talk about their Gradle to Bazel for their Android builds journey and why the effort ultimately got cancelled.

    youtu.be/cSYeCx--teA?si=zXw4MU

    #gradle #bazel #android

  6. You shared that androidx libraries are constantly in alphas and we listened. In the past two years while adding a ton of new libraries we actually increased the percentage of libraries that are complete or actively developed.

    The combo of these two groups went from 64% to 76%.

    The goal is to have 0 "experimental abandoned" and 0 "unknown" in 2026.

    #androidx #androiddev

  7. You shared that androidx libraries are constantly in alphas and we listened. In the past two years while adding a ton of new libraries we actually increased the percentage of libraries that are complete or actively developed.

    The combo of these two groups went from 64% to 76%.

    The goal is to have 0 "experimental abandoned" and 0 "unknown" in 2026.

    #androidx #androiddev

  8. You shared that androidx libraries are constantly in alphas and we listened. In the past two years while adding a ton of new libraries we actually increased the percentage of libraries that are complete or actively developed.

    The combo of these two groups went from 64% to 76%.

    The goal is to have 0 "experimental abandoned" and 0 "unknown" in 2026.

    #androidx #androiddev

  9. You shared that androidx libraries are constantly in alphas and we listened. In the past two years while adding a ton of new libraries we actually increased the percentage of libraries that are complete or actively developed.

    The combo of these two groups went from 64% to 76%.

    The goal is to have 0 "experimental abandoned" and 0 "unknown" in 2026.

    #androidx #androiddev

  10. You shared that androidx libraries are constantly in alphas and we listened. In the past two years while adding a ton of new libraries we actually increased the percentage of libraries that are complete or actively developed.

    The combo of these two groups went from 64% to 76%.

    The goal is to have 0 "experimental abandoned" and 0 "unknown" in 2026.

    #androidx #androiddev

  11. Probably my favorite talk at Droidcon London 2026 was @stevepenna on rebuilding Pebble app, this time with Compose and KMP.

    The part that I really liked was the contrasting of the Android development and library ecosystem 11 years ago and today.

    It was also nice to see AndroidX appreciation.

    youtu.be/UOQMDkCsCSw?si=8-fcEC

    #android #androiddev #kmp

  12. Objective-C has _Nullable and _Nonnull specifiers. It has no null, it has nil instead.

    Learned from the best? (Java with NullPointerException in a language that has no pointers)

    #programming #objective_c #Java

  13. And the first working day of the week seems to be closed by finding Apple bug that leads to a crash.
    For those interested: UITextField with any view as inputAccessoryView and keyboard type set to number pad. Tap once to get keyboard bubble, tap outside for bubble to close, tap input field again to get a full keyboard.
    Do this on iPad with floating keyboard and it crashes.

    #programming #objective_c #IOSDev

  14. CGRectEqualToRect is deprecated. Apple tells to use operator ==.

    Using operator == gives compilation error: Invalid operands to binary expression ('const CGRect' and 'const CGRect')

    When working with Apple tech, every day is Monday.

    #programming #objective_c

  15. If you think of replacing Gmail with somethink else, let me tell you what helped me.
    Switch to using it via email client via IMAP. Including on phone. Make IMAP support a requirement for your next provider. There will be a transition, during which you check both emails conveniently usin the dame client.
    Bonus: if you end up not liking new provider, move to next one, open standards ti your service.

    #OpenStandards #noGoogle

  16. My relationship with math: fedora 42 wallpaper has a tree with "6 x 9 = 42" on it; my mind drifted to verifying if that's correct.

    #math #geek #fedora42

  17. Pink soup fest in Vilnius. Cold beetroot soup is traditional summer dish in Lithuania. If you come here, you have to try. It looks disgusting, but it very tasty, really.
    It's called "šaltibarščiai" in Lithuanian.

    #lithuania #pinksoup

  18. On the edge of thinking that #includes in C/C++, usings in C#, imports in Java and similar things in other languages should not compile if they are not ordered alphabetically.
    Standard library may stuff may be at the top, directories in #includes is another matter, but dammit, is it that damn hard to order things?

    #programming #rant #Cpp #CSharp #Java

  19. On the edge of thinking that #includes in C/C++, usings in C#, imports in Java and similar things in other languages should not compile if they are not ordered alphabetically.
    Standard library may stuff may be at the top, directories in #includes is another matter, but dammit, is it that damn hard to order things?

    #programming #rant #Cpp #CSharp #Java

  20. On the edge of thinking that #includes in C/C++, usings in C#, imports in Java and similar things in other languages should not compile if they are not ordered alphabetically.
    Standard library may stuff may be at the top, directories in #includes is another matter, but dammit, is it that damn hard to order things?

    #programming #rant #Cpp #CSharp #Java

  21. On the edge of thinking that #includes in C/C++, usings in C#, imports in Java and similar things in other languages should not compile if they are not ordered alphabetically.
    Standard library may stuff may be at the top, directories in #includes is another matter, but dammit, is it that damn hard to order things?

    #programming #rant #Cpp #CSharp #Java

  22. On the edge of thinking that #includes in C/C++, usings in C#, imports in Java and similar things in other languages should not compile if they are not ordered alphabetically.
    Standard library may stuff may be at the top, directories in #includes is another matter, but dammit, is it that damn hard to order things?

    #programming #rant #Cpp #CSharp #Java

  23. Monday is perfect day for complaints to be ignored, so here's another one, for NUnit:

    Invalid signature for SetUp or TearDown method: CollectTrampolines

    Thank you very much for doing all those checks and NOT telling me which one of them failed.

    #programming #dotNET #CSharp #NUnit

  24. I have one annoying problem with people bashing C/C++ with regard to NULL pointer.
    NULL pointer is *C* problem.
    C++ has references since forever. Here the problem is programmers not using them. If a *C++* function takes a pointer as a parameter and does not allow it to be nullptr, it's a bug - it should take a reference instead.
    std::optional is still newish, so give some slack to pointers still.

    #programming #Cpp #null #NullPointer

  25. Wow, half a day and #Bing still does not work.
    If I were Google CEO, I'd be worried about an outage caused by excessive use of champagne.

    What's even stranger is that DuckDuckGo is out too, along with couple others.
    Yahoo works, if you need alternative to G.

    #bing_not_working #bing_search_down