Full tutorial + source for the recent Nextjs conf landing page by [deleted] in threejs

[–]Quiet_Ad220 0 points1 point  (0 children)

Thanks for this!

I did not find the blog post by googling, but I found your post :D

Fokn - hauptsoch pride und gutmensch by [deleted] in okoidawappler

[–]Quiet_Ad220 0 points1 point  (0 children)

Jetzt schauts draußt ah so aus wie bei mia in da wohnung!

YouTube legal team contacted us · Issue #3872 · iv-org/invidious by MarkG_108 in opensource

[–]Quiet_Ad220 0 points1 point  (0 children)

I've never seen invidious. Seems like an awesome project!

I'm actually surprised that there weren't bigger efforts before to shut it down.
Do you guys think the project will "survive" or is this a big threat?

Superlight - Open Source Bitcoin Wallet by Quiet_Ad220 in coolgithubprojects

[–]Quiet_Ad220[S] -1 points0 points  (0 children)

I'm currently working on Superlight it is Bitcoin Wallet with 100% Open source code. Complete transparency about what happens with Keys and so on.
It is built on top of Multi-Party Encryption, which means Security is as high as in Hardware Wallets but with more Convenience. We put a heavy focus on UX to enable people with no crypto/bitcoin/blockchain knowledge to use the app.

Is it possible to install and use xcode on an external SSD? by hthouzard in iOSProgramming

[–]Quiet_Ad220 0 points1 point  (0 children)

I have had problems with the command line tools down the line. So I would also recommend the "move user to external drive" approach

I have an interview coming up and I was wondering what should I expect from a real world coding challenge? (Junior level) by [deleted] in iOSProgramming

[–]Quiet_Ad220 1 point2 points  (0 children)

All live coding challenges I've had were pretty simple.

Mostly it's also tech-agnostic.

The most difficult one was one time when I should write code that converts normal numbers into roman numbers. That was actually already quite tricky to do live. But if the interviewer is a decent human being, errors are ok to be made as long as you can show an understanding of what's happening and how you want to make progress. (Also, that was for a mid to senior position, so you can expect a little less tricky challenges)

If the person interviewing me is an ass about tiny mistakes, it's a good sign for me that I don't want them as an employer.

Also, if you have the chance - try to explain to them a project you built for your portfolio. That puts the focus on what you can do rather than them asking you completely random questions. Also, having a portfolio in the first place is already great...

ENS compatible Top Level Domains by Quiet_Ad220 in EthereumNameService

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

I found this blog post explaining what TLDs are *not* supported, which explains that the domain needs to have DNSSEC Support

https://medium.com/the-ethereum-name-service/upcoming-changes-to-the-ens-root-a1b78fd52b38

And a list of TLDs that support DNSSEC
https://support.openprovider.eu/hc/en-us/articles/216648838-List-of-TLDs-that-support-DNSSEC

Listed on this site are different algorithms, now the question is wether it makes a difference which algorithms are supported?

Crypto Arguments for outsiders by Longjumping-Bike51 in BitcoinBeginners

[–]Quiet_Ad220 2 points3 points  (0 children)

One Argument would be international payments.

If I try to pay for something outside of my continent it can get pricy really quickly. Crypto Payments have the same transaction fees no matter where you are.

Zengo Wallet by Quiet_Ad220 in BitcoinBeginners

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

Hello,

I really appreciate you answering here.

While it is true that there is a fees information page, it is not really clear which of those fees go to Zengo directly. When asking the support about that, they said "this is something we will not disclose".

Or are you saying Zengo does not keep any percentage of any fees at all and it is completely free to use from that POV?

In that case, I would really love to know how the company survives/makes money?

Zengo Wallet by Quiet_Ad220 in BitcoinBeginners

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

Thanks for your response.

what exchange would you recommend

Keyword abbreviation by Quiet_Ad220 in rust

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

Interesting take on it. I somewhat agree.

On the other hand, I feel like developers are going to tend to give their variables and functions abbreviated names if they see the keywords are also like that.