Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
sirsuki
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
sirsuki
10mo ago
You don’t really need docs as --update-refs does what the OP does automatically instead of manually like the OP does.
2.
▲
by
sirsuki
1y ago
Wait what? What would that module even be for?!
3.
▲
by
sirsuki
1y ago
If I may, the evil is not in the top level await but in the use of a top level await in a module that exports. That is evil. But a top level await in a programs main script seems ok to me.
4.
▲
by
sirsuki
2y ago
LOLz! As someone who swaps caps with control on all machines as well as buying keyboards which lack caps for a control key, this site is truly horrifying!
5.
▲
by
sirsuki
2y ago
In struggled with this trend even before the AI hype. I love learning and focused my work towards always learning. But it takes energy and lots of work; some days are better than others. My love of learning keeps me motivated over time. How
6.
▲
by
sirsuki
2y ago
I use Makefile for my static blog that is powered by a static site generator. Something I love about this is I can have one place to describe all the different build tools. I can have PlantUML to generate PNG diagrams, Vim to generate synta
7.
▲
by
sirsuki
2y ago
The anti-make-reinvent-everything mentality has bugged me for decades. I never understood why every language seems compelled to reinvent the build system. Especially when the output is file based.
8.
▲
by
sirsuki
3y ago
In the tech communities we call this “context switching”
9.
▲
by
sirsuki
3y ago
Yes. Place the secrets in a secured (symmetric encrypted) document. Then print the password for that document and hand it to a loved one, trusted family member/friend, or lawyer.
10.
▲
by
sirsuki
3y ago
When I tried to introduce s-expressions to a DSL my co-workers nearly lynched me. The parenthesis were so violently hated I sunk into a deep hole and still haven’t came back out of it.
11.
▲
by
sirsuki
3y ago
I disagree with this take. I have found immeasurable advantages to working with non-IDE/non-hold-my-hand-editors when programming. The separation of concerns (editing text versus compiling and running a program) are valuable to me as a
12.
▲
by
sirsuki
3y ago
I’m curious if it makes sense to have a distinction between source code existing for the purpose of discovery versus software for fitness of purpose. In other words this is similar to the Cathedral and the Bazaar as OSS used as a tool by u
13.
▲
by
sirsuki
3y ago
I love how text is formatted in these documents. It shows a level of attention and care I don’t see often in modern markup/HTML/Word/Pages pipelines. Maybe it is some TeX magic but I like to believe they hand formatted the AS
14.
▲
by
sirsuki
3y ago
As a parent dealing with their midlife crisis and raising two children I can say this concept is high on my mind. What kind of world are they going to inherit when they can’t even run to their neighbors for help when something goes wrong? W
15.
▲
by
sirsuki
3y ago
I have been giving this one a lot of thought. I jumped to sourcehut for my personal projects and was amazed how viscerally pleasing a [PATCH] email thread could be. I am convinced there is a big psychological difference between discussions
16.
▲
by
sirsuki
3y ago
Why can’t we just Pair Program more? There is enough open source out there. Enough user groups meeting. Enough hack-a-thons. Just make them Pair Programming sessions. Please! please I beg of you!
17.
▲
by
sirsuki
3y ago
Meanwhile, Vim and Emacs users be like “what is going on over there?”
18.
▲
by
sirsuki
3y ago
> I don't understand folks who want their tools to fight them. Been coding professionally for a few decades now and I completely understand and validate this. I also do not understand the drive to want tools that fight them. Our CI
19.
▲
by
sirsuki
3y ago
I once wrote a tiny DSL language. I used LISP (S-Expressions with parenthesis) because it semantically fit and made the parser much easier to write. I was laughed at and ridiculed by my peers. Everyone hated it that I had to attempt two oth
20.
▲
by
sirsuki
4y ago
This looks very similar to a library I wrote called https://fancy-pants.js.org which wraps custom elements. Mine allowed an opt-in approach to shadow dom or use the light dom (with slot support) Updates are scheduled and only co
21.
▲
by
sirsuki
4y ago
I wish I could GPG sign or hackcode my online content in pain text. But the tools to do so don’t make it to the general publics consciousness. We used to seal our communications with wax stamps but we don’t have a digital equivalent. Kinda
22.
▲
by
sirsuki
4y ago
I tried reactivity once to help me understand the implementation details under the hood. I wrote https://fancy-pants.js.org/ for this where I attached mutation to scheduling a render cycle. But it doesn’t address rendering
23.
▲
by
sirsuki
4y ago
Considering length is key in computing “strength” I’m curious how using a long dialog from a movie might make it bad? Presuming you account for the full 95 entropy set (numbers, upper/lower letters, special characters) and padding¹ the
24.
▲
by
sirsuki
4y ago
I try to put all my tips tricks and ideas into a tiddlywiki.com as it is a full featured wiki that runs as a self contained HTML file that runs offline. Fantastic for offline documentation.
25.
▲
by
sirsuki
4y ago
If only there was a universally available program and format for programming API’s we could reach for as a single command. We could call this man (short for manual). What happened? In C ecosystem this is a no brainer. Why can’t my framework
26.
▲
by
sirsuki
4y ago
I do. I have a Pi I run as a server where it runs PiHole, PiVPN (Wireguard), and a personal Node environment. My main use case is to have a system I can SSH into and develop personal projects. This works well because I have a few machines t
27.
▲
by
sirsuki
4y ago
If you need to use a rejection as a meaningful thing other than an actual exception then it really isn’t an exception is it? Instead fulfill the promise with an object that actually represents the state. Perhaps with a status property. Othe
28.
▲
by
sirsuki
5y ago
Well for comparison, I did that learning curve process with SQL and I was able to understand it. But I did the same learning curve process with JQ and I still don’t understand it.
29.
▲
by
sirsuki
5y ago
I found I am unique, I never learned to touch type but at the same time reaching for a mouse really slows me down. I realized years into using Vim that the reason I love it so much is that I can do all my editing from the keyboard and becau
30.
▲
by
sirsuki
5y ago
I started keeping a list. Each time I discover a game changing concept I add it to my resource list on my personal website. After doing this I found having such a list invaluable to both myself and others.
More ›