Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
pjam
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
1.
▲
by
pjam
4mo ago
Do you happen to remember where this stat came from? I have not heard about it and would be interested in learning more about it
2.
▲
by
pjam
7mo ago
Which part is gone?
3.
▲
by
pjam
2y ago
There’s a paper about it, linked from the blog post: https://arxiv.org/abs/2306.06391
4.
▲
by
pjam
2y ago
Yes, but the discussion here was about it being a gradual, gradual type system, as in, the gradual type system being added gradually
5.
▲
by
pjam
4y ago
Pretty sure your first paragraph was enough, don’t really see the point of bringing up a rape victim example. I mean, “dutonians” from PagerDuty is enough to illustrate how ridiculous this whole thing is
6.
▲
by
pjam
4y ago
What are these clear indications (beside the potential draft point)?
7.
▲
by
pjam
4y ago
I am not qualified to make any comments on the legal difference between the terms either, and I should also add that I am an ESL, so take that with a grain of salt. Reading the original comments about being "liable", it felt like
8.
▲
by
pjam
4y ago
Ha, perfect, exactly what I was looking for, thanks for pointing it out, didn't realize I was looking at a subsection of the thread, my bad. But it confirms what I was thinking, going from "liable" to "criminally prosecu
9.
▲
by
pjam
4y ago
Assuming the "criminally prosecuted" piece is a reference to that thread [1], based on what other comments have also pointed out, did anyone in there actually say that, or imply it? I read that thread and didn't see anything
10.
▲
by
pjam
5y ago
Feeling required to post about the Building Git[1] book, really love it, for anyone interested in a walkthrough of rebuilding many of the most of important git features, from scratch, in ruby. [1]: https://shop.jcoglan.com/b
11.
▲
by
pjam
5y ago
This. Sure, floating point numbers come with a footgun, but the title is so clickbaity, would it really hurt to name it: "What I wish I knew about floating numbers before relying on them?"
12.
▲
by
pjam
5y ago
> the dynamism of js is disappearing As an outsider, really curious to hear more about this. Is it from an ecosystem point of view, where the "dynamism is disappearing" or more from a day to day, the fact that writing TS is sig
13.
▲
by
pjam
5y ago
International Entrepreneur Parole
14.
▲
by
pjam
5y ago
The progressive rehashing described in the article is very similar to what Redis does [1]. Just thought I'd share a example of a use case where the incremental rehashing logic makes sense. [1]: https://github.com/redis&
15.
▲
by
pjam
6y ago
> Long distance running will wear your meniscus out. Is there any research to back that? Everything I’ve ready says that it is not a fatality and that it is possible to run, for many years (life?) without destroying your joints. It’s my
16.
▲
by
pjam
6y ago
This is great and really useful to me! I am also, like others here, in the process of writing my first "book": https://redis.pjam.me/ . Mainly inspired by https://shop.jcoglan.com/building-git/
17.
▲
by
pjam
6y ago
This, 100%. I've been working on a side project that is essentially rebuilding Redis but in Ruby, only to learn how things work ( https://redis.pjam.me/ ) and the Redis code base is fantastic. As someone with basically n
18.
▲
by
pjam
6y ago
How does Redis "not do data consistency"? Same question for HA? On the HA point, my understanding was that it was one of the reasons to use Redis Labs, because they handle a lot of the setup and management of the infrastructure re
19.
▲
by
pjam
6y ago
> most people are using it as a cache Maybe, I actually have no idea, have you seen numbers? > Their valuation reflects its use as a cache How so? > Did you geo replicate message broker? No
20.
▲
by
pjam
6y ago
Redis _can_ be used as a cache, but it's not the only use case. I've personally mostly used it as a message broker (celery in python, resque in ruby), but it can definitely be used as a database. Bottom line, it's a very flex
21.
▲
Redis in Ruby, An online book about rebuilding Redis, for fun
(redis.pjam.me)
1 points
by
pjam
6y ago
|
1 comments
22.
▲
by
pjam
6y ago
Redis in Ruby is a project I'm currently working on, so far the first three chapters are available. The idea is to attempt rewriting Redis, in Ruby, to learn more networking, threads, processes, system calls and so on.
23.
▲
TIL-rb a Ruby gem to help you manage a GitHub repo of TILs
(blog.pjam.me)
1 points
by
pjam
6y ago
|
0 comments
24.
▲
The Prob with Bob
(medium.com)
7 points
by
pjam
11y ago
|
0 comments
25.
▲
I used to hate running
(medium.com)
7 points
by
pjam
12y ago
|
0 comments
26.
▲
by
pjam
12y ago
I like the idea, but I would be really reluctant to use a gem that has no tests, especially when the core methods are clearly not trivial, a bunch of them are ~100 lines long. Not that the number of lines tells how complicated a method is,
27.
▲
by
pjam
12y ago
I used both for almost a year and while I really enjoyed working with tastypie, I found Django Rest Framework to be even better. - I think Rest Framework's documentation is way better than tastypie's. - I found tastypie's sou
28.
▲
by
pjam
12y ago
We didn't design the gem to handle "dev" data, the idea was really to handle "real" data, such as Product in our case. Though if you feel like there would be a use case for dev seeds, I would be happy to discuss tha
29.
▲
by
pjam
12y ago
Hey, one of the engineers who built this over here, happy to answer any questions you have.