Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
mattmein
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
mattmein
3mo ago
This is the concept of Simple vs Easy https://news.ycombinator.com/item?id=38768107
2.
▲
by
mattmein
1y ago
There's a WKUK comedy sketch that fits this story pretty well: https://www.youtube.com/watch?v=fibDNwF8bjs
3.
▲
by
mattmein
2y ago
A few years ago I set up a ublock filter to hide the next/more buttons on hacker news and reddit. It works great because I can still get my news fix, but I can't scroll endlessly. Ublock Origin: ! 2020-10-11 https://new
4.
▲
by
mattmein
2y ago
I think that particular issue was addressed in the recent Clojure release [ https://clojure.org/news/2024/09/05/clojure-1-12-0 ] ("Clojure developers can now invoke Java methods taking functional inte
5.
▲
by
mattmein
2y ago
Also check out https://github.com/D-Star-AI/dsRAG/ for a bit more involved chunking strategy.
6.
▲
by
mattmein
2y ago
Check out agenix-rekey[ https://github.com/oddlama/agenix-rekey ], it has the ability to set up secret generators.
7.
▲
by
mattmein
2y ago
Reminds me of Planck's principle: > A new scientific truth does not triumph by convincing its opponents and making them see the light, but rather because its opponents eventually die and a new generation grows up that is familiar wi
8.
▲
by
mattmein
2y ago
Related: https://yamlscript.org/
9.
▲
by
mattmein
3y ago
>> In practice, they are a niche endeavor used by a bunch of hackers and computer science nerds. I don't know anything about federation, but what you said basically describes the Internet when it started, so I don't see how
10.
▲
by
mattmein
4y ago
My point is that there is nothing about functional programming, specifically the "Data structure + Algorithm" style, that makes it unsuitable for building complex applications like air traffic control system or bank lending system
11.
▲
by
mattmein
4y ago
Data structure + algorithm is a valid way of building large programs. That is basically how Clojure is designed, and it works pretty well for big applications. Functional programming in aviation: https://m.youtube.com/watch?
12.
▲
by
mattmein
4y ago
>> other languages have radically different tools and practices that lead to far fewer footguns Can you share any examples of these different tools and practices?
13.
▲
by
mattmein
5y ago
I've used Tabula for many years, and it works great. Use it for converting PDF invoices from specific supplier for import into our system. Changed a task that took about a day each month, to about 10 minutes each month.
14.
▲
by
mattmein
5y ago
Regarding your long lines issue - from your description it sounds instead like an unicode issue which I also ran into a while back. What happens is that your main programming font does not have the unicode characters, so Emacs falls back to
15.
▲
Remnants of the Precursors is an open source modernization of Master of Orion
(github.com)
3 points
by
mattmein
5y ago
|
0 comments
16.
▲
A small C utility that encodes bytes into whitespace characters
(github.com)
1 points
by
mattmein
5y ago
|
0 comments
17.
▲
by
mattmein
5y ago
I've used Zerotier for several years now, and it does feel that the stability on mobile has improved in the past couple of months.
18.
▲
by
mattmein
5y ago
The free version of Foxit PDF Reader allows you to upload a signature image and add the signature to PDF documents. There is a Linux version. https://www.foxit.com/downloads/
19.
▲
Remnants of the Precursors – open-source remake of Master of Orion 1
(reddit.com)
2 points
by
mattmein
5y ago
|
0 comments
20.
▲
by
mattmein
6y ago
One thing that has tripped me up with this workflow in the past is that you lose context - the code you copy/paste and execute in the repl is not evaluated in its module/namespace, so any other code calling it is not updated. Is t
21.
▲
Guidance to developers affected by effort to block less secure browsers, apps
(developers.googleblog.com)
159 points
by
mattmein
6y ago
|
159 comments
22.
▲
The Silenced Majority
(harpers.org)
1 points
by
mattmein
6y ago
|
0 comments
23.
▲
by
mattmein
6y ago
This is completely unrelated, but I remember your blog about dotnet development. I followed it about 10 years ago and remember when you started with RavenDb. I haven't done any dotnet development in about 7 years, but you taught me a l
24.
▲
by
mattmein
6y ago
I think it is worth reading his explanation [1] of why he built this. He doesn't really seem to be scaremongering, just that he identified a risk that he thinks has a high likelihood of happening, and he decided to do something about i
25.
▲
by
mattmein
6y ago
I wouldn't classify those emails as spam, as spam is unsolicited bulk email, ie untargeted emails going out to a large amount of people. Personalised unsolicited email or any other type of contact can be an important way to make new co
26.
▲
by
mattmein
7y ago
What does it mean that I have a unique user agent? I just use normal brave browser.
27.
▲
by
mattmein
7y ago
https://pijul.org/manual/why_pijul.html#pijul-for-darcs-user...
28.
▲
by
mattmein
7y ago
I've never understood this advice. To me it just makes a lot more sense to store everything in the database - much less complexity. What I've done in the past is just put a CDN in front of the file url, so the file content is stor
29.
▲
by
mattmein
7y ago
How is this website legal and different from hosting a movie/TV series? It is basically stealing the original website's content.
30.
▲
by
mattmein
7y ago
One of the biggest advantages of ClojureScript (except for all the advantages of using Clojure that you also get with ClojureScript) is the language's stability. Almost all features and enhancements are done in the form of libraries, s
More ›