Valmond

joined 11 months ago
[–] Valmond@lemmy.mindoki.com 5 points 4 days ago

They had only one "500" so yeah, nah 😋

[–] Valmond@lemmy.mindoki.com 1 points 1 week ago

That's weird, was it over usb or something else? I mean it's not very much data to be sent.

[–] Valmond@lemmy.mindoki.com 13 points 1 week ago

Yeah one biiig archive would drown the poor node it is assigned lol.

[–] Valmond@lemmy.mindoki.com 2 points 1 week ago

Got a 1TB dataset sent once, guess it took around 3 days (Netherlands to France) so around 32Mbps. Not bad, not excellent.

[–] Valmond@lemmy.mindoki.com 0 points 2 weeks ago (1 children)

Dude. Get a history book lol.

[–] Valmond@lemmy.mindoki.com 2 points 2 weeks ago (2 children)

I have an external DAC, so I don't need to think about how good music the PC/Raspberry/... produces.

[–] Valmond@lemmy.mindoki.com 1 points 2 weeks ago (3 children)

See your first post...

But dodge the question again lol

[–] Valmond@lemmy.mindoki.com 1 points 2 weeks ago

Sweden should invade Norway, then capitulate and get absorbed into all their wealth.

We have volvo and saab! And Ikea!

[–] Valmond@lemmy.mindoki.com 6 points 2 weeks ago (4 children)

I just bought another (cheap quad core 256GB SSD) thinkcentre as a tinker platform.

So I'm going to add that to my Linux uh setup (of machines).

[–] Valmond@lemmy.mindoki.com 1 points 3 weeks ago

Or Tenfingers sharing protocol.

GUI in the works...

Encryption, takedown safe, etc.

[–] Valmond@lemmy.mindoki.com 0 points 3 weeks ago (5 children)

Okay you don't want democracy, but how do you deal with dictators like putin always creeps into the system and takes over if you can't vote them out?

[–] Valmond@lemmy.mindoki.com 1 points 3 weeks ago* (last edited 3 weeks ago)

"Everyone I disagree with is a liberal"

 

Hello all!

I'm looking for a simple to use GUI for my FOSS python project.

I have tried tkinter which is, uh, usable but seriously oldish? Good point seems to be it's basically inbuilt in python so not hard to distribute.

PyQt is on the heavy end, I just need windows, scrollbars and buttons (basically, see below), also I wonder about the license of Qt (it's always a PITA when trying to do C++ Qt) and also what you must package when you distribute the soft.

Must haves:

  • Frames (I need two independent lists of files and another with global info)
  • Text, buttons & colors, an "open file" dialog. Editable text field.
  • Scrollable lists, with clickable icons (ex. "Filename [Delete icon] [Update icon]")
  • Async behaviour (so that a thread can update one part when it sees fit)
  • Works on most popular Linux
  • FOSS (I don't want to change everything when the soft dies, or be on the enshittification ride)

Nice to have :

  • Possibility to make pop out windows (like a settings manager)
  • Mac & Win support

Cheers and thank you!

 

I heard the news on the grapevine and digged just the slightest so this is the first link I found.

Maybe true or just another stalling technique?

Slava Ukraine!

 

Hello all !

I have a docker image that you can run with:

docker compose -f compose_10f.yml up

The compose_10f.yml looks like this:

services:
  setup:
    image: tenfingers_10f:v1
    volumes:
      - ./:/data
    working_dir: /data/

Which makes the image believe it runs in ./ so if it saves "./hello" it will be saved in the folder where it's launched (it works).

The thing is, it's a command line program (named 10f.py), not a server or such, so I'd like to run it like this:

docker run -v ./:/data -w /data/ tenfingers_10f:v1 10f.py

And it works with the exception it doesn't get to run in the mounted ./ folder.

It confuses the "mount" (or I'm just lucky the compose file works?) and it believes it lives in /data/, not in ./

python3: can't open file '/data/10f.py': [Errno 2] No such file or directory

I did struggle to set this up in the compose file, but I'd like to make the images run in a specific directory thinking they are in ./

Any ideas how I can figure this out?

Cheers and thank you so much!

Valmond

 

Hello everyone, I hope I'm not in the wrong place here.

My fiber connection went down thursday, and after some debacle (team 1 changed the broken hardware but didn't plug in my FTTH :-/) I'm back in business.

Thing is, my lemmy.mindoki.com, where I probably live all alone, is now no longer updating. All posts are about 5-6 days old...

I don't even know if I'll see your answer to this post (so please leave at least one answer, even if it's an empty one 💖 if there are no answers).

Any information greatly appreciated.

Valmond

Edit: at least I can see this post, the next after a 7d old one :-)

Edit2: the instance was running all the time, with a network connection but without access to the internet. Maybe it decided everyone was like stale?

 

Hello!

I love making games, have even had the privilege to do it "for real". I'm looking for some game engine that I can use to make a 2D turnbased rpg game, that would compile for pc and android.

I have tried out lots of engines since a long time, and whats bothering me the most is that windows changes breaking stuff, the engine going paid or cease to exist, or it uses like javascript. So I'm wondering if there would be, today, something you could recommend that is FOSS, 2D, has sound&music maybe a menu interface, effects..., isn't an obscure, old or too new language (like Lua or Rust, sorry!) and works out of the box for PC and Android.

I'm willing to ponder web instead of PC but I'm not willing to go the javascript route :-).

Thank you for your time!

Cheers

Valmond

 

Hello,

Is there a good place to host a little FOSS project elsewhere than github?

I'd especially like an open source community.

Cheers

 

Hello!

I'm thinking about to make some sort of simple lemmy-crawler. The api seems to respond in json so that should be quite simple in python.

So before I dig in and set up sockets and stuff (maybe overkill?) has someone already done some dead simple "hit up a lemmy server and query them" boilerplate code that they'd share?

Cheers

 

Hello!

I have some weird problems since I upgraded from 0.18.4 to 0.19.1 (I did it incrementally).

Posts doesnt seem to show up any more, for example if I, on the web (just to illustrate, its the same with Jer oa or Voyager) go here:

https://lemmy.sdf.org/c/permacomputing

I can see a bunch of posts.

But if I go through my server:

https://lemmy.mindoki.com/c/permacomputing@lemmy.sdf.org

There is no pists at all (I have refreshed, waited, reloaded...).

I do see the page of the community on both links though.

Anyone having an idea about what could be wrong? Am I banned everywhere (I have never been to lemmy.sdf.org before and I usually don't behave bad online at all).

I'm asking here because the lemmy.ml and lemmy.world support has tge same problem (??).

Cheers

 

Hello!

This question is not about backing up your data; like git, photos & videos etc.

I have a Lemmy server running Linux Mint and I wonder if there could be a way to backup like the OS data (and installed packages) so when the mobo fries (for example) I can just back it up into a spare server (installing Mint)?

Obviously the premise is that I can backup that important stuff correctly.

I'm asking because I'm a Linux noob and was confronted with the Mint backups and rollbacks. Very smooth BTW, for a virgin system anyways. Also because I hate installing and configure stuff (like Lemmy docker + nginx) and would love knowing the downtime would be minimal.

So sort of having a hardware backup.

22
submitted 7 months ago* (last edited 7 months ago) by Valmond@lemmy.mindoki.com to c/asklemmy@lemmy.world
 

Hello,

Longtime windoze user (because work, gaming, programming, lazybess, ...) I'm switching over to Linux Mint (a slow long process that might finally end up with just a little win-box for the printer and a soft or two) on all my everyday pc:s so I'm trying to get more into the nitty gritty stuff here, and I have long time heard that the:

UNIX and Linux System Administration Handbook (4th Edition)

Is like the Linux Bible...

Is it still so? Is it still worth the money or are there better books out there?

Cheers!

 

Hello fellow Lemmyers or what ever we are!

Today my Lemmy server went sort of down (uptime is OK, but the server seemed having problems to serve requests), so I restarted the docker and everything is back to normal. I use the docker version, I haven't upgraded to the last version.

How frequently should you relaunch the docker, if ever? Should I be better and upgrade faster?

What do you think?

Cheers!

 

Salut tout le monde !

Ma copine a fait une pétition contre les changements proposés contre la carte TR (grosso modo on va être obligé de soit aller au resto ou acheter de la bouffe pré -préparé genre sanwich).

L'affiche est mimi mais on est que 3 a avoir voté :-/ elle inclus ...

Donc j'implore la pitié (et la logique :-) votez pour sa pétition ❤️ !

Sinon passez une bonne mardi soir.

(Dsl pour les fautes, j'essaie de m'appliquer mais votre langue n'est pas simple ^^).

view more: next ›