Linuxer

joined 8 months ago
MODERATOR OF
[–] Linuxer@discuss.online 2 points 2 months ago

Basically I don't want anybody to get screwed with inflation, I don't want to make you rich , I just want you to beat inflation

If you want to get more returns, then invest all of the money in index fund etc. , this is not going to replace it.

This is to replace the banking system eating major profits. I want you , yes you dear reader , to earn the majority of profits of it being inflation protected

[–] Linuxer@discuss.online 2 points 2 months ago

I am not treating it as an investing strategy. Since that is separate.

Even in investing there is an emergency fund which are usually fixed deposits in India or cd's in America. They are also fixed and would cost money if you want to get them quickly.

Think of what I am saying as this : imagine a way where it's basically just a bank account except it doesn't pay very less or less than inflation, it pays you exactly that of inflation so you're money is inflation protected in banks yet at the same time you can transact as usual.

The best part , you don't have to know all the details, taxes etc.

I want to create a not for profit for this to not be like visa .

I also want to use this combined with upi to make upi more stable since this whole idea came from the fact that somebody called upi great but commented that India has a lot of inflation which they dislike if they are going to treat rupees as their store of value, upi is basically India's visa except 0 and I mean 0 fees.

I do hope you read the post

[–] Linuxer@discuss.online 2 points 2 months ago (1 children)

Welcome man, I want to say this , that this discuss is the place where I got engagement even though it's 3 comments. I posted this on hackernews and nothing. I genuinely feel welcomes by your community.

I saw this when trying to post it and since i was part of the discuss online and it showed local and I found discuss , I thought it was pretty interesting to post it here.

Thanks for being inclusive. Thanks a lot.

 

Hey I am the creator of this proposal! I was just wondering about What if banks could protect your money against inflation. Feedback & more importantly criticism is vital for such project.

Disclosure : I have no banking & legal experience than some of what I learnt in 9th and 10th class and this is just a proposal to see how practical it is. Please don't discount it because of this fact and atleast still read it and please give me constructive criticism !

[–] Linuxer@discuss.online 3 points 2 months ago

Yes ! I hate these as well!

[–] Linuxer@discuss.online 3 points 2 months ago

ming to new people coming in!:-)

Netscape is now a chromium fork

[–] Linuxer@discuss.online 1 points 4 months ago

Hey Here's what I am working on ,

 

title: Remove Duplicates description: Removes duplicate values from an array. author: dostonnabotov tags: array,deduplicate


const removeDuplicates = (arr) => [...new Set(arr)];

// Usage:
const numbers = [1, 2, 2, 3, 4, 4, 5];
removeDuplicates(numbers); // Returns: [1, 2, 3, 4, 5]
[–] Linuxer@discuss.online 1 points 4 months ago

Hey there I am testing out how api works of lemmy and to integrate this here , I might delete this afterwards since I want this , to be an alternative to using github for quicksnip.

Happy new year!

 

title: Partition Array description: Splits an array into two arrays based on a callback function. author: Swaraj-Singh-30 tags: array,partition,reduce


const partition = (arr, callback) =>
  arr.reduce(
    ([pass, fail], elem) => (callback(elem) ? [[...pass, elem], fail] : [pass, [...fail, elem]]),
    [[], []]
  );

// Usage:
const numbers = [1, 2, 3, 4, 5, 6];
const isEven = (n) => n % 2 === 0;
partition(numbers, isEven); // Returns: [[2, 4, 6], [1, 3, 5]]
[–] Linuxer@discuss.online 1 points 8 months ago

great I had heard about superproductivity from techlore but I brushed it off

could you please tell what seperates it from planify though?

oh yes I was commenting to some other post , not sure how It commented it here. My bad

[–] Linuxer@discuss.online 1 points 8 months ago (1 children)
[–] Linuxer@discuss.online 2 points 8 months ago

anlinux feels like junest but configured it with gui and vnc , I might use it someday.

[–] Linuxer@discuss.online 2 points 8 months ago* (last edited 8 months ago) (2 children)

t I started using QGIS professionally when the small city that hired me to, among a lot of other duties, be the new GIS department.

Turns out they thought ArcGIS cost the same as like Office or Acrobat, and they didn’t budget for it for the fiscal year that started 2 weeks before I started working.

Anyway, I’ve gotten pretty good with

great I had heard about superproductivity from techlore but I brushed it off

could you please tell what seperates it from planify though?

QGIS

[–] Linuxer@discuss.online 0 points 8 months ago (1 children)

okay so what alternative do you suggest which could be better used in exe formats I feel that unzipping from exe isn't the best solution to this problem

(like some exe contain some zip file inside them and extract them)

 

UPX is open source and works on linux , windows and mac (ie. cross platform) I would like to know why the torrenting space isn't using it already / having a mature discussion about it.

view more: next ›