Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
fjfaase
searching PlanetScale…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
31.
▲
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.
32.
▲
by
fjfaase
6mo ago
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 guess some AI has been used. Also some markers refer to areas
33.
▲
by
fjfaase
6mo ago
I dislike developers who make needless refractions such as changing the names of methods or moving parts of the code to different files all because then they understand it beter in that case.
34.
▲
by
fjfaase
6mo ago
In mouse by artificially increasing it. I guess there are lots of proteins that do this when at higher than normal levels. This says nothing about the effects of artificially reducing levels in humans.
35.
▲
by
fjfaase
6mo ago
Interesting idea, but the problem is that being connected and being non-cyclic (properties you want for a perfect maze where you can reach every location and where there is exactly one route between every two locations) are global condition
36.
▲
by
fjfaase
6mo ago
I maze that grows in one direction can be generated with Eller's or the Sidewinder algorithms (as also mentioned by the user John Tromp in one of the other replies).
37.
▲
by
fjfaase
6mo ago
Great idea. However it is infinite in one direction. Could be made infinite in two directions (I guess) by extending along a diagonal line that get long with each step. Probably could also make it infinite in all directions with a square th
38.
▲
by
fjfaase
6mo ago
Please explain how to deal with slightly overlapping tiles and still create a maze that has no cycles and locations that cannot be reached from any other location. These are properties that go tiles. I do know of an algorithm with 'ne
39.
▲
by
fjfaase
6mo ago
Are there also algorithms for (incremental) generation of infinite mazes?
40.
▲
by
fjfaase
6mo ago
Another sign that the USA is changing into an autocracy?
41.
▲
by
fjfaase
6mo ago
Is there option to select another source, such as the quran, middle earth lore, buddism, athetist philoshopers or seculare wisdom quotes? I am now ashamed that I once was deluded to consider myself a christian while science has sofar not sh
42.
▲
by
fjfaase
6mo ago
If one could prove that human like consciousness can be reproduced by electronic components (probably not possible), it means there is nothing 'super natural' about it and that humans should have the same rights as these kind of m
43.
▲
by
fjfaase
7mo ago
I think Frank Herbert was not interested in how the Jihad could work out, but just used it in his plot. The science in Dune does not work. (One example are the stillsuits.) He is not a 'hard' S.F. author, but more of a political a
44.
▲
by
fjfaase
7mo ago
We are returning to the pre WW2 world order and it is not due to some influential 'prophets' and leaders, but because history teaches us that we do not learn from history. The relative peace we experienced in the past 80 years was
45.
▲
by
fjfaase
7mo ago
I use my own editor too. I modified an existing editor to my own needs. But I do use VSC as well for multi file projects. My editor can load images as well and has a scripting language to manipulate images. I primarily use it to edit my web
46.
▲
by
fjfaase
7mo ago
The Dutch zipcode and the house number are unique. So, to mail something to the Netherlands anywhere from the world, it is enough to write something like: NL 1072CT 4.
47.
▲
by
fjfaase
7mo ago
Germany is one of the most pro-Israel countries and known for using excessive police voilance against pro-Palestina protestors and strongly denies that there is a genocide going on in Gaza.
48.
▲
by
fjfaase
7mo ago
In the past years, I developed a forth like language as an intermediate language for a C compiler. For debuging purposes, I also implemented a memory safe interpreter, besides a compiler that generates assembly output. See my profile for li
49.
▲
by
fjfaase
7mo ago
I got the message: "face search is not available in your region", when I wanted to upload an image. I live in the Netherlands.
50.
▲
by
fjfaase
7mo ago
Working without branches, except for releases, is the most effective way of working, using rebase instead of merge to get a single line of commits. Even release branches can be avoided with continuous deployment.
51.
▲
by
fjfaase
8mo ago
It needs bun to install. Could not find how to install bun. I wonder if bun is free, because its website looks to fancy for a free tool.
52.
▲
by
fjfaase
8mo ago
I remember seeing a sketch on a (Chinese) new years eve TV show in the mid nineteens, showing regional differences in language use between two partners during the night where one had to make use of the toilet. It started with one that used
53.
▲
by
fjfaase
8mo ago
A good idea that I had not thought about. defined is a pre-processor 'keyword' that only is used in conditions after #if and #elif. Elsewhere it is ignored by the pre-processor. You could argue that it is not a real keyword. But l
54.
▲
by
fjfaase
8mo ago
Yes, you are right that a post-increment in a switch statement is no differently than elsewhere. The goal I had set was to implement a small easy to read C compiler. For that reason I tried to implement it as a single pass compiler that wou
55.
▲
by
fjfaase
8mo ago
The code of TCC (0.9.26) is kind hard to compile, I have discovered in the past year, while developing a minimal C compiler to compile the TCC sources [1]. For that reason, I have concluded that TCC is its own test set. It uses the constant
56.
▲
by
fjfaase
8mo ago
If you have reliable file locking you can implement a journal-only with multiple users without needing a server. You have to take care of write errors and deal with partial writes, which can be tricky with a binary format. A long time ago,
57.
▲
by
fjfaase
8mo ago
Maybe not as big before the processor dies. The numbers that are talked about are unimaginably large, far larger than the number of atoms in the visible universe.
58.
▲
by
fjfaase
8mo ago
I understand that he is working on C++ according to blog post.
59.
▲
by
fjfaase
8mo ago
I have implemented similar behavior in some of my projects. For one, I also have also implemented 'cursors' that point to some part of a value bound to a variable and allow you to change that part of the value of the variable. I h
60.
▲
by
fjfaase
8mo ago
Enginering?
More ›