Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
devnull3
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
121.
▲
by
devnull3
3y ago
This will impact the driving tests as well. A typical practical driving test lasts for 35-40 min. But with 20mph it will cover less distance. Interesting to see how the DVSA (the body which conducts these tests) handle this. Increasing test
122.
▲
by
devnull3
3y ago
For me the way manual gears are calibrated at present, it is difficult to maintain speed at 20mph. It is very easy to overshoot compared to 30mph.
123.
▲
by
devnull3
3y ago
yeah. The snapshot of Java in my head still needs main() to be defined in a class.
124.
▲
by
devnull3
3y ago
A lot of it is to do with abstraction and reusability. E.g A third party lib uses hashmap for implementation but for my use-case an array would have suffice (like small number of integers over specific range). Since the 3rd party lib is ess
125.
▲
by
devnull3
3y ago
I think Fabrice is what is known as 10x engineer. They do exist. There is not only depth but also breadth in the projects he has created.
126.
▲
by
devnull3
3y ago
Govt minister has rejected this as a rumour [1] [1] https://www.livemint.com/politics/india-vs-bharat-row-govt-r...
127.
▲
by
devnull3
3y ago
lol ... it seems it is same as forgetting password of your password manager. Frequent usage helps to retain the memory. Also, in my case my wife uses it so its two people remembering instead of one.
128.
▲
by
devnull3
3y ago
Do not write your real password. Instead modify it in certain way which is easy to remember: E.g real password is "xB6fqmd$a90". Apply algo: swap 2nd and last char. So store it as: "x06fqmd$a9B" This algo should be easy
129.
▲
by
devnull3
3y ago
Writing code is just one part of the overall list of things that an engineer does. Infact, barring the early versions of product/project more time is spent elsewhere in subsequent versions. With code it is more reading than writing new
130.
▲
by
devnull3
3y ago
As a big fan of UPI, I have a concern if people became too much dependent on it. What happens when there is a power outage for extended period of time (due to war, natural calamity, grid failure, etc)? Most shops in India do not have backup
131.
▲
by
devnull3
3y ago
I see productivity gains in software development but no full replacement (yet). Writing code is just one part of the overall list of things that an engineer does. Infact, barring the early versions of product/project more time is spent
132.
▲
by
devnull3
3y ago
I tried: Question/Task: Write a lock implementation in Rust I got this (lol): use std::sync::Mutex; struct Lock { mutex: Mutex<()>, } impl Lock { fn new() -> Lock { Lock {
133.
▲
by
devnull3
3y ago
Meta has ~$40B as Cash-on-Hand [1]. Why does it need to raise this money via bonds? [1] https://companiesmarketcap.com/meta-platforms/cash-on-hand
134.
▲
by
devnull3
3y ago
I will add two more: 1. Your team is not your family. I have worked in environments where such characterizations exist. 2. When there is a conflict between teams the boss says "Guys we all are one team". No we are not. I understan
135.
▲
by
devnull3
3y ago
Highly recommend videos from Anuja Kamat: What is Raag? => https://www.youtube.com/watch?v=CBtFt3HUkT0 Concept of 'Swara'- Hindustani, Carnatic and Western theory of swara => https://www.youtube.c
136.
▲
by
devnull3
3y ago
> Prashanth Abd al-Rahman (SO CEO) The name is Prashanth Chandrasekar or am I missing something?
137.
▲
by
devnull3
3y ago
> Astound your friends! Confuse your enemies! ... more like your friends will curse you and your enemies will watch with glee that you are using C++
138.
▲
by
devnull3
3y ago
The block device may not be physical one. Instead it could be software like NBD. So there is really no way of knowing unless you know what exactly you are writing into, which actually breaks the abstraction.
139.
▲
by
devnull3
3y ago
I tried "Trump" and "Biden" out came the answer = "indifference" :)
140.
▲
by
devnull3
4y ago
> The primary beneficiaries of those low-cost services seem to be the upper deciles Not necessary. For example, NHS is used by a large cross-section of the society. Another example are council services like picking up garbage. You will n
141.
▲
by
devnull3
4y ago
Construction: https://www.youtube.com/watch?v=LQPGe6HQlZI Hotels,pubs,etc: https://www.telegraph.co.uk/food-and-drink/features/british-... Documentary: Britain's Unemployment Crisis | A Very
142.
▲
by
devnull3
4y ago
Although it UK appears to be a democracy but in reality it is not. One of its true test is whether the people make the govt implement the key policies they want or whether the will of the people is truly reflected in the way govt conducts i
143.
▲
by
devnull3
4y ago
> immigration sentiment in the Midlands Like it or not, UK needs (skilled & semi-skilled) immigrants. There are jobs which the citizens do not want to do but still expect world-class, low-cost services. This is where semi-skilled peo
144.
▲
by
devnull3
4y ago
Actually it is [1] [2] [1] Synonyms of artificial has "faked" : https://www.thesaurus.com/browse/artificial [2] Synonyms of fake has "artificial": https://www.thesaurus.com/browse&#x
145.
▲
by
devnull3
4y ago
I guess C++ is the new COBOL. When fresh out of college, I used to pride myself knowing C++. I used to revel in its complexity because it made me feel a cut above the rest. How naive & stupid I was. I have not worked in C++ for a long t
146.
▲
by
devnull3
4y ago
Some of these companies have "code-of-ethics" document which is mandatory for every employee to read. I had to read & acknowledge as a freshman software engineer at a firm which abused visa-on-arrival for work purposes. The sh
147.
▲
by
devnull3
4y ago
I think there is still time to course-correct. It is UK's bad luck that none of the political parties have any meaningful to offer. Also, UK is stuck in a weird spot where I think lot of people know what needs to be done [1] but those
148.
▲
by
devnull3
4y ago
> Nuclear powers meh. It is a deterrence at best. Contributes nothing in terms of economic might. > Soft power Agree. The royal family which was a major attraction seems to be on wane (imo) after Queen's death > permanent UN s
149.
▲
by
devnull3
4y ago
I would say do not lose sight of the big picture. The topmost responsibility of parents is: To prepare them for adult-hood. The following cross-cuts anything the child decides to do in future: 1. Being mentally tough * Dealing with su
150.
▲
by
devnull3
4y ago
Ironically, this reminds me of a quote from a French mathematician, philosopher: “All of humanity's problems stem from man's inability to sit quietly in a room alone.” -- Blaise Pascal
More ›