Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
CathalMullan
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
CathalMullan
10mo ago
There are plans to experiment with language level comptime support too: https://github.com/rust-lang/rust/pull/148820
2.
▲
by
CathalMullan
10mo ago
Pretty clear it's all AI. The @zigbook account only has 1 activity prior to publishing this repo, and that's an issue where they mention "ai has made me too lazy": https://github.com/microsoft/vscode
3.
▲
by
CathalMullan
1y ago
There's an experimental feature which separates storage and compute. https://www.orioledb.com/docs/usage/decoupled-storage
4.
▲
by
CathalMullan
2y ago
There's also 'poop', which is a nice middle-ground between 'hyperfine' and 'perf'. https://github.com/andrewrk/poop
5.
▲
Oxlint General Availability
(oxc-project.github.io)
1 points
by
CathalMullan
3y ago
|
0 comments
6.
▲
Octoverse: The state of open source and rise of AI in 2023
(github.blog)
2 points
by
CathalMullan
3y ago
|
0 comments
7.
▲
Foreign Key Constraints Support
(planetscale.com)
10 points
by
CathalMullan
3y ago
|
0 comments
8.
▲
Yabai – A tiling window manager for macOS
(github.com)
302 points
by
CathalMullan
3y ago
|
218 comments
9.
▲
General Availability of the AWS SDK for Rust
(aws.amazon.com)
161 points
by
CathalMullan
3y ago
|
60 comments
10.
▲
Axum 0.7.0
(tokio.rs)
4 points
by
CathalMullan
3y ago
|
1 comments
11.
▲
Progress report on rustc_codegen_cranelift (Oct 2023)
(bjorn3.github.io)
3 points
by
CathalMullan
3y ago
|
0 comments
12.
▲
NixOS Reproducible Builds: minimal ISO successfully independently rebuilt
(discourse.nixos.org)
548 points
by
CathalMullan
3y ago
|
173 comments
13.
▲
by
CathalMullan
3y ago
A word of warning when it comes to Vultr. While they are listed as a member of the "Bandwidth Alliance", they don't discount egress automatically. You need to request the discount from support. See: https://www.ans
14.
▲
The Cloud Computer
(oxide.computer)
1880 points
by
CathalMullan
3y ago
|
956 comments
15.
▲
The Ruff Formatter: A fast, Black-compatible Python formatter
(astral.sh)
56 points
by
CathalMullan
3y ago
|
7 comments
16.
▲
by
CathalMullan
3y ago
> These are expensive servers, crossing into six digits, but not $200k. https://news.ycombinator.com/item?id=25865967
17.
▲
The OpenTF Manifesto
(opentf.org)
633 points
by
CathalMullan
3y ago
|
379 comments
18.
▲
by
CathalMullan
3y ago
CAX11 looks like a great deal, especially with IPv4 disabled.
19.
▲
by
CathalMullan
3y ago
You can avoid creating .DS_Store files on network and USB volumes like so. defaults write com.apple.desktopservices DSDontWriteNetworkStores -bool true defaults write com.apple.desktopservices DSDontWriteUSBStores -bool true
20.
▲
by
CathalMullan
3y ago
Lately, I've been investigating 'serverless' databases (PlanetScale, Turso) that charge based on the number of rows read/scanned. As a result, instead of just relying on the perceived performance of a query, I've st
21.
▲
by
CathalMullan
3y ago
Only used for metrics, apparently. [0] /** * These author ID lists are used purely for metrics collection. We track how often we are * serving Tweets from these authors and how often their tweets are being impressed by users.
22.
▲
by
CathalMullan
4y ago
The Rust re-write is being worked on in a separate repo: https://github.com/pydantic/pydantic-core
23.
▲
by
CathalMullan
4y ago
Another tool in this space is Dasel[1], which can handle querying/modifying JSON, YAML, TOML, XML and CSV files. [1] https://github.com/TomWright/dasel
24.
▲
by
CathalMullan
4y ago
Since Wing compiles to Terraform, you should be able to manually run Infracost ( https://www.infracost.io ) to get an idea of costs. Having that capability baked into the language/compiler would be a great addition.