HackerTrans
TopNewTrendsCommentsPastAskShowJobs

dschuessler

no profile record

comments

dschuessler
·vorige maand·discuss
Be careful! Following a link in the blog post to simonberens.me redirected me to a page instructing me to install malware under the guise of security verification.
dschuessler
·2 maanden geleden·discuss
If you wished, you rather had a large bezel than the notch, go to System Settings > Displays > Alt+Click on a resolution > Show all resolutions, and select the one that is a little less high than your current one. Then the pixels left and right of your notch go dark.
dschuessler
·3 maanden geleden·discuss
Because you will attract people who will want to take advantage of the trust these 3.8k stars signal to some people, for example, by means of supply chain attacks.
dschuessler
·6 maanden geleden·discuss
https://crab.fit/ is an open-source solution. It has a different interface that is much more compact and convenient. I honestly love it.
dschuessler
·6 maanden geleden·discuss
This page looks like an accessibility nightmare. The entire warning text is an image. There is no transcription present for screen reader users. I did not expect this from a government website.
dschuessler
·8 maanden geleden·discuss
You can include arbitrary HTML tags in Markdown at any place you need them.[0] I am not aware of any Markdown tooling that does not support this.

So, no, Markdown is not holding me back. It is perfectly capable of what the author claims it isn't.

[0]: https://daringfireball.net/projects/markdown/syntax#html
dschuessler
·8 maanden geleden·discuss
There is XMPP. Messengers of Google and Facebook used it in the early days. From what I know, it failed for multiple reasons.

1. The various clients and servers implemented different subsets of the functionality, which deteriorated UX.

2. Service providers have an incentive to lock you in and the average user doesn't mind. So no one pushed for it.
dschuessler
·11 maanden geleden·discuss
Out of curiosity, what do you use these netbooks for?
dschuessler
·vorig jaar·discuss
Maybe I am misunderstanding you, but isn't this what Astro's `getStaticPaths`[0] function is for?

[0]: `https://docs.astro.build/en/guides/routing/#static-ssg-mode
dschuessler
·vorig jaar·discuss
I find it sad that Astro advertises itself this way, because I think that it is perfectly capable of building web projects of any complexity, simply by means of the component libraries you can plug in.

What makes it so great is not that it serves a particular niche (like "content-driven websites") but that it provides a developer experience that makes it incredibly easy to scale from a static website to something very complex and interaction-heavy without compromising UX.
dschuessler
·vorig jaar·discuss
Per default, Astro generates static pages. So it makes sense to compare it to an approach that doesn't.

Using a framework has upsides over writing static pages manually. Most notably, you can decompose your website into reusable components which makes your implementation more DRY. Also, you can fluently upgrade to a very interaction-heavy website without ever changing tech or architecture. But that's just what I value. I whole-heartedly recommend trying it out.
dschuessler
·2 jaar geleden·discuss
The parent is probably referring to this benchmark: https://github.com/const-void/DOOM-fire-zig/
dschuessler
·4 jaar geleden·discuss
I recently found out that the author is John MacFarlane, a philosophy professor I have read papers from in totally unrelated contexts. I was more than surprised to see that he is the original author of pandoc. It boggles my mind how someone with an academic career in a somewhat unrelated field can have a GitHub profile like him. It's really impressive.

On topic, though, preceding sublists with empty lines is a complete non-starter for me. However, since I don't hard-wrap lines (goal 7), but use soft-wrap only, I am not in the target audience anyways.
dschuessler
·4 jaar geleden·discuss
Personally, I prefer "What do you think about extracting this into a separate function?"

Unlike in any of your examples, the subtext is: "I anticipate you had reasons for doing it the way you did and I am open to listening to them." It engages the author on the same footing, leaves the door open for discussion but still communicates your intent in a straightforward manner.