Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
peterm4
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
peterm4
13d ago
Presumably this sort of thing was rampant pre-internet? News outlets would _have_ to receive embargoed information so that they could publish papers on time. I believe government budgets are a good example of this happening. I think the we
2.
▲
by
peterm4
19d ago
Human rights are routinely revoked from those that impede on the rights of others. This is the premise that underpins prisons. Privacy being a human right still holds true.
3.
▲
by
peterm4
26d ago
In principle I’d agree usually, but I think this specific case, it’s reasonable to highlight that the “experts get value” argument doesn’t really add much to the discourse anymore. We know this and you just need to look at what’s happening
4.
▲
The System from Nowhere
(mail.cyberneticforests.com)
4 points
by
peterm4
1mo ago
|
0 comments
5.
▲
by
peterm4
4mo ago
This is awesome, and exactly what I've been looking for recently. Noticed the demo won't let me add spaces in table cells however.
6.
▲
by
peterm4
4mo ago
> It doesn't take much to convince them that Google et al don't have their best interests in mind. They already know it and have experienced it. I think with Apple in particular, this is the issue. Apple have largely demonstrat
7.
▲
by
peterm4
5mo ago
We can make an ETF out of this…
8.
▲
by
peterm4
5mo ago
In most circumstances, I’d absolutely agree. For Art Galleries and museums, I’m far more inclined to be lenient. It’s art. It’s okay for the api to be characteristically vibes based. Especially because the downstream use-cases probably only
9.
▲
by
peterm4
6mo ago
This looks great, and I’ve bookmarked to give it a go. Any reason you’ve opted for custom markdown formats with the @ syntax rather than using something like frontmatter? Very conscious that this would prevent any markdown rendering in gith
10.
▲
by
peterm4
7mo ago
https://en.wikipedia.org/wiki/Frequency_illusion
11.
▲
by
peterm4
1y ago
I love this. I’ve always considered doing something similar with a traditional recsys model. The only feature I’d love to see, is there are many posts where I’m more interested in the HN comments, rather than the articles themselves. It wou
12.
▲
by
peterm4
1y ago
I did. My idea has preceded me seeing that article for a while now, but reading that was definitely a push finally try it out.
13.
▲
by
peterm4
1y ago
Where I am, BPA receipts are banned, fortunately. Also making sure to buy BPA free alternatives.
14.
▲
by
peterm4
1y ago
Not as exciting or big as some of the projects on here, but just a small personal one I’ve been wanting to do for a while. I recently impulse bought an Epson receipt printer, and I’ve started putting together a server in Go to print a morni
15.
▲
by
peterm4
1y ago
Seconding that Zen has been an amazing Arc replacement for those happy with Firefox based browser. The only challenge is daily driving both Zen and Zed as a code editor is a pain when it comes to macOS spotlight (/raycast).
16.
▲
by
peterm4
2y ago
I'd absolutely love to love this. Using dbt at $JOB, and building a custom dbt adapter for our legacy data repos, I've slowly developed a difficult relationship dbt's internals and externals. Struggling with the way it (pytho
17.
▲
by
peterm4
2y ago
Been working with sqlite and Typescript, needing random rows sampled reproducibly with a seed. Found this handy little trick [0]. Not the cleanest, but it works! `SELECT * FROM sales ORDER BY substr(${seedValue} * sales.id, length(sales.id)