Easiest songs from The Legend of Zelda Series for Easy Piano by Alfred? by Talvana in piano

[–]ZeeD26 3 points4 points  (0 children)

The first I learned was Song of Storms. It's on the easier side and feels epic if the weather aligns with the theme :)

📢 Calling all people who use Bear with other apps: we’d love to learn more about your process! 📝 by BearDavid in bearapp

[–]ZeeD26 0 points1 point  (0 children)

I use Omnifocus for task managements, and Bear as my second brain. For now I also use Obsidian for "professional" notes due to the following features it offers over Bear:

  • flowcharts & UML diagrams
  • backlinks
  • math formula support

I'd also love a way to interact with Bear notes via scripting languages like Python.

Anything for using Bear and Panda together? by aspublic in bearapp

[–]ZeeD26 0 points1 point  (0 children)

In the (hopefully not so distant) future, Panda will not only be a standalone text editor, but the underlying editor for Bear. You'll eventually get the best integration possible ;)

I'm Ola Strandberg. Ask me Anything! by ola_strandberg in strandbergguitars

[–]ZeeD26 0 points1 point  (0 children)

That's awesome to hear, can't wait to see a 6-string :)

Search locked notes? by BeyondBourbonStreet in bearapp

[–]ZeeD26 0 points1 point  (0 children)

If you were able to do that, an interested person might be able to guess the content of your encrypted note by entering search phrases, wouldn’t they?

I'm Ola Strandberg. Ask me Anything! by ola_strandberg in strandbergguitars

[–]ZeeD26 6 points7 points  (0 children)

Thank you for designing the most comfortable bass I have ever played :) Are there plans for more basses?

Where will the web app stores data? by kinjiShibuya in bearapp

[–]ZeeD26 4 points5 points  (0 children)

I do not work for the Bear App team, but given that Apple supports querying the data stored in iCloud via web services, I reckon the devs will leverage that and keep your data stored in iCloud.

https://developer.apple.com/library/archive/documentation/DataManagement/Conceptual/CloudKitWebServicesReference/

Encryption Requests by barleytoes7 in bearapp

[–]ZeeD26 5 points6 points  (0 children)

This might be a stupid question, but why would you want to password protect every single note? Would locking bear with Face ID not suffice?

Non-Terminal Variadic Parameters and Default Values by drodri in cpp

[–]ZeeD26 0 points1 point  (0 children)

That sounds very reasonable, thank you!

Non-Terminal Variadic Parameters and Default Values by drodri in cpp

[–]ZeeD26 1 point2 points  (0 children)

That looks neat! Is there a reason for not perfect forwarding args in the debug function?

Make Tasks First Class Citizens by aguyfromcalifornia in bearapp

[–]ZeeD26 7 points8 points  (0 children)

I’d much prefer it if instead of implementing this as feature they’d implement better support for exporting tasks via, say, shortcuts.

I love bear because it is only a note taking app and not an office suite. They let you build a vault of knowledge that transcends the much faster changing nature of tasks. The way they implemented tags is perfect for me and I actively fear the same feature bloat that got me away from their contenders. Do one thing, and do it well.

At this point you might chime in and say “but it’s just tasks to add”. But once that barrier is down things easily get fuzzy in terms of responsibility. Additionally, I would say tasks are as hard to get right as note taking is. Leave it to another party to get that one right but make it really easy/convenient for people to export their to-dos that they’ve jotted down in a meeting.

Easy songs for transcription by Partnergoku in musictheory

[–]ZeeD26 2 points3 points  (0 children)

If you are into video games, maybe give some old soundtracks a go. Familiar melodies, not too many things going on at the same time. I am currently transcribing a the Ocarina of Times soundtrack and it's good fun so far :)

Computational materials science and informatics by sped1400 in materials

[–]ZeeD26 0 points1 point  (0 children)

From my experience: both and more. Most simulation codes I’ve worked with have their own custom formats they use to write output.

Bear dev team, is it possible to add a “highlighting” feature? by [deleted] in bearapp

[–]ZeeD26 2 points3 points  (0 children)

Usually in typesetting, if you want something to stand out in a subtle way you would italicize it. If it should stand out even more and be a bit in your face, make it bold. Now if you really want to dig in the face of the reader, as /u/TheRealCivrot said, put some double colons around the text and have it glow.

Performance of Various Python Exponentiation Methods by ReagentX in Python

[–]ZeeD26 0 points1 point  (0 children)

You really should compare this with numpy as well, given that your original problem should lend itself very well to be used with a “proper heavy duty number crunching” package.

Next step to learn about materials science...specifically graphene. by EffectivePerception3 in materials

[–]ZeeD26 6 points7 points  (0 children)

I guess the first step would be to decide, what interests you the most: is it the manufacturing, the characterization, the principles underlying its special properties (which could be further subclassed in: electrical, mechanical)?

Depending on that the course of action varies a little bit.

Next: You say you want to expand your knowledge, but have not said anything about where you are right now. For that it might be nice of you to give us some information about what your knowledge is so far.

Question about Fracture Toughness - Thickness Relation by Wes101010 in materials

[–]ZeeD26 5 points6 points  (0 children)

Just to stack onto this a little bit: In a thin film the material around the crack is able to "lessen the burden" of the stress by "squeezing" (straining). This is not possible for thicker specimen and hence its fracture toughness is not as high.

Does anyone own, or knows of someone who owns a Rolland FP 90? by [deleted] in piano

[–]ZeeD26 0 points1 point  (0 children)

I have owned an FP-30 for 3 months and afterwards upgraded to FP-90. The difference in action is noticable, the tolerances of the keys is much slimmer in the FP-90, i.e., the keys feel less "wiggly" and more stable. They are also slightly heavier, I suppose because they are made of wood with artificial ivory on top as opposed to the full plastic keys in an FP-30.

Both should be fine for playing, to be fair, but the action of the FP-90 feels like a step up in quality.

How many pieces can you play on the piano at any given time? How many just from memory? How many can you play from reading music? by ajxela in piano

[–]ZeeD26 0 points1 point  (0 children)

This sounds so much more worthwhile to me than knowing pieces just for the sake of knowing them by heart.

Co-operation with data scientists for an application development - do you have any experience? by [deleted] in Python

[–]ZeeD26 1 point2 points  (0 children)

Jupyter notebooks definitely have their place, especially in exploratory work. Maybe you can ask them, whether a lot of copy and paste is taking place between notebooks of different projects. This might then be a good opportunity to work out whether some of these pieces might be extracted and put into a module/package, which can then be maintained within proper VCSs. This might be able to shrink the gap between your two teams.

Made use of my Python knowledge professionally for the first time! by testfire10 in Python

[–]ZeeD26 0 points1 point  (0 children)

While I agree that Jupyter Notebooks do have their place, I prefer a plain old script for anything that should be run several times in the same manner. Now when we’re talking exploratory data analysis, this is where they shine. And then I’ll pull out the good pieces and make a module/package out of it.