Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
orangea
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
31.
▲
by
orangea
3y ago
> If you use open source you are accepting the license that says that there is no liability. The article directly contradicts this: > What if an open source project is used directly by consumers, and causes them harm? The public polic
32.
▲
by
orangea
3y ago
- Truly open source, presumably without the caveats that VS Code has such as a few "features" (extensions) being closed source and the extension marketplace being closed to de-microsofted builds - Designed from the beginning to su
33.
▲
by
orangea
3y ago
In the "on top of WASM" case, I imagine that the advantage of Python and JS will be exactly the same as the "not on top of WASM case". Namely, mainly development convenience at the cost of performance.
34.
▲
by
orangea
3y ago
Here is a specific example, again using Python, of how a programming language not designed for WASM might not be ideal: suppose you are writing a Python script which is to be compiled to WASM and needs to import a function. How do you speci
35.
▲
by
orangea
3y ago
When I see "powered by WebAssembly", I take it as a sign that the language is going to be designed around WebAssembly's VM interface rather than the implicit standard of the C memory model and POSIX-like API which basically a
36.
▲
by
orangea
3y ago
In common usage of the terms, "reference counting" and "garbage collection" are completely different.
37.
▲
by
orangea
3y ago
If you got hit by one of these then you wouldn't feel anything. The energy is about 50 joules, or about 1/2 of the heat that a human body produces in a second.
38.
▲
by
orangea
3y ago
Note that such a baseball with the same energy as this particle would still have much more momentum than the particle. So getting hit by the particle wouldn't "leave a bruise".
39.
▲
by
orangea
3y ago
That doesn't mean getting hit by this particle would feel like a punch, since what you feel when you get punched is a transfer of momentum rather than a transfer of energy.
40.
▲
by
orangea
3y ago
Mac doesn't have seccomp so no. The functionality could be implemented but it would have to use a completely different mechanism.
41.
▲
by
orangea
3y ago
IMO the solution is to give users the tools to run apps in a sandbox without forcing them to or making it the default. If an operating system like macos were to ship with a user-friendly UI to change what a given app has access to, then eve
42.
▲
by
orangea
3y ago
So does macos: https://developer.apple.com/library/archive/releasenotes/Int...
43.
▲
by
orangea
3y ago
The rule isn't really about lisp, it's about the kinds of functions and structures you find in the standard library of a typical programming language, such as strings and arrays and file IO and so on. Rust already has those things
44.
▲
by
orangea
3y ago
I think the picture isn't supposed to imply she's going to shoot herself, she's just holding a gun and she doesn't care that she's doing it in an unsafe way because she's an actor and it's a prop gun.
45.
▲
by
orangea
3y ago
> What I ended up doing was making some scripts to install empty universal Erlang servers on all the Planet lab machines (pretty much like the code in this article) - then I set up a gossip algorithm to flood the network with become mess
46.
▲
by
orangea
3y ago
I'm not sure if VS Codium has profiles like that, but Nix can be used to create them. There is support for configuring an installation of VS Code in the Nix language and using it as a package.
47.
▲
by
orangea
3y ago
If your site becomes a spectacle/popular/viral, which I don't think it will, people will submit false data. I don't see how you can possibly deal with that.
48.
▲
by
orangea
3y ago
I'm all for alternatives to HTTP but they really aren't related to this. If you want your site to not be affected by WEI then just don't use the WEI API. And something like WEI could be implemented just as well over those pro
49.
▲
by
orangea
3y ago
> "Keep in mind that after the amount becomes very small, it is likely that the body will dispose of it all at once rather than halving the amount forever." I don't think that's how it works...
50.
▲
by
orangea
3y ago
VS Code certainly can be configured to have a keyboard shortcut to switch to a terminal and another shortcut to switch back and/or close the terminal. In fact probably every popular editor with a built-in terminal can do that.
51.
▲
by
orangea
3y ago
You have to be logged in to github for it to work.
52.
▲
by
orangea
3y ago
Also see https://devpod.sh/ which has had quite a lot of exposure on HN recently.
53.
▲
by
orangea
3y ago
It's true that the sandboxing aspect of vscode.dev and codespaces is a major part of their appeal. It's unfortunate that operating systems were designed with more or less of a "if malicious code is running on your computer, y
54.
▲
by
orangea
3y ago
Your question is answered fairly comprehensively by the other comments on this page which were posted before yours.
55.
▲
by
orangea
3y ago
VS Code, for better or for worse, has evolved into something like an operating system or programming language VM, capable of running apps (extensions) which do useful things while only interacting with the VS Code extension API. This allows
56.
▲
by
orangea
3y ago
My guesses: - People who don't own a computer, e.g. university students who only use the school's computers (or K-12 students even), but who still want their editor settings to be automatically saved and used, and who don't w
57.
▲
by
orangea
3y ago
I have no idea but maybe it would count as aiding and abetting.
58.
▲
by
orangea
3y ago
"Imminently" reasonable and rational? What does that mean?
59.
▲
by
orangea
4y ago
> Do you think it's somehow more altruistic to provide subjectively uglier individuals the same wage? Bias based on attractiveness is no worse than bias based on personality or any other trait. Your point is moot anyway, in a capita
60.
▲
by
orangea
4y ago
The "selectopia" example is kind of how it already does work, or at least how it used to, in computer programming, where having an impressive Github account can help one get hired. But it has downsides: - People who want to get hi
More ›