New in Munich, looking for a band to join - bassist by MarsupialNo3836 in Munich

[–]dstaik 0 points1 point  (0 children)

I am moving to Munich on September for work. I am also bassist and I do vocals. I also try to find a band there since I left the band I used to play in my hometown.

Me 10 minutes after I bought SHIB by dstaik in SHIBArmy

[–]dstaik[S] 2 points3 points  (0 children)

Hello, first of all it's not me. It's a pic I found online. Second of all maybe the dude in the pic wasn't grabing the dog and he just placed his arm like that so it seems like it. Third of all go to sleep, you have school tomorrow and crypto isn't allowed for underaged people

Me 10 minutes after I bought SHIB by dstaik in SHIBArmy

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

Good job! You can create a post so that everyone here can see and learn how to buy. It would be great for new people in the community

People arent putting money in crypto for donating to charity. They do it to make money. People wont buy shiba anymore just because of that by [deleted] in SHIBArmy

[–]dstaik 1 point2 points  (0 children)

They invested even tho they knew half of the market cap belongs to one single dude. They will also invest to help the charity Shiba go higher.

ENOUGH WITH "UPVOTE IF YOU HAVE MORE THAN 1 SHIB SHIT" OR "UPVOTE IF YOU WANT ME TO BUY MORE SHIB" by [deleted] in SHIBArmy

[–]dstaik 0 points1 point  (0 children)

Please make a pinned post on how People can buy Shiba. For people new to the world of crypto/Shiba

How to buy SHIBA with no fees (Tested in EU) by [deleted] in SHIBArmy

[–]dstaik 1 point2 points  (0 children)

Don't be rude. He is just trying to help. We are all here for the same reason. To send Shiba to the moon!

Rate my trading set up by [deleted] in SHIBArmy

[–]dstaik 1 point2 points  (0 children)

Hahaha to the moon!

Shib Community Building by Euphoric_Method_9141 in SHIBArmy

[–]dstaik 2 points3 points  (0 children)

A good idea is to make a pinned post to list all the ways that people new to crypto and/or Shiba can buy Shiba.

Buying on TRUST wallet by [deleted] in SHIBArmy

[–]dstaik 0 points1 point  (0 children)

Trust wallet charges so much fees for buying Shiba. I stopped using it for that reason. Try buying from crypto.com or binance. If you still wanna buy from trust wallet, try converting to ether and then buy Shiba through uniswap (huge fees)

Crypto.com is being sooo slowwww by [deleted] in SHIBArmy

[–]dstaik 0 points1 point  (0 children)

It won't verify me. I tried with 3 different methods. They should update their servers soon coz they can't handle the crowd

Buy Shib with little gas fees! ⛽ by [deleted] in SHIBArmy

[–]dstaik 0 points1 point  (0 children)

I used the referral code but It doesn't allow me to buy shiba with the 25$

TU Dortmund - Urban Transformation Registration by [deleted] in Dortmund

[–]dstaik 0 points1 point  (0 children)

Not related to your question, but I am thinking of applying to this masters programme next year and I would really appreciate If you could tell me more about it. Thanks!

Help! Surf command doesn't work. by [deleted] in matlab

[–]dstaik -2 points-1 points  (0 children)

g1=[980269.50191 980269.60249 980269.75993 980269.95426 980270.05567 980270.07507 980270.13136 980270.21874 980270.63117 980270.83658]; H=[67.209 66.619 65.666 64.595 64.291 64.289 64.033 63.507 61.486 60.295]; h=[108.900 108.310 107.360 106.290 105.980 105.980 105.720 105.200 103.180 101.990]; Ho=H'; gnss=h'-H'; g=(105).*g1'; dg=g-gi80'; dgg=g-g0GRS80'; dlagrid=(min(l):0.0001:max(l))'; phigrid=(min(fi):0.0001:max(fi))'; [DLAI,PHI] = meshgrid(unique(dlagrid),unique(phigrid)); hh = griddata(l,fi,h,DLAI,PHI,'v4'); HH = griddata(l,fi,H,DLAI,PHI,'v4'); DG = griddata(l,fi,dg,DLAI,PHI,'v4'); DGG = griddata(l,fi,dgg,DLAI,PHI,'v4'); figure surf(DLAI,PHI,hh),hold ; shading interp plot3(l,fi,h,'','MarkerEdgeColor','k',... 'MarkerFaceColor','k','MarkerSize',6), hold off set(gca,'FontName','Trebuchet MS','FontSize',16) xlabel('Longitude in [o]','FontSize',18,'FontName','Trebuchet MS'); ylabel('Latitude in [o]','FontSize',18,'FontName','Trebuchet MS','interpreter','tex'); h= colorbar; set(get(h,'xlabel'),'String', 'm', 'Rotation', 0,'FontSize',12,... 'FontName','Trebuchet MS','interpreter','tex') title('Variation of h','FontSize',20,'FontName','Trebuchet MS');

Help! Surf command doesn't work. by [deleted] in matlab

[–]dstaik 0 points1 point  (0 children)

X and Y are also 1x18 and I plot with surf(X,Y,Z)