Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
piscisaureus
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
piscisaureus
3y ago
https://youtu.be/VO_1AdYRGW8?si=0q_u8ASJKn3YXGdd
2.
▲
by
piscisaureus
4y ago
Not sure if I agree with the scoring model here. I tried two phone numbers: my primary cell phone number gets a great 800+ score but reveals an accurate address history of 9 years. The second one gets a poor score (415), but none of the dat
3.
▲
by
piscisaureus
5y ago
I found https://github.com/pfpacket/rust-9p to be reasonably good and easy to hack on. My fork ( https://github.com/piscisaureus/rust-9p ) has some patches to improve support for the 9P2000.W dialec
4.
▲
by
piscisaureus
6y ago
> However I'm now in situations where the world is divided and asking questions (in order to make my own mind up) is considered some kind of admission of guilt for being part of the "other". For example: Asking someone why
5.
▲
by
piscisaureus
6y ago
This is the first time I've heard about a language called C--, thank you for that. The concept is not so unique as you might think tho; the more commonly used term is "tail call".
6.
▲
by
piscisaureus
6y ago
Ecma-402 support (the 'Intl' object, locale dependent number and date formatting, etc.) requires linking with the ICU library. We expect to support that in a future release.
7.
▲
by
piscisaureus
6y ago
Admittedly I didn't actually read the mailing list discussion. It's entirely possible that The Register made up a big drama where there was none.
8.
▲
by
piscisaureus
6y ago
I understand that reviewing 27k LoC is daunting and probably not very fun. But unlike most patches that draw a similar response it's not a narrowly useful patch that mostly serves the submitter. Proper NTFS support benefits a large pro
9.
▲
by
piscisaureus
6y ago
> Facts (like someones net worth) cannot be copyrighted. However a compilation of facts can be. ... in the US. In the EU and UK there is separate copyright-like legislation that covers this, so-called "database rights". https:
10.
▲
by
piscisaureus
6y ago
This is something that we'll further work out in future versions. For now you can use a lockfile: https://deno.land/manual/linking_to_external_code/integrity_...
11.
▲
Startups can think through the economic downturn
(medium.com)
2 points
by
piscisaureus
6y ago
|
0 comments
12.
▲
by
piscisaureus
7y ago
If PayPal says it is not a security issue, the researcher should just publish the details of how it's done.
13.
▲
by
piscisaureus
7y ago
I use FileExplorer for this and it works great: https://apps.apple.com/us/app/fe-file-explorer-pro/id4994701... (No affiliation to the author)
14.
▲
by
piscisaureus
7y ago
Looks like the "founder" is https://github.com/ryankirkman . Doesn't look like he's MIA but rather distracted / doing something else.
15.
▲
by
piscisaureus
8y ago
Package validation (using a checksum or signature) is definitely on our radar. We just haven't gotten around to it yet.
16.
▲
by
piscisaureus
8y ago
If these batteries are as good as the one in my iPhone, they'll need to be replaced after a year and a half. Given that the plant cost 66M, sounds like they're going to make break even approximately. But kidding aside, how long ar
17.
▲
by
piscisaureus
8y ago
> And more than that, I honestly wonder about the motives of an advertising driven company these days. I wonder about ulterior motives too. But in a world where even local apps increasingly try to make me store files in the cloud, I can
18.
▲
by
piscisaureus
9y ago
Although propel itself is written in typescript, supporting users that want to write javascript is an explicit design goal. The npm package contains "vanilla" javascript that targets node.js 8.x and later.
19.
▲
by
piscisaureus
9y ago
I find "beyond compare" to be a very good merge tool. It's not free, but not very expensive either, and works well with git. (I'm not affiliated with them in any way)
20.
▲
by
piscisaureus
9y ago
It uses an ioctl that boils down to 'an overlapped version of poll()'. So the call doesn't block - instead when an event like POLLIN or POLLOUT happens, a completion is posted to the completion port. Call this overlapped-poll
21.
▲
by
piscisaureus
9y ago
I know - I am one of the authors of libuv. However libuv is pretty big and imposes its own asynchronous i/o model onto your application. Later I discovered that it is possible to do efficient epoll emulation on windows so then I wrote
22.
▲
by
piscisaureus
9y ago
Shameless(-ish) plug: https://github.com/piscisaureus/wepoll is not a fat abstraction layer but it could help with windows support.
23.
▲
by
piscisaureus
9y ago
IMO Edge is a fine browser - snappy, stable, up-to-date with web standards. My big beef with it is that it tries to force feed me Bing wherever it can (even after switching the default search engine). That's a big no-no.
24.
▲
by
piscisaureus
9y ago
When green threads, fibers etc. were a hot topic in the node.js community I was pretty involved in core development. As far as I remember, we were never so much against the idea of it, but we didn't believe an actually good implement
25.
▲
by
piscisaureus
9y ago
It's already been done: https://git.daplie.com/Daplie/localhost.daplie.me-certificat... Which I find to be a very practical solution for connecting to localhost over https, it frees you from having to install a se
26.
▲
by
piscisaureus
9y ago
I would suggest that browsers should support some kind of TOFU for self-signed certificates used by non-publicly accessible web servers. What if they'd just ask the user to accept and install a certificate when connecting to a local se
27.
▲
IBM's Response to White House RFI – Preparing for the Future of AI
(research.ibm.com)
2 points
by
piscisaureus
10y ago
|
0 comments
28.
▲
by
piscisaureus
10y ago
On your remark on the enbedder api: work is underway to define an engine agnostic C api for node.js compiled addons. See https://github.com/nodejs/vm
29.
▲
by
piscisaureus
10y ago
Yes, but as long as the file is openen by another process... - You can't delete the parent directory - You can't create a new file with the same name ... which makes that flag quite useless.
30.
▲
by
piscisaureus
10y ago
I wrote the windows bits for libuv (node.js' async i/o library), so I have extensive experience with asynchronous I/O on Windows, and my experience doesn't back up parent's statement. Yes, it's true that many A
More ›