Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
maddyboo
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
15 ms
·
1.
▲
Alan Turing Law
(en.wikipedia.org)
1 points
by
maddyboo
5y ago
|
0 comments
2.
▲
by
maddyboo
5y ago
Also = when prefixed with a space, which works basically like `command -v`, expanding to the full path of the executable. For example `echo =grep` results in `/usr/bin/grep`.
3.
▲
by
maddyboo
5y ago
On plan.cat/stdin it shows just such an incantation: T=`mktemp` && curl -so $T https://plan.cat/~YOUR_USERNAME && $EDITOR $T && \ curl -su YOUR_USERNAME -F "plan=<$T" http
4.
▲
by
maddyboo
5y ago
I don't know F#, but from what I gather it's very similar to OCaml which I do. To put it bluntly, after OCaml, most other languages feel ugly. OCaml is my idea of what programming should be: graceful, ordered, well-designed, mathe
5.
▲
by
maddyboo
5y ago
Except for the "everything is just so great" part.
6.
▲
by
maddyboo
5y ago
This isn’t what I meant when I asked you for Linux support, Adobe!
7.
▲
by
maddyboo
5y ago
Excellent intro comic, it got me really excited about your product! I would love to try it out once you release a more advanced course. I signed up, hopefully you will send e-mail updates as you release new courses.
8.
▲
by
maddyboo
5y ago
Source?
9.
▲
by
maddyboo
5y ago
Super cool! P.s. it seems the repo with the code is private.
10.
▲
by
maddyboo
5y ago
Oops > Connection failed: User 'u126801970_ortingo' has exceeded the 'max_user_connections' resource (current value: 15)
11.
▲
by
maddyboo
5y ago
Obsidian may be Electron, but it doesn’t feel like it to me. It’s fast, smooth, and I’ve never noticed excessive memory usage. I think its quality exceeds most fully native apps, especially on Linux. Last I heard it was built entirely by tw
12.
▲
by
maddyboo
5y ago
> chill and relax > don’t need thinking You seem to be seeking proxies for the effect of not thinking, putting your mind and body at ease, and letting go. Have you given meditation a try? Anecdotally, it can fulfill these needs in a w
13.
▲
by
maddyboo
5y ago
I like yad[0] for this. For example, I use it to present a GUI color picker to change/insert colors in Vim (via a plugin called vCoolor[1]). I also use it in some i3/sway scripts that need user input or to show a progress bar. [0]
14.
▲
by
maddyboo
5y ago
Does anyone know of any similar magic for turning an RPi into a Chromecast?
15.
▲
by
maddyboo
5y ago
Down the Wikipedia Rabbit Hole we go: > During the initial run of [A Fish Called Wanda], a Danish audiologist named Ole Bentzen died while laughing during a screening, which led newspapers to report that he had died from laughter. The of
16.
▲
by
maddyboo
5y ago
Reminds me of the ClockworkPi[0]. Is there a name for this form factor? [0]: https://www.clockworkpi.com/
17.
▲
by
maddyboo
5y ago
It’s the “wrong element” but if the goal is to scroll to a given vertical position then it works.
18.
▲
by
maddyboo
5y ago
I mostly agree, but one really nice feature FF has is the ability to see a diff of the CSS properties you've changed in the inspector: https://developer.mozilla.org/en-US/docs/Tools/Page_Inspecto...
19.
▲
by
maddyboo
5y ago
The cost of the one-time payment is behind a registration wall. It’s $49 for those curious.
20.
▲
by
maddyboo
5y ago
Absolutely. Julia is amazing. All of her work on Wizard Zines is so positive, helpful, approachable, and yet has enough depth that everyone from beginners to experts can learn something. She is an Internet Treasure for sure.
21.
▲
by
maddyboo
5y ago
That’s not stupid, that’s really cool!
22.
▲
by
maddyboo
5y ago
Most things in Japan seem to come with less pretense.
23.
▲
by
maddyboo
5y ago
See also the LongPen, conceived by author Margaret Atwood for remote book signings. I particularly like the name because it sounds like something out of her fiction. https://en.wikipedia.org/wiki/LongPen
24.
▲
by
maddyboo
5y ago
It would be cool to see a version of rlwrap [1] (blwrap in this case?) using this library. [1]: https://man.archlinux.org/man/rlwrap.1
25.
▲
by
maddyboo
5y ago
I like to use GPG-agent’s SSH agent emulation [1]. I start the agent with a systemd user service and have the keys expire after something like 10 minutes. A benefit is that it uses a GUI pinentry dialog to ask for your password if the reque
26.
▲
by
maddyboo
5y ago
Seconded, I’d like to incorporate it into a project of mine.
27.
▲
by
maddyboo
5y ago
> It’s a shame that the punctuation of human languages can’t be logical. s/the punctuation of //
28.
▲
by
maddyboo
5y ago
This looks cool! I would be concerned about the privacy of my communications, though, since your service is essentially a MITM. What have you done to address privacy concerns? Your privacy police seems like boilerplate and doesn’t address a
29.
▲
by
maddyboo
5y ago
Dalibor has a YouTube channel where he publishes super interesting videos about the production and R&D processes. Highly recommend. https://www.youtube.com/channel/UC0IY1BQiMehWMvezqWLyk4g
30.
▲
by
maddyboo
5y ago
I wrote a little tool to make creating and interacting with systemd-nspawn containers easier (on Arch Linux only right now): https://github.com/b0o/arch-lwc Not intended for any sort of production. I personally use it
More ›