Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
mark_and_sweep
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
1.
▲
by
mark_and_sweep
2mo ago
> a genuinely good tool that enriches your thinking A smartphone is also a genuinely good all-around tool. Even social media is a genuinely good tool for connecting people. Yet, I feel like we've been overly optimistic about the imp
2.
▲
by
mark_and_sweep
4mo ago
Technically, yes. Markdown was always intended to be used for creating HTML and thus allows you to use HTML inline (with some minor caveats, see: https://daringfireball.net/projects/markdown/syntax#html ). If you r
3.
▲
by
mark_and_sweep
5mo ago
What do you mean by corrupted? Been using Deno happily for many years now. Did I miss anything?
4.
▲
by
mark_and_sweep
5mo ago
Sorry, what? I never mentioned lock-in. I assume by Service Worker API, you mean FetchEvent? [1] As in: self.addEventListener("fetch", (event) => {}); That is a web standard indeed, but not one that was designed for use as a ge
5.
▲
by
mark_and_sweep
5mo ago
Their fetch handler [1] is not a web standard. [1] https://developers.cloudflare.com/workers/runtime-apis/handl...
6.
▲
by
mark_and_sweep
5mo ago
> > I don't understand how none of the alternatives really embrace WinterTC > You provide handlers that fulfil requests from the system. As I said previously, though I wish they were, such handlers are not part of WinterTC. An
7.
▲
by
mark_and_sweep
5mo ago
AFAIC, WinterTC doesn't specify how to start an HTTP server. Their minimum common API requires, among other things, that the Request and Response interfaces from the fetch specification are present. Unfortunately, it does not specify a
8.
▲
by
mark_and_sweep
11mo ago
As a German, I gotta ask: Is this a reference to Martin Niemöller's "First They Came"? https://en.wikipedia.org/wiki/First_They_Came
9.
▲
by
mark_and_sweep
11mo ago
> Is there still a real-world use case for XHTML If I need the markup of a page to not contain any structural errors, I often use XHTML for testing at least because, though it's a little more verbose, if there's a nesting error
10.
▲
by
mark_and_sweep
11mo ago
XHTML (or the XML syntax for HTML) wasn't removed (see: https://html.spec.whatwg.org/multipage/introduction.html#htm... ). You may be thinking of XSLT, which may be removed in future.
11.
▲
by
mark_and_sweep
1y ago
Switching to Deno might help. It's sandboxed by default and offers granular escape hatches. So if a script needs access to a specific environment variable or read or write specific files, it's simple to configure that only those a
12.
▲
by
mark_and_sweep
1y ago
From my experience, most simple websites are fine with XSLT 1.0 and don't experience any performance problems.
13.
▲
by
mark_and_sweep
1y ago
> My favorite testing framework, AVA, still isn’t supported. Have you checked recently? The docs ( https://docs.deno.com/runtime/fundamentals/testing/ ) specifically mention AVA as being supported. Then agai
14.
▲
by
mark_and_sweep
1y ago
This bug is specifically about <xsl:text disable-output-escaping="yes"> not working in Firefox. How is disabling output escaping relevant in regards to sharing templates between pages?
15.
▲
by
mark_and_sweep
1y ago
What bug specifically?
16.
▲
by
mark_and_sweep
1y ago
I believe XSLT 1 is still working in all major browsers today. Here's a simple HTML 5 example with two pages sharing a header template: https://gist.github.com/MarkTiedemann/0e6d36c337159a3e6d5072...
17.
▲
by
mark_and_sweep
1y ago
The study actually shows that the people on UBI switched their jobs more often than the control group. Considering that the group on UBI was also happier, felt more financially secure and freer than the control group, this is hardly surpris
18.
▲
by
mark_and_sweep
2y ago
A pretty safe option is working for a utility company.
19.
▲
by
mark_and_sweep
2y ago
I'm driving a 2022 Kia Niro EV. Yes, the sign detection is pretty unreliable, but otherwise I've had no (software) issues with the car yet.
20.
▲
by
mark_and_sweep
2y ago
There is still a wealth tax in Germany which is, in fact, enshrined in its constitution. However, the tax has not been collected since 1997 due to legal issues regarding its calculation. Back then, the constitutional court decided that weal
21.
▲
by
mark_and_sweep
2y ago
Lately, the user experience has gotten much worse for Windows users: In July they removed the ability to download content for offline viewing. So everyone who wants to watch content while travelling, for example, has no other option but to
22.
▲
by
mark_and_sweep
2y ago
As a German, I assumed he's talking about poor connection speeds.
23.
▲
by
mark_and_sweep
2y ago
Reminds me of KQL (Kusto Query Language) by Microsoft
24.
▲
by
mark_and_sweep
2y ago
I believe the competition started with Deno. But yes, Bun is part of the competition now, too.
25.
▲
by
mark_and_sweep
2y ago
Any plans for porting to Android?
26.
▲
by
mark_and_sweep
3y ago
I feel like SEO might be problematic initially given that JSR is already an abbreviation for a Japanese corporation and Java Specification Requests. See https://en.m.wikipedia.org/wiki/JSR
27.
▲
by
mark_and_sweep
3y ago
Parent is talking specifically about writing JSON, not YAML.
28.
▲
by
mark_and_sweep
3y ago
Agreed, and I almost feel silly for pointing this out, but for writing JSON (JavaScript Object Notation), I'd recommend using JavaScript...
29.
▲
by
mark_and_sweep
3y ago
Being using Deno for new projects for years now. Not looking back.
30.
▲
by
mark_and_sweep
3y ago
Firefox reader view helps with that.
More ›