Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
CasperDern
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
13 ms
·
1.
▲
by
CasperDern
5y ago
The kernel is relatively easy to compile and install, so I would think that's exactly what they did.
2.
▲
by
CasperDern
5y ago
Silero[0] seems to have decent performance (although you will have to some minimal coding). I believe there are better ones if you're willing to tinker a bit more. [0]: https://github.com/snakers4/silero-models
3.
▲
by
CasperDern
5y ago
This can argument can be made for all essential products/services, what you are arguing seems to be effectively UBI causes additional inflation, which may or may not be true.
4.
▲
by
CasperDern
5y ago
> or any other identifying details in the request you transmit You can definitely still use GA if you really wanted to, just not in any way that uses PII (the default).
5.
▲
by
CasperDern
5y ago
The goal of the paper was not to get the best pattern fitter, but to see if it's even possible to do symbolic regression with a simple token-to-token prediction method.
6.
▲
by
CasperDern
5y ago
They used a fixed size transformer, where the vocab determines the functions and input/output range. So unless the model needs more 'memory' for your class of expression there wouldn't necessarily be a big change in perf
7.
▲
by
CasperDern
5y ago
UI looks nice but is janky. Documentation is lacking, but sufficient. Longhorn works great (if you ignore CPU usage due to syncing when there's a lot of IOPS). Overal though self-hosting it has been pretty great for us from a usability
8.
▲
VeraCryptThief: Extracting clear-text passwords from VeraCrypt.exe
(github.com)
4 points
by
CasperDern
5y ago
|
0 comments
9.
▲
by
CasperDern
5y ago
As inconsistent as it is, "AngularJS" is the correct spelling and casing, that's probably why it kept coming. Just check the official website.
10.
▲
by
CasperDern
5y ago
IANAL, but I think "to the extent allowed by the law" is a way to allow an overreaching (doing more than the law allows) contract to not be fully voided. It effectively allows you to specify ideals, but also means that the license
11.
▲
by
CasperDern
5y ago
> Unsigned does not mean "not negative", it means "modular arithmetic". Unsigned does mean non-negative (or rather no indication of negatives) as the sign of a number is just the positive or negative factor of a numbe
12.
▲
by
CasperDern
5y ago
It's actually an interesting discussion. After thinking about it for a bit, it seems like Google is a search company fronting for it's own ad business. In the early days their core technology probably was search but at this point
13.
▲
by
CasperDern
5y ago
The talk: https://youtu.be/i_VsgT5gfMc (Unable to edit the parent)
14.
▲
by
CasperDern
5y ago
I recommend watching this interview with the creator of NFTbay, there are a lot of misconceptions on it's current usage. TL;DW: it's an immutable representation of some data (usually a hyperlink), put on to a public blockchain suc
15.
▲
by
CasperDern
5y ago
I do not know about cloudflare's internals, but I believe the 6 connections limit is purely a browser thing. So it should be able to do as many connections as it's able to handle.
16.
▲
by
CasperDern
5y ago
Not an expert, but I don't think it's necessarily a weakness in the current applications of cryptography. In something like RSA a typical key is >=1024 bits, which is 1.7e308 possible number so even though primes are more &qu
17.
▲
by
CasperDern
5y ago
It's been a while, so I'm not sure if it will work on the newer models, but I used to use the xtensa-lx106-elf (patched from crosstool-NG[0]) toolchain to build my ESP8266 project and then upload it wil esptool.py. There was also
18.
▲
by
CasperDern
5y ago
Yes, it's pretty common in the modern web (search terms: ECDH, TLS). In this case it would be as fast as any E2EE connection.
19.
▲
by
CasperDern
5y ago
> Typically 15% now. Only because of the (still ongoing) anti-trust lawsuit against them.
20.
▲
by
CasperDern
6y ago
> The customer scans the code, sees the amount to be debited, and presses OK. The amount then moves from one phone to another without the need for WiFi or another wireless network How does the business verify a transaction was successful
21.
▲
by
CasperDern
6y ago
The repository linked is just a part of the entire model so it can't be used as is. That said there is a completely implementation made by lucidrains[1] with some results, the only missing component now is the dataset. [1]: https:
22.
▲
by
CasperDern
7y ago
Since KiCad 5.1 you can have more than 2 layers.
23.
▲
Notepad++ – Remove China-Related Issues
(github.com)
5 points
by
CasperDern
7y ago
|
1 comments
24.
▲
Announcing Neutrino MVC Framework for Rust
(reddit.com)
1 points
by
CasperDern
7y ago
|
0 comments
25.
▲
by
CasperDern
7y ago
RSA is pretty easy to implement, but hard to get right, PKCS#1v1.5 can be broken using padding attacks, and should not be used. OAEP is generally recommended. The entire RSA suite (keygen, encrypt/decrypt, padding) can be implemented i
26.
▲
Breaking the Activation Function Bottleneck
(flennerhag.com)
1 points
by
CasperDern
7y ago
|
0 comments
27.
▲
Training ResNet9 in 26s
(myrtle.ai)
1 points
by
CasperDern
7y ago
|
0 comments
28.
▲
Fedora developers discuss ways to improve interactivity in OOM situations
(phoronix.com)
1 points
by
CasperDern
7y ago
|
0 comments
29.
▲
For better deep neural network vision, just add feedback (loops)
(news.mit.edu)
1 points
by
CasperDern
7y ago
|
1 comments