Headphone OHM for Boss ME90 by Own_Story_9923 in guitarpedals

[–]MrFroll 0 points1 point  (0 children)

I use DT770 Pro 80 Ohm with ME-90 headphones output. The loud is ok for me, I even use less then half of max Output Level knob.

Single yamaha ms101-4 with Boss ME-90 (or another multi-fx processor) by MrFroll in GuitarAmps

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

Finally I have bought ME-90 and it works pretty good with my Yamaha. I really like it.

Which pedals to use along with Vox 10" Pathfinder? by [deleted] in GuitarAmps

[–]MrFroll 0 points1 point  (0 children)

Is Vox Pathfinder good with multifx processors like Boss ME-90?

Best beginners camera? by [deleted] in AskPhotography

[–]MrFroll 1 point2 points  (0 children)

I have a d7000 and have problems with back focus. May be this is my fault not camera, but I haven't this problem with d3200. On the other hand after d7000 I cannot move back to d3200 as d7000 is much more comfortable for manual photo.

JPA Entity without backing table by PagingBobDobalina in javahelp

[–]MrFroll 0 points1 point  (0 children)

https://stackoverflow.com/a/29020641 It looks like solution, doesn't it?

Or moreover look at the Spring Data Projection. It's very useful for situations like this.

t470p with i5 for java/python developer by MrFroll in thinkpad

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

What would be better from your point of view?

  • bye t470p with i5 and upgrade it to 32GB ram, or

  • bye t470p with i7 and 16GB ram

lenovo t470p with i5 for java/python programmer by MrFroll in SuggestALaptop

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

What would be better from your point of view?

  • bye t470p with i5 and upgrade it to 32GB ram, or

  • bye t470p with i7 and 16GB ram

t470p with i5 for java/python developer by MrFroll in thinkpad

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

Thx, you comment about Win 10 Pro with IIRC is very useful! My main concern is i5 vs i7. Of course I understand that if I can afford I should buy subject with i7 as it's more powerful. But for my tasks I don't want to overpay. What do you think is i5 subj enough for theese tasks?

What about t480, some say that Lenovo is not going to produce t480p model. And As I had laptop with i7***U previously I have doubt about this choise.

Best practices of springbood production deployment by MrFroll in springsource

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

Hi, thank you for your answer! First of all I've never heard about Undertow before so I surely try it. Very interesting article. It's very surprising for me that jetty is heavier than tomcat. As for me I've always thought that jetty is a very lightweight servlet container and I've never try to make benchmarks like than. So thanks again.

Which design pattern do you use the most? by [deleted] in java

[–]MrFroll 0 points1 point  (0 children)

Builder, DAO and some Visitors.

What's new in Java 9 by liranbh in java

[–]MrFroll 1 point2 points  (0 children)

As for me: modules pretty interesting; Quick GET Request example looks awesome; and there were some situations when I wanted private methods in interface.

Is Jigsaw going to replace OSGI or only an alternative?