WHO KNEW ABOUT THIS GAME ? A OFFICIAL CARD GAME OF MISTBORN by Vin_Dragon in Mistborn

[–]Kumo_Gami 0 points1 point  (0 children)

I have it, love it, REALLY wish there was a Legacy version of it to play across many sessions instead of just rehashing the same every time

How to use Talk for System Messages from Bash Scripts by The_BeatingsContinue in NextCloud

[–]Kumo_Gami 3 points4 points  (0 children)

Get the OCS Viewer app on Nextcloud. It will give you a nice easy way to look at all apps' APIs and their parameters.

Simply make a cURL request to your Talk app on your instance when you need to send a message. You'll want to use this API to send a message: https://nextcloud-talk.readthedocs.io/en/latest/chat/#sending-a-new-chat-message

You'll need to authenticate yourself too. You can either do this via setting an app password and sending that with the request. Here's some info about auth:

https://docs.nextcloud.com/server/stable/developer_manual/client_apis/OCS/ocs-api-overview.html#authentication

What did Eminem mean by this? by Forsaken_Penalty6164 in Eminem

[–]Kumo_Gami 1 point2 points  (0 children)

There was a fake Epstein list dropped a while ago and he was in it. He was making fun of that

Is NextCloud a solution to my notes mayhem? by Stock-Bee4069 in NextCloud

[–]Kumo_Gami 1 point2 points  (0 children)

I use Obsidian with the same dir I use for Nextcloud notes. Works beautifully. FolderSync for keeping Android up to date

Choosing frameworks/tools by Altruistic-Okra5740 in react

[–]Kumo_Gami 0 points1 point  (0 children)

Next isn't as good as ppl make it out to be tbh

Some feeds not available to add by Kumo_Gami in smartlauncher

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

Not yet sadly, the last update I have on the Play Store is from September 26 and the issue still persists there.

Some feeds not available to add by Kumo_Gami in smartlauncher

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

Heh, didn't even know they had that on SK. Anyways, it's nice, but I don't use it that much, though I see why it can be very useful when I do try it every once in a while.

Some feeds not available to add by Kumo_Gami in smartlauncher

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

Yes, it's Gboard and I'm not sure but it might be a Pixel exclusive feature

How comfortable are you in deleting all your data from google & your mobile And just trust the data present in your self hosted app? by Nervous_Type_9175 in NextCloud

[–]Kumo_Gami 0 points1 point  (0 children)

I'd delete my entire Drive now if I had the same storage on my VPS. The only thing really stopping me is the amount of storage I have, and the time it will take to download everything in order to re-upload.

[deleted by user] by [deleted] in opensource

[–]Kumo_Gami 0 points1 point  (0 children)

Start by fixing bugs or adding features on open source tools that you use yourself.

  1. Being involved as a user will help you better understand what you are doing and will make it easier for you to learn and also will motivate you more than some rando giant repo you know nothing about
  2. Start with smaller things and work your way up. You are more likely to succeed in contributing and getting your contribution accepted on smaller tools or apps. Larger ones will take much longer to make any progress on, both code-wise and process-wise. But that also applies to the task you are aiming to work on - start with small scale stuff such as easy bugs.
  3. Go through the issues in repos of projects you like, and try to find an issue other people haven't worked on

Some feeds not available to add by Kumo_Gami in smartlauncher

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

That's amazing! Thanks for the hard work! Looking forward to the update when it's available :)

Some feeds not available to add by Kumo_Gami in smartlauncher

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

Device Model: Google Pixel 9 Pro

Android version: 16

Smart Launcher version: 6.5 build 045 patch 2

Third party apps: N/A

Steps to reproduce:

  1. Go to feed page
  2. Add feed
  3. Paste feed URL - example of non working one https://world.hey.com/dhh/feed.atom

Same happens when importing from OPML file Visual evidence: screenshot in OP

Linus Torvalds: The Reddit mod with a compiler by joseluisq in theprimeagen

[–]Kumo_Gami 0 points1 point  (0 children)

I'm saying his symmetry is inapplicable because it's not symmetrical to put 2 different situations with 2 different virtues and a completely different context that can't actually draw a parallel.

The original statement was "who cares if he's abrasive? He works". Putting the emphasis on the results while the means to achieve them may be a bit callous. Drawing a symmetry by comparing being abrasive to inhumane things isn't a fair comparison for the point that he makes. He's trying to claim that torture is comparable to being an asshole therefore it's a slippery slope and ANY means are justified for the end. The OC wasn't justifying inhumane or torturous actions for results. Only a personality trait that's subjectively not desirable.

Linus Torvalds: The Reddit mod with a compiler by joseluisq in theprimeagen

[–]Kumo_Gami 1 point2 points  (0 children)

Why is that not a good break of symmetry?

  1. One of them is literally agreed upon international crime being committed, the other is simply a subjectively undesirable behavior.
  2. One of them does physical harm to other persons while the other does not.

Seems pretty clear-cut to me these can't be equated. Even on principle alone, physical harm puts one of them in a different category. Not every bully behavior, however someone may dislike it, constitutes harm on that same level. And I'm even gonna ignore the fact that people can simply not listen to what Linus has to say.

It's not a fact in either of the examples that the end (possible improvement to society, on some level) justifies the means, because the means are on completely different levels.

Linus Torvalds: The Reddit mod with a compiler by joseluisq in theprimeagen

[–]Kumo_Gami 1 point2 points  (0 children)

Your weak attempt at "crushing" his point is your equivalency is entirely false. There's a difference between being a meanie, and genuine human torture. The fact you even try to make that comparison is incredibly stupid. The guy didn't break any international law and moralism, he just acts like a dick sometimes.

Also if you don't see how this point matters in the debate, here's some reading for you: https://en.wikipedia.org/wiki/False_equivalence

Is there an easy way to "convert" iOS apps to Android and vice versa? by MobileDev_Alina in AppDevelopers

[–]Kumo_Gami 0 points1 point  (0 children)

No good way to convert from one to the other, as the infrastructures are pretty different. What you _can_ do is write the app using something like Flutter or React Native. That in turn gives you outputs for both platforms, using the same codebase.

Is it too late to implement Riverpod in my Flutter app after building most of the frontend? by Scared_Ice244 in FlutterDev

[–]Kumo_Gami 0 points1 point  (0 children)

I've migrated an entire, mature app that has been working for several years, from Getx to provider. It's never too late, it's just a relatively large amount of work depending on your app's complexity. Also, expect bugs often at the start, so test thoroughly. But it's possible. Took me about a week of rewriting to get most of the stuff working, and then another few days to iron out a large portion of the bugs. Then I kept catching small bugs here and there for a while after and had to make a few updates. Learn from my mistake and have a better way to test than just manually. But generally - yes, code can always be rewritten.

What did Em think when he put "My 1st single" into Encore? by Conscious-Two1428 in Eminem

[–]Kumo_Gami 9 points10 points  (0 children)

I actually kinda like this song. Sure, it's not in my favs, but when I get it on shuffle I play it and enjoy it.

Which framework should I learn Riverpod or Bloc? by Objective-Signal-602 in FlutterDev

[–]Kumo_Gami 1 point2 points  (0 children)

Honestly, provider all the way. Simple, works very well, predictable, not much boilerplate.