Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ecaradec
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
ecaradec
7mo ago
I would suggest "In the Mothers’ Land" from Élisabeth Vonarburg. It also talk about alternate society centered around gender. I didnt really liked the left hand of the night, but liked that one. And LeGuin saluted the book apparen
2.
▲
by
ecaradec
9mo ago
When working with kanban I maintained a average number of card done per days. if someone asked when some card woud be done, I just multiplied the number of card ahead of that one by average and get an estimate. You can estimate the cards bu
3.
▲
by
ecaradec
2y ago
vscode has some code coloring extension but no code completion that I'm aware of. If you found one, please consider sharing it :). I would happily switch to another editor if one has a extension that autocomplete categories.
4.
▲
by
ecaradec
2y ago
Is there an text editor that is able to autocomplete the categories in hledger format ? It would be great to type Assets:: and then get a list of the possible categories, but I haven't found any editor or extension that does it.
5.
▲
by
ecaradec
2y ago
Yes I did. The result is perfect as far as I can tell. Not everyone is eligible to that method: you need to have enough space in your eye so that it is doable. So checking for that is a first step to be sure it is doable. The only serious r
6.
▲
by
ecaradec
2y ago
If you want to go further and go for rigid body dynamics and constraint, I found that series of blog post very useful: https://www.toptal.com/game/video-game-physics-part-i-an-int...
7.
▲
by
ecaradec
2y ago
Antivirus are really stupid tools, but not that stupid. I said that from a time where I had to work around tools flagged by antivirus. Among stupid things they do are flagging a part of an executable, some nsis plugin flagged the whole pack
8.
▲
by
ecaradec
2y ago
A lot of the information here are present in the journal of Jordan Mechner which I found was a very interesting dive into the making of Prince of Persia including doubts and difficulties anyone who tried to create things can probably relate
9.
▲
by
ecaradec
3y ago
Git blame -w -C -C -C would also keep author in case of moved lines
10.
▲
How Stable Diffusion Works (AI Image Generation) [video]
(youtube.com)
2 points
by
ecaradec
3y ago
|
0 comments
11.
▲
by
ecaradec
3y ago
Does anyone know if there are libraries for writing fakes ? I wonder why there is a lot of mock libraries but I know none for writing fakes.
12.
▲
by
ecaradec
3y ago
Can you summarize what that good way look like for those of us that haven't read it ?
13.
▲
by
ecaradec
3y ago
One trick I learned from https://craftinginterpreters.com/hash-tables.html is that you don't need an extra linked list for each bucket... But how do you handle collisions then ? The trick is that you make sure that you
14.
▲
by
ecaradec
3y ago
What matter is not whether nuclear energy produce wastes, but how much waste and how manageable it is relatively to other sources of energy. If you look at nuclear only, then obviously nuclear waste is bad. If you look at oil, coal, and the
15.
▲
by
ecaradec
4y ago
Make uses timestamp, so if you checkout code or switch branches even if the files are the same, make rebuild them. Also when you switch branches the ccache cache still have copy of .o files.
16.
▲
by
ecaradec
4y ago
Actually there is two type of leave: Paternity leave and parental education leave. Paternity leave is 25 days for each parent with full pay usually. Parental education leave is up to 3 years with lower pay (500€/month ? but there may b
17.
▲
by
ecaradec
4y ago
My understand is that having the copyright they have the right to acknowledge any copy happening even if it’s in a cache somewhere, on a wire somewhere. If you mount a drive remotely copies happens. Actually with dvd copies happens in memor
18.
▲
by
ecaradec
6y ago
I think it's more that people are not familiar with the formal presentation of the problem. I doubt many people would have difficulty understanding a less abstract statement: dog => mammal (dog implies mammal ) What can we say about
19.
▲
by
ecaradec
6y ago
It's interesting how different solving issues in a pixel sharer is.
20.
▲
by
ecaradec
6y ago
I didn't see the purpose of it when I got told of the principle at school. The supposed control of error detection feel like a very vague benefit to me. Especially now with computers. Actually hashing of the chain of values would proba
21.
▲
by
ecaradec
6y ago
Http://agner.org is a good resource once you know the basics. It explains a lot of how microprocessors interpret instructions, caches, decoding, microinstructions. Assembler is not really a language, it’s deeply connected to the m
22.
▲
by
ecaradec
6y ago
Start looking around 4 minutes from the start
23.
▲
Tovey explains the column geometry of the simplex method
(youtube.com)
2 points
by
ecaradec
6y ago
|
1 comments
24.
▲
by
ecaradec
6y ago
I just posted https://github.com/ecaradec/j86 today. Its a compiler for a mini language to optimized x86 assembly register. It does a few optimisations like register allocation and some constant propagation. I learned
25.
▲
by
ecaradec
6y ago
This is a project I start wanting to know how to best assign registers to variables. It grew from that and went into exploring things like SSA forms and constants propagation. It was a lot of fun (and pain) working on it, and I learned a lo
26.
▲
Show HN: An multipass optimizing compiler for a simple language
(github.com)
2 points
by
ecaradec
6y ago
|
1 comments
27.
▲
by
ecaradec
6y ago
I’m in the same ballpark as you are, and you actually seem a bit better than I am. Some teachers specialize in accent training, it might be a good idea to find one that could help you progress in that direction.
28.
▲
by
ecaradec
7y ago
People can still multitask using mouse only. It’s ok to have a hidden fast interface if you have a discoverable slow interface.
29.
▲
by
ecaradec
7y ago
A few days ago wayne did post that his position was terminated : http://kicad-pcb.org/blog/2019/10/KiCad-Lead-Developer-Annou...
30.
▲
by
ecaradec
7y ago
For us kanban was an easier sell to management than scrum, because they wanted frequent changes more than hard deadlines.
More ›