Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
schemescape
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
schemescape
3y ago
Honestly, I can’t support Y Combinator (by contributing to this site) after the CEO does something like this without repercussions—song lyrics or not. This is schemescape signing off.
2.
▲
by
schemescape
3y ago
Thanks for the correction! I had only used Lua, and thought Fennel had no runtime, so I assumed this was not possible.
3.
▲
by
schemescape
3y ago
Short answer: I don’t know. That sounds like a good idea, but how would that access local variables in the caller (to inspect state)? I remember the Lua C API exposes a lot of information, but I didn’t think it was accessible from scripts.
4.
▲
by
schemescape
3y ago
Last I checked, Lua was “bring your own debugger”. Assuming that hasn’t changed, a REPL is nice, but you can’t pause and inspect anything by default.
5.
▲
by
schemescape
3y ago
Good list! I, too, have many complaints about Common Lisp. But for a language whose standard hasn’t been updated in roughly 30 years, it holds up impressively well!
6.
▲
by
schemescape
3y ago
Thanks! Most of those seem like a fair trade-off for portability… for an app. I’m not sure it’s a great idea for an OS as in the OP, but I do like that they claim accurate incremental rebuilds, to ensure everything get updated. Certainly an
7.
▲
by
schemescape
3y ago
What are the quirks of static linking you need to work around (in general, not for glibc)?
8.
▲
by
schemescape
3y ago
Does anyone know how big the base installation is? I couldn't find an answer anywhere, and the link to the QEMU image appears to be broken, currently. I'm curious how it compares to, say, Alpine with a similar set of packages.
9.
▲
by
schemescape
3y ago
Maybe not all pages are reachable from the root.
10.
▲
by
schemescape
3y ago
If you end up starting a blog, please share it on HN so I can find it :)
11.
▲
by
schemescape
3y ago
Do you have any programming language or UI toolkit preference? That will likely scope your options. If it's just for you, you could use something simple like Tk (e.g. Python + Tkinter).
12.
▲
by
schemescape
3y ago
It sounds like how the pedals react and one-pedal driving are the reasons they suspect? I was expecting touchscreen-only controls to be mentioned, but for all I know new ICE vehicles are like that too.
13.
▲
by
schemescape
3y ago
What are some current examples of lean software, esp. related to developing and deploying software? i3? SourceHut? QuickJS? Edit: BusyBox! I know it’s an open-ended question, but I’m curious to see thoughts from others. For context, possibl
14.
▲
by
schemescape
3y ago
> apt update fetches packages from Chinese server So is it not official Debian? If so, that’s concerning!
15.
▲
by
schemescape
3y ago
Thanks, that makes more sense than automatically granting privileges. It definitely seems easy to mix up those two terms, however!
16.
▲
by
schemescape
3y ago
Looks like that depends on the “canvas” package, which appears to use Cairo/Pango for text, similar to Graphviz. This is great! I wanted something I could compile (the native code) to WebAssembly for use in a Deno-based SSG, and this l
17.
▲
by
schemescape
3y ago
Does this require a browser (or browser engine) for rendering (like Mermaid.js)? Or can it render (esp. to SVG) without a browser (like Graphviz)? Penrose appears to be written in TypeScript, so my assumption is that it needs a browser.
18.
▲
by
schemescape
3y ago
> I really don't like this aspect of GitHub that people who have submitted a typo fix gain additional privileges on the repo by default. What privileges do they gain? Anything other than the one you mentioned? This was definitely no
19.
▲
by
schemescape
3y ago
How paranoid should I be about routers from companies like Cudy that I’m not familiar with? My intuition is “very paranoid, even if I replace the firmware with OpenWRT”. Am I being too paranoid?
20.
▲
by
schemescape
3y ago
Is it just Safari or are the “turn left” and “turn right” icons nearly identical?
21.
▲
by
schemescape
3y ago
In the hypothetical case that a Bitcoin ETF gets hacked and its wallet(s) emptied, what happens? Is it any different from, say, a gold ETF having its physical gold stolen?
22.
▲
by
schemescape
3y ago
Is anyone able to contrast NAND Game and MHRD? They sound very similar.
23.
▲
by
schemescape
3y ago
> If you don't actually enjoy the the electronics part so much and just enjoy the psuedo-assembly aspect, then I'd recommend TIS100 or Shenzhen I/O. (Shameless self-promotion, but I think it's relevant here...) And if
24.
▲
by
schemescape
3y ago
I saw you mention this in a previous post, but I can’t find an example. Do you have one handy? What are the limitations? Edit: is this it? https://www.spritely.institute/news/building-interactive-web... Edit again: app
25.
▲
by
schemescape
3y ago
Local Storage falls apart on iPad/iPhone, unfortunately. The data is deleted if you don’t visit the site often enough. I lost my Wordle stats over a vacation this way. Even worse, if you have an HTML game hosted on itch.io (which uses
26.
▲
by
schemescape
3y ago
Is there a document describing the architecture and security model? Edit: There's an image that mentions WebSockets. Is it using the same one-time token approach to security as NeutralinoJS[1]? [1] https://neutralino.js.org&
27.
▲
by
schemescape
3y ago
Is that because you want presentation to be separated? Or some other reason?
28.
▲
by
schemescape
3y ago
> The problem is that no preprocessor-style template language actually allows you to manipulate the HTML as data. Lisp works great for this sort of thing.
29.
▲
by
schemescape
3y ago
Right, I just meant it wouldn’t hang the UI (as the parent comment seemed to imply).
30.
▲
by
schemescape
3y ago
I would assume that LSPs are queried asynchronously. That's at least how it appears in VS Code.
More ›