HN user

lima

8,798 karma
Posts23
Comments1,826
View on HN
neodyme.io 1y ago

Windows BitLocker – Screwed Without a Screwdriver

lima
190pts96
github.com 3y ago

Rosenpass – formally verified post-quantum WireGuard

lima
285pts80
github.com 4y ago

Go CheckLocks Analyzer

lima
94pts19
gvisor.dev 4y ago

Running GVisor in Production at Scale in Ant

lima
2pts0
github.com 5y ago

Applications that run Chromium with –no-sandbox

lima
2pts0
news.ycombinator.com 5y ago

GitHub is serving broken CSS

lima
4pts2
blog.qualys.com 5y ago

Heap-Based Buffer Overflow in Sudo

lima
94pts2
secret.club 5y ago

Escaping VirtualBox 6.1: Part 1

lima
324pts46
oauth.xyz 5y ago

OAuth 3 Specification

lima
2pts2
groups.google.com 6y ago

Golang-nuts: considering dropping GO386=387

lima
1pts0
summitroute.com 6y ago

Denial of Wallet Attacks on AWS

lima
2pts0
github.com 6y ago

Gogo Protobuf looking for new ownership

lima
2pts0
access.redhat.com 6y ago

CVE-2020-11100 haproxy: malformed HTTP/2 requests can lead to OOB writes

lima
3pts0
github.com 6y ago

GoZFS is a pure-Go implementation of ZFS userspace

lima
2pts0
secure.phabricator.com 7y ago

Writing Reviewable Code

lima
2pts0
robertheaton.com 7y ago

How Tinder keeps your exact location (a bit) private

lima
2pts0
cloudplatform.googleblog.com 8y ago

Open-sourcing gVisor, a sandboxed container runtime

lima
2pts1
www.redhat.com 8y ago

A look at VDO, the new Linux compression layer

lima
146pts63
www.arangodb.com 8y ago

Ted Dunning joins ArangoDB

lima
1pts0
blog.cloudflare.com 8y ago

CloudFlare replaced Citus with ClickHouse

lima
6pts0
chrome.google.com 8y ago

“Web Developer” Chrome extension hijacked – uninstall immediately

lima
4pts0
vorpus.org 9y ago

Thoughts on Python asynchronous API design in a post-async/await world

lima
3pts1
www.ansible.com 9y ago

RedHat is about to open source Ansible Tower

lima
3pts0
Codex Resets 4 days ago

It's a competitive market. Kimi K3 has almost reached parity with Opus.

OpenPrinter 17 days ago

Non commercial licenses are not generally considered open source

The company also should have restricted network access to the port in the conference room so that an unknown device like a Raspberry Pi could not make an Ethernet connection from that spot

Bad take - the actual problem is that there was a trusted network in the first place. This kind of network access control is trivial to bypass, and trusted devices can get compromised.

This. It's easy to forget that Postgres is fundamentally a single-node database without distributed transactions. It won't pass the Jepsen test suite with multiple nodes. DBOS, Temporal and friends inherit this limitation.

Something like Restate actually implements distributed transactions.

Gerrit's new UI comes pretty close, and it's also what Google uses for projects living outside of google3.

GitHub's PR review workflow is archaic in comparison, especially now that every page takes 2-3 seconds to load.

Don't worry, they accept PRs on that repo. They just merge them internally and then re-export them.

There are some variations, but this is generally the same with all open source projects which live in their internal monorepo, such as gVisor or Bazel.

How do you know the clanker respects the instruction not to search the internet?

You can't, but given that it's a previously unsolved problem, it doesn't seem relevant? (nor are the author's potential biases - the claims are easily verified independently)

Fun fact: In Germany, the civil courts will usually take the case anyways if it has merit, but the winner ends up paying for the whole lawsuit if they failed to make an effort to resolve the case before suing.

Gentoo on Codeberg 5 months ago

But the implementation of Gerrit seems rather unloved

There are lots of people who are very fond of Gerrit, and if anything, upstream development has picked up recently. Google has an increasing amount of production code that lives outside of their monorepo, and all of those teams use Gerrit. They have a few internal plugins, but most improvements are released as part of the upstream project.

My company has been using it for years, it's a big and sustained productivity win once everyone is past the learning curve.

Gerritforge[0] offers commercial support and runs a very stable public instance, GerritHub. I'm not affiliated with them and not a customer, but I talk to them a lot on the Gerrit Discord server and they're awesome.

[0] https://www.gerritforge.com/

HackMyClaw 5 months ago

Clearly, convincing it otherwise is part of the challenge.

Ghidra by NSA 5 months ago

This is changing, Ghidra is increasingly replacing IDA for commercial work.

It's really the same thing. Network partitions can (and do) occur within a single DC.

If your network is down, your clients can't connect DB too, and nothing works

This sounds simple, but can only be achieved with high certainty using distributed consensus.