Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
bofaGuy
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
bofaGuy
3mo ago
This guy works for flock
2.
▲
by
bofaGuy
3mo ago
Dynamo DB isn’t even good at being a KV store. Almost every time we have to also back it with S3 because of size limitations.
3.
▲
by
bofaGuy
3mo ago
https://github.com/nordstjernen-web/lexbor https://github.com/nordstjernen-web/quickjs
4.
▲
by
bofaGuy
3mo ago
I saw these referenced in the repo. Maybe the hand written parts are here? https://github.com/nordstjernen-web/lexbor https://github.com/nordstjernen-web/quickjs
5.
▲
by
bofaGuy
4mo ago
I feel like the CAN-SPAM Act should apply to push notifications as well. I don’t know of any case that has tested this.
6.
▲
by
bofaGuy
10mo ago
Netflix has been the worst performing and lowest quality video stream of any of the streaming services. Fuzzy video, lots of visual noise and artifacts. Just plan bad and this is on the 4k plan on 1GB fiber on a 4k Apple TV. I can literally
7.
▲
by
bofaGuy
1y ago
If I am unique every time I reload the page in a new private window, that means the fingerprint is not the same as the last time I visited right?
8.
▲
by
bofaGuy
1y ago
It’s a bit confusing to me exactly what went wrong. I think that when you have a redis/valkey cluster with multiple nodes and you use the cluster uri, there must be some kind of load balancer or custom routing. When we would attempt to
9.
▲
by
bofaGuy
1y ago
I run Redis across dozens of applications. So when Valkey became available for a discounted price on AWS I was excited. We finally got around to trying it out about 2 months ago and all was going well. No noticeable difference in performanc
10.
▲
by
bofaGuy
2y ago
I’m lost at why a DB (Cassandra) with better write performance than read performance was ever selected for a messaging system. I feel like it’s obvious that a message will be read more than it is written (once).
11.
▲
by
bofaGuy
2y ago
At this point just use Java instead.
12.
▲
by
bofaGuy
2y ago
But you can do that, obviously not with this syntax. It’s non standard but I have built programs that install all dependencies as a first step. It’s pretty trivial.
13.
▲
by
bofaGuy
2y ago
I have the same laptop. I am able to run two monitors plus my internal screen without display link. The trick is to use ALT mode on one. This is dependent on at least one of the monitors supporting ALT mode.
14.
▲
by
bofaGuy
2y ago
I’ve worked on several large and prominent projects; most of which experienced a large layoff of engineers in the middle of development. As the team who regularly takes over laid off team’s work with 1 engineer to the previous 10. The top
15.
▲
by
bofaGuy
2y ago
Unless you’re using a modern IDE… Then you just command click, and it takes you right to the function.
16.
▲
by
bofaGuy
3y ago
Then why not just store the encrypted credential on the device itself? Would that be what passkeys would be?
17.
▲
by
bofaGuy
3y ago
I used Rclone at a major media company to move 4 PB of media files (so far) out of a legacy datacenter over a 200 GB link. I used 18 workers and we were able to saturate the link consistently. Good stuff.
18.
▲
by
bofaGuy
3y ago
I cannot remember the last time WiFi reliably was an issue for me. Maybe over 5 years ago..?
19.
▲
by
bofaGuy
3y ago
Google is running on other hardware, not their own. That is the difference.
20.
▲
by
bofaGuy
3y ago
Ahh yep you’re right. Thanks
21.
▲
by
bofaGuy
3y ago
I think the difference here is that Apple locks things down on Apple hardware running Apple software. On the other hand, Google is trying to manipulate the market to gain an advantage over competitors on non Google hardware running Google s
22.
▲
by
bofaGuy
3y ago
> “Employees who log off at the end of the workday register 20% higher productivity scores than those who feel obligated to work after hours.” Maybe people who are less productive end up having to work more hours.
23.
▲
by
bofaGuy
3y ago
Chromium browsers do use WebKit https://www.chromium.org/developers/design-documents/display...
24.
▲
by
bofaGuy
3y ago
Not sure if this is a serious question. Each store will have an opening time, each will store the local time that the store opens.. just as utc.
25.
▲
by
bofaGuy
3y ago
Will* Starship? Yes. And doing so is an order of magnitude more complex than Saturn V.
26.
▲
by
bofaGuy
3y ago
Did the Saturn V turn around, come back and land, and then be used again for another launch? Maybe I missed that part?
27.
▲
by
bofaGuy
3y ago
This is how you lock yourself into a single front end design. And when you get ready for the next generation of your app or site, now you’re locked in and changing that front end design becomes exponentially harder.
28.
▲
by
bofaGuy
3y ago
You can run a flask web server from your iPhone using Pythonista and StaSh. I’m not sure about port 80 though. Pythonista: https://apps.apple.com/app/id1085978097 StaSh: https://github.com/ywangd/s
29.
▲
by
bofaGuy
3y ago
Correct. I think DD only supports CPython.
30.
▲
by
bofaGuy
3y ago
My biggest issue is that DataDog doesn’t support PyPy. Out of curiosity, I made a new branch of our app and took out DataDog and observed a significant improvement in performance when using PyPy vs CPython on the same branch (but can’t reme
More ›