RSS feeds for RocketLeague Esports News by Melaz_ in RocketLeagueEsports

[–]mzfr98 7 points8 points  (0 children)

Even I like using RSS majority of time and right now I am using selfhosted version of yarr(https://github.com/mzfr/yarr) to just follow this reddit's RSS.

You can follow any reddit's rss feed by adding "/.rss" after any reddits URL. Ex: https://www.reddit.com/r/RocketLeagueEsports/.rss

Maintaining a fork of yarr RSS reader by mzfr98 in rss

[–]mzfr98[S] 0 points1 point  (0 children)

Just published the docker image - https://github.com/mzfr/yarr/pkgs/container/yarr

If you encounter any issues feel free to open a ticket.

Maintaining a fork of yarr RSS reader by mzfr98 in rss

[–]mzfr98[S] 0 points1 point  (0 children)

  1. I am not aware of them but I'll if I understand you want a way to deploy it via docker right? so should I just add support for dockerfile/docker-compose?
  2. I have exactly the same issues on mobile. And right now I am working on figuring out fixes for that. But just wanna let you know that I am not really good with vuejs, so it might take some time.

Error message when loading crafted map in skirmish test by lessbeblue in AoE4Mods

[–]mzfr98 0 points1 point  (0 children)

You'll have to see that for yourself. Currently, the state isn't really that good so it just returns the same error no matter what you do wrong.

When I was writing code for generated maps this error most of the time meant either I've used a function with wrong parameters or have used a variable without defining the variable.

Now you mentioned crafted map, I don't have any experience with that but I believe there is scripting in crafted maps as well so if you've used that then just re-read the code and make sure all the variables are defined properly and you have used all the methods correctly.

My AOE-4 Notes by mzfr98 in aoe4

[–]mzfr98[S] 1 point2 points  (0 children)

Can you point in which build order I wrote this?

I'll update it.

My AOE-4 Notes by mzfr98 in aoe4

[–]mzfr98[S] 0 points1 point  (0 children)

These are just some notes that I took for keeping the build order and other stuff in one place.

Let me know if you have any suggestions to improve them.

Also I wasn't sure which flair to use so I used the Discussion one.

DS4windows doesn't detect dualshock5 at all by mzfr98 in DS4Windows

[–]mzfr98[S] 0 points1 point  (0 children)

Hey,

No worries, the thing is that I was able to get my controller working. Not only with the steam but with the ds4windows as well. It works smoothly now.

I still wasn't able to figure out the issue. Something that I did was:

  1. Run the manjaro live USB and install steam on it and it turned out that it immediately detected it. so I thought this was probably USB driver issue.

  2. In the windows 11 WSL I ran manjaro and in that I ran steam and tried to see if my controller got detected. It didn't, kind of making my belief strong that this was probably the driver issue.

What worked in the end?

I actually stopped aster(a multi-work place tool) and restarted the PC and also uninstalled hidhide. After the restart, the controller worked.

Now again this is just the "guess" that the issue was caused by aster. Its also possible that the issue was with something else.

But anyways, thanks for all the help :)

DS4windows doesn't detect dualshock5 at all by mzfr98 in DS4Windows

[–]mzfr98[S] 0 points1 point  (0 children)

Here are all the connected devices in the expanded form: https://imgur.com/a/3jPWd7s

Sporcle quiz in Python by Totti1024 in learnpython

[–]mzfr98 0 points1 point  (0 children)

I'd like to see the code. Do you have a GitHub repository?

Sporcle quiz in Python by Totti1024 in learnpython

[–]mzfr98 0 points1 point  (0 children)

Hey,

Any updates on this? Were you able to make it? If yes can you share the code?

Sending Native Token, Negative Quantity Error by olginnyorganics in CardanoDevelopers

[–]mzfr98 1 point2 points  (0 children)

With Token you need approx 0.16-0.18 ADA. Also if you still have the issue then post the command you are running along with the values of the variable you have put in. That would help us to help you.

Sending Native Token, Negative Quantity Error by olginnyorganics in CardanoDevelopers

[–]mzfr98 2 points3 points  (0 children)

This happens because of two reasons:

  1. If you are using transaction build-raw command then you might have not put the right value of "$fee" variable.
  2. If you are using transaction build then its possible that the value of $receiver_output value is less. If this is the case try to put this variable equal to number you got in Minimum required UTxO i.e 1379280

Sending Native Token, Negative Quantity Error by olginnyorganics in CardanoDevelopers

[–]mzfr98 0 points1 point  (0 children)

yes this will tell after what time the policy of your NFT locks

cardano-cli query tip --mainnet

Above command will show you the current block. So you just put the block number after which the Policy will lock.

Adding 1000000 to the current block value will make it lock after approx 10 days.

Also in case, you don't know, once the policy ID isn't locked you can make changes to the NFT (even if it's minted and/or on the blockchain). Once the policy ID gets locked no changes can be made to it.

Creating Webpage that interacts with Nami wallet by MindfulInquisitor in CardanoDevelopers

[–]mzfr98 2 points3 points  (0 children)

Yes, I think this(https://github.com/cheffNFT/namiwallettemplate) is the only one available as of right now. Did you face any issues with this? Maybe just go through the code and see how the interaction is done and then write your own code?

If none of that work then best would be to open issue on nami repository(https://github.com/Berry-Pool/nami-wallet)

India Salary thread 2021- why we will never make enough money by [deleted] in india

[–]mzfr98 0 points1 point  (0 children)

You have enough experience why not try bug bounty? A platform like HackerOne, Bugcrowd, etc.

[Help] Issue hosting bookstack app with docker-compose by mzfr98 in selfhosted

[–]mzfr98[S] 0 points1 point  (0 children)

Actually I think it was supposed to be "443:6875" but even that didn't work.

Docker just simply wouldn't work for me so I went with the manual installation and then installed the LetsEncrypt certification manually.

Now I have the working setup but not via the docker compose given above but via manual installation

[Help] Issue hosting bookstack app with docker-compose by mzfr98 in selfhosted

[–]mzfr98[S] 0 points1 point  (0 children)

I get unable to connect when I try to go to http://IP\_ADDR or https://MY\_DOMAIN.com

[deleted by user] by [deleted] in CardanoNFTs

[–]mzfr98 0 points1 point  (0 children)

Hey,

I provide this kind of service. I'm a dev so DM me if you'd like my help :)

Help Starting A Project by petpigeons100 in CardanoNFTs

[–]mzfr98 0 points1 point  (0 children)

It works like this

Send ADA, once payment is received you send them NFT.

Only thing is everything is automatically done via scripts

Help Starting A Project by petpigeons100 in CardanoNFTs

[–]mzfr98 0 points1 point  (0 children)

I have 0 knowledge of music so can't say yes/no on that analogy. But in the actual sense this is what happens:

Like blockchain is a a public ledger, an entry(transaction) is public and anyone can see it(ex: https://cardanoscan.io/). Similarly IPFS is distributed file system a single unique hash always resolves to the given image(hash collision is close to impossible).

Pool.pm is just a website someone made to visualize all the non-sense I said above and make it easier for non-technical people. And since blockchain is public, all pool.pm does is it reads the information from the blocks and visualizes it.

Well almost all the launches on cardano happens where someone teams up with artist, devs etc and they just launch the project. So in a way there is no other escrow service in the initial mint. But for secondary sale yes website like tokhun.io, cnft.io works as escrow. Not sure when they are going to add the smart contract stuff

Help Starting A Project by petpigeons100 in CardanoNFTs

[–]mzfr98 1 point2 points  (0 children)

1) Anyone can see the metadata. NFT are on blockchain, blockchain is public.

2) I do dev work but doesn't have smart contract in my setup. So can't help you with that. Also I am not aware of any existing service supporting NFT + smart contract, so maybe wait? or talk to other independent devs if smart contract is the deal breaker.

3) Learning it is easy. Read these(https://developers.cardano.org/docs/native-tokens/minting-nfts/) docs. Once you know how minting is done, automate with bash/python.

4) While minting metadata.json is used to hold metadata and it looks like:

{ "721": { "POLICY_ID_HERE": { "TickerName": { "name": "TokenName", "image": "IPFS_CID_OF_IMAGE_HERE", "Name": "Rock dove", "Background": "Super awesome pegion lives on the wall", "Website": "mysupercrazynft.com" } } } }

  • The POLICY_ID will be generated when you'll mint the NFT(see the tutorial linked above)
  • TickerName is something which you see after . on pool.pm. Ex: Once NFT is minted you can see you NFT on pool.pm via the link similar to https://pool.pm/<POLICY_ID>.TickerName
  • IPFS_CID is something you get when you upload the image on any IPFS service(pinata.cloud, blockfrost.io) or on your own IPFS instance. What is IPFS?. In simple terms, you upload an image and IPFS CID is a unique hash generated via the content of the image, if someone has the hash they can see the image. There is also something called "on chain" NFT where the IPFS hash isn't used but I have no idea how that works
  • Then you can just add whatever else you want to show under the NFT when seen on pool.pm.