Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
mcronce
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
151.
▲
by
mcronce
4y ago
> Rust didn't protect me from that, and those are the kind of vulnerabilities that we'll continue seeing regardless of language. It didn't on its own, but it is worth noting that with type-safe languages, you can protect y
152.
▲
by
mcronce
4y ago
If you're using the app, that might explain the difference. I'm using the mobile web interface and it's so slow that they've lost sales from me before - not because I got frustrated and stopped, but because it took 10+
153.
▲
by
mcronce
4y ago
Absolutely not, that wouldn't be nearly as effective as clickbait
154.
▲
by
mcronce
4y ago
Doordash doesn't even do a good job at it. The tech is awful. The website is slow; on mobile, it's so slow it's unusable. Payment issues require you to open dev tools to see actual actionable errors returned by the server.
155.
▲
by
mcronce
4y ago
It probably does help that both Python and Rust treat FFI as first-class in terms of importance. That said, yeah, PyO3 is a pretty awesome suite to work with.
156.
▲
by
mcronce
4y ago
In the process of electric swapping our 5-speed Baja. It will be keeping the manual gearbox.
157.
▲
by
mcronce
4y ago
My understanding isn't that you _can't_, but that you _aren't allowed to_ by kernel policy. (The risk being that the kernel will panic on OOM, which is not an acceptable way for the kernel to deal with OOM conditions.) If th
158.
▲
by
mcronce
4y ago
ASML depends on lenses from a relatively small company. That company does not have interest in ramping production any more than they already have. They don't care how much money they're offered. Nobody else can get the job done.
159.
▲
by
mcronce
4y ago
"Them" is TSA employees, as the other user explained. The rest of this is a lot of pretty aggressive assumptions about me that are entirely unfounded.
160.
▲
by
mcronce
4y ago
My sample size is two - one departing flight each from LHR and DUB - but they were way less painful experiences than any airport I've flown out of in the US.
161.
▲
by
mcronce
4y ago
It'd be better than UBI if they weren't making everybody's lives worse in the process .
162.
▲
by
mcronce
4y ago
I'd rather just provide UBI. Pay them to do nothing instead of paying them to make everybody else's lives worse.
163.
▲
by
mcronce
4y ago
It's detailed here - https://docs.rs/anyhow/1.0.66/anyhow/struct.Error.html - the list is short but IMO significant
164.
▲
by
mcronce
4y ago
I always use actix-web. warp comes pretty highly recommended as well, although I haven't personally tried it.
165.
▲
by
mcronce
4y ago
I came from PHP, Python, and Go (in that order) with very limited experience in both C and C++ and now use Rust for everything with one exception - a scraper for mint.com that uses https://github.com/mintapi/mintapi .
166.
▲
by
mcronce
4y ago
Generics are a language feature to reduce the need to copy and paste in an editor. For that matter, functions are a language feature to reduce the need to copy and paste in an editor.
167.
▲
by
mcronce
4y ago
Yeah - it's almost better to think of GATs as less of a feature and more of a weird restriction being removed. That's obviously super reductive knowing the amount of work that went into it, but from an end developer standpoint, i
168.
▲
by
mcronce
4y ago
Something something MAGA something something
169.
▲
by
mcronce
4y ago
It's worth reinventing the wheel for the purpose of learning those low-level bits, if that's something you want to learn. For example, I feel like every week I see a new NES or Gameboy emulator posted on /r/rust The nic
170.
▲
by
mcronce
4y ago
OK? That doesn't really change any of the facts I posted.
171.
▲
by
mcronce
4y ago
This is my experience as well (in a similar situation to you). I also found Svelte far easier to grok, as someone who is generally not a web developer, than alternatives. Not having to bundle a huge runtime and deal with all the virtual D
172.
▲
by
mcronce
4y ago
Not entirely. With Skylake, there was a clock speed penalty for "heavy" 256b instructions and "light" 512b instructions, and a steep clock speed penalty for "heavy" 512b instructions. With Ice Lake, there i
173.
▲
by
mcronce
4y ago
> I get it, Crate & Barrel sees this as an opportunity to monetize their brand without having to do all that much. Unfortunately it leaves me with a lot less trust for a brand that used to represent a quality and reputation. It'
174.
▲
by
mcronce
4y ago
> The greatest performance gains are actually at the lowest TDPs, where the 7950X saw a 74% increase in Cinebench R23 MT performance. These advantages actually decreased as TDPs went up, dropping to 37% at 105W, and finally 35% at 170W.
175.
▲
by
mcronce
4y ago
Ontario is also twice the size of France and 1/4 the population; they're at least in the same order of magnitude. I'd call it a reasonable comparison.
176.
▲
by
mcronce
4y ago
Administrating the storage pool. The worst that comes to mind for me was a node failure in the middle of a major version upgrade. Not likely a big deal for proper deployments, but I don't have enough nodes to tolerate complete node
177.
▲
by
mcronce
4y ago
You can get M.2 to PCI-E add-in-card adapters, yeah - as long as it's an M.2 slot that supports NVMe, not SATA only
178.
▲
by
mcronce
4y ago
Ceph is fantastic. I use it as the storage layer in my homelab. I've done some things that I can only concisely describe as super fucked up to this Ceph cluster, and every single time I've come out the other side with zero dat
179.
▲
by
mcronce
4y ago
This is what people don't seem to get...with a set of physical buttons, you can find what you're looking for just by feel, glance down briefly when it's safe to do so to make sure it's the button you want, then press it.
180.
▲
by
mcronce
4y ago
If I'm understanding correctly, it's OCI compatible in the other direction - it consumes OCI compatible images, but it doesn't expose an OCI compatible layer on top for orchestration. kube-virt[1] is a thing, though, that pro
More ›