Viewing profile — Francute
Francute
HN member- Joined
- Wed, Dec 14, 2016, 5:17 PM UTC
- HN karma
- 102
- Public activity
- 24 items
- HN profile
- View on Hacker News ↗
About Francute
No profile information was provided.
Recent public activity
-
comment
Comment #49092202
You can't improve what you can't measure. Consider this like if it were the first test
-
comment
Comment #44652112
But you can achieve the same thing (1:1 style:class mappings without hidden structures) using other libraries, like the ones mentioned here; styled components and vanilla-extract. …
-
comment
Comment #42818959
I think I don't fit in either of your groups. I’m not against Tailwind, but I didn't used it yet because I struggle to see why it's a better approach compared to other options like…
-
comment
Comment #36524485
Issues like this are happening almost every 2 weeks. What has been happening to GitHub lately?
-
comment
Comment #24201561
HARD force yourself to close your laptop. Seriously. Then go for a walk just around your block, or go to the gym. Some activity that forces yourself to move
-
comment
Comment #22201348
I will wide this question a little bit based on my own experience... 1. Some people report that they can have multiple conversations at the same time in their minds. I find that re…
-
story
Ask HN: How do non-academic people find related papers to an specific topic?
Let's say i'm interested in a topic that I can't find formal discussions through Google. How do I find related papers to my topic?
-
comment
Comment #20362730
The funny thing for me is that I met for first time this scalators on last month
-
comment
Comment #18839675
Basically, before finishing school, I've decided that would be better to make that choice if I had real experience first. So, I've started working on both. 8 months later I figured…
-
comment
Comment #18835510
Now start thinking on people living on rural areas outside first world countries... Lot of wasted talents...
-
comment
Comment #17396814
Nice link!. I should add that exist a correlation between objects and lambda calculus for functional programming. So, they are different perspectives of the same idea. And you have…
-
comment
Comment #17396718
> How can a self-learner without access to a university or professor check their work? Their "work" means: Find a solution, AND then check it. So, not checking it by yourself is be…
-
comment
Comment #17331197
This is old (2013). However, i think it's really ironic to talk trash about OOP while thinking in Java and pointing Alan Kay in the same post. Alan Kay being the father of OOP alwa…
-
comment
Comment #16585588
The problem wasn't lisp... The problem was he didn't want to leave his comfort zone. You can love lisp, Smalltalk, and all those beauty languages, but you should never stick to a s…
-
comment
Comment #16487456
Does anyone think this may be related to the fact that you don't have a hard goal to seek for the money you are working? For example; I want a new PC, so I work for 6 months workin…
-
comment
Comment #16462874
Honestly, I have no idea about ad campaigns. However, I've felt that the ad itself wasn't good enough. And, when you say "a typical YouTube ad is 30 seconds" doesn't mean you have …
-
comment
Comment #16423580
Not an efficient keylogger, however, if you know the pressed keys, you can just generate permutations ordered using probabilities, and that would be a lot faster than brute force. …
-
comment
Comment #16296552
A Mathematician's Lament, by Paul Lockhart. Also, i'm not completely sure about this, because i had to have my eyes a bit open to understand it. But would be nice to had readed it …
-
comment
Comment #15939549
On my desktop: Firefox: JavaScript ~372ms, asm ~121ms, WebAssembly ~91ms, Shader ~0.1ms Chrome: JavaScript ~115ms, asm ~150ms, WebAssembly ~105ms, Shader ~0.1ms Edge: JavaScript ~3…
-
comment
Comment #15624133
Surprisingly, at least for me, i don't see here Robert C. Martin, Kent Beck or Alan Key... Maybe they are old, and not the bussiness-succesfull-type but they are still Gods for me …
-
comment
Comment #14263742
Well, if you have 1400 lines of 100 prime numbers each one, and a last line to retrieve one of them, if i ask for the 140.000 prime, that solution would be better (in terms of spee…
-
comment
Comment #13933102
I don't know why some people love sunlight, but in my case, normally, it's make me angry, sleepy and tired. Winter days, on the other side, make me start being productive again, st…
-
comment
Comment #13865436
What about languages like Smalltalk and Lisp? ... Well, Lisp at least have some acknowledgments, but Smalltalk can be compared to Erlang in lot of aspects.
-
comment
Comment #13177649
The common thing i can see about seniors developers are the length of his code. A junior developer doesnt divide too much his code, repeat himself, the avg length of his code is hi…