(Score: 5, Insightful)
Try not to look too much at what the default browser styles are, just think purpose.
<section>1...</section><section>2...</section><section>3...</section>
Maybe your coworker possibly suffers from list-itis, after tying too hard to prevent div-itis?
What do you mean about littered with css? Do you have a default reset style, or a simple util class to remove these? Or is your html littered with style=“” everywhere?
I would refer to MDN documents on whatever features you are attempting. eg:
The general term you are looking for is ‘Semantic HTML’ i.e. the tags convey their purpose/meaning.
Maybe they have already hit -15 days without incident
Confusing by-line for link goes to an older video by Louis, actual yt link for video is https://www.youtube.com/watch?v=7yo8av6w4sc
(Score:4, Funny)
Atom did bring about tree-sitter at least.
From https://zed.dev/blog/we-have-to-start-over
We got to a certain point with Atom. It was 2017 when we’d shipped Teletype and it felt like, okay, it’s no longer our own ignorance holding us back, it really is like the platform holding us back at this point.
…
the ironic thing is that we created Electron to create Atom, but I can’t imagine a worse application for Electron than a code editor, I don’t know.
The Hawaiian pizza becomes the ham-steak pizza.
Excellent, have been watching this.
Warning from the release:
Beware of any new fake versions of Mihon or Tachiyomi.
C’mon, this is El Reg you are talking about here.
He won computer science <academia’s> highest possible <medal>.
Show some dignity, aim at the side.
Replace break with goto 😈
I was apparently enraptured by PCs as a child, didn’t really do much apart from games / emulators until secondary school. At ~14 I was offered an extracurricular class to learn how to program TI-82 calculators. This really clicked for me, ended up pursuing a heavy math / comp sci / stem curriculum. I get to automate away tedious / boring tasks by working on a mentally stimulating puzzle. The rush on getting it working the first time is 👌
From https://github.com/githubnext/monaspace#editors :
If you want coding ligatures but do not want texture healing, you can omit the
calt
setting:
It’s basically a different type of ligature - it is standard to OTF fonts, but requires ligature support in your editor/terminal. Just need to enable ligatures and/or enable specific ligature sets. See https://github.com/githubnext/monaspace#editors or maybe https://wezfurlong.org/wezterm/config/font-shaping.html for the general procedure in a supporting terminal.
also sometimes handy to show railroad diagram to help visualize the pattern.
If only there were a handy resource that covers this…
Could it be a route cache thing? may be worth trying
artisan route:clear
followed byartisan route:cache