Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
malkosta
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
malkosta
24d ago
Great, now they can put much more Ads in my notes app...
2.
▲
by
malkosta
1mo ago
I'm probably missing something big...but after trying this herdr, conductor, etc...I always come back to ghostty+tmux+nvim....idk, maybe it's my old brain sticking to its existing synapses, but I find this setup much easier to mai
3.
▲
by
malkosta
1mo ago
Love pandoc, I use it for all sorts of stuff…here is my minimal static site generator: find . -name '*.md' -type f -exec sh -c ' for file do out="docs/${file#./}" out="${out%.md}.html&
4.
▲
by
malkosta
3mo ago
yes true, but I already have it on all my machines, for diverse reasons...it wouldn't be hard to implement a markdown support, but it would be worse to maintain that
5.
▲
by
malkosta
3mo ago
mine is: find . -name '*.md' -type f -exec sh -c ' for file do out="docs/${file#./}" out="${out%.md}.html" mkdir -p "$(dirname "$out")" pandoc --quie
6.
▲
by
malkosta
3mo ago
All I remember is that it's pretty clear written in the post...
7.
▲
by
malkosta
3mo ago
The problem with QWEN is that it just can't edit files reliably, I had to hack Pi all over to reduce the pain, but still far from perfect...does Gemma 4 strugle on this?
8.
▲
by
malkosta
3mo ago
That was exactly my same question. Then I finished reading the post. The reason is pretty clear, and written in the post: it is faster than ollama+mlx.
9.
▲
by
malkosta
3mo ago
What about just getting work done because you like to code, and not giving a damn about what others think because we will get rich anyways…I wonder why people are always trying to win instead of just having fun.
10.
▲
by
malkosta
6mo ago
What a master class in linear algebra…
11.
▲
by
malkosta
6mo ago
Yes, it describes human nature better than psychology. We can’t fight even knowing about it.
12.
▲
by
malkosta
7mo ago
How do you ensure security? Does it have a proper container? Otherwise, it's impossible to prevent leaking prod secrets.
13.
▲
by
malkosta
7mo ago
How do you intend to conquer the preemptive scheduler? System-wide fairness and preventing starvation are essencial steps for this to work well.
14.
▲
by
malkosta
7mo ago
It’s crazy how pretty much every tool people post to support AI systems is already in Erlang/OTP or in elixir standard libraries.
15.
▲
by
malkosta
7mo ago
Elixir + Postgres is the microservices killer...last time I saw VP try to convince a company with this stack to go microservices he was out in less than 6mo
16.
▲
by
malkosta
8mo ago
You read my mind sir! Also, great work by OP, I really needed this since a long time!
17.
▲
by
malkosta
10mo ago
Beautiful! :clap:
18.
▲
by
malkosta
11mo ago
Rectangle+Apptivate made me stop looking for an i3 alternative, after years. The first for moving windows, the second for switching between them with super+number, just like i3.
19.
▲
by
malkosta
1y ago
I fight against this by using it mostly on trivial tasks, which require no comprehension at all, also fixing docs and extending tests. It helps me to focus on what I love, and let the boring stuff automated. For complex tasks, I use it just
20.
▲
by
malkosta
1y ago
I do almost the same, with a simple bash script, and no JS junk: https://github.com/alexandremcosta/alexandremcosta.github.io...
21.
▲
by
malkosta
1y ago
TODO is a pretty clear name. If it's not to be done, then it should be just a regular comment, no need to tag as TODO.
22.
▲
by
malkosta
1y ago
If it's not intended to be done, then you are using the wrong name. Don't call it `TODO`.
23.
▲
by
malkosta
1y ago
It's just a ~~reduce~~ loop, with an API call to an LLM in the middle, and a data-structure to save the conversation messages and append them in next iterations of the loop. If you wanna get fancy, you can add other API calls, or acces
24.
▲
by
malkosta
1y ago
Offset-based pagination will be a problem on big tables.
25.
▲
by
malkosta
1y ago
The official ones are still the best: https://hexdocs.pm/phoenix/overview.html and https://hexdocs.pm/elixir/introduction.html
26.
▲
by
malkosta
2y ago
I have a 60 LOC [bash script][1] to do something similar to my personal blog [1]: https://github.com/alexandremcosta/alexandremcosta.github.io...
27.
▲
by
malkosta
2y ago
Also [Homerow]( https://www.homerow.app/ ) is really good
28.
▲
by
malkosta
2y ago
Too bad you didn't choose Phoenix/Elixir. Give it a try, and never come back to Rails.
29.
▲
Dollar Cost Averaging Calculator
(dca.gigalixirapp.com)
2 points
by
malkosta
2y ago
|
1 comments
30.
▲
by
malkosta
2y ago
Just a simple webapp I made to help with decisions some of us have to make every month.
More ›