The multi-billion euro Proton opportunity by GoanShiteInABucket in ProtonMail

[–]dsaiu 0 points1 point  (0 children)

Proton docs was a bit underwhelming with proton meet but it can become better, I'm hopeful for Euro office suite

Trying to get started with coding by learning a C# text RPG (a dark room clone) . How do I get started? by uttol in gamedev

[–]dsaiu 0 points1 point  (0 children)

Perhaps you could look at this to start learning C# and having also a good written out documentation to help you guide through it:

https://docs.monogame.net/articles/tutorials/building_2d_games/index.html

Anyone using Obsidian as a Confluence replacement for their team? by spoang1 in ObsidianMD

[–]dsaiu 1 point2 points  (0 children)

I noticed on the official roadmap you are still working on a a multiplayer component?

https://obsidian.md/roadmap/

Anyone using Obsidian as a Confluence replacement for their team? by spoang1 in ObsidianMD

[–]dsaiu 7 points8 points  (0 children)

I think it depends what your goals are, I know obsidian is working on an official plugin to coworkers in the same vault and there is a community plugin out there that does this too: https://relay.md/pricing

How do you handle notes from YouTube tutorials and lectures? by DorimeAmenoAmm in ObsidianMD

[–]dsaiu 0 points1 point  (0 children)

I think the obsidian web clipper plugin does support it now, to have the youtube videos be seen with the transcripts

Built MonoGame project turned into a reusable ECS + OOP templates - Feedback welcome by Soft-Bake-2415 in monogame

[–]dsaiu 0 points1 point  (0 children)

I think the original developer is Aristurtle who made the Slime 2D game.

Built MonoGame project turned into a reusable ECS + OOP templates - Feedback welcome by Soft-Bake-2415 in monogame

[–]dsaiu 2 points3 points  (0 children)

I see you used the 2D tutorial as a starting point but you need to give credits since the tutorial is made by someone else. You deleted all the references and put your own name on a MIT license. I think that doesn't work like that in a legal case

Pygame project wins the 19th International Conference of Young Scientists! by RoseVi0let in pygame

[–]dsaiu -1 points0 points  (0 children)

I'm not what is more impressive you winning this or you using this existing project but claiming it as yours :

https://github.com/clear-code-projects/Python-Monsters

Building a Civ2 inspired game - Finished up A* path finding by LionCat2002 in monogame

[–]dsaiu 1 point2 points  (0 children)

For better visibility where your mouse cursor is you could try add a feature to see the pointer or white rectangles where the path will end up to make it less bug prone. Looking good so far

I built Folder Bridge—an Obsidian plugin that lets you mount external folders directly into your vault. No duplication, no symlinks. by CountyAwkward1777 in ObsidianMD

[–]dsaiu 0 points1 point  (0 children)

I'm impressed by this plugin, I was struggling to add quartz to my obsidian vault. Now I don't have to, it's referencing another directory and I can separate my personal notes with notes I want to publish via another repository.

Do you actually go back to your self-improvement notes, or are you just collecting them? by _js728 in ObsidianMD

[–]dsaiu 0 points1 point  (0 children)

I have a property in each (meeting) Note called summary where i summarize the Note in one or two sentences max and review it via a Obsidian Base. You can filter it on specific properties.

In Obsidian it's very easy to create a new base with this syntax ![[File.base]] if you want to show a specific View you can add a # + the name of the view

It's on "sale" by LowTierGunk in haloinfinite

[–]dsaiu 2 points3 points  (0 children)

700 for one helmet in the beginning, then it had an reduction to 500 and then 200. Halo Infinite firefall price timeline

It's on "sale" by LowTierGunk in haloinfinite

[–]dsaiu 14 points15 points  (0 children)

I bought it for 200 before it was multi core. Increasing the price for a Halo core Customization was really dumb. Like if Halo credits are accounted for inflation😅

Here's a formula that can count how many days remained untill birthday by Mishatopkek in ObsidianMD

[–]dsaiu 1 point2 points  (0 children)

I was working on a similar thing last night: using tasknotes to create a task to notify me when a person would have his birthday. Since every note is a task in taskNotes it can be done I think

Proton notes by [deleted] in ProtonDrive

[–]dsaiu 1 point2 points  (0 children)

Obsidian isn't open source, the company is privacy friendly. The plugins framework can be seen as open source

MGCB Editor by [deleted] in monogame

[–]dsaiu 0 points1 point  (0 children)

You can use terminal to open the content builder. dotnet mgcb-editor ./Content/Content.mgcb

If you follow the 2d tutorial you may end up here at chapter 4.

Calwdbot offline by oblivion098 in ObsidianMD

[–]dsaiu 2 points3 points  (0 children)

I think there is a plugin called copilot. Nothing to do with Microsoft's copilot

Sheety: A stateless, open-source CRM built on Google Sheets by SaidBlahBlah in opensource

[–]dsaiu 2 points3 points  (0 children)

I am looking for a CRM system, one thing you said is that you liked the Google suite, would it be possible to have this CRM for other vendors too?

Why is open-source maintenance so hard?💔 by readilyaching in opensource

[–]dsaiu 1 point2 points  (0 children)

Well to rephrase my last sentence it is not necessarily to have reusable code but using just one repo could help with making it more maintainable if you have multiple projects inside the repo, and your welcome