33
submitted 1 month ago* (last edited 1 month ago) by RealBot@lemmy.world to c/opensource@lemmy.ml

I am interested what do you use for tracking your expenses and other things like income, lending, investing, ...

All apps i tried don't have a lot of features or those features are buggy (or they at least seem so).

Have you found some app that does all that you want or do you use spreadsheets or some other solution?

(edit: typo and formatting)

[-] RealBot@lemmy.world 5 points 2 months ago

Can you explain what do you mean by have to disable windows button?

[-] RealBot@lemmy.world 5 points 2 months ago

How is it uniquely identifying users if all that OS shares with programs is the age group? (that btw user chooses, can lie without problem)

4
submitted 10 months ago* (last edited 10 months ago) by RealBot@lemmy.world to c/linux@lemmy.world

I can't find some lightweight dm compression layer. Only one i found is VDO and for some reason it uses a lot of memory to operate (on the order of 500 MiB). Why is that? My idea was to use it on a normal laptop/pc that does not have a lot of memory to waste. Only other alternative is btrfs, but it is already slow by itself (compared to other fs like ext4). Idealy what i would want is something like ext4 on VDO (only compression with VDO, and of course there would be LVM in there), only problem with this is that VDO is heavy on memory.

[-] RealBot@lemmy.world 1 points 2 years ago

If i mostly use CTs/LXCs the impact should be minimal (in theory), maybe even better if i dont have everything powerd up.

[-] RealBot@lemmy.world 3 points 2 years ago

That's interesting, haven't considered that. Although I would want to run most things in CTs/LXCs and not full VMs for performance reasons. And Proxmox has more DIY feel which i kind of like. If I fail with Proxmox, might give QubesOS a try.

[-] RealBot@lemmy.world 1 points 2 years ago

I would do everything in VMs, mostly Linux and probably one Windows. Proxmox would be only for managing VMs. I want everything in VMs because it's more flexible for partitioning storage and i can have both Linux and Windows runing at the same time (which can't be done with dualboot). I am student of computer science so i use it for programming, both for college and side projects. Sometimes there are a lot of programs i have so OS kind of gets bloated, not so much from performance standpoint but just mental overhead of having 10, 20, 30 programs and having to keep in mind what program needs what dependencies, env variables, etc.. so i want to kind of group them to VMs and CTs.

6

I am trying to install and setup proxmox on laptop and use it as daily driver. I want to make network setup that can use both ethernet and WiFi, whichever is available and i want VMs to be able to access LAN because some things dont work otherwise (like NDI). I have writen config file that makes 2 bridges and every VM would have 2 interfaces. I havent installed Proxmox yet because i dont want to mess things up (it wouldn't be first time :) ). My question is does this config look ok and are there some recomendations.

/etc/network/interfaces

auto lo
iface lo inet loopback

# Ethernet interface
auto eth0
iface eth0 inet manual

# WiFi interface
auto wlan0
iface wlan0 inet manual

# Ethernet bridge
auto vmbr0
iface vmbr0 inet dhcp
    bridge_ports eth0
    bridge_stp off
    bridge_fd 0

# WiFi bridge
auto vmbr1
iface vmbr1 inet dhcp
    bridge_ports wlan0
    bridge_stp off
    bridge_fd 0
1
submitted 2 years ago by RealBot@lemmy.world to c/proxmox@lemmy.world

I am trying to install and setup proxmox on laptop and use it as daily driver. I want to make network setup that can use both ethernet and WiFi, whichever is available and i want VMs to be able to access LAN because some things dont work otherwise (like NDI). I have writen config file that makes 2 bridges and every VM would have 2 interfaces. I havent installed Proxmox yet because i dont want to mess things up (it wouldn't be first time :) ). My question is does this config look ok and are there some recomendations.

/etc/network/interfaces

auto lo
iface lo inet loopback

# Ethernet interface
auto eth0
iface eth0 inet manual

# WiFi interface
auto wlan0
iface wlan0 inet manual

# Ethernet bridge
auto vmbr0
iface vmbr0 inet dhcp
    bridge_ports eth0
    bridge_stp off
    bridge_fd 0

# WiFi bridge
auto vmbr1
iface vmbr1 inet dhcp
    bridge_ports wlan0
    bridge_stp off
    bridge_fd 0
[-] RealBot@lemmy.world 1 points 2 years ago

I think he meant relative cost (including time)

[-] RealBot@lemmy.world 1 points 2 years ago

Sure, they are not perfectly stable, there is always inflation (sometimes more, sometimes less).

But its not as volatile as crypto. In last 24h difference between monero high an low is ~2% (which isnt terrible by itself but on a longer period its larger difference) and regular currency effectively has almost no volatility in 24h period.

Acording to google 1 year inflation was ~3.4% for dollar. (so probably diff hig low is just a bit higher) Difference between monero 1 year low an high was greater than 20%. So monero is something like 6 times more volatile. (and i am not talking about inflation, but volatility)

So its not exactly the same situation regarding stability.

[-] RealBot@lemmy.world 1 points 2 years ago

But that only guarantees safe one way transaction. If that is all you want thats ok.

But for safer transaction you want something like smart contracts. So you can actualy know you are gonna get what you buy for example.

Without some kind of smart contracts you are actualy relying on exchanges (so in reality it isn't really trustless).

Does monero have some kind of smart contract mechanism? In which case I am talking nonsense😂.

[-] RealBot@lemmy.world 2 points 2 years ago

Yeah, I was thinking it would be hard to store that amount of data in QR code even if image quality was reduced.

My cousin had an idea to make (print) an album but wanted to do it with QR codes because it would be cheaper to print (only black and white printing is required).

-6
submitted 2 years ago by RealBot@lemmy.world to c/fdroid@lemmy.ml

Is there some app that takes multiple images and generates QR code, and of course that it can also do reverse so you can scan QR code and view images.

QR code should contain images, not link to images.

[-] RealBot@lemmy.world 17 points 2 years ago

It specifies which employers are cover with the WARN act, not employees. It either covers whole company (all employees in company) or no one at company at all.

16

The benchmark with 1B rows in this blogpost seems irrelevant for comparing performance of different programming languages.

It seems like the execution time of a program would be dominated by loading data from the file. And a lot of people posted solution with specs of cpu but not specs of disk (hdd, ssd, raid) although that seems more relevant.

Why would they compare languages and solutions in this way?

[-] RealBot@lemmy.world 6 points 2 years ago

..ahh, you gotta love that head bashing. It definitely helps if you're masochist.😂

view more: next ›

RealBot

0 post score
0 comment score
joined 2 years ago