Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
axelf4
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
axelf4
3y ago
One compromise that I can recommend is hosting the Email server yourself for incoming mail, but using an external SMTP relay such as SendGrid or SMTP2GO to send outgoing email. That way you never have to worry about your emails being blocke
2.
▲
by
axelf4
3y ago
I have written a small reference for this that has served me well: [1]. [1]: https://github.com/axelf4/dotfiles#bash-startup-files
3.
▲
by
axelf4
4y ago
As my professor said: All good statistics is done before you have looked at the data.
4.
▲
by
axelf4
4y ago
That just sounds like a table but with extra steps?
5.
▲
by
axelf4
4y ago
Here is my script gfm-preview [1], which I think is pretty cool since it implements a HTTP server in 50 lines of shell script (ab-)use with netcat. What is does is it starts a HTTP server that serves a rendered preview of a Markdown documen
6.
▲
by
axelf4
5y ago
Have you looked at Dhall? I do not think Nix the language would ever be preferable when compared to already existing configuration languages.
7.
▲
by
axelf4
5y ago
Nah, they definitely use Zig.
8.
▲
by
axelf4
5y ago
Surely mixing usage of space and parentheses for function application is a bad idea?
9.
▲
by
axelf4
5y ago
That is not a good comparison. The extra hashes would help China find out about more borderline citizens than it otherwise would have.
10.
▲
by
axelf4
5y ago
Maybe this video by Veritasium could help: https://www.youtube.com/watch?v=kTXTPe3wahc
11.
▲
by
axelf4
5y ago
Spotify playlists are great but I would like to be able to shuffle from a combination of them. Playlist folders do not cut it because then all combinations must form a tree. So I made a shell script to create those combined playlists [1]! [
12.
▲
by
axelf4
5y ago
I consider part of the blame to lie with React. The React source code structure is pretty obtuse. Compare that to the Inferno.js source code which is easy to understand and navigate for anyone familiar with how a VDOM library should work.
13.
▲
by
axelf4
6y ago
Of course, but AFAIU this massively shortens the chain. Newer versions of rustc up the minimum compiler version required for building all the time.
14.
▲
by
axelf4
6y ago
Nix derivations are also lighter than containers. Just ordinary packages.
15.
▲
by
axelf4
6y ago
JavaScript Pokémon game: https://pokemon.axelf.nu ( https://github.com/axelf4/pokemon ) Subtle WebGL texture artifacts and browser-game microstutters drive me crazy. Any help with that would be much appreciat
16.
▲
by
axelf4
6y ago
Gnome is also incredibly slow to allow one to select a particular window when Alt-Tabbing. It is a one second delay every time you want to change window.
17.
▲
by
axelf4
6y ago
> It's bloat which increases the browser's attack surface. AFAICT PDF.js is just another JavaScript application and thus as sandboxed as any other website.
18.
▲
Rust-Style Futures in C
(axelf4.github.io)
22 points
by
axelf4
6y ago
|
1 comments
19.
▲
by
axelf4
6y ago
In C89 is there a portable way to figure out the alignment requirement for a struct, to be able to, say, store it after the NUL terminator in the same allocation as a C string?
20.
▲
by
axelf4
7y ago
> you're going to hit some bumps if you haul an old code out of the vault and try to fire it up on a new system. Most package managers have lockfiles that allow for some degree of determinism. Of course if a library introduces break
21.
▲
by
axelf4
7y ago
> instead of the obvious C(++)/Java-like _ptr, ref, * or & notation/convention That would be very misleading since Box represents a heap-allocated owned value
22.
▲
by
axelf4
7y ago
Gimp has had a single-window layout for a long time now.
23.
▲
by
axelf4
7y ago
While I do have an opinion on the syntax I could never amass the time necessary to weigh the positives/negatives of semantics issues. I reckon that's the reality for many.
24.
▲
by
axelf4
7y ago
IIRC there is a good article on that topic in Vimways 2018.
25.
▲
by
axelf4
7y ago
Hey! No need to play gatekeeper. FWIW, when using tmux, a scrollback of 0 is more than plenty.
26.
▲
by
axelf4
9y ago
Being a text format means that you can use version control effectively. Latexdiff can generate diffs between versions. Wouldn't call it better, just different.
27.
▲
by
axelf4
9y ago
Shit, the new ones look bad. It's almost as if they were designed by Samsung.
28.
▲
by
axelf4
10y ago
I'm going with 'workflaw' for my new build system.