Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
fjfaase
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
fjfaase
9d ago
FYI, I reviewed the live-bootstrap project that starts with a small seed. For a T-diagram that shows all processes being executed in stage0, have a look at [1]. I did work on a solution that requires less steps, but starts with a bit larger
2.
▲
by
fjfaase
19d ago
I have developing software in C(++) since 1990, but I did learn some new things about the language when developing a C compiler for a live-bootstrap variant not using the GNU Mes compiler.
3.
▲
by
fjfaase
20d ago
I still have a small fee available from NLNet for the implementation of a RISC-V back-end for a compiler (more a transpiler) from a small stack language to assembly. I have already started the effort, but at this moment not the time to work
4.
▲
by
fjfaase
21d ago
This fall there will be an exhibition at the Stedelijk Museum in Amsterdam. She stayed for some time in the Netherlands, met with Dutch artists, and organized events with them.
5.
▲
by
fjfaase
24d ago
This kind of papers go way over my head, but recently I was surprised that ChatGTP (free) found the proof for an expression had a square value for some variables. It dug up a relationship from a paper from 2009 and correctly applied it to t
6.
▲
by
fjfaase
26d ago
For the C compiler that I developed to replace the GNU Mes compiler in the live-bootstrap project, I also used a Forth like language that uses two stack. One stack for parameters and return values and one for the return addresses and local
7.
▲
by
fjfaase
2mo ago
This is not uniquely American. Here in the Netherlands we also have fixed interest rates for long periods. Usually for 20 years.
8.
▲
by
fjfaase
2mo ago
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 European countries such payment systems are used as widespread as
9.
▲
by
fjfaase
2mo ago
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.
10.
▲
by
fjfaase
3mo ago
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 the distance on how often element needed to be swapped.
11.
▲
by
fjfaase
3mo ago
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 looked much the same as the others, there was some fundamental di
12.
▲
by
fjfaase
3mo ago
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 tinnier C compiler to compile TCC 0.9.26.
13.
▲
by
fjfaase
3mo ago
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.
14.
▲
by
fjfaase
3mo ago
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 not to use an e-bike. I am not going to use one. Maybe a trik
15.
▲
by
fjfaase
3mo ago
The number of possible go games exceeds the number of chess games by far.
16.
▲
by
fjfaase
4mo ago
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 communicate with doorbel through laptop with headset.
17.
▲
by
fjfaase
4mo ago
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.
18.
▲
by
fjfaase
4mo ago
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 particular solution was not going to work. It did not bring m
19.
▲
by
fjfaase
4mo ago
This might have been the PDP-11.
20.
▲
by
fjfaase
4mo ago
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 instructions. You had 'emulate' those with the instruct
21.
▲
by
fjfaase
4mo ago
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 already have become a grandparent as well.
22.
▲
by
fjfaase
5mo ago
I think the link must be https://www.youtube.com/watch?v=SVTPv4sI_Jc
23.
▲
by
fjfaase
5mo ago
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 one of the solutions. I wonder why the C variant could not imp
24.
▲
by
fjfaase
5mo ago
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 the syntax of the commands that the device will accept is know
25.
▲
by
fjfaase
5mo ago
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://iwriteiam.nl/FransCV.html Email: See CV
26.
▲
by
fjfaase
5mo ago
I think you can run a single task on core 1 without interference if you give it the right priority (and disable some things).
27.
▲
by
fjfaase
5mo ago
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 compile reverse Polish notation to machine code. I call the la
28.
▲
by
fjfaase
5mo ago
It had a Bosch motion sensor with AI abilities it says in the description.
29.
▲
by
fjfaase
5mo ago
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.
30.
▲
by
fjfaase
5mo ago
Just a single function per level is sufficient for implementing both right and left association. I do not see the problem.
More ›