home.social

Search

69 results for “angelikatyborska”

  1. 4 weeks with my new #Kinesis #Advantage360

    I'm feeling very frustrated today. I needed to write a lot of code fast, and I can't. The arrows still feel wrong, so code navigation sucks.

    But the worst mistake was placing esc under my left ring finger, lowest row, between backtick and square bracket. Esc being between printable characters used a lot in code, I press it accidentally A LOT and close my IDE's terminal window in the middle of writing a command.

    mas.to/@angelikatyborska/11519

  2. 4 weeks with my new #Kinesis #Advantage360

    I'm feeling very frustrated today. I needed to write a lot of code fast, and I can't. The arrows still feel wrong, so code navigation sucks.

    But the worst mistake was placing esc under my left ring finger, lowest row, between backtick and square bracket. Esc being between printable characters used a lot in code, I press it accidentally A LOT and close my IDE's terminal window in the middle of writing a command.

    mas.to/@angelikatyborska/11519

  3. 4 weeks with my new #Kinesis #Advantage360

    I'm feeling very frustrated today. I needed to write a lot of code fast, and I can't. The arrows still feel wrong, so code navigation sucks.

    But the worst mistake was placing esc under my left ring finger, lowest row, between backtick and square bracket. Esc being between printable characters used a lot in code, I press it accidentally A LOT and close my IDE's terminal window in the middle of writing a command.

    mas.to/@angelikatyborska/11519

  4. 4 weeks with my new

    I'm feeling very frustrated today. I needed to write a lot of code fast, and I can't. The arrows still feel wrong, so code navigation sucks.

    But the worst mistake was placing esc under my left ring finger, lowest row, between backtick and square bracket. Esc being between printable characters used a lot in code, I press it accidentally A LOT and close my IDE's terminal window in the middle of writing a command.

    mas.to/@angelikatyborska/11519

  5. 4 weeks with my new #Kinesis #Advantage360

    I'm feeling very frustrated today. I needed to write a lot of code fast, and I can't. The arrows still feel wrong, so code navigation sucks.

    But the worst mistake was placing esc under my left ring finger, lowest row, between backtick and square bracket. Esc being between printable characters used a lot in code, I press it accidentally A LOT and close my IDE's terminal window in the middle of writing a command.

    mas.to/@angelikatyborska/11519

  6. I got excited at the idea of calc/clamping color lightness in hsl() only to discover that there is no way to do it that will work in all browsers 😢.

    Adding percentages works in Safari, doesn't work in FF and Chrome:
    background-color: hsl(from #ff00ff h s calc(l + 30%))

    Adding numbers works in FF and Chrome, doesn't work in Safari:
    background-color: hsl(from #ff00ff h s calc(l + 30))

    Here's a code pen: codepen.io/angelikatyborska/pe

    Please somebody tell me that I'm wrong?

    #CSS #WebDev

  7. I got excited at the idea of calc/clamping color lightness in hsl() only to discover that there is no way to do it that will work in all browsers 😢.

    Adding percentages works in Safari, doesn't work in FF and Chrome:
    background-color: hsl(from #ff00ff h s calc(l + 30%))

    Adding numbers works in FF and Chrome, doesn't work in Safari:
    background-color: hsl(from #ff00ff h s calc(l + 30))

    Here's a code pen: codepen.io/angelikatyborska/pe

    Please somebody tell me that I'm wrong?

    #CSS #WebDev

  8. I got excited at the idea of calc/clamping color lightness in hsl() only to discover that there is no way to do it that will work in all browsers 😢.

    Adding percentages works in Safari, doesn't work in FF and Chrome:
    background-color: hsl(from #ff00ff h s calc(l + 30%))

    Adding numbers works in FF and Chrome, doesn't work in Safari:
    background-color: hsl(from #ff00ff h s calc(l + 30))

    Here's a code pen: codepen.io/angelikatyborska/pe

    Please somebody tell me that I'm wrong?

    #CSS #WebDev

  9. I got excited at the idea of calc/clamping color lightness in hsl() only to discover that there is no way to do it that will work in all browsers 😢.

    Adding percentages works in Safari, doesn't work in FF and Chrome:
    background-color: hsl(from h s calc(l + 30%))

    Adding numbers works in FF and Chrome, doesn't work in Safari:
    background-color: hsl(from h s calc(l + 30))

    Here's a code pen: codepen.io/angelikatyborska/pe

    Please somebody tell me that I'm wrong?

  10. I got excited at the idea of calc/clamping color lightness in hsl() only to discover that there is no way to do it that will work in all browsers 😢.

    Adding percentages works in Safari, doesn't work in FF and Chrome:
    background-color: hsl(from #ff00ff h s calc(l + 30%))

    Adding numbers works in FF and Chrome, doesn't work in Safari:
    background-color: hsl(from #ff00ff h s calc(l + 30))

    Here's a code pen: codepen.io/angelikatyborska/pe

    Please somebody tell me that I'm wrong?

    #CSS #WebDev

  11. @boldewyn @angelikatyborska Doing lightness clamping in HSL has one big disadvantage - the lightness doesn't correlate with how light it looks 😉 remember yellow #FF0 and blue #00F have the same HSL lightness.

  12. @boldewyn @angelikatyborska Doing lightness clamping in HSL has one big disadvantage - the lightness doesn't correlate with how light it looks 😉 remember yellow #FF0 and blue #00F have the same HSL lightness.

  13. @boldewyn @angelikatyborska Doing lightness clamping in HSL has one big disadvantage - the lightness doesn't correlate with how light it looks 😉 remember yellow #FF0 and blue #00F have the same HSL lightness.

  14. @boldewyn @angelikatyborska Doing lightness clamping in HSL has one big disadvantage - the lightness doesn't correlate with how light it looks 😉 remember yellow #FF0 and blue #00F have the same HSL lightness.

  15. @boldewyn @angelikatyborska Doing lightness clamping in HSL has one big disadvantage - the lightness doesn't correlate with how light it looks 😉 remember yellow #FF0 and blue #00F have the same HSL lightness.

  16. - 10g Psyllium husk (Flohsamenschalen)
    - 200ml of your fav milk (in my case soy milk, Food For Future Biosojamilch from Penny)
    - a squirt of a "barista" 0kcal syrup (e.g. vanilla, chocolate)

    Mix well and let it sit for something like 5-10 min.

  17. I just discovered that I can make milky fiber goo with psyllium husk that has 8g fiber, 8g protein, and 85kcal in a cup, and makes me poop like a champion.

    Heavily recommended for all fans of milky goo.

  18. New exercise `prism` added to the Elixir track on Exercism, thanks to jiegillet 🥳 exercism.org/tracks/elixir/exe

  19. I'm going to #CSSday 2026 🥳 I've always wanted to go. It will be my first one.

  20. I would have sworn I don't watch ThePrimeagen that much 🙈. Funny how you can deduce from my YouTube watching habits that I was taking a German TELC test in early 2025 and trying to figure out how mortgages work in mid 2025. #YouTubeRecap