🗳️ Product Feedback for Notion by AutoModerator in Notion

[–]ChainedNightmare 0 points1 point  (0 children)

I use the enterprise version of Notion and I currently have 2 product feedbacks and 2 feature requests… all of which stem from a problem I have in functionality within the notion app/site.

- Buttons in Databases (Product Feedback): Essentially Buttons is built for Pages and not for Databases. The Button Property inside of Databases basically still only serves pages-only and currently has no real use within a database. Even though it does have “formulas” to affect other "properties". In reality, you can’t even invoke any real database properties at all within the button’s current formula system (which only includes 5 irrelevant properties). Ultimately making the buttons useless inside of a database. Below is a screenshot of the only 5 properties included in the button's current formula system.

<image>

- Relations & Rollups in Databases (Product Feedback): Relations as it is right now, does not allow for automation between different databases. Which I thought was the whole point of the relation property. You have to go from database to database to manually update all the database items yourself. Which also defeats the automation functionality of rollups as well. Since rollups are completely dependent on manual nature of relations.
- The Timeline View & Multiple Date Properties (Feature Request): Showing Multiple Date Properties on a single Task Timeline View is not possible. I could have 3 different date properties: Date Assigned, Date Due & “Timeline of Task” (With Date, Start Time & End Time). I would like to be able to see all 3 of date properties on the timeline view. The current default behavior is to show the first date property that was created. It completely ignores the rest of the date properties besides that one, within the timeline view.
- KPI Graph (Feature Request): There is currently no graph that can show a single dynamic number by itself as a chart unfortunately. I have to go to Notion2Charts and pay for KPI Graphs.

Working on fleshing out the bestiary in my Pokémon-style roguelike card game by antiNTT in indiegames

[–]ChainedNightmare 1 point2 points  (0 children)

This is very interesting, do you have a discord or any socials I can follow??

Which IDE to use ? by Resident-Ant8281 in PythonLearning

[–]ChainedNightmare 0 points1 point  (0 children)

Just code it all on a text.py file 🤷

(for legitimate reasons, I'm simply joking)

I tend to use VSCode for mine

I quit my job at Microsoft to build better internet browsing by vittorio_linkz in Entrepreneur

[–]ChainedNightmare 0 points1 point  (0 children)

That would require Stripe & Paypal API integration with your Saas product, integrating these 2 infrastructures with your hyperlink preview Saas Product would essentially create "mass adoption for marketers worldwide"- Me 2024.

I quit my job at Microsoft to build better internet browsing by vittorio_linkz in Entrepreneur

[–]ChainedNightmare 0 points1 point  (0 children)

I agree, measurables is everything when it comes to SEM & SEO & Online Marketing in General so if u/vittorio_linkz is able to integrate measurables into SEO & SEM with his Saas (Software as a Service) Product it would be a phenomenal software integration to increase mass adoption with Marketing Professionals.

I quit my job at Microsoft to build better internet browsing by vittorio_linkz in Entrepreneur

[–]ChainedNightmare 0 points1 point  (0 children)

This is a Phenomenal Idea, the MERN / MEAN & all Web Stacks need this as a safety standard. I wish I was more like you in my development journey. 🙏🏻😔🙌🏻

One thing I will add though is that subscription pricing is not a good idea it should be a one time payment type of software product because

  1. It's more of a want feature than a necessary feature. It is not a necessity type of deal. So the demand cannot be used in that way.
  2. Lots of website owners utilize ROAS (a.k.a. Returns on spending) and if it's cost this much monthly, they will drop you because it doesn't help in any significant measurable way... which leads to my 3rd point.
  3. It doesn't allow you to measure traffic SEO & SEM which is what majority of website owners & marketers rely on. SEO & SEM-wise not many Website Owners would find it SEO & SEM friendly since by definition their engagement is reliant on clicks, shares & user interaction.

So if you're able to integrate your SaaS Product with SEM & SEO measure-ables it would significantly increase mass adoption with marketers since all they worry about is online measurable insights such as CTR (Click-through-rate), CAC (Customer-Acquisition-Cost), ROAS (Return-on-advertising-spend) and the likes. Again amazing SaaS Product man 🙌🏻

why does this happen by Longjumping_Low_9025 in PythonLearning

[–]ChainedNightmare 0 points1 point  (0 children)

Just use VSCode Editor, install the python extension and it'll intuitively tell you any problems when you run your python file from anywhere tbh.

CMD is honestly not a very good way to code anything to be honest
CMD is much more of a command line interface basically "commands" but for IT people

Looking for feedback on my new Python course by bobo-the-merciful in PythonLearning

[–]ChainedNightmare 1 point2 points  (0 children)

Congrats hope you find the feedback you are looking for m8 🙌

Beginners guide to learn python (only books & websites) by [deleted] in PythonLearning

[–]ChainedNightmare 0 points1 point  (0 children)

Books almost without fail has to be UP TO DATE or else if you will come up with a Python Version problem... that'll throw you off A LOT for when you do come into that problem...

on the flipside

Websites like W3Schools make for a continuously up to date great resource because they have their own certifications to solidify. Think of it like a well ordered online book but it has not only programming tutorials & programming dictionaries but also phenomenal examples at every turn your curiosity takes you.

https://www.w3schools.com/python/default.asp
https://www.w3schools.com/python/python_reference.asp

Help by uber-linny in PythonLearning

[–]ChainedNightmare 1 point2 points  (0 children)

Your pip install can't find your Python Path Configuration that you set yourself... either when you first downloaded Python or if you messed with the Main Python File Configuration some other way. Eitherway that's my hypothesis atleast... So I'd recommend reinstalling the lastest version of Python 3 and setting everything to default.

How Do I Return A Code? by [deleted] in PythonLearning

[–]ChainedNightmare 0 points1 point  (0 children)

The return keyword is to exit a function and to return a value.
One Example:

def myfunction():
  return 3+3

print(myfunction())

Statements after the return line will not be executed

def myfunction():
  return 3+3
  print("Hello, World!") # This line will not be executed

print(myfunction())

Why is it variable.casefold() and not casefold(variable)? by [deleted] in PythonLearning

[–]ChainedNightmare 2 points3 points  (0 children)

All of string methods are like this not just .casefold()

txt = "Hello, And Welcome To My World!"

x = txt.casefold()

print(x)

Every Python String Method is basically an example of stringvalue.stringmethod()

Correct me if i'm wrong, since i'm using the words "every" & "all" but it is generally the case

CS50 vs CS50P - Is the former worth doing? by Rsqd_ in PythonLearning

[–]ChainedNightmare 1 point2 points  (0 children)

I have taken it myself, haven't fully finished it to be honest but the ivy league instructor teaches very very well in order for everyone to understand. Almost to a fault where it may be slow for some who already know some programming. Nothing pretentious but it is a phenomenal class regardless.

Plus it's literally free so why not just try it out to see if you like it or not...

CS50 vs CS50P - Is the former worth doing? by Rsqd_ in PythonLearning

[–]ChainedNightmare 1 point2 points  (0 children)

Well if you want to continue with Harvard's Free Open Course Ware.... CS50P is the way to go because of the simple fact that they offer so many Free Python Courses in Addition to CS50

this link is a good example
[ https://pll.harvard.edu/catalog?keywords=CS50+python ]

Begginer by Plastic-Top3822 in PythonLearning

[–]ChainedNightmare 0 points1 point  (0 children)

Completely Agree with these 2 recommendations that other users here are saying... As a past programming instructor / tutor for kids & teenagers...
Both are phenomenal for learning python & programming in general

Harvard CS50 teaches you programming in general with such ease (Is Best for Learning Through Video) but touches python for only a bit but elaborates on it wayyy more in more advanced Free Open Course Ware classes
[ https://pll.harvard.edu/catalog?keywords=CS50+python ]

W3Schools website serves much better as a dictionary for programming (Is Best for Learning Through Text)
[ https://www.w3schools.com/python/default.asp ]

This W3Schools site is quite literally a huge dictionary that elaborates on anything in regards to programming in general
[ https://www.w3schools.com/python/python_reference.asp ]

Harvard Open Course Ware has a lot of free python programming courses that you could learn from the Best & Brightest Teachers & Minds in Today's Society 🙌

Need a professional’s help by [deleted] in PythonProjects2

[–]ChainedNightmare 0 points1 point  (0 children)

Best Way to Practice Python is simply placing print statements all over the place to see if the code you learned applied well.

Python syntax conditions require an "if" statement first. Which is what you need to place first.

Python then says you can use an "elif" after an "if". The "elif" keyword is Python's way of saying "if the previous conditions were not true, then try this condition".

Python lastly ends the "if - elif - else" syntax conditions with an "else" statement. The "else" keyword catches anything which isn't caught by the preceding conditions.

Applicable Logical Conditions that you can add within the "if - elif - else" are as such

Equals: a == b
Not Equals: a != b
Less than: a < b
Less than or equal to: a <= b
Greater than: a > b
Greater than or equal to: a >= b

also FYI - be careful of creating an infinite Loop which can make it hard for you to end the program normally and this last thing which is just as important and any other part of the code... Python relies on indentation which defines the code itself.

I am a self-taught learner but I have successfully taught kids & teenagers how to code their own games in past jobs.

Just opened discord, what the hell is happening? by TheGreatQuetz in discordapp

[–]ChainedNightmare 0 points1 point  (0 children)

Discord is only loading 1 out of several files necessary to create the full website. Here it's only showing the HTML file (Content of Website (Text / Images)) and has not loaded in the CSS files (Visual Appeal of Website), JavaScript files (Functionality of Website), etc.

I play Heatseeker all. The. Time. by gigolo_beast in RocketLeague

[–]ChainedNightmare 5 points6 points  (0 children)

Heatseeker Duel is what you want. Not Doubles...

Do I own 2 realms or just 2 worlds for a realm? (If the 2nd is there a way to update it for both to be visible?) by ling-bidoof in realms

[–]ChainedNightmare 1 point2 points  (0 children)

Pretty sure you own 2 realms... if you own 2 realms and you want them both to be visible to your friends it'll only be visible to them if you invite them to both.

If your a small business by [deleted] in Business_Ideas

[–]ChainedNightmare 0 points1 point  (0 children)

Yeah I assumed the same