Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
beeb
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
18 ms
·
1.
▲
by
beeb
2mo ago
So does an amber script after it's been compiled, that's the whole point. You can tweak it and inspect it if you want. Realistically though you'll probably regenerate it and copy the new compiled version over. But you can do
2.
▲
by
beeb
3mo ago
I'm working on a search-and-replace TUI with case-awareness and a good preview. https://github.com/beeb/swpui
3.
▲
by
beeb
3mo ago
All I can think seeing those examples is how macOS went from beautiful to utterly jank in the last 10 years.
4.
▲
Show HN: Swpui, a TUI for case-aware search and replace
(github.com)
3 points
by
beeb
4mo ago
|
1 comments
5.
▲
by
beeb
5mo ago
Oh the irony
6.
▲
Fish Shell Tips and Tricks
(beeb.li)
1 points
by
beeb
9mo ago
|
1 comments
7.
▲
by
beeb
9mo ago
A collection of tips and tricks for the fish shell I wish I had known about a long time ago.
8.
▲
by
beeb
10mo ago
I would argue it doesn't help that all errors are usually named `err` and sprinkled every third line of code in Go. It's an easy mistake to make to assign to an existing variable instead of create a new variable, especially if you
9.
▲
by
beeb
10mo ago
decencies?
10.
▲
by
beeb
11mo ago
I used poetry professionally for a couple of years and hit so many bugs, it was definitely not a smooth experience. Granted that was probably 3-4 years ago.
11.
▲
Optimizing Text Offset Calculations
(beeb.li)
2 points
by
beeb
11mo ago
|
1 comments
12.
▲
by
beeb
11mo ago
A tale of optimization for an algorithm that turns byte offsets into line and column numbers, and UTF-16 offsets. The final implementation leverages SIMD and fixes several inefficiencies in the original solution.
13.
▲
by
beeb
1y ago
dop-spotter is next
14.
▲
by
beeb
1y ago
People aren't on these hosted platforms only for the git experience, they are for the social aspects and discoverability too.
15.
▲
by
beeb
1y ago
The Italians I know swear that mozzarella should be consumed within a day of being made. And I must say that freshly made mozzarella tastes best! But also maybe because what I can get fresh was made with love and good quality milk, as oppos
16.
▲
by
beeb
1y ago
Not really, I also live in Switzerland and would have access to equivalent plans where I live :P
17.
▲
by
beeb
1y ago
That's crazy, 200M asymmetric for 60 EUR is robbery.
18.
▲
by
beeb
1y ago
Wow the US really has it bad when it comes to home internet. In many European countries, you can get symmetric Gbit internet for 30-40 EUR (probably less in some places), and I haven't seen a data cap in forever.
19.
▲
by
beeb
1y ago
The fact that the bug slipped through the cracks highlights the importance of sane defaults.
20.
▲
by
beeb
1y ago
Rust would warn you of an unused variable: "warning: value assigned to `psize` is never read"
21.
▲
by
beeb
1y ago
Opt-in sync with (self-hosted) server, no machine learning. Otherwise probably similar
22.
▲
by
beeb
1y ago
Ability to change the search mode (prefix, full text, fuzzy), and filter by path/host, time range, exit code, current session only, and more
23.
▲
by
beeb
1y ago
It makes it easy to find performant and quality software by searching for "[insert tool description] rust", I personally don't mind! Seeing how 95% of the tools I use on the daily are written in Rust, I love finding new ones
24.
▲
Show HN: Lintspec, a Solidity NatSpec Linter
(github.com)
1 points
by
beeb
2y ago
|
0 comments
25.
▲
by
beeb
2y ago
At least for Plausible, they state this ( https://plausible.io/blog/google-analytics-cookies ): > Instead of tagging users with cookies, we count the number of unique IP addresses that accessed your website. Counting
26.
▲
by
beeb
2y ago
This has been my experience as well, there was little to no impact on execution time at least.
27.
▲
by
beeb
2y ago
Those are great tips! I'll have a look at the axum shim, which certainly would help if using axum in the first place. Minimal functions like we have at my work rarely need a fully featured framework however.
28.
▲
by
beeb
2y ago
Good question! I ran some benchmarks before because I was also curious and besides some slightly larger standard deviation for cold starts execution time, there was so significant difference in performance when using docker.
29.
▲
Rust for AWS Lambda, the Docker Way
(beeb.li)
33 points
by
beeb
2y ago
|
7 comments
30.
▲
by
beeb
2y ago
Here's a copy http://archive.today/qqWbx
More ›