Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
napsterbr
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
Aviation Herald Was Sued
(avherald.com)
1 points
by
napsterbr
7d ago
|
0 comments
2.
▲
by
napsterbr
1mo ago
I worked at Distru a few years back; I have nothing but positive things to say about the team. Good culture, great people, solid engineering principles. This is a good opportunity, especially if you are into Elixir.
3.
▲
by
napsterbr
2mo ago
There is a world of difference between well-written human text and sloppy walls of AI-generated text. There's nothing wrong in using hyphenations or emdashes -- I use them myself! That's not the point of my comment.
4.
▲
by
napsterbr
2mo ago
One of the recent AI tells other than em dash is the excessive usage of hyphenated words: > multi-tenant-safe cache keys > on a server-rendered app > byte-for-byte identical (classic) > gets a cache-speed response > cached-fi
5.
▲
by
napsterbr
3mo ago
Or hacked them...
6.
▲
by
napsterbr
10mo ago
Took me ~30 minutes but eventually I was able to log in, get past the 2FA screen and change a DNS record. I surely missed a valid API token today.
7.
▲
by
napsterbr
1y ago
Reminds me of Ash (Elixir framework). Seems great on paper, but quickly turns into a nightmare. Magic is great to get you up to speed, but as soon as you find yourself having to bend the magic, good luck.
8.
▲
by
napsterbr
1y ago
This is clearly low quality, non-idiomatic AI-generated Elixir code. So the likely answer is that "you" did not use this at all; AI did. I review this kind of AI-generated Elixir code on a daily basis. And it makes me want to go b
9.
▲
by
napsterbr
1y ago
Coincidentally I'm working on FeebDB[0], which is similar but for Elixir instead. It can be seen as a replacement to Ecto (which won't work well when you have thousands of databases). Mostly as a fun experiment, but also from the
10.
▲
by
napsterbr
2y ago
I think we are beyond the "theory" phase by now. Just yesterday I saw the president of a country advertising the products of a private company (Trump making an obvious marketing ploy for Tesla). How can this ever be acceptable?
11.
▲
by
napsterbr
2y ago
Another interesting self-hosted tracker is https://ryot.io/ . Demo: https://demo.ryot.io/_s/acl_vUMPnPirkHlT Code: https://github.com/IgnisDa/ryot (PS: they opted to go in a direct
12.
▲
by
napsterbr
2y ago
Whatever their play, detect and drop the redirects. Good job on noticing it early on!
13.
▲
by
napsterbr
2y ago
Sure, and I agree with you, but what you described is just a break, not an interruption. These breaks were taken at a "natural" time, when you felt one was needed. By definition, an interruption is a "break" when you don
14.
▲
by
napsterbr
2y ago
The entire project is open source, so sure! :D I actually have two projects that use this approach, FeebDB (which is the library I wrote to manage a "one SQLite database per client" approach) and HackerExperience (a game under dev
15.
▲
by
napsterbr
2y ago
A hobby project of mine (in Elixir) uses SQLite as primary database. Each test runs in its own fully isolated SQLite database. No mocking (or transaction rolling back) needed. Most of these tests take less than 1ms to run (and when they tak
16.
▲
Does the AGPL Work?
(jefftk.com)
2 points
by
napsterbr
2y ago
|
0 comments
17.
▲
Functional Programming Self-Affirmations
(norikitech.com)
118 points
by
napsterbr
2y ago
|
113 comments
18.
▲
Avoiding recompilation hell in Elixir with mix xref
(r.ena.to)
40 points
by
napsterbr
2y ago
|
0 comments
19.
▲
by
napsterbr
2y ago
And here I thought nothing would top the double landing view from Falcon Heavy...
20.
▲
by
napsterbr
2y ago
It's unbelievable that he received no bounty from Zendesk on this one. If it was out of scope, then surely he could have published it anywhere?
21.
▲
by
napsterbr
2y ago
> Do I need 2 replicas to avoid the split brain scenario? my brain hurts already. It will hurt even more. The recommended way is to set up a witness server. Yet another thing to manage in a properly designed Postgres cluster. Certainly n
22.
▲
by
napsterbr
2y ago
> I wonder if creating jails have gotten easier since v8? I think iocage was released after v8, so yes, definitely! Not only creating, but managing jails as a whole. In many ways, iocage can be compared to docker when it comes to conta
23.
▲
by
napsterbr
2y ago
> Currently, FreeBSD lags behind in key areas such as [...] laptop-specific functionalities like suspend/resume Many years ago I migrated to FreeBSD and absolutely loved it. I was forced to migrate back to Linux once I started a job
24.
▲
Optimize the Data Layout
(cedardb.com)
45 points
by
napsterbr
2y ago
|
7 comments
25.
▲
Brazil Supreme Court lifts ban on X
(brazilian.report)
1 points
by
napsterbr
2y ago
|
0 comments
26.
▲
by
napsterbr
2y ago
You are absolutely correct, the current wording causes confusion as to where the speed-up happens. Over the weekend I'll add a note and link to this thread, thanks for pointing that out.
27.
▲
by
napsterbr
2y ago
One interesting thing your team may want to look into (if you haven't already) is compression. Of course there are a multitude of variables we don't have access from the outside, but Postgres only compresses data that is TOASTed,
28.
▲
by
napsterbr
2y ago
Hey, author here. > Indexes are, by nature, a tradeoff where you give up space to gain time, so this mindset doesn't really apply there. I agree that (re)aligning indexes are a different beast entirely, but (as mentioned in my recom
29.
▲
Optimizing Postgres table layout for maximum efficiency
(r.ena.to)
204 points
by
napsterbr
2y ago
|
68 comments
30.
▲
by
napsterbr
2y ago
Something similar happened to me about a year ago when the Google Authenticator app automatically updated to a new version. I lost all my accounts in the update process. Definitely learned a few lessons there.
More ›