Viewing profile — nbpname
nbpname
HN member- Joined
- Tue, Mar 10, 2015, 6:59 PM UTC
- HN karma
- 91
- Public activity
- 17 items
- HN profile
- View on Hacker News ↗
About nbpname
No profile information was provided.
Recent public activity
-
comment
Comment #49246085
Thanks for caring about this topic as well. However, asking people to pay first without an established brand nor the ability to audit the code requires a lot of trust. Without any …
-
comment
Comment #49241539
Privacy & Security with self-hosted LLMs! You have dreamed of this too? Today you you can self-host some models, yet this does not mean you can safely browse the web with it, and a…
-
comment
Comment #46605424
The value brought by NixOS is on line 6. --config ${config.sops.secrets."rclone.conf".path} \ NixOS let you build the abstraction you want, and mix them with abstractions provided …
-
comment
Comment #37776618
Grafting is indeed a good solution for fast security updates, except that the way this is implemented in Guix depends on the maintainer of each package. This is indeed better than …
-
comment
Comment #34802631
Interesting! The current design seems to uses 3 transducers at 2.25 MHz with a static phase shifter added on top of the transducers. Then they capture floating / dropping particles…
- comment
-
comment
Comment #23599615
I have similar results when running the code in the Firefox devtools console, however, running these benchmarks in a dedicated webpage does not show the results. When using a dedic…
-
comment
Comment #20593538
I am no expert in the front-end of Firefox, but a search highlight files such as "tabbrowser.css" and "tabbrowser.js". Have fun: https://searchfox.org/mozilla-central/search?q=&cas…
-
comment
Comment #16912408
This feature is really cool, however the ratio of parse-time and compile-time improvement is not always meaningful to end users. I would be curious to see the absolute & relative l…
- story
-
comment
Comment #15516620
The goal is to optimize the code both at compile-time and at run-time. We need to optimize it at compile time to prevent slow start-up, and we need to optimize it at run-time to be…
-
comment
Comment #15516355
Both the reference to the GraalVM and a pun are intentional.
-
comment
Comment #15516291
It sounds more than likely that HolyJit will use Cretonne as a backend. For the moment it uses dynasm, just to get the prototype working, but I expect to change that in the upcomin…
-
comment
Comment #15516254
For both SpiderMonkey and v8, this is counting the number of calls to the MacroAssembler. SpiderMonkey commonly use the prefix "masm", while v8 uses the macro "__ " to alias the Ma…
-
comment
Comment #14024816
Overlays is a way to extend Nixpkgs in a format which can easily be shared, imported and combined. An overlay can add or override packages, like any user could do before with packa…
-
comment
Comment #12042150
We have an addon called the "Jit Inspector" [1], which should report the Assembly produced by IonMonkey. Last time I tried it not all panels where functional because it was still m…
- story