HackerTrans
TopNewTrendsCommentsPastAskShowJobs

DHRicoF

80 karmajoined قبل سنتين

comments

DHRicoF
·قبل 17 ساعة·discuss
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.
DHRicoF
·قبل شهرين·discuss
How else are you sure your team does not conflict with itself?

/s
DHRicoF
·قبل شهرين·discuss
Imagine if they hired those 1111 to do the most massive nine-month-long live coding interview and only 11 pass the bar.
DHRicoF
·قبل 5 أشهر·discuss
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.
DHRicoF
·قبل 6 أشهر·discuss
The power to destroy a thing is the absolute control over it.
DHRicoF
·قبل 6 أشهر·discuss
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'm just a noob in this.
DHRicoF
·قبل 6 أشهر·discuss
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 savepoint-pre-rebase`. That's all. This is extremely cheap (just copy a reference to a commit) and you are free to play all you want.

You are a little more paranoid? `git switch -c test-rebase` and work over the new branch.
DHRicoF
·قبل 6 أشهر·discuss
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 saying your roomba should accomodate to you didin't asking you to empty it's dust bag.
DHRicoF
·قبل 7 أشهر·discuss
False
DHRicoF
·قبل 7 أشهر·discuss
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 developer had cared. Today I am in a bad mood.

I have to touch some of the most unnerving modules in a legacy project and everything is a trap. Lot's of similar repeated code with ugly patterns and some big brain trying to hide the ugliness with layers and layers of indirections and inheritance, and calling it clean because there is a factory class. The biggest joke? each implementation have a different interface for key methods, so later you to check what instance got created.

I want to keel myself. Anyone could assist me in a seppuku?
DHRicoF
·قبل 7 أشهر·discuss
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
DHRicoF
·قبل 8 أشهر·discuss
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
DHRicoF
·قبل 10 أشهر·discuss
But most common noises are not white. you had to decolor it before.
DHRicoF
·السنة الماضية·discuss
> 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 learning APL.

But your idea deeply resonate with my last weeks struggle.

I have a legacy python code with too much coupling, and every prior attempt to "improve things" went adding more abstraction over a plain wrong data model.

You can't infer, reading the code linearly, what methods mutate their input objects. Some do, some don't. Sometimes the same input argument is returned even without mutation.

I would prefer some magic string that could be analyzed and understood than this sea of indirection with factories returning different calculators that in some instances they don't even share the same interface.

Sorry for the rant.
DHRicoF
·السنة الماضية·discuss
Have they trained o1 with my inner thoughts?
DHRicoF
·قبل سنتين·discuss
Just like my code!