Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
leghifla
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
leghifla
2y ago
This make me think about a scandal pre dotcom burst in Belgium: https://en.wikipedia.org/wiki/Lernout_%26_Hauspie The creators "invested" in foreign companies that would buy their product. They had realized t
2.
▲
by
leghifla
2y ago
Be cautious about calling their customer support if you have "bought" DRM stuff: you can be banned for any reason at any time. I complained about a failed delivery (broken box, one item missing). They refunded me but then immediat
3.
▲
by
leghifla
2y ago
How do you know they are good? Did you use one for an extended period of time? A set of wheels and a cushion do not make a good wheelchair, if you want to live an active life. Please see https://news.ycombinator.com/item?id=
4.
▲
by
leghifla
2y ago
see my earlier post: https://news.ycombinator.com/item?id=41721976
5.
▲
by
leghifla
2y ago
Let me use a car analogy. I have no idea why a car should be more than 10k. On Amazon you can get a go-kart for less than 100: https://www.amazon.com/s?k=go-kart It is really the same comparison. A true every-day wheelchair
6.
▲
by
leghifla
2y ago
You are missing the experience of being tied to a wheelchair for a complete day. None of the chairs you have shown are suitable for daily use. Even the "Magnesium" one. One of the most important point (beside being the right size)
7.
▲
by
leghifla
2y ago
I am on a watch-list too because of a recent problem with a broken package with only one item out of two inside. It was clearly a too light packaging for a heavy item with sharp corners. The only other problem I had was a warranty claim 5 y
8.
▲
by
leghifla
2y ago
When I was about 10, I was able to swim but I was not great at it. For some reason (I think someone dived just in front of me), I needed to stop swimming and ended "vertical" in the water. It was quite unusual for me at the time.
9.
▲
by
leghifla
2y ago
+1 And usually, the one person in the meeting not using headphones does not feel the problem: he can speak all the time and be heard correctly, while the others cannot interrupt him while he is speaking
10.
▲
by
leghifla
3y ago
Just a fun anecdote on end-to-end testing I did 20 years ago while working on the compression of images. Some parts of the algorithm were easy to test, others very hard. On the easy part was loading and saving the file. I tried to test as b
11.
▲
by
leghifla
3y ago
"Refactor your codebase to put the related code together" Of course it is a goal, but not always possible. You sometimes have two (or more) conflicting "relations" in the codebase. E.g.: you are dealing with taxes in var
12.
▲
by
leghifla
3y ago
On a slow ssh connections, I prefer to close my eyes while typing, to avoid distraction by the delay on screen. I have better accuracy this way
13.
▲
by
leghifla
3y ago
In EU (and probably elsewhere), there are strict rules for the stability of power wheelchair. One such rule is "On a incline of x% (x chosen by the manufacturer), pushing for max speed from stop should not lift the front wheels" T
14.
▲
by
leghifla
3y ago
And first, lead by example. If the parents cannot help looking at their phone every 5 minutes, how are the children supposed to act?
15.
▲
by
leghifla
3y ago
These shenanigans before displaying the final result can have quite a lot of psychologic effects. Back when I started programming, I did simulate a jackpot machine in software (no money involved). The final probabilities were fair, but I ad
16.
▲
by
leghifla
3y ago
On the other hand, rebasing can create its own problems re: regression finding If you rebase more than one commit, you can also have an intermediate commit which does not run fine, or even compile. This can happen silently, without conflict
17.
▲
by
leghifla
3y ago
About "truly fragile software", it seems to be the norm now, thanks to the ease docker provides to hide this
18.
▲
by
leghifla
3y ago
About touch buttons, I have seen once a lift with touch buttons for controls. For accessibility, the floor were also written in Braille. I thought to myself: "nice, they thought about vision impaired people". Then, a friend of min
19.
▲
by
leghifla
3y ago
It won't succeed because of physics/math. They claim a save of 400kW per sail, with a boat cruising at 22kts. Let's do some math: - 400kW is 400e6 J/s, or 400e6 N.m/s - 22kts is 11.31m/s So the forward force mu
20.
▲
by
leghifla
4y ago
Good writing is clearly useful and quite often mentioned. But good reading is very rarely talked about. I think it is even more important. Too many people cannot maintain attention for more than a few seconds while reading. Or they read &qu
21.
▲
by
leghifla
4y ago
About mental effort in meetings being lower than solving a technical issue, it is definitively true (most of the time), even though non-technical people cannot even grasp how much a difference there is. In a previous software job, I was par
22.
▲
by
leghifla
4y ago
If management does not pay close attention, doing sloppy work with many small bugs is the key to very high (measured) productivity: - You close a feature ticket by cutting all corners possible - Every corner cut will later become a bu
23.
▲
by
leghifla
4y ago
The initial script was fine, but not ideal. The CI is better in this regards. The CI is not the problem, sure. But it is not the solution either. That was my point.
24.
▲
by
leghifla
4y ago
Regarding a dedicated person to handle the CI, here is my experience. In the small company I am working now, I had setup a adhoc deployment script that was working fine, took less than 5min (with no user interaction) on my dev PC. Since it
25.
▲
by
leghifla
4y ago
You receive an email for your flight: tomorrow at 10am. When you arrive at the airport, you are told the flight has already departed. "How is that possible, it is 9am and my flight is at 10am?" "No sir, your flight was at 8am
26.
▲
by
leghifla
5y ago
I somewhat agree, but every feature is not equal. And you usually start with the easy ones... So, even without any technical debt, it will probably go up, just less fast.
27.
▲
by
leghifla
5y ago
In a previous job (Belgium), I had a non-compete clause, correctly written except that the "compensation" part was missing. To my understanding, when leaving, I could either: - claim the clause null and work wherever I wanted - fo
28.
▲
by
leghifla
5y ago
If you are 3 competitors on your market and you might lose x orders while your are down, but gain 2*x orders when the other 2 are down, you are ahead (with the same probability of going down as the others). Real world is not so easy though.
29.
▲
by
leghifla
5y ago
> some testing is worlds better than no testing While it is probably true most of the time, like many things in live, "it depends". When you are developing some not so well defined functions and everything is on quicksand, test
30.
▲
by
leghifla
5y ago
http://underhanded-c.org/
More ›