Viewing profile — fjfaase
fjfaase
HN member- Joined
- Mon, Mar 20, 2017, 8:04 PM UTC
- HN karma
- 1,831
- Public activity
- 946 items
- HN profile
- View on Hacker News ↗
About fjfaase
* https://www.iwriteiam.nl/ * https://github.com/FransFaase * https://fjfaase.at.hn
Recent public activity
-
comment
Comment #49119574
This is not uniquely American. Here in the Netherlands we also have fixed interest rates for long periods. Usually for 20 years.
-
comment
Comment #49060535
Wero is a European wide payment system. In the Netherlands it replaces iDeal, which has been the (almost) universal payment method for webshops in the Netherlands. In not all Europ…
-
comment
Comment #49003280
Strange that no one took the effort to fix yaYUL to read the YUL format, but instead of adapting the transcription of the source to match the 'quirks' of yaYUL.
-
comment
Comment #48626180
There are some simple ways to improve bubble sort. The first is to move in two directions. The second is to first start comparing elements at a large distance than one and reduce t…
-
comment
Comment #48620604
I once used code duplication to implement a fourth type of dialog that looked somewhat similar to the others, that were sharing a lot of code, because I felt that although it looke…
-
comment
Comment #48558124
Many people have complained about the quality of TCC code. It sometimes feel the code id one big unittest including all nasty C edge cases. I found this out when developing an even…
-
comment
Comment #48539000
In the Netherlands we do not bike for sport but for daily commutes and shopping. Most people on non e-bikes go at about 15km/h.
-
comment
Comment #48524938
I think that if you as 60+ person cannot bike without support your brain is probably also not fit enough anymore for the speed you are going to ride at. So, I advice older people n…
-
comment
Comment #48487705
The number of possible go games exceeds the number of chess games by far.
-
comment
Comment #48333403
Are there also open-source solutions without dependency on server in the cloud and that depend on internet connection? I am looking for a total home solution where I can communicat…
-
comment
Comment #48205105
Is comparing a signed integer with an unsigned integer UB? I resently wrote some code and compiled it with gcc to x86_64 (without optimization) that returned an incorrect answer.
-
comment
Comment #48177297
This is one of the most frustrating things as being a software engineer: working on solutions that you feel that are not going to work. In some cases, I was the one saying that a p…
-
comment
Comment #48092755
This might have been the PDP-11.
-
comment
Comment #48092728
Question: I once heard somebody talk about a micro-controller (with a minimal instruction set) where every register could be the program counter. It did not have jump or call instr…
-
comment
Comment #48057718
What about privacy? Maybe not everyone wants to share his information with every far relative that you might never have met or twenty years ago when your grandmother died and you a…
-
comment
Comment #48002905
I think the link must be https://www.youtube.com/watch?v=SVTPv4sI_Jc
-
comment
Comment #47998443
I find this a bit disappointing. Why not publish it with the preprint. Now we have no way to establish the quality of the two solutions or whether it is even possible to improve on…
-
comment
Comment #47998105
Really strange the the C JSON parser has to use malloc where the RUST version does not. As if it is not possible to write a JSON parser in C that does use malloc. I presume that th…
-
comment
Comment #47981690
Location: Enschede, The Netherland Remote: Yes, also onsite (within biking distance) Willing to relocate: No Technologies: C, C++, C#, embedded, compilers Résumé/CV: https://iwrite…
-
comment
Comment #47915755
I think you can run a single task on core 1 without interference if you give it the right priority (and disable some things).
-
comment
Comment #47909509
I developed a similar language as an intermediate language for a C-compiler that I wrote. It uses reverse Polish notation instead of Polish notation [1], because it is easier to co…
-
comment
Comment #47879168
It had a Bosch motion sensor with AI abilities it says in the description.
-
comment
Comment #47824409
I corrected the location for https://en.wikipedia.org/wiki/Museum_Ensched%C3%A9 to the address mentioned in the article. It was placed somewhere in the city of Enschede.
-
comment
Comment #47822402
Just a single function per level is sufficient for implementing both right and left association. I do not see the problem.
-
comment
Comment #47701011
How to correct errors? I found some museum with the name that matches a city (but not exactly) to be placed in that city while it is in a city at the other side of the country. I g…