Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
norskeld
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
norskeld
3mo ago
Either Claude van Code or Chad McGpt.
2.
▲
by
norskeld
4mo ago
Given this is from Vercel and most likely vibe coded (hopefully not), I wonder how many zero-day vulnerabilities will be there... :^)
3.
▲
by
norskeld
6mo ago
APL for talking to LLM when? Also, this reminded me of that episode from The Office where Kevin started talking like a caveman to make communication efficient.
4.
▲
by
norskeld
10mo ago
Damn, I wish CloudFlare being down also affected local development, so I could take a break from doing frontend… :'(
5.
▲
by
norskeld
10mo ago
I don't think this is the case with CloudFlare, but for every recent GitHub outage or performance issue... oh boy, I blame the clankers!
6.
▲
by
norskeld
10mo ago
This wild `unwrap()` kinda took me aback as well. Someone really believed in themselves writing this. :)
7.
▲
by
norskeld
1y ago
While I agree that monopolies suck, I _absolutely hate_ having to waste my time adjusting styles and writing workaround code just to make everything look and work consistently in a multitude of browsers. This is one of the reasons — among a
8.
▲
by
norskeld
1y ago
Janitor Engineers [0] are already a thing? Damn. Also, all links in this article starting from the "Why AI code fails at scale" section are dead for some reason, even though it was written only 5 days ago. That raises some questio
9.
▲
by
norskeld
1y ago
It also has catalogs feature for defining versions or version ranges as reusable constants that you can reference in workspace packages. It was almost the only reason (besides speed) I switched a year ago from npm and never looked back.
10.
▲
by
norskeld
1y ago
As a TypeScript developer experienced in type-level acrobatics, this looks just fine...
11.
▲
by
norskeld
1y ago
Personally, I'd be annoyed by both the resource-consuming animations and the blurry GIFs/canvas. Infisical does use the latter (canvas) for icons in their UI, and I somewhat hate it. I'd rather look at crisp, but static icons
12.
▲
by
norskeld
1y ago
Oh no, Keith was the only thing I liked about C++!
13.
▲
by
norskeld
1y ago
Very tangential, but I couldn't help but remember Crust [1]. This tsoding madlad even wrote a B compiler [2] using these... rules. Or lack thereof? [1]: https://github.com/tsoding/Crust [2]: https://git
14.
▲
by
norskeld
1y ago
Ah, yes, that's totally fair. In case of JS (in browsers) it's sort of a big deal, I suppose, even if scripts being loaded are not render-blocking: the faster you lex and parse source files, the faster page becomes interactive. P.
15.
▲
by
norskeld
1y ago
You should believe in all of them. Just spray and pray!
16.
▲
by
norskeld
1y ago
Is lexing ever a bottleneck though? Even if you push for lexing and parsing 10M lines/second [1], I'd argue that semantic analysis and codegen (for AOT-compiled languages) will dominate the timings. That said, there's no reas
17.
▲
by
norskeld
1y ago
Looking at the source code of the code-editor [1], it seems to be embedding https://onecompiler.com via the iframe and delegating code compilation and execution to it. So I guess it's a question to onecompiler, whether they
18.
▲
by
norskeld
1y ago
Well, many people have complained about this very issue, and it was actually from this [1] discussion that I learned that Firefox handles big PRs just fine. No amount of jumping through hoops, including creating a new profile, helped to mak
19.
▲
by
norskeld
1y ago
Speaking of 'works best in Firefox'... I mainly use Chrome (kinda have to), and it's practically impossible to use it for reviewing big GitHub PRs with many files changed (UI just freezes), but everything's perfectly fin
20.
▲
by
norskeld
1y ago
Ha-ha, thanks, I couldn't help but chuckle a bit at that intro. As for them taking their time... Well, yes, it's all rather sad, but I personally came to terms long ago with the snail's pace of JS proposals rolling out. And a
21.
▲
by
norskeld
1y ago
Scored 17/28. Thank you, this is absolutely cursed! It's probably a good time to go and check out the Temporal stuff ( https://developer.mozilla.org/en-US/docs/Web/JavaScript/Refe... ).
22.
▲
by
norskeld
1y ago
This. I was skeptical at first, but it is indeed good at searching and answering questions without! That said, I still have to double-check results for niche queries or about stuff that is relatively new. Sometimes, the "sources"
23.
▲
by
norskeld
1y ago
This summary-like style — with heavy formatting and every (!) paragraph as a bulleted list — drives me nuts tbqh. Especially in lengthy texts, it just looks... noisy, bland, and sometimes confusing.
24.
▲
by
norskeld
1y ago
roll-safe.jpg tariff.set({ "numpy": -100 })
25.
▲
by
norskeld
2y ago
Turned off? How nice of them. Chrome with the last update simply removed 4 extensions I was using, including uBlock.
26.
▲
by
norskeld
2y ago
TypeScript's type system is Turing complete, so you can not only do that, but also some insane stuff like: - A SQL database implemented purely in TypeScript type system ( https://github.com/codemix/ts-sql ) - Chess
27.
▲
by
norskeld
2y ago
When it comes to custom hash tables, I always remember this video [0] by Strager about implementing the perfect hash table and hash function. Fascinating insights and perf hints. [0]: https://youtu.be/DMQ_HcNSOAI
28.
▲
by
norskeld
3y ago
Interesting to see how they are gonna approach integrating plugins/extensions system, because this is likely gonna be one of the major factors affecting adoption and ecosystem growth. Helix devs, for instance, lean towards a Scheme-lik