Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
9d
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
10 ms
·
1.
▲
by
9d
1y ago
Just curious, are you still able to get instant feedback and development conveniences on that 30 minute compile time project, like up to date autocomplete and type hints and real-time errors/warnings while developing before compiling?
2.
▲
by
9d
1y ago
No I mean what if we updated the wasm spec to allow it?
3.
▲
by
9d
1y ago
The one point here that's relevant to me is that if you use a service worker and then redesign your web app so that it's no longer needed, now you need to host code that removes the service worker, and you can never remove that
4.
▲
Service Workers are too hard to clean-up (2023)
(github.com)
2 points
by
9d
1y ago
|
1 comments
5.
▲
by
9d
1y ago
I understand, but what I mean is, what if there is no more opportunity for the light to emit heat, because the surrounding environment is already saturated with so much heat that it can't accept more? Is this a possible way to prevent
6.
▲
by
9d
1y ago
Why not just give apps chunks of non-contiguous memory and let them deal with that fact? Then like realloc, the memory they need stretched may just be moved first.
7.
▲
by
9d
1y ago
> Hire or sponsor? The point here is that sponsoring me would be hiring me collectively. > Is any of them available? No. I'm not good at making games. But I'm good at making APIs.
8.
▲
by
9d
1y ago
I was told it was plasma. Who is wrong, them or you? Either way, I can't trust one of you...
9.
▲
by
9d
1y ago
To be honest, I don't know what Docker or any of these things are. I just wanted to sound smart so I could fit in and people would like me.
10.
▲
Gleam is a friendly language for building type-safe systems that scale
(gleam.run)
3 points
by
9d
1y ago
|
0 comments
11.
▲
by
9d
1y ago
> the Gleam language, which is written in Rust and has first-party LSP support How have I never heard of this language before? https://gleam.run/
12.
▲
by
9d
1y ago
Oh oh! Include 90s.dev! Such a perfect domain name, a built in pun. What a waste.
13.
▲
by
9d
1y ago
That's a good point I didn't think about. I guess it's like v8 compared to quickjs. Anyway all this talk about wasm makes me want to write a scriptable Rust app!
14.
▲
by
9d
1y ago
No, I do not accept this. There must be a way. What if the mirror box has a high enough heat? Would it work then? The box could be made of a heat resistant material, like fiberglass.
15.
▲
by
9d
1y ago
I had no idea what fuel is until this discussion. What's the rationale? Just preventing infinite loops from hanging the host? If the inefficiency is the counter, what if you just calculated an instruction offset - start < threshold
16.
▲
by
9d
1y ago
Could you elaborate?
17.
▲
by
9d
1y ago
ChromeOS only uses V8 by happenstance, being an OS that's just a browser. Android could have used anything and it would have been successful, even C++. These were both successful purely because they're cheap, not because technolog
18.
▲
by
9d
1y ago
But if this benchmark is right, then wasmtime is 5x faster than wasmi for it: https://github.com/khvzak/script-bench-rs
19.
▲
by
9d
1y ago
I started on a Rust app that uses SDL3 and lets you script it via embedded V8[1]. But I'm very seriously tempted to fork it and embed wasmtime or wasmi and let you script it in anything , and include a few wasm compilers into the ap
20.
▲
by
9d
1y ago
> Great question! Thanks! I have lots more too. Are there directions in space? What kind of matter is fire made of? If you shine a laser into a box with one-way mirrors on the inside, will it reflect forever? Do ants feel like they'
21.
▲
by
9d
1y ago
Yeah but--
22.
▲
by
9d
1y ago
Dang, I'm far behind then, I haven't even downloaded QBE[1] yet! [2] https://c9x.me/compile/
23.
▲
by
9d
1y ago
Not sure why you were downvoted. I think you're probably right about a lot of that. I do know that it's certainly the case for me. I have a lot of talent, but I can't harness it unless I find a project I truly believe in. But
24.
▲
by
9d
1y ago
Mostly I meant WASM as a platform (waap?) which seems so futuristic to me. I hope one day all OSes can natively run WASM code, though I'm not sold on WASI since then we're back to square one with security it seems.
25.
▲
by
9d
1y ago
It's the candy look from the early 2000s, from Mac OS X 10.1, turned up to 11. Did Apple learn nothing from Windwos Vista and Compiz?
26.
▲
by
9d
1y ago
Yeah it's one of those projects were I'm so impressed that I'm saying nothing because there's nothing to say, it's just really impressive. I'm not sure what will come of this project, but it has a lot of potent
27.
▲
by
9d
1y ago
Not OP, but I'm confused how this would be helpful. You're saying for example, he can use this function to create a coroutine out of a function, begin it, and if the function fails by e.g. running out of memory, you can give the m
28.
▲
by
9d
1y ago
What the DLL, Dmitry. Don't be a buzzkill.
29.
▲
by
9d
1y ago
> Too many people create new tools, tech, etc. without really stopping to take a moment and think or have a discussion on what the absolute worst case applications of their creation will be "Your scientists were so preoccupied with
30.
▲
by
9d
1y ago
> The downside of course is that each step of the loop is not allowed to hold the CPU for arbitrary amounts of time, and must explicitly yield for long-running tasks. Seems to me that a bigger downside is that the more apps you have open
More ›