ok's Avatar

ok

@oktry

4
Followers
0
Following
43
Posts
12.12.2024
Joined
Posts Following

Latest posts by ok @oktry

Thank you so much!

17.12.2024 22:02 👍 1 🔁 0 💬 0 📌 0

yeah my timezone ain't gonna cover itself 😅

shouldn't complain though. bonus = juicy xmas gift budget

13.12.2024 12:05 👍 1 🔁 0 💬 1 📌 0

when you throw an `!important` out of pure desperation and it still doesn't work you know it's time to touch grass

13.12.2024 12:01 👍 7 🔁 0 💬 0 📌 0

agreed. mine is best viewed on lotus notes tbh

13.12.2024 11:54 👍 0 🔁 0 💬 0 📌 0

on-call gang 🥹✌️

13.12.2024 11:49 👍 1 🔁 0 💬 1 📌 0

nice!
I agree its not a perfect solution though 🥹

13.12.2024 11:44 👍 1 🔁 0 💬 0 📌 0

some browsers have a Copy Link To Highlight feature like chrome

13.12.2024 11:39 👍 1 🔁 0 💬 1 📌 0

sideend 🤓

13.12.2024 10:35 👍 1 🔁 0 💬 0 📌 0

I feel you bro. temporary workaround

```
// next.config.js
module.exports = {
eslint: {
ignoreDuringBuilds: true,
},
}
```

actual fix is to install eslint in the build environment ✌️

13.12.2024 10:23 👍 1 🔁 0 💬 1 📌 0

do I want to know the downsides of prettier or is ignorance bliss? 🥹

13.12.2024 09:58 👍 0 🔁 0 💬 0 📌 0

b2b tho

13.12.2024 04:15 👍 0 🔁 0 💬 0 📌 0
Preview
GitHub - mermaid-js/mermaid-cli: Command line tool for the Mermaid library Command line tool for the Mermaid library. Contribute to mermaid-js/mermaid-cli development by creating an account on GitHub.

mmdc -i input.md -o output.png

13.12.2024 03:56 👍 1 🔁 0 💬 0 📌 0

1️⃣ command + option + i
2️⃣ command + shift + p
3️⃣ capture full size screenshot

13.12.2024 03:48 👍 1 🔁 0 💬 1 📌 0

tree structures all the way down 🐢

13.12.2024 03:42 👍 0 🔁 0 💬 0 📌 0

screen.studio is decent for actual demo recordings rather than renders

13.12.2024 03:39 👍 1 🔁 0 💬 0 📌 0

but if you can pull it off, adoption is a non-issue 🫡

13.12.2024 03:36 👍 0 🔁 0 💬 0 📌 0

blocking by JA4 could work if they start masking user agent ✌️

13.12.2024 03:18 👍 2 🔁 0 💬 1 📌 0

why would either of these scenarios happen? 🤔

13.12.2024 03:15 👍 0 🔁 0 💬 0 📌 0

you got this 🫶
lmk if you get stuck

13.12.2024 03:13 👍 0 🔁 0 💬 0 📌 0

git commit -m "my message"

otherwise yeah you've got a path issue

13.12.2024 03:00 👍 0 🔁 0 💬 0 📌 0

I agree "refactor" should not change external behaviour. Purpose is usually to improve maintainability/readability of abstractions.

would use "iteration" if it is continuous and small.

"rewrite" implies moving to a new language/library or reimplementing to improve performance.

13.12.2024 00:01 👍 2 🔁 0 💬 1 📌 0

neat! 😎

most teams I know use gong but that obviously comes at a price

12.12.2024 23:50 👍 1 🔁 0 💬 1 📌 0

different use case imo

worked in enterprise orgs where figma was an important part of stakeholder management and planning.

when teams are large, brand consistency is important and risk is high (eg. fintech) I'd prefer high fidelity UI design.

when these factors do not apply, generative tools win

12.12.2024 23:45 👍 1 🔁 0 💬 0 📌 0

you know what's good 🤌

12.12.2024 23:40 👍 1 🔁 0 💬 1 📌 0

this is the way

even better; external m.2 enclosure and whatever reputable brand has the best $/tb deal on diskprices.com

12.12.2024 23:31 👍 2 🔁 0 💬 0 📌 0

imo it doesn't matter unless your app needs to scale. pick whichever platform has docs that make sense to you!

two-way door decision after all ☺️

12.12.2024 23:28 👍 0 🔁 0 💬 0 📌 0

no consensus tbh

I prefer exact versions of prod dependencies for immutability. Less important for `devDependencies`

12.12.2024 23:17 👍 1 🔁 0 💬 0 📌 0

I use tools like v0 but for a different use case; quick mockups to sense check ideas with collaborators before deciding to build the actual PR.

faster than figma because I'm less likely to get slowed down by pixel perfection. better than paper + pen because its testable and provides snippets

12.12.2024 23:10 👍 0 🔁 0 💬 0 📌 1

honestly I don't think this exists but it sounds like a cool idea! 😲

12.12.2024 22:49 👍 1 🔁 0 💬 0 📌 0

I recommend keeping it disabled by default and then use a keyboard shortcut to darken individual sites as needed. This prevents doubling up on sites that already have native dark themes

12.12.2024 22:46 👍 1 🔁 0 💬 0 📌 0