Edgar López
88 posts

Edgar López
@edgarlr_
Design engineer @sequencehq_ Building https://t.co/85fOZkQCQl :D
Madrid Katılım Eylül 2019
442 Takip Edilen111 Takipçiler
Edgar López retweetledi

We’re hiring a product designer to work alongside me. Snitcher is a special place and the space we’re in comes with tons of design challenges:
The job (junior or mid-level): app.dover.com/apply/Snitcher…
It’s natural to think you’re not good enough but please don’t make that stop you from applying!
English

@daveyheuser but should try to use Fable 5 for that prompt, otherwise it might make mistakes
English

@peduarte @peer_rich same in Madrid, all season are pretty well balanced
English

@peer_rich don't know man pretty sure barcelona has all 4 seasons pretty well balanced
English

which is why i left spain
permanent sunny vacation makes you numb
the body needs seasons
Earth@earthcurated
A study reveals that living in Spain feels like being on a permanent vacation.
English

@maxktz looks great, the theme transition is 🔥, is it built with fumadocs?
English

@verrsane fumadocs is great, and looks great out of the box, how important is a visual editor?
English

@floguo great work! loved the pixels illustrations and the cursor trail effect!
English

Design Engineering Tip:
Use cursor velocity, not just cursor position. A fast movement can add more rotation, stretch, or blur for a split second. The interface suddenly feels more physical, because it reacts to motion, not just location.
JS
let x = 0, t = performance. now();
addEventListener("pointermove", e => {
let now = performance. now();
let v = (e.clientX - x) / (now - t);
card. style.transform =
`rotate(${v * 6}deg) scaleX(${1 + Math.abs(v) * .08})`;
x = e.clientX;
t = now;
});
CSS
.card { transition: transform .25s cubic-bezier(.22,1,.36,1); }
English

@tobiastornros mobbin is somewhat helpful when starting completely from scratch, but i also tend to look a lot at my twitter bookmarks for stuff i’ve already saved
English

@vibamohan_ agree, design needs to be useful, solve a problem, and have a purpose. if it's only aesthetics, it's closer to art than design
English

my issue w most engineers who call themselves design engineers is that they think its about making things pretty.
its not. design needs user empathy, a point of view and knowing what to build. skipping all that to write clean ui code is just engineering. which is fine! but it isnt design engineering
English
















