Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
lenn0x
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
lenn0x
4y ago
correct, i saw that too. the outage returned 500/nginx. no version number either on footer. @jgrahamc thought that was strange too as few commenters last night were caught off guard trying to determine if it was their systems or cloudf
2.
▲
by
lenn0x
4y ago
Came here to suggest just this. Ever since coming across ko, it's been excellent in our CI pipelines.
3.
▲
by
lenn0x
5y ago
been seeing 100% failures on webhook event subscriptions too. that's only reason I noticed right away.
4.
▲
by
lenn0x
5y ago
Ever since this started, been seeing 100% failure on webhooks for Event subscriptions.
5.
▲
by
lenn0x
5y ago
One aspect that I haven't seen considered is how useful increasing the brightness for folks who are disabled like myself. I have a rare eye condition where the amount of light omitted really matters to me. It's one reason why I lo
6.
▲
by
lenn0x
5y ago
Hidden Bar is good as well, that's what I am using. https://apps.apple.com/us/app/hidden-bar/id1452453066?mt=12
7.
▲
by
lenn0x
5y ago
night and day. it's the reason I sought out something like multipass. I first started with a license for Parallels Desktop and noticed the disk performance to be way better. Once I came around to multipass, I ditched Parallels Desktop
8.
▲
by
lenn0x
5y ago
that's how ive been running it on macOS. I put up a guide https://github.com/chrisgoffinet/docker-multipass
9.
▲
by
lenn0x
5y ago
Yes it's been way faster for me over Virtualbox. It's how I run docker now from macOS. I've been testing out the M1 support for few months now.
10.
▲
by
lenn0x
5y ago
I've been running multipass for awhile now to host Docker on macOS, especially on M1. I ended up writing a guide/docs on how to easily get it setup with cloud-init to replace Docker Desktop. Hope this helps anyone. https:/&#
11.
▲
by
lenn0x
5y ago
i agree they are definitely getting better though. i have memberships to both and have been watching how they have improved quite a lot in last few months. the big reason why i got a membership to walmart+ was due to Amazon going from (1 da
12.
▲
by
lenn0x
5y ago
I went ahead and created vscode-readme it takes the templates used on readme.so and creates a snippet per section and if you use the readme snippet it combines all the sections https://github.com/ThreeCommaIO/vscode-rea
13.
▲
by
lenn0x
5y ago
You are correct that's what it was
14.
▲
Rotor: Connect Your Service Discovery to Envoy
(blog.turbinelabs.io)
1 points
by
lenn0x
8y ago
|
0 comments
15.
▲
by
lenn0x
10y ago
Agreed! I was just looking over their web interface, under Playback settings, they at least now have a way to disable Auto Play
16.
▲
by
lenn0x
12y ago
Do they? I wonder if it just comes natural to them and they aren't thinking about what they can and can't get away with it.
17.
▲
by
lenn0x
12y ago
I can speak from experience on this, home made cache can be much better depending on your avg object sizes. Letting the OS make decisions usually in databases is the wrong choice. The data is cached at page level (4k), if you have many obje
18.
▲
3 lessons in database design from the team behind Twitter’s Manhattan
(gigaom.com)
4 points
by
lenn0x
12y ago
|
0 comments
19.
▲
by
lenn0x
12y ago
We store more than just tweets :)
20.
▲
by
lenn0x
12y ago
Yes, I think the article got that wrong. You are right that Gizzard is eventually consistent. The storage engine for Gizzard is mySQL, so in the event you want to do some node-local indexing, you at least have mySQL's strong consistenc
21.
▲
by
lenn0x
12y ago
When Manhattan first started, our first use case was this. To support batch (something we talk about in our blog post). Similar to ElephantDB, the biggest difference was we wrote our own storage engine (seadb), instead of using BDBJE. We bu
22.
▲
by
lenn0x
14y ago
Because in-house we have a custom version of memcache. We rewrote memcache's slab allocator, and for some use cases, is better at memory efficiency than Redis.
23.
▲
by
lenn0x
14y ago
Taskset is fine for the process pinning. Don't forget about hyperthreading, you want to try to keep each thread on each hardware thread. IRQ pinning, see an example script I have: http://chrisgoffinet.com/pin_network.sh This will set queu
24.
▲
by
lenn0x
14y ago
What kind of instances are you guys running for Redis/memcached? I am a bit surprised on the numbers here, but to be fair I don't do much in the virtualization world. With low cpu overhead, it sounds like you might be saturating the number
25.
▲
by
lenn0x
15y ago
This is my exact sentiment. I stopped reading after midway. It's great this man has so much passion, but I am pretty shocked how he can just continue to throw paint at a wall hoping he picks the right color that people will love. Maybe he s
26.
▲
Failing with MongoDB
(blog.schmichael.com)
154 points
by
lenn0x
15y ago
|
122 comments
27.
▲
Twitter joins JCP and OpenJDK project
(dev.twitter.com)
7 points
by
lenn0x
15y ago
|
0 comments
28.
▲
by
lenn0x
15y ago
why would they remove them? Just update the application with an embedded safari to the HTML5 version?
29.
▲
by
lenn0x
15y ago
It's been done before. Here is an article using Erlang and Linux. http://www.metabrew.com/article/a-million-user-comet-applica... Part 3 is my favorite. http://www.metabrew.com/article/a-million-user-comet-applica...
30.
▲
by
lenn0x
15y ago
It was. Friends of mine who worked on it, eventually got re-org'd and started a project to rewrite it in Java :/
More ›