Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
evdubs
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
13 ms
·
1.
▲
by
evdubs
3d ago
> A billion people are going to die because you don't understand what is bad. Lol. Lmfao, even.
2.
▲
by
evdubs
4d ago
I care about LLM service provider threat intelligence reports as much as I care about Google Search threat intelligence reports; which is to say, I don't care at all about it. Of course criminals use computers. They have been since per
3.
▲
by
evdubs
4d ago
> Do you think the current state of affairs is GOOD? Chinese labs releasing open weights models is good. All of these independent harnesses and model router services are good. The pricing of memory and accelerators sucks at the moment bu
4.
▲
by
evdubs
8d ago
This is literally the business model of LLM companies.
5.
▲
by
evdubs
14d ago
You don't need to be closer to GOOGL to look at their 10-K. https://www.sec.gov/Archives/edgar/data/1652044/000165204426... On page numbered 60, you can see the Disaggregated Revenues. The $30B quot
6.
▲
by
evdubs
21d ago
> while 2 decades after invention of crypto there are still basically zero legitimate use cases. The first card on the homepage of the DTCC ( https://www.dtcc.com/ ) is "Tokenization". This is a legitimate use ca
7.
▲
by
evdubs
1mo ago
Duckduckgo has been incredibly worse with results for me for the past year. I had used Duckduckgo for about a decade, and now it is just littered with AI generated content for search results. I recently switched to a search engine that uses
8.
▲
by
evdubs
2mo ago
It has worked flawlessly for me on Linux.
9.
▲
by
evdubs
3mo ago
Laborer rebels against capitalist system by directly enjoying the fruits of his own labor.
10.
▲
by
evdubs
3mo ago
You don't need to use an online service to do this; you get to avoid spending money on tokens doing it offline. Gemma 4 works perfectly well offline on limited hardware (I have an 8GB video card) and can handle extracting text from ima
11.
▲
by
evdubs
3mo ago
> It's not better than `[1, 2, 3]` is it? If you want to change your vector to a linked list, in Lisp, you can change from `(vector 1 2 3)` to `(list 1 2 3)`. If you have some array `[1, 2, 3]` and you want to change to a linked lis
12.
▲
by
evdubs
3mo ago
> `(== a b)` is clearly worse than `a == b` It's clearly worse just because it moved from infix to prefix and is wrapped by parens? Is `(* (+ a b) (+ c d))` clearly worse than `(a + b) * (c + d);`? Both have a bunch of parens, and o
13.
▲
by
evdubs
3mo ago
I hope 99% of that was documentation and testing.
14.
▲
by
evdubs
3mo ago
I am pretty sure Racket's `stream` will handle this use case. https://docs.racket-lang.org/reference/streams.html
15.
▲
by
evdubs
3mo ago
Threading macros are nice, though, right? https://docs.racket-lang.org/threading/introduction.html
16.
▲
by
evdubs
3mo ago
The cool thing about Dolt is that you [eventually] get the features of the databases (MySQL, PostgreSQL, SQLite, MongoDB) they emulate, so you can have your PG 19 temporality features as well as branching and merging.
17.
▲
by
evdubs
3mo ago
> Recently, a new type of question has entered the database arena: what did this data look like last Tuesday? This question has been answerable in Dolt for years now.
18.
▲
by
evdubs
3mo ago
I tried to see if an LLM service provider could rewrite some legal docs where nothing was hallucinated in order to follow a consistent format to see what may be missing in the document. It could do that. Next, I wanted to see if this could
19.
▲
by
evdubs
4mo ago
> I would emphasize the importance of batching and set operations. Please, preach your gospel more loudly and frequently. It always feels like people complain about RDBMSs being slow because they run insert queries one at a time.
20.
▲
by
evdubs
4mo ago
S-expressions. Defining data in JSON or XML is way worse than S-expressions.
21.
▲
by
evdubs
4mo ago
How much faster? How much cleaner? What tasks are you accomplishing?
22.
▲
by
evdubs
4mo ago
Wow, what an apples and aliens comparison. You add a bunch of transaction delays to your postgresql case because you can access a database over a network, but you use transaction batching for sqlite? Maybe just compare a local postgresql wi
23.
▲
by
evdubs
4mo ago
> What’s an example of a unionized vs non unionized group producing the same thing where unionized is better? Here's a layup: art. Remember the writer's union strike in 2007-2008? All of the shows whose writers were on strike t
24.
▲
by
evdubs
4mo ago
Is it so difficult to say, "You're right. I'm wrong. There are actually unions for autoworkers in both China and Japan." ?
25.
▲
by
evdubs
4mo ago
If you're referring to C# (and Java) being the Kingdom of Nouns where a type like ArrayList is defined and contains its methods, sure, Lisp is not exactly like that, but I feel like conventions give you a similar experience. For exampl
26.
▲
by
evdubs
4mo ago
Assuming your comment applies to Common Lisp as well, if Scheme (and Lisp) truly was, "hard to read, unfit for most purposes and that even proficient coders never seem to fully grasp," it wouldn't be the language that introdu
27.
▲
by
evdubs
4mo ago
> types don’t have their core functions associated with them concretely. They do in Racket? You look at the "List" documentation and you find all of the functions for lists. Likewise with hash tables, numbers, strings, sequence
28.
▲
by
evdubs
4mo ago
> Widespread supply chain attacks. This is a bad thing.
29.
▲
by
evdubs
4mo ago
What's the likelihood that universities eventually become open model providers?
30.
▲
by
evdubs
4mo ago
> would be the worst geopolitical move of the century From a political perspective, perhaps. > doing it forcefully just isn't something China would realistically do From a military perspective, taking Taiwan by force would allow
More ›