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 both.
HN user
beeb
I'm working on a search-and-replace TUI with case-awareness and a good preview.
All I can think seeing those examples is how macOS went from beautiful to utterly jank in the last 10 years.
Oh the irony
A collection of tips and tricks for the fish shell I wish I had known about a long time 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 frequently switch between languages (which might not have the `:=` operator).
decencies?
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.
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.
dop-spotter is next
People aren't on these hosted platforms only for the git experience, they are for the social aspects and discoverability too.
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 opposed to the supermarket stuff.
Not really, I also live in Switzerland and would have access to equivalent plans where I live :P
That's crazy, 200M asymmetric for 60 EUR is robbery.
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.
The fact that the bug slipped through the cracks highlights the importance of sane defaults.
Rust would warn you of an unused variable: "warning: value assigned to `psize` is never read"
Opt-in sync with (self-hosted) server, no machine learning. Otherwise probably similar
Ability to change the search mode (prefix, full text, fuzzy), and filter by path/host, time range, exit code, current session only, and more
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 and am rarely disappointed.
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 IP addresses is an old-school method that was used before the modern age of JavaScript snippets and tracking cookies.
Since IP addresses are considered personal data under GDPR, we anonymize them using a one-way cryptographic hash function. This generates a random string of letters and numbers that is used to calculate unique visitor numbers for the day. Old salts are deleted to avoid the possibility of linking visitor information from one day to the next. We never store IP addresses in our database or logs.
This has been my experience as well, there was little to no impact on execution time at least.
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.
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.
Here's a copy http://archive.today/qqWbx
No mention of inductive switches, that's odd! Typing this on my topre keyboard :P
Super interesting! I would have loved to see included in the potential solutions the use of sccache too
Here's an alternate link https://piped.video/watch?v=PGv5BqNL164
Something like nanoid would be nice
So, like streamlit?