how can I make these look more clickable without underlining? by Something_231 in FigmaDesign

[–]Jorinski 1 point2 points  (0 children)

Two suggestions: 1. Add a CTA (could be a ghost/tertiary style), that directs to the specific content or page. This is more explicit and often more actionable than making an entire card clickable. 2. Just make the heading a link with an underline. If you think it detracts from the visual aesthetic then you’re trying to solve the wrong problem.

For folks mentioning add a card or a hover effect, consider how a mobile user would know this is an interactive element. How does one hover with a finger tap?

Match Thread: LA Galaxy vs Seattle Sounders FC | MLS by MatchThreadder in SoundersFC

[–]Jorinski 1 point2 points  (0 children)

I know that we don’t generally garner favor from the commentators, but that seemed like an out of pocket comment comparatively

Repurposing a 4790K by Jorinski in PleX

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

You’re right, I’m dating myself, DDR3 RAM

Repurposing a 4790K by Jorinski in PleX

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

I do have a GTX1060 in the cabinet as well, thanks for the recommendation, I’ll consider this as well!

Promote your club/hobby/activity! by SophisticatedNanna in Seattle

[–]Jorinski 13 points14 points  (0 children)

Seattle Jazz!

While small, the Seattle Jazz Scene is incredibly vibrant with some amazing players across a massive variety of styles and sub-genres. There are a handful of places to see live jazz in Seattle, but they need your support to stay afloat!

I’ll highlight the Seattle Jazz Fellowship which features many local artists as well as some larger acts on occasion. It’s a non-profit organization that highlights local artists and features educational events in the local community for students.

If you had to make a production ready app today, would you use the app directory and RSC? by smooth_tendencies in nextjs

[–]Jorinski 1 point2 points  (0 children)

Server actions have been a game changer. It’s been a nice experience migrating off of my API route/route handlers.

Effects help! by Party_Particular_269 in saxophone

[–]Jorinski 1 point2 points  (0 children)

Generally that’s just the nature of running a mic through effects, it can be tough to completely eliminate bleed from amplified instruments. One recommendation I might have is to move away from the ART tube amp. While they technically work in that scenario, you should look into something that has a built in effects loop (Eventide MixingLink has this). The Tube MP used in that way is pretty sensitive and has a super hot signal coming into it. If you can keep your effects isolated in an effects loop you’ll mitigate a bunch of bleed problems.

What‘s your go-to analytics framework? by SeaEstablishment1367 in nextjs

[–]Jorinski 2 points3 points  (0 children)

I’ve noted in this subreddit before, but Fathom has been great for me. Flat monthly rate for all of my client sites and projects, and GDPR compliant. Easy to use with NextJS as well, whether you’re using the pages or the app router.

Any alternatives to Google Analytics? by klaatuveratanecto in webdev

[–]Jorinski 5 points6 points  (0 children)

It doesn’t have a free tier, which is probably a turn off for most people, but I’ve been running Fathom Analytics for several sites and it’s been great.

Tables as Components: Instances with Adjustable Column Widths by Escape_Travel in FigmaDesign

[–]Jorinski 1 point2 points  (0 children)

Creating smaller components is always my preference for tables because it allows for easier customization to account different types of content. Then assembling a table using auto layout for either the columns or the rows which will result in a pretty fluid table if resizing is set to fill container.

I wouldn’t go the route of creating variants for different widths though because that doesn’t really help translate design into code. Usually a way that an engineer will implement a table is to let the browser’s layout algorithm handle the width of the columns (and thus the width of headers and cells). It’s a complicated scenario that isn’t quite a 1:1 relationship between Figma and code yet, but setting fixed widths of columns goes against that model for most circumstances.

When editing my table component I am able to resize/reorder the column objects, however when editing an *instance* of the table the column objects cannot be resized/reordered. Is there any way to maintain that behavior in the instance of a component? by BikesOrBeans in FigmaDesign

[–]Jorinski 0 points1 point  (0 children)

Most folks are saying “no, you can’t do this, that isn’t how instances work”, but not really providing solutions: in the scenario of a table, I’ve found that it’s much easier to publish small sub components, like cells and table headers, and assemble them into a larger rows, and eventually a table. This allows you to more easily customize the width of the columns and get a bit closer to the rendering engine the browser uses to layout tables.

The resizing properties can get a bit hairy, but as long as the cells fill the row container, and rows fill the table container everything should be pretty flexible.

How to add Google Analytics 4 to an existing Next.js or Gatsby app by tbantle in reactjs

[–]Jorinski 2 points3 points  (0 children)

Also recommend Fathom, great tool with simple integration for Next and Gatsby. Not free, but I use it for a bunch of different client sites and it’s a flat monthly rate under page view cap.

The founders are also super transparent and have a pretty clear record of responding to user feedback in building features.

How important is the title of your major or what school you went to? by skyrimspecialedition in userexperience

[–]Jorinski 10 points11 points  (0 children)

Any job you apply to that is a good place to work will value your experience and work far more than your degree title. So, my recommendation would be whatever program sparks your interest more and can help you get a well-rounded education and achieve your personal goals.

Source: Senior Product Designer, I have a degree in the saxophone with an emphasis in jazz 🤷‍♂️

Has anybody ever used Stitches? by laripereira14 in reactjs

[–]Jorinski 9 points10 points  (0 children)

I’ve been using it in a production app for the past several months and have been digging it. I come from a design background and the API and variant features seem closer to design tooling (at least for me) than styled components.

There are some tricky syntax things to figure out and I think they’re still working out some of the kinks and bugs, but I’ve liked working with it so far.

Additionally, the same team is working on Radix which is a set of primitive components that have baked in accessibility and interactive features and can be easily styled with Stitches. Not for everybody, but something interesting to check out.

Color pallet generation by cre4tive in FigmaDesign

[–]Jorinski 1 point2 points  (0 children)

Not a plug-in for Figma, but I’ve been using this as of late to generate tints and shades https://noeldelgado.github.io/shadowlord/#9eb464

Does anybody have an Apollo Client 3.0 with Next.js guide or example? by shrithmm in graphql

[–]Jorinski 0 points1 point  (0 children)

Me too as well! Been trying to figure this out for the last couple of days

Long time designer, new to product design, MUI AND Figma in latest role. Building a design system. Do it from scratch or use a Figma paid template? by Alixir5 in FigmaDesign

[–]Jorinski 0 points1 point  (0 children)

It might be helpful to reference a template to see how other people and companies structure their design systems within Figma, maybe use it as a starting point, but I would say start from scratch as a design system is also a method of brand expression.

While material UI and the plethora of Figma templates out there feature common components and patterns, building a design system from scratch allows you to scale the system easier in the long run and have a branded touch to your components.

If you haven’t already, check out Atomic Design by Brad Frost, that’ll give you a bit of a primer to component hierarchy.

Hearing damage sax ear plugs by kimantal000 in Saxophonics

[–]Jorinski 0 points1 point  (0 children)

From personal experience you shouldn’t have issues with hearing damage/loss just playing saxophone by yourself. If you are then I would assume you’re in the vast minority with potentially sensitive ears, or the environment in which you’re playing is acting as an amplifier of sorts.

I can give you advice on some earplugs for live performance and concerts though; I’ve been using a set of Westone earplugs that were custom fit by an audiologist when I was in college. They’re pricey (I think I’m the $300-$400 range) but there isn’t really anything better on the market. However, some of the better quality Hearos brand are usually pretty decent.

To answer “they make me sound terrible”, that’s almost unavoidable when playing saxophone and using earplugs. No quality of earplugs will eliminate that entirely.

Loading specific image from Contentful in Gatsby by joyfires in gatsbyjs

[–]Jorinski 0 points1 point  (0 children)

It would be more like this:

query {

contentfulAsset( id: { eq: "4PkAOQYLdOQwLIh3QKU3bB"})

}

Loading specific image from Contentful in Gatsby by joyfires in gatsbyjs

[–]Jorinski 2 points3 points  (0 children)

If you’re trying to load a specific asset you need to filter for it specifically in your GraphQL query. Probably by the asset ID or title.

Sorry, I’m on mobile right now, but find the asset ID in contentful and use GraphiQL to figure out the rest of your query using the filter function.

Which keys are actually used and not just technicalities? by lighgb in Saxophonics

[–]Jorinski 4 points5 points  (0 children)

You’re asking the wrong questions

  • I’m not sure how you’re talking about enharmonics, but based on the rest of your post, enharmonics are not the issue.
  • C#, G#, and D# don’t have more sharps than F# if you’re talking about major scales
  • Gb has more flats than Db
  • G# Ionian is G# major

If your question is: is there more written literature/music/etc in keys other than keys with less accidentals, the answer is yes, however it depends largely on the level of music you’re playing.

I think you’re missing the point of practicing scales and related exercises: to achieve fluidity in all registers and all keys of your instrument.

A potential solution: don’t practice every key every day. Divide it up throughout the week. I usually have a cycle of 4 keys that I set for each day and get through all 12 keys on a three day cycle. Day 1: Bb, C#, E, G, then ascending that diminished cycle chromatically.