Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
DHRicoF
searching PlanetScale…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
by
DHRicoF
5d ago
jq is an awesome tool and bothers me deeply having claude generating some big fat python script for a single line jq command.
2.
▲
by
DHRicoF
3mo ago
Yes they are. They are transitioning through levels in the conduction band where you have plenty of them. Every time you see a macroscopic phenomena, you are looking at a stupidly high amount of quantum levels with very similar energies.
3.
▲
by
DHRicoF
5mo ago
How else are you sure your team does not conflict with itself? /s
4.
▲
by
DHRicoF
5mo ago
Imagine if they hired those 1111 to do the most massive nine-month-long live coding interview and only 11 pass the bar.
5.
▲
by
DHRicoF
7mo ago
I want to learn Forth. Do you have any good reference or know about some good code examples? Just learned the stack operations and trying to get used to them, but I have some bigger projects in my personal backlog.
6.
▲
by
DHRicoF
8mo ago
The power to destroy a thing is the absolute control over it.
7.
▲
by
DHRicoF
9mo ago
I don't have enough time now to work out how are the movement described in your representation to evaluate its convenience. If you have worked out something, could you share it? I don't know anything about the cube world as I'
8.
▲
by
DHRicoF
9mo ago
I don't understand why I would push to origin my local branch. This will (potentially) require multiple push -f. I prefer to share the work in a state I considere complete. As an alternative, just create a new branch! `git branch savep
9.
▲
by
DHRicoF
9mo ago
Then is not rebase your problem, but all your other practices. Long lived feature branches with lot's of unorganized commits with low cohesion. Sometimes it's ok to work like this, but you asking git not being judgamental is like
10.
▲
by
DHRicoF
9mo ago
False
11.
▲
by
DHRicoF
10mo ago
For your example, if both lists are small enough, the constant factor on the cost of creating the hashmap eliminates any advantage you could have. Anyway, it's not like most places were I've seen a nested loop used for search the
12.
▲
by
DHRicoF
10mo ago
I don't know what JJ brings over git, but what sold me worktrees around 2 years ago was this article: https://matklad.github.io/2024/07/25/git-worktrees.html
13.
▲
by
DHRicoF
11mo ago
Heck. I need any replacment to be at least equally capable of PDFs. The minimum I expect is for it to be able to run Linux in them. https://github.com/ading2210/linuxpdf /s
14.
▲
by
DHRicoF
1y ago
But most common noises are not white. you had to decolor it before.
15.
▲
by
DHRicoF
1y ago
Should Archeologist rebase or merge when new evidence is undercover?
16.
▲
by
DHRicoF
1y ago
Netflix and to some level spotify drowned piracy for a time. But then a lot of companies tried to rap the same "winings" splitting the ecosystem and trashing the user experience. - ¿could we watch x movie? - let me see. no, it in
17.
▲
by
DHRicoF
1y ago
The cost is in the context switching. Throw 3 tasks that came 15, 20 and 30 min later. The first is mostly ok, you finish by hand. The second have some problems, ask for a rework. Then came the other and, while ok, is have some design probl
18.
▲
by
DHRicoF
1y ago
Ecosystems are dynamic by nature, so "make them like where 222.22 years ago" is a little meaningless. But biodiversity is a good target and as unbiased as you can get. More biodiversity means more adaptability and resilience of th
19.
▲
by
DHRicoF
1y ago
I could try to answer myself, but this will be far better that I could express in english: https://www.youtube.com/watch?v=EiOglTERPEo
20.
▲
by
DHRicoF
1y ago
The only "real" thing I've done with ruby, many, many years ago. A little script to extract the functions definitions from a FORTRAN project. The idea was to add more data. Later I learned about ctags and never added anothe
21.
▲
by
DHRicoF
1y ago
I don't know if you are talking about Drunken tree (palo borracho in spanish) but once playing soccer in a field with some of them I ended with around 15 funny parallels cuts. Good old times.
22.
▲
by
DHRicoF
1y ago
I remember reading an article about different behavior between summer and winter. So, working better/worst in business hours doesn't sound completely crazy. But they turning some knobs based on load also looks razonable.
23.
▲
by
DHRicoF
1y ago
You need to provide more information. Is your data organized or is just a dump of unrelated content? - If you have a bag of files without any metadata the best option is to create something like a RAG, with a pre OCR step for image files (o
24.
▲
by
DHRicoF
1y ago
I partially agree with you. But the selling point of artificial sweeteners was that they were a healthier substitute. It's better to teach people that there is no free lunch, and they should take care about the calories they are consum
25.
▲
by
DHRicoF
1y ago
I don't know where you can read about this, but you are in the good track If there is no authenticationData then the if !Ok is never run and the code continues execution as it were authenticated.
26.
▲
by
DHRicoF
1y ago
> k v⍪←↓⍉↑(2 0.33)(2 0.01)(3 0.92) ⍝ insert values > k{str[⍺] ⍵}⌸v ⍝ pretty print > k v⌿⍨←⊂k≠str⍳⊂'buggy' ⍝ deletion I like your funny words. No, really, I should expend some time
27.
▲
by
DHRicoF
2y ago
Have they trained o1 with my inner thoughts?
28.
▲
by
DHRicoF
2y ago
What complexity class will be the problem of construct only hards to solve knapsack (or others) problems?
29.
▲
by
DHRicoF
2y ago
The entire stack down to silicon exploded multiplied by 3 or 4 in that time. Vectorization, more cache levels, branch prediction, multiple cores and processors, gpu, virtual machines, (operating systems, but they didn't change much, I
30.
▲
by
DHRicoF
2y ago
I don't see that contuer-intuitive at all. If you have a barrier in your cost function in 1d model you have to cross over it no matter what. In 2d it could be only a mount that you can go around. More dimensions mean more ways to go ar
More ›