Viewing profile — DHRicoF
DHRicoF
HN member- Joined
- Thu, Aug 08, 2024, 5:34 AM UTC
- HN karma
- 83
- Public activity
- 35 items
- HN profile
- View on Hacker News ↗
About DHRicoF
No profile information was provided.
Recent public activity
-
comment
Comment #48875900
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 …
-
comment
Comment #48091529
How else are you sure your team does not conflict with itself? /s
-
comment
Comment #48059146
Imagine if they hired those 1111 to do the most massive nine-month-long live coding interview and only 11 pass the bar.
-
comment
Comment #47084771
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 bigge…
-
comment
Comment #46716433
The power to destroy a thing is the absolute control over it.
-
comment
Comment #46629910
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 …
-
comment
Comment #46604115
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 a…
-
comment
Comment #46603988
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,…
-
comment
Comment #46419816
False
-
comment
Comment #46229564
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…
-
comment
Comment #46194856
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
-
comment
Comment #45890044
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
-
comment
Comment #45167759
But most common noises are not white. you had to decolor it before.
-
comment
Comment #45035864
Should Archeologist rebase or merge when new evidence is undercover?
-
comment
Comment #44906132
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. -…
-
comment
Comment #44745142
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. …
-
comment
Comment #44704971
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 biodive…
-
comment
Comment #44491096
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
-
comment
Comment #44461473
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…
-
comment
Comment #44425777
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…
-
comment
Comment #44375011
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 k…
-
comment
Comment #44307511
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 …
-
comment
Comment #44266619
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 t…
-
comment
Comment #43829722
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…
-
comment
Comment #43790793
> 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 …