Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
delta1
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
by
delta1
4y ago
Interesting stat… posted on Twitter.
2.
▲
by
delta1
4y ago
Pop!_OS Very annoying to type
3.
▲
by
delta1
5y ago
Yeah I use caps lock as esc, and shift type capitals
4.
▲
by
delta1
5y ago
Anecdotally, configuration changes seem to cause the biggest outages these days.
5.
▲
by
delta1
5y ago
“Looks Good To Me”
6.
▲
by
delta1
5y ago
Safari is reporting your TLS certificate has expired
7.
▲
by
delta1
5y ago
dog is a nice modern take on dig https://github.com/ogham/dog
8.
▲
by
delta1
5y ago
If that includes C++ then basically every cryptocurrency that’s not written in Rust (Bitcoin, Ethereum, Monero…)
9.
▲
by
delta1
5y ago
You might want to try org-mode
10.
▲
by
delta1
5y ago
Life is far too short to stay in a job you don’t enjoy.
11.
▲
by
delta1
5y ago
I suspect part of that equation is that it’s going to be posted to the YouTube channel anyway, so why not just embed it from there too?
12.
▲
by
delta1
5y ago
const [Name, setName] = useState("") But yes he got the capitalisation wrong.
13.
▲
by
delta1
5y ago
Maybe don’t identify as an X developer, and get the better paying job?
14.
▲
by
delta1
5y ago
There are many other examples of large scale monorepos. They in no way require custom version control nor programming language.
15.
▲
by
delta1
5y ago
Like google scale?
16.
▲
by
delta1
5y ago
In which case they should be explicitly provided.
17.
▲
by
delta1
5y ago
md = markdown
18.
▲
by
delta1
5y ago
Which is still in alpha
19.
▲
by
delta1
5y ago
NSFW
20.
▲
by
delta1
5y ago
Actix Web is built on top of Actix https://docs.rs/actix/0.12.0/actix/
21.
▲
by
delta1
5y ago
“Windows Infinity” done.
22.
▲
by
delta1
5y ago
Check out Actix for Rust
23.
▲
Elixir v1.12 Released
(elixir-lang.org)
3 points
by
delta1
5y ago
|
0 comments
24.
▲
by
delta1
5y ago
Another vote for ElixirLS, I haven’t had much issue with it.
25.
▲
by
delta1
5y ago
This is great! Thanks for sharing.
26.
▲
by
delta1
5y ago
Gmail already proxies images in emails to their own servers.
27.
▲
by
delta1
6y ago
Or just use something more performant than Python/Flask - if the author was using the library he linked to [0] [0] https://github.com/brentvollebregt/hit-counter
28.
▲
by
delta1
6y ago
Yeah I was just literally translating the previous code as an example, I didn't get the business rules specification ¯\_(ツ)_/¯
29.
▲
by
delta1
6y ago
fn calculate_tax(income: i32) -> i32 { match income { 0..=9 => 0, 10..=49 => 20, _ => 50, } } https://play.rust-lang.org/?version=stable&mode=
30.
▲
by
delta1
6y ago
> PITR "Point-in-time recovery" for those of us that don't know the acronym
More ›