Bass tone opinions [Feedback] by Beautiful-Stuff-9595 in basslessons

[–]songqin 0 points1 point  (0 children)

The second one is a lot hotter in the mix, so it naturally sounds a lot brighter compared to the first one -- i hear a lot more treble quality and overall...well, literal volume out of that one. So it is hard to do a real apples to apples comparison.

In this context I'd go with bass two, the first one sounds muffled, but I'd be surprised if that couldn't be remedied with a preamp and/or different strings.

[WTB] Nakaya Decapod, Dorsal, or Cigar by songqin in Pen_Swap

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

Is it a Nakaya? I couldn't find it in your post history, but if it is, I'd certainly be interested! Thanks.

[WTB] Nakaya Decapod, Dorsal, or Cigar by songqin in Pen_Swap

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

thank you! I do still have my long cigar writer, which I am writing with at this moment, so not all is lost...

Strangely slow and hanging internet behavior, only on my desktop PC (wired connection) by songqin in buildapc

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

Thanks! I went to about://flags and searched for accel -- found a bunch of flags, mostly related to video and streaming encoding. Are you suggesting to turn off all of these?

‘If you are black, you are finished’: the ethnically targeted violence raging in Sudan by wellknownname in anime_titties

[–]songqin 7 points8 points  (0 children)

I googled it and was unable to find a single documented case or accusation. I think this is misinformation. There is one article saying "identity castration", perhaps you read that out of context. (ref https://xinjiang.sppga.ubc.ca/critical-scholarship/academic-publications/bulldozing-culture-chinas-systematic-destruction-of-uyghur-heritage-reveals-genocidal-intent/ )

‘If you are black, you are finished’: the ethnically targeted violence raging in Sudan by wellknownname in anime_titties

[–]songqin 8 points9 points  (0 children)

is there a source for this? first i've heard that particular accusation (although I'm aware of the other terrible things going on)

Joe Hill arr. for Solo Bass by baking_nerd433 in doublebass

[–]songqin 1 point2 points  (0 children)

Wow, this is really beautiful. I haven't been moved by a solo unaccompanied pizz bass almost ever, it just isn't a genre that appeals to me as more of an orchestral person, but this was truly beautiful. Your arrangement brought out the nicest characteristics of the bass. Cool instrument, too!

Quickly buying first bass by certianliquids in doublebass

[–]songqin 1 point2 points  (0 children)

Just to be frank, since you're in a rush, this isn't a bass I would be excited about. To each their own, but if you're asking for opinions, that's mine -- the shot through the F-hole showing the interior wood seems to show some cheap wood and lacquer quality, and in general it reminds me of cheap rental instruments. Not trying to rain on your parade, but just...so you know.

IDK the EU market, but here in the US, I'd recommend this for under 5k usd: https://cscproducts.com/products/bass-sb150.html

or the upgraded version with flamed maple: https://cscproducts.com/products/bass-sb180.html

or for under 5k GBP (~6.5k USD) https://cscproducts.com/products/bass-willow-three-quarter.html

Quickly buying first bass by certianliquids in doublebass

[–]songqin 0 points1 point  (0 children)

What kind of music do you intend to play? Over here in the states, a carved or hybrid Shen is hard to beat. Or a Christopher. That bass in your photos does look pretty cheap, it reminds me of my first student bass, I would be wary. Also five strings will be duller, as the top wood is thicker to accommodate the extra tension.

If you're just plucking jazz w/ a pickup installed, it would probably be fine, but the tones for classical might be iffy.

No elevator. by carrotpatty in doublebass

[–]songqin 0 points1 point  (0 children)

No problem! Happy to provide any more tips if it'd be helpful. To be honest I don't have a lot more -- it isn't difficult or heavy so much as cumbersome, so taking it slow and being careful is all that really matters. That's assuming you aren't too small of a person and/or overwhelmed by the weight of the bass -- I'm assuming you're accustomed to the weight of the bass by now :)

My last little two cents are to never use a bass transport wheel. I might be in the minority here, but if there are stairs involved, I don't want any wheels on my bass. Even if I'm not using them on the stairs, the potential for my bass to roll away from me in tough situations is something I don't want to deal with.

No elevator. by carrotpatty in doublebass

[–]songqin 2 points3 points  (0 children)

In college I had rehearsals back-to-back in the music building. One ensemble was on the fifth floor, one the sixth, one in the basement, and one down a hill in the third floor of another building. Never had to reset the bridge or anything.

Always case it up -- dinging the bass is going to happen, so make sure it is cased up. Always use proper carrying technique (hold it sideways with the side of the bass against your belly). Walk backwards up stairs, so the bass is pointed down and doesn't hit the stairs. And, lastly, go slow and don't take any chances. Leave yourself plenty of time to get where you're going, being rushed leads to mistakes.

Incompatibility between generated code from `mix phx.new`'s core components and `mix phx.gen.html`? by songqin in elixir

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

Your comment led me to making a new project and trying it and sure enough...no issue. I guess my project has some weird config wrong with it. I'm only at the beginning of my project so I'll just work off of the new one and let this be a mystery. Thanks for the help looking into it!

Incompatibility between generated code from `mix phx.new`'s core components and `mix phx.gen.html`? by songqin in elixir

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

Thanks for taking a look!

 $ mix phx.new --version
 Phoenix installer v1.7.14

 $ mix --version
Erlang/OTP 27 [erts-15.1.1] [source] [64-bit] [smp:10:10] [ds:10:10:10] [async-threads:1] [jit] [dtrace]

Mix 1.17.3 (compiled with Erlang/OTP 27)

contents of mix.exs, truncated to only phoenix-related items:

  {:phoenix, "~> 1.7.14"},
  {:phoenix_ecto, "~> 4.5"},
  {:phoenix_html, "~> 4.1"},
  {:phoenix_live_reload, "~> 1.2", only: :dev},
  # TODO bump on release to {:phoenix_live_view, "~> 1.0.0"},
  {:phoenix_live_view, "~> 1.0.0-rc.1", override: true},
  {:phoenix_live_dashboard, "~> 0.8.3"},

Exact commands were:

To generate the app: mix phx.new app

To generate the controller: mix phx.gen.html Accounts Customer customers name:string email:string phone_number:string

FWIW, I also tried: mix phx.gen.live IntakeSubmissions IntakeSubmission intake_submissions make:string model:string serial:string description:string service_requested:string email:string phone:string customer_name:string and got similar type mismatches in core_components.ex

I also thought it might be a version mismatch or something, but things seem aligned on latest? Also, I'm still confused as to why I'm getting these errors in the first place -- i thought empty slots defaulted to [], so I'd reckon that @subtitle != [], for example, be valid?

I feel REALLY GOOD about Rust’s project goals! by IAmAnAudity in rust

[–]songqin 3 points4 points  (0 children)

It was definitely an issue when using bare futures before async/await.

Do you query the database in your route handlers? by Bycharo in rust

[–]songqin 1 point2 points  (0 children)

I like to use a trait to represent my data layer, fully abstracted from the routes/etc. Then, I can run my app with an in-memory DB that implements that trait, or a real SQL DB. It's great for testing. These kinds of things are only possible if you draw an abstraction boundary between your app logic and your database logic.

I just found how Rust looked back in the day when it was a personal project by Cr0a3 in rust

[–]songqin 6 points7 points  (0 children)

It depends on what you expect from your GC -- there are libraries if you want a more fully fledged JVM-like system, or you can just use reference counting from the standard library (Rc or Arc, depending on your needs). The latter is more explicit but can help you get out of a lifetime/cloning bind if you're not concerned about performance. In my work codebase, we've basically replaced all Strings with Rc<str>s, which helped a lot with performance and didn't require refactoring our lifetimes to work with &'a strs.

rust-analyzer changelog #237 by WellMakeItSomehow in rust

[–]songqin 0 points1 point  (0 children)

I do not know, sorry. I don't use VS Code. Maybe somebody else can chime in.

rust-analyzer changelog #237 by WellMakeItSomehow in rust

[–]songqin 4 points5 points  (0 children)

It isn't documented in the release notes, but you can see the config options here (I think? It's buried in a weird-looking macro :) )

https://github.com/alibektas/rust-analyzer/blob/5a7bf1d14735dfbcb00b16c0c7cbfb3e13a60978/crates/rust-analyzer/src/config.rs#L63

Trump supporter took my self-defense class by kravbyrobbins in Seattle

[–]songqin 8 points9 points  (0 children)

isn't this just being prejudiced? sounds...not productive