partizan

@partizan@mstdn.social

Python/Django Developer from #Ukraine

I'm interested in #OpenSource, #Linux, #Buddhism and #VideoGames

This profile is from a federated server and may be incomplete. Browse more on the original instance.

dansup, to random
@dansup@mastodon.social avatar

Currently refactoring the @pixelfed (web) user registration onboarding to support “approval mode” and more!

Admins will have the ability to customize the onboarding experience in exciting new ways 😎

partizan,

@dansup @cameron_d_campbell @pixelfed any news on release date of the iOS app?

partizan,

@dansup @cameron_d_campbell @pixelfed No pressure!

I admire how much work are you doing!

fedora, to fedora
@fedora@fosstodon.org avatar
partizan,

@fedora Oh, that's great news! Any plans to do version with AMD CPU?

dansup, to random
@dansup@mastodon.social avatar

Adding in-app registrations to the @pixelfed app is challenging, and not for technical reasons

The decentralized nature means anyone can start an instance, but what happens when the admin decides they want to shut it down, or shut it down without notice?

I think the app should limit in-app sign-ups to trusted instances that won't disappear overnight

A potential compromise could be invite QR codes, or app links

Thoughts?

partizan,

@dansup @pixelfed are you sure you aren't solving a problem before manifests?

Usually, if users select specific instance - they know what they're doing.

What you can do as a developer is maybe show most popular/trusted ones at the start.

partizan, to Ukraine Ukrainian

This is how sleeps every day.

Approximate directions of Shahed drones from the russian terrorist state tonight:

organicmaps, to random
@organicmaps@fosstodon.org avatar

We are looking for better UX ideas on how to tell our new users about OpenStreetMap and teach them to add/edit map data in osm.org instead of complaining to us. Please share your thoughts in this Github issue: https://github.com/organicmaps/organicmaps/issues/5686

partizan,

@organicmaps i'd suggest updating this screen to something like this:

> [Beautiful new icon with ? on a map]
> We haven't found a location matching this name.
> Our app uses community driven data from OpenStreetMap project, and you can add missing place after you log in with osm account
> Read more about adding new place here ...

partizan,

@organicmaps Btw, where are people complaining to you about missing data? Maybe info should be added somewhere in that area

finestructure, to random
@finestructure@mastodon.social avatar

Operating •and• developing Mastodon on this budget is nothing short of amazing.

It’s also unsustainable and we should make sure we don’t just pay for our third party Mastodon clients but donate to the core project.

https://blog.joinmastodon.org/2023/10/annual-report-2022

partizan,

@finestructure my only concern, is that the Android client is being developed by a russian freelancer.

And some of the money they pay to russians, will go to killing Ukrainians.

partizan, to django Ukrainian

Is this some new type of scam?

EighthLayer, to Starfield
@EighthLayer@mstdn.games avatar

I built a new ship on but I need help naming it! I’m terrible at coming up with names.

Any ideas?

partizan,

@EighthLayer looks like Obsidian Eagle to me

amadeus, (edited ) to manjaro
@amadeus@mstdn.social avatar

I have been using for years and am quite happy with it. I removed all branding related packages to achieve a vanilla GNOME experience. I want to try something new soon. Should I go with 2 or ?

partizan,

@amadeus i've been using Gnome in ArchLinux for years, and it's a great choice.

But i'd like to hear about other people's experiences with immutable distros like Vanilla OS.

partizan, to Starfield

I like so far, but i hate it's approach "let them fix it by mods".

UI looks terrible.
Trees and grass are shit from Skyrim but in different colors.

If you want community to fix your games - make them opensource.

LarsFosdal, to Starfield
@LarsFosdal@mastodon.social avatar

fails to grab me. Sure, it is great graphics at times, but I am not impressed with the quests and dialogs. The face to face interview style communication grows old real fast. The faces are mostly free from emotions and animation that strengthen the immersion, and graphically it looks a decade and a half old. Even worse, the repeated, meaningless phrases when you end dialogs with your companions. Starfield held such promise, but the worlds, cities, and stories are lackluster. Obsolete.

partizan,

@LarsFosdal yeah, sometimes it looks great, sometimes it looks like Fallout in space.

But nonetheless i want to build my Ebon Hawk there.

partizan, to python

Is there a pythonic way to call a function multiple times without for and while maintaining type checking support?

Currently i'm doing this:

plugins = [One(), Two()]

def action_one():  
 for p in plugins: p.action_one()

def action_two():  
 for p in plugins: p.action_two()  

Maybe there is better way?

partizan,

@jaseg i guess you're right.

I just wanted to avoid repetition while writing multiple similar functions.

partizan, to vuejs

I'm trying to use generic type with vue composition API, and getting an error.

import { ref } from "vue";

function useContext<T extends BaseContext>(v: T) {  
 const context = ref<T | null>(null)  
 context.value = v  
 return {context}  
}

interface BaseContext {}  
src/main.ts:5:3 - error TS2322: Type 'T' is not assignable to type 'UnwrapRef<T> | null'.  

Is this a bug, or am i doing something wrong?

partizan,

@kkarhan let me check...

print("hello")  

Markdown should work with three ` whatever is this called. But mastodon uses client-side markdown render, so it works only in some clients (like Elk).

grrrr_shark, to random
@grrrr_shark@supervolcano.angryshark.eu avatar

Alright. Gonna go for another round of , this time in tactical mode.

Monk or cleric this time? Hrmph.

I mean, being a Selunite cleric could be fun... but monks seem so badass...

partizan,

@grrrr_shark my first playthrough was monk and it was awesome, especially dialogs.

Now i'm a paladin of vengeance, and at level 10 it's quite powerful. Divine smithing everything on crit is great.

Kovah, to gaming
@Kovah@mastodon.social avatar

After playing Baldurs Gate 3 for like 8 hours i conclude that I both love and hate the game. The setting, the RPG elements, the story is great, but fighting is absolutely annoying. Anyone managed to actually beat the Emerald Grove fight? 😅

partizan,

@Kovah When i started playing early access version, that first fight gave me trouble. But then I found some barrels, arranged them perfectly and taken out almost all enemies in the single turn. That was best feeling.

After release i played alsmost without barrelmancy, and that fight was quite fun.

GossiTheDog, to random
@GossiTheDog@cyberplace.social avatar

deleted_by_author

  • Loading...
  • partizan,

    @GossiTheDog and that's what i love about Starfield, if you tried doing the main quest - you'd stumbled upon space magic pretty quick :)

    adamchainz, to random
    @adamchainz@fosstodon.org avatar

    🧹 Clean up old, not-running resources with this one-liner:

    docker system prune --all --force --filter until=24h && docker volume prune --force

    This can save you a lot of disk space, I just used it to reclaim 38GB!

    Post with more explanation:

    https://adamj.eu/tech/2023/08/21/docker-clean-up/

    partizan,

    @adamchainz thank you! that's exactly what I needed.

    partizan,

    @adamchainz 15Gb!

    pixelfed, to Pixelfed
    @pixelfed@mastodon.social avatar

    Simple isn't always a bad thing ✨

    "I forgot which server I joined" is now available on Android and iOS

    Pixelfed ad showing the new "I forgot which server I joined"

    partizan,

    @pixelfed can you post vertical video in it's original format?

    On my phone in vertical mode it takes less than 10% of the screen, and around 30% in horizontal.

    jynersolives, to scifi
    @jynersolives@mastodon.social avatar

    deleted_by_author

  • Loading...
  • partizan,

    @jynersolives I just want Planescape: Torment 3 made by Larian :)

    gamingonlinux, to linux
    @gamingonlinux@mastodon.social avatar

    Proton Experimental improves Baldur's Gate 3 launcher, Unreal Engine 4 bugs on Intel GPUs https://www.gamingonlinux.com/2023/08/proton-experimental-baldurs-gate-3-unreal-engine-4-intel-gpus/

    partizan,

    @gamingonlinux > Nice to see a little fix for the Baldur's Gate 3 launcher, although the error didn't actually affect anything. You can easily just skip the launcher on desktop Linux with this launch option: --skip-launcher

    I was affected by this error even when skipping launcher.

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