Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
mnembrini
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
mnembrini
1y ago
In Intellij if you open a PR it will highlight lines that have changed in the PR differently (even from multiple commits) and you can click on the colored border to see the version of the code on the main branch
2.
▲
by
mnembrini
1y ago
2 yes, although if you are splitting only one regular character the implementation doesn't use a Regen internally 3 is not an issue anymore since java 22 https://blog.jetbrains.com/idea/2024/02/construct
3.
▲
by
mnembrini
2y ago
About workflow recovery: if I'm running multiple instance of my app that uses DBOS and they all crash, how do you divide the work of retrying pending workflows?
4.
▲
by
mnembrini
3y ago
Interesting design but a bit hard to use on mobile :) will have to check it out later
5.
▲
by
mnembrini
4y ago
To be fair if the fixes are trivial they shouldn't need any extra context from a ticket to understand
6.
▲
by
mnembrini
4y ago
The direct links are giving a 404 for me
7.
▲
by
mnembrini
4y ago
This seems exactly what you are looking for https://www.causal.app/
8.
▲
by
mnembrini
5y ago
You want this https://github.com/bayne/dot-http
9.
▲
Running Out of Database Connections in Production
(engineering.3ap.ch)
2 points
by
mnembrini
5y ago
|
0 comments
10.
▲
by
mnembrini
5y ago
There are some example links in this post about HATEOAS https://engineering.3ap.ch/post/using-hateoas-with-rest/ I think the main distinction according to the original paper is if you are doing just HTTP CRUD ( no
11.
▲
by
mnembrini
5y ago
D approach: https://maikklein.github.io/soa-d/
12.
▲
Using HATEOAS with REST APIs
(engineering.3ap.ch)
6 points
by
mnembrini
5y ago
|
1 comments
13.
▲
Strapi for Headless CMS
(engineering.3ap.ch)
1 points
by
mnembrini
5y ago
|
0 comments
14.
▲
by
mnembrini
6y ago
A Csv editor/viewer in Rust using druid. Very early stage, but the goal is to open large files (1 GB and over) easily and have some good filtering / sorting options. Excel stops at a certain amount of rows, LibreOffice is ok but s
15.
▲
by
mnembrini
6y ago
It's pretty hard to measure end-to-end delay, Nvidia is only getting to it now with https://www.nvidia.com/en-us/geforce/news/reflex-low-latency...
16.
▲
RabbitMQ vs. Pub/Sub: Choosing a Message Queue for Your GCP Project – Part 1
(engineering.3ap.ch)
3 points
by
mnembrini
6y ago
|
0 comments
17.
▲
by
mnembrini
9y ago
There was an interesting CCC talk about N26 security in 2016 https://disruptive.asia/researcher-n26-security-gaps/ Their security seemed a bit lax back then
18.
▲
by
mnembrini
9y ago
A nice trick for debugging code generated at runtime is temporarily adding a CC instruction at the beginning of your assembly function, so you don't have to care where in memory your snippet is going to end up
19.
▲
by
mnembrini
9y ago
How does this compare to something like ccache?
20.
▲
by
mnembrini
10y ago
You should take a look at https://catch-eye.com It's a plug-in on top of Skype that let's you make eye contact with the other person
21.
▲
by
mnembrini
12y ago
Nice article. I'd like to point out that in the Pacman example the agent is only receiving a partial picture of the environment (details are in the video description), so it's unfair to criticize it for lack of planning. As to why
22.
▲
by
mnembrini
12y ago
[0,1) = {x | 0<=x<1} is probably the simplest example.
23.
▲
by
mnembrini
13y ago
Sociomantic is a German based company that does online real-time bidding and is using D to do it: you can find more info in their blogpost about Dconf 2013 with links to two talks talking about their company and how they dealt with the GC i