Replies

This profile is from a federated server and may be incomplete. Browse more on the original instance.

nikitonsky, to random
@nikitonsky@mastodon.online avatar

Help! I just wanted to make a movie tickets website, not learn about every village in Germany

kytta,
@kytta@fosstodon.org avatar

@nikitonsky don’t let this post land in a German Fedi segment, or you’ll get destroyed by everyone who’s ‘city’ you referred to as ‘village’ :D

leaverou, to random
@leaverou@front-end.social avatar

Doing some research on design systems / design tokens, especially around color.

What are some good open source color palettes?
So far I have: Open color, Open props, Tailwind, Material, Adobe Spectrum, GitHub Primer, Ant Design, IBM Design Language, Radix UI, Bootstrap.

Req: Need to have a page that lists all their colors (see examples).

Looking at color palettes primarily for UIs, not those designed exclusively for dataviz.

The Material color palette
Open Props

kytta,
@kytta@fosstodon.org avatar

@leaverou https://huetone.ardov.me/ has most of them + it allows you to compare the values across all three OKLCH dimensions. The only thing missing is the actual OKLCH under the hood (palettes can only be saved and loaded as RGB)

kytta, to random
@kytta@fosstodon.org avatar

PSA: If you use a piece of software, encounter a bug, and find out it was already reported, DO NOT comment with "I have the same issue" if you have nothing else to contribute. At the very least, add data that might be useful. ESPECIALLY DO NOT leave any comments if the maintainers already said "we are working on a fix".

My mailbox is dying under the load of all the people who have the same bug as me and also have the urge to comment about them having this bug 🙄

kytta,
@kytta@fosstodon.org avatar

@grishka hah, tell me more about it

https://github.com/kytta/shareon/pull/116

(this is the fourth person who doesn't seem to know how to search issues)

linus, to random
@linus@donotsta.re avatar

still getting xterm-color256 wrong (it’s xterm-256color) whenever something doesn’t like xterm-kitty

kytta,
@kytta@fosstodon.org avatar

@linus TERM=dumb or gtfo :blobcatgoogly2:

kytta, to random
@kytta@fosstodon.org avatar

“Never ever ever ever ever mess with my browser. It's not yours, it's mine. I'm letting you use it for free to render your bloated sites. Don't do this to me. I get to copy paste whatever I want whenever I want. When you get your own browser you can do whatever you want but while you are living in my house under my rules I get to copy/paste whenever I goddamn feel like it.”

https://matduggan.com/the-worst-website-in-the-entire-world/

What a delightful read from @matdevdug

kytta,
@kytta@fosstodon.org avatar

I've had the same feelings yesterday, but, unlike Mat, I gave up after it didn't let me paste the password from Bitwarden, and accessing the field via JavaScript would wipe the whole thing clean again.

@matdevdug mind sharing a .torrent with the DMG? 😂

18+ Seirdy, to random
@Seirdy@pleroma.envs.net avatar

Was there anything non-GenAI announced at Google I/O besides the annual Android hardware update or can I ignore the whole thing

18+ kytta,
@kytta@fosstodon.org avatar

@Seirdy Android was barely mentioned lmao, it's GenAI all the way down.

The only non-AI announcement I can think of were View Transitions for multi-page websites 🥱

18+ kytta,
@kytta@fosstodon.org avatar

@Seirdy oh, yes, definitely, it looks very nice in the demos, and I'm honestly quite excited for this feature. But since it's all not on Firefox, I don't care :blobcatshrug:

grishka, to random
@grishka@mastodon.social avatar

Here's an unpopular opinion: Google is outstandingly terrible as the maintainer of Android. Android needs to become a separate entity, preferably a nonprofit, and preferably run by someone who has strong opinions.

kytta,
@kytta@fosstodon.org avatar

@grishka I will not be surprised if one day, Google will just sell Android to Samsung

jeffmcneill, to random
@jeffmcneill@fosstodon.org avatar

Mother's day by country

kytta,
@kytta@fosstodon.org avatar

@jeffmcneill the data is a bit misleading for some countries, like Russia. 8th of March is not Mother's Day, but the International Women's Day, where it is customary to congratulate mothers, of course.

But Russia also has a Mother's Day on the last Sunday in November. In Kazakhstan, it's on the third Sunday in September. In Belarus, it's 14th of October.

The English Wikipedia page does list both dates: https://en.wikipedia.org/wiki/Mother%27s_Day

gaborbernat, to random
@gaborbernat@fosstodon.org avatar

pyproject-fmt just got a new major release https://github.com/tox-dev/pyproject-fmt/releases/tag/2.0.0 now using rust under the hood (faster and more powerful)

kytta,
@kytta@fosstodon.org avatar

@gaborbernat

Quite disappointed with this change. The project was never slow to begin with, and the amount of data it has to process is so small that it’s honestly ridiculous to rewrite it into Rust.

But now that it is not pure Python any more, one can await problems that will arise when trying to run it on a non-mainstream platform. No Windows ARM, no PyPy, no musl+aarch64… The probability of having to compile it when installing is not worth it for a primarily CI-used tool.

kytta,
@kytta@fosstodon.org avatar

@hugovk @gaborbernat yeah, maybe not CI, although I do offload some CI tasks onto an Alpine (musl) machine with ARM64, which does not have wheels in this case. But it's also a problem for developers, who might work from an ARM-based Surface and might not want to get a whole Rust compiler to just run a tool locally.

But yes, I usually don't run linters in all platforms; I'm sorry for the confusing wording ofy previous post 😅

hund, to markdown
@hund@fosstodon.org avatar

Can anyone recommend me a good Markdown editor? I can't seem to find anything that's based on some web engine, which tends to use its own font rendering.

kytta,
@kytta@fosstodon.org avatar
rauschma, to random
@rauschma@fosstodon.org avatar

Simple(!) Node.js frameworks that support TypeScript (think small hobby project where performance doesn’t matter): Which ones do you like?

kytta,
@kytta@fosstodon.org avatar

@dunsap @rauschma I was going to mention Hono, too. I also love how easy it is to migrate runtimes with it, as you can do Node, Deno, and Serverless with pretty much the same code.

tonybaloney, to random
@tonybaloney@fosstodon.org avatar

Darn it Python, why??

>>> bool("False")
True
>>> bool("false")
True
>>> bool("FALSE")
True
>>> bool("0")
True

kytta,
@kytta@fosstodon.org avatar

@tonybaloney because otherwise:

username = request.form.get("username", None)
if not username:
return "Bad Request", 400

Full Name: John False
Username: false

Registration failed: 400 Bad Request

kytta,
@kytta@fosstodon.org avatar

@tonybaloney sounds like a hack, but would json.loads("false") not be kind of a "friendly" string-to-bool conversion? 😂

  • All
  • Subscribed
  • Moderated
  • Favorites
  • JUstTest
  • rosin
  • thenastyranch
  • ethstaker
  • osvaldo12
  • mdbf
  • DreamBathrooms
  • InstantRegret
  • magazineikmin
  • Youngstown
  • khanakhh
  • Durango
  • slotface
  • kavyap
  • provamag3
  • cubers
  • everett
  • cisconetworking
  • tacticalgear
  • ngwrru68w68
  • Leos
  • GTA5RPClips
  • normalnudes
  • modclub
  • tester
  • anitta
  • megavids
  • lostlight
  • All magazines