Viewing profile — Allyedge
Allyedge
HN member- Joined
- Mon, May 30, 2022, 10:10 PM UTC
- HN karma
- 5
- Public activity
- 25 items
- HN profile
- View on Hacker News ↗
About Allyedge
No profile information was provided.
Recent public activity
- story
-
story
Show HN: Compi – A Make-like build system written in Rust
Hello everyone! I've recently been using Make a lot, and the way it works and some certain things (such as the Makefile structure) that annoyed me made me wonder how one could buil…
-
comment
Comment #44143511
I see your points. I will try doing this, thanks!
-
story
Ask HN: Feeling uninspired as a programmer, could I get some advice?
Hello! I am a programmer at the age of 18, and I've been coding since a few years. I initially started with Android apps, and then translated into the Web and now I work mostly wit…
-
comment
Comment #44016411
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 brigh…
- story
-
story
Ask HN: Where to find problems, users or ideas for a SaaS?
Hello! I claim myself to be a relatively good and fast developer, with the ability and experience in many various technologies from full stack web to mobile to embedded. Yet I alwa…
- story
- story
- story
- story
-
comment
Comment #43159647
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 actua…
- story
- story
-
comment
Comment #34877465
Not yet, but I plan to add that ability once the database is a bit more complete, which shouldn't take too long.
-
comment
Comment #34874187
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.
-
comment
Comment #34869834
Thanks! Your project looks very interesting as well.
-
comment
Comment #34867885
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 fas…
-
comment
Comment #34866267
- 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 Redi…
-
comment
Comment #34865264
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 …
-
story
Show HN: AllyDB – An in-memory database similar to Redis, built using Elixir
Hey, everyone. I am currently working on AllyDB, which is basically my own Redis, which I am writing in Elixir. Currently, the database is nowhere close to being ready, as you can …
-
comment
Comment #34720201
I see, will try to do that. Thanks!
-
comment
Comment #34716849
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.
-
story
Ask HN: Why can I never get any project ideas or get started with projects?
I mean, I kind of know why, but have no idea how to fix it. Usually, I do not know what to code at all. People always come up with crazy projects that amaze me, yet I never get any…
-
comment
Comment #34716749
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 suppo…