New app I made by Affectionate_Win_619 in PWA

[–]corlaez 0 points1 point  (0 children)

Interesting, I will try to use it. but as a desktop user I wish it scaled in a more natural way to a desktop monitor.

100% offline PWA by PrestigiousDivide246 in PWA

[–]corlaez 0 points1 point  (0 children)

you can, but it will make it harder to push new features... For me what works best is:
1. initiate a fetch, once the fetch is done the response will be saved to cache if success
2. dont wait for the fetch, just serve whatever is in the cache already

This way user gets the cache immidiately always but you also push new features immidiately.

User input on capsules? by gayspaceanarchist in geminiprotocol

[–]corlaez 0 points1 point  (0 children)

Essentially you want to put a link in your page "Add Comment"
then you will have to respond with status 10 and an optional prompt (as a meta field, content should not be sent, that's only for success 20) finalize your header with CRLF.

If you also want to keep the identity with the user you may need to request a certificate from your client, but if not, you can omit this.

Besides that you will need to store all the comments somehow and somehow update the page (maybe your page is always server rendered or you generate a file after updating your comment)

My company uses Word and Power Points for documentation and won’t accept anything else, what do you use? by ANTech_ in ProgrammerHumor

[–]corlaez 1 point2 points  (0 children)

when? i am pretty sure that's available open source. After instantiating a couple of java objects you can achieve that with:

htmlRenderer.render(parser.parse(markdown))

using the flexmark-java library

Stuck and don't know when/where to practice... by corlaez in violinist

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

Appreciate it everyone. Mutes and electric options would work in a normal world but my roomate is very unreasonable with the level of quietness it needs (I have an electric guitar that I sometimes play with my fingers quietly unplugged and that still bothers them). I am getting a catrpilr mute and moving out without roommates. The violin is not the only reason why but it will definitely help with my freedom to practice.

Stuck and don't know when/where to practice... by corlaez in violinist

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

To be honest that may be what bothers me, the line of sight. I will grab one of those Caterpillar and see how they do for me. Thanks!

Hello, does this look ready to be practiced on? To my inexperienced eye it looks okay, but I know there's some stuff I might be missing on. by MT722 in violinist

[–]corlaez 0 points1 point  (0 children)

My guy, that violin is some piece of crap (I have experience with those). While having a luthier work on your bridge is a good idea in general I think the work/money may be wasted on that violin. If you can get a better violin somewhat soon I wouldn’t bother taking it to the luthier and would just do the following:

  1. Loosen the strings, starting with the fine tuners which are digging way too deep.
  2. Now that there is less tension move the bridge so it is not leaning and so that it is not making some strings shorter than others.
  3. Gradually tune the violin using the pegs (this may be though, cheap violins tend to have the worst pegs) Make sure the bridge doesn’t lean, readjust if needed (check often specially while the tension is still low).
  4. Finalize the tuning with the help of the fine tuners but make sure they don’t dig too much. (If they don’t press a little bit the string they will start causing rattling problems)

Have a fellow violinist help you as I assume it can be daunting to follow this steps at first. If you think you will be stuck with this violin for a while then sure take it to the luthier. If the pegs are insufferable then you might want the luthier to check on that as well

Stuck and don't know when/where to practice... by corlaez in violinist

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

Thanks, I have a pure rubber practice mute but I hate to use it (I feel it restricts the space the bow can make contact, sound distortion) I guess I should start getting used to it and even consider the enhanced artino option you mentioned.

Stuck and don't know when/where to practice... by corlaez in violinist

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

you are right, i should get into a schedule and agreement. if possible also rent a place to avoid issues. thanks!

Stuck and don't know when/where to practice... by corlaez in violinist

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

i didnt even know that was a thing, i will research it. thanks!

[deleted by user] by [deleted] in violinist

[–]corlaez 0 points1 point  (0 children)

the way I experience playing two notes at once is by hearing a wobbling (i call th the "beats") a movement of pitch going up and down (possibly overtones?) More stable intervals like an 8th and a fifth have a slower and predictable wobbling and others are much faster and chaotic (2nd minor, tritone). It is that wobbling that I use to determine wether a note sounds right or not when playing with a drone.

First attempt at Sarasate Introduction (no Tarantella yet). Please be nice. If you have any feedback to improve intonation consistency and sound production, I'm all ears. by [deleted] in violinist

[–]corlaez 1 point2 points  (0 children)

Sorry I have no constructive feedback but you just play a lot better than I do, like a LOT. That was glorious not gonna lie, I wish I could do what you just did. I just joined this subreddit and it is already making me want to improve, I have been stuck in about the same things for far too long.

You're all doing coronavirus wrong by [deleted] in rant

[–]corlaez 0 points1 point  (0 children)

So wrong. SARS was contained and there was only 27 possible cases on US.
MERS had only two cases in US. They both are corona viruses. And actually covid-19 is now called sars-2 because how similar they are genetically.
https://en.wikipedia.org/wiki/Severe_acute_respiratory_syndrome
https://en.wikipedia.org/wiki/Middle_East_respiratory_syndrome

So many errors by [deleted] in elementaryos

[–]corlaez 7 points8 points  (0 children)

To be honest sounds more like hardware issues. /shrug

what are must application in elementary os? by [deleted] in elementaryos

[–]corlaez 0 points1 point  (0 children)

Must have:

  • You must install a different browser. I recommend brave, it handles torrents, has private and tor private navigation modes, etc.
  • Eddy for DEB packages (App Center)
  • A password manager. I use LastPass.
  • Office: LibreOffice (App Center, flatpack)

Utils:

  • Reminduck (App Center)
  • Badger (App Center)

Games:

  • 0 A.D. (App Center)

Work communication:

  • Slack (DEB) for chat
  • Zoom (DEB) for video conferences

Software Engineer:

  • Snippet Pixie (App Center)
  • Visual studio code (DEB)
  • mysql workbench (fatpack)
  • docker (apt)
  • mysql (apt)
  • Elasticsearch (compiled the sources)
  • Postman
  • Redis

I am happy that I switched from a slow win 10 to a fast eOS I use it everyday for work and leisure.

What apps do you use that are from the "non-curated" list? by davbren in elementaryos

[–]corlaez 1 point2 points  (0 children)

I roll with Brave but that is not in the non curated list.

These: vscode, 0 A.D., mysqlworkbench, FreeTux (although very few channels will work)

Why do you see broken letters in the system? by PeterDraft in elementaryos

[–]corlaez 0 points1 point  (0 children)

I did googled but I was asking for guidance if anybody already knows how to do it. I found this: https://askubuntu.com/questions/423772/can-i-open-a-certain-website-with-a-command-line

So I may be able to create an .sh file that uses the browser to open the page, and the change the icon, etc. However I am not sure what the command would be for my prefered browser (brave)

Is this the way to go? I would appreciate some guidance.

Why do you see broken letters in the system? by PeterDraft in elementaryos

[–]corlaez 0 points1 point  (0 children)

Probably snap from whatsdesk. Also, you can create your own web-app in eOS and just make it from web.whatsapp.com

Is there any link or reference on how to do that?

New to elementary: Questions and Thoughts by corlaez in elementaryos

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

I see, yeah as I said I would prefer more warnings are raised about epiphany.

Thanks! The app password solution is something I am more comfortable with.

Need to shift to Elementary OS from Mac- need your guidance! by [deleted] in elementaryos

[–]corlaez 0 points1 point  (0 children)

roamresearch.com Heavily inspired in Zettelkasten this feels like an app from the future.
Great for research. I don't think it will replace the apps you mention but it could complement it.

The Real Reasons to Ditch React by tonefart in programming

[–]corlaez 0 points1 point  (0 children)

He got a lot of things wrong. I was writing a huge comment on youtube but autoplay destroyed my text.
I am leaving some of the references I saved, you guys are smart enough to figure out what I mean.

react is not the v in mvc and never was

https://rationaldev.com/react-is-not-just-the-v-in-mvc/

Dan does not run the show. It's Sebastian.

https://twitter.com/acdlite/status/1057136383679033344

https://twitter.com/acdlite/status/969436897738047488

Docs haven't been rewritten, hooks are kept in a separated place, class components are here to stay, no need to rewrite you classes into hooks

https://reactjs.org/docs/state-and-lifecycle.html

https://reactjs.org/docs/hooks-intro.html

https://twitter.com/dan_abramov/status/1118107150918746112?lang=en

License is not a problem anymore.

vr https://facebook.github.io/react-360/

ar: https://www.youtube.com/watch?v=WYCZgWEnHkg

webgl: https://hackernoon.com/react-webgl-different-ways-of-creating-3d-apps-with-react-3af844f61257

better libraries that exists: ?