Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
zielmicha
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
Muse Spark: Scaling Towards Personal Superintelligence
(ai.meta.com)
2 points
by
zielmicha
5mo ago
|
1 comments
2.
▲
by
zielmicha
5mo ago
I think this is a really bad idea unless paired with some regime that penalizes inappropiate use of alarms - and most societies don't treat noise pollution as a real problem. For example, people honk all the time even when there are no
3.
▲
AI Futures Model
(aifuturesmodel.com)
5 points
by
zielmicha
9mo ago
|
0 comments
4.
▲
by
zielmicha
1y ago
Can you explain this in more detail? It doesn't seem true on a first glance. If you enable compression on ZFS that runs on top of dmcrypt volume, it will naturally happen before encryption (since dmcrypt is the lower layer). It's
5.
▲
by
zielmicha
1y ago
SSH is actually really slow on high latency high bandwidth links (this is what HPN-SSH patches fix: https://www.psc.edu/hpn-ssh-home/hpn-ssh-faq ). It's very apparent if you try running rsync between two datacenter
6.
▲
Jitsi privacy flaw enables one-click stealth audio and video capture
(zimzi.substack.com)
214 points
by
zielmicha
1y ago
|
35 comments
7.
▲
by
zielmicha
1y ago
(To be clear, I'm not the author of the post, the title just starts with "How I")
8.
▲
I used o3 to find a remote zeroday in the Linux SMB implementation
(sean.heelan.io)
658 points
by
zielmicha
1y ago
|
223 comments
9.
▲
The Building Blocks of Interpretability (2018)
(distill.pub)
1 points
by
zielmicha
2y ago
|
0 comments
10.
▲
by
zielmicha
3y ago
> It is impossible for something to be a good investment and affordable. They go against one another. Why do you think that's the case? Many companies are a good investment, while they still provide affordable products. Something ca
11.
▲
by
zielmicha
3y ago
Could you have instead changed your code? It's generally best to assume that it's not possible to delete secrets once they are shared (after all, in worst case, the driver could have just remembered the code from the previous visi
12.
▲
by
zielmicha
3y ago
Is there anything that stops patients from lying that they are in a different state (just temporarily)?
13.
▲
by
zielmicha
4y ago
> I couldn't find a single datetime library that has a concept of instances that could be interpreted in different time zones. Jane Street's Core has a good timezone support (the thing you need is pair Date.t * Time_ns.Ofday.t)
14.
▲
by
zielmicha
5y ago
You can also share arbitrary binary data between processes by using shared memory (e.g. Python has support for this in multiprocessing.shared_memory module).
15.
▲
by
zielmicha
7y ago
Yes.
16.
▲
by
zielmicha
7y ago
ZFS-based RAID-5 (called raidz1) doesn't have write hole. https://blogs.oracle.com/ahl/what-is-raid-z
17.
▲
by
zielmicha
7y ago
fsync is still a bit slow on BTRFS (on ZFS too, but to a smaller degree). For example, I just did a quick benchmark on Linux 5.3.0 - installing Emacs on fresh Ubuntu 18.04 chroot (dpkg calls fsync after every installed package). ext4 - 33s,
18.
▲
by
zielmicha
7y ago
PyPy doesn't completely implement Python C API (which anyway is specified only by the CPython implementation, not in any formal manner).
19.
▲
by
zielmicha
7y ago
The variables would need to be constrained to be integers/booleans. And Integer Linear Programming is NP-complete.
20.
▲
by
zielmicha
7y ago
What's the point of dual PSU if not reliability?
21.
▲
by
zielmicha
7y ago
> PyPy is great, but not drop in. Nowadays it works correctly with almost all C modules. Mostly you just need to use `pypy3 -m pip install foo` instead of `python3 -m pip install foo`.
22.
▲
by
zielmicha
7y ago
You don't need fsync if you only care about your user process being killed. It protects only against power loss/kernel crash - the filesystem is not running as user process, so it can't be killed.
23.
▲
by
zielmicha
7y ago
I think it shouldn't be hard to do that automatically in software - you only need to know exchange rates at time of every transaction.
24.
▲
by
zielmicha
7y ago
You can imagine you are converting BTC to dollars right before purchase. If you had 1 BTC worth $1000 at the beginning of the year and then 6 months later (when it was worth $1500) bought something with it - you earned $500 in capital gains
25.
▲
by
zielmicha
7y ago
OpenWRT runs on routers with 8MB of flash and 64MB of RAM and it includes whole wifi stack, routing and browser based GUI. https://openwrt.org/supported_devices/432_warning
26.
▲
by
zielmicha
7y ago
Maybe the problem is that you can use uncomputable numbers in the matrix? (e.g. https://en.wikipedia.org/wiki/Chaitin%27s_constant )
27.
▲
by
zielmicha
8y ago
Address/Undefined Sanitizer (-fsanitize=undefined) will detect many undefined behaviours (but at runtime).
28.
▲
by
zielmicha
8y ago
- fsync on btrfs is extremly slow. The situation has improved in last 3 years, but it is still much slower than ZFS. I just did a simple test and BTFS is 12x slower than ZFS (on my customer SSD, for small writes). - RAID5/6 mode is onl
29.
▲
by
zielmicha
8y ago
There is an open standard - it's called Web Push ( https://www.w3.org/TR/push-api/ ). It's already used by Firefox and Chrome to implement push notifications for web pages (via service workers). The notifi
30.
▲
by
zielmicha
8y ago
> The only wireless security I put any real trust in is WPA2 Enterprise with 802.1x certificate-based authentication specifically. 802.1x with a certificate for Radius server (TTLS mode, which simply layers the plaintext password via TLS
More ›