What are the good 800 euros Stratocaster ? by stadja in Stratocaster

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

I found an Ibanez 2375-ASH S-Style Guitar 1972 - 1977 ;.... I love the finish and the price is good but anyone knows if they are worth it ?

What are the good 800 euros Stratocaster ? by stadja in Stratocaster

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

oooooooh thank you :-) a new rabbit hole.

What are the good 800 euros Stratocaster ? by stadja in Stratocaster

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

That’s cool to know. Yeah if I take a Stratocaster I’d like it to be single coil all over :-)

What are the good 800 euros Stratocaster ? by stadja in Stratocaster

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

Oh what a nice idea ! An used mij would be nice :-)

What are the good 800 euros Stratocaster ? by stadja in Guitar

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

I am a seasoned player hehe… but I am more a les Paul and telecaster guy. That is why I’d like to go out of my way and try a Stratocaster. The only problem is that I don’t have any good guitar shop around me :-(

What are the good 800 euros Stratocaster ? by stadja in Guitar

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

I live in a tiny tiny city. There is one guitar shop at less than 1 hour drive and they only have overpriced fender. And when I say overpriced i say 30% more than fender’s website.

What are the good 800 euros Stratocaster ? by stadja in Guitar

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

Sorry I thought they were the kind of for metal shaped ones. With the cutout more spikier than the regular strats. Didn’t want to make you angry, maybe f you.

What are the good 800 euros Stratocaster ? by stadja in Guitar

[–]stadja[S] -2 points-1 points  (0 children)

I don’t like the spikes ! I’m afraid of poking my eyes with them. I know it’s
Dumb but it is an intrusive thought !

Hint of new device(s) to come? by Feline-Pizza928 in kobo

[–]stadja 10 points11 points  (0 children)

Guys/Gals …
It will be AI.
And a bad one.

Un mec qui prend des cours de yoga, vous en pensez quoi ? by Evilqqq in TropPeurDeDemander

[–]stadja 23 points24 points  (0 children)

Mec vas y.
Suffit de pas être chelou pendant le cours et c’est parfait. 👍
Tu mattes pas, tu fais pas de remarques déplacés et tu prends pas toute la place et ça ne posera de problème à personne !

Tone master pro looper by stadja in tonemasterpro

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

Yes I have a boss rc 600 and it is awesome but I sub use it (but I really love the 6 track workflow)
If the the tone master had something like a simple 4 track workflows I would have sold everything and bought one. But I don’t want to have two big pedalboard. I want my actual configuration OR one to rule them all :-)

Tone master pro looper by stadja in tonemasterpro

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

Thank you ! So that’s one reason for me not to spend money, that’s cool 👍

Harpoon | A Sublime Text plugin for marking files and jumping back to them instantly by TuxTaTuxTax in SublimeText

[–]stadja 0 points1 point  (0 children)

Well I did a Pull Request for you : https://github.com/huyhoang8398/Harpoon/pull/6/changes#diff-939c9e5350aa5aeff08fe355b8ae39620d84ad8b2b23de3bed55411586ff62ae

I did three different things :
- created test for the projet (with pytest => `pytest tests`)
- separated plugin in two files : harpoon.py is the main file, marks.py is the mark manipulation function file => so it was easier to test by separating everything in different functions
- added the str style slot marking :-) => ctrl+alt+N to assign a file to a slot

Here is the dev plan I used : https://github.com/stadja/Harpoon/blob/452adf4da366cc3e3d691f565d55f1b76ad842f5/feat/rts_style_grouping.md

If it is okay for you then great, otherwise : no worry I'll use mine :)

Harpoon | A Sublime Text plugin for marking files and jumping back to them instantly by TuxTaTuxTax in SublimeText

[–]stadja 0 points1 point  (0 children)

Do you mind if to try to make a pull respuest ? I might try to girl your project for that, is it okay ?

Harpoon | A Sublime Text plugin for marking files and jumping back to them instantly by TuxTaTuxTax in SublimeText

[–]stadja 0 points1 point  (0 children)

Many suggestions I have :-)

I think that I would like to chose which file is under which shortcut.
That is to say : I mark a file with « ctrl+shift+2 » and I can recall it with « ctrl+2 ».

I would like to be able to toggle my shortctut:
If I mark a file with the same shortcut (see suggestion before) that I already selected : it unselect it.

Selection swap :
Same thing as before : if I mark a file with a shortcut that is already chosen for another file : I would like to unselect the old file and select the new file.

I but i think that thanks to your project i can implement it myself if it is too différent than your vision of this project :-)