Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Allyedge
searching PlanetScale…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
Show HN: Compi – A Make-like build system written in Rust
(github.com)
2 points
by
Allyedge
1y ago
|
0 comments
2.
▲
by
Allyedge
1y ago
I see your points. I will try doing this, thanks!
3.
▲
Ask HN: Feeling uninspired as a programmer, could I get some advice?
3 points
by
Allyedge
1y ago
|
3 comments
4.
▲
by
Allyedge
1y ago
I am a bit confused by the issues and the solution. Is there any plan? Is there any genuine problems? Like, you can simply change the setting to stop the auto changing of the brightness? Also a lot of typos.
5.
▲
Show HN: Gitsplain – Make Your Code Changes Make Sense
(gitsplain.vercel.app)
1 points
by
Allyedge
1y ago
|
0 comments
6.
▲
Ask HN: Where to find problems, users or ideas for a SaaS?
1 points
by
Allyedge
1y ago
|
0 comments
7.
▲
Show HN: Fead – A RSS feed reader written in Rust
(github.com)
1 points
by
Allyedge
2y ago
|
1 comments
8.
▲
by
Allyedge
2y ago
This is a simple RSS feed reader I have written in Rust to get better at the language and practice building actually useful things with it. I hope it is useful for anyone who actually tries to use it, but more importantly, I would like to g
9.
▲
Lightning-Fast Search with MeiliSearch and Elixir in Record Time
(alimarslank.medium.com)
3 points
by
Allyedge
4y ago
|
0 comments
10.
▲
by
Allyedge
4y ago
Not yet, but I plan to add that ability once the database is a bit more complete, which shouldn't take too long.
11.
▲
by
Allyedge
4y ago
It is true that it is similar, but I like including my username "prefix" in my project names so unless I get a great idea for a name, I plan to keep it the same way.
12.
▲
by
Allyedge
4y ago
Thanks! Your project looks very interesting as well.
13.
▲
by
Allyedge
4y ago
The project is not finished yet so I didn't do many benchmarks, but if someone cares enough to write some, I would gladly include them in the project. My testing gave me really fast writes and deletes (since those are asynchronous), an
14.
▲
by
Allyedge
4y ago
- I was just looking to build a database similar to Redis for practice, and thought Elixir's ETS and OTP would be useful. - Just learning more about databases while building a Redis alternative. - It appends operations, the same ones y
15.
▲
by
Allyedge
4y ago
The project uses no dependencies and uses ETS anyways. I am just handling the harder parts such as persistence by myself, to let the user only worry about writing features instead of reinventing the wheel.
16.
▲
Show HN: AllyDB – An in-memory database similar to Redis, built using Elixir
(github.com)
20 points
by
Allyedge
4y ago
|
12 comments
17.
▲
by
Allyedge
4y ago
I see, will try to do that. Thanks!
18.
▲
by
Allyedge
4y ago
I believe there was a configuration file for that. I just set it to 12 GB max, since I have 32 GBs of RAM, and it works just great.
19.
▲
Ask HN: Why can I never get any project ideas or get started with projects?
1 points
by
Allyedge
4y ago
|
3 comments
20.
▲
by
Allyedge
4y ago
I wouldn't recommend JVM for web in 2023, but if you really want to use it, I would at least recommend Kotlin. It has a better syntax, more up to date tools and is officially supported by JetBrains too. It also has the Ktor framework w